linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-04-14 20:02:11 to 2011-04-17 03:18:46 UTC [more...]

[PATCH 00/12] IO-less dirty throttling v7
 2011-04-17  3:18 UTC  (16+ messages)
` [PATCH 01/12] writeback: account per-bdi accumulated written pages
` [PATCH 02/12] writeback: account per-bdi accumulated dirtied pages
` [PATCH 03/12] writeback: bdi write bandwidth estimation
` [PATCH 04/12] writeback: smoothed global/bdi dirty pages
` [PATCH 05/12] writeback: smoothed dirty threshold and limit
` [PATCH 06/12] writeback: enforce 1/4 gap between the dirty/background thresholds
` [PATCH 07/12] writeback: base throttle bandwidth and position ratio
` [PATCH 08/12] writeback: IO-less balance_dirty_pages()
` [PATCH 09/12] writeback: show bdi write bandwidth in debugfs
` [PATCH 10/12] writeback: trace dirty_ratelimit
` [PATCH 11/12] writeback: trace balance_dirty_pages
` [PATCH 12/12] writeback: trace global_dirty_state

[PATCH 0/4] trivial writeback fixes
 2011-04-17  2:11 UTC  (15+ messages)
` [PATCH 4/4] writeback: reduce per-bdi dirty threshold ramp up time

[PATCH 1/2] break out page allocation warning code
 2011-04-17  0:03 UTC  (6+ messages)
` [PATCH 2/2] print vmalloc() state after allocation failures

[PATCH 0/1] mm: make read-only accessors take const pointer parameters
 2011-04-16 23:48 UTC  (10+ messages)
` [PATCH] mm: make read-only accessors take const parameters

[RFC][PATCH 0/3] track pte pages and use in OOM score
 2011-04-16  9:44 UTC  (5+ messages)
` [RFC][PATCH 1/3] pass mm in to pgtable ctor/dtor
` [RFC][PATCH 2/3] track numbers of pagetable pages
` [RFC][PATCH 3/3] use pte pages in OOM score

[0/7,v10] NUMA Hotplug Emulator (v10)
 2011-04-16  2:32 UTC  (4+ messages)

[patch] oom: replace PF_OOM_ORIGIN with toggling oom_score_adj
 2011-04-16  1:48 UTC  (7+ messages)
  ` [patch v2] "
    ` [patch v3] "

percpu: preemptless __per_cpu_counter_add
 2011-04-15 23:52 UTC  (11+ messages)
    ` [PATCH] "

[PATCH v2] cpusets: randomize node rotor used in cpuset_mem_spread_node()
 2011-04-15 23:42 UTC  (4+ messages)

[PATCH] mempolicy: reduce references to the current
 2011-04-15 23:35 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH V5 00/10] memcg: per cgroup background reclaim
 2011-04-15 23:23 UTC  (11+ messages)
` [PATCH V5 01/10] Add kswapd descriptor
` [PATCH V5 02/10] Add per memcg reclaim watermarks
` [PATCH V5 03/10] New APIs to adjust per-memcg wmarks
` [PATCH V5 04/10] Infrastructure to support per-memcg reclaim
` [PATCH V5 05/10] Implement the select_victim_node within memcg
` [PATCH V5 06/10] Per-memcg background reclaim
` [PATCH V5 07/10] Add per-memcg zone "unreclaimable"
` [PATCH V5 08/10] Enable per-memcg background reclaim
` [PATCH V5 09/10] Add API to export per-memcg kswapd pid
` [PATCH V5 10/10] Add some per-memcg stats

[PATCH] xen: cleancache shim to Xen Transcendent Memory
 2011-04-15 22:53 UTC  (3+ messages)

[PATCH V4 00/10] memcg: per cgroup background reclaim
 2011-04-15 21:46 UTC  (34+ messages)
` [PATCH V4 01/10] Add kswapd descriptor
` [PATCH V4 02/10] Add per memcg reclaim watermarks
` [PATCH V4 03/10] New APIs to adjust per-memcg wmarks
` [PATCH V4 04/10] Infrastructure to support per-memcg reclaim
` [PATCH V4 05/10] Implement the select_victim_node within memcg
` [PATCH V4 06/10] Per-memcg background reclaim
` [PATCH V4 07/10] Add per-memcg zone "unreclaimable"
` [PATCH V4 08/10] Enable per-memcg background reclaim
` [PATCH V4 09/10] Add API to export per-memcg kswapd pid
` [PATCH V4 10/10] Add some per-memcg stats

[slubllv333num@/21] SLUB: Lockless freelists for objects V3
 2011-04-15 20:13 UTC  (22+ messages)
` [slubllv333num@/21] slub: Use NUMA_NO_NODE in get_partial
` [slubllv333num@/21] slub: get_map() function to establish map of free objects in a slab
` [slubllv333num@/21] slub: Eliminate repeated use of c->page through a new page variable
` [slubllv333num@/21] slub: Move node determination out of hotpath
` [slubllv333num@/21] slub: Move debug handlign in __slab_free
` [slubllv333num@/21] slub: Per object NUMA support
` [slubllv333num@/21] slub: Do not use frozen page flag but a bit in the page counters
` [slubllv333num@/21] slub: Move page->frozen handling near where the page->freelist handling occurs
` [slubllv333num@/21] x86: Add support for cmpxchg_double
` [slubllv333num@/21] mm: Rearrange struct page
` [slubllv333num@/21] slub: Add cmpxchg_double_slab()
` [slubllv333num@/21] slub: explicit list_lock taking
` [slubllv333num@/21] slub: Pass kmem_cache struct to lock and freeze slab
` [slubllv333num@/21] slub: Rework allocator fastpaths
` [slubllv333num@/21] slub: Invert locking and avoid slab lock
` [slubllv333num@/21] slub: Disable interrupts in free_debug processing
` [slubllv333num@/21] slub: Avoid disabling interrupts in free slowpath
` [slubllv333num@/21] slub: Get rid of the another_slab label
` [slubllv333num@/21] slub: fast release on full slab
` [slubllv333num@/21] slub: Not necessary to check for empty slab on load_freelist
` [slubllv333num@/21] slub: update statistics for cmpxchg handling

[PATCH V8 1/8] mm/fs: cleancache documentation
 2011-04-15 20:06 UTC  (4+ messages)

[Slub cleanup6 0/5] SLUB: Cleanups V6
 2011-04-15 19:48 UTC  (6+ messages)
` [Slub cleanup6 1/5] slub: Use NUMA_NO_NODE in get_partial
` [Slub cleanup6 2/5] slub: get_map() function to establish map of free objects in a slab
` [Slub cleanup6 3/5] slub: Eliminate repeated use of c->page through a new page variable
` [Slub cleanup6 4/5] slub: Move node determination out of hotpath
` [Slub cleanup6 5/5] slub: Move debug handlign in __slab_free

BUILD_BUG_ON() breaks sparse gfp_t checks
 2011-04-15 19:16 UTC  (5+ messages)
      ` [PATCH] make new gfp.h BUG_ON() in to VM_BUG_ON()

[PATCH V8 4/8] mm/fs: add hooks to support cleancache
 2011-04-15 18:53 UTC  (7+ messages)

[PATCH] mm: Check if PTE is already allocated during page fault
 2011-04-15 15:06 UTC  (4+ messages)

[PATCH] make sparse happy with gfp.h
 2011-04-15 14:27 UTC  (8+ messages)
      ` [PATCH] fix sparse happy borkage when including gfp.h
  ` [PATCH] define dummy BUILD_BUG_ON definition for sparse
    ` [PATCH] define __must_be_array() for __CHECKER__
    ` [PATCH] Undef __compiletime_{warning,error} if __CHECKER__ is defined

Regression from 2.6.36
 2011-04-15 14:15 UTC  (19+ messages)

[PATCH] mm: make expand_downwards symmetrical to expand_upwards
 2011-04-15 13:51 UTC 

[PATCH 00/12] Swap-over-NBD without deadlocking v1
 2011-04-15 10:44 UTC  (4+ messages)
` [PATCH 08/12] netvm: Allow skb allocation to use PFMEMALLOC reserves

[PATCH] shmem: factor out remove_indirect_page()
 2011-04-15  4:01 UTC  (3+ messages)

mmotm 2011-04-14-15-08 uploaded
 2011-04-14 22:08 UTC 

[PATCH 1/3] rename alloc_pages_exact()
 2011-04-14 22:09 UTC  (7+ messages)
` [PATCH 2/3] make new alloc_pages_exact()
` [PATCH 3/3] reuse __free_pages_exact() in __alloc_pages_exact()

[PATCH V3 0/7] memcg: per cgroup background reclaim
 2011-04-14 21:59 UTC  (6+ messages)

[patch] mm: fail GFP_DMA allocations when ZONE_DMA is not configured
 2011-04-14 21:54 UTC  (2+ messages)

[PATCH V8 7/8] ext4: add cleancache support
 2011-04-14 21:19 UTC 

[PATCH V8 5/8] ext3: add cleancache support
 2011-04-14 21:18 UTC 

[PATCH V8 8/8] ocfs2: add cleancache support
 2011-04-14 21:19 UTC 

[PATCH V8 6/8] btrfs: add cleancache support
 2011-04-14 21:18 UTC 

[PATCH V8 3/8] mm: cleancache core ops functions and config
 2011-04-14 21:17 UTC 

[PATCH V8 0/8] Cleancache
 2011-04-14 21:15 UTC 

[PATCH V8 2/8] fs: add field to superblock to support cleancache
 2011-04-14 21:16 UTC 

[patch] mm/vmalloc: remove block allocation bitmap
 2011-04-14 21:16 UTC 

[patch] mm/vmalloc: remove guard page from between vmap blocks
 2011-04-14 21:14 UTC 


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).