summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: provide a saner PTE walking API for modulesPaolo Bonzini2021-02-261-5/+36
* mm: simplify follow_pte{,pmd}Christoph Hellwig2021-02-261-30/+5
* mm: unexport follow_pte_pmdChristoph Hellwig2021-02-261-1/+0
* mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins2021-02-101-14/+23
* mm, compaction: move high_pfn to the for loop scopeRokudo Yan2021-02-101-1/+2
* mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song2021-02-101-2/+1
* mm: hugetlb: fix a race between isolating and freeing pageMuchun Song2021-02-101-2/+2
* mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song2021-02-101-0/+39
* mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-101-1/+1
* memblock: do not start bottom-up allocations with kernel_endRoman Gushchin2021-02-101-43/+6
* Revert "mm/slub: fix a memory leak in sysfs_slab_add()"Wang Hai2021-01-301-3/+1
* kasan: fix incorrect arguments passing in kasan_add_zero_shadowLecopzer Chen2021-01-271-2/+1
* kasan: fix unaligned address is unhandled in kasan_remove_zero_shadowLecopzer Chen2021-01-271-8/+12
* mm, slub: consider rest of partial list if acquire_slab() failsJann Horn2021-01-191-1/+1
* mm/hugetlb: fix potential missing huge page size infoMiaohe Lin2021-01-191-1/+1
* mm: don't wake kswapd prematurely when watermark boosting is disabledJohannes Weiner2020-12-301-6/+7
* mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPINGMinchan Kim2020-12-162-59/+0
* mm/swapfile: do not sleep with a spin lock heldQian Cai2020-12-111-1/+3
* mm: list_lru: set shrinker map bit when child nr_items is not zeroYang Shi2020-12-111-5/+5
* mm, page_alloc: skip ->waternark_boost for atomic order-0 allocationsCharan Teja Reddy2020-11-241-4/+21
* mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer2020-11-241-5/+4
* mm: memcg/slab: fix root memcg vmstatsMuchun Song2020-11-241-2/+7
* page_frag: Recover from memory pressureDongli Zhang2020-11-241-0/+5
* mm/slub: fix panic in slab_alloc_node()Laurent Dufour2020-11-181-1/+1
* 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