linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 1/9] /proc/pid/pagemap update (v2)
 2007-08-22 23:54 UTC  (10+ messages)
` [PATCH 2/9] pagemap: remove file header
` [PATCH 3/9] pagemap: use PAGE_MASK/PAGE_ALIGN()
` [PATCH 4/9] pagemap: remove open-coded sizeof(unsigned long)
` [PATCH 5/9] introduce TASK_SIZE_OF() for all arches
` [PATCH 6/9] pagemap: give -1's a name
` [PATCH 7/9] pagewalk: add handler for empty ranges
` [PATCH 8/9] pagemap: use page walker pte_hole() helper
` [PATCH 9/9] pagemap: export swap ptes

[PATCH] Limit the maximum size of merged slab caches
 2007-08-22 22:40 UTC  (2+ messages)

[PATCH] Do not fail if we cannot register a slab with sysfs
 2007-08-22 22:39 UTC  (2+ messages)

[BUG] 2.6.23-rc3-mm1 Kernel panic - not syncing: Can't create pid_1 cachep
 2007-08-22 21:25 UTC 

[BUG] 2.6.23-rc3-mm1 oom-killer gets invoked
 2007-08-22 21:22 UTC 

[RFC][PATCH 1/4] hugetlb: search harder for memory in alloc_fresh_huge_page()
 2007-08-22 21:17 UTC  (6+ messages)
` [RFC][PATCH 2/4] hugetlb: fix pool allocation with empty nodes
  ` [RFC][PATCH 3/4] hugetlb: interleave dequeueing of huge pages
    ` [RFC][PATCH 4/4] hugetlb: add per-node nr_hugepages sysfs attribute

[BUG] 2.6.23-rc3-mm1 kernel BUG at mm/page_alloc.c:2876!
 2007-08-22 21:09 UTC  (3+ messages)

[RFC 0/7] Postphone reclaim laundry to write at high water marks
 2007-08-22 20:16 UTC  (39+ 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 0/6] x86: Reduce Memory Usage and Inter-Node message traffic
 2007-08-22 19:58 UTC  (10+ messages)
` [PATCH 1/6] x86: Convert cpu_core_map to be a per cpu variable
` [PATCH 2/6] x86: Convert cpu_sibling_map "
` [PATCH 3/6] x86: Convert x86_cpu_to_apicid "
` [PATCH 4/6] x86: Convert cpu_llc_id "
` [PATCH 5/6] x86: fix cpu_to_node references
` [PATCH 6/6] x86: acpi-use-cpu_physical_id

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

[PATCH] Memory controller Add Documentation
 2007-08-22 19:20 UTC  (5+ 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

[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  (17+ messages)
` [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  (4+ messages)
` [-mm PATCH 1/9] Memory controller resource counters (v6)
  ` [Devel] "

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  (4+ messages)
` [PATCH 09/23] lib: percpu_counter_init error handling

page:  |  | latest

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