summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-01-27Revert "mm: fix initialization of struct page for holes in memory layout"Linus Torvalds1-50/+34
2021-01-27mm: fix initialization of struct page for holes in memory layoutMike Rapoport1-34/+50
2021-01-27kasan: fix incorrect arguments passing in kasan_add_zero_shadowLecopzer Chen1-2/+1
2021-01-27kasan: fix unaligned address is unhandled in kasan_remove_zero_shadowLecopzer Chen1-8/+12
2021-01-27mm: fix numa stats for thp migrationShakeel Butt1-11/+12
2021-01-27mm: memcg: fix memcg file_dirty numa statShakeel Butt1-2/+2
2021-01-27mm: memcg/slab: optimize objcg stock drainingRoman Gushchin1-3/+1
2021-01-19mm, slub: consider rest of partial list if acquire_slab() failsJann Horn1-1/+1
2021-01-19mm: don't put pinned pages into the swap cacheLinus Torvalds1-0/+2
2021-01-19mm/process_vm_access.c: include compat.hAndrew Morton1-0/+1
2021-01-19mm/hugetlb: fix potential missing huge page size infoMiaohe Lin1-1/+1
2021-01-19mm/vmalloc.c: fix potential memory leakMiaohe Lin1-1/+3
2021-01-12mm: make wait_on_page_writeback() wait for multiple pending writebacksLinus Torvalds1-1/+1
2021-01-06mm: memmap defer init doesn't work as expectedBaoquan He2-4/+6
2021-01-06mm/hugetlb: fix deadlock in hugetlb_cow error pathMike Kravetz1-1/+21
2020-12-30z3fold: stricter locking and more careful reclaimVitaly Wool1-58/+85
2020-12-30z3fold: simplify freeing slotsVitaly Wool1-42/+13
2020-12-30mm: don't wake kswapd prematurely when watermark boosting is disabledJohannes Weiner1-6/+7
2020-12-30hugetlb: fix an error code in hugetlb_reserve_pages()Dan Carpenter1-0/+1
2020-12-30mm,memory_failure: always pin the page in madvise_inject_errorOscar Salvador2-8/+7
2020-12-30mm/vmalloc.c: fix kasan shadow poisoning sizeVincenzo Frascino1-1/+1
2020-12-30mm/vmalloc: Fix unlock order in s_stop()Waiman Long1-2/+2
2020-12-30mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt6-26/+11
2020-12-30mm: memcg/slab: fix use after free in obj_cgroup_chargeMuchun Song1-1/+3
2020-12-30mm: memcg/slab: fix return of child memcg objcg for root memcgMuchun Song1-0/+1
2020-12-30mm/gup: combine put_compound_head() and unpin_user_page()Jason Gunthorpe1-80/+23
2020-12-30mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe3-1/+31
2020-12-30mm/gup: reorganize internal_get_user_pages_fast()Jason Gunthorpe1-45/+54
2020-12-12mm/hugetlb: clear compound_nr before freeing gigantic pagesGerald Schaefer1-0/+1
2020-12-12kasan: fix object remaining in offline per-cpu quarantineKuan-Ying Lee1-0/+39
2020-12-12revert "mm/filemap: add static for function __add_to_page_cache_locked"Andrew Morton1-1/+1
2020-12-09mm/madvise: remove racy mm ownership checkMinchan Kim1-2/+1
2020-12-06mm/mmap.c: fix mmap return value when vma is merged after call_mmap()Liu Zixian1-14/+12
2020-12-06hugetlb_cgroup: fix offline of hugetlb cgroup with reservationsMike Kravetz1-5/+3
2020-12-06mm/filemap: add static for function __add_to_page_cache_lockedAlex Shi1-1/+1
2020-12-06mm/swapfile: do not sleep with a spin lock heldQian Cai1-1/+3
2020-12-06mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPINGMinchan Kim2-67/+0
2020-12-06mm: list_lru: set shrinker map bit when child nr_items is not zeroYang Shi1-5/+5
2020-12-06mm: memcg/slab: fix obj_cgroup_charge() return value handlingRoman Gushchin1-16/+24
2020-11-25mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)Hugh Dickins2-6/+8
2020-11-22mm: fix madvise WILLNEED performance problemMatthew Wilcox (Oracle)1-1/+1
2020-11-22mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer1-5/+4
2020-11-22mm: memcg/slab: fix root memcg vmstatsMuchun Song1-2/+7
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams1-18/+0
2020-11-22mm/madvise: fix memory leak from process_madviseEric Dumazet1-2/+0
2020-11-20Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+14
2020-11-20Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+5
2020-11-19page_frag: Recover from memory pressureDongli Zhang1-0/+5
2020-11-16mm: never attempt async page lock if we've transferred data alreadyJens Axboe1-4/+14
2020-11-15Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4