summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo2020-11-101-3/+3
* mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)2020-10-293-4/+4
* mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-291-0/+2
* mm/memcg: fix device private memcg accountingRalph Campbell2020-10-291-1/+4
* mm/swapfile.c: fix potential memory leak in sys_swaponMiaohe Lin2020-10-291-1/+3
* mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov2020-10-292-5/+5
* mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna2020-10-142-2/+14
* mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins2020-10-141-0/+12
* mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-10-071-1/+2
* mm: replace memmap_context by meminit_contextLaurent Dufour2020-10-072-6/+6
* mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik2020-10-011-9/+9
* mm, THP, swap: fix allocating cluster for swapfile by mistakeGao Xiang2020-10-011-1/+1
* mm: validate pmd after splittingMinchan Kim2020-10-011-1/+1
* mm: memcontrol: fix stat-corrupting race in charge movingJohannes Weiner2020-10-011-12/+14
* mm/swap_state: fix a data race in swapin_nr_pagesQian Cai2020-10-011-2/+3
* mm/slub: fix incorrect interpretation of s->offsetWaiman Long2020-10-011-15/+30
* mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim2020-10-011-0/+2
* mm/vmscan.c: fix data races using kswapd_classzone_idxQian Cai2020-10-011-19/+26
* mm/swapfile: fix data races in try_to_unuse()Qian Cai2020-10-011-4/+4
* mm/filemap.c: clear page error before actual readXianting Tian2020-10-011-0/+8
* mm/kmemleak.c: use address-of operator on section symbolsNathan Chancellor2020-10-011-1/+1
* mm: avoid data corruption on CoW fault into PFN-mapped VMAKirill A. Shutemov2020-10-011-8/+27
* mm: pagewalk: fix termination condition in walk_pte_range()Steven Price2020-10-011-2/+2
* mm/swapfile.c: swap_next should increase position indexVasily Averin2020-10-011-1/+1
* mm: fix double page fault on arm64 if PTE_AF is clearedJia He2020-10-011-15/+89
* mm: memcg: fix memcg reclaim soft lockupXunlei Pang2020-09-261-0/+8
* mm/thp: fix __split_huge_pmd_locked() for migration PMDRalph Campbell2020-09-261-17/+23
* mm/memory_hotplug: drain per-cpu pages again during memory offlinePavel Tatashin2020-09-232-0/+22
* percpu: fix first chunk size calculation for populated bitmapSunghyun Jin2020-09-231-1/+1
* mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells2020-09-091-1/+1
* mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song2020-09-091-6/+20
* mm: madvise: fix vma user-after-freeYang Shi2020-09-091-1/+1
* mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca2020-09-091-6/+6
* mm/vunmap: add cond_resched() in vunmap_pmd_rangeSasha Levin2020-09-031-0/+2
* cma: don't quit at first error when activating reserved areasMike Kravetz2020-09-031-14/+9
* mm/cma.c: switch to bitmap_zalloc() for cma bitmap allocationYunfeng Ye2020-09-031-4/+2
* mm: fix kthread_use_mm() vs TLB invalidatePeter Zijlstra2020-09-031-1/+6
* mm/shuffle: don't move pages between zones and don't read garbage memmapsDavid Hildenbrand2020-09-031-9/+9
* mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu2020-08-261-14/+10
* mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy2020-08-261-0/+5
* mm: include CMA pages in lowmem_reserve at bootDoug Berger2020-08-261-1/+1
* khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins2020-08-261-1/+1
* khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins2020-08-261-4/+1
* khugepaged: retract_page_tables() remember to test exitHugh Dickins2020-08-211-10/+14
* mm/memory_hotplug: fix unpaired mem_hotplug_begin/doneJia He2020-08-211-3/+2
* mm/page_counter.c: fix protection usage propagationMichal Koutný2020-08-211-3/+3
* khugepaged: collapse_pte_mapped_thp() protect the pmd lockHugh Dickins2020-08-211-25/+19
* khugepaged: collapse_pte_mapped_thp() flush the right rangeHugh Dickins2020-08-211-1/+1
* mm/mmap.c: Add cond_resched() for exit_mmap() CPU stallsPaul E. McKenney2020-08-191-0/+1
* mm/filemap.c: don't bother dropping mmap_sem for zero size readaheadJan Kara2020-08-051-1/+1