summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
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
2015-02-12slub: make dead caches discard free slabs immediatelyVladimir Davydov
2015-02-12slub: fix kmem_cache_shrink return valueVladimir Davydov
2015-02-12slub: never fail to shrink cacheVladimir Davydov
2015-02-12memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov
2015-02-12memcg: free memcg_caches slot on css offlineVladimir Davydov
2015-02-12slab: use css id for naming per memcg cachesVladimir Davydov
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov
2015-02-12list_lru: introduce per-memcg listsVladimir Davydov
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov
2015-02-12list_lru: get rid of ->active_nodesVladimir Davydov
2015-02-12memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov
2015-02-12memcg: rename some cache id related variablesVladimir Davydov
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov
2015-02-12mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman
2015-02-12mm: numa: add paranoid check around pte_protnone_numaMel Gorman
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman
2015-02-12mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-11mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin