summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2020-01-09mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin
2020-01-09mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span()David Hildenbrand
2020-01-09mm/memory_hotplug: fix updating the node spanDavid Hildenbrand
2020-01-09mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()David Hildenbrand
2020-01-09mm/page_io.c: do not free shared swap slotsVinayak Menon
2020-01-09mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()Roman Gushchin
2020-01-09mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin
2020-01-09mm: mempolicy: fix the wrong return value and potential pages leak of mbindYang Shi
2019-12-29mm/filemap.c: don't initiate writeback if mapping has no dirty pagesKonstantin Khlebnikov
2019-12-29mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=yVille Syrjälä
2019-12-29mm, vmstat: hide /proc/pagetypeinfo from normal usersMichal Hocko
2019-12-29mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman
2019-12-29mm: memcontrol: fix network errors from failing __GFP_ATOMIC chargesJohannes Weiner
2019-11-25mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped m...Jane Chu
2019-11-25hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()David Hildenbrand
2019-11-25mm: memblock: do not enforce current limit for memblock_phys* familyMike Rapoport
2019-11-25mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_...Honglei Wang
2019-11-25mm, compaction: fix wrong pfn handling in __reset_isolation_pfn()Vlastimil Babka
2019-11-25mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetype...Qian Cai
2019-11-25mm/slub: fix a deadlock in show_slab_objects()Qian Cai
2019-11-25mm/memory-failure.c: don't access uninitialized memmaps in memory_failure()David Hildenbrand
2019-11-09mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()Dan Carpenter
2019-11-09mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai
2019-11-09mm/z3fold.c: claim page in the beginning of freeVitaly Wool
2019-11-09usercopy: Avoid HIGHMEM pfn warningKees Cook
2019-10-05mm: Handle MADV_WILLNEED through vfs_fadvise()Jan Kara
2019-10-05fs: Export generic_fadvise()Jan Kara
2019-10-05memcg, kmem: do not fail __GFP_NOFAIL chargesMichal Hocko
2019-10-05memcg, oom: don't require __GFP_FS when invoking memcg OOM killerTetsuo Handa
2019-10-05mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zoneYafang Shao
2019-10-05z3fold: fix memory leak in kmem cacheVitaly Wool
2019-10-05z3fold: fix retry mechanism in page reclaimVitaly Wool
2019-10-01Revert "mm/z3fold.c: fix race between migration and destruction"Vitaly Wool
2019-09-19mm/z3fold.c: fix lock/unlock imbalance in z3fold_page_isolateGustavo A. R. Silva
2019-09-19mm/z3fold.c: remove z3fold_migration trylockHenry Burns
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