index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
/
mm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-04
Revert "ptdesc: remove references to folios from __pagetable_ctor() and paget...
Axel Rasmussen
1
-11
/
+6
2026-02-18
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-21
/
+231
2026-02-12
Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+3
2026-02-12
mm: make vm_area_desc utilise vma_flags_t only
Lorenzo Stoakes
1
-2
/
+7
2026-02-12
mm: update all remaining mmap_prepare users to use vma_flags_t
Lorenzo Stoakes
1
-5
/
+19
2026-02-12
mm: add basic VMA flag operation helper functions
Lorenzo Stoakes
1
-0
/
+165
2026-02-12
mm: add mk_vma_flags() bitmap flag macro helper
Lorenzo Stoakes
1
-0
/
+33
2026-02-12
mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
Lorenzo Stoakes
1
-8
/
+5
2026-02-12
mm/vma: remove __private sparse decoration from vma_flags_t
Lorenzo Stoakes
1
-2
/
+2
2026-02-12
mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()
Liam R. Howlett
1
-4
/
+0
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+66
2026-02-11
Merge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+5
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-28
/
+5
2026-02-06
Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'c...
Joerg Roedel
1
-0
/
+5
2026-01-31
mm/vma: add and use vma_assert_stabilised()
Lorenzo Stoakes
1
-4
/
+1
2026-01-31
mm: fix OOM killer inaccuracy on large many-core systems
Mathieu Desnoyers
1
-0
/
+7
2026-01-26
arch, mm: consolidate initialization of nodes, zones and memory map
Mike Rapoport (Microsoft)
1
-2
/
+2
2026-01-26
alpha: introduce arch_zone_limits_init()
Mike Rapoport (Microsoft)
1
-0
/
+1
2026-01-25
mm: add VM_SHADOW_STACK definition for riscv
Deepak Gupta
1
-2
/
+3
2026-01-20
mm: folio_zero_user: clear page ranges
Ankur Arora
1
-0
/
+35
2026-01-20
mm: introduce clear_pages() and clear_user_pages()
Ankur Arora
1
-0
/
+20
2026-01-20
mm: do not copy page tables unnecessarily for VM_UFFD_WP
Lorenzo Stoakes
1
-1
/
+5
2026-01-10
iommu: debug-pagealloc: Check mapped/unmapped kernel memory
Mostafa Saleh
1
-0
/
+5
2026-01-05
compiler-context-analysis: Remove __cond_lock() function-like helper
Marco Elver
1
-28
/
+5
2025-12-23
mm: consider non-anon swap cache folios in folio_expected_ref_count()
Bijan Tabatabai
1
-4
/
+4
2025-12-13
Merge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-12-09
mm: fix CONFIG_STACK_GROWSUP typo in mm.h
Lukas Bulwahn
1
-1
/
+1
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-175
/
+504
2025-12-02
Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-25
/
+0
2025-12-01
Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+4
2025-11-29
mm: introduce VMA flags bitmap type
Lorenzo Stoakes
1
-5
/
+19
2025-11-29
mm: declare VMA flags by bit
Lorenzo Stoakes
1
-167
/
+210
2025-11-25
fs: Add uoff_t
Matthew Wilcox (Oracle)
1
-4
/
+4
2025-11-24
mm: softdirty: add pgtable_supports_soft_dirty()
Chunyan Zhang
1
-0
/
+3
2025-11-20
mm: propagate VM_SOFTDIRTY on merge
Lorenzo Stoakes
1
-8
/
+7
2025-11-20
mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
Lorenzo Stoakes
1
-0
/
+26
2025-11-20
mm: implement sticky VMA flags
Lorenzo Stoakes
1
-0
/
+28
2025-11-20
mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
Lorenzo Stoakes
1
-0
/
+44
2025-11-20
mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
Lorenzo Stoakes
1
-0
/
+3
2025-11-20
mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()
Kefeng Wang
1
-1
/
+1
2025-11-16
mm: handle poisoning of pfn without struct pages
Ankit Agrawal
1
-0
/
+1
2025-11-16
mm: make INVALID_PHYS_ADDR a generic macro
Anshuman Khandual
1
-0
/
+2
2025-11-16
mm: introduce deferred freeing for kernel page tables
Dave Hansen
1
-3
/
+13
2025-11-16
mm: introduce pure page table freeing function
Dave Hansen
1
-3
/
+8
2025-11-16
mm: actually mark kernel page table pages
Dave Hansen
1
-0
/
+3
2025-11-16
mm: add a ptdesc flag to mark kernel page tables
Dave Hansen
1
-0
/
+41
2025-11-16
mm: add ability to take further action in vm_area_desc
Lorenzo Stoakes
1
-0
/
+74
2025-11-16
mm: abstract io_remap_pfn_range() based on PFN
Lorenzo Stoakes
1
-5
/
+14
2025-11-16
mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
Lorenzo Stoakes
1
-4
/
+18
[next]