summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAge
* cleancache: remove limit on the number of cleancache enabled filesystemsVladimir Davydov2015-04-14
* cleancache: forbid overriding cleancache_opsVladimir Davydov2015-04-14
* cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov2015-04-14
* mm: refactor do_wp_page handling of shared vma into a functionShachar Raindel2015-04-14
* mm: refactor do_wp_page, extract the page copy flowShachar Raindel2015-04-14
* mm: refactor do_wp_page - rewrite the unlock flowShachar Raindel2015-04-14
* mm: refactor do_wp_page, extract the reuse caseShachar Raindel2015-04-14
* mm: completely remove dumping per-cpu lists from show_mem()Konstantin Khlebnikov2015-04-14
* mm: hide per-cpu lists in output of show_mem()Konstantin Khlebnikov2015-04-14
* page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov2015-04-14
* mm: incorporate zero pages into transparent huge pagesEbru Akagunduz2015-04-14
* mm/compaction: enhance compaction finish conditionJoonsoo Kim2015-04-14
* mm/page_alloc: factor out fallback freepage checkingJoonsoo Kim2015-04-14
* mm/cma: change fallback behaviour for CMA freepageJoonsoo Kim2015-04-14
* mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes2015-04-14
* mm-cma-allocation-trigger-fixAndrew Morton2015-04-14
* mm: cma: release triggerSasha Levin2015-04-14
* mm: cma: allocation triggerSasha Levin2015-04-14
* mm: cma: debugfs interfaceSasha Levin2015-04-14
* memory hotplug: use macro to switch between section and pfnSheng Yong2015-04-14
* mm: memcontrol: update copyright noticeJohannes Weiner2015-04-14
* mm/memblock.c: rename local variable of memblock_type to `type'Baoquan He2015-04-14
* mm: move mm_populate()-related code to mm/gup.cKirill A. Shutemov2015-04-14
* mm: move gup() -> posix mlock() error conversion out of __mm_populateKirill A. Shutemov2015-04-14
* mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov2015-04-14
* mm: rename FOLL_MLOCK to FOLL_POPULATEKirill A. Shutemov2015-04-14
* slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()Fabian Frederick2015-04-14
* slub: use bool function return values of true/false not 1/0Joe Perches2015-04-14
* mm/slub.c: parse slub_debug O option in switch statementChris J Arges2015-04-14
* mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3Geert Uytterhoeven2015-04-14
* mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer2015-04-14
* Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2015-04-13
|\
| * percpu: Fix trivial typos in commentsYannick Guerrini2015-03-24
* | fix mremap() vs. ioctx_kill() raceAl Viro2015-04-06
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-03-25
|\ \
| * | mm: numa: mark huge PTEs young when clearing NUMA hinting faultsMel Gorman2015-03-25
| * | mm: numa: slow PTE scan rate if migration failures occurMel Gorman2015-03-25
| * | mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman2015-03-25
| * | mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman2015-03-25
| * | mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott2015-03-25
| * | mm/slub: fix lockups on PREEMPT && !SMP kernelsMark Rutland2015-03-25
| * | mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng2015-03-25
| * | mm/pagewalk.c: prevent positive return value of walk_page_test() from being p...Naoya Horiguchi2015-03-25
| * | mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2015-03-25
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-03-25
|\ \ \ | |/ / |/| |
| * | writeback: fix possible underflow in write bandwidth calculationTejun Heo2015-03-23
| * | writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo2015-03-04
* | | Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2015-03-13
|\ \ \
| * | | move iov_iter.c from mm/ to lib/Al Viro2015-02-17
| * | | new helper: dup_iter()Al Viro2015-02-17