aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-26rmap: make anon_vma_chain_free() staticNamhyung Kim
2010-10-26rmap: wrap page_check_address() using __cond_lock()Namhyung Kim
2010-10-26rmap: annotate lock context change on page_[un]lock_anon_vma()Namhyung Kim
2010-10-26mm: wrap follow_pte() using __cond_lock()Namhyung Kim
2010-10-26mm: add lock release annotation on do_wp_page()Namhyung Kim
2010-10-26mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim
2010-10-26mm: add casts to/from gfp_t in gfp_to_alloc_flags()Namhyung Kim
2010-10-26mm: remove temporary variable on generic_file_direct_write()Namhyung Kim
2010-10-26x86: access_error API cleanupMichel Lespinasse
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse
2010-10-26mm: filemap_fault: unique path for locking pageMichel Lespinasse
2010-10-26mm: remove alignment padding from anon_vma on (some) 64 bit buildsRichard Kennedy
2010-10-26mm: add a might_sleep_if() to dma_pool_alloc()Dima Zavin
2010-10-26mm: highmem documentationPeter Zijlstra
2010-10-26perf, x86: Fix up kmap_atomic() typePeter Zijlstra
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra
2010-10-26mm: strictly nested kmap_atomic()Peter Zijlstra
2010-10-26vmscan,tmpfs: treat used once pages on tmpfs as used onceKOSAKI Motohiro
2010-10-26writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDI...Mel Gorman
2010-10-26vmscan: isolate_lru_pages(): stop neighbour search if neighbour cannot be iso...KOSAKI Motohiro
2010-10-26vmscan: remove dead code in shrink_inactive_list()KOSAKI Motohiro
2010-10-26vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaimKOSAKI Motohiro
2010-10-26vmscan: synchronous lumpy reclaim should not call congestion_wait()KOSAKI Motohiro
2010-10-26writeback: account for time spent congestion_waitedMel Gorman
2010-10-26tracing, vmscan: add trace events for LRU list shrinkingMel Gorman
2010-10-26vmscan: delete dead codeShaohua Li
2010-10-26mm: fix typo in mm.h when NODE_NOT_IN_PAGE_FLAGSWill Deacon
2010-10-26writeback: report dirty thresholds in /proc/vmstatMichael Rubin
2010-10-26writeback: add /sys/devices/system/node/<node>/vmstatMichael Rubin
2010-10-26writeback: add nr_dirtied and nr_written to /proc/vmstatMichael Rubin
2010-10-26mm: add account_page_writeback()Michael Rubin
2010-10-26mm/mempolicy.c: check return code of check_rangeVasiliy Kulikov
2010-10-26vmscan: prevent background aging of anon page in no swap systemMinchan Kim
2010-10-26memory hotplug: unify is_removable and offline detection codeKAMEZAWA Hiroyuki
2010-10-26memory hotplug: fix notifier's return value checkKAMEZAWA Hiroyuki
2010-10-26mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim
2010-10-26mm: only build per-node scan_unevictable functions when NUMA is enabledThadeu Lima de Souza Cascardo
2010-10-26include/linux/pageblock-flags.h: fix set_pageblock_flags() macro definitonzeal
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang
2010-10-26oom: fix locking for oom_adj and oom_score_adjDavid Rientjes
2010-10-26oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes
2010-10-26oom: kill all threads sharing oom killed task's mmDavid Rientjes
2010-10-26oom: avoid killing a task if a thread sharing its mm cannot be killedDavid Rientjes
2010-10-26oom: add per-mm oom disable countYing Han
2010-10-26Documentation/filesystems/proc.txt: improve smaps field documentationMatt Mackall
2010-10-26vmcore: it is not experimental any moreWANG Cong
2010-10-26um: fix IRQ flag handling namingRichard Weinberger
2010-10-26percpu: fix list_head init bug in __percpu_counter_init()Masanori ITOH