aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-08-12writeback: add comment to the dirty limit functionsWu Fengguang
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang
2010-08-12writeback: balance_dirty_pages(): reduce calls to global_page_stateWu Fengguang
2010-08-12mm: fix fatal kernel-doc errorRandy Dunlap
2010-08-11memcg: convert to use zone_to_nid() from bare zone->zone_pgdat->node_idKOSAKI Motohiro
2010-08-11memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim()KOSAKI Motohiro
2010-08-11memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemaskKOSAKI Motohiro
2010-08-11memcg: kill unnecessary initialization in mem_cgroup_shrink_node_zone()KOSAKI Motohiro
2010-08-11memcg: sc.nr_to_reclaim should be initializedKOSAKI Motohiro
2010-08-11memcg: avoid css_get()KAMEZAWA Hiroyuki
2010-08-11memcg: use find_lock_task_mm() in memory cgroups oomKAMEZAWA Hiroyuki
2010-08-11memcg: remove mem from arg of charge_commonDaisuke Nishimura
2010-08-11memcg: remove redundant codeDaisuke Nishimura
2010-08-11memcg: clean up waiting move acctKAMEZAWA Hiroyuki
2010-08-11memcg: clean up try_charge main loopKAMEZAWA Hiroyuki
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-10Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2010-08-09hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki
2010-08-09mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki
2010-08-09ksm: cleanup for mm_slots_hashLai Jiangshan
2010-08-09vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang
2010-08-09mm/vmalloc.c: check kmalloc() return valueKulikov Vasiliy
2010-08-09memcg: add mm_vmscan_memcg_isolate tracepointKOSAKI Motohiro
2010-08-09memcg, vmscan: add memcg reclaim tracepointKOSAKI Motohiro
2010-08-09vmscan: shrink_slab() requires the number of lru_pages, not the page orderKOSAKI Motohiro
2010-08-09mmu-notifiers: remove mmu notifier calls in apply_to_page_range()Jeremy Fitzhardinge
2010-08-09vmscan: protect reading of reclaim_stat with lru_lockKOSAKI Motohiro
2010-08-09vmscan: avoid subtraction of unsigned typesKOSAKI Motohiro
2010-08-09mm: set VM_FAULT_WRITE in do_swap_page()Andrea Arcangeli
2010-08-09rmap: add exclusive page to private anon_vma on swapinRik van Riel
2010-08-09oom: badness heuristic rewriteDavid Rientjes
2010-08-09oom: multi threaded process coredump don't make deadlockKOSAKI Motohiro
2010-08-09oom: give the dying task a higher priorityLuis Claudio R. Goncalves
2010-08-09oom: remove child->mm check from oom_kill_process()KOSAKI Motohiro
2010-08-09oom: cleanup has_intersects_mems_allowed()KOSAKI Motohiro
2010-08-09oom: move OOM_DISABLE check from oom_kill_task to out_of_memory()KOSAKI Motohiro
2010-08-09oom: kill duplicate OOM_DISABLE checkKOSAKI Motohiro
2010-08-09oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro
2010-08-09oom: oom_kill_process() needs to check that p is unkillableKOSAKI Motohiro
2010-08-09oom: make oom_unkillable_task() helper functionKOSAKI Motohiro
2010-08-09oom: oom_kill_process() doesn't select kthread childKOSAKI Motohiro
2010-08-09oom: don't try to kill oom_unkillable childKOSAKI Motohiro
2010-08-09vmscan: update isolated page counters outside of main path in shrink_inactive...Mel Gorman
2010-08-09vmscan: set up pagevec as late as possible in shrink_page_list()Mel Gorman
2010-08-09vmscan: set up pagevec as late as possible in shrink_inactive_list()Mel Gorman
2010-08-09vmscan: remove unnecessary temporary vars in do_try_to_free_pagesMel Gorman
2010-08-09vmscan: simplify shrink_inactive_list()KOSAKI Motohiro
2010-08-09vmscan: kill prev_priority completelyKOSAKI Motohiro