summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-10-07Merge remote branch 'cleancache/linux-next'Stephen Rothwell
2010-10-07Merge remote branch 'hwpoison/hwpoison'Stephen Rothwell
2010-10-07Merge remote branch 'percpu/for-next'Stephen Rothwell
2010-10-07Merge remote branch 'tip/auto-latest'Stephen Rothwell
2010-10-07Merge remote branch 'trivial/for-next'Stephen Rothwell
2010-10-07Merge remote branch 'slab/for-next'Stephen Rothwell
2010-10-07Merge remote branch 'block/for-next'Stephen Rothwell
2010-10-07Merge remote branch 'kvm/linux-next'Stephen Rothwell
2010-10-06Merge branch 'hwpoison-cleanups' into hwpoisonAndi Kleen
2010-10-06Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen
2010-10-06HWPOISON: Stop shrinking at right page countAndi Kleen
2010-10-06HWPOISON: Report correct address granuality for AO huge page errorsAndi Kleen
2010-10-06Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen
2010-10-06SLUB: Fix memory hotplug with !NUMAPekka Enberg
2010-10-06mm/fs: add hooks to support cleancacheDan Magenheimer
2010-10-06mm: cleancache core ops functions and configDan Magenheimer
2010-10-06slub: Move functions to reduce #ifdefsChristoph Lameter
2010-10-06slub: Enable sysfs support for !CONFIG_SLUB_DEBUGChristoph Lameter
2010-10-06SLUB: Optimize slab_free() debug checkPekka Enberg
2010-10-06[S390] add support for nonquiescing sskeMartin Schwidefsky
2010-10-05Merge branch 'linus' into auto-latestIngo Molnar
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-27HWPOISON: Remove retry loop for try_to_unmapAndi Kleen
2010-09-27HWPOISON: Turn addr_valid from bitfield into charAndi Kleen
2010-09-27HWPOISON: Disable DEBUG by defaultAndi Kleen
2010-09-27HWPOISON: Convert pr_debugs to pr_infoAndi Kleen
2010-09-27HWPOISON: Improve comments in memory-failure.cAndi Kleen