Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-27kernel: remove PF_FLUSHERPeter Zijlstra
2010-10-27use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich
2010-10-27replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer
2010-10-27mm: do_migrate_range: reduce list_empty() checkBob Liu
2010-10-27mm: do_migrate_range: exit loop if not_managed is trueBob Liu
2010-10-27mm: page_isolation: codeclean fix comment and rm unneeded val initBob Liu
2010-10-27mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki
2010-10-27mm/hugetlb.c: add missing spin_lock() to hugetlb_cow()Dean Nelson
2010-10-27mm: fix error reporting in move_pages() syscallGleb Natapov
2010-10-27/proc/swaps: support pollingKay Sievers
2010-10-27mm: add vzalloc() and vzalloc_node() helpersDave Young
2010-10-27mm/memory_hotplug.c: make scan_lru_pages() staticAndrew Morton
2010-10-27vmstat: include compaction.h when CONFIG_COMPACTIONNamhyung Kim
2010-10-27vmalloc: annotate lock context change on s_start/stop()Namhyung Kim
2010-10-27vmalloc: rename temporary variable in __insert_vmap_area()Namhyung Kim
2010-10-27rmap: make anon_vma_chain_free() staticNamhyung Kim
2010-10-27rmap: wrap page_check_address() using __cond_lock()Namhyung Kim
2010-10-27rmap: annotate lock context change on page_[un]lock_anon_vma()Namhyung Kim
2010-10-27mm: wrap follow_pte() using __cond_lock()Namhyung Kim
2010-10-27mm: add lock release annotation on do_wp_page()Namhyung Kim
2010-10-27mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim
2010-10-27mm: add casts to/from gfp_t in gfp_to_alloc_flags()Namhyung Kim
2010-10-27mm: remove temporary variable on generic_file_direct_write()Namhyung Kim
2010-10-27mm: retry page fault when blocking on disk transferMichel Lespinasse
2010-10-27mm: filemap_fault: unique path for locking pageMichel Lespinasse
2010-10-27mm: add a might_sleep_if() to dma_pool_alloc()Dima Zavin
2010-10-27mm: remove pte_*map_nested()Peter Zijlstra
2010-10-27mm: stack based kmap_atomic()Peter Zijlstra
2010-10-27vmscan,tmpfs: treat used once pages on tmpfs as used onceKOSAKI Motohiro
2010-10-27writeback: remove the internal 5% low bound on dirty_ratioWu Fengguang
2010-10-27writeback: do not sleep on the congestion queue if there are no congested BDI...Mel Gorman
2010-10-27vmscan: isolate_lru_pages(): stop neighbour search if neighbour cannot be iso...KOSAKI Motohiro
2010-10-27vmscan: remove dead code in shrink_inactive_list()KOSAKI Motohiro
2010-10-27vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaimKOSAKI Motohiro
2010-10-27vmscan: synchronous lumpy reclaim should not call congestion_wait()KOSAKI Motohiro
2010-10-27writeback: account for time spent congestion_waitedMel Gorman
2010-10-27tracing, vmscan: add trace events for LRU list shrinkingMel Gorman
2010-10-27vmscan: delete dead codeShaohua Li
2010-10-27writeback: report dirty thresholds in /proc/vmstatMichael Rubin
2010-10-27writeback: add nr_dirtied and nr_written to /proc/vmstatMichael Rubin
2010-10-27mm: add account_page_writeback()Michael Rubin
2010-10-27mm/mempolicy.c: check return code of check_rangeVasiliy Kulikov
2010-10-27vmscan: prevent background aging of anon page in no swap systemMinchan Kim
2010-10-27memory hotplug: unify is_removable and offline detection codeKAMEZAWA Hiroyuki
2010-10-27memory hotplug: fix notifier's return value checkKAMEZAWA Hiroyuki
2010-10-27mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim
2010-10-27mm: only build per-node scan_unevictable functions when NUMA is enabledThadeu Lima de Souza Cascardo
2010-10-27writeback: remove nonblocking/encountered_congestion referencesWu Fengguang
2010-10-27oom: kill all threads sharing oom killed task's mmDavid Rientjes