aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2008-11-06memory hotplug: fix page_zone() calculation in test_pages_isolated()Gerald Schaefer1-2/+3
2008-11-06mm/oom_kill.c: fix badness() kerneldocQinghuang Feng1-1/+0
2008-11-06vmemmap: warn about page_structs with remote distanceDavid Rientjes1-1/+1
2008-11-06mm: move migrate_prep out from under mmap_semChristoph Lameter2-8/+12
2008-11-06oom: do not dump task state for non thread group leadersDavid Rientjes1-0/+2
2008-11-06hugetlb: pull gigantic page initialisation out of the default pathAndy Whitcroft3-8/+33
2008-11-06hugetlbfs: handle pages higher order than MAX_ORDERAndy Whitcroft2-1/+64
2008-11-06[ARM] fix naming of MODULE_START / MODULE_ENDRussell King1-1/+1
2008-10-30nfsd: fix vm overcommit crashAlan Cox3-6/+8
2008-10-30mm: fix kernel-doc function notationRandy Dunlap1-1/+2
2008-10-30fs: remove prepare_write/commit_writeNick Piggin1-238/+4
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds5-21/+167
2008-10-23memcg: fix page_cgroup allocationKAMEZAWA Hiroyuki2-8/+25
2008-10-23mm: page_cgroup needs linux/vmalloc.h for vmalloc_node()/vfree().Paul Mundt1-0/+1
2008-10-23proc: move /proc/zoneinfo boilerplate to mm/vmstat.cAlexey Dobriyan1-1/+14
2008-10-23proc: move /proc/vmstat boilerplate to mm/vmstat.cAlexey Dobriyan1-1/+13
2008-10-23proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.cAlexey Dobriyan1-1/+14
2008-10-23proc: move /proc/buddyinfo boilerplate to mm/vmstat.cAlexey Dobriyan1-4/+21
2008-10-23proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan1-1/+32
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan2-10/+35
2008-10-23proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan1-1/+35