summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-27PCI: Add 'pci' prefix to struct pci_dev_resource handling functionsIlpo Järvinen
2026-01-27PCI: Use resource_assigned() in setup-bus.c algorithmIlpo Järvinen
2026-01-27resource: Mark res given to resource_assigned() as constIlpo Järvinen
2026-01-27PCI: Add pbus_mem_size_optional() to handle optional sizesIlpo Järvinen
2026-01-27PCI: Check invalid align earlier in pbus_size_mem()Ilpo Järvinen
2026-01-27PCI: Log reset and restore of resourcesIlpo Järvinen
2026-01-27PCI: Add pci_resource_is_bridge_win()Ilpo Järvinen
2026-01-27PCI: Fetch dev_res to local var in __assign_resources_sorted()Ilpo Järvinen
2026-01-27PCI: Use res_to_dev_res() in reassign_resources_sorted()Ilpo Järvinen
2026-01-27PCI: Pass bridge window resource to pbus_size_mem()Ilpo Järvinen
2026-01-27PCI: Push realloc check into pbus_size_mem()Ilpo Järvinen
2026-01-27PCI: Remove old_size limit from bridge window sizingIlpo Järvinen
2026-01-27resource: Increase MAX_IORES_LEVEL to 8Ilpo Järvinen
2026-01-27PCI: Stop over-estimating bridge window sizeIlpo Järvinen
2026-01-27spi: SPI_AXIADO should depend on ARCH_AXIADOGeert Uytterhoeven
2026-01-27x86/entry/vdso: Add vdso2c to .gitignoreBorislav Petkov (AMD)
2026-01-27PCI: Rewrite bridge window head alignment functionIlpo Järvinen
2026-01-27ice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg
2026-01-27ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma
2026-01-27ixgbe: don't initialize aci lock in ixgbe_recovery_probe()Kohei Enju
2026-01-27ixgbe: fix memory leaks in the ixgbe_recovery_probe() pathKohei Enju
2026-01-27ACPI: sysfs: Replace sprintf() with sysfs_emit()Sumeet Pawnikar
2026-01-27drm/xe/vf: Reset VF GuC state on finiMichal Wajdeczko
2026-01-27ACPI: CPPC: Rename EPP constants for claritySumit Gupta
2026-01-27ACPI: CPPC: Clean up cppc_perf_caps and cppc_perf_ctrls structsSumit Gupta
2026-01-27drm/xe: Move _THIS_IP_ usage from xe_vm_create() to dedicated functionNathan Chancellor
2026-01-27ASoC: sophgo: cv1800b: tidy Kconfig spacingAnton D. Stavinskii
2026-01-27ASoC: sophgo: cv1800b: document DAC overwrite handlingAnton D. Stavinskii
2026-01-27gpio: pca953x: mask interrupts in irq shutdownMartin Larsson
2026-01-27gpio: virtuser: fix UAF in configfs release pathYuhao Huang
2026-01-27gpiolib: acpi: use BIT_ULL() for u64 mask in address space handlerDenis Sergeev
2026-01-27gpio: sprd: Change sprd_gpio lock to raw_spin_lockXuewen Yan
2026-01-27fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRootJiasheng Jiang
2026-01-27drm/amd/display: Attach OLED property to eDP panelsMario Limonciello (AMD)
2026-01-27drm/connector: Add a new 'panel_type' propertyMario Limonciello (AMD)
2026-01-27Merge branch 'net-stmmac-rk-simplify-per-soc-configuration'Jakub Kicinski
2026-01-27net: stmmac: rk: group MACPHY register offset and fields togetherRussell King (Oracle)
2026-01-27net: stmmac: rk: convert rk3328 to use bsp_priv->idRussell King (Oracle)
2026-01-27net: stmmac: rk: get rid of rk_phy_power_ctl()Russell King (Oracle)
2026-01-27net: stmmac: rk: avoid phy_power_on()Russell King (Oracle)
2026-01-27Merge tag 'vfio-v6.19-rc8' of https://github.com/awilliam/linux-vfioLinus Torvalds
2026-01-27io_uring/bpf_filter: add ref counts to struct io_bpf_filterJens Axboe
2026-01-27io_uring/bpf_filter: cache lookup table in ctx->bpf_filtersJens Axboe
2026-01-27io_uring/bpf_filter: allow filtering on contents of struct open_howJens Axboe
2026-01-27io_uring/net: allow filtering on IORING_OP_SOCKET dataJens Axboe
2026-01-27io_uring: add support for BPF filtering for opcode restrictionsJens Axboe
2026-01-27docs: automarkup.py: Skip common English words as C identifierswheatfox
2026-01-27Merge branch 'bpf-fix-fionread-and-copied_seq-issues'Alexei Starovoitov
2026-01-27selftests/bpf: Add tests for FIONREAD and copied_seqJiayuan Chen
2026-01-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen