index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
util.c
Age
Commit message (
Expand
)
Author
8 days
mm/util: introduce snapshot_page()
Luiz Capitulino
13 days
mm: remove boolean output parameters from folio_pte_batch_ext()
David Hildenbrand
13 days
mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()
David Hildenbrand
2025-07-13
mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
David Hildenbrand
2025-06-12
mm: add mmap_prepare() compatibility layer for nested file systems
Lorenzo Stoakes
2025-03-26
Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-03-24
Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2025-03-12
fsnotify: add pre-content hooks on mmap()
Amir Goldstein
2025-03-04
slab: Adjust placement of __kvmalloc_node_noprof
GONG Ruiqi
2025-02-07
mm: util: move sysctls to mm/util.c
Kaixiong Yu
2025-01-13
mm: add comments to do_mmap(), mmap_region() and vm_mmap()
Lorenzo Stoakes
2024-12-30
mm/util: make memdup_user_nul() similar to memdup_user()
Tetsuo Handa
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-11-07
mm: renovate page_address_in_vma()
Matthew Wilcox (Oracle)
2024-11-05
mm/util: deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
Yafang Shao
2024-11-05
mm/util: fix possible race condition in kstrdup()
Yafang Shao
2024-09-01
mm: only enforce minimum stack gap size if it's sensible
David Gow
2024-09-01
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-18
Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2024-07-16
Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2024-07-15
Merge branch 'slab/for-6.11/buckets' into slab/for-next
Vlastimil Babka
2024-07-06
mm: add folio_mc_copy()
Kefeng Wang
2024-07-03
mm/util: Use dedicated slab buckets for memdup_user()
Kees Cook
2024-07-03
mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argument
Kees Cook
2024-07-02
kunit/usercopy: Disable testing on !CONFIG_MMU
Kees Cook
2024-06-17
Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-06-14
kunit: test: Add vm_mmap() allocation resource manager
Kees Cook
2024-06-06
mm/util: Swap kmemdup_array() arguments
Jean-Philippe Brucker
2024-06-05
mm: fix xyz_noprof functions calling profiled functions
Suren Baghdasaryan
2024-04-25
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
2024-04-25
mm: vmalloc: enable memory allocation profiling
Kent Overstreet
2024-04-25
mm/slab: enable slab allocation tagging for kmalloc and friends
Suren Baghdasaryan
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-04
mm/util.c: add byte count to __vm_enough_memory failure warning
Matthew Cassell
2024-02-01
mm/util: Introduce kmemdup_array()
Kartik
2023-12-10
mm/util: use kmap_local_page() in memcmp_pages()
Fabio De Francesco
2023-11-15
parisc: fix mmap_base calculation when stack grows upwards
Helge Deller
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-10-25
nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()
Matthew Wilcox (Oracle)
2023-09-13
mm: Remove kmem_valid_obj()
Zhen Lei
2023-09-05
rcu: dump vmalloc memory info safely
Zqiang
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-24
mm/swap: inline folio_set_swap_entry() and folio_swap_entry()
David Hildenbrand
2023-08-24
mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
Matthew Wilcox (Oracle)
2023-08-22
parisc: Use generic mmap top-down layout and brk randomization
Helge Deller
2023-08-18
mm: remove page_rmapping()
ZhangPeng
2023-07-11
mm: Re-introduce vm_flags to do_mmap()
Yu-cheng Yu
[next]