summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-09-06mm, memory_hotplug: remove explicit build_all_zonelists from try_online_nodeMichal Hocko
2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko
2017-09-06mm, page_alloc: do not set_cpu_numa_mem on empty nodes initializationMichal Hocko
2017-09-06mm, page_alloc: remove boot pageset initialization from memory hotplugMichal Hocko
2017-09-06mm, page_alloc: rip out ZONELIST_ORDER_ZONEMichal Hocko
2017-09-06mm, memory_hotplug: remove zone restrictionsMichal Hocko
2017-09-06mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko
2017-09-06mm/memory_hotplug: just build zonelist for newly added nodeWei Yang
2017-09-06mm: track actual nr_scanned during shrink_slab()Chris Wilson
2017-09-06mm/slub.c: add a naive detection of double free or corruptionAlexander Popov
2017-09-06mm: add SLUB free list pointer obfuscationKees Cook
2017-09-06slub: tidy up initialization orderingAlexander Potapenko
2017-09-06dax: remove DAX code from page_cache_tree_insert()Ross Zwisler
2017-09-06mm: add vm_insert_mixed_mkwrite()Ross Zwisler
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-08-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-08-31mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman
2017-08-31mm,page_alloc: don't call __node_reclaim() with oom_lock held.Tetsuo Handa
2017-08-31mm/mmu_notifier: kill invalidate_pageJérôme Glisse
2017-08-31mm/rmap: update to new mmu_notifier semantic v2Jérôme Glisse
2017-08-31dax: update to new mmu_notifier semanticJérôme Glisse
2017-08-29Revert "rmap: do not call mmu_notifier_invalidate_page() under ptl"Linus Torvalds
2017-08-28page waitqueue: always add new entries at the endLinus Torvalds
2017-08-27Avoid page waitqueue race leaving possible page locker waitingLinus Torvalds
2017-08-27Minor page waitqueue cleanupsLinus Torvalds
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar
2017-08-25mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin
2017-08-25mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers
2017-08-25mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov
2017-08-25PM/hibernate: touch NMI watchdog when creating snapshotChen Yu
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-08-20Sanitize 'move_pages()' permission checksLinus Torvalds
2017-08-18mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEMLaura Abbott
2017-08-18mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang
2017-08-18mm/cma_debug.c: fix stack corruption due to sprintf usagePrakash Gupta
2017-08-18mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko
2017-08-18mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko
2017-08-18slub: fix per memcg cache leak on css offlineVladimir Davydov
2017-08-18mm: discard memblock data laterPavel Tatashin
2017-08-18mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner
2017-08-17x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck
2017-08-11mm, locking: Fix up flush_tlb_pending() related merge in do_huge_pmd_numa_page()Peter Zijlstra
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-08-10rmap: do not call mmu_notifier_invalidate_page() under ptlKirill A. Shutemov
2017-08-10mm: fix list corruptions on shmem shrinklistCong Wang
2017-08-10mm/balloon_compaction.c: don't zero ballooned pagesWei Wang
2017-08-10mm: fix KSM data corruptionMinchan Kim
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim
2017-08-10mm: make tlb_flush_pending globalMinchan Kim