summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/shmem.c: cast the type of unmap_start to u64Chen Jun2019-12-171-1/+1
* mm: memcg/slab: wait for !root kmem_cache refcnt killing on root kmem_cache d...Roman Gushchin2019-12-171-0/+12
* mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappingsNicolas Geoffray2019-12-171-4/+7
* mm/slub.c: init_on_free=1 should wipe freelist ptr for bulk allocationsAlexander Potapenko2019-11-291-6/+16
* mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin2019-11-291-7/+7
* mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span()David Hildenbrand2019-11-291-3/+13
* mm/memory_hotplug: fix updating the node spanDavid Hildenbrand2019-11-241-0/+8
* mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()David Hildenbrand2019-11-241-57/+15
* mm/page_io.c: do not free shared swap slotsVinayak Menon2019-11-201-3/+3
* mm/memory_hotplug: fix try_offline_node()David Hildenbrand2019-11-201-16/+27
* mm: slub: really fix slab walking for init_on_freeLaura Abbott2019-11-201-30/+9
* mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()Roman Gushchin2019-11-201-1/+1
* mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin2019-11-201-1/+1
* mm: mempolicy: fix the wrong return value and potential pages leak of mbindYang Shi2019-11-201-5/+9
* mm/filemap.c: don't initiate writeback if mapping has no dirty pagesKonstantin Khlebnikov2019-11-121-1/+2
* mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=yVille Syrjälä2019-11-121-3/+4
* mm: slab: make page_cgroup_ino() to recognize non-compound slab pages properlyRoman Gushchin2019-11-122-3/+3
* mm, vmstat: hide /proc/pagetypeinfo from normal usersMichal Hocko2019-11-121-1/+1
* mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman2019-11-121-2/+8
* mm: memcontrol: fix network errors from failing __GFP_ATOMIC chargesJohannes Weiner2019-11-121-0/+9
* mm: memcontrol: fix NULL-ptr deref in percpu stats flushShakeel Butt2019-11-121-6/+6
* mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped m...Jane Chu2019-10-291-9/+13
* hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()David Hildenbrand2019-10-291-3/+2
* mm: memblock: do not enforce current limit for memblock_phys* familyMike Rapoport2019-10-291-3/+3
* mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_...Honglei Wang2019-10-291-4/+5
* mm, compaction: fix wrong pfn handling in __reset_isolation_pfn()Vlastimil Babka2019-10-291-3/+4
* mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer ...Roman Gushchin2019-10-291-4/+5
* mm/memunmap: don't access uninitialized memmap in memunmap_pages()Aneesh Kumar K.V2019-10-291-4/+7
* mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetype...Qian Cai2019-10-291-2/+3
* mm/slub: fix a deadlock in show_slab_objects()Qian Cai2019-10-291-2/+11
* mm/memory-failure.c: don't access uninitialized memmaps in memory_failure()David Hildenbrand2019-10-291-6/+8
* mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()Dan Carpenter2019-10-171-9/+11
* mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai2019-10-171-1/+7
* mm/z3fold.c: claim page in the beginning of freeVitaly Wool2019-10-171-2/+8
* usercopy: Avoid HIGHMEM pfn warningKees Cook2019-10-111-1/+7
* mm: Handle MADV_WILLNEED through vfs_fadvise()Jan Kara2019-10-051-6/+16
* fs: Export generic_fadvise()Jan Kara2019-10-051-2/+2
* memcg, kmem: do not fail __GFP_NOFAIL chargesMichal Hocko2019-10-051-0/+10
* memcg, oom: don't require __GFP_FS when invoking memcg OOM killerTetsuo Handa2019-10-051-2/+3
* mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zoneYafang Shao2019-10-051-22/+13
* z3fold: fix memory leak in kmem cacheVitaly Wool2019-10-051-6/+9
* z3fold: fix retry mechanism in page reclaimVitaly Wool2019-10-051-15/+34
* Revert "mm/z3fold.c: fix race between migration and destruction"Vitaly Wool2019-10-011-90/+0
* mm/balloon_compaction: suppress allocation warningsNadav Amit2019-09-041-1/+2
* mm: memcontrol: fix percpu vmstats and vmevents flushShakeel Butt2019-08-301-5/+5
* mm, memcg: do not set reclaim_state on soft limit reclaimMichal Hocko2019-08-301-2/+3
* mm/z3fold.c: fix lock/unlock imbalance in z3fold_page_isolateGustavo A. R. Silva2019-08-301-0/+1
* mm, memcg: partially revert "mm/memcontrol.c: keep local VM counters in sync ...Roman Gushchin2019-08-301-5/+3
* mm/zsmalloc.c: fix build when CONFIG_COMPACTION=nAndrew Morton2019-08-301-0/+2
* mm: memcontrol: flush percpu slab vmstats on kmem offliningRoman Gushchin2019-08-301-8/+27