aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-08writeback: limit write_cache_pages integrity scanning to current EOFDave Chinner1-0/+15
2010-06-08writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner1-10/+5
2010-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+3
2010-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2010-06-04vmscan: fix do_try_to_free_pages() return value when priority==0 reclaim failureKOSAKI Motohiro1-13/+16
2010-06-04fix truncate inode time modification breakageNick Piggin1-2/+3
2010-06-01Merge branch 'master' into for-linusJens Axboe27-761/+2574
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe1-2/+2
2010-05-30Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-22/+11
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds2-0/+2
2010-05-27tmpfs: convert to use the new truncate conventionnpiggin@suse.de1-21/+22
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de1-5/+5
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-5/+31
2010-05-27numa: slab: use numa_mem_id() for slab local memory nodeLee Schermerhorn1-21/+22
2010-05-27numa: introduce numa_mem_id()- effective local memory node idLee Schermerhorn1-1/+44
2010-05-27numa: add generic percpu var numa_node_id() implementationLee Schermerhorn1-0/+5
2010-05-27slab: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner1-1/+1
2010-05-27memcg: clean up memory thresholdsKirill A. Shutemov1-85/+66
2010-05-27cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov1-24/+41
2010-05-27memcg: fix mis-accounting of file mapped racy with migrationakpm@linux-foundation.org2-39/+98
2010-05-27mm: memcontrol - uninitialised return valuePhil Carmody1-1/+1
2010-05-27mm: remove unnecessary use of atomicPhil Carmody1-7/+7
2010-05-27memcg: make oom killer a no-op when no killable task can be foundDavid Rientjes1-4/+1
2010-05-27memcg: move charge of file pagesDaisuke Nishimura2-12/+108
2010-05-27memcg: clean up move chargeDaisuke Nishimura1-37/+59
2010-05-27memcg: oom kill disable and oom statusKAMEZAWA Hiroyuki1-19/+94
2010-05-27memcg: oom notifierKAMEZAWA Hiroyuki1-8/+92
2010-05-27memcg: oom wakeup filterKAMEZAWA Hiroyuki1-17/+46
2010-05-26do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer1-0/+6
2010-05-26nommu: allow private mappings of read-only devicesBernd Schmidt1-14/+18
2010-05-26mempolicy: ERR_PTR dereference in mpol_shared_policy_init()Dan Carpenter1-1/+2
2010-05-25mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li2-9/+17
2010-05-25mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li2-9/+26
2010-05-25mem-hotplug: separate setup_per_cpu_pageset() into separate functionsWu Fengguang1-17/+20
2010-05-25highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_atomic()Akinobu Mita1-1/+1
2010-05-25cpu/mem hotplug: enable CPUs online before local memory onlineminskey guo1-0/+23
2010-05-25vmscan: remove isolate_pages callback scan controlJohannes Weiner1-24/+28
2010-05-25vmscan: remove all_unreclaimable scan controlJohannes Weiner1-8/+6
2010-05-25mm: document follow_page()Johannes Weiner1-2/+11
2010-05-25mm: introduce free_pages_prepare()KOSAKI Motohiro1-19/+21
2010-05-25vmscan: page_check_references(): check low order lumpy reclaim properlyKOSAKI Motohiro1-15/+26
2010-05-25readahead.c: fix commentHuang Shijie1-1/+1
2010-05-25vmscan: prevent get_scan_ratio() rounding errorsShaohua Li1-52/+55
2010-05-25mm: consider the entire user address space during node migrationGreg Thelen1-1/+1
2010-05-25mm: compaction: defer compaction using an exponential backoff when compaction failsMel Gorman1-1/+4
2010-05-25mm: compaction: add a tunable that decides when memory should be compacted and when it should be reclaimedMel Gorman1-1/+11
2010-05-25mm: compaction: direct compact when a high-order allocation failsMel Gorman3-2/+194
2010-05-25mm: compaction: add /sys trigger for per-node memory compactionMel Gorman1-0/+23