summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* hugetlb: fix copy_huge_page_from_user contig page struct assumptionMike Kravetz2021-03-041-4/+6
* mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin2021-03-041-1/+3
* mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin2021-03-041-3/+3
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2021-02-131-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: 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/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/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer2020-11-241-5/+4
* page_frag: Recover from memory pressureDongli Zhang2020-11-241-0/+5
* mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo2020-11-101-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: 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/+7
* 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/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
* 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
* mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca2020-09-091-6/+6
* uaccess: Add non-pagefault user-space write functionDaniel Borkmann2020-09-091-4/+41
* uaccess: Add non-pagefault user-space read functionsMasami Hiramatsu2020-09-091-6/+116
* mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu2020-08-261-14/+10