linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH -V4 00/10] memcg: Add memcg extension to control HugeTLB allocation
 2012-03-16 17:39 UTC  (11+ messages)
` [PATCH -V4 01/10] hugetlb: rename max_hstate to hugetlb_max_hstate
` [PATCH -V4 02/10] hugetlbfs: don't use ERR_PTR with VM_FAULT* values
` [PATCH -V4 03/10] hugetlbfs: Add an inline helper for finding hstate index
` [PATCH -V4 04/10] memcg: Add HugeTLB extension
` [PATCH -V4 05/10] hugetlb: add charge/uncharge calls for HugeTLB alloc/free
` [PATCH -V4 06/10] memcg: track resource index in cftype private
` [PATCH -V4 07/10] hugetlbfs: Add memcg control files for hugetlbfs
` [PATCH -V4 08/10] hugetlbfs: Add a list for tracking in-use HugeTLB pages
` [PATCH -V4 09/10] memcg: move HugeTLB resource count to parent cgroup on memcg removal
` [PATCH -V4 10/10] memcg: Add memory controller documentation for hugetlb management

[PATCH 1/1] TRIVIAL: mmap.c: fix comment for __insert_vm_struct()
 2012-03-16 17:23 UTC 

[RFC][PATCH 00/26] sched/numa
 2012-03-16 14:40 UTC  (27+ messages)
` [RFC][PATCH 01/26] mm, mpol: Re-implement check_*_range() using walk_page_range()
` [RFC][PATCH 02/26] mm, mpol: Remove NUMA_INTERLEAVE_HIT
` [RFC][PATCH 03/26] mm, mpol: add MPOL_MF_LAZY
` [RFC][PATCH 04/26] mm, mpol: add MPOL_MF_NOOP
` [RFC][PATCH 05/26] mm, mpol: Check for misplaced page
` [RFC][PATCH 06/26] mm: Migrate "
` [RFC][PATCH 07/26] mm: Handle misplaced anon pages
` [RFC][PATCH 08/26] mm, mpol: Simplify do_mbind()
` [RFC][PATCH 09/26] sched, mm: Introduce tsk_home_node()
` [RFC][PATCH 10/26] mm, mpol: Make mempolicy home-node aware
` [RFC][PATCH 11/26] mm, mpol: Lazy migrate a process/vma
` [RFC][PATCH 12/26] sched, mm: sched_{fork,exec} node assignment
` [RFC][PATCH 13/26] sched: Implement home-node awareness
` [RFC][PATCH 14/26] sched, numa: Numa balancer
` [RFC][PATCH 15/26] sched, numa: Implement hotplug hooks
` [RFC][PATCH 16/26] sched, numa: Abstract the numa_entity
` [RFC][PATCH 17/26] srcu: revert1
` [RFC][PATCH 18/26] srcu: revert2
` [RFC][PATCH 19/26] srcu: Implement call_srcu()
` [RFC][PATCH 20/26] mm, mpol: Introduce vma_dup_policy()
` [RFC][PATCH 21/26] mm, mpol: Introduce vma_put_policy()
` [RFC][PATCH 22/26] mm, mpol: Split and explose some mempolicy functions
` [RFC][PATCH 23/26] sched, numa: Introduce sys_numa_{t,m}bind()
` [RFC][PATCH 24/26] mm, mpol: Implement numa_group RSS accounting
` [RFC][PATCH 25/26] sched, numa: Only migrate long-running entities
` [RFC][PATCH 26/26] sched, numa: A few debug bits

[PATCH] mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
 2012-03-16 11:54 UTC  (12+ messages)

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

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

[PATCH 0/5] Persist printk buffer across reboots
 2012-03-15 22:10 UTC  (22+ messages)
` [PATCH 4/5] printk: use alloc_bootmem() instead of memblock_alloc()

[patch] mm, coredump: fail allocations when coredumping instead of oom killing
 2012-03-15 21:47 UTC  (3+ messages)

[PATCH 35/38] Move all declarations of free_initmem() to linux/mm.h [ver #3]
 2012-03-15 21:00 UTC 

Too much free memory (not used for FS cache)
 2012-03-15 20:19 UTC  (3+ messages)

frontswap/cleancache: allow backends to register after init
 2012-03-15 18:20 UTC  (5+ 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: hugetlb: defer freeing pages when gathering surplus pages
 2012-03-15 14:44 UTC  (4+ messages)

[PATCH v2 00/13] Memcg Kernel Memory Tracking
 2012-03-15 11:40 UTC  (29+ messages)
` [PATCH v2 02/13] memcg: Kernel memory accounting infrastructure
` [PATCH v2 03/13] memcg: Uncharge all kmem when deleting a cgroup
` [PATCH v2 06/13] slab: Add kmem_cache_gfp_flags() helper function
` [PATCH v2 07/13] memcg: Slab accounting

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

[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

[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 v4 1/3] memcg: clean up existing move charge code
 2012-03-14 12:31 UTC  (3+ messages)

[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 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  (2+ messages)

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

Control page reclaim granularity
 2012-03-13 14:57 UTC  (5+ messages)

[PATCH v2 4/7] x86/trivial: Rename trap_no to trap_nr in thread struct
 2012-03-13  9:44 UTC  (2+ messages)
` [tip:x86/cleanups] x86: Rename trap_no to trap_nr in thread_struct

[PATCH v2 3/7] uprobes/core: Rename bkpt to swbp
 2012-03-13  9:43 UTC  (2+ messages)
` [tip:perf/uprobes] "

[PATCH v2 2/7] uprobes/core: Make order of function parameters consistent across functions
 2012-03-13  9:42 UTC  (2+ messages)
` [tip:perf/uprobes] "

[PATCH v2 1/7] uprobes/core: Make macro names consistent
 2012-03-13  9:41 UTC  (2+ messages)
` [tip:perf/uprobes] "

Fwd: Control page reclaim granularity
 2012-03-13  9:03 UTC  (12+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox