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-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
2010-10-27oom: avoid killing a task if a thread sharing its mm cannot be killedDavid Rientjes
2010-10-27mm, page-allocator: do not check the state of a non-existant buddy during freeMel Gorman
2010-10-27mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2010-10-26fs: inode split IO and LRU listsNick Piggin
2010-10-26fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-26new helper: ihold()Al Viro
2010-10-26new helper: inode_unhashed()Al Viro
2010-10-25[S390] add support for nonquiescing sskeMartin Schwidefsky
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-10-24Merge branch 'master' into for-linusPekka Enberg
2010-10-24export __get_user_pages_fast() functionXiao Guangrong
2010-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-10-23Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-22Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen
2010-10-22Merge branch 'hwpoison-cleanups' into hwpoisonAndi Kleen
2010-10-22Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-10-22Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-10-19memory_hotplug: drop spurious calls to flush_scheduled_work()Tejun Heo
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe
2010-10-12Merge branch 'x86/urgent' into core/memblockH. Peter Anvin
2010-10-12memblock: Annotate memblock functions with __init_memblockYinghai Lu
2010-10-12memblock: Allow memblock_init to be called earlyJeremy Fitzhardinge
2010-10-11Fix migration.c compilation on s390Andi Kleen
2010-10-08HWPOISON: Remove retry loop for try_to_unmapAndi Kleen
2010-10-08HWPOISON: Turn addr_valid from bitfield into charAndi Kleen
2010-10-08HWPOISON: Disable DEBUG by defaultAndi Kleen