summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-09-07mm: memcontrol: use int for event/state parameter in several functionsMatthias Kaehlcke1-1/+3
2017-09-07mm/hugetlb.c: constify attribute_group structuresArvind Yadav1-3/+3
2017-09-07mm/huge_memory.c: constify attribute_group structuresArvind Yadav1-1/+1
2017-09-07mm/page_idle.c: constify attribute_group structuresArvind Yadav1-1/+1
2017-09-07mm/slub.c: constify attribute_group structuresArvind Yadav1-1/+1
2017-09-07mm/ksm.c: constify attribute_group structuresArvind Yadav1-1/+1
2017-09-07mm, memcg: reset memory.low during memcg offliningRoman Gushchin1-0/+2
2017-09-07mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara1-3/+2
2017-09-07mm: use find_get_pages_range() in filemap_range_has_page()Jan Kara1-7/+4
2017-09-07mm: implement find_get_pages_range()Jan Kara2-20/+44
2017-09-07mm: make pagevec_lookup() update indexJan Kara2-5/+11
2017-09-07mm, vmscan: do not loop on too_many_isolated for everMichal Hocko1-1/+7
2017-09-07zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs...Hui Zhu1-3/+5
2017-09-07mm: always flush VMA ranges affected by zap_page_rangeMel Gorman1-1/+13
2017-09-07mm/hugetlb.c: make huge_pte_offset() consistent and document behaviourPunit Agrawal1-3/+21
2017-09-07mm/gup: make __gup_device_* require THPOliver O'Halloran1-1/+1
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