aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-16vfs: remove get_xip_memMatthew Wilcox4-28/+5
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox1-40/+0
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox1-206/+0
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2-238/+2
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox1-7/+12
2015-02-16mm: allow page fault handlers to perform the COWMatthew Wilcox1-9/+32
2015-02-16mm: fix XIP fault vs truncate raceMatthew Wilcox2-2/+29
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linuxLinus Torvalds1-1/+1
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin3-0/+99
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-4/+6
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin1-4/+2
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin2-0/+15
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin1-0/+29
2015-02-13kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin1-0/+6
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin6-3/+160
2015-02-13mm: slub: introduce metadata_access_enable()/metadata_access_disable()Andrey Ryabinin1-0/+25
2015-02-13mm: slub: share object_err functionAndrey Ryabinin1-1/+1
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin5-0/+32
2015-02-13kasan: disable memory hotplugAndrey Ryabinin1-0/+21
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin5-0/+554
2015-02-13mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-4/+3
2015-02-13slub: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-12/+8
2015-02-13percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-4/+2
2015-02-13mm/slab: convert cache name allocations to kstrdup_constAndrzej Hajda1-6/+6
2015-02-13mm/util: add kstrdup_constAndrzej Hajda1-0/+38
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-400/+1217
2015-02-12mm/zsmalloc: add statistics supportGanesh Mahendran2-4/+239
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran4-8/+12
2015-02-12mm: fix negative nr_isolated countsHugh Dickins1-1/+3
2015-02-12mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi1-2/+0
2015-02-12mm/page_alloc: fix commentYaowei Bai1-1/+1
2015-02-12mm/memory.c: actually remap enough memoryGrazvydas Ignotas1-1/+1
2015-02-12mm/mm_init.c: mark mminit_loglevel __meminitdataRasmus Villemoes1-1/+1
2015-02-12mm/mm_init.c: park mminit_verify_zonelist as __initRasmus Villemoes1-1/+1
2015-02-12mm/page_alloc.c: pull out init code from build_all_zonelistsRasmus Villemoes1-3/+14
2015-02-12mm/internal.h: don't split printk call in twoRasmus Villemoes1-2/+4
2015-02-12memcg: cleanup static keys decrementVladimir Davydov1-33/+5
2015-02-12mm/compaction: stop the isolation when we isolate enough freepageJoonsoo Kim1-7/+10
2015-02-12mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim1-1/+1
2015-02-12slub: make dead caches discard free slabs immediatelyVladimir Davydov5-11/+43
2015-02-12slub: fix kmem_cache_shrink return valueVladimir Davydov1-1/+5
2015-02-12slub: never fail to shrink cacheVladimir Davydov1-27/+31
2015-02-12memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov2-8/+77
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov2-4/+18
2015-02-12memcg: free memcg_caches slot on css offlineVladimir Davydov2-17/+60
2015-02-12slab: use css id for naming per memcg cachesVladimir Davydov1-3/+3
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov4-33/+37
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov4-91/+102
2015-02-12list_lru: introduce per-memcg listsVladimir Davydov2-24/+370
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov1-0/+34