linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[patch 00/10] NUMA: Memoryless Node support V1
 2007-06-19 18:48 UTC  (13+ messages)
` [patch 01/10] Memoryless nodes: Fix GFP_THISNODE behavior
` [patch 02/10] NUMA: Introduce node_memory_map
` [patch 03/10] Fix MPOL_INTERLEAVE behavior for memoryless nodes
` [patch 04/10] OOM: use the node_memory_map instead of constructing one on the fly
` [patch 05/10] Memoryless Nodes: No need for kswapd
` [patch 06/10] Memoryless Node: Slab support
` [patch 07/10] Memoryless nodes: SLUB support
` [patch 08/10] Uncached allocator: Handle memoryless nodes
` [patch 09/10] Memoryless node: Allow profiling data to fall back to other nodes
` [patch 10/10] Memoryless nodes: Update memory policy and page migration

[PATCH 0/7] Memory Compaction v2
 2007-06-19 16:58 UTC  (22+ messages)
` [PATCH 1/7] KAMEZAWA Hiroyuki hot-remove patches
` [PATCH 2/7] Allow CONFIG_MIGRATION to be set without CONFIG_NUMA
` [PATCH 3/7] Introduce isolate_lru_page_nolock() as a lockless version of isolate_lru_page()
` [PATCH 4/7] Provide metrics on the extent of fragmentation in zones
` [PATCH 5/7] Introduce a means of compacting memory within a zone
` [PATCH 6/7] Add /proc/sys/vm/compact_node for the explicit compaction of a node
` [PATCH 7/7] Compact memory directly by a process when a high-order allocation fails

Great for us all
 2007-06-19 13:02 UTC 

[PATCH] slob: poor man's NUMA support
 2007-06-19  9:06 UTC 

[patch 00/26] Current slab allocator / SLUB patch queue
 2007-06-19  5:48 UTC  (46+ messages)
` [patch 01/26] SLUB Debug: Fix initial object debug state of NUMA bootstrap objects
` [patch 02/26] Slab allocators: Consolidate code for krealloc in mm/util.c
` [patch 03/26] Slab allocators: Consistent ZERO_SIZE_PTR support and NULL result semantics
` [patch 04/26] Slab allocators: Support __GFP_ZERO in all allocators
` [patch 05/26] Slab allocators: Cleanup zeroing allocations
` [patch 06/26] Slab allocators: Replace explicit zeroing with __GFP_ZERO
` [patch 07/26] SLUB: Add some more inlines and #ifdef CONFIG_SLUB_DEBUG
` [patch 08/26] SLUB: Extract dma_kmalloc_cache from get_cache
` [patch 09/26] SLUB: Do proper locking during dma slab creation
` [patch 10/26] SLUB: Faster more efficient slab determination for __kmalloc
` [patch 11/26] SLUB: Add support for kmem_cache_ops
` [patch 12/26] SLUB: Slab defragmentation core
` [patch 13/26] SLUB: Extend slabinfo to support -D and -C options
` [patch 14/26] SLUB: Logic to trigger slab defragmentation from memory reclaim
` [patch 15/26] Slab defrag: Support generic defragmentation for inode slab caches
` [patch 16/26] Slab defragmentation: Support defragmentation for extX filesystem inodes
` [patch 17/26] Slab defragmentation: Support inode defragmentation for xfs
` [patch 18/26] Slab defragmentation: Support procfs inode defragmentation
` [patch 19/26] Slab defragmentation: Support reiserfs "
` [patch 20/26] Slab defragmentation: Support inode defragmentation for sockets
` [patch 21/26] Slab defragmentation: support dentry defragmentation
` [patch 22/26] SLUB: kmem_cache_vacate to support page allocator memory defragmentation
` [patch 23/26] SLUB: Move sysfs operations outside of slub_lock
` [patch 24/26] SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slab
` [patch 25/26] SLUB: Add an object counter to the kmem_cache_cpu structure
` [patch 26/26] SLUB: Place kmem_cache_cpu structures in a NUMA aware way

[PATCH] slob: poor man's NUMA, take 5
 2007-06-19  4:01 UTC  (11+ messages)

Some thoughts on memory policies
 2007-06-18 20:22 UTC 

unglaublichen 300% bonus!
 2007-06-18 18:49 UTC 

[PATCH 1/3] Fix hugetlb pool allocation with empty nodes
 2007-06-18 18:20 UTC  (4+ messages)
` [PATCH 2/3] hugetlb: numafy several functions
  ` [PATCH 3/3] hugetlb: add per-node nr_hugepages sysfs attribute

[PATCH] madvise_need_mmap_write() usage
 2007-06-18 16:51 UTC  (4+ messages)

[RFC 00/13] RFC memoryless node handling fixes
 2007-06-18 16:47 UTC  (11+ messages)
` [RFC 10/13] Memoryless nodes: Fix GFP_THISNODE behavior
` [RFC 11/13] SLUB: Ensure that the # object per slabs stays low enough
` [RFC 12/13] SLUB: minimum alignment fixes
` [RFC 13/13] I finally found a way to get rid of the nasty list of comparisions in slub_def.h. ilog2 seems to work right for constants

[PATCH] mm: More __meminit annotations
 2007-06-18 10:54 UTC  (10+ messages)

[patch 0/3] no MAX_ARG_PAGES -v2
 2007-06-17 19:07 UTC  (13+ messages)

400 Euro Willkommensbonus!
 2007-06-17 16:19 UTC 

mm: Fix memory/cpu hotplug section mismatch and oops
 2007-06-15 23:57 UTC  (5+ messages)

[RFC] memory unplug v5 [0/6] intro
 2007-06-15 21:09 UTC  (32+ messages)
` [RFC] memory unplug v5 [1/6] migration by kernel
` [RFC] memory unplug v5 [3/6] walk memory resources assist function
` [RFC] memory unplug v5 [4/6] page isolation
` [RFC] memory unplug v5 [5/6] page unplug

unglaublichen 300% bonus!
 2007-06-15 18:10 UTC 

PROBLEM: kernel BUG at mm/swap_state.c:78! (v2.6.21 under vmware)
 2007-06-15 15:06 UTC 

[PATCH] More informative logging for OOM-killer
 2007-06-15 11:35 UTC  (2+ messages)

[PATCH 00/17] per device dirty throttling -v7
 2007-06-14 23:14 UTC  (19+ messages)
` [PATCH 01/17] nfs: remove congestion_end()
` [PATCH 02/17] lib: percpu_counter variable batch
` [PATCH 03/17] lib: percpu_counter_mod64
` [PATCH 04/17] lib: percpu_counter_set
` [PATCH 05/17] lib: percpu_count_sum_signed()
` [PATCH 06/17] lib: percpu_counter_init_irq
` [PATCH 07/17] mm: bdi init hooks
` [PATCH 08/17] containers: "
` [PATCH 09/17] mtd: give mtdconcat devices their own backing_dev_info
` [PATCH 10/17] mm: scalable bdi statistics counters
` [PATCH 11/17] mm: count reclaimable pages per BDI
` [PATCH 12/17] mm: count writeback "
` [PATCH 13/17] mm: expose BDI statistics in sysfs
` [PATCH 14/17] lib: floating proportions
` [PATCH 15/17] lib: floating proportions _single
` [PATCH 16/17] mm: per device dirty threshold
` [PATCH 17/17] mm: dirty balancing for tasks

[PATCH] populated_map: fix !NUMA case, remove comment
 2007-06-14 22:35 UTC  (24+ messages)

400 Euro Willkommensbonus!
 2007-06-14 19:50 UTC 

[patch 0/3] Fixes for NUMA allocations on memoryless nodes
 2007-06-14 15:51 UTC  (10+ messages)
` [patch 2/3] Fix GFP_THISNODE behavior for "

page:  |  | latest

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