summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
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-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
2015-03-12mm/nommu.c: export symbol max_mapnrgchen gchen
2015-03-12mm: cma: fix CMA aligned offset calculationDanesh Petigara
2015-03-12mm, hugetlb: close race when setting PageTail for gigantic pagesDavid Rientjes
2015-03-12mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabledMichal Hocko
2015-03-12mm: thp: Return the correct value for change_huge_pmdMel Gorman
2015-03-12mm: fix up numa read-only thread grouping logicLinus Torvalds
2015-03-04writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo
2015-02-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-28mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner
2015-02-28mm: memcontrol: use "max" instead of "infinity" in control knobsJohannes Weiner
2015-02-28memcg: fix low limit calculationMichal Hocko
2015-02-28mm/nommu: fix memory leakJoonsoo Kim
2015-02-23mm: shmem: check for mapping owner before dereferencingSasha Levin
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2015-02-17move iov_iter.c from mm/ to lib/Al Viro
2015-02-17new helper: dup_iter()Al Viro
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-16vfs: remove get_xip_memMatthew Wilcox
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox
2015-02-16mm: allow page fault handlers to perform the COWMatthew Wilcox
2015-02-16mm: fix XIP fault vs truncate raceMatthew Wilcox
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin