summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-02-03revocable: fix SRCU index corruption by requiring caller-provided storageTzung-Bi Shih
2026-02-03revocable: Fix races in revocable_alloc() using RCUTzung-Bi Shih
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra
2026-02-03platform/chrome: lightbar: Fix lightbar_program_ex alignmentGwendal Grignou
2026-02-02ipv6: colocate inet6_cork in inet_cork_fullEric Dumazet
2026-02-02net: add a debug check in __skb_push()Eric Dumazet
2026-02-02fsverity: push out fsverity_info lookupChristoph Hellwig
2026-02-02fsverity: kick off hash readahead at data I/O submission timeChristoph Hellwig
2026-02-03pinctrl: core: Remove unused devm_pinctrl_unregister()Andy Shevchenko
2026-02-02Anbernic RG-DS AW87391 Speaker AmpsMark Brown
2026-02-02spi: add multi-lane supportMark Brown
2026-02-02rcu: Mark lockdep_assert_rcu_helper() __always_inlineArnd Bergmann
2026-02-02Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman
2026-02-02spi: add multi_lane_mode field to struct spi_transferDavid Lechner
2026-02-02spi: support controllers with multiple data lanesDavid Lechner
2026-02-02wifi: mac80211: Add eMLSR/eMLMR action frame parsing supportLorenzo Bianconi
2026-02-02wifi: ieee80211: add some initial UHR definitionsJohannes Berg
2026-02-02wifi: mac80211: correct ieee80211-{s1g/eht}.h include guard commentsLachlan Hodges
2026-02-01Merge tag 'perf-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-01mfd: wm8350-core: Use IRQF_ONESHOTSebastian Andrzej Siewior
2026-02-01genirq: Set IRQF_COND_ONESHOT in devm_request_irq().Sebastian Andrzej Siewior
2026-02-01cgroup: increase maximum subsystem count from 16 to 32Chen Ridong
2026-01-31ipc: don't audit capability check in ipc_permissions()Ondrej Mosnacek
2026-01-31delayacct: add timestamp of delay maxWang Yaxin
2026-01-31tracing: move tracing declarations from kernel.h to a dedicated headerYury Norov
2026-01-31tracing: remove size parameter in __trace_puts()Steven Rostedt
2026-01-31kernel.h: include linux/instruction_pointer.h explicitlyYury Norov
2026-01-31kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.hYury Norov
2026-01-31moduleparam: include required headers explicitlyYury Norov
2026-01-31kernel.h: drop STACK_MAGIC macroYury Norov
2026-01-31compiler-clang.h: require LLVM 19.1.0 or higher for __typeof_unqual__Nathan Chancellor
2026-01-31kho: use unsigned long for nr_pagesPratyush Yadav
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton
2026-01-31mm, swap: drop the SWAP_HAS_CACHE flagKairui Song
2026-01-31mm, swap: add folio to swap cache directly on allocationKairui Song
2026-01-31mm, swap: cleanup swap entry management workflowKairui Song
2026-01-31mm, swap: use swap cache as the swap in synchronize layerKairui Song
2026-01-31mm/shmem, swap: remove SWAP_MAP_SHMEMNhat Pham
2026-01-31mm/vma: add and use vma_assert_stabilised()Lorenzo Stoakes
2026-01-31mm/vma: update vma_assert_locked() to use lockdepLorenzo Stoakes
2026-01-31mm/vma: improve and document __is_vma_write_locked()Lorenzo Stoakes
2026-01-31mm/vma: introduce helper struct + thread through exclusive lock fnsLorenzo Stoakes
2026-01-31mm/vma: clean up __vma_enter/exit_locked()Lorenzo Stoakes
2026-01-31mm/vma: add+use vma lockdep acquire/release definesLorenzo Stoakes
2026-01-31mm/vma: rename is_vma_write_only(), separate out shared refcount putLorenzo Stoakes
2026-01-31mm/vma: document possible vma->vm_refcnt values and reference commentLorenzo Stoakes
2026-01-31mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAGLorenzo Stoakes
2026-01-31mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park
2026-01-31mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park
2026-01-31mm/damon: document damon_call_control->dealloc_on_cancel repeat behaviorSeongJae Park