aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-10slub: Zero initial memory segment for kmem_cache and kmem_cache_nodeChristoph Lameter1-1/+1
2012-09-06Remove user-triggerable BUG from mpol_to_strDave Jones1-1/+1
2012-09-05Revert "mm/sl[aou]b: Move sysfs_slab_add to common"Pekka Enberg3-13/+17
2012-09-05mm/sl[aou]b: Move kmem_cache refcounting to common codeChristoph Lameter4-5/+3
2012-09-05mm/sl[aou]b: Shrink __kmem_cache_create() parameter listsChristoph Lameter5-81/+68
2012-09-05mm/sl[aou]b: Move kmem_cache allocations into common codeChristoph Lameter5-70/+52
2012-09-05mm/sl[aou]b: Move sysfs_slab_add to commonChristoph Lameter3-13/+13
2012-09-05mm/sl[aou]b: Do slab aliasing call from common codeChristoph Lameter3-4/+25
2012-09-05mm/sl[aou]b: Move duping of slab name to slab_common.cChristoph Lameter2-28/+23
2012-09-05mm/sl[aou]b: Get rid of __kmem_cache_destroyChristoph Lameter5-36/+26
2012-09-05mm/sl[aou]b: Move freeing of kmem_cache structure to common codeChristoph Lameter4-5/+1
2012-09-05mm/sl[aou]b: Use "kmem_cache" name for slab cache with kmem_cache structChristoph Lameter5-37/+52
2012-09-05mm/sl[aou]b: Extract a common function for kmem_cache_destroyChristoph Lameter5-75/+49
2012-09-05mm/sl[aou]b: Move list_add() to slab_common.cChristoph Lameter4-4/+16
2012-09-05mm/slab_common: Improve error handling in kmem_cache_createChristoph Lameter1-4/+24
2012-09-05mm/slub: Use kmem_cache for the kmem_cache structureChristoph Lameter1-4/+4
2012-09-05mm/slub: Add debugging to verify correct cache use on kmem_cache_free()Christoph Lameter1-0/+7
2012-09-05mm/memblock: Use NULL instead of 0 for pointersSachin Kamat1-1/+1
2012-09-04mm: Use __do_krealloc to do the krealloc jobEzequiel Garcia1-14/+21
2012-08-29mm, slab: lock the correct nodelist after reenabling irqsDavid Rientjes1-0/+1
2012-08-27bootmem: Fix the short description of reserve_bootmem()Javi Merino1-1/+1
2012-08-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+0
2012-08-24xattr: extract simple_xattr code from tmpfsAristeu Rozanski1-158/+13
2012-08-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2012-08-21mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman3-27/+91
2012-08-21mm: have order > 0 compaction start near a pageblock with free pagesMel Gorman1-26/+28
2012-08-21mm: correct page->pfmemalloc to fix deactivate_slab regressionAlex Shi1-10/+11
2012-08-21mm/compaction.c: fix deferring compaction mistakeMinchan Kim1-1/+1
2012-08-21mm: change nr_ptes BUG_ON to WARN_ONHugh Dickins1-1/+1
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo2-2/+2
2012-08-21uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov1-3/+2
2012-08-17mm, slab: remove page_get_cacheDavid Rientjes1-6/+0
2012-08-16mm/slab: restructure kmem_cache_create() debug checksShuah Khan1-49/+48
2012-08-16Revert "mm/slab_common.c: cleanup"Pekka Enberg1-5/+10
2012-08-16slub: reduce failure of this_cpu_cmpxchg in put_cpu_partial() after unfreezingJoonsoo Kim1-0/+1
2012-08-16slub: Take node lock during object free checksChristoph Lameter1-12/+18
2012-08-16mm/slab_common.c: cleanupAndrew Morton1-10/+5
2012-08-16slab: do not call compound_head() in page_get_cache()Michel Lespinasse1-1/+0
2012-08-16slub: use free_page instead of put_page for freeing kmalloc allocationGlauber Costa1-1/+1
2012-08-13Merge branch 'stable/for-linus-3.6' into linux-nextKonrad Rzeszutek Wilk1-1/+1
2012-08-13mm/frontswap: fix uninit'ed variable warningSeth Jennings1-1/+1
2012-08-09block: move down direct IO pluggingFengguang Wu1-4/+0
2012-08-09block: remove plugging at buffered write timeFengguang Wu1-3/+0
2012-08-04vfs: kill write_super and sync_supersArtem Bityutskiy2-53/+0
2012-08-02mm: remove node_start_pfn checking in new WARN_ON for nowLinus Torvalds1-1/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-11/+40
2012-08-01Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+7
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds35-770/+2043
2012-07-31mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman2-3/+27
2012-07-31tmpfs: distribute interleave better across nodesNathan Zimmer1-2/+4