summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-09-06mm: memcontrol: fix percpu vmstats and vmevents flushShakeel Butt1-5/+5
2019-09-06mm, memcg: partially revert "mm/memcontrol.c: keep local VM counters in sync ...Roman Gushchin1-5/+3
2019-09-06mm/zsmalloc.c: fix build when CONFIG_COMPACTION=nAndrew Morton1-0/+2
2019-08-29mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin1-2/+8
2019-08-29mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns1-2/+59
2019-08-29mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns1-4/+15
2019-08-29mm, page_owner: handle THP splits correctlyVlastimil Babka1-0/+4
2019-08-29mm: memcontrol: flush percpu vmevents before releasing memcgRoman Gushchin1-1/+21
2019-08-29mm: memcontrol: flush percpu vmstats before releasing memcgRoman Gushchin1-0/+40
2019-08-29mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes1-15/+4
2019-08-29mm/z3fold.c: fix race between migration and destructionHenry Burns1-0/+89
2019-08-25Revert "kmemleak: allow to coexist with fault injection"Yang Shi1-1/+1
2019-08-25mm/hmm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}Christoph Hellwig1-6/+4
2019-08-25mm, vmscan: do not special-case slab reclaim when watermarks are boostedMel Gorman1-11/+2
2019-08-25mm/usercopy: use memory range to be accessed for wraparound checkIsaac J. Manjarres1-1/+1
2019-08-25mm/memcontrol.c: fix use after free in mem_cgroup_iter()Miles Chen1-10/+29
2019-08-25mm/z3fold.c: fix z3fold_destroy_pool() race conditionHenry Burns1-1/+4
2019-08-25mm/z3fold.c: fix z3fold_destroy_pool() orderingHenry Burns1-1/+8
2019-08-25mm: mempolicy: handle vma with unmovable pages mapped correctly in mbindYang Shi1-7/+25
2019-08-25mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_ST...Yang Shi1-20/+48
2019-08-25mm/hmm: fix bad subpage pointer in try_to_unmap_oneRalph Campbell1-0/+8
2019-08-16mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()Joerg Roedel1-0/+9
2019-08-06mm/migrate.c: initialize pud_entry in migrate_vma()Ralph Campbell1-10/+7
2019-08-06mm: compaction: avoid 100% CPU usage during compaction when a task is killedMel Gorman1-4/+7
2019-08-06mm: migrate: fix reference check race between __find_get_block() and migrationJan Kara1-1/+3
2019-08-06mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab ...Yang Shi1-1/+8
2019-08-06mm/hotplug: make remove_memory() interface usablePavel Tatashin1-21/+43
2019-08-06mm/cma.c: fail if fixed declaration can't be honoredDoug Berger1-0/+13
2019-08-06mm/z3fold.c: reinitialize zhdr structs after migrationHenry Burns1-0/+10
2019-08-06mm/memcontrol.c: keep local VM counters in sync with the hierarchical onesYafang Shao1-7/+15
2019-08-06mm/slab_common.c: work around clang bug #42570Arnd Bergmann1-1/+2
2019-08-06mm/z3fold: don't try to use buddy slots after freeVitaly Wool1-1/+4
2019-07-31mm, swap: fix race between swapoff and some swap operationsHuang Ying3-36/+136
2019-07-31mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov2-2/+5
2019-07-31mm/mmu_notifier: use hlist_add_head_rcu()Jean-Philippe Brucker1-1/+1
2019-07-31mm/gup.c: remove some BUG_ONs from get_gate_page()Andy Lutomirski1-3/+6
2019-07-31mm/gup.c: mark undo_dev_pagemap as __maybe_unusedGuenter Roeck1-1/+2
2019-07-31mm/mincore.c: fix race between swapoff and mincoreHuang Ying1-2/+10
2019-07-31mm/kmemleak.c: fix check for softirq contextDmitry Vyukov1-1/+1
2019-07-31mm/swap: fix release_pages() when releasing devmap pagesIra Weiny1-4/+9
2019-07-31mm/hmm: fix use after free with struct hmm in the mmu notifiersJason Gunthorpe1-6/+17
2019-07-28mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler1-0/+22
2019-07-26mm/z3fold.c: lock z3fold page before __SetPageMovable()Henry Burns1-1/+11
2019-07-26mm/memcontrol: fix wrong statistics in memory.statYafang Shao1-2/+3
2019-07-26mm: vmscan: scan anonymous pages on file refaultsKuo-Hsin Yang1-3/+3
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds7-69/+94
2019-07-05swap_readpage(): avoid blk_wake_io_task() if !synchronousOleg Nesterov1-5/+8
2019-07-05mm/vmscan.c: prevent useless kswapd loopsShakeel Butt1-12/+15
2019-07-05mm/page_alloc.c: fix regression with deferred struct page initJuergen Gross1-1/+2
2019-06-29mm, swap: fix THP swap outHuang Ying1-5/+2