summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2008-12-16mm: Don't touch uninitialized variable in do_pages_stat_array()KOSAKI Motohiro1-1/+1
2008-12-15slob: do not pass the SLAB flags as GFP in kmem_cache_create()Catalin Marinas1-1/+1
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell1-1/+1
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins2-2/+2
2008-12-10mm: no get_user/put_user while holding mmap_sem in do_pages_stat?Brice Goglin1-13/+46
2008-12-10page_cgroup should ignore empty nodesKAMEZAWA Hiroyuki1-0/+3
2008-12-10mm: remove UP version of lru_add_drain_all()KOSAKI Motohiro1-13/+0
2008-12-10mm/backing-dev.c: remove recently-added WARN_ON()Andrew Morton1-1/+1
2008-12-08slub: Fix incorrect use of looseNick Andrew1-2/+2
2008-12-05Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar2-1/+9
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar6-32/+63
2008-12-04Merge branch 'master' into nextJames Morris9-48/+95
2008-12-02vmscan: evict streaming IO firstRik van Riel1-1/+6
2008-12-02bdi: register sysfs bdi device only once per queueKay Sievers1-0/+3
2008-12-01memcg: memory hotplug fix for notifier callbackKAMEZAWA Hiroyuki2-16/+33
2008-12-01mm: vmalloc fix lazy unmapping cache aliasingNick Piggin1-4/+16
2008-12-01vmscan: protect zone rotation stats by lru lockJohannes Weiner1-1/+1
2008-11-30meminit section warningsAl Viro3-11/+13
2008-11-26slab: Update the kmem_cache_create documentation regarding the name parameterCatalin Marinas1-0/+2
2008-11-26slub: make early_kmem_cache_node_alloc voidDavid Rientjes1-5/+2
2008-11-26slab: unsigned slabp->inuse cannot be less than 0roel kluin1-1/+1
2008-11-26slub - fix get_object_page commentCyrill Gorcunov1-1/+1
2008-11-26SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu2-28/+28
2008-11-26SLUB: cleanup - define macros instead of hardcoded numbersCyrill Gorcunov1-7/+11
2008-11-26blktrace: port to tracepoints, updateIngo Molnar1-0/+2
2008-11-26blktrace: port to tracepointsArnaldo Carvalho de Melo1-1/+2
2008-11-24Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar1-0/+15
2008-11-19vmscan: fix get_scan_ratio() commentRik van Riel1-3/+3
2008-11-19vmscan: let GFP_NOFS go to swap againHugh Dickins1-0/+3
2008-11-19migration: fix writepage errorHugh Dickins1-4/+1
2008-11-19mm: vmalloc search restart fixGlauber Costa1-2/+2
2008-11-19mm: vmalloc failure flush fixNick Piggin1-2/+13
2008-11-19mm: vmalloc allocator off by oneNick Piggin1-1/+1
2008-11-19cpuset: update top cpuset's mems after adding a nodeMiao Xie1-3/+0
2008-11-18Merge branch 'master' into nextJames Morris2-36/+1
2008-11-16unitialized return value in mm/mlock.c: __mlock_vma_pages_range()Helge Deller1-1/+1
2008-11-15mm: remove unevictable's show_page_pathKOSAKI Motohiro1-35/+0
2008-11-14Merge branch 'master' into nextJames Morris12-37/+139
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells3-9/+13
2008-11-14CRED: Separate task security context from task_structDavid Howells3-11/+11
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells3-8/+14
2008-11-12memcg: bugfix for memory hotplugKAMEZAWA Hiroyuki1-2/+2
2008-11-12mm: remove lru_add_drain_all() from the munlock pathKOSAKI Motohiro1-10/+6
2008-11-12cpusets: update mems allowed in page allocatorDavid Rientjes1-0/+4
2008-11-12hugetlb: make unmap_ref_private multi-size-awareAdam Litke1-2/+3
2008-11-12parisc: fix find_extend_vma() breakageDenys Vlasenko1-1/+1
2008-11-12Merge branch 'linus' into core/lockingIngo Molnar13-267/+137
2008-11-11The oomkiller calculations make decisions based on capabilities. SinceEric Paris1-3/+3
2008-11-07vmap: cope with vm_unmap_aliases before vmalloc_init()Jeremy Fitzhardinge1-0/+7
2008-11-06Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1