linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-11 07:51:34 to 2012-03-15 05:51:09 UTC [more...]

[PATCH v2 0/3] radix-tree: general iterator
 2012-03-15  5:51 UTC  (4+ messages)
` [PATCH v2 1/3] radix-tree: introduce bit-optimized iterator

[patch] mm, coredump: fail allocations when coredumping instead of oom killing
 2012-03-15  2:15 UTC 

[PATCH 3/7] mm: rework __isolate_lru_page() file/anon filter
 2012-03-15  1:47 UTC  (10+ messages)
` [PATCH 3/7 v2] "

[PATCH v2 00/13] Memcg Kernel Memory Tracking
 2012-03-15  0:48 UTC  (36+ messages)
` [PATCH v2 01/13] memcg: Consolidate various flags into a single flags field
` [PATCH v2 02/13] memcg: Kernel memory accounting infrastructure
` [PATCH v2 03/13] memcg: Uncharge all kmem when deleting a cgroup
` [PATCH v2 04/13] memcg: Make it possible to use the stock for more than one page
` [PATCH v2 06/13] slab: Add kmem_cache_gfp_flags() helper function
` [PATCH v2 07/13] memcg: Slab accounting
` [PATCH v2 09/13] memcg: Account for kmalloc in kernel memory accounting
` [PATCH v2 12/13] memcg: Per-memcg memory.kmem.slabinfo file
` [PATCH v2 13/13] memcg: Document kernel memory accounting

[RFC REPOST] cgroup: removing css reference drain wait during cgroup removal
 2012-03-15  0:16 UTC  (9+ messages)
    ` [RFC] "

[PATCH 0/4] radix-tree: iterating general cleanup
 2012-03-15  0:06 UTC  (6+ messages)

[PATCH -V3 0/8] memcg: Add memcg extension to control HugeTLB allocation
 2012-03-14 23:43 UTC  (31+ messages)
` [PATCH -V3 1/8] hugetlb: rename max_hstate to hugetlb_max_hstate
` [PATCH -V3 2/8] memcg: Add HugeTLB extension
` [PATCH -V3 3/8] hugetlb: add charge/uncharge calls for HugeTLB alloc/free
` [PATCH -V3 4/8] memcg: track resource index in cftype private
` [PATCH -V3 5/8] hugetlbfs: Add memcg control files for hugetlbfs
` [PATCH -V3 6/8] hugetlbfs: Add a list for tracking in-use HugeTLB pages
` [PATCH -V3 7/8] memcg: move HugeTLB resource count to parent cgroup on memcg removal
` [PATCH -V3 8/8] memcg: Add memory controller documentation for hugetlb management

[patch 1/2] kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite
 2012-03-14 17:54 UTC  (7+ messages)
` [patch 2/2] mm: memcg: count pte references from every member of the reclaimed hierarchy

frontswap/cleancache: allow backends to register after init
 2012-03-14 17:13 UTC  (3+ messages)
` [PATCH 1/2] frontswap: allow backends to register after frontswap initilization
` [PATCH 2/2] cleancache: allow backends to register after cleancache initilaization

[PATCH] mm: fix vmstat_update to keep scheduling itself on all cores
 2012-03-14 14:51 UTC  (3+ messages)

[HELP]: How to use ION memory manager from user space ?
 2012-03-14 13:55 UTC 

[PATCH] mm: hugetlb: defer freeing pages when gathering surplus pages
 2012-03-14 13:08 UTC  (3+ messages)

[PATCH v4 1/3] memcg: clean up existing move charge code
 2012-03-14 12:31 UTC  (7+ messages)
` [PATCH v4 2/3] thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH v4 3/3] memcg: avoid THP split in task migration

[PATCH v12] uprobes/core: Handle breakpoint and singlestep exception
 2012-03-14 11:27 UTC  (2+ messages)
` [tip:perf/uprobes] uprobes/core: Handle breakpoint and singlestep exceptions

[PATCH 2/2] page_alloc: Remove argument to find_zone_movable_pfns_for_nodes
 2012-03-14 10:44 UTC  (4+ messages)

[PATCH] page_cgroup: fix horrid swap accounting regression
 2012-03-14 10:02 UTC  (2+ messages)

[patch] mm, memcg: do not allow tasks to be attached with zero limit
 2012-03-14  9:42 UTC  (7+ messages)

Control page reclaim granularity
 2012-03-14  7:19 UTC  (2+ messages)

RCU stalls in linux-next
 2012-03-14  6:59 UTC  (2+ messages)

[PATCH 0/5] Persist printk buffer across reboots
 2012-03-14  2:23 UTC  (25+ messages)
` [PATCH 1/5] mm: bootmem: BUG() if you try to allocate bootmem too late
` [PATCH 2/5] mm: bootmem: it's okay to reserve_bootmem an invalid address
` [PATCH 3/5] mm: nobootmem: implement reserve_bootmem() in terms of memblock
` [PATCH 4/5] printk: use alloc_bootmem() instead of memblock_alloc()
` [PATCH 5/5] printk: CONFIG_PRINTK_PERSIST: persist printk buffer across reboots

[PATCH 1/2] page_alloc.c: kill add_from_early_node_map
 2012-03-13 20:48 UTC  (2+ messages)

[PATCH 1/2] x86: Move is_ia32_task to asm/thread_info.h from asm/compat.h
 2012-03-13 18:05 UTC  (5+ messages)
` [PATCH 2/2] uprobes/core: Handle breakpoint and singlestep exception
` [tip:perf/uprobes] x86: Move is_ia32_task to asm/thread_info. h from asm/compat.h

[PATCH 3.3] memcg: free mem_cgroup by RCU to fix oops
 2012-03-13 17:53 UTC  (5+ messages)

Happy New Year
 2012-03-13 16:56 UTC 

Control page reclaim granularity
 2012-03-13 14:57 UTC  (29+ messages)
      ` Fwd: "

[PATCH v2 1/7] uprobes/core: Make macro names consistent
 2012-03-13  9:44 UTC  (11+ messages)
` [PATCH v2 2/7] uprobes/core: Make order of function parameters consistent across functions
  ` [tip:perf/uprobes] "
` [PATCH v2 3/7] uprobes/core: Rename bkpt to swbp
  ` [tip:perf/uprobes] "
` [PATCH v2 4/7] x86/trivial: Rename trap_no to trap_nr in thread struct
  ` [tip:x86/cleanups] x86: Rename trap_no to trap_nr in thread_struct
` [PATCH v2 5/7] x86/trivial: Fix 'old_rsp' undefined build failure when including asm/compat.h
` [PATCH v2 6/7] x86/trivial: Use is_ia32_compat_task
` [PATCH v2 7/7] uprobes/core: Handle breakpoint and singlestep exception
` [tip:perf/uprobes] uprobes/core: Make macro names consistent

[PATCH v5 0/7] mm: some cleanup/rework before lru_lock splitting
 2012-03-13  5:26 UTC  (3+ messages)
` [PATCH v5 4.5/7] mm: optimize isolate_lru_pages()

[PATCH v3 1/2] thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGE
 2012-03-13  5:18 UTC  (11+ messages)
` [PATCH v3 2/2] memcg: avoid THP split in task migration
          ` [PATCH] memcg: fix behavior of shard anon pages at task_move (Was "
              ` [PATCH] memcg: revert fix to mapcount check for this release

[PATCH 32/35] Move all declarations of free_initmem() to linux/mm.h [ver #2]
 2012-03-12 23:41 UTC 

ClockPro in Linux MM
 2012-03-12 17:32 UTC  (3+ messages)

[PATCH 5/9] writeback: introduce the pageout work
 2012-03-12 14:21 UTC  (14+ messages)

ext3/4, btrfs, ocfs2: How to assure that cleancache_invalidate_fs is called on every superblock free
 2012-03-12 13:38 UTC  (2+ messages)

[PATCH 0/7 v3] Push file_update_time() into .page_mkwrite
 2012-03-12  8:22 UTC  (3+ messages)

[RESEND, PATCH] memcg: make threshold index in the right position
 2012-03-12  7:56 UTC 

[PATCH 1/7] uprobes/core: make macro names consistent
 2012-03-12  6:10 UTC  (5+ 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).