summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2013-05-06slab: Return NULL for oversized allocationsChristoph Lameter1-0/+3
2013-05-01mm: slab: Verify the nodeid passed to ____cache_alloc_nodeAaron Tomlin1-0/+1
2013-04-05slub: tid must be retrieved from the percpu area of the current processorChristoph Lameter1-3/+9
2013-04-05slub: Do not dereference NULL pointer in node_matchChristoph Lameter1-1/+1
2013-04-02slub: add 'likely' macro to inc_slabs_node()Joonsoo Kim1-1/+1
2013-04-02slub: correct to calculate num of acquired objects in get_partial_node()Joonsoo Kim1-8/+9
2013-02-28slub: correctly bootstrap boot cachesGlauber Costa1-0/+6
2013-02-06mm/sl[au]b: correct allocation type check in kmalloc_slab()Joonsoo Kim1-1/+1
2013-02-06slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sectionsChristoph Lameter1-14/+15
2013-02-01slab: Common definition for kmem_cache_nodeChristoph Lameter2-17/+32
2013-02-01slab: Rename list3/l3 to nodeChristoph Lameter2-259/+259
2013-02-01slab: Common Kmalloc cache determinationChristoph Lameter4-142/+114
2013-02-01slab: Common function to create the kmalloc arrayChristoph Lameter4-99/+64
2013-02-01slab: Common definition for the array of kmalloc cachesChristoph Lameter3-15/+8
2013-02-01slab: Common constants for kmalloc boundariesChristoph Lameter1-11/+11
2013-02-01slab: Rename nodelists to nodeChristoph Lameter1-68/+67
2013-02-01slab: Common name for the per node structuresChristoph Lameter1-44/+43
2013-02-01slab: Use common kmalloc_index/kmalloc_size functionsChristoph Lameter1-93/+76
2013-02-01slab: Use proper formatting specs for unsigned size_tChristoph Lameter1-1/+1
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds5-17/+65
2012-12-20memcg: don't register hotcpu notifier from ->css_alloc()Tejun Heo1-1/+13
2012-12-20mm: clean up transparent hugepage sysfs error messagesJeremy Eder1-3/+3
2012-12-20mm: cma: WARN if freed memory is still in useMarek Szyprowski1-2/+9
2012-12-20mm: fix calculation of dirtyable memorySonny Rao1-5/+20
2012-12-20compaction: fix build error in CMA && !COMPACTIONMinchan Kim1-6/+20
2012-12-20Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Al Viro3-14/+15
2012-12-20mm: drop vmtruncateMarco Stornelli1-23/+0
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2012-12-20ksm: make rmap walks more scalableHugh Dickins1-8/+8
2012-12-20mm: do not sleep in balance_pgdat if there's no i/o congestionZlatko Calusic1-6/+6
2012-12-18mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()Fengguang Wu1-0/+8
2012-12-18vmscan: comment too_many_isolated()Fengguang Wu1-1/+5
2012-12-18mm/kmemleak.c: remove obsolete simple_strtoulAbhijit Pawar1-1/+2
2012-12-18mm/memory_hotplug.c: improve commentsTang Chen1-6/+12
2012-12-18mm/hugetlb: create hugetlb cgroup file in hugetlb_initJianguo Wu2-12/+18
2012-12-18mm/mprotect.c: coding-style cleanupsAndrew Morton1-14/+16
2012-12-18slub: drop mutex before deleting sysfs entryGlauber Costa1-1/+12
2012-12-18memcg: add comments clarifying aspects of cache attribute propagationGlauber Costa2-4/+18
2012-12-18slub: slub-specific propagation changesGlauber Costa1-1/+75
2012-12-18slab: propagate tunable valuesGlauber Costa4-10/+63
2012-12-18memcg: aggregate memcg cache values in slabinfoGlauber Costa3-5/+96
2012-12-18memcg/sl[au]b: shrink dead cachesGlauber Costa1-3/+43
2012-12-18memcg/sl[au]b: track all the memcg children of a kmem_cacheGlauber Costa2-2/+50
2012-12-18memcg: destroy memcg cachesGlauber Costa4-1/+95
2012-12-18sl[au]b: allocate objects from memcg cacheGlauber Costa3-4/+12
2012-12-18sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa4-14/+48
2012-12-18memcg: skip memcg kmem allocations in specified code regionsGlauber Costa1-3/+54
2012-12-18memcg: infrastructure to match an allocation to the right cacheGlauber Costa1-0/+217
2012-12-18memcg: allocate memory for memcg caches whenever a new memcg appearsGlauber Costa2-16/+219
2012-12-18slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa4-17/+118