aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2012-01-11Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds2-41/+75
2012-01-11Merge branch 'slab/urgent' into slab/for-linusPekka Enberg14-92/+120
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-55/+191
2012-01-10mm/vmalloc.c: change void* into explict vm_struct*Minchan Kim1-4/+4
2012-01-10mm: vmscan: fix typo in isolating lru pagesHillf Danton1-1/+1
2012-01-10mm: test PageSwapBacked in lumpy reclaimHugh Dickins1-1/+1
2012-01-10mm/migrate.c: remove the unused macro lru_to_pageWang Sheng-Hui1-2/+0
2012-01-10mm/hugetlb.c: avoid bogus counter of surplus huge pageHillf Danton1-1/+1
2012-01-10mempool: fix first round failure behaviorTejun Heo1-2/+11
2012-01-10mempool: drop unnecessary and incorrect BUG_ON() from mempool_destroy()Tejun Heo1-19/+11
2012-01-10mempool: fix and document synchronization and memory barrier usageTejun Heo1-13/+48
2012-01-10mm/migrate.c: cleanup comment for migration_entry_wait()Wang Sheng-Hui1-2/+0
2012-01-10mm/mempolicy.c: mpol_equal(): use boolKOSAKI Motohiro1-7/+7
2012-01-10mm: hugetlb: fix pgoff computation when unmapping page from vmaHillf Danton1-2/+1
2012-01-10mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim1-2/+3
2012-01-10mm: bootmem: try harder to free pages in bulkJohannes Weiner1-12/+10
2012-01-10mm: bootmem: drop superfluous range check when freeing pages in bulkJohannes Weiner1-1/+1
2012-01-10mm: page_alloc: generalize order handling in __free_pages_bootmem()Johannes Weiner1-21/+12
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki1-0/+6
2012-01-10mm: simplify find_vma_prev()KOSAKI Motohiro1-28/+8
2012-01-10mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma()Andrea Arcangeli3-3/+75
2012-01-10mm: fix off-by-two in __zone_watermark_ok()Michal Hocko1-1/+1
2012-01-10bootmem: micro optimize freeing pages in bulkUwe Kleine-König1-2/+2
2012-01-10mm: compaction: push isolate search base of compact control one pfn aheadHillf Danton1-1/+3
2012-01-10mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin()Johannes Weiner1-1/+4
2012-01-10mm: try to distribute dirty pages fairly across zonesJohannes Weiner2-0/+111
2012-01-10mm: writeback: cleanups in preparation for per-zone dirty limitsJohannes Weiner1-46/+47
2012-01-10mm: exclude reserved pages from dirtyable memoryJohannes Weiner2-2/+22
2012-01-10vmscan: add task name to warn_scan_unevictable() messagesKOSAKI Motohiro1-2/+3
2012-01-10fadvise: only initiate writeback for specified range with FADV_DONTNEEDShawn Bohrer1-1/+2
2012-01-10slub: min order when debug_guardpage_minorder > 0Stanislaw Gruszka1-0/+3
2012-01-10mm: more intensive memory corruption debuggingStanislaw Gruszka2-6/+74
2012-01-10mm/hugetlb.c: fix virtual address handling in hugetlb faultKAMEZAWA Hiroyuki1-0/+2
2012-01-10hugetlb: clarify hugetlb_instantiation_mutex usageMichal Hocko1-0/+3
2012-01-10hugetlb: detect race upon page allocation failure during COWHillf Danton1-1/+8
2012-01-10mm: avoid livelock on !__GFP_FS allocationsMel Gorman2-11/+25
2012-01-10mm: reduce the amount of work done when updating min_free_kbytesMel Gorman1-16/+24
2012-01-10mm: migrate: one less atomic operationJacobo Giralt1-6/+4
2012-01-10mm-tracepoint: rename page-free eventsKonstantin Khlebnikov1-2/+2
2012-01-10mm: remove unused pagevec_freeKonstantin Khlebnikov1-10/+0
2012-01-10mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov3-30/+17
2012-01-10vmscan: activate executable pages after first usageKonstantin Khlebnikov1-0/+6
2012-01-10vmscan: promote shared file mapped pagesKonstantin Khlebnikov1-1/+1
2012-01-10mm/page-writeback.c: make determine_dirtyable_memory static againJohannes Weiner1-62/+60
2012-01-10slub: disallow changing cpu_partial from userspace for debug cachesDavid Rientjes1-0/+2
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+14
2012-01-09tracing/mm: Move include of trace/events/kmem.h out of header into slab.cSteven Rostedt1-0/+2
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-3/+3
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-8/+8