summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-02-03sched/isolation: Flush memcg workqueues on cpuset isolated partition changeFrederic Weisbecker1-0/+4
2026-02-03cpuset: Update HK_TYPE_DOMAIN cpumask from cpusetFrederic Weisbecker1-0/+7
2026-02-03cpuset: Provide lockdep check for cpuset lock heldFrederic Weisbecker1-0/+2
2026-02-03cpu: Provide lockdep check for CPU hotplug lock write-heldFrederic Weisbecker2-0/+2
2026-02-03sched/isolation: Save boot defined domain flagsFrederic Weisbecker1-0/+4
2026-02-03tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSISTChia-Yu Chang1-1/+2
2026-02-03tcp: try to avoid safer when ACKs are thinnedIlpo Järvinen1-0/+1
2026-02-03net: phy: remove modalias-based mdio bus matchingHeiner Kallweit2-2/+0
2026-02-03revocable: fix SRCU index corruption by requiring caller-provided storageTzung-Bi Shih1-16/+38
2026-02-03revocable: Fix races in revocable_alloc() using RCUTzung-Bi Shih1-5/+3
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra58-100/+276
2026-02-03platform/chrome: lightbar: Fix lightbar_program_ex alignmentGwendal Grignou1-2/+2
2026-02-03ipv6: colocate inet6_cork in inet_cork_fullEric Dumazet1-8/+0
2026-02-03net: add a debug check in __skb_push()Eric Dumazet1-0/+1
2026-02-03fsverity: push out fsverity_info lookupChristoph Hellwig1-9/+21
2026-02-03fsverity: kick off hash readahead at data I/O submission timeChristoph Hellwig1-8/+22
2026-02-03pinctrl: core: Remove unused devm_pinctrl_unregister()Andy Shevchenko1-3/+0
2026-02-03Anbernic RG-DS AW87391 Speaker AmpsMark Brown6-4/+45
2026-02-03spi: add multi-lane supportMark Brown1-0/+30
2026-02-03rcu: Mark lockdep_assert_rcu_helper() __always_inlineArnd Bergmann1-1/+1
2026-02-02Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman8-36/+192
2026-02-02spi: add multi_lane_mode field to struct spi_transferDavid Lechner1-0/+8
2026-02-02spi: support controllers with multiple data lanesDavid Lechner1-0/+22
2026-02-02wifi: mac80211: Add eMLSR/eMLMR action frame parsing supportLorenzo Bianconi2-0/+17
2026-02-02wifi: ieee80211: add some initial UHR definitionsJohannes Berg2-2/+251
2026-02-02wifi: mac80211: correct ieee80211-{s1g/eht}.h include guard commentsLachlan Hodges2-2/+2
2026-02-01Merge tag 'perf-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+5
2026-02-01mfd: wm8350-core: Use IRQF_ONESHOTSebastian Andrzej Siewior1-1/+1
2026-02-01genirq: Set IRQF_COND_ONESHOT in devm_request_irq().Sebastian Andrzej Siewior1-1/+1
2026-02-01cgroup: increase maximum subsystem count from 16 to 32Chen Ridong1-4/+4
2026-02-01ipc: don't audit capability check in ipc_permissions()Ondrej Mosnacek1-0/+6
2026-02-01delayacct: add timestamp of delay maxWang Yaxin2-0/+13
2026-02-01tracing: move tracing declarations from kernel.h to a dedicated headerYury Norov2-195/+205
2026-02-01tracing: remove size parameter in __trace_puts()Steven Rostedt1-2/+2
2026-02-01kernel.h: include linux/instruction_pointer.h explicitlyYury Norov1-0/+1
2026-02-01kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.hYury Norov3-13/+14
2026-02-01moduleparam: include required headers explicitlyYury Norov1-0/+5
2026-02-01kernel.h: drop STACK_MAGIC macroYury Norov1-2/+0
2026-02-01compiler-clang.h: require LLVM 19.1.0 or higher for __typeof_unqual__Nathan Chancellor1-1/+1
2026-02-01kho: use unsigned long for nr_pagesPratyush Yadav1-3/+3
2026-02-01Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton3-3/+26
2026-02-01mm, swap: drop the SWAP_HAS_CACHE flagKairui Song1-1/+0
2026-02-01mm, swap: add folio to swap cache directly on allocationKairui Song1-5/+0
2026-02-01mm, swap: cleanup swap entry management workflowKairui Song1-33/+25
2026-02-01mm, swap: use swap cache as the swap in synchronize layerKairui Song1-6/+0
2026-02-01mm/shmem, swap: remove SWAP_MAP_SHMEMNhat Pham1-8/+7
2026-02-01mm/vma: add and use vma_assert_stabilised()Lorenzo Stoakes2-4/+53
2026-02-01mm/vma: update vma_assert_locked() to use lockdepLorenzo Stoakes1-8/+48
2026-02-01mm/vma: improve and document __is_vma_write_locked()Lorenzo Stoakes1-21/+24
2026-02-01mm/vma: introduce helper struct + thread through exclusive lock fnsLorenzo Stoakes2-8/+29