summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz2021-06-032-7/+6
* mm, vmstat: drop zone->lock in /proc/pagetypeinfoStephen Brennan2021-06-031-0/+3
* userfaultfd: release page in error path to avoid BUG_ONAxel Rasmussen2021-05-221-1/+11
* ksm: fix potential missing rmap_item for stable_nodeMiaohe Lin2021-05-221-0/+1
* mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin2021-05-221-2/+9
* khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()Miaohe Lin2021-05-221-9/+9
* gup: document and work around "COW can break either way" issueLinus Torvalds2021-04-282-10/+41
* mm: writeback: use exact memcg dirty countsGreg Thelen2021-04-071-2/+18
* mm: fix oom_kill event handlingRoman Gushchin2021-04-072-3/+5
* mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner2021-04-072-13/+17
* mm: fix race by making init_zero_pfn() early_initcallIlya Lipnitskiy2021-04-071-1/+1
* Revert "mm, slub: consider rest of partial list if acquire_slab() fails"Linus Torvalds2021-03-171-1/+1
* swap: fix swapfile read/write offsetJens Axboe2021-03-072-9/+4
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-03-071-6/+11
* mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai2021-03-071-10/+12
* hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz2021-03-071-2/+4
* mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song2021-03-031-0/+39
* hugetlb: fix copy_huge_page_from_user contig page struct assumptionMike Kravetz2021-03-031-4/+6
* mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin2021-03-031-1/+3
* mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin2021-03-031-3/+3
* memblock: do not start bottom-up allocations with kernel_endRoman Gushchin2021-02-231-42/+6
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2021-02-231-0/+1
* mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins2021-02-101-14/+23
* 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: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-101-1/+1
* Revert "mm/slub: fix a memory leak in sysfs_slab_add()"Wang Hai2021-01-301-3/+1
* mm, slub: consider rest of partial list if acquire_slab() failsJann Horn2021-01-231-1/+1
* mm/hugetlb: fix potential missing huge page size infoMiaohe Lin2021-01-231-1/+1
* mm: memcontrol: fix excessive complexity in memory.stat reportingJohannes Weiner2021-01-091-50/+51
* mm: memcontrol: eliminate raw access to stat and event countersJohannes Weiner2021-01-091-34/+25
* mm/swapfile: do not sleep with a spin lock heldQian Cai2020-12-111-1/+3
* mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer2020-12-021-5/+4
* mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo2020-11-181-3/+3
* 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: 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, THP, swap: fix allocating cluster for swapfile by mistakeGao Xiang2020-10-011-1/+1
* mm/swap_state: fix a data race in swapin_nr_pagesQian Cai2020-10-011-2/+3
* 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/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: fix double page fault on arm64 if PTE_AF is clearedJia He2020-10-011-15/+89
* mm/thp: fix __split_huge_pmd_locked() for migration PMDRalph Campbell2020-10-011-17/+23
* percpu: fix first chunk size calculation for populated bitmapSunghyun Jin2020-09-231-1/+1
* mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song2020-09-091-6/+20