summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-09-07mm/mremap: fail map duplication attempts for private mappingsMike Kravetz1-0/+13
2017-09-07mm, page_owner: don't grab zone->lock for init_pages_in_zone()Vlastimil Babka1-6/+10
2017-09-07mm, page_ext: periodically reschedule during page_ext_init()Vlastimil Babka1-0/+1
2017-09-07mm, page_owner: make init_pages_in_zone() fasterVlastimil Babka1-20/+32
2017-09-07mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocationsMichal Hocko3-19/+7
2017-09-07mm, memory_hotplug: get rid of zonelists_mutexMichal Hocko2-19/+11
2017-09-07mm, page_alloc: remove stop_machine from build_all_zonelistsMichal Hocko1-7/+2
2017-09-07mm, page_alloc: simplify zonelist initializationMichal Hocko1-40/+41
2017-09-07mm, memory_hotplug: remove explicit build_all_zonelists from try_online_nodeMichal Hocko1-7/+0
2017-09-07mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko3-15/+9
2017-09-07mm, page_alloc: do not set_cpu_numa_mem on empty nodes initializationMichal Hocko1-4/+2
2017-09-07mm, page_alloc: remove boot pageset initialization from memory hotplugMichal Hocko1-18/+22
2017-09-07mm, page_alloc: rip out ZONELIST_ORDER_ZONEMichal Hocko1-158/+21
2017-09-07mm, memory_hotplug: remove zone restrictionsMichal Hocko1-51/+23
2017-09-07mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko1-32/+41
2017-09-07mm/memory_hotplug: just build zonelist for newly added nodeWei Yang1-5/+9
2017-09-07mm: track actual nr_scanned during shrink_slab()Chris Wilson1-3/+4
2017-09-07mm/slub.c: add a naive detection of double free or corruptionAlexander Popov1-0/+4
2017-09-07mm: add SLUB free list pointer obfuscationKees Cook1-5/+37
2017-09-07slub: tidy up initialization orderingAlexander Potapenko1-2/+2
2017-09-07dax: remove DAX code from page_cache_tree_insert()Ross Zwisler1-11/+2
2017-09-07mm: add vm_insert_mixed_mkwrite()Ross Zwisler1-7/+43
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+27
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar8-66/+116
2017-09-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+12
2017-09-01mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman1-0/+6
2017-09-01mm,page_alloc: don't call __node_reclaim() with oom_lock held.Tetsuo Handa1-3/+6
2017-09-01mm/mmu_notifier: kill invalidate_pageJérôme Glisse1-14/+0
2017-09-01mm/rmap: update to new mmu_notifier semantic v2Jérôme Glisse1-3/+32
2017-09-01dax: update to new mmu_notifier semanticJérôme Glisse1-5/+21
2017-08-29Revert "rmap: do not call mmu_notifier_invalidate_page() under ptl"Linus Torvalds1-30/+22
2017-08-29page waitqueue: always add new entries at the endLinus Torvalds1-1/+1
2017-08-28Avoid page waitqueue race leaving possible page locker waitingLinus Torvalds1-4/+5
2017-08-27Minor page waitqueue cleanupsLinus Torvalds1-5/+6
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar26-159/+278
2017-08-26mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin1-1/+1
2017-08-26mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers1-1/+1
2017-08-26mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov1-2/+2
2017-08-26PM/hibernate: touch NMI watchdog when creating snapshotChen Yu1-2/+18
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar12-96/+120
2017-08-20Sanitize 'move_pages()' permission checksLinus Torvalds1-8/+3
2017-08-19mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEMLaura Abbott1-5/+8
2017-08-19mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang1-5/+0
2017-08-19mm/cma_debug.c: fix stack corruption due to sprintf usagePrakash Gupta1-1/+1
2017-08-19mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko2-34/+42
2017-08-19mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko1-1/+11
2017-08-19slub: fix per memcg cache leak on css offlineVladimir Davydov1-1/+2
2017-08-19mm: discard memblock data laterPavel Tatashin3-37/+21
2017-08-19mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner2-15/+43
2017-08-17x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck1-0/+2