summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-10-17mm/mglru: only clear kswapd_failures if reclaimableWei Xu
2024-10-17mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin
2024-10-17mm: swap: prevent possible data-race in __try_to_reclaim_swapJeongjun Park
2024-10-17mm: khugepaged: fix the incorrect statistics when collapsing large file foliosBaolin Wang
2024-10-17mm: don't install PMD mappings when THPs are disabled by the hw/process/vmaDavid Hildenbrand
2024-10-17mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang
2024-10-17mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace pointYang Shi
2024-10-17mm/damon/tests/sysfs-kunit.h: fix memory leak in damon_sysfs_test_add_targets()Jinjie Ruan
2024-10-17mm: remove unused stub for can_swapin_thp()Andy Shevchenko
2024-10-17mm/mremap: fix move_normal_pmd/retract_page_tables raceJann Horn
2024-10-17mm/mmap: correct error handling in mmap_region()Lorenzo Stoakes
2024-10-09mm: zswap: delete comments for "value" member of 'struct zswap_entry'.Kanchana P Sridhar
2024-10-09secretmem: disable memfd_secret() if arch cannot set direct mapPatrick Roy
2024-10-09mm/huge_memory: check pmd_special() only after pmd_present()David Hildenbrand
2024-10-02mm, slab: suppress warnings in test_leak_destroy kunit testVlastimil Babka
2024-10-01mm, slab: fix use of SLAB_SUPPORTS_SYSFS in kmem_cache_release()Nilay Shroff
2024-09-27Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-26memory tiers: use default_dram_perf_ref_source in log messageHuang Ying
2024-09-26mm/damon/Kconfig: update DAMON doc URLDiederik de Haas
2024-09-26mm: kfence: fix elapsed time for allocated/freed trackqiwu.chen
2024-09-26mm: migrate: annotate data-race in migrate_folio_unmap()Jeongjun Park
2024-09-26mm/hugetlb: simplify refs in memfd_alloc_folioSteve Sistare
2024-09-26mm/gup: fix memfd_pin_folios alloc race panicSteve Sistare
2024-09-26mm/gup: fix memfd_pin_folios hugetlb page allocationSteve Sistare
2024-09-26mm/hugetlb: fix memfd_pin_folios resv_huge_pages leakSteve Sistare
2024-09-26mm/hugetlb: fix memfd_pin_folios free_huge_pages leakSteve Sistare
2024-09-26mm/filemap: fix filemap_get_folios_contig THP panicSteve Sistare
2024-09-26mm: make SPLIT_PTE_PTLOCKS depend on SMPGuenter Roeck
2024-09-25Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-09-24Merge tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-23Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-19Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...Linus Torvalds
2024-09-19mm: call the security_mmap_file() LSM hook in remap_file_pages()Shu Han
2024-09-18Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-09-17mm: support large folios swap-in for sync io devicesChuanhua Han
2024-09-17mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la...Barry Song
2024-09-17mm: fix swap_read_folio_zeromap() for large folios with partial zeromapBarry Song
2024-09-17mm/debug_vm_pgtable: Use pxdp_get() for accessing page table entriesAnshuman Khandual
2024-09-17mm/vma: return the exact errno in vms_gather_munmap_vmas()Xiao Yang
2024-09-17memcg: cleanup with !CONFIG_MEMCG_V1Michal Koutný
2024-09-17mm/show_mem.c: report alloc tags in human readable unitsKent Overstreet
2024-09-17mm: support poison recovery from copy_present_page()Kefeng Wang