aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-12list_lru: get rid of ->active_nodesVladimir Davydov1-7/+3
2015-02-12memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov2-15/+23
2015-02-12memcg: rename some cache id related variablesVladimir Davydov2-12/+11
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov3-32/+66
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov1-3/+3
2015-02-12mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman2-6/+12
2015-02-12mm: numa: add paranoid check around pte_protnone_numaMel Gorman2-0/+6
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman3-3/+25
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman6-35/+16
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman5-44/+26
2015-02-12mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman2-7/+2
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds13-180/+95
2015-02-11mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2