linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-20 18:29:12 to 2012-04-24 14:40:22 UTC [more...]

[PATCH 00/23] slab+slub accounting for memcg
 2012-04-24 14:37 UTC  (31+ messages)
` [PATCH 01/23] slub: don't create a copy of the name string in kmem_cache_create
` [PATCH 02/23] slub: always get the cache from its page in kfree
` [PATCH 03/23] slab: rename gfpflags to allocflags
` [PATCH 04/23] memcg: Make it possible to use the stock for more than one page
` [PATCH 05/23] memcg: Reclaim when more than one page needed
` [PATCH 06/23] slab: use obj_size field of struct kmem_cache when not debugging
` [PATCH 07/23] change defines to an enum
` [PATCH 08/23] don't force return value checking in res_counter_charge_nofail
` [PATCH 09/23] kmem slab accounting basic infrastructure
` [PATCH 10/23] slab/slub: struct memcg_params
` [PATCH 11/23] slub: consider a memcg parameter in kmem_create_cache
` [PATCH 12/23] slab: pass memcg parameter to kmem_cache_create
` [PATCH 13/23] slub: create duplicate cache
` [PATCH 14/23] slub: provide kmalloc_no_account
` [PATCH 15/23] slab: create duplicate cache
` [PATCH 16/23] slab: provide kmalloc_no_account
` [PATCH 17/23] kmem controller charge/uncharge infrastructure
` [PATCH 18/23] slub: charge allocation to a memcg
` [PATCH 19/23] slab: per-memcg accounting of slab caches
` [PATCH 20/23] memcg: disable kmem code when not in use
` [PATCH 21/23] memcg: Track all the memcg children of a kmem_cache
` [PATCH 22/23] memcg: Per-memcg memory.kmem.slabinfo file
` [PATCH 23/23] slub: create slabinfo file for memcg

[PATCH] drivers: staging: zcache: fix Kconfig crypto dependency
 2012-04-24 14:35 UTC  (5+ messages)

[PATCH v2] mm: compaction: handle incorrect Unmovable type pageblocks
 2012-04-24 12:05 UTC 

[PATCH][RFC] mm: compaction: handle incorrect Unmovable type pageblocks
 2012-04-24 12:03 UTC  (2+ messages)

[RFC] writeback and cgroup
 2012-04-24 11:33 UTC  (11+ messages)

[PATCH-V2] perf/probe: verify instruction/offset in perf before adding a uprobe
 2012-04-24 11:23 UTC  (2+ messages)

Over-eager swapping
 2012-04-24 11:16 UTC  (5+ messages)

[PATCH v2] mm:vmstat - Removed debug fs entries on failure of file creation and made extfrag_debug_root dentry local
 2012-04-24  8:47 UTC  (3+ messages)

[RFC][PATCH] avoid swapping out with swappiness==0
 2012-04-24  8:20 UTC  (10+ messages)

[RFC] propagate gfp_t to page table alloc functions
 2012-04-24  8:05 UTC  (8+ messages)

[RFC] writeback and cgroup
 2012-04-24  7:58 UTC  (23+ messages)

Weirdness in __alloc_bootmem_node_high
 2012-04-24  7:00 UTC  (14+ messages)

[PATCH, RFC 0/3] Introduce new O_HOT and O_COLD flags
 2012-04-24  6:18 UTC  (10+ messages)

[RFC PATCH] do_try_to_free_pages() might enter infinite loop
 2012-04-24  5:36 UTC  (7+ messages)

[PATCH 00/16] Swap-over-NBD without deadlocking V9
 2012-04-23 23:51 UTC  (6+ messages)
` [PATCH 01/16] mm: Serialize access to min_free_kbytes
` [PATCH 02/16] mm: sl[au]b: Add knowledge of PFMEMALLOC reserve pages

[PATCH -V6 00/14] memcg: Add memcg extension to control HugeTLB allocation
 2012-04-23 23:44 UTC  (5+ messages)
` [PATCH -V6 04/14] hugetlb: Use mmu_gather instead of a temporary linked list for accumulating pages
` [PATCH -V6 12/14] memcg: move HugeTLB resource count to parent cgroup on memcg removal

[patch] thp, memcg: split hugepage for memcg oom on cow
 2012-04-23 23:15 UTC  (6+ messages)
    ` [patch v2] "

[PATCH V3 0/2] memcg softlimit reclaim rework
 2012-04-23 22:19 UTC  (18+ messages)

[PATCH 1/1] mmap.c: find_vma: remove unnecessary if(mm) check
 2012-04-23 21:39 UTC  (3+ messages)

[RFC 0/6] uprobes: kill uprobes_srcu/uprobe_srcu_id
 2012-04-23 21:25 UTC  (20+ messages)

[PATCH] mm:vmstat - Removed debug fs entries on failure of file creation and made extfrag_debug_root dentry local
 2012-04-23 21:15 UTC  (3+ messages)

[PATCH 0/4] ARM: replace custom consistent dma region with vmalloc
 2012-04-23 20:58 UTC  (3+ messages)
` [Linaro-mm-sig] "

[PATCH] mm:vmstat - Removed debug fs entries on failure of file creation and made extfrag_debug_root dentry local
 2012-04-23 19:08 UTC  (2+ messages)

[RFC PATCH] s390: mm: rmap: Transfer storage key to struct page under the page lock
 2012-04-23 18:14 UTC  (9+ messages)
              ` [PATCH] mm: fix s390 BUG by __set_page_dirty_no_writeback on swap

[PATCH] kvm: don't call mmu_shrinker w/o used_mmu_pages
 2012-04-23 16:57 UTC  (16+ messages)

[PATCH v3 0/9] Fixes for common mistakes w/ for_each_process and task->mm
 2012-04-23 15:40 UTC  (12+ messages)
` [PATCH 1/9] cpu: Introduce clear_tasks_mm_cpumask() helper
` [PATCH 2/9] arm: Use clear_tasks_mm_cpumask()
` [PATCH 3/9] powerpc: "
` [PATCH 4/9] sh: "
` [PATCH 5/9] blackfin: A couple of task->mm handling fixes
` [PATCH 6/9] blackfin: Fix possible deadlock in decode_address()
` [PATCH 7/9] um: Should hold tasklist_lock while traversing processes
` [PATCH 8/9] um: Fix possible race on task->mm
` [PATCH 9/9] um: Properly check all process' threads for a live mm

[PATCHv9 00/10] ARM: DMA-mapping framework redesign
 2012-04-23 10:42 UTC  (5+ messages)
` [PATCHv9 10/10] ARM: dma-mapping: add support for IOMMU mapper
  ` [Linaro-mm-sig] "

Buy ORIGINAL Phentermine 37.5mg (Adipex) From $119 As Low as $2.92/Pill!!! NO RX Required!!! Fast & Secure Shipping!! VISA & eCHECK Accepted, Order Today & Save!! 0ojn7e11is
 2012-04-23 10:41 UTC 

[RFC] memcg usage_in_bytes does not account file mapped and slab memory
 2012-04-23  9:33 UTC  (5+ messages)
  ` [PATCH RFC] memcg: MEMCG_NR_FILE_MAPPED should update _STAT_CACHE as well

Integrated IO controller for buffered+direct writes
 2012-04-23  8:28 UTC  (3+ messages)

[PATCH V3 1/2] memcg: softlimit reclaim rework
 2012-04-23  0:31 UTC  (6+ messages)

Buy Phentermine 37.5mg 90 Pills $289!! x2j6xo9w
 2012-04-22 20:25 UTC 

we accept VISA / MASTERCARD - Top quality replica watches of Swiss luxury watch brands - Rolex, Breitling, TAG Heuer, Cartier, Panerai, Patek Philippe, Hublot.EXPRESS DELIVERY mpqfg
 2012-04-22  4:16 UTC 

[PATCH 00/11] Swap-over-NFS without deadlocking V3
 2012-04-21 18:13 UTC  (2+ messages)

[PATCH 00/23] slab+slub accounting for memcg
 2012-04-20 22:01 UTC  (10+ messages)
` [PATCH 01/23] slub: don't create a copy of the name string in kmem_cache_create
` [PATCH 02/23] slub: always get the cache from its page in kfree
` [PATCH 03/23] slab: rename gfpflags to allocflags
` [PATCH 04/23] memcg: Make it possible to use the stock for more than one page
` [PATCH 05/23] memcg: Reclaim when more than one page needed
` [PATCH 06/23] slab: use obj_size field of struct kmem_cache when not debugging
` [PATCH 07/23] change defines to an enum
` [PATCH 08/23] don't force return value checking in res_counter_charge_nofail

[RFC PATCH] frontswap (v15). +--------+ |zsmalloc| +--------+ +---------+ +------------+ | | swap +--->| frontswap + v +---------+ +------------| +--------+ +----->| zcache | +--------+
 2012-04-20 21:44 UTC  (7+ messages)
` [PATCH 1/6] mm: frontswap: add frontswap header file
` [PATCH 2/6] mm: frontswap: core swap subsystem hooks and headers
` [PATCH 3/6] mm: frontswap: core frontswap functionality
` [PATCH 4/6] mm: frontswap: config and doc files
` [PATCH 5/6] MAINTAINER: Add myself for the frontswap API
` [PATCH 6/6] frontswap: s/put_page/store/g s/get_page/load

[PATCH] mm: sync rss-counters at the end of exit_mm()
 2012-04-20 20:41 UTC  (6+ messages)
` [PATCH 1/2] mm: set task exit code before complete_vfork_done()

[PATCH] proc: Report PageAnon in last left bit of /proc/pid/pagemap
 2012-04-20 20:36 UTC  (3+ messages)

[PATCH] mm: Fix off-by-one bug in print_nodes_state
 2012-04-20 20:05 UTC  (2+ messages)

[PATCHv24 00/16] Contiguous Memory Allocator
 2012-04-20 18: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).