| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped m... | Jane Chu | 2019-10-29 | 1 | -9/+13 |
* | hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic() | David Hildenbrand | 2019-10-29 | 1 | -3/+2 |
* | mm: memblock: do not enforce current limit for memblock_phys* family | Mike Rapoport | 2019-10-29 | 1 | -3/+3 |
* | mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_... | Honglei Wang | 2019-10-29 | 1 | -4/+5 |
* | mm, compaction: fix wrong pfn handling in __reset_isolation_pfn() | Vlastimil Babka | 2019-10-29 | 1 | -3/+4 |
* | mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer ... | Roman Gushchin | 2019-10-29 | 1 | -4/+5 |
* | mm/memunmap: don't access uninitialized memmap in memunmap_pages() | Aneesh Kumar K.V | 2019-10-29 | 1 | -4/+7 |
* | mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetype... | Qian Cai | 2019-10-29 | 1 | -2/+3 |
* | mm/slub: fix a deadlock in show_slab_objects() | Qian Cai | 2019-10-29 | 1 | -2/+11 |
* | mm/memory-failure.c: don't access uninitialized memmaps in memory_failure() | David Hildenbrand | 2019-10-29 | 1 | -6/+8 |
* | mm/vmpressure.c: fix a signedness bug in vmpressure_register_event() | Dan Carpenter | 2019-10-17 | 1 | -9/+11 |
* | mm/page_alloc.c: fix a crash in free_pages_prepare() | Qian Cai | 2019-10-17 | 1 | -1/+7 |
* | mm/z3fold.c: claim page in the beginning of free | Vitaly Wool | 2019-10-17 | 1 | -2/+8 |
* | usercopy: Avoid HIGHMEM pfn warning | Kees Cook | 2019-10-11 | 1 | -1/+7 |
* | mm: Handle MADV_WILLNEED through vfs_fadvise() | Jan Kara | 2019-10-05 | 1 | -6/+16 |
* | fs: Export generic_fadvise() | Jan Kara | 2019-10-05 | 1 | -2/+2 |
* | memcg, kmem: do not fail __GFP_NOFAIL charges | Michal Hocko | 2019-10-05 | 1 | -0/+10 |
* | memcg, oom: don't require __GFP_FS when invoking memcg OOM killer | Tetsuo Handa | 2019-10-05 | 1 | -2/+3 |
* | mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zone | Yafang Shao | 2019-10-05 | 1 | -22/+13 |
* | z3fold: fix memory leak in kmem cache | Vitaly Wool | 2019-10-05 | 1 | -6/+9 |
* | z3fold: fix retry mechanism in page reclaim | Vitaly Wool | 2019-10-05 | 1 | -15/+34 |
* | Revert "mm/z3fold.c: fix race between migration and destruction" | Vitaly Wool | 2019-10-01 | 1 | -90/+0 |
* | mm/balloon_compaction: suppress allocation warnings | Nadav Amit | 2019-09-04 | 1 | -1/+2 |
* | mm: memcontrol: fix percpu vmstats and vmevents flush | Shakeel Butt | 2019-08-30 | 1 | -5/+5 |
* | mm, memcg: do not set reclaim_state on soft limit reclaim | Michal Hocko | 2019-08-30 | 1 | -2/+3 |
* | mm/z3fold.c: fix lock/unlock imbalance in z3fold_page_isolate | Gustavo A. R. Silva | 2019-08-30 | 1 | -0/+1 |
* | mm, memcg: partially revert "mm/memcontrol.c: keep local VM counters in sync ... | Roman Gushchin | 2019-08-30 | 1 | -5/+3 |
* | mm/zsmalloc.c: fix build when CONFIG_COMPACTION=n | Andrew Morton | 2019-08-30 | 1 | -0/+2 |
* | mm: memcontrol: flush percpu slab vmstats on kmem offlining | Roman Gushchin | 2019-08-30 | 1 | -8/+27 |
* | mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=y | Andrey Ryabinin | 2019-08-24 | 1 | -2/+8 |
* | mm/zsmalloc.c: fix race condition in zs_destroy_pool | Henry Burns | 2019-08-24 | 1 | -2/+59 |
* | mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely | Henry Burns | 2019-08-24 | 1 | -4/+15 |
* | mm, page_owner: handle THP splits correctly | Vlastimil Babka | 2019-08-24 | 1 | -0/+4 |
* | mm: memcontrol: flush percpu vmevents before releasing memcg | Roman Gushchin | 2019-08-24 | 1 | -1/+21 |
* | mm: memcontrol: flush percpu vmstats before releasing memcg | Roman Gushchin | 2019-08-24 | 1 | -0/+40 |
* | mm, page_alloc: move_freepages should not examine struct page of reserved memory | David Rientjes | 2019-08-24 | 1 | -15/+4 |
* | mm/z3fold.c: fix race between migration and destruction | Henry Burns | 2019-08-24 | 1 | -0/+89 |
* | hugetlbfs: fix hugetlb page migration/fault race causing SIGBUS | Mike Kravetz | 2019-08-13 | 1 | -0/+19 |
* | mm, vmscan: do not special-case slab reclaim when watermarks are boosted | Mel Gorman | 2019-08-13 | 1 | -11/+2 |
* | Revert "mm, thp: restore node-local hugepage allocations" | Andrea Arcangeli | 2019-08-13 | 2 | -17/+27 |
* | Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir... | Andrea Arcangeli | 2019-08-13 | 3 | -43/+18 |
* | mm: workingset: fix vmstat counters for shadow nodes | Roman Gushchin | 2019-08-13 | 2 | -6/+24 |
* | mm/usercopy: use memory range to be accessed for wraparound check | Isaac J. Manjarres | 2019-08-13 | 1 | -1/+1 |
* | mm: kmemleak: disable early logging in case of error | Catalin Marinas | 2019-08-13 | 1 | -1/+1 |
* | mm/vmalloc.c: fix percpu free VM area search criteria | Kuppuswamy Sathyanarayanan | 2019-08-13 | 1 | -1/+11 |
* | mm/memcontrol.c: fix use after free in mem_cgroup_iter() | Miles Chen | 2019-08-13 | 1 | -10/+29 |
* | mm/z3fold.c: fix z3fold_destroy_pool() race condition | Henry Burns | 2019-08-13 | 1 | -1/+4 |
* | mm/z3fold.c: fix z3fold_destroy_pool() ordering | Henry Burns | 2019-08-13 | 1 | -1/+8 |
* | mm: mempolicy: handle vma with unmovable pages mapped correctly in mbind | Yang Shi | 2019-08-13 | 1 | -7/+25 |
* | mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_ST... | Yang Shi | 2019-08-13 | 1 | -20/+48 |