aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-10-265-156/+514
|\
| * Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen2010-10-225-115/+482
| |\
| | * Fix migration.c compilation on s390Andi Kleen2010-10-111-0/+2
| | * Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen2010-10-082-3/+6
| | * hugepage: move is_hugepage_on_freelist inside ifdef to avoid warningAndi Kleen2010-10-081-1/+2
| | * Clean up __page_set_anon_rmapAndi Kleen2010-10-081-17/+8
| | * HWPOISON, hugetlb: fix unpoison for hugepageNaoya Horiguchi2010-10-081-2/+2
| | * HWPOISON, hugetlb: soft offlining for hugepageNaoya Horiguchi2010-10-081-4/+55
| | * HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASEDNaoya Horiguchi2010-10-082-1/+33
| | * hugetlb: move refcounting in hugepage allocation inside hugetlb_lockNaoya Horiguchi2010-10-081-22/+13
| | * HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()Naoya Horiguchi2010-10-082-6/+29
| | * hugetlb: hugepage migration coreNaoya Horiguchi2010-10-082-19/+231
| | * hugetlb: redefine hugepage copy functionsNaoya Horiguchi2010-10-081-5/+40
| | * hugetlb: add allocate function for hugepage migrationNaoya Horiguchi2010-10-081-25/+54
| | * hugetlb: fix metadata corruption in hugetlb_fault()Naoya Horiguchi2010-10-081-12/+9
| * | Merge branch 'hwpoison-cleanups' into hwpoisonAndi Kleen2010-10-221-41/+32
| |\ \
| | * | HWPOISON: Remove retry loop for try_to_unmapAndi Kleen2010-10-081-14/+1
| | * | HWPOISON: Turn addr_valid from bitfield into charAndi Kleen2010-10-081-1/+1
| | * | HWPOISON: Disable DEBUG by defaultAndi Kleen2010-10-081-1/+0
| | * | HWPOISON: Convert pr_debugs to pr_infoAndi Kleen2010-10-081-12/+12
| | * | HWPOISON: Improve comments in memory-failure.cAndi Kleen2010-10-081-13/+18
| | |/
* | | [S390] add support for nonquiescing sskeMartin Schwidefsky2010-10-251-2/+2
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-242-3/+3
|\ \ \
| * | | Fix typo s/contenious/continuous in commentNikanth Karthikesan2010-08-181-2/+2
| * | | Merge branch 'master' into for-nextJiri Kosina2010-08-116-280/+333
| |\ \ \
| * | | | fix a typo on comments in mm/percpu.cNamhyung Kim2010-08-111-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2010-10-242-373/+419
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into for-linusPekka Enberg2010-10-2413-504/+851
| |\ \ \ \ \
| * | | | | | SLUB: Fix memory hotplug with !NUMAPekka Enberg2010-10-061-1/+1
| * | | | | | slub: Move functions to reduce #ifdefsChristoph Lameter2010-10-061-156/+141
| * | | | | | slub: Enable sysfs support for !CONFIG_SLUB_DEBUGChristoph Lameter2010-10-061-5/+35
| * | | | | | SLUB: Optimize slab_free() debug checkPekka Enberg2010-10-061-2/+2
| * | | | | | slub: Move NUMA-related functions under CONFIG_NUMANamhyung Kim2010-10-021-2/+4
| * | | | | | slub: Add lock release annotationNamhyung Kim2010-10-021-0/+2
| * | | | | | slub: Fix signedness warningsNamhyung Kim2010-10-021-4/+3
| * | | | | | slub: extract common code to remove objects from partial list without lockingChristoph Lameter2010-10-021-8/+11
| * | | | | | SLUB: Pass active and inactive redzone flags instead of boolean to debug func...Christoph Lameter2010-10-021-19/+14
| * | | | | | slub: reduce differences between SMP and NUMAChristoph Lameter2010-10-021-38/+1
| * | | | | | Revert "Slub: UP bandaid"Pekka Enberg2010-10-021-16/+0
| * | | | | | percpu: clear memory allocated with the km allocatorTejun Heo2010-10-021-1/+5
| * | | | | | percpu: use percpu allocator on UP tooTejun Heo2010-10-025-41/+66
| * | | | | | vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo2010-10-021-0/+2
| * | | | | | SLUB: Fix merged slab cache namesPekka Enberg2010-10-021-1/+20
| * | | | | | Slub: UP bandaidChristoph Lameter2010-10-021-0/+16
| * | | | | | slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc cachesDavid Rientjes2010-10-021-6/+8
| * | | | | | slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplugChristoph Lameter2010-10-021-2/+2
| * | | | | | slub: Add dummy functions for the !SLUB_DEBUG caseChristoph Lameter2010-10-021-0/+12
| * | | | | | slob: fix gfp flags for order-0 page allocationsDavid Rientjes2010-10-021-1/+3
| * | | | | | slub: Move gfpflag masking out of the hotpathChristoph Lameter2010-10-021-2/+3
| * | | | | | slub: Extract hooks for memory checkers from hotpathsChristoph Lameter2010-10-021-11/+38