[PATCH 00 of 66] Transparent Hugepage Support #32
2010-11-18 12:37 UTC (13+ messages)
` [PATCH 01 of 66] disable lumpy when compaction is enabled
` [PATCH 02 of 66] mm, migration: Fix race between shift_arg_pages and rmap_walk by guaranteeing rmap_walk finds PTEs created within the temporary stack
` [PATCH 03 of 66] transparent hugepage support documentation
` [PATCH 04 of 66] define MADV_HUGEPAGE
` [PATCH 05 of 66] compound_lock
` [PATCH 06 of 66] alter compound get_page/put_page
RFC: reviving mlock isolation dead code
2010-11-18 11:16 UTC (7+ messages)
[PATCH 0/3] Avoid dirtying pages during mlock
2010-11-18 11:03 UTC (15+ 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
[PATCH] Pass priority to shrink_slab
2010-11-18 10:24 UTC (4+ messages)
[PATCH] Make swap accounting default behavior configurable
2010-11-18 10:23 UTC (14+ messages)
` [stable] "
` [PATCH] Make swap accounting default behavior configurable v4
[PATCH 0/8] Use memory compaction instead of lumpy reclaim during high-order allocations
2010-11-18 9:28 UTC (18+ 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
[0/8,v3] NUMA Hotplug Emulator - Introduction & Feedbacks
2010-11-18 9:20 UTC (32+ 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
(mem hotplug, pcpu_alloc) BUG: sleeping function called from invalid context at kernel/mutex.c:94
2010-11-18 7:39 UTC (3+ messages)
` [BUGFIX][PATCH] fix build_all_zonelist where percpu_alloc is wrongly called under stop_machine_run (Was "
[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
[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
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
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 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 (12+ messages)
[PATCH 13/13] writeback: make nr_to_write a per-file limit
2010-11-17 3:58 UTC
[PATCH 12/13] writeback: add trace event for balance_dirty_pages()
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 10/13] writeback: make reasonable gap between the dirty/background thresholds
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 08/13] writeback: quit throttling when bdi dirty pages dropped low
2010-11-17 3:58 UTC
[PATCH 07/13] writeback: show bdi write bandwidth in debugfs
2010-11-17 3:58 UTC
[PATCH 06/13] writeback: bdi write bandwidth estimation
2010-11-17 3:58 UTC
[PATCH 05/13] writeback: account per-bdi accumulated written pages
2010-11-17 3:58 UTC
[PATCH 04/13] writeback: prevent duplicate balance_dirty_pages_ratelimited() calls
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 02/13] writeback: consolidate variable names in balance_dirty_pages()
2010-11-17 3:58 UTC
[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 (4+ messages)
` [PATCH] set_pgdat_percpu_threshold() don't use for_each_online_cpu
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
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox