summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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-07-05mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel1-2/+13
2017-06-24mm: fix new crash in unmapped_area_topdown()Hugh Dickins1-2/+4
2017-06-24Allow stack to grow up to address space limitHelge Deller1-5/+8
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins3-103/+89
2017-06-24mm: numa: avoid waiting on freed migrated pagesMark Rutland1-1/+7
2017-06-24swap: cond_resched in swap_cgroup_prepare()Yu Zhao1-0/+3
2017-06-24mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse1-1/+4
2017-06-07slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner1-2/+4
2017-06-07ksm: prevent crash after write_protect_page failsAndrea Arcangeli1-2/+1
2017-06-07mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko2-11/+45
2017-06-07mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specifiedJames Morse2-12/+13
2017-06-07mlock: fix mlock count can not decrease in race conditionYisheng Xie1-2/+3
2017-06-07mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal1-6/+2
2017-06-07mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler1-10/+30
2017-06-07mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks ...Tetsuo Handa1-1/+3
2017-05-20mm: fix data corruption due to stale mmap readsJan Kara1-0/+11
2017-05-20dax: prevent invalidation of mapped DAX entriesRoss Zwisler1-6/+3
2017-05-20mm: prevent potential recursive reclaim due to clearing PF_MEMALLOCVlastimil Babka1-1/+2
2017-05-20mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner3-38/+87
2017-05-20fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin1-15/+11
2017-04-21mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent1-1/+1
2017-04-21Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests"Mel Gorman1-23/+20
2017-04-20mm: make mm_percpu_wq non freezableMichal Hocko1-2/+1
2017-04-14zsmalloc: expand class bitMinchan Kim1-1/+1
2017-04-14thp: fix MADV_DONTNEED vs. MADV_FREE raceKirill A. Shutemov1-2/+1
2017-04-14thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov1-1/+33
2017-04-14thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov1-26/+26
2017-04-14z3fold: fix page locking in z3fold_alloc()Vitaly Wool1-2/+7
2017-04-08mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls1-12/+8
2017-04-08mm: move pcp and lru-pcp draining into single wqMichal Hocko4-26/+32
2017-04-08mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()David Rientjes1-0/+2
2017-04-08mm, thp: fix setting of defer+madvise thp defrag modeDavid Rientjes1-6/+6
2017-04-08mm/page_alloc.c: fix print order in show_free_areas()Alexander Polakov1-1/+1
2017-04-08mm: fix page_vma_mapped_walk() for ksm pagesHugh Dickins1-7/+8
2017-04-01mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz1-1/+3
2017-04-01kasan: report only the first error by defaultMark Rutland2-5/+36
2017-04-01mm: fix section name for .data..ro_after_initKees Cook1-1/+1
2017-04-01mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi1-2/+4
2017-04-01mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner1-1/+1
2017-04-01mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner1-2/+2
2017-04-01mm: move mm_percpu_wq initialization earlierMichal Hocko1-3/+1
2017-04-01mm: migrate: fix remove_migration_pte() for ksm pagesNaoya Horiguchi1-2/+5
2017-03-22mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()Huang Ying1-2/+0
2017-03-20mm/swap: don't BUG_ON() due to uninitialized swap slot cacheLinus Torvalds1-1/+1
2017-03-17mm: add private lock to serialize memory hotplug operationsHeiko Carstens1-1/+5
2017-03-17mm: don't warn when vmalloc() fails due to a fatal signalDmitry Vyukov1-1/+2
2017-03-17z3fold: fix spinlock unlocking in page reclaimVitaly Wool1-0/+1