aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-01-10mm/vmalloc.c: change void* into explict vm_struct*Minchan Kim
2012-01-10mm: vmscan: fix typo in isolating lru pagesHillf Danton
2012-01-10mm: test PageSwapBacked in lumpy reclaimHugh Dickins
2012-01-10mm/migrate.c: remove the unused macro lru_to_pageWang Sheng-Hui
2012-01-10mm/hugetlb.c: avoid bogus counter of surplus huge pageHillf Danton
2012-01-10mempool: fix first round failure behaviorTejun Heo
2012-01-10mempool: drop unnecessary and incorrect BUG_ON() from mempool_destroy()Tejun Heo
2012-01-10mempool: fix and document synchronization and memory barrier usageTejun Heo
2012-01-10mm/migrate.c: cleanup comment for migration_entry_wait()Wang Sheng-Hui
2012-01-10mm/mempolicy.c: mpol_equal(): use boolKOSAKI Motohiro
2012-01-10mm: hugetlb: fix pgoff computation when unmapping page from vmaHillf Danton
2012-01-10mm/vmscan.c: consider swap space when deciding whether to continue reclaimMinchan Kim
2012-01-10mm: bootmem: try harder to free pages in bulkJohannes Weiner
2012-01-10mm: bootmem: drop superfluous range check when freeing pages in bulkJohannes Weiner
2012-01-10mm: page_alloc: generalize order handling in __free_pages_bootmem()Johannes Weiner
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki
2012-01-10mm: simplify find_vma_prev()KOSAKI Motohiro
2012-01-10mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli
2012-01-10mm: fix off-by-two in __zone_watermark_ok()Michal Hocko
2012-01-10bootmem: micro optimize freeing pages in bulkUwe Kleine-König
2012-01-10mm: compaction: push isolate search base of compact control one pfn aheadHillf Danton
2012-01-10mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin()Johannes Weiner
2012-01-10mm: try to distribute dirty pages fairly across zonesJohannes Weiner
2012-01-10mm: writeback: cleanups in preparation for per-zone dirty limitsJohannes Weiner
2012-01-10mm: exclude reserved pages from dirtyable memoryJohannes Weiner
2012-01-10vmscan: add task name to warn_scan_unevictable() messagesKOSAKI Motohiro
2012-01-10fadvise: only initiate writeback for specified range with FADV_DONTNEEDShawn Bohrer
2012-01-10slub: min order when debug_guardpage_minorder > 0Stanislaw Gruszka
2012-01-10mm: more intensive memory corruption debuggingStanislaw Gruszka
2012-01-10mm/hugetlb.c: fix virtual address handling in hugetlb faultKAMEZAWA Hiroyuki
2012-01-10hugetlb: clarify hugetlb_instantiation_mutex usageMichal Hocko
2012-01-10hugetlb: detect race upon page allocation failure during COWHillf Danton
2012-01-10mm: avoid livelock on !__GFP_FS allocationsMel Gorman
2012-01-10mm: reduce the amount of work done when updating min_free_kbytesMel Gorman
2012-01-10mm: migrate: one less atomic operationJacobo Giralt
2012-01-10mm-tracepoint: rename page-free eventsKonstantin Khlebnikov
2012-01-10mm: remove unused pagevec_freeKonstantin Khlebnikov
2012-01-10mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov
2012-01-10vmscan: activate executable pages after first usageKonstantin Khlebnikov
2012-01-10vmscan: promote shared file mapped pagesKonstantin Khlebnikov
2012-01-10mm/page-writeback.c: make determine_dirtyable_memory static againJohannes Weiner
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-01-09tracing/mm: Move include of trace/events/kmem.h out of header into slab.cSteven Rostedt
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-07net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa