summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-10-17mm/mmap: correct error handling in mmap_region()Lorenzo Stoakes1-11/+21
2024-10-09mm: zswap: delete comments for "value" member of 'struct zswap_entry'.Kanchana P Sridhar1-1/+0
2024-10-09secretmem: disable memfd_secret() if arch cannot set direct mapPatrick Roy1-2/+2
2024-10-09mm/huge_memory: check pmd_special() only after pmd_present()David Hildenbrand1-1/+1
2024-10-02mm, slab: suppress warnings in test_leak_destroy kunit testVlastimil Babka3-4/+12
2024-10-01mm, slab: fix use of SLAB_SUPPORTS_SYSFS in kmem_cache_release()Nilay Shroff1-1/+1
2024-09-27Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds9-14/+39
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-26memory tiers: use default_dram_perf_ref_source in log messageHuang Ying1-3/+3
2024-09-26mm/damon/Kconfig: update DAMON doc URLDiederik de Haas1-1/+1
2024-09-26mm: kfence: fix elapsed time for allocated/freed trackqiwu.chen1-1/+1
2024-09-26mm: migrate: annotate data-race in migrate_folio_unmap()Jeongjun Park1-1/+1
2024-09-26mm/hugetlb: simplify refs in memfd_alloc_folioSteve Sistare2-5/+2
2024-09-26mm/gup: fix memfd_pin_folios alloc race panicSteve Sistare1-0/+1
2024-09-26mm/gup: fix memfd_pin_folios hugetlb page allocationSteve Sistare1-2/+6
2024-09-26mm/hugetlb: fix memfd_pin_folios resv_huge_pages leakSteve Sistare2-5/+21
2024-09-26mm/hugetlb: fix memfd_pin_folios free_huge_pages leakSteve Sistare1-1/+3
2024-09-26mm/filemap: fix filemap_get_folios_contig THP panicSteve Sistare1-0/+4
2024-09-26mm: make SPLIT_PTE_PTLOCKS depend on SMPGuenter Roeck1-0/+1
2024-09-25Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+17
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds4-1/+45
2024-09-24Merge tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2024-09-23Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+1
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-16/+16
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds3-2/+3
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds81-5242/+9148
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds3-37/+147
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3
2024-09-19Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...Linus Torvalds8-16/+54
2024-09-19mm: call the security_mmap_file() LSM hook in remap_file_pages()Shu Han1-0/+4
2024-09-18Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-09-18Merge 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