summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2012-09-17memory hotplug: fix section info double registration bugqiuxishi1-6/+10
2012-09-17mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng1-1/+1
2012-09-17slub: consider pfmemalloc_match() in get_partial_node()Joonsoo Kim1-5/+10
2012-09-17slab: fix starting index for finding another objectJoonsoo Kim1-1/+1
2012-09-17slab: do ClearSlabPfmemalloc() for all pages of slabMel Gorman1-2/+2
2012-09-17memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread failsWen Congyang1-0/+1
2012-09-14Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
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-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+0
2012-08-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+2
2012-08-21mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman3-27/+91
2012-08-21mm: have order > 0 compaction start near a pageblock with free pagesMel Gorman1-26/+28
2012-08-21mm: correct page->pfmemalloc to fix deactivate_slab regressionAlex Shi1-10/+11
2012-08-21mm/compaction.c: fix deferring compaction mistakeMinchan Kim1-1/+1
2012-08-21mm: change nr_ptes BUG_ON to WARN_ONHugh Dickins1-1/+1
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-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds35-770/+2043
2012-07-31mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman2-3/+27
2012-07-31tmpfs: distribute interleave better across nodesNathan Zimmer1-2/+4
2012-07-31mm: remove redundant initializationMinchan Kim1-7/+2
2012-07-31mm: warn if pg_data_t isn't initialized with zeroMinchan Kim1-0/+3
2012-07-31memcg: gix memory accounting scalability in shrink_page_listTim Chen1-0/+2
2012-07-31mm/sparse: remove index_init_lockGavin Shan1-13/+1
2012-07-31mm/sparse: more checks on mem_section numberGavin Shan1-0/+2
2012-07-31mm/sparse: optimize sparse_index_allocGavin Shan1-6/+4
2012-07-31memcg: add mem_cgroup_from_css() helperWanpeng Li1-8/+11
2012-07-31memcg: further prevent OOM with too many dirty pagesHugh Dickins1-9/+24
2012-07-31memcg: prevent OOM with too many dirty pagesMichal Hocko1-3/+20
2012-07-31mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong1-22/+23
2012-07-31mm: memcg: only check anon swapin page charges for swap cacheJohannes Weiner1-8/+14
2012-07-31mm: memcg: only check swap cache pages for repeated chargingJohannes Weiner1-5/+12
2012-07-31mm: memcg: split swapin charge function into private and public partJohannes Weiner1-9/+15
2012-07-31mm: memcg: remove needless !mm fixup to init_mm when chargingJohannes Weiner1-6/+1
2012-07-31mm: memcg: remove unneeded shmem charge typeJohannes Weiner1-10/+1
2012-07-31mm: memcg: move swapin charge functions above callsitesJohannes Weiner1-36/+32
2012-07-31mm: memcg: only check for PageSwapCache when uncharging anonJohannes Weiner1-9/+4
2012-07-31mm: memcg: push down PageSwapCache check into uncharge entry functionsJohannes Weiner1-6/+12
2012-07-31mm: swapfile: clean up unuse_pte race handlingJohannes Weiner1-2/+1
2012-07-31mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner2-40/+38
2012-07-31swapfile: avoid dereferencing bd_disk during swap_entry_free for network storageMel Gorman1-4/+6
2012-07-31mm: add support for direct_IO to highmem pagesMel Gorman3-3/+15
2012-07-31mm: swap: implement generic handler for swap_activateMel Gorman2-86/+97