summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-281-0/+3
|\
| * mm: shmem: check for mapping owner before dereferencingSasha Levin2015-02-231-0/+3
* | mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner2015-02-281-1/+8
* | mm: memcontrol: use "max" instead of "infinity" in control knobsJohannes Weiner2015-02-281-6/+6
* | memcg: fix low limit calculationMichal Hocko2015-02-281-2/+2
* | mm/nommu: fix memory leakJoonsoo Kim2015-02-281-3/+1Star
|/
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-231-2/+2
|\
| * VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-2/+2
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-191-11/+11
|\ \ | |/ |/|
| * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-11/+11
* | Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-181-2/+8
|\ \
| * | vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-051-2/+8
* | | Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-182-9/+17
|\ \ \
| * | | new helper: iov_iter_bvec()Al Viro2015-01-292-9/+17
* | | | vfs: remove get_xip_memMatthew Wilcox2015-02-174-28/+5Star
* | | | dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox2015-02-171-40/+0Star
* | | | dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox2015-02-171-206/+0Star
* | | | dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2015-02-172-238/+2Star
* | | | vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox2015-02-171-7/+12
* | | | mm: allow page fault handlers to perform the COWMatthew Wilcox2015-02-171-9/+32
* | | | mm: fix XIP fault vs truncate raceMatthew Wilcox2015-02-172-2/+29
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2015-02-141-1/+1
|\ \ \ \
| * | | | mm/gup: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2015-01-191-1/+1
* | | | | kasan: enable instrumentation of global variablesAndrey Ryabinin2015-02-143-0/+99
* | | | | mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-141-4/+6
* | | | | mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin2015-02-141-4/+2Star
* | | | | kasan: enable stack instrumentationAndrey Ryabinin2015-02-142-0/+15
* | | | | x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin2015-02-141-0/+29
* | | | | kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin2015-02-141-0/+6
* | | | | mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin2015-02-146-3/+160
* | | | | mm: slub: introduce metadata_access_enable()/metadata_access_disable()Andrey Ryabinin2015-02-141-0/+25
* | | | | mm: slub: share object_err functionAndrey Ryabinin2015-02-141-1/+1
* | | | | mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin2015-02-145-0/+32
* | | | | kasan: disable memory hotplugAndrey Ryabinin2015-02-141-0/+21
* | | | | kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2015-02-145-0/+554
* | | | | mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-4/+3Star
* | | | | slub: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-12/+8Star
* | | | | percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-4/+2Star
* | | | | mm/slab: convert cache name allocations to kstrdup_constAndrzej Hajda2015-02-141-6/+6
* | | | | mm/util: add kstrdup_constAndrzej Hajda2015-02-141-0/+38
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-1326-400/+1217
|\ \ \ \ \
| * | | | | mm/zsmalloc: add statistics supportGanesh Mahendran2015-02-132-4/+239
| * | | | | mm/zpool: add name argument to create zpoolGanesh Mahendran2015-02-134-8/+12
| * | | | | mm: fix negative nr_isolated countsHugh Dickins2015-02-131-1/+3
| * | | | | mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi2015-02-131-2/+0Star
| * | | | | mm/page_alloc: fix commentYaowei Bai2015-02-131-1/+1
| * | | | | mm/memory.c: actually remap enough memoryGrazvydas Ignotas2015-02-131-1/+1
| * | | | | mm/mm_init.c: mark mminit_loglevel __meminitdataRasmus Villemoes2015-02-131-1/+1
| * | | | | mm/mm_init.c: park mminit_verify_zonelist as __initRasmus Villemoes2015-02-131-1/+1
| * | | | | mm/page_alloc.c: pull out init code from build_all_zonelistsRasmus Villemoes2015-02-131-3/+14