summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2024-11-03-10-50' of git://git.kernel.org/pub/s...Linus Torvalds2024-11-039-122/+118
|\
| * mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao2024-11-032-45/+52
| * mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL statsYu Zhao2024-11-031-9/+5
| * mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizesVlastimil Babka2024-11-011-1/+2
| * mm: shrinker: avoid memleak in alloc_shrinker_infoChen Ridong2024-11-011-3/+5
| * vmscan,migrate: fix page count imbalance on node stats when demoting pagesGregory Price2024-11-011-1/+1
| * kasan: remove vmalloc_percpu testAndrey Konovalov2024-10-311-27/+0
| * mm, swap: avoid over reclaim of full clustersKairui Song2024-10-311-19/+30
| * mm: fix PSWPIN counter for large folios swap-inBarry Song2024-10-311-2/+2
| * mm: avoid VM_BUG_ON when try to map an anon large folio to zero page.Zi Yan2024-10-311-1/+2
| * mm/gup: stop leaking pinned pages in low memory conditionsJohn Hubbard2024-10-311-14/+19
* | Merge tag 'slab-for-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-10-301-1/+1
|\ \ | |/ |/|
| * mm: krealloc: Fix MTE false alarm in __do_kreallocQun-Wei Lin2024-10-291-1/+1
* | mm: avoid unconditional one-tick sleep when swapcache_prepare failsBarry Song2024-10-291-2/+13
* | mm: split critical region in remap_file_pages() and invoke LSMs in betweenKirill A. Shutemov2024-10-291-17/+52
* | mm/vma: add expand-only VMA merge mode and optimise do_brk_flags()Lorenzo Stoakes2024-10-293-9/+31
* | mm: numa_clear_kernel_node_hotplug: Add NUMA_NO_NODE check for node idNobuhiro Iwamatsu2024-10-291-1/+1
* | mm: shmem: fix data-race in shmem_getattr()Jeongjun Park2024-10-291-0/+2
* | mm: mark mas allocation in vms_abort_munmap_vmas as __GFP_NOFAILJann Horn2024-10-291-9/+3
* | resource: remove dependency on SPARSEMEM from GET_FREE_REGIONHuang Ying2024-10-291-1/+0
* | mm/mmap: fix race in mmap_region() with ftruncate()Liam R. Howlett2024-10-291-5/+7
* | mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming2024-10-291-5/+5
* | mm/pagewalk: fix usage of pmd_leaf()/pud_leaf() without present checkDavid Hildenbrand2024-10-291-5/+11
* | LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel spaceBibo Mao2024-10-212-1/+12
* | mm: fix follow_pfnmap API lockdep assertLinus Torvalds2024-10-181-1/+2
* | mm/mglru: only clear kswapd_failures if reclaimableWei Xu2024-10-171-2/+2
* | mm/swapfile: skip HugeTLB pages for unuse_vmaLiu Shixin2024-10-171-1/+1
* | mm: swap: prevent possible data-race in __try_to_reclaim_swapJeongjun Park2024-10-171-3/+4
* | mm: khugepaged: fix the incorrect statistics when collapsing large file foliosBaolin Wang2024-10-171-2/+2
* | mm: don't install PMD mappings when THPs are disabled by the hw/process/vmaDavid Hildenbrand2024-10-171-0/+9
* | mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang2024-10-172-18/+2
* | mm: khugepaged: fix the arguments order in khugepaged_collapse_file trace pointYang Shi2024-10-171-1/+1
* | mm/damon/tests/sysfs-kunit.h: fix memory leak in damon_sysfs_test_add_targets()Jinjie Ruan2024-10-171-0/+1
* | mm: remove unused stub for can_swapin_thp()Andy Shevchenko2024-10-171-5/+0
* | mm/mremap: fix move_normal_pmd/retract_page_tables raceJann Horn2024-10-171-2/+9
* | mm/mmap: correct error handling in mmap_region()Lorenzo Stoakes2024-10-171-11/+21
* | mm: zswap: delete comments for "value" member of 'struct zswap_entry'.Kanchana P Sridhar2024-10-091-1/+0
* | secretmem: disable memfd_secret() if arch cannot set direct mapPatrick Roy2024-10-091-2/+2
* | mm/huge_memory: check pmd_special() only after pmd_present()David Hildenbrand2024-10-091-1/+1
|/
* mm, slab: suppress warnings in test_leak_destroy kunit testVlastimil Babka2024-10-023-4/+12
* mm, slab: fix use of SLAB_SUPPORTS_SYSFS in kmem_cache_release()Nilay Shroff2024-10-011-1/+1
* Merge tag 'mm-hotfixes-stable-2024-09-27-09-45' of git://git.kernel.org/pub/s...Linus Torvalds2024-09-279-14/+39
|\
| * memory tiers: use default_dram_perf_ref_source in log messageHuang Ying2024-09-261-3/+3
| * mm/damon/Kconfig: update DAMON doc URLDiederik de Haas2024-09-261-1/+1
| * mm: kfence: fix elapsed time for allocated/freed trackqiwu.chen2024-09-261-1/+1
| * mm: migrate: annotate data-race in migrate_folio_unmap()Jeongjun Park2024-09-261-1/+1
| * mm/hugetlb: simplify refs in memfd_alloc_folioSteve Sistare2024-09-262-5/+2
| * mm/gup: fix memfd_pin_folios alloc race panicSteve Sistare2024-09-261-0/+1
| * mm/gup: fix memfd_pin_folios hugetlb page allocationSteve Sistare2024-09-261-2/+6
| * mm/hugetlb: fix memfd_pin_folios resv_huge_pages leakSteve Sistare2024-09-262-5/+21