aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-04-14cleancache: forbid overriding cleancache_opsVladimir Davydov
2015-04-14cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov
2015-04-14mm: refactor do_wp_page handling of shared vma into a functionShachar Raindel
2015-04-14mm: refactor do_wp_page, extract the page copy flowShachar Raindel
2015-04-14mm: refactor do_wp_page - rewrite the unlock flowShachar Raindel
2015-04-14mm: refactor do_wp_page, extract the reuse caseShachar Raindel
2015-04-14mm: completely remove dumping per-cpu lists from show_mem()Konstantin Khlebnikov
2015-04-14mm: hide per-cpu lists in output of show_mem()Konstantin Khlebnikov
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov
2015-04-14mm: incorporate zero pages into transparent huge pagesEbru Akagunduz
2015-04-14mm/compaction: enhance compaction finish conditionJoonsoo Kim
2015-04-14mm/page_alloc: factor out fallback freepage checkingJoonsoo Kim
2015-04-14mm/cma: change fallback behaviour for CMA freepageJoonsoo Kim
2015-04-14mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes
2015-04-14mm-cma-allocation-trigger-fixAndrew Morton
2015-04-14mm: cma: release triggerSasha Levin
2015-04-14mm: cma: allocation triggerSasha Levin
2015-04-14mm: cma: debugfs interfaceSasha Levin
2015-04-14memory hotplug: use macro to switch between section and pfnSheng Yong
2015-04-14mm: memcontrol: update copyright noticeJohannes Weiner
2015-04-14mm/memblock.c: rename local variable of memblock_type to `type'Baoquan He
2015-04-14mm: move mm_populate()-related code to mm/gup.cKirill A. Shutemov
2015-04-14mm: move gup() -> posix mlock() error conversion out of __mm_populateKirill A. Shutemov
2015-04-14mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov
2015-04-14mm: rename FOLL_MLOCK to FOLL_POPULATEKirill A. Shutemov
2015-04-14slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()Fabian Frederick
2015-04-14slub: use bool function return values of true/false not 1/0Joe Perches
2015-04-14mm/slub.c: parse slub_debug O option in switch statementChris J Arges
2015-04-14mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3Geert Uytterhoeven
2015-04-14mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro
2015-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-03-25mm: numa: mark huge PTEs young when clearing NUMA hinting faultsMel Gorman
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman
2015-03-25mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman
2015-03-25mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman
2015-03-25mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott
2015-03-25mm/slub: fix lockups on PREEMPT && !SMP kernelsMark Rutland
2015-03-25mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng
2015-03-25mm/pagewalk.c: prevent positive return value of walk_page_test() from being p...Naoya Horiguchi
2015-03-25mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu
2015-03-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-03-24percpu: Fix trivial typos in commentsYannick Guerrini
2015-03-23writeback: fix possible underflow in write bandwidth calculationTejun Heo
2015-03-13Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2015-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-03-12memcg: disable hierarchy support if bound to the legacy cgroup hierarchyVladimir Davydov
2015-03-12mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin