summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
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-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
2015-02-13kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin
2015-02-13mm: slub: introduce metadata_access_enable()/metadata_access_disable()Andrey Ryabinin
2015-02-13mm: slub: share object_err functionAndrey Ryabinin
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin
2015-02-13kasan: disable memory hotplugAndrey Ryabinin
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin
2015-02-13mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13slub: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-13mm/slab: convert cache name allocations to kstrdup_constAndrzej Hajda
2015-02-13mm/util: add kstrdup_constAndrzej Hajda
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-12mm/zsmalloc: add statistics supportGanesh Mahendran
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran
2015-02-12mm: fix negative nr_isolated countsHugh Dickins
2015-02-12mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi
2015-02-12mm/page_alloc: fix commentYaowei Bai
2015-02-12mm/memory.c: actually remap enough memoryGrazvydas Ignotas
2015-02-12mm/mm_init.c: mark mminit_loglevel __meminitdataRasmus Villemoes
2015-02-12mm/mm_init.c: park mminit_verify_zonelist as __initRasmus Villemoes
2015-02-12mm/page_alloc.c: pull out init code from build_all_zonelistsRasmus Villemoes
2015-02-12mm/internal.h: don't split printk call in twoRasmus Villemoes
2015-02-12memcg: cleanup static keys decrementVladimir Davydov
2015-02-12mm/compaction: stop the isolation when we isolate enough freepageJoonsoo Kim
2015-02-12mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim