summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
4 days[tree-wide] finally take no_llseek outAl Viro1-1/+0
6 daysMerge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+17
6 daysMerge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds4-1/+45
7 daysMerge tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
8 daysMerge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+1
8 daysMerge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-16/+16
10 daysMerge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds3-2/+3
10 daysMerge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds81-5242/+9148
11 daysMerge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds3-37/+147
12 daysMerge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3
12 daysMerge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...Linus Torvalds8-16/+54
12 daysmm: call the security_mmap_file() LSM hook in remap_file_pages()Shu Han1-0/+4
13 daysMerge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
13 daysMerge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds6-408/+511
2024-09-17mm: support large folios swap-in for sync io devicesChuanhua Han1-27/+234
2024-09-17mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la...Barry Song3-5/+6
2024-09-17mm: fix swap_read_folio_zeromap() for large folios with partial zeromapBarry Song2-25/+40
2024-09-17mm/debug_vm_pgtable: Use pxdp_get() for accessing page table entriesAnshuman Khandual1-25/+25
2024-09-17mm/vma: return the exact errno in vms_gather_munmap_vmas()Xiao Yang1-8/+14
2024-09-17memcg: cleanup with !CONFIG_MEMCG_V1Michal Koutný1-2/+0
2024-09-17mm/show_mem.c: report alloc tags in human readable unitsKent Overstreet1-4/+7
2024-09-17mm: support poison recovery from copy_present_page()Kefeng Wang1-3/+7
2024-09-17mm: support poison recovery from do_cow_fault()Kefeng Wang1-1/+5
2024-09-17mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed1-6/+19
2024-09-17mm: remove follow_pte()Peter Xu1-73/+0
2024-09-17mm/access_process_vm: use the new follow_pfnmap APIPeter Xu1-14/+14
2024-09-17mm: new follow_pfnmap APIPeter Xu1-0/+150
2024-09-17mm/fork: accept huge pfnmap entriesPeter Xu1-3/+26
2024-09-17mm/pagewalk: check pfnmap for folio_walk_start()Peter Xu2-6/+5
2024-09-17mm/gup: detect huge pfnmap entries in gup-fastPeter Xu1-0/+6
2024-09-17mm: allow THP orders for PFNMAPsPeter Xu1-2/+2
2024-09-17mm: mark special bits for huge pfn mappings when injectPeter Xu1-0/+4
2024-09-17mm: drop is_huge_zero_pud()Peter Xu1-12/+1
2024-09-17mm: introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pudPeter Xu1-0/+13
2024-09-17mm/madvise: process_madvise() drop capability check if same mmLorenzo Stoakes1-1/+1
2024-09-17mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag setMiaohe Lin1-0/+2
2024-09-17mm/hugetlb.c: fix UAF of vma in hugetlb fault pathwayVishal Moola (Oracle)1-2/+18
2024-09-17mm: change vmf_anon_prepare() to __vmf_anon_prepare()Vishal Moola (Oracle)2-6/+13
2024-09-17zsmalloc: use unique zsmalloc caches namesSergey Senozhatsky1-6/+17
2024-09-16kasan: rust: Add KASAN smoke test via UAFMatthew Maurer4-1/+45
2024-09-16Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-5/+12
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-0/+13
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-48/+112
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds2-10/+7
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-09-13Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-nextVlastimil Babka3-176/+127
2024-09-13Merge branch 'slab/for-6.12/rcu_barriers' into slab/for-nextVlastimil Babka6-113/+300
2024-09-13mm, slab: restore kerneldoc for kmem_cache_create()Vlastimil Babka1-3/+7
2024-09-12mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds1-5/+22
2024-09-11filemap: introduce filemap_invalidate_pagesPavel Begunkov1-5/+12