summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2026-02-02ipv6: pass proto by value to ipv6_push_nfrag_opts() and ipv6_push_frag_opts()Eric Dumazet-5/+5
2026-02-02net: add a debug check in __skb_push()Eric Dumazet-0/+1
2026-02-02fsverity: push out fsverity_info lookupChristoph Hellwig-9/+21
2026-02-02fsverity: kick off hash readahead at data I/O submission timeChristoph Hellwig-8/+22
2026-02-02net: l3mdev: use skb_dst_dev_rcu() in l3mdev_l3_out()Eric Dumazet-3/+4
2026-02-03pinctrl: core: Remove unused devm_pinctrl_unregister()Andy Shevchenko-3/+0
2026-02-02Anbernic RG-DS AW87391 Speaker AmpsMark Brown-10/+54
2026-02-02spi: add multi-lane supportMark Brown-0/+30
2026-02-02rcu: Mark lockdep_assert_rcu_helper() __always_inlineArnd Bergmann-1/+1
2026-02-02Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman-36/+192
2026-02-02RDMA/bnxt_re: Report packet pacing capabilities when querying deviceKalesh AP-0/+16
2026-02-02spi: add multi_lane_mode field to struct spi_transferDavid Lechner-0/+8
2026-02-02spi: support controllers with multiple data lanesDavid Lechner-0/+22
2026-02-02KVM: arm64: Use standard seq_file iterator for vgic-debug debugfsFuad Tabba-3/+0
2026-02-02KVM: arm64: Reimplement vgic-debug XArray iterationFuad Tabba-1/+0
2026-02-02wifi: mac80211: Add eMLSR/eMLMR action frame parsing supportLorenzo Bianconi-0/+49
2026-02-02wifi: mac80211: add initial UHR supportJohannes Berg-2/+33
2026-02-02wifi: cfg80211: add initial UHR supportJohannes Berg-3/+85
2026-02-02wifi: ieee80211: add some initial UHR definitionsJohannes Berg-2/+251
2026-02-02wifi: mac80211: correct ieee80211-{s1g/eht}.h include guard commentsLachlan Hodges-2/+2
2026-02-02tracing/dma: Cap dma_map_sg tracepoint arrays to prevent buffer overflowDeepanshu Kartikey-6/+19
2026-02-02Partial revert "x86/xen: fix balloon target initialization for PVH dom0"Roger Pau Monne-0/+2
2026-02-02Merge tag 'amd-drm-next-6.20-2026-01-30' of https://gitlab.freedesktop.org/ag...Dave Airlie-0/+2
2026-02-01Merge tag 'perf-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+5
2026-02-01mfd: wm8350-core: Use IRQF_ONESHOTSebastian Andrzej Siewior-1/+1
2026-02-01genirq: Set IRQF_COND_ONESHOT in devm_request_irq().Sebastian Andrzej Siewior-1/+1
2026-02-01cgroup: increase maximum subsystem count from 16 to 32Chen Ridong-5/+5
2026-01-31ipc: don't audit capability check in ipc_permissions()Ondrej Mosnacek-0/+6
2026-01-31delayacct: add timestamp of delay maxWang Yaxin-1/+34
2026-01-31tracing: move tracing declarations from kernel.h to a dedicated headerYury Norov-195/+205
2026-01-31tracing: remove size parameter in __trace_puts()Steven Rostedt-2/+2
2026-01-31kernel.h: include linux/instruction_pointer.h explicitlyYury Norov-0/+1
2026-01-31kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.hYury Norov-13/+14
2026-01-31moduleparam: include required headers explicitlyYury Norov-0/+5
2026-01-31kernel.h: drop STACK_MAGIC macroYury Norov-2/+0
2026-01-31compiler-clang.h: require LLVM 19.1.0 or higher for __typeof_unqual__Nathan Chancellor-1/+1
2026-01-31kho: use unsigned long for nr_pagesPratyush Yadav-3/+3
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton-3/+26
2026-01-31mm, swap: drop the SWAP_HAS_CACHE flagKairui Song-1/+0
2026-01-31mm, swap: add folio to swap cache directly on allocationKairui Song-5/+0
2026-01-31mm, swap: cleanup swap entry management workflowKairui Song-33/+25
2026-01-31mm, swap: use swap cache as the swap in synchronize layerKairui Song-6/+0
2026-01-31mm/shmem, swap: remove SWAP_MAP_SHMEMNhat Pham-8/+7
2026-01-31mm/vma: add and use vma_assert_stabilised()Lorenzo Stoakes-4/+53
2026-01-31mm/vma: update vma_assert_locked() to use lockdepLorenzo Stoakes-8/+48
2026-01-31mm/vma: improve and document __is_vma_write_locked()Lorenzo Stoakes-21/+24
2026-01-31mm/vma: introduce helper struct + thread through exclusive lock fnsLorenzo Stoakes-8/+29
2026-01-31mm/vma: clean up __vma_enter/exit_locked()Lorenzo Stoakes-2/+2
2026-01-31mm/vma: add+use vma lockdep acquire/release definesLorenzo Stoakes-3/+34
2026-01-31mm/vma: rename is_vma_write_only(), separate out shared refcount putLorenzo Stoakes-13/+53