aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich1-1/+1
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer1-1/+1
2010-10-26mm: do_migrate_range: reduce list_empty() checkBob Liu1-12/+9
2010-10-26mm: do_migrate_range: exit loop if not_managed is trueBob Liu1-4/+6
2010-10-26mm: page_isolation: codeclean fix comment and rm unneeded val initBob Liu1-2/+1
2010-10-26mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki1-1/+1
2010-10-26mm/hugetlb.c: add missing spin_lock() to hugetlb_cow()Dean Nelson1-1/+4
2010-10-26mm: fix error reporting in move_pages() syscallGleb Natapov1-2/+2
2010-10-26/proc/swaps: support pollingKay Sievers1-1/+48
2010-10-26mm: add vzalloc() and vzalloc_node() helpersDave Young2-3/+92
2010-10-26mm/memory_hotplug.c: make scan_lru_pages() staticAndrew Morton1-1/+1
2010-10-26vmstat: include compaction.h when CONFIG_COMPACTIONNamhyung Kim1-0/+2
2010-10-26vmalloc: annotate lock context change on s_start/stop()Namhyung Kim1-0/+2
2010-10-26vmalloc: rename temporary variable in __insert_vmap_area()Namhyung Kim1-4/+4
2010-10-26rmap: make anon_vma_chain_free() staticNamhyung Kim1-1/+1
2010-10-26rmap: wrap page_check_address() using __cond_lock()Namhyung Kim1-1/+1
2010-10-26rmap: annotate lock context change on page_[un]lock_anon_vma()Namhyung Kim1-1/+3
2010-10-26mm: wrap follow_pte() using __cond_lock()Namhyung Kim1-1/+12
2010-10-26mm: add lock release annotation on do_wp_page()Namhyung Kim1-0/+1
2010-10-26mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim1-1/+1
2010-10-26mm: add casts to/from gfp_t in gfp_to_alloc_flags()Namhyung Kim1-2/+2
2010-10-26mm: remove temporary variable on generic_file_direct_write()Namhyung Kim1-4/+4
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse2-3/+23
2010-10-26mm: filemap_fault: unique path for locking pageMichel Lespinasse1-9/+11
2010-10-26mm: add a might_sleep_if() to dma_pool_alloc()Dima Zavin1-0/+2
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra2-4/+4
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra1-58/+4
2010-10-26vmscan,tmpfs: treat used once pages on tmpfs as used onceKOSAKI Motohiro1-1/+1
2010-10-26writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang1-11/+5
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDIs or if significant congestion is not being encountered in the current zoneMel Gorman3-11/+96
2010-10-26vmscan: isolate_lru_pages(): stop neighbour search if neighbour cannot be isolatedKOSAKI Motohiro1-6/+11
2010-10-26vmscan: remove dead code in shrink_inactive_list()KOSAKI Motohiro1-8/+0
2010-10-26vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaimKOSAKI Motohiro1-45/+75
2010-10-26vmscan: synchronous lumpy reclaim should not call congestion_wait()KOSAKI Motohiro1-2/+0
2010-10-26writeback: account for time spent congestion_waitedMel Gorman1-0/+5
2010-10-26tracing, vmscan: add trace events for LRU list shrinkingMel Gorman1-0/+6
2010-10-26vmscan: delete dead codeShaohua Li1-10/+0
2010-10-26writeback: report dirty thresholds in /proc/vmstatMichael Rubin1-14/+25
2010-10-26writeback: add nr_dirtied and nr_written to /proc/vmstatMichael Rubin2-0/+5
2010-10-26mm: add account_page_writeback()Michael Rubin1-1/+12
2010-10-26mm/mempolicy.c: check return code of check_rangeVasiliy Kulikov1-1/+4
2010-10-26vmscan: prevent background aging of anon page in no swap systemMinchan Kim1-1/+16
2010-10-26memory hotplug: unify is_removable and offline detection codeKAMEZAWA Hiroyuki2-36/+68
2010-10-26memory hotplug: fix notifier's return value checkKAMEZAWA Hiroyuki1-1/+1
2010-10-26mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim4-7/+18
2010-10-26mm: only build per-node scan_unevictable functions when NUMA is enabledThadeu Lima de Souza Cascardo1-1/+2
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2-2/+0
2010-10-26oom: kill all threads sharing oom killed task's mmDavid Rientjes1-0/+24
2010-10-26oom: avoid killing a task if a thread sharing its mm cannot be killedDavid Rientjes1-4/+5
2010-10-26mm, page-allocator: do not check the state of a non-existant buddy during freeMel Gorman1-1/+1