summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2017-06-07slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner
2017-06-07ksm: prevent crash after write_protect_page failsAndrea Arcangeli
2017-06-07mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko
2017-06-07mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specifiedJames Morse
2017-06-07mlock: fix mlock count can not decrease in race conditionYisheng Xie
2017-06-07mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal
2017-06-07mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler
2017-06-07mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks ...Tetsuo Handa
2017-05-20mm: fix data corruption due to stale mmap readsJan Kara
2017-05-20dax: prevent invalidation of mapped DAX entriesRoss Zwisler
2017-05-20mm: prevent potential recursive reclaim due to clearing PF_MEMALLOCVlastimil Babka
2017-05-20mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner
2017-05-20fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin
2017-04-20mm: prevent NR_ISOLATE_* stats from going negativeRabin Vincent
2017-04-20Revert "mm, page_alloc: only use per-cpu allocator for irq-safe requests"Mel Gorman
2017-04-19mm: make mm_percpu_wq non freezableMichal Hocko
2017-04-13zsmalloc: expand class bitMinchan Kim
2017-04-13thp: fix MADV_DONTNEED vs. MADV_FREE raceKirill A. Shutemov
2017-04-13thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov
2017-04-13thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov
2017-04-13z3fold: fix page locking in z3fold_alloc()Vitaly Wool
2017-04-08mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls
2017-04-08mm: move pcp and lru-pcp draining into single wqMichal Hocko
2017-04-08mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff()David Rientjes
2017-04-08mm, thp: fix setting of defer+madvise thp defrag modeDavid Rientjes
2017-04-08mm/page_alloc.c: fix print order in show_free_areas()Alexander Polakov
2017-04-08mm: fix page_vma_mapped_walk() for ksm pagesHugh Dickins
2017-03-31mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz
2017-03-31kasan: report only the first error by defaultMark Rutland
2017-03-31mm: fix section name for .data..ro_after_initKees Cook
2017-03-31mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi
2017-03-31mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner
2017-03-31mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner
2017-03-31mm: move mm_percpu_wq initialization earlierMichal Hocko
2017-03-31mm: migrate: fix remove_migration_pte() for ksm pagesNaoya Horiguchi
2017-03-21mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()Huang Ying
2017-03-19mm/swap: don't BUG_ON() due to uninitialized swap slot cacheLinus Torvalds
2017-03-16mm: add private lock to serialize memory hotplug operationsHeiko Carstens
2017-03-16mm: don't warn when vmalloc() fails due to a fatal signalDmitry Vyukov
2017-03-16z3fold: fix spinlock unlocking in page reclaimVitaly Wool
2017-03-14Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-13mm, gup: fix typo in gup_p4d_range()Kirill A. Shutemov
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds
2017-03-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-03-09kasan: fix races in quarantine_remove_cache()Dmitry Vyukov
2017-03-09kasan: resched in quarantine_remove_cache()Dmitry Vyukov
2017-03-09mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()Tahsin Erdogan
2017-03-09thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov
2017-03-09rmap: fix NULL-pointer dereference on THP munlockingKirill A. Shutemov
2017-03-09mm/memblock.c: fix memblock_next_valid_pfn()AKASHI Takahiro