summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-10-04ksm: fix bad user data when swappingHugh Dickins
2010-10-04ksm: fix page_address_in_vma anon_vma oopsHugh Dickins
2010-10-02slub: Move NUMA-related functions under CONFIG_NUMANamhyung Kim
2010-10-02slub: Add lock release annotationNamhyung Kim
2010-10-02slub: Fix signedness warningsNamhyung Kim
2010-10-02slub: extract common code to remove objects from partial list without lockingChristoph Lameter
2010-10-02SLUB: Pass active and inactive redzone flags instead of boolean to debug func...Christoph Lameter
2010-10-02slub: reduce differences between SMP and NUMAChristoph Lameter
2010-10-02Revert "Slub: UP bandaid"Pekka Enberg
2010-10-02percpu: clear memory allocated with the km allocatorTejun Heo
2010-10-02percpu: use percpu allocator on UP tooTejun Heo
2010-10-02vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo
2010-10-02SLUB: Fix merged slab cache namesPekka Enberg
2010-10-02Slub: UP bandaidChristoph Lameter
2010-10-02slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc cachesDavid Rientjes
2010-10-02slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplugChristoph Lameter
2010-10-02slub: Add dummy functions for the !SLUB_DEBUG caseChristoph Lameter
2010-10-02slob: fix gfp flags for order-0 page allocationsDavid Rientjes
2010-10-02slub: Move gfpflag masking out of the hotpathChristoph Lameter
2010-10-02slub: Extract hooks for memory checkers from hotpathsChristoph Lameter
2010-10-02slub: Dynamically size kmalloc cache allocationsChristoph Lameter
2010-10-02slub: Remove static kmem_cache_cpu array for bootChristoph Lameter
2010-10-02slub: Remove dynamic dma slab allocationChristoph Lameter
2010-10-02slub: Force no inlining of debug functionsChristoph Lameter
2010-09-25Avoid pgoff overflow in remap_file_pagesLarry Woodman
2010-09-24fremap: get rid of broken 'end' variableLinus Torvalds
2010-09-24hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap()Naoya Horiguchi
2010-09-24hugetlb, rmap: fix confusing page locking in hugetlb_cow()Naoya Horiguchi
2010-09-24hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow()Naoya Horiguchi
2010-09-24hugetlb, rmap: always use anon_vma root pointerNaoya Horiguchi
2010-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-09-23mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli
2010-09-23oom: filter unkillable tasks from tasklist dumpDavid Rientjes
2010-09-23vmscan: check all_unreclaimable in direct reclaim pathMinchan Kim
2010-09-23oom: always return a badness score of non-zero for eligible tasksDavid Rientjes
2010-09-22Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-09-22bdi: Initialize noop_backing_dev_info properlyJan Kara
2010-09-21percpu: fix pcpu_last_unit_cpuTejun Heo
2010-09-20mm: further fix swapin race conditionHugh Dickins
2010-09-17mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-09-15memblock: Fix section mismatch warningsYinghai Lu
2010-09-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-09-10swap: do not send discards as barriersChristoph Hellwig
2010-09-10percpu: update comments to reflect that percpu allocations are always zero-fi...Tejun Heo
2010-09-10percpu: clear memory allocated with the km allocatorTejun Heo
2010-09-10mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman
2010-09-10mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter
2010-09-10mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman
2010-09-10vmstat: update zone stat threshold when onlining a cpuKAMEZAWA Hiroyuki