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