summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: memcontrol: let mem_cgroup_move_account() have effect only if MMU enabledChen Gang2015-04-141-86/+86
* mm: change vunmap to tear down huge KVA mappingsToshi Kani2015-04-141-0/+4
* mm: change __get_vm_area_node() to use fls_long()Toshi Kani2015-04-141-1/+3
* mm/page_alloc.c: clean up commentYaowei Bai2015-04-141-1/+1
* mm: cma: constify and use correct signness in mm/cma.cSasha Levin2015-04-141-10/+14
* mm, thp: really limit transparent hugepage allocation to local nodeDavid Rientjes2015-04-142-3/+9
* mm: remove GFP_THISNODEDavid Rientjes2015-04-142-20/+24
* mm, mempolicy: migrate_to_node should only migrate to nodeDavid Rientjes2015-04-141-1/+2
* cleancache: remove limit on the number of cleancache enabled filesystemsVladimir Davydov2015-04-141-181/+89
* cleancache: forbid overriding cleancache_opsVladimir Davydov2015-04-141-5/+7
* cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov2015-04-141-3/+3
* mm: refactor do_wp_page handling of shared vma into a functionShachar Raindel2015-04-141-38/+48
* mm: refactor do_wp_page, extract the page copy flowShachar Raindel2015-04-141-118/+147
* mm: refactor do_wp_page - rewrite the unlock flowShachar Raindel2015-04-141-9/+12
* mm: refactor do_wp_page, extract the reuse caseShachar Raindel2015-04-141-49/+68
* mm: completely remove dumping per-cpu lists from show_mem()Konstantin Khlebnikov2015-04-141-20/+2
* mm: hide per-cpu lists in output of show_mem()Konstantin Khlebnikov2015-04-141-9/+30
* page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov2015-04-143-38/+33
* mm: incorporate zero pages into transparent huge pagesEbru Akagunduz2015-04-141-8/+20
* mm/compaction: enhance compaction finish conditionJoonsoo Kim2015-04-143-7/+29
* mm/page_alloc: factor out fallback freepage checkingJoonsoo Kim2015-04-141-52/+91
* mm/cma: change fallback behaviour for CMA freepageJoonsoo Kim2015-04-141-17/+19
* mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes2015-04-141-21/+12
* mm-cma-allocation-trigger-fixAndrew Morton2015-04-141-1/+1
* mm: cma: release triggerSasha Levin2015-04-141-0/+58
* mm: cma: allocation triggerSasha Levin2015-04-143-1/+63
* mm: cma: debugfs interfaceSasha Levin2015-04-145-15/+91
* memory hotplug: use macro to switch between section and pfnSheng Yong2015-04-141-1/+1
* mm: memcontrol: update copyright noticeJohannes Weiner2015-04-141-0/+6
* mm/memblock.c: rename local variable of memblock_type to `type'Baoquan He2015-04-141-2/+2
* mm: move mm_populate()-related code to mm/gup.cKirill A. Shutemov2015-04-142-118/+118
* mm: move gup() -> posix mlock() error conversion out of __mm_populateKirill A. Shutemov2015-04-141-4/+7
* mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov2015-04-143-9/+9
* mm: rename FOLL_MLOCK to FOLL_POPULATEKirill A. Shutemov2015-04-143-5/+5
* slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()Fabian Frederick2015-04-141-2/+1
* slub: use bool function return values of true/false not 1/0Joe Perches2015-04-141-6/+6
* mm/slub.c: parse slub_debug O option in switch statementChris J Arges2015-04-141-9/+7
* mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3Geert Uytterhoeven2015-04-141-3/+14
* mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer2015-04-141-2/+1
* Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2015-04-131-2/+2
|\
| * percpu: Fix trivial typos in commentsYannick Guerrini2015-03-241-2/+2
* | fix mremap() vs. ioctx_kill() raceAl Viro2015-04-061-2/+8
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-03-259-38/+53
|\ \
| * | mm: numa: mark huge PTEs young when clearing NUMA hinting faultsMel Gorman2015-03-251-0/+1
| * | mm: numa: slow PTE scan rate if migration failures occurMel Gorman2015-03-252-2/+4
| * | mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman2015-03-253-6/+14
| * | mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman2015-03-252-19/+13
| * | mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott2015-03-251-0/+1
| * | mm/slub: fix lockups on PREEMPT && !SMP kernelsMark Rutland2015-03-251-2/+4
| * | mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng2015-03-251-9/+4
OpenPOWER on IntegriCloud