aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-10-26kernel: remove PF_FLUSHERPeter Zijlstra
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer
2010-10-26mm: do_migrate_range: reduce list_empty() checkBob Liu
2010-10-26mm: do_migrate_range: exit loop if not_managed is trueBob Liu
2010-10-26mm: page_isolation: codeclean fix comment and rm unneeded val initBob Liu
2010-10-26mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki
2010-10-26mm/hugetlb.c: add missing spin_lock() to hugetlb_cow()Dean Nelson
2010-10-26mm: fix error reporting in move_pages() syscallGleb Natapov
2010-10-26/proc/swaps: support pollingKay Sievers
2010-10-26mm: add vzalloc() and vzalloc_node() helpersDave Young
2010-10-26mm/memory_hotplug.c: make scan_lru_pages() staticAndrew Morton
2010-10-26vmstat: include compaction.h when CONFIG_COMPACTIONNamhyung Kim
2010-10-26vmalloc: annotate lock context change on s_start/stop()Namhyung Kim
2010-10-26vmalloc: rename temporary variable in __insert_vmap_area()Namhyung Kim
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-26mm: retry page fault when blocking on disk transferMichel Lespinasse
2010-10-26mm: filemap_fault: unique path for locking pageMichel Lespinasse
2010-10-26mm: add a might_sleep_if() to dma_pool_alloc()Dima Zavin
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra
2010-10-26mm: stack based 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-26writeback: report dirty thresholds in /proc/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-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang
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