summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2008-11-26kmemtrace: allow kmemtrace to be enabled after bootPekka Enberg
2008-11-26kmemtrace: remove unnecessary castsPekka Enberg
2008-11-26kmemtrace: SLUB hooks for caller-tracking functions.Eduard - Gabriel Munteanu
2008-11-26kmemtrace: SLUB hooks.Eduard - Gabriel Munteanu
2008-11-26kmemtrace: SLOB hooks.Eduard - Gabriel Munteanu
2008-11-26kmemtrace: SLAB hooks.Eduard - Gabriel Munteanu
2008-11-26kmemtrace: Core implementation.Eduard - Gabriel Munteanu
2008-11-26slub: make early_kmem_cache_node_alloc voidDavid Rientjes
2008-11-26slab: unsigned slabp->inuse cannot be less than 0roel kluin
2008-11-26slub - fix get_object_page commentCyrill Gorcunov
2008-11-26SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu
2008-11-26SLUB: cleanup - define macros instead of hardcoded numbersCyrill Gorcunov
2008-11-19vmscan: fix get_scan_ratio() commentRik van Riel
2008-11-19vmscan: let GFP_NOFS go to swap againHugh Dickins
2008-11-19migration: fix writepage errorHugh Dickins
2008-11-19mm: vmalloc search restart fixGlauber Costa
2008-11-19mm: vmalloc failure flush fixNick Piggin
2008-11-19mm: vmalloc allocator off by oneNick Piggin
2008-11-19cpuset: update top cpuset's mems after adding a nodeMiao Xie
2008-11-16unitialized return value in mm/mlock.c: __mlock_vma_pages_range()Helge Deller
2008-11-15mm: remove unevictable's show_page_pathKOSAKI Motohiro
2008-11-12memcg: bugfix for memory hotplugKAMEZAWA Hiroyuki
2008-11-12mm: remove lru_add_drain_all() from the munlock pathKOSAKI Motohiro
2008-11-12cpusets: update mems allowed in page allocatorDavid Rientjes
2008-11-12hugetlb: make unmap_ref_private multi-size-awareAdam Litke
2008-11-12parisc: fix find_extend_vma() breakageDenys Vlasenko
2008-11-07vmap: cope with vm_unmap_aliases before vmalloc_init()Jeremy Fitzhardinge
2008-11-06Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-11-06memory hotplug: fix page_zone() calculation in test_pages_isolated()Gerald Schaefer
2008-11-06mm/oom_kill.c: fix badness() kerneldocQinghuang Feng
2008-11-06vmemmap: warn about page_structs with remote distanceDavid Rientjes
2008-11-06mm: move migrate_prep out from under mmap_semChristoph Lameter
2008-11-06oom: do not dump task state for non thread group leadersDavid Rientjes
2008-11-06hugetlb: pull gigantic page initialisation out of the default pathAndy Whitcroft
2008-11-06hugetlbfs: handle pages higher order than MAX_ORDERAndy Whitcroft
2008-11-06[ARM] fix naming of MODULE_START / MODULE_ENDRussell King
2008-10-30nfsd: fix vm overcommit crashAlan Cox
2008-10-30mm: fix kernel-doc function notationRandy Dunlap
2008-10-30fs: remove prepare_write/commit_writeNick Piggin
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds
2008-10-23memcg: fix page_cgroup allocationKAMEZAWA Hiroyuki
2008-10-23mm: page_cgroup needs linux/vmalloc.h for vmalloc_node()/vfree().Paul Mundt
2008-10-23proc: move /proc/zoneinfo boilerplate to mm/vmstat.cAlexey Dobriyan
2008-10-23proc: move /proc/vmstat boilerplate to mm/vmstat.cAlexey Dobriyan
2008-10-23proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.cAlexey Dobriyan
2008-10-23proc: move /proc/buddyinfo boilerplate to mm/vmstat.cAlexey Dobriyan
2008-10-23proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan
2008-10-23proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan
2008-10-23proc: switch /proc/meminfo to seq_fileAlexey Dobriyan