summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2019-09-06mm: memcontrol: fix percpu vmstats and vmevents flushShakeel Butt
2019-09-06mm, memcg: partially revert "mm/memcontrol.c: keep local VM counters in sync ...Roman Gushchin
2019-09-06mm/zsmalloc.c: fix build when CONFIG_COMPACTION=nAndrew Morton
2019-08-29mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin
2019-08-29mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns
2019-08-29mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns
2019-08-29mm, page_owner: handle THP splits correctlyVlastimil Babka
2019-08-29mm: memcontrol: flush percpu vmevents before releasing memcgRoman Gushchin
2019-08-29mm: memcontrol: flush percpu vmstats before releasing memcgRoman Gushchin
2019-08-29mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes
2019-08-29mm/z3fold.c: fix race between migration and destructionHenry Burns
2019-08-25Revert "kmemleak: allow to coexist with fault injection"Yang Shi
2019-08-25mm/hmm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}Christoph Hellwig
2019-08-25mm, vmscan: do not special-case slab reclaim when watermarks are boostedMel Gorman
2019-08-25mm/usercopy: use memory range to be accessed for wraparound checkIsaac J. Manjarres
2019-08-25mm/memcontrol.c: fix use after free in mem_cgroup_iter()Miles Chen
2019-08-25mm/z3fold.c: fix z3fold_destroy_pool() race conditionHenry Burns
2019-08-25mm/z3fold.c: fix z3fold_destroy_pool() orderingHenry Burns
2019-08-25mm: mempolicy: handle vma with unmovable pages mapped correctly in mbindYang Shi
2019-08-25mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_ST...Yang Shi
2019-08-25mm/hmm: fix bad subpage pointer in try_to_unmap_oneRalph Campbell
2019-08-16mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()Joerg Roedel
2019-08-06mm/migrate.c: initialize pud_entry in migrate_vma()Ralph Campbell
2019-08-06mm: compaction: avoid 100% CPU usage during compaction when a task is killedMel Gorman
2019-08-06mm: migrate: fix reference check race between __find_get_block() and migrationJan Kara
2019-08-06mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab ...Yang Shi
2019-08-06mm/hotplug: make remove_memory() interface usablePavel Tatashin
2019-08-06mm/cma.c: fail if fixed declaration can't be honoredDoug Berger
2019-08-06mm/z3fold.c: reinitialize zhdr structs after migrationHenry Burns
2019-08-06mm/memcontrol.c: keep local VM counters in sync with the hierarchical onesYafang Shao
2019-08-06mm/slab_common.c: work around clang bug #42570Arnd Bergmann
2019-08-06mm/z3fold: don't try to use buddy slots after freeVitaly Wool
2019-07-31mm, swap: fix race between swapoff and some swap operationsHuang Ying
2019-07-31mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov
2019-07-31mm/mmu_notifier: use hlist_add_head_rcu()Jean-Philippe Brucker
2019-07-31mm/gup.c: remove some BUG_ONs from get_gate_page()Andy Lutomirski
2019-07-31mm/gup.c: mark undo_dev_pagemap as __maybe_unusedGuenter Roeck
2019-07-31mm/mincore.c: fix race between swapoff and mincoreHuang Ying
2019-07-31mm/kmemleak.c: fix check for softirq contextDmitry Vyukov
2019-07-31mm/swap: fix release_pages() when releasing devmap pagesIra Weiny
2019-07-31mm/hmm: fix use after free with struct hmm in the mmu notifiersJason Gunthorpe
2019-07-28mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler
2019-07-26mm/z3fold.c: lock z3fold page before __SetPageMovable()Henry Burns
2019-07-26mm/memcontrol: fix wrong statistics in memory.statYafang Shao
2019-07-26mm: vmscan: scan anonymous pages on file refaultsKuo-Hsin Yang
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds
2019-07-05swap_readpage(): avoid blk_wake_io_task() if !synchronousOleg Nesterov
2019-07-05mm/vmscan.c: prevent useless kswapd loopsShakeel Butt
2019-07-05mm/page_alloc.c: fix regression with deferred struct page initJuergen Gross
2019-06-29mm, swap: fix THP swap outHuang Ying