linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-05 21:17:33 to 2013-06-07 15:14:44 UTC [more...]

[PATCHv4 00/39] Transparent huge page cache
 2013-06-07 15:17 UTC  (8+ messages)
` [PATCHv4 14/39] thp, mm: rewrite delete_from_page_cache() to support huge pages
` [PATCHv4 20/39] thp, mm: naive support of thp in generic read/write routines

OOM Killer and add_to_page_cache_locked
 2013-06-07 15:13 UTC  (2+ messages)

[PATCH] mm: Revert pinned_vm braindamage
 2013-06-07 14:52 UTC  (4+ messages)

[PATCH] memcg: do not account memory used for cache creation
 2013-06-07 14:45 UTC  (5+ messages)

[patch 00/10] mm: thrash detection-based file cache sizing
 2013-06-07 14:16 UTC  (8+ messages)
` [patch 09/10] "
` [patch 10/10] mm: workingset: keep shadow entries in check

[PATCH v10 00/35] kmemcg shrinkers
 2013-06-07 14:15 UTC  (83+ messages)
` [PATCH v10 03/35] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v10 04/35] dentry: move to per-sb LRU locks
` [PATCH v10 05/35] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v10 06/35] mm: new shrinker API
` [PATCH v10 08/35] list: add a new LRU list type
` [PATCH v10 11/35] list_lru: per-node list infrastructure
` [PATCH v10 12/35] shrinker: add node awareness
` [PATCH v10 13/35] vmscan: per-node deferred work
` [PATCH v10 22/35] shrinker: convert remaining shrinkers to count/scan API
` [PATCH v10 26/35] memcg,list_lru: duplicate LRUs upon kmemcg creation
` [PATCH v10 27/35] lru: add an element to a memcg list
` [PATCH v10 28/35] list_lru: per-memcg walks
` [PATCH v10 29/35] memcg: per-memcg kmem shrinking
` [PATCH v10 30/35] memcg: scan cache objects hierarchically
` [PATCH v10 35/35] memcg: reap dead memcgs upon global memory pressure

slub: slab order on multi-processor machines
 2013-06-07 14:12 UTC  (2+ messages)

[PATCH v11 00/25] shrinkers rework: per-numa, generic lists, etc
 2013-06-07 14:10 UTC  (32+ messages)
` [PATCH v11 01/25] fs: bump inode and dentry counters to long
` [PATCH v11 02/25] super: fix calculation of shrinkable objects for small numbers
` [PATCH v11 03/25] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v11 04/25] dentry: move to per-sb LRU locks
` [PATCH v11 05/25] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v11 06/25] mm: new shrinker API
` [PATCH v11 07/25] shrinker: convert superblock shrinkers to new API
` [PATCH v11 08/25] list: add a new LRU list type
` [PATCH v11 09/25] inode: convert inode lru list to generic lru list code
` [PATCH v11 10/25] dcache: convert to use new lru list infrastructure
` [PATCH v11 11/25] list_lru: per-node "
` [PATCH v11 12/25] list_lru: per-node API
` [PATCH v11 13/25] shrinker: add node awareness
` [PATCH v11 14/25] vmscan: per-node deferred work
` [PATCH v11 15/25] fs: convert inode and dentry shrinking to be node aware
` [PATCH v11 16/25] xfs: convert buftarg LRU to generic code
` [PATCH v11 17/25] xfs: rework buffer dispose list tracking
` [PATCH v11 18/25] xfs: convert dquot cache lru to list_lru
` [PATCH v11 19/25] fs: convert fs shrinkers to new scan/count API
` [PATCH v11 20/25] drivers: convert shrinkers to new count/scan API
` [PATCH v11 21/25] i915: bail out earlier when shrinker cannot acquire mutex
` [PATCH v11 22/25] shrinker: convert remaining shrinkers to count/scan API
` [PATCH v11 23/25] hugepage: convert huge zero page shrinker to new shrinker API
` [PATCH v11 24/25] shrinker: Kill old ->shrink API
` [PATCH v11 25/25] list_lru: dynamically adjust node arrays

Transparent Hugepage impact on memcpy
 2013-06-07 13:50 UTC  (5+ messages)

[RFC, PATCH 00/19] Numa aware LRU lists and shrinkers
 2013-06-07 13:37 UTC  (3+ messages)
` [PATCH 17/19] drivers: convert shrinkers to new count/scan API

[PATCH for 3.2.34] memcg: do not trigger OOM if PF_NO_MEMCG_OOM is set
 2013-06-07 13:11 UTC  (13+ messages)
                      ` [PATCH for 3.2] memcg: do not trap chargers with full callstack on OOM

[BUG] non-swapcache page in end_swap_bio_read()
 2013-06-07 12:59 UTC 

[patch -mm] mm, vmalloc: unbreak __vunmap()
 2013-06-07 12:07 UTC 

[PATCH 0/3] mm, vmalloc: cleanup for vmap block
 2013-06-07  9:55 UTC  (4+ messages)
` [PATCH 1/3] mm, vmalloc: Remove dead code in vb_alloc
` [PATCH 2/3] mm, vmalloc: Remove unused purge_fragmented_blocks_thiscpu
` [PATCH 3/3] mm, vmalloc: Remove alloc_map from vmap_block

[patch -v4 4/8] memcg: enhance memcg iterator to support predicates
 2013-06-07  8:25 UTC  (12+ messages)

[PATCH 3/3] memcg: simplify mem_cgroup_reclaim_iter
 2013-06-07  7:37 UTC  (16+ messages)

[PATCH -V7 00/18] THP support for PPC64 (Patchset 1)
 2013-06-07  3:55 UTC  (4+ messages)
` [PATCH -V7 09/18] powerpc: Switch 16GB and 16MB explicit hugepages to a different page table format

[PATCH v8 0/9] kdump, vmcore: support mmap() on /proc/vmcore
 2013-06-07  1:11 UTC  (13+ messages)
` [PATCH v8 9/9] "

[patch 1/2] arch: invoke oom-killer from page fault
 2013-06-07  0:02 UTC  (16+ messages)
` [patch 2/2] memcg: do not sleep on OOM waitqueue with full charge context

mmotm 2013-06-06-16-19 uploaded
 2013-06-06 23:20 UTC 

[PATCH 0/7] RFC: adding compaction to zone_reclaim_mode > 0
 2013-06-06 18:16 UTC  (27+ messages)
` [PATCH 1/7] mm: remove ZONE_RECLAIM_LOCKED
` [PATCH 2/7] mm: compaction: scan all memory with /proc/sys/vm/compact_memory
` [PATCH 3/7] mm: compaction: don't depend on kswapd to invoke reset_isolation_suitable
` [PATCH 4/7] mm: compaction: reset before initializing the scan cursors
` [PATCH 5/7] mm: compaction: increase the high order pages in the watermarks
` [PATCH 7/7] mm: compaction: add compaction to zone_reclaim_mode

[PATCH v2] virtio_balloon: leak_balloon(): only tell host if we got pages deflated
 2013-06-06 14:19 UTC  (3+ messages)

[patch] memcg: clean up memcg->nodeinfo
 2013-06-06 12:23 UTC  (3+ messages)

mmotm 2013-06-05-17-24 uploaded
 2013-06-06 11:40 UTC  (5+ messages)

Handling NUMA page migration
 2013-06-06 10:09 UTC  (3+ messages)

[PATCH v3 00/13] Arrange hotpluggable memory in SRAT as ZONE_MOVABLE
 2013-06-06  9:42 UTC  (6+ messages)
` [PATCH v3 07/13] x86, numa, mem-hotplug: Mark nodes which the kernel resides in

[patch 1/2] mm: memcontrol: fix lockless reclaim hierarchy iterator
 2013-06-06  8:29 UTC  (6+ messages)
` [patch 2/2] mm: memcontrol: factor out reclaim iterator loading and updating

kernel BUG at mm/slub.c:3352!
 2013-06-06  7:13 UTC 

[PATCH] mm: mremap: validate input before taking lock
 2013-06-06  0:32 UTC  (2+ messages)

[patch] mm, memcg: add oom killer delay
 2013-06-06  0:09 UTC  (12+ messages)

[PATCH] virtio_balloon: leak_balloon(): only tell host if we got pages deflated
 2013-06-05 23:29 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).