linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/23] slab+slub accounting for memcg
 2012-04-27 11:38 UTC  (36+ messages)
` [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 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 11/23] slub: consider a memcg parameter in kmem_create_cache
` [PATCH 13/23] slub: create duplicate cache
` [PATCH 16/23] slab: provide kmalloc_no_account
` [PATCH 17/23] kmem controller charge/uncharge infrastructure

[PATCH v4] mm: compaction: handle incorrect Unmovable type pageblocks
 2012-04-27 10:57 UTC 

[RFC] propagate gfp_t to page table alloc functions
 2012-04-27 10:43 UTC  (16+ messages)

[RFC][PATCH 0/7 v2] memcg: prevent failure in pre_destroy()
 2012-04-27 10:39 UTC  (11+ messages)
` [RFC][PATCH 1/7 v2] temporal compile-fix in linux-next
` [RFC][PATCH 2/7 v2] memcg: fix error code in hugetlb_force_memcg_empty()
` [RFC][PATCH 3/7 v2] res_counter: add res_counter_uncharge_until()
` [RFC][PATCH 4/7 v2] memcg: use res_counter_uncharge_until in move_parent
` [RFC][PATCH 5/9 v2] move charges to root at rmdir if use_hierarchy is unset
` [RFC][PATCH 6/9 v2] memcg: don't uncharge in mem_cgroup_move_account
` [RFC][PATCH 7/9 v2] cgroup: avoid attaching task to a cgroup under rmdir()
` [RFC][PATCH 8/9 v2] cgroup: avoid creating new cgroup under a cgroup being destroyed
` [RFC][PATCH 9/9 v2] memcg: never return error at pre_destroy()

[RFC] vmalloc: add warning in __vmalloc
 2012-04-27 10:36 UTC  (3+ messages)

[PATCH next 00/12] mm: replace struct mem_cgroup_zone with struct lruvec
 2012-04-27 10:28 UTC  (17+ messages)
` [PATCH 01/12] mm/vmscan: store "priority" in struct scan_control
` [PATCH 02/12] mm: add link from struct lruvec to struct zone
` [PATCH 03/12] mm/vmscan: push lruvec pointer into isolate_lru_pages()
` [PATCH 04/12] mm/vmscan: push zone pointer into shrink_page_list()
` [PATCH 05/12] mm/vmscan: push zone pointer into update_isolated_counts()
  ` [PATCH v2 05/12] mm/vmscan: remove update_isolated_counts()
` [PATCH 06/12] mm/vmscan: push lruvec pointer into putback_inactive_pages()
` [PATCH 07/12] mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size()
` [PATCH 08/12] mm/vmscan: push lruvec pointer into inactive_list_is_low()
` [PATCH 09/12] mm/vmscan: push lruvec pointer into shrink_list()
` [PATCH 10/12] mm/vmscan: push lruvec pointer into get_scan_count()
` [PATCH 11/12] mm/vmscan: push lruvec pointer into should_continue_reclaim()
` [PATCH 12/12] mm/vmscan: kill struct mem_cgroup_zone

[PATCH v3] mm: compaction: handle incorrect Unmovable type pageblocks
 2012-04-27  9:56 UTC  (9+ messages)

(no subject)
 2012-04-27  8:57 UTC 

[patch 1/2] kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite
 2012-04-27  8:10 UTC  (6+ messages)
` [patch 2/2] mm: memcg: count pte references from every member of the reclaimed hierarchy

swap on eMMC and other flash
 2012-04-27  7:34 UTC  (6+ messages)

[PATCH 1/2] MM: fixup on addition to bootmem data list
 2012-04-27  3:41 UTC  (2+ messages)
` [PATCH 2/2] MM: check limit while deallocating bootmem node

Weirdness in __alloc_bootmem_node_high
 2012-04-27  3:32 UTC  (4+ messages)

3.4-rc4 oom killer out of control
 2012-04-27  2:02 UTC  (11+ messages)

[PATCH -mm V3] do_migrate_pages() calls migrate_to_node() even if task is already on a correct node
 2012-04-27  1:14 UTC  (3+ messages)

[PATCH v4 0/3] fix problem with static_branch() for sock memcg
 2012-04-27  1:05 UTC  (6+ messages)
` [PATCH v4 1/3] make jump_labels wait while updates are in place
` [PATCH v4 2/3] Always free struct memcg through schedule_work()
` [PATCH v4 3/3] decrement static keys on real destroy time

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

[PATCH v3 0/9] Fixes for common mistakes w/ for_each_process and task->mm
 2012-04-26 23:59 UTC  (3+ messages)
` [PATCH 1/9] cpu: Introduce clear_tasks_mm_cpumask() helper

[patch] mm, thp: drop page_table_lock to uncharge memcg pages
 2012-04-26 23:57 UTC  (4+ messages)

[PATCH 2/2] mm: memblock - Handled failure of debug fs entries creation
 2012-04-26 23:21 UTC  (2+ messages)

[PATCH v3 0/2] fix problem with static_branch() for sock memcg
 2012-04-26 22:32 UTC  (10+ messages)
` [PATCH v3 1/2] Always free struct memcg through schedule_work()
` [PATCH v3 2/2] decrement static keys on real destroy time

[PATCH] slub: prevent validate_slab() error due to race condition
 2012-04-26 19:44 UTC  (4+ messages)

[PATCH V8] Eliminate task stack trace duplication
 2012-04-26 19:33 UTC  (3+ messages)

[RFC][PATCH] avoid swapping out with swappiness==0
 2012-04-26 18:20 UTC  (9+ messages)

[PATCH] rename is_mlocked_vma() to mlocked_vma_newpage()
 2012-04-26 17:50 UTC  (6+ messages)

[BUG]memblock: fix overflow of array index
 2012-04-26 15:01 UTC  (8+ messages)

[patch] mm, mempolicy: dummy slab_node return value for bugless kernels
 2012-04-26 14:58 UTC  (7+ messages)
    ` [patch] mm, mempolicy: make mempolicies robust against errors

[PATCH][RFC] mm: compaction: handle incorrect Unmovable type pageblocks
 2012-04-26  9:06 UTC  (3+ messages)

[patch] mm, oom: avoid checking set of allowed nodes twice when selecting a victim
 2012-04-26  8:45 UTC  (7+ messages)

[PATCH v2] mm: compaction: handle incorrect Unmovable type pageblocks
 2012-04-26  8:13 UTC  (3+ messages)

[PATCH 0/6] zsmalloc: clean up and fix arch dependency
 2012-04-26  5:07 UTC  (28+ messages)
` [PATCH 1/6] zsmalloc: use PageFlag macro instead of [set|test]_bit
` [PATCH 2/6] zsmalloc: remove unnecessary alignment
` [PATCH 3/6] zsmalloc: rename zspage_order with zspage_pages
` [PATCH 4/6] zsmalloc: add/fix function comment
` [PATCH 5/6] zsmalloc: remove unnecessary type casting
` [PATCH 6/6] zsmalloc: make zsmalloc portable

Possible 32-bit PAE kernel I/O slow down with 3.3.X
 2012-04-26  3:22 UTC 

[patch] mm: memcg: move pc lookup point to commit_charge()
 2012-04-26  2:02 UTC  (3+ messages)

NULL-ptr deref in mmput via sys_migrate_pages in 3.4-rc4 (proly missing mm==NULL check)
 2012-04-25 20:15 UTC 

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

[PATCH 1/2] mm: backing-dev - Removed debug_stats entry from backing_dev_info and handled debug fs failue cases
 2012-04-25 19:58 UTC 

Order Viagra Online 100mg, 50mg for Cheapest Price on Net and get Free Pills 3uo10o
 2012-04-25 19:52 UTC 

[RFC] writeback and cgroup
 2012-04-25 15:47 UTC  (11+ messages)

[PATCH 00/16] Swap-over-NBD without deadlocking V9
 2012-04-25 15:05 UTC  (4+ messages)
` [PATCH 02/16] mm: sl[au]b: Add knowledge of PFMEMALLOC reserve pages

Over-eager swapping
 2012-04-25 14:41 UTC  (2+ messages)

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

[RFC] writeback and cgroup
 2012-04-25 12:05 UTC  (15+ messages)

[PATCH] perf symbols: fix symbol offset breakage with separated debug info
 2012-04-25 11:08 UTC  (2+ messages)

[PATCH-V3] perf/probe: verify instruction/offset in perf before adding a uprobe
 2012-04-25 10:59 UTC  (2+ messages)

[RFC] writeback and cgroup
 2012-04-25  8:47 UTC  (6+ messages)
  ` [Lsf] "

Order Today & Save!! Xanax Generic 1mg 60 Pills $169! kg5dy513
 2012-04-25  5:24 UTC 

[PATCH RFC v2 0/1] Flexible proportions
 2012-04-25  2:10 UTC  (2+ messages)

[PATCH] slub: fix incorrect return type of get_any_partial()
 2012-01-27  8:12 UTC 

page:  |  | latest

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