summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2026-01-31mm/vma: document possible vma->vm_refcnt values and reference commentLorenzo Stoakes-2/+47
2026-01-31mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAGLorenzo Stoakes-10/+21
2026-01-31mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park-4/+4
2026-01-31mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park-1/+1
2026-01-31mm/damon: document damon_call_control->dealloc_on_cancel repeat behaviorSeongJae Park-1/+1
2026-01-31mm/damon: remove damon_operations->cleanup()SeongJae Park-3/+0
2026-01-31mm: page_isolation: introduce page_is_unmovable()Kefeng Wang-0/+2
2026-01-31mm/vmscan: add tracepoint and reason for kswapd_failures resetJiayuan Chen-4/+66
2026-01-31mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaimJiayuan Chen-0/+2
2026-01-31mm: fix OOM killer inaccuracy on large many-core systemsMathieu Desnoyers-0/+7
2026-01-31mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)-2/+2
2026-01-31mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)-8/+8
2026-01-31mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)-6/+5
2026-01-31mm/balloon_compaction: remove "extern" from functionsDavid Hildenbrand (Red Hat)-8/+8
2026-01-31mm/balloon_compaction: move internal helpers to balloon_compaction.cDavid Hildenbrand (Red Hat)-44/+0
2026-01-31mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()David Hildenbrand (Red Hat)-7/+0
2026-01-31mm/balloon_compaction: remove balloon_page_push/pop()David Hildenbrand (Red Hat)-30/+0
2026-01-31mm/balloon_compaction: drop fs.h include from balloon_compaction.hDavid Hildenbrand (Red Hat)-1/+0
2026-01-31mm/balloon_compaction: make balloon_mops staticDavid Hildenbrand (Red Hat)-1/+0
2026-01-31mm/balloon_compaction: remove dependency on page lockDavid Hildenbrand (Red Hat)-12/+13
2026-01-31mm/balloon_compaction: use a device-independent balloon (list) lockDavid Hildenbrand (Red Hat)-4/+2
2026-01-31mm/balloon_compaction: centralize adjust_managed_page_count() handlingDavid Hildenbrand (Red Hat)-0/+2
2026-01-31mm/khugepaged: change collapse_pte_mapped_thp() to return voidShivank Garg-5/+4
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton-3/+26
2026-01-31bpf, arm64: Add fsession supportLeon Hwang-1/+6
2026-01-31bpf: Add bpf_jit_supports_fsession()Leon Hwang-0/+1
2026-01-31ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flagMing Lei-0/+3
2026-01-31f2fs: introduce trace_f2fs_priority_updateChao Yu-0/+57
2026-01-30net: ax25: remove plumbing for never-implemented DAMA Master supportEthan Nelson-Moore-6/+2
2026-01-31crypto: hisilicon/qm - obtain the mailbox configuration at one timeWeili Qian-0/+1
2026-01-31crypto: skcipher - Add new helper function crypto_skcipher_testedHarald Freudenberger-0/+7
2026-01-30net: wwan: add NMEA port supportSergey Ryazanov-0/+2
2026-01-30tcp: reduce tcp sockets size by one cache lineEric Dumazet-1/+10
2026-01-31PCI/MSI: Convert the boolean no_64bit_msi flag to a DMA address maskVivian Wang-1/+7
2026-01-31i3c: master: Add i3c_master_do_daa_ext() for post-hibernation address recoveryAdrian Hunter-0/+1
2026-01-30perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt-0/+5
2026-01-30NFS: fix delayed delegation return handlingChristoph Hellwig-1/+1
2026-01-30NFS: return void from ->return_delegationChristoph Hellwig-1/+1
2026-01-30Merge tag 'dma-mapping-6.19-2026-01-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+9
2026-01-30bpf: Allow sleepable programs to use tail callsJiri Olsa-0/+1
2026-01-30NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4Anna Schumaker-7/+1
2026-01-30NFS: Move sequence slot operations into minorversion operationsAnna Schumaker-0/+1
2026-01-30Merge tag 'icc-6.20-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman-0/+48
2026-01-30include/asm-generic/topology.h: Remove unused definition of cpumask_of_node()John Garry-6/+2
2026-01-30tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fastSteven Rostedt-6/+7
2026-01-30tracing: perf: Have perf tracepoint callbacks always disable preemptionSteven Rostedt-2/+2
2026-01-30block: introduce bdev_rot()Damien Le Moal-1/+6
2026-01-30Merge branch 'core/entry' into sched/coreThomas Gleixner-17/+148
2026-01-30entry: Inline syscall_exit_work() and syscall_trace_enter()Jinjie Ruan-2/+92
2026-01-30entry: Add arch_ptrace_report_syscall_entry/exit()Jinjie Ruan-0/+36