summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-09-14mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour1-5/+5
2017-09-14mm/swapfile.c: fix swapon frontswap_map memory leak on errorDavid Rientjes1-0/+1
2017-09-14mm: kvfree the swap cluster info if the swap file is unsatisfactoryDarrick J. Wong1-1/+1
2017-09-07mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman1-0/+6
2017-08-30mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin1-1/+1
2017-08-30mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers1-1/+1
2017-08-30mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov1-2/+2
2017-08-30PM/hibernate: touch NMI watchdog when creating snapshotChen Yu1-2/+18
2017-08-25Sanitize 'move_pages()' permission checksLinus Torvalds1-8/+3
2017-08-25mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEMLaura Abbott1-5/+8
2017-08-25mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang1-5/+0
2017-08-25mm/cma_debug.c: fix stack corruption due to sprintf usagePrakash Gupta1-1/+1
2017-08-25mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko1-1/+11
2017-08-25slub: fix per memcg cache leak on css offlineVladimir Davydov1-1/+2
2017-08-25mm: discard memblock data laterPavel Tatashin3-37/+21
2017-08-16mm: fix list corruptions on shmem shrinklistCong Wang1-2/+10
2017-08-16mm: ratelimit PFNs busy info messageJonathan Toppins1-1/+1
2017-08-11userfaultfd: non-cooperative: notify about unmap of destination during mremapMike Rapoport1-2/+5
2017-08-11mm/hugetlb.c: __get_user_pages ignores certain follow_hugetlb_page errorsDaniel Jordan1-6/+3
2017-08-11mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman6-1/+44
2017-07-28writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov1-5/+5
2017-07-21mm: fix overflow check in expand_upwards()Helge Deller1-1/+1
2017-07-21mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala1-8/+6
2017-07-21thp, mm: fix crash due race in MADV_FREE handlingKirill A. Shutemov1-1/+1
2017-06-24slub: make sysfs file removal asynchronousTejun Heo1-14/+26
2017-06-24mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel1-2/+13
2017-06-24mm, thp: remove cond_resched from __collapse_huge_page_copyDavid Rientjes1-1/+0
2017-06-21Allow stack to grow up to address space limitHelge Deller1-5/+8
2017-06-21mm: fix new crash in unmapped_area_topdown()Hugh Dickins1-2/+4
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins3-103/+89
2017-06-17mm: correct the comment when reclaimed pages exceed the scanned pageszhongjiang1-3/+3
2017-06-17mm: numa: avoid waiting on freed migrated pagesMark Rutland1-1/+7
2017-06-17swap: cond_resched in swap_cgroup_prepare()Yu Zhao1-0/+3
2017-06-17mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse1-1/+4
2017-06-03mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko2-11/+45
2017-06-03mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specifiedJames Morse2-12/+13
2017-06-03mlock: fix mlock count can not decrease in race conditionYisheng Xie1-2/+3
2017-06-03mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal1-6/+2
2017-06-03mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler1-10/+30
2017-06-03mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks ...Tetsuo Handa1-1/+3
2017-06-03slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner1-2/+4
2017-06-03mm: clarify why we want kmalloc before falling backto vmallockMichal Hocko1-2/+5
2017-06-03ksm: prevent crash after write_protect_page failsAndrea Arcangeli1-2/+1
2017-05-13mm: vmscan: scan until it finds eligible pagesMinchan Kim1-6/+15
2017-05-13mm, thp: copying user pages must schedule on collapseDavid Rientjes1-4/+3
2017-05-13mm: fix data corruption due to stale mmap readsJan Kara1-1/+11
2017-05-13dax: prevent invalidation of mapped DAX entriesRoss Zwisler1-6/+3
2017-05-13mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko2-2/+20
2017-05-13mm/khugepaged: add missed tracepoint for collapse_huge_page_swapinSeongJae Park1-1/+3
2017-05-13mm, vmstat: Remove spurious WARN() during zoneinfo printReza Arbab1-2/+0