summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2015-03-13Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-754/+1
2015-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-13/+30
2015-03-12memcg: disable hierarchy support if bound to the legacy cgroup hierarchyVladimir Davydov-1/+3
2015-03-12mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep-2/+2
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin-3/+12
2015-03-12mm/nommu.c: export symbol max_mapnrgchen gchen-0/+1
2015-03-12mm: cma: fix CMA aligned offset calculationDanesh Petigara-5/+7
2015-03-12mm, hugetlb: close race when setting PageTail for gigantic pagesDavid Rientjes-1/+3
2015-03-12mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabledMichal Hocko-1/+2
2015-03-12mm: thp: Return the correct value for change_huge_pmdMel Gorman-2/+2
2015-03-12mm: fix up numa read-only thread grouping logicLinus Torvalds-2/+12
2015-02-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+3
2015-02-28mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner-1/+8
2015-02-28mm: memcontrol: use "max" instead of "infinity" in control knobsJohannes Weiner-6/+6
2015-02-28memcg: fix low limit calculationMichal Hocko-2/+2
2015-02-28mm/nommu: fix memory leakJoonsoo Kim-3/+1
2015-02-23mm: shmem: check for mapping owner before dereferencingSasha Levin-0/+3
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-2/+2
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells-2/+2
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-11/+11
2015-02-17move iov_iter.c from mm/ to lib/Al Viro-769/+1
2015-02-17new helper: dup_iter()Al Viro-0/+15
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-2/+8
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-9/+17
2015-02-16vfs: remove get_xip_memMatthew Wilcox-28/+5
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox-40/+0
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox-206/+0
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox-238/+2
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox-7/+12
2015-02-16mm: allow page fault handlers to perform the COWMatthew Wilcox-9/+32
2015-02-16mm: fix XIP fault vs truncate raceMatthew Wilcox-2/+29
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds-1/+1
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin-0/+99
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin-4/+6
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin-4/+2
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin-0/+15
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin-0/+29
2015-02-13kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin-0/+6
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin-3/+160
2015-02-13mm: slub: introduce metadata_access_enable()/metadata_access_disable()Andrey Ryabinin-0/+25
2015-02-13mm: slub: share object_err functionAndrey Ryabinin-1/+1
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin-0/+32
2015-02-13kasan: disable memory hotplugAndrey Ryabinin-0/+21
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin-0/+554
2015-02-13mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-4/+3
2015-02-13slub: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-12/+8
2015-02-13percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo-4/+2
2015-02-13mm/slab: convert cache name allocations to kstrdup_constAndrzej Hajda-6/+6
2015-02-13mm/util: add kstrdup_constAndrzej Hajda-0/+38
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-400/+1217