summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: test code to write THP to swap device as a wholeHuang Ying2017-09-062-5/+17
* mm, THP, swap: don't allocate huge cluster for file backed swap deviceHuang Ying2017-09-061-3/+4
* mm, THP, swap: make reuse_swap_page() works for THP swapped outHuang Ying2017-09-063-13/+111
* mm, THP, swap: support to reclaim swap space for THP swapped outHuang Ying2017-09-061-7/+71
* mm, THP, swap: support to clear swap cache flag for THP swapped outHuang Ying2017-09-061-7/+25
* mm: memcontrol: use int for event/state parameter in several functionsMatthias Kaehlcke2017-09-061-1/+3
* mm/hugetlb.c: constify attribute_group structuresArvind Yadav2017-09-061-3/+3
* mm/huge_memory.c: constify attribute_group structuresArvind Yadav2017-09-061-1/+1
* mm/page_idle.c: constify attribute_group structuresArvind Yadav2017-09-061-1/+1
* mm/slub.c: constify attribute_group structuresArvind Yadav2017-09-061-1/+1
* mm/ksm.c: constify attribute_group structuresArvind Yadav2017-09-061-1/+1
* mm, memcg: reset memory.low during memcg offliningRoman Gushchin2017-09-061-0/+2
* mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2017-09-061-3/+2
* mm: use find_get_pages_range() in filemap_range_has_page()Jan Kara2017-09-061-7/+4
* mm: implement find_get_pages_range()Jan Kara2017-09-062-20/+44
* mm: make pagevec_lookup() update indexJan Kara2017-09-062-5/+11
* mm, vmscan: do not loop on too_many_isolated for everMichal Hocko2017-09-061-1/+7
* zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs...Hui Zhu2017-09-061-3/+5
* mm: always flush VMA ranges affected by zap_page_rangeMel Gorman2017-09-061-1/+13
* mm/hugetlb.c: make huge_pte_offset() consistent and document behaviourPunit Agrawal2017-09-061-3/+21
* mm/gup: make __gup_device_* require THPOliver O'Halloran2017-09-061-1/+1
* mm/mremap: fail map duplication attempts for private mappingsMike Kravetz2017-09-061-0/+13
* mm, page_owner: don't grab zone->lock for init_pages_in_zone()Vlastimil Babka2017-09-061-6/+10
* mm, page_ext: periodically reschedule during page_ext_init()Vlastimil Babka2017-09-061-0/+1
* mm, page_owner: make init_pages_in_zone() fasterVlastimil Babka2017-09-061-20/+32
* mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocationsMichal Hocko2017-09-063-19/+7
* mm, memory_hotplug: get rid of zonelists_mutexMichal Hocko2017-09-062-19/+11
* mm, page_alloc: remove stop_machine from build_all_zonelistsMichal Hocko2017-09-061-7/+2
* mm, page_alloc: simplify zonelist initializationMichal Hocko2017-09-061-40/+41
* mm, memory_hotplug: remove explicit build_all_zonelists from try_online_nodeMichal Hocko2017-09-061-7/+0
* mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko2017-09-063-15/+9
* mm, page_alloc: do not set_cpu_numa_mem on empty nodes initializationMichal Hocko2017-09-061-4/+2
* mm, page_alloc: remove boot pageset initialization from memory hotplugMichal Hocko2017-09-061-18/+22
* mm, page_alloc: rip out ZONELIST_ORDER_ZONEMichal Hocko2017-09-061-158/+21
* mm, memory_hotplug: remove zone restrictionsMichal Hocko2017-09-061-51/+23
* mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko2017-09-061-32/+41
* mm/memory_hotplug: just build zonelist for newly added nodeWei Yang2017-09-061-5/+9
* mm: track actual nr_scanned during shrink_slab()Chris Wilson2017-09-061-3/+4
* mm/slub.c: add a naive detection of double free or corruptionAlexander Popov2017-09-061-0/+4
* mm: add SLUB free list pointer obfuscationKees Cook2017-09-061-5/+37
* slub: tidy up initialization orderingAlexander Potapenko2017-09-061-2/+2
* dax: remove DAX code from page_cache_tree_insert()Ross Zwisler2017-09-061-11/+2
* mm: add vm_insert_mixed_mkwrite()Ross Zwisler2017-09-061-7/+43
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-042-3/+27
|\
| * Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-2626-159/+278
| |\
| * | x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck2017-08-171-0/+2
| * | x86/mm: Add support to access boot related data in the clearTom Lendacky2017-07-181-3/+15
| * | x86/mm: Extend early_memremap() support with additional attrsTom Lendacky2017-07-181-0/+10
* | | Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-048-66/+116
|\ \ \
| * \ \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-08-312-3/+12
| |\ \ \