summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | mm: add a might_sleep_if() to dma_pool_alloc()Dima Zavin2010-10-261-0/+2
* | mm: remove pte_*map_nested()Peter Zijlstra2010-10-262-4/+4
* | mm: stack based kmap_atomic()Peter Zijlstra2010-10-261-58/+4
* | vmscan,tmpfs: treat used once pages on tmpfs as used onceKOSAKI Motohiro2010-10-261-1/+1
* | writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang2010-10-261-11/+5
* | writeback: do not sleep on the congestion queue if there are no congested BDI...Mel Gorman2010-10-263-11/+96
* | vmscan: isolate_lru_pages(): stop neighbour search if neighbour cannot be iso...KOSAKI Motohiro2010-10-261-6/+11
* | vmscan: remove dead code in shrink_inactive_list()KOSAKI Motohiro2010-10-261-8/+0
* | vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaimKOSAKI Motohiro2010-10-261-45/+75
* | vmscan: synchronous lumpy reclaim should not call congestion_wait()KOSAKI Motohiro2010-10-261-2/+0
* | writeback: account for time spent congestion_waitedMel Gorman2010-10-261-0/+5
* | tracing, vmscan: add trace events for LRU list shrinkingMel Gorman2010-10-261-0/+6
* | vmscan: delete dead codeShaohua Li2010-10-261-10/+0
* | writeback: report dirty thresholds in /proc/vmstatMichael Rubin2010-10-261-14/+25
* | writeback: add nr_dirtied and nr_written to /proc/vmstatMichael Rubin2010-10-262-0/+5
* | mm: add account_page_writeback()Michael Rubin2010-10-261-1/+12
* | mm/mempolicy.c: check return code of check_rangeVasiliy Kulikov2010-10-261-1/+4
* | vmscan: prevent background aging of anon page in no swap systemMinchan Kim2010-10-261-1/+16
* | memory hotplug: unify is_removable and offline detection codeKAMEZAWA Hiroyuki2010-10-262-36/+68
* | memory hotplug: fix notifier's return value checkKAMEZAWA Hiroyuki2010-10-261-1/+1
* | mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim2010-10-264-7/+18
* | mm: only build per-node scan_unevictable functions when NUMA is enabledThadeu Lima de Souza Cascardo2010-10-261-1/+2
* | writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-262-2/+0
* | oom: kill all threads sharing oom killed task's mmDavid Rientjes2010-10-261-0/+24
* | oom: avoid killing a task if a thread sharing its mm cannot be killedDavid Rientjes2010-10-261-4/+5
* | mm, page-allocator: do not check the state of a non-existant buddy during freeMel Gorman2010-10-261-1/+1
* | mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki2010-10-261-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/+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
|\ \ \
OpenPOWER on IntegriCloud