summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-03selftests: drv-net: gro: always wait for FIN in the capacity testJakub Kicinski-3/+8
2026-04-03selftests: drv-net: gro: add 1 byte payload testJakub Kicinski-3/+13
2026-04-03selftests: drv-net: gro: add data burst test caseJakub Kicinski-1/+22
2026-04-03PCI: imx6: Keep Root Port MSI capability with iMSI-RX to work around hardware...Richard Zhu-1/+9
2026-04-03bridge: guard local VLAN-0 FDB helpers against NULL vlan groupZijing Yin-0/+6
2026-04-03ipv6: ioam: fix potential NULL dereferences in __ioam6_fill_trace_data()Eric Dumazet-11/+16
2026-04-03net: airoha: Fix memory leak in airoha_qdma_rx_process()Lorenzo Bianconi-2/+1
2026-04-03net: lapbether: handle NETDEV_PRE_TYPE_CHANGEEric Dumazet-5/+8
2026-04-03net: fec: make FIXED_PHY dependency unconditionalArnd Bergmann-1/+1
2026-04-03PCI: Update PCIe spec references for AtomicOpsGerd Bayer-2/+2
2026-04-03PCI: Enable AtomicOps only if Root Port supports themGerd Bayer-21/+20
2026-04-03PCI: Do not enable AtomicOps by RCiEPsGerd Bayer-3/+2
2026-04-03net: stmmac: qcom-ethqos: set clk_csrRussell King (Oracle)-0/+6
2026-04-03stmmac: cleanup dead dependencies on STMMAC_PLATFORM and STMMAC_ETH in KconfigJulian Braha-6/+3
2026-04-03net: always inline some skb helpersEric Dumazet-20/+26
2026-04-03net: sched: act_csum: validate nested VLAN headersRuide Cao-1/+5
2026-04-03rust: macros: simplify `format!` argumentsMiguel Ojeda-7/+2
2026-04-03selinux: fix overlayfs mmap() and mprotect() access checksPaul Moore-64/+189
2026-04-03lsm: add backing_file LSM hooksPaul Moore-17/+206
2026-04-03fs: prepare for adding LSM blob to backing_fileAmir Goldstein-2/+20
2026-04-03Merge branch 'for-7.1/cxl-region-refactor' into cxl-for-nextDave Jiang-285/+302
2026-04-03Merge branch 'for-7.1/dax-hmem' into cxl-for-nextDave Jiang-35/+462
2026-04-03Merge branch 'for-7.1/cxl-type2-support' into cxl-for-nextDave Jiang-300/+394
2026-04-03Merge branch 'for-7.1/cxl-consolidate-endpoint' into cxl-for-nextDave Jiang-6/+13
2026-04-03Merge tag 'sched_ext-for-7.0-rc6-fixes-2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-26/+54
2026-04-03Merge tag 'io_uring-7.0-20260403' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-29/+87
2026-04-03tools/testing/cxl: Enable replay of user regions as auto regionsAlison Schofield-10/+373
2026-04-04PM / devfreq: tegra30-devfreq: add support for Tegra114Svyatoslav Ryhel-5/+12
2026-04-04PM / devfreq: use _visible attribute to replace create/remove_sysfs_files()Pengjie Zhang-43/+60
2026-04-04PM / devfreq: Remove unneeded casting for HZ_PER_KHZAndy Shevchenko-3/+2
2026-04-03hwmon: (sparx5) Make it selectable for ARCH_LAN969XRobert Marko-1/+1
2026-04-03hwmon: (tmp102) add support for update intervalFlaviu Nistor-24/+123
2026-04-03hwmon: (yogafan) fix markup warningRandy Dunlap-0/+1
2026-04-03hwmon: (yogafan) Add support for Lenovo Yoga/Legion fan monitoringSergio Melas-0/+427
2026-04-03Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo-26/+54
2026-04-03software node: remove software_node_exit()Bartosz Golaszewski-7/+0
2026-04-03kernel: ksysfs: initialize kernel_kobj earlierBartosz Golaszewski-5/+15
2026-04-03Merge tag 'spi-fix-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+27
2026-04-03sched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi-14/+35
2026-04-03workqueue: avoid unguarded 64-bit divisionArnd Bergmann-1/+1
2026-04-03Merge tag 'pm-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-3/+5
2026-04-03Merge tag 'thermal-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+27
2026-04-03KVM: SEV: Disallow LAUNCH_FINISH if vCPUs are actively being createdSean Christopherson-2/+15
2026-04-03KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lockSean Christopherson-4/+2
2026-04-03KVM: SEV: Reject attempts to sync VMSA of an already-launched/encrypted vCPUSean Christopherson-0/+3
2026-04-03KVM: selftests: Remove duplicate LAUNCH_UPDATE_VMSA call in SEV-ES migrate testSean Christopherson-2/+0
2026-04-03KVM: SEV: Use kvzalloc_objs() when pinning userpagesSean Christopherson-11/+9
2026-04-03KVM: SEV: Use PFN_DOWN() to simplify "number of pages" math when pinning memorySean Christopherson-5/+2
2026-04-03KVM: SEV: Disallow pinning more pages than exist in the systemSean Christopherson-5/+9
2026-04-03KVM: SEV: Drop useless sanity checks in sev_mem_enc_register_region()Sean Christopherson-3/+0