summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* memblock: fix crash when reserved memory is not added to memoryYajun Deng2024-01-311-0/+3
* mm: migrate: fix getting incorrect page mapping during page migrationBaolin Wang2024-01-311-17/+10
* mm: migrate: record the mlocked page status to remove unnecessary lru drainBaolin Wang2024-01-311-19/+29
* mm: page_alloc: unreserve highatomic page blocks before oomCharan Teja Kalla2024-01-311-8/+8
* mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla2024-01-311-8/+9
* efi: disable mirror feature during crashkernelMa Wupeng2024-01-311-0/+6
* mm/memory_hotplug: fix memmap_on_memory sysfs value retrievalSumanth Korikkar2024-01-201-3/+5
* mm: fix unmap_mapping_range high bits shift bugJiajun Xie2024-01-101-2/+2
* mm/mglru: skip special VMAs in lru_gen_look_around()Yu Zhao2024-01-101-4/+9
* mm/memory-failure: pass the folio and the page to collect_procs()Matthew Wilcox (Oracle)2024-01-101-13/+12
* mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)2024-01-101-13/+16
* mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)2024-01-051-3/+3
* mm/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)2024-01-051-1/+1
* mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla2024-01-051-1/+8
* mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li2024-01-051-0/+9
* mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park2024-01-011-0/+6
* mm/damon/core: use number of passed access sampling as a timerSeongJae Park2024-01-011-49/+47
* mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens2023-12-201-1/+18
* mm/mglru: reclaim offlined memcgs harderYu Zhao2023-12-201-8/+16
* mm/mglru: respect min_ttl_ms with memcgsYu Zhao2023-12-201-14/+16
* mm/mglru: try to stop at high watermarksYu Zhao2023-12-201-8/+28
* mm/mglru: fix underprotected page cacheYu Zhao2023-12-202-4/+4
* mm/memory_hotplug: fix error handling in add_memory_resource()Sumanth Korikkar2023-12-131-1/+1
* mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins2023-12-131-1/+1
* mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar2023-12-131-7/+6
* hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz2023-12-131-0/+7
* mm/damon/sysfs: eliminate potential uninitialized variable warningDan Carpenter2023-12-131-1/+1
* filemap: add a per-mapping stable writes flagChristoph Hellwig2023-12-031-1/+1
* mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin2023-11-281-1/+2
* mm: fix for negative counter: nr_file_hugepagesStefan Roesch2023-11-281-7/+9
* parisc: fix mmap_base calculation when stack grows upwardsHelge Deller2023-11-281-0/+10
* mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan2023-11-281-1/+1
* mm/hugetlb: use nth_page() in place of direct struct page manipulationZi Yan2023-11-281-1/+1
* mm/cma: use nth_page() in place of direct struct page manipulationZi Yan2023-11-281-1/+1
* mm/damon/sysfs: check error from damon_sysfs_update_target()SeongJae Park2023-11-281-1/+3
* mm/damon/core.c: avoid unintentional filtering out of schemesHyeongtak Ji2023-11-281-1/+1
* mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failureSeongJae Park2023-11-281-0/+3
* mm/damon/sysfs-schemes: handle tried region directory allocation failureSeongJae Park2023-11-281-0/+2
* mm/damon/core: avoid divide-by-zero during monitoring results updateSeongJae Park2023-11-281-8/+2
* mm/damon/ops-common: avoid divide-by-zero during region hotness calculationSeongJae Park2023-11-281-3/+2
* mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculationSeongJae Park2023-11-281-3/+1
* mm/damon/sysfs: update monitoring target regions for online input commitSeongJae Park2023-11-281-17/+30
* mm/damon/sysfs: remove requested targets when online-commit inputsSeongJae Park2023-11-281-34/+36
* vfs: fix readahead(2) on block devicesReuben Hawkins2023-11-201-1/+2
* numa: Generalize numa_map_to_online_node()Yury Norov2023-11-201-7/+11
* Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-249-46/+128
|\
| * mm/damon/sysfs: check DAMOS regions update progress from before_terminate()SeongJae Park2023-10-181-2/+5
| * kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann2023-10-181-1/+3
| * kasan: print the original fault addr when access invalid shadowHaibo Li2023-10-181-3/+1
| * hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel2023-10-182-17/+30