summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+7
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-158/+13
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-2/+2
2012-10-01Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+2
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-09-28thp: avoid VM_BUG_ON page_count(page) false positives in __collapse_huge_page...Andrea Arcangeli1-1/+0
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney6-16/+26
2012-09-23kmemleak: Replace list_for_each_continue_rcu with new interfaceMichael Wang1-4/+2
2012-09-18memory hotplug: fix section info double registration bugqiuxishi1-6/+10
2012-09-18mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng1-1/+1
2012-09-18slub: consider pfmemalloc_match() in get_partial_node()Joonsoo Kim1-5/+10
2012-09-18slab: fix starting index for finding another objectJoonsoo Kim1-1/+1
2012-09-18slab: do ClearSlabPfmemalloc() for all pages of slabMel Gorman1-2/+2
2012-09-18memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread failsWen Congyang1-0/+1
2012-09-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo1-0/+7
2012-09-06Remove user-triggerable BUG from mpol_to_strDave Jones1-1/+1
2012-09-05mm/memblock: Use NULL instead of 0 for pointersSachin Kamat1-1/+1
2012-08-29mm, slab: lock the correct nodelist after reenabling irqsDavid Rientjes1-0/+1
2012-08-27bootmem: Fix the short description of reserve_bootmem()Javi Merino1-1/+1
2012-08-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+0
2012-08-25xattr: extract simple_xattr code from tmpfsAristeu Rozanski1-158/+13
2012-08-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+2
2012-08-22mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman3-27/+91
2012-08-22mm: have order > 0 compaction start near a pageblock with free pagesMel Gorman1-26/+28
2012-08-22mm: correct page->pfmemalloc to fix deactivate_slab regressionAlex Shi1-10/+11
2012-08-22mm/compaction.c: fix deferring compaction mistakeMinchan Kim1-1/+1
2012-08-22mm: change nr_ptes BUG_ON to WARN_ONHugh Dickins1-1/+1
2012-08-22workqueue: make deferrable delayed_work initializer names consistentTejun Heo2-2/+2
2012-08-21uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov1-3/+2
2012-08-09block: move down direct IO pluggingFengguang Wu1-4/+0
2012-08-09block: remove plugging at buffered write timeFengguang Wu1-3/+0
2012-08-04vfs: kill write_super and sync_supersArtem Bityutskiy2-53/+0
2012-08-02mm: remove node_start_pfn checking in new WARN_ON for nowLinus Torvalds1-1/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-11/+40
2012-08-01Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+7
2012-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds35-770/+2043
2012-08-01mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman2-3/+27
2012-08-01tmpfs: distribute interleave better across nodesNathan Zimmer1-2/+4
2012-08-01mm: remove redundant initializationMinchan Kim1-7/+2
2012-08-01mm: warn if pg_data_t isn't initialized with zeroMinchan Kim1-0/+3
2012-08-01memcg: gix memory accounting scalability in shrink_page_listTim Chen1-0/+2
2012-08-01mm/sparse: remove index_init_lockGavin Shan1-13/+1
2012-08-01mm/sparse: more checks on mem_section numberGavin Shan1-0/+2
2012-08-01mm/sparse: optimize sparse_index_allocGavin Shan1-6/+4
2012-08-01memcg: add mem_cgroup_from_css() helperWanpeng Li1-8/+11
2012-08-01memcg: further prevent OOM with too many dirty pagesHugh Dickins1-9/+24
2012-08-01memcg: prevent OOM with too many dirty pagesMichal Hocko1-3/+20
2012-08-01mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong1-22/+23
2012-08-01mm: memcg: only check anon swapin page charges for swap cacheJohannes Weiner1-8/+14