linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/6] x86: Reduce Memory Usage and Inter-Node message traffic
 2007-08-22 17:21 UTC  (2+ messages)
` [PATCH 1/6] x86: Convert cpu_core_map to be a per cpu variable

[RFC 0/3] SGI Altix cross partition memory (XPMEM)
 2007-08-22 17:00 UTC  (4+ messages)
` [RFC 3/3] "

[PATCH] Memory controller Add Documentation
 2007-08-22 16:46 UTC  (2+ messages)

[PATCH] Document Linux Memory Policy
 2007-08-22 16:12 UTC  (15+ messages)
        ` [PATCH] enhance memory policy sys call man pages v1
          ` get_mempolicy.2 man page patch
                      ` [PATCH] Mempolicy Man Pages 2.64 1/3 - mbind.2
                      ` [PATCH] Mempolicy Man Pages 2.64 2/3 - set_mempolicy.2
                      ` [PATCH] Mempolicy Man Pages 2.64 3/3 - get_mempolicy.2

[PATCH 00 of 24] OOM related fixes
 2007-08-22 12:49 UTC  (25+ messages)
` [PATCH 01 of 24] remove nr_scan_inactive/active
` [PATCH 02 of 24] avoid oom deadlock in nfs_create_request
` [PATCH 03 of 24] prevent oom deadlocks during read/write operations
` [PATCH 04 of 24] serialize oom killer
` [PATCH 05 of 24] avoid selecting already killed tasks
` [PATCH 06 of 24] reduce the probability of an OOM livelock
` [PATCH 07 of 24] balance_pgdat doesn't return the number of pages freed
` [PATCH 08 of 24] don't depend on PF_EXITING tasks to go away
` [PATCH 09 of 24] fallback killing more tasks if tif-memdie doesn't "
` [PATCH 10 of 24] stop useless vm trashing while we wait the TIF_MEMDIE task to exit
` [PATCH 11 of 24] the oom schedule timeout isn't needed with the VM_is_OOM logic
` [PATCH 12 of 24] show mem information only when a task is actually being killed
` [PATCH 13 of 24] simplify oom heuristics
` [PATCH 14 of 24] oom select should only take rss into account
` [PATCH 15 of 24] limit reclaim if enough pages have been freed
` [PATCH 16 of 24] avoid some lock operation in vm fast path
` [PATCH 17 of 24] apply the anti deadlock features only to global oom
` [PATCH 18 of 24] run panic the same way in both places
` [PATCH 19 of 24] cacheline align VM_is_OOM to prevent false sharing
` [PATCH 20 of 24] extract deadlock helper function
` [PATCH 21 of 24] select process to kill for cpusets
` [PATCH 22 of 24] extract select helper function
` [PATCH 23 of 24] serialize for cpusets
` [PATCH 24 of 24] add oom_kill_asking_task flag

huge improvement with per-device dirty throttling
 2007-08-22 12:47 UTC  (4+ messages)

[patch 0/3] no MAX_ARG_PAGES -v2
 2007-08-22  9:05 UTC  (7+ messages)
` [patch 3/3] mm: variable length argument support

[RFC 0/7] Postphone reclaim laundry to write at high water marks
 2007-08-22  7:45 UTC  (35+ messages)
` [RFC 1/7] release_lru_pages(): Generic release of pages to the LRU
` [RFC 2/7] Move checks from pageout() to shrink_page_list
` [RFC 3/7] shrink_page_list: Support isolating dirty pages on laundry list
` [RFC 4/7] Pass laundry through shrink_inactive_list() and shrink_zone()
` [RFC 5/7] Laundry handling for direct reclaim
` [RFC 6/7] kswapd: Do laundry after reclaim
` [RFC 7/7] Switch of PF_MEMALLOC during writeout

[Patch](memory hotplug) Hot-add with sparsemem-vmemmap
 2007-08-22  1:28 UTC  (5+ messages)

[RFC][PATCH 1/9] /proc/pid/pagemap update
 2007-08-21 22:38 UTC  (20+ messages)
` [RFC][PATCH 2/9] pagemap: remove file header
` [RFC][PATCH 3/9] pagemap: use PAGE_MASK/PAGE_ALIGN()
` [RFC][PATCH 4/9] pagemap: remove open-coded sizeof(unsigned long)
` [RFC][PATCH 5/9] introduce TASK_SIZE_OF() for all arches
` [RFC][PATCH 6/9] pagemap: give -1's a name
` [RFC][PATCH 7/9] pagewalk: add handler for empty ranges
` [RFC][PATCH 8/9] pagemap: use page walker pte_hole() helper
` [RFC][PATCH 9/9] pagemap: export swap ptes

If it is your turn
 2007-08-21 18:14 UTC 

[PATCH] Use MPOL_PREFERRED for system default policy
 2007-08-21 16:00 UTC  (5+ messages)

[RFC 0/3] Recursive reclaim (on __PF_MEMALLOC)
 2007-08-21 15:29 UTC  (9+ messages)

uncached page allocator
 2007-08-21 14:56 UTC  (2+ messages)

cpusets vs. mempolicy and how to get interleaving
 2007-08-21 14:14 UTC  (16+ messages)

[RFC 0/9] Reclaim during GFP_ATOMIC allocs
 2007-08-21 14:07 UTC  (11+ messages)
` [RFC 2/9] Use NOMEMALLOC reclaim to allow reclaim if PF_MEMALLOC is set

[PATCH 0/6] Use one zonelist per node instead of multiple zonelists v4
 2007-08-21 10:25 UTC  (18+ messages)
` [PATCH 1/6] Use zonelists instead of zones when direct reclaiming pages
` [PATCH 2/6] Use one zonelist that is filtered instead of multiple zonelists
` [PATCH 3/6] Embed zone_id information within the zonelist->zones pointer
` [PATCH 4/6] Record how many zones can be safely skipped in the zonelist
` [PATCH 5/6] Filter based on a nodemask as well as a gfp_mask
` [PATCH 6/6] Do not use FASTCALL for __alloc_pages_nodemask()

[PATCH 00/10] foundations for reserve-based allocation
 2007-08-20 20:08 UTC  (9+ messages)
` [PATCH 04/10] mm: slub: add knowledge of reserve pages

[PATCH 5/5] mm/... convert #include "linux/..." to #include <linux/...>
 2007-08-20 18:57 UTC  (4+ messages)

[RFC][PATCH] slub: -rt port, slub: -rt port
 2007-08-20 11:13 UTC 

[-mm PATCH 0/9] Memory controller introduction (v6)
 2007-08-20  9:01 UTC  (13+ messages)
` [-mm PATCH 1/9] Memory controller resource counters (v6)
  ` [Devel] "
` [-mm PATCH 2/9] Memory controller containers setup (v6)
` [-mm PATCH 3/9] Memory controller accounting "
` [-mm PATCH 4/9] Memory controller memory accounting (v6)
` [-mm PATCH 5/9] Memory controller task migration (v6)
` [-mm PATCH 6/9] Memory controller add per container LRU and reclaim (v6)
` [-mm PATCH 7/9] Memory controller OOM handling (v6)
` [-mm PATCH 8/9] Memory controller add switch to control what type of pages to limit (v6)
` [-mm PATCH 9/9] Memory controller make page_referenced() container aware (v6)

Memory controller test results (v6)
 2007-08-19  9:46 UTC 

Long time buddy
 2007-08-19  9:32 UTC 

[PATCH] mm: add end_buffer_read helper function
 2007-08-18 11:00 UTC 

[PATCH 00/23] per device dirty throttling -v9
 2007-08-18  8:09 UTC  (18+ messages)
` [PATCH 02/23] lib: percpu_counter_add
` [PATCH 09/23] lib: percpu_counter_init error handling
` [PATCH 11/23] mm: bdi init hooks
` [PATCH 16/23] mm: scalable bdi statistics counters
` [PATCH 17/23] mm: count reclaimable pages per BDI

I almost forgot it is u turn
 2007-08-17 23:32 UTC 

SLUB: Use atomic_long_read for atomic_long variables
 2007-08-17 21:52 UTC 

SLUB: Do not fail on broken memory configurations
 2007-08-17 21:51 UTC 

Re. Pharmacy
 2007-08-17  9:59 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox