aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2010-10-08HWPOISON: Convert pr_debugs to pr_infoGravatar Andi Kleen 1-12/+12
2010-10-08HWPOISON: Improve comments in memory-failure.cGravatar Andi Kleen 1-13/+18
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsGravatar Andi Kleen 2-3/+6
2010-10-08hugepage: move is_hugepage_on_freelist inside ifdef to avoid warningGravatar Andi Kleen 1-1/+2
2010-10-08Clean up __page_set_anon_rmapGravatar Andi Kleen 1-17/+8
2010-10-08HWPOISON, hugetlb: fix unpoison for hugepageGravatar Naoya Horiguchi 1-2/+2
2010-10-08HWPOISON, hugetlb: soft offlining for hugepageGravatar Naoya Horiguchi 1-4/+55
2010-10-08HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASEDGravatar Naoya Horiguchi 2-1/+33
2010-10-08hugetlb: move refcounting in hugepage allocation inside hugetlb_lockGravatar Naoya Horiguchi 1-22/+13
2010-10-08HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()Gravatar Naoya Horiguchi 2-6/+29
2010-10-08hugetlb: hugepage migration coreGravatar Naoya Horiguchi 2-19/+231
2010-10-08hugetlb: redefine hugepage copy functionsGravatar Naoya Horiguchi 1-5/+40
2010-10-08hugetlb: add allocate function for hugepage migrationGravatar Naoya Horiguchi 1-25/+54
2010-10-08hugetlb: fix metadata corruption in hugetlb_fault()Gravatar Naoya Horiguchi 1-12/+9
2010-10-08Merge commit 'v2.6.36-rc7' into core/memblockGravatar Ingo Molnar 20-181/+269
2010-10-07Merge branch 'hwpoison-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+6
2010-10-07memcg: fix thresholds with use_hierarchy == 1Gravatar Kirill A. Shutemov 1-3/+7
2010-10-07mm: alloc_large_system_hash() printk overflow on 16TB bootGravatar Robin Holt 1-2/+2
2010-10-07HWPOISON: Stop shrinking at right page countGravatar Andi Kleen 1-1/+1
2010-10-07HWPOISON: Report correct address granuality for AO huge page errorsGravatar Andi Kleen 1-5/+5
2010-10-06SLUB: Fix memory hotplug with !NUMAGravatar Pekka Enberg 1-1/+1
2010-10-06slub: Move functions to reduce #ifdefsGravatar Christoph Lameter 1-156/+141
2010-10-06slub: Enable sysfs support for !CONFIG_SLUB_DEBUGGravatar Christoph Lameter 1-5/+35
2010-10-06SLUB: Optimize slab_free() debug checkGravatar Pekka Enberg 1-2/+2
2010-10-05memblock: Fix wraparound in find_region()Gravatar Yinghai Lu 1-1/+6
2010-10-04ksm: fix bad user data when swappingGravatar Hugh Dickins 1-2/+4
2010-10-04ksm: fix page_address_in_vma anon_vma oopsGravatar Hugh Dickins 1-1/+7
2010-10-02slub: Move NUMA-related functions under CONFIG_NUMAGravatar Namhyung Kim 1-2/+4
2010-10-02slub: Add lock release annotationGravatar Namhyung Kim 1-0/+2
2010-10-02slub: Fix signedness warningsGravatar Namhyung Kim 1-4/+3
2010-10-02slub: extract common code to remove objects from partial list without lockingGravatar Christoph Lameter 1-8/+11
2010-10-02SLUB: Pass active and inactive redzone flags instead of boolean to debug func...Gravatar Christoph Lameter 1-19/+14
2010-10-02slub: reduce differences between SMP and NUMAGravatar Christoph Lameter 1-38/+1
2010-10-02Revert "Slub: UP bandaid"Gravatar Pekka Enberg 1-16/+0
2010-10-02percpu: clear memory allocated with the km allocatorGravatar Tejun Heo 1-1/+5
2010-10-02percpu: use percpu allocator on UP tooGravatar Tejun Heo 5-41/+66
2010-10-02vmalloc: pcpu_get/free_vm_areas() aren't needed on UPGravatar Tejun Heo 1-0/+2
2010-10-02SLUB: Fix merged slab cache namesGravatar Pekka Enberg 1-1/+20
2010-10-02Slub: UP bandaidGravatar Christoph Lameter 1-0/+16
2010-10-02slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc cachesGravatar David Rientjes 1-6/+8
2010-10-02slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplugGravatar Christoph Lameter 1-2/+2
2010-10-02slub: Add dummy functions for the !SLUB_DEBUG caseGravatar Christoph Lameter 1-0/+12
2010-10-02slob: fix gfp flags for order-0 page allocationsGravatar David Rientjes 1-1/+3
2010-10-02slub: Move gfpflag masking out of the hotpathGravatar Christoph Lameter 1-2/+3
2010-10-02slub: Extract hooks for memory checkers from hotpathsGravatar Christoph Lameter 1-11/+38
2010-10-02slub: Dynamically size kmalloc cache allocationsGravatar Christoph Lameter 1-53/+138
2010-10-02slub: Remove static kmem_cache_cpu array for bootGravatar Christoph Lameter 1-13/+4
2010-10-02slub: Remove dynamic dma slab allocationGravatar Christoph Lameter 1-111/+39
2010-10-02slub: Force no inlining of debug functionsGravatar Christoph Lameter 1-3/+3
2010-09-25Avoid pgoff overflow in remap_file_pagesGravatar Larry Woodman 1-0/+4