summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim2010-10-274-7/+18
* | mm: only build per-node scan_unevictable functions when NUMA is enabledThadeu Lima de Souza Cascardo2010-10-271-1/+2
* | writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-272-2/+0Star
* | oom: kill all threads sharing oom killed task's mmDavid Rientjes2010-10-271-0/+24
* | oom: avoid killing a task if a thread sharing its mm cannot be killedDavid Rientjes2010-10-271-4/+5
* | mm, page-allocator: do not check the state of a non-existant buddy during freeMel Gorman2010-10-271-1/+1
* | mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki2010-10-271-1/+1
* | 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/+8Star
| | * 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/+13Star
| | * 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/+9Star
| * | Merge branch 'hwpoison-cleanups' into hwpoisonAndi Kleen2010-10-221-41/+32Star
| |\ \
| | * | HWPOISON: Remove retry loop for try_to_unmapAndi Kleen2010-10-081-14/+1Star
| | * | HWPOISON: Turn addr_valid from bitfield into charAndi Kleen2010-10-081-1/+1
| | * | HWPOISON: Disable DEBUG by defaultAndi Kleen2010-10-081-1/+0Star
| | * | 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/+141Star
| * | | | | | 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/+3Star
| * | | | | | 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/+14Star
| * | | | | | slub: reduce differences between SMP and NUMAChristoph Lameter2010-10-021-38/+1Star
| * | | | | | Revert "Slub: UP bandaid"Pekka Enberg2010-10-021-16/+0Star
| * | | | | | 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