summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-01-27PCI: Add dword #defines for Bus Number + Secondary Latency TimerIlpo Järvinen-12/+18
2026-01-27PCI: Use scnprintf() instead of sprintf()Ilpo Järvinen-3/+4
2026-01-27PCI: Handle CardBus-specific params in setup-cardbus.cIlpo Järvinen-13/+26
2026-01-27PCI: Separate CardBus setup & build it only with CONFIG_CARDBUSIlpo Järvinen-168/+202
2026-01-27PCI: Add 'pci' prefix to struct pci_dev_resource handling functionsIlpo Järvinen-53/+61
2026-01-27PCI: Use resource_assigned() in setup-bus.c algorithmIlpo Järvinen-31/+33
2026-01-27resource: Mark res given to resource_assigned() as constIlpo Järvinen-1/+1
2026-01-27PCI: Add pbus_mem_size_optional() to handle optional sizesIlpo Järvinen-23/+54
2026-01-27PCI: Check invalid align earlier in pbus_size_mem()Ilpo Järvinen-13/+12
2026-01-27PCI: Log reset and restore of resourcesIlpo Järvinen-1/+9
2026-01-27PCI: Add pci_resource_is_bridge_win()Ilpo Järvinen-6/+10
2026-01-27PCI: Fetch dev_res to local var in __assign_resources_sorted()Ilpo Järvinen-16/+17
2026-01-27PCI: Use res_to_dev_res() in reassign_resources_sorted()Ilpo Järvinen-10/+1
2026-01-27PCI: Pass bridge window resource to pbus_size_mem()Ilpo Järvinen-18/+17
2026-01-27PCI: Push realloc check into pbus_size_mem()Ilpo Järvinen-22/+12
2026-01-27PCI: Remove old_size limit from bridge window sizingIlpo Järvinen-8/+3
2026-01-27resource: Increase MAX_IORES_LEVEL to 8Ilpo Järvinen-1/+1
2026-01-27PCI: Stop over-estimating bridge window sizeIlpo Järvinen-92/+5
2026-01-27spi: SPI_AXIADO should depend on ARCH_AXIADOGeert Uytterhoeven-0/+1
2026-01-27x86/entry/vdso: Add vdso2c to .gitignoreBorislav Petkov (AMD)-0/+1
2026-01-27PCI: Rewrite bridge window head alignment functionIlpo Järvinen-9/+44
2026-01-27ice: stop counting UDP csum mismatch as rx_errorsJesse Brandeburg-1/+0
2026-01-27ice: Fix NULL pointer dereference in ice_vsi_set_napi_queuesAaron Ma-4/+6
2026-01-27ixgbe: don't initialize aci lock in ixgbe_recovery_probe()Kohei Enju-4/+2
2026-01-27ixgbe: fix memory leaks in the ixgbe_recovery_probe() pathKohei Enju-12/+8
2026-01-27ACPI: sysfs: Replace sprintf() with sysfs_emit()Sumeet Pawnikar-25/+25
2026-01-27ACPI: CPPC: Rename EPP constants for claritySumit Gupta-2/+3
2026-01-27ACPI: CPPC: Clean up cppc_perf_caps and cppc_perf_ctrls structsSumit Gupta-2/+1
2026-01-27ASoC: sophgo: cv1800b: tidy Kconfig spacingAnton D. Stavinskii-0/+1
2026-01-27ASoC: sophgo: cv1800b: document DAC overwrite handlingAnton D. Stavinskii-1/+5
2026-01-27gpio: pca953x: mask interrupts in irq shutdownMartin Larsson-0/+2
2026-01-27gpio: virtuser: fix UAF in configfs release pathYuhao Huang-4/+4
2026-01-27gpiolib: acpi: use BIT_ULL() for u64 mask in address space handlerDenis Sergeev-1/+1
2026-01-27gpio: sprd: Change sprd_gpio lock to raw_spin_lockXuewen Yan-4/+4
2026-01-27fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRootJiasheng Jiang-0/+3
2026-01-27Merge branch 'net-stmmac-rk-simplify-per-soc-configuration'Jakub Kicinski-24/+32
2026-01-27net: stmmac: rk: group MACPHY register offset and fields togetherRussell King (Oracle)-4/+6
2026-01-27net: stmmac: rk: convert rk3328 to use bsp_priv->idRussell King (Oracle)-6/+9
2026-01-27net: stmmac: rk: get rid of rk_phy_power_ctl()Russell King (Oracle)-14/+17
2026-01-27net: stmmac: rk: avoid phy_power_on()Russell King (Oracle)-3/+3
2026-01-27Merge tag 'vfio-v6.19-rc8' of https://github.com/awilliam/linux-vfioLinus Torvalds-0/+12
2026-01-27io_uring/bpf_filter: add ref counts to struct io_bpf_filterJens Axboe-0/+7
2026-01-27io_uring/bpf_filter: cache lookup table in ctx->bpf_filtersJens Axboe-10/+23
2026-01-27io_uring/bpf_filter: allow filtering on contents of struct open_howJens Axboe-0/+23
2026-01-27io_uring/net: allow filtering on IORING_OP_SOCKET dataJens Axboe-0/+33
2026-01-27io_uring: add support for BPF filtering for opcode restrictionsJens Axboe-0/+447
2026-01-27docs: automarkup.py: Skip common English words as C identifierswheatfox-0/+10
2026-01-27Merge branch 'bpf-fix-fionread-and-copied_seq-issues'Alexei Starovoitov-17/+439
2026-01-27selftests/bpf: Add tests for FIONREAD and copied_seqJiayuan Chen-6/+302
2026-01-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen-6/+108