linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-04-14 10:36:30 to 2011-04-15 23:24:52 UTC [more...]

[PATCH V5 00/10] memcg: per cgroup background reclaim
 2011-04-15 23:23 UTC  (7+ 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 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] oom: replace PF_OOM_ORIGIN with toggling oom_score_adj
 2011-04-15 23:03 UTC  (6+ messages)
  ` [patch v2] "
    ` [patch v3] "

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

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

[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

[0/7,v10] NUMA Hotplug Emulator (v10)
 2011-04-15 20:36 UTC  (3+ messages)

[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

percpu: preemptless __per_cpu_counter_add
 2011-04-15 19:43 UTC  (10+ messages)
    ` [PATCH] "

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 1/2] break out page allocation warning code
 2011-04-15 17:44 UTC  (4+ messages)
` [PATCH 2/2] print vmalloc() state after allocation failures

[RFC][PATCH 0/3] track pte pages and use in OOM score
 2011-04-15 17:38 UTC  (4+ 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

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

[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  (15+ messages)
` [PATCH 01/12] mm: Serialize access to min_free_kbytes
` [PATCH 02/12] mm: sl[au]b: Add knowledge of PFMEMALLOC reserve pages
` [PATCH 03/12] mm: Introduce __GFP_MEMALLOC to allow access to emergency reserves
` [PATCH 04/12] mm: allow PF_MEMALLOC from softirq context
` [PATCH 05/12] mm: Ignore mempolicies when using ALLOC_NO_WATERMARK
` [PATCH 06/12] net: Introduce sk_allocation() to allow addition of GFP flags depending on the individual socket
` [PATCH 07/12] netvm: Allow the use of __GFP_MEMALLOC by specific sockets
` [PATCH 08/12] netvm: Allow skb allocation to use PFMEMALLOC reserves
` [PATCH 09/12] netvm: Set PF_MEMALLOC as appropriate during SKB processing
` [PATCH 10/12] mm: Micro-optimise slab to avoid a function call
` [PATCH 11/12] nbd: Set SOCK_MEMALLOC for access to PFMEMALLOC reserves
` [PATCH 12/12] mm: Throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storage

[PATCH v2] cpusets: randomize node rotor used in cpuset_mem_spread_node()
 2011-04-15  8:31 UTC  (3+ messages)

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

[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  (9+ messages)
` [PATCH V3 2/7] Add per memcg reclaim watermarks

[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 

[PATCH] mm/thp: Use conventional format for boolean attributes
 2011-04-14 19:50 UTC  (7+ messages)

[PATCH 0/4] forkbomb killer
 2011-04-14 18:13 UTC  (6+ messages)

[Bugme-new] [Bug 31142] New: Large write to USB stick freezes unrelated tasks for a long time
 2011-04-14 17:37 UTC  (15+ messages)

Regarding memory fragmentation using malloc
 2011-04-14 12:31 UTC  (4+ messages)


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