| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2010-05-27 | 1 | -5/+31 |
|\ |
|
| * | fs: allow short direct-io reads to be completed via buffered IO | Josef Bacik | 2010-05-25 | 1 | -5/+31 |
* | | numa: slab: use numa_mem_id() for slab local memory node | Lee Schermerhorn | 2010-05-27 | 1 | -21/+22 |
* | | numa: introduce numa_mem_id()- effective local memory node id | Lee Schermerhorn | 2010-05-27 | 1 | -1/+44 |
* | | numa: add generic percpu var numa_node_id() implementation | Lee Schermerhorn | 2010-05-27 | 1 | -0/+5 |
* | | slab: convert cpu notifier to return encapsulate errno value | Akinobu Mita | 2010-05-27 | 1 | -1/+1 |
* | | cpusets: new round-robin rotor for SLAB allocations | Jack Steiner | 2010-05-27 | 1 | -1/+1 |
* | | memcg: clean up memory thresholds | Kirill A. Shutemov | 2010-05-27 | 1 | -85/+66 |
* | | cgroups: make cftype.unregister_event() void-returning | Kirill A. Shutemov | 2010-05-27 | 1 | -24/+41 |
* | | memcg: fix mis-accounting of file mapped racy with migration | akpm@linux-foundation.org | 2010-05-27 | 2 | -39/+98 |
* | | mm: memcontrol - uninitialised return value | Phil Carmody | 2010-05-27 | 1 | -1/+1 |
* | | mm: remove unnecessary use of atomic | Phil Carmody | 2010-05-27 | 1 | -7/+7 |
* | | memcg: make oom killer a no-op when no killable task can be found | David Rientjes | 2010-05-27 | 1 | -4/+1 |
* | | memcg: move charge of file pages | Daisuke Nishimura | 2010-05-27 | 2 | -12/+108 |
* | | memcg: clean up move charge | Daisuke Nishimura | 2010-05-27 | 1 | -37/+59 |
* | | memcg: oom kill disable and oom status | KAMEZAWA Hiroyuki | 2010-05-27 | 1 | -19/+94 |
* | | memcg: oom notifier | KAMEZAWA Hiroyuki | 2010-05-27 | 1 | -8/+92 |
* | | memcg: oom wakeup filter | KAMEZAWA Hiroyuki | 2010-05-27 | 1 | -17/+46 |
* | | do_generic_file_read: clear page errors when issuing a fresh read of the page | Jeff Moyer | 2010-05-26 | 1 | -0/+6 |
* | | nommu: allow private mappings of read-only devices | Bernd Schmidt | 2010-05-26 | 1 | -14/+18 |
* | | mempolicy: ERR_PTR dereference in mpol_shared_policy_init() | Dan Carpenter | 2010-05-26 | 1 | -1/+2 |
* | | mem-hotplug: fix potential race while building zonelist for new populated zone | Haicheng Li | 2010-05-25 | 2 | -9/+17 |
* | | mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset | Haicheng Li | 2010-05-25 | 2 | -9/+26 |
* | | mem-hotplug: separate setup_per_cpu_pageset() into separate functions | Wu Fengguang | 2010-05-25 | 1 | -17/+20 |
* | | highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_... | Akinobu Mita | 2010-05-25 | 1 | -1/+1 |
* | | cpu/mem hotplug: enable CPUs online before local memory online | minskey guo | 2010-05-25 | 1 | -0/+23 |
* | | vmscan: remove isolate_pages callback scan control | Johannes Weiner | 2010-05-25 | 1 | -24/+28 |
* | | vmscan: remove all_unreclaimable scan control | Johannes Weiner | 2010-05-25 | 1 | -8/+6 |
* | | mm: document follow_page() | Johannes Weiner | 2010-05-25 | 1 | -2/+11 |
* | | mm: introduce free_pages_prepare() | KOSAKI Motohiro | 2010-05-25 | 1 | -19/+21 |
* | | vmscan: page_check_references(): check low order lumpy reclaim properly | KOSAKI Motohiro | 2010-05-25 | 1 | -15/+26 |
* | | readahead.c: fix comment | Huang Shijie | 2010-05-25 | 1 | -1/+1 |
* | | vmscan: prevent get_scan_ratio() rounding errors | Shaohua Li | 2010-05-25 | 1 | -52/+55 |
* | | mm: consider the entire user address space during node migration | Greg Thelen | 2010-05-25 | 1 | -1/+1 |
* | | mm: compaction: defer compaction using an exponential backoff when compaction... | Mel Gorman | 2010-05-25 | 1 | -1/+4 |
* | | mm: compaction: add a tunable that decides when memory should be compacted an... | Mel Gorman | 2010-05-25 | 1 | -1/+11 |
* | | mm: compaction: direct compact when a high-order allocation fails | Mel Gorman | 2010-05-25 | 3 | -2/+194 |
* | | mm: compaction: add /sys trigger for per-node memory compaction | Mel Gorman | 2010-05-25 | 1 | -0/+23 |
* | | mm: compaction: add /proc trigger for memory compaction | Mel Gorman | 2010-05-25 | 1 | -0/+62 |
* | | mm: compaction: memory compaction core | Mel Gorman | 2010-05-25 | 5 | -1/+456 |
* | | mm: move definition for LRU isolation modes to a header | Mel Gorman | 2010-05-25 | 1 | -5/+0 |
* | | mm: export fragmentation index via debugfs | Mel Gorman | 2010-05-25 | 1 | -0/+84 |
* | | mm: export unusable free space index via debugfs | Mel Gorman | 2010-05-25 | 1 | -1/+149 |
* | | mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi... | Mel Gorman | 2010-05-25 | 1 | -1/+29 |
* | | mm: allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-remove | Mel Gorman | 2010-05-25 | 1 | -3/+14 |
* | | mm: migration: allow the migration of PageSwapCache pages | Mel Gorman | 2010-05-25 | 1 | -17/+36 |
* | | mm: migration: do not try to migrate unmapped anonymous pages | Mel Gorman | 2010-05-25 | 1 | -0/+11 |
* | | mm: migration: share the anon_vma ref counts between KSM and page migration | Mel Gorman | 2010-05-25 | 3 | -8/+6 |
* | | mm: migration: take a reference to the anon_vma before migrating | Mel Gorman | 2010-05-25 | 2 | -5/+17 |
* | | mm: default to node zonelist ordering when nodes have only lowmem | David Rientjes | 2010-05-25 | 1 | -1/+10 |