aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-06mm: use find_get_pages_range() in filemap_range_has_page()Jan Kara1-7/+4
2017-09-06mm: implement find_get_pages_range()Jan Kara2-20/+44
2017-09-06mm: make pagevec_lookup() update indexJan Kara2-5/+11
2017-09-06mm, vmscan: do not loop on too_many_isolated for everMichal Hocko1-1/+7
2017-09-06zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zspage is not inuseHui Zhu1-3/+5
2017-09-06mm: always flush VMA ranges affected by zap_page_rangeMel Gorman1-1/+13
2017-09-06mm/hugetlb.c: make huge_pte_offset() consistent and document behaviourPunit Agrawal1-3/+21
2017-09-06mm/gup: make __gup_device_* require THPOliver O'Halloran1-1/+1
2017-09-06mm/mremap: fail map duplication attempts for private mappingsMike Kravetz1-0/+13
2017-09-06mm, page_owner: don't grab zone->lock for init_pages_in_zone()Vlastimil Babka1-6/+10
2017-09-06mm, page_ext: periodically reschedule during page_ext_init()Vlastimil Babka1-0/+1
2017-09-06mm, page_owner: make init_pages_in_zone() fasterVlastimil Babka1-20/+32
2017-09-06mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocationsMichal Hocko3-19/+7
2017-09-06mm, memory_hotplug: get rid of zonelists_mutexMichal Hocko2-19/+11
2017-09-06mm, page_alloc: remove stop_machine from build_all_zonelistsMichal Hocko1-7/+2
2017-09-06mm, page_alloc: simplify zonelist initializationMichal Hocko1-40/+41
2017-09-06mm, memory_hotplug: remove explicit build_all_zonelists from try_online_nodeMichal Hocko1-7/+0
2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko3-15/+9
2017-09-06mm, page_alloc: do not set_cpu_numa_mem on empty nodes initializationMichal Hocko1-4/+2
2017-09-06mm, page_alloc: remove boot pageset initialization from memory hotplugMichal Hocko1-18/+22
2017-09-06mm, page_alloc: rip out ZONELIST_ORDER_ZONEMichal Hocko1-158/+21
2017-09-06mm, memory_hotplug: remove zone restrictionsMichal Hocko1-51/+23
2017-09-06mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko1-32/+41
2017-09-06mm/memory_hotplug: just build zonelist for newly added nodeWei Yang1-5/+9
2017-09-06mm: track actual nr_scanned during shrink_slab()Chris Wilson1-3/+4
2017-09-06mm/slub.c: add a naive detection of double free or corruptionAlexander Popov1-0/+4
2017-09-06mm: add SLUB free list pointer obfuscationKees Cook1-5/+37
2017-09-06slub: tidy up initialization orderingAlexander Potapenko1-2/+2
2017-09-06dax: remove DAX code from page_cache_tree_insert()Ross Zwisler1-11/+2
2017-09-06mm: add vm_insert_mixed_mkwrite()Ross Zwisler1-7/+43
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-33/+31
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+27
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar8-66/+116
2017-08-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+12
2017-08-31mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman1-0/+6
2017-08-31mm,page_alloc: don't call __node_reclaim() with oom_lock held.Tetsuo Handa1-3/+6
2017-08-31mm/mmu_notifier: kill invalidate_pageJérôme Glisse1-14/+0
2017-08-31mm/rmap: update to new mmu_notifier semantic v2Jérôme Glisse1-3/+32
2017-08-31dax: 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-28page waitqueue: always add new entries at the endLinus Torvalds1-1/+1
2017-08-27Avoid 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-25mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin1-1/+1
2017-08-25mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers1-1/+1
2017-08-25mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov1-2/+2
2017-08-25PM/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-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-8/+9