linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-11-16 01:45:13 to 2010-11-18 07:38:41 UTC [more...]

[PATCH 00/13] IO-less dirty throttling v2
 2010-11-18  7:33 UTC  (30+ messages)
` [PATCH 01/13] writeback: IO-less balance_dirty_pages()
` [PATCH 02/13] writeback: consolidate variable names in balance_dirty_pages()
` [PATCH 03/13] writeback: per-task rate limit on balance_dirty_pages()
` [PATCH 04/13] writeback: prevent duplicate balance_dirty_pages_ratelimited() calls
` [PATCH 05/13] writeback: account per-bdi accumulated written pages
` [PATCH 06/13] writeback: bdi write bandwidth estimation
` [PATCH 07/13] writeback: show bdi write bandwidth in debugfs
` [PATCH 08/13] writeback: quit throttling when bdi dirty pages dropped low
` [PATCH 09/13] writeback: reduce per-bdi dirty threshold ramp up time
` [PATCH 10/13] writeback: make reasonable gap between the dirty/background thresholds
` [PATCH 11/13] writeback: scale down max throttle bandwidth on concurrent dirtiers
` [PATCH 12/13] writeback: add trace event for balance_dirty_pages()
` [PATCH 13/13] writeback: make nr_to_write a per-file limit

[PATCH] writeback: prevent bandwidth calculation overflow
 2010-11-18  6:57 UTC 

[0/8,v3] NUMA Hotplug Emulator - Introduction & Feedbacks
 2010-11-18  6:27 UTC  (31+ messages)
` [1/8,v3] NUMA Hotplug Emulator: add function to hide memory region via e820 table
` [2/8,v3] NUMA Hotplug Emulator: infrastructure of NUMA hotplug emulation
` [3/8,v3] NUMA Hotplug Emulator: Userland interface to hotplug-add fake offlined nodes
` [4/8,v3] NUMA Hotplug Emulator: Abstract cpu register functions
` [5/8,v3] NUMA Hotplug Emulator: support cpu probe/release in x86
` [6/8,v3] NUMA Hotplug Emulator: Fake CPU socket with logical CPU on x86
` [7/8,v3] NUMA Hotplug Emulator: extend memory probe interface to support NUMA
` [8/8,v3] NUMA Hotplug Emulator: documentation

[patch 1/3] mm: remove unused get_vm_area_node
 2010-11-18  6:29 UTC  (6+ messages)
` [patch 2/3] mm: remove gfp mask from pcpu_get_vm_areas
` [patch 3/3] mm: unify module_alloc code for vmalloc

[PATCH 0/3] Avoid dirtying pages during mlock
 2010-11-18  5:46 UTC  (13+ messages)
` [PATCH 1/3] do_wp_page: remove the 'reuse' flag
` [PATCH 2/3] do_wp_page: clarify dirty_page handling
` [PATCH 3/3] mlock: avoid dirtying pages and triggering writeback

mmotm 2010-11-17-17-03 uploaded
 2010-11-18  5:25 UTC  (2+ messages)
` [PATCH -mmotm] w1: fix ds2423 build, needs to select CRC16

[PATCH] Pass priority to shrink_slab
 2010-11-18  4:34 UTC 

fadvise DONTNEED implementation (or lack thereof)
 2010-11-18  3:46 UTC  (13+ messages)

[PATCH 00/13] IO-less dirty throttling
 2010-11-18  3:19 UTC  (7+ messages)

[PATCH] slub: operate cache name memory same to slab and slob
 2010-11-18  3:00 UTC 

[PATCH 0/8] Use memory compaction instead of lumpy reclaim during high-order allocations
 2010-11-18  2:03 UTC  (11+ messages)
` [PATCH 1/8] mm: compaction: Add trace events for memory compaction activity
` [PATCH 2/8] mm: vmscan: Convert lumpy_mode into a bitmask
` [PATCH 3/8] mm: vmscan: Reclaim order-0 and use compaction instead of lumpy reclaim
` [PATCH 4/8] mm: migration: Allow migration to operate asynchronously and avoid synchronous compaction in the faster path
` [PATCH 5/8] mm: migration: Cleanup migrate_pages API by matching types for offlining and sync
` [PATCH 6/8] mm: compaction: Perform a faster scan in try_to_compact_pages()
` [PATCH 7/8] mm: compaction: Use the LRU to get a hint on where compaction should start
` [PATCH 8/8] mm: vmscan: Rename lumpy_mode to reclaim_mode

[PATCH v4 00/11] memcg: per cgroup dirty page accounting
 2010-11-18  2:02 UTC  (5+ messages)
` [PATCH v4 05/11] writeback: create dirty_info structure

Propagating GFP_NOFS inside __vmalloc()
 2010-11-17 21:24 UTC  (12+ messages)

vmstat: Optimize zone counter modifications through the use of this cpu operations
 2010-11-17 18:28 UTC  (3+ messages)
` percpu: Implement this_cpu_add,sub,dec,inc_return

Error-valued pointer dereferences in the Memory Management module
 2010-11-17 18:28 UTC 

[patch] mm: vmscan implement per-zone shrinkers
 2010-11-17 16:58 UTC 

[PATCH/RFC 0/8] numa - Migrate-on-Fault
 2010-11-17 14:45 UTC  (2+ messages)

Sluggishness on a GEM system due to SELinux's sidtab_search_context() as well as get_unmapped_area()
 2010-11-17 11:43 UTC 

[PATCH 0/3] hwmem: Hardware memory driver
 2010-11-17  9:28 UTC  (10+ messages)
` [PATCH 1/3] hwmem: Add hwmem (part 1)
  ` [PATCH 2/3] hwmem: Add hwmem (part 2)
    ` [PATCH 3/3] hwmem: Add hwmem to ux500 and mop500

[PATCH 01/13] writeback: IO-less balance_dirty_pages()
 2010-11-17  8:33 UTC  (4+ messages)

[patch] mm: vmscan implement per-zone shrinkers
 2010-11-17  5:21 UTC  (14+ messages)

[PATCH 06/13] writeback: bdi write bandwidth estimation
 2010-11-17  3:58 UTC 

[PATCH 11/13] writeback: scale down max throttle bandwidth on concurrent dirtiers
 2010-11-17  3:58 UTC 

[PATCH 08/13] writeback: quit throttling when bdi dirty pages dropped low
 2010-11-17  3:58 UTC 

[PATCH 04/13] writeback: prevent duplicate balance_dirty_pages_ratelimited() calls
 2010-11-17  3:58 UTC 

[PATCH 12/13] writeback: add trace event for balance_dirty_pages()
 2010-11-17  3:58 UTC 

[PATCH 10/13] writeback: make reasonable gap between the dirty/background thresholds
 2010-11-17  3:58 UTC 

[PATCH 03/13] writeback: per-task rate limit on balance_dirty_pages()
 2010-11-17  3:58 UTC 

[PATCH 07/13] writeback: show bdi write bandwidth in debugfs
 2010-11-17  3:58 UTC 

[PATCH 09/13] writeback: reduce per-bdi dirty threshold ramp up time
 2010-11-17  3:58 UTC 

[PATCH 02/13] writeback: consolidate variable names in balance_dirty_pages()
 2010-11-17  3:58 UTC 

[PATCH 13/13] writeback: make nr_to_write a per-file limit
 2010-11-17  3:58 UTC 

[PATCH 05/13] writeback: account per-bdi accumulated written pages
 2010-11-17  3:58 UTC 

[PATCH] Make swap accounting default behavior configurable
 2010-11-17  3:28 UTC  (7+ messages)
  ` [stable] "

[BUGFIX] memcg: avoid deadlock between move charge and try_charge()
 2010-11-17  0:24 UTC  (4+ messages)

[PATCH 1/2] mm: page allocator: Adjust the per-cpu counter threshold when memory is low
 2010-11-17  0:07 UTC  (7+ messages)
  ` [PATCH] set_pgdat_percpu_threshold() don't use for_each_online_cpu

RFC: reviving mlock isolation dead code
 2010-11-16 23:28 UTC  (6+ messages)

Oops while rebalancing, now unmountable
 2010-11-16 21:48 UTC  (5+ messages)

BUG: Bad page state in process (current git)
 2010-11-16 20:38 UTC  (9+ messages)
            ` [PATCH] ext4 Fix setting random pages PageUptodate

Using page tables to confine memory accesses of subroutines
 2010-11-16 17:42 UTC 

[PATCH][V2] nommu: yield CPU while disposing VM
 2010-11-16 13:06 UTC 

[PATCH][RESEND] nommu: yield CPU periodically while disposing large VM
 2010-11-16 13:03 UTC  (5+ messages)

[RFC PATCH] Make swap accounting default behavior configurable
 2010-11-16 10:03 UTC  (10+ messages)
      ` [RFC PATCH] Make swap accounting default behavior configurable v2
          ` [RFC PATCH] Make swap accounting default behavior configurable v3

[PATCH] cleanup kswapd()
 2010-11-16  6:07 UTC  (3+ messages)
  ` [PATCH v3] factor out kswapd sleeping logic from kswapd()

[patch] memcg: fix unit mismatch in memcg oom limit calculation
 2010-11-16  4:02 UTC  (2+ messages)

[PATCH 0/6] *** memcg: make throttle_vm_writeout() cgroup aware ***
 2010-11-16  4:00 UTC  (13+ messages)
` [PATCH 1/6] memcg: add mem_cgroup parameter to mem_cgroup_page_stat()
` [PATCH 2/6] memcg: pass mem_cgroup to mem_cgroup_dirty_info()
` [PATCH 3/6] memcg: make throttle_vm_writeout() memcg aware
` [PATCH 4/6] memcg: simplify mem_cgroup_page_stat()
` [PATCH 6/6] memcg: make mem_cgroup_page_stat() return value unsigned

[PATCH] memcg: avoid "free" overflow in memcg_hierarchical_free_pages()
 2010-11-16  3:47 UTC  (2+ messages)

[PATCH] memcg: avoid overflow in memcg_hierarchical_free_pages()
 2010-11-16  3:45 UTC  (2+ messages)

[patch 0/4] memcg: variable type fixes
 2010-11-16  3:44 UTC  (9+ messages)
` [patch 1/4] memcg: use native word to represent dirtyable pages
` [patch 2/4] memcg: catch negative per-cpu sums in dirty info
` [patch 3/4] memcg: break out event counters from other stats
` [patch 4/4] memcg: use native word page statistics counters


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).