messages from 2012-07-27 10:28:51 to 2012-08-16 15:05:18 UTC [more...]
[PATCH v2 00/11] Request for Inclusion: kmem controller for memcg
2012-08-16 15:05 UTC (94+ messages)
` [PATCH v2 01/11] memcg: Make it possible to use the stock for more than one page
` [PATCH v2 02/11] memcg: Reclaim when more than one page needed
` [PATCH v2 03/11] memcg: change defines to an enum
` [PATCH v2 04/11] kmem accounting basic infrastructure
` [PATCH v2 05/11] Add a __GFP_KMEMCG flag
` [PATCH v2 06/11] memcg: kmem controller infrastructure
` [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
` [PATCH v2 08/11] memcg: disable kmem code when not in use
` [PATCH v2 09/11] memcg: propagate kmem limiting information to children
` [PATCH v2 10/11] memcg: allow a memcg with kmem charges to be destructed
` [PATCH v2 11/11] protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs
[PATCH v0 0/5] cgroup: Assign subsystem IDs during compile time
2012-08-16 14:12 UTC (6+ messages)
` [PATCH v0 2/5] cgroup: Move sock_update_classid() decleration to cls_cgroup.h
` [PATCH v0 3/5] cgroup: Protect access to task_cls_classid() when built as module
` [PATCH v0 1/5] cgroup: Use empty task_cls_classid() when !CONFIG_NET_CLS(_MODULE)
` [PATCH v0 4/5] cgroup: Protect access to task_netprioidx() when built as module
` [PATCH v0 5/5] cgroup: Assign subsystem IDs during compile time
[PATCH v2] memcg: execute partial memcg freeing in mem_cgroup_destroy
2012-08-16 11:01 UTC
[PATCH] execute the whole memcg freeing in rcu callback
2012-08-16 9:10 UTC (3+ messages)
[PATCH v3 0/6] cgroup cls & netprio 'cleanups'
2012-08-14 21:01 UTC (15+ messages)
` [PATCH v3 1/6] cgroup: Move cls function definition to cls_cgroup.h
` [PATCH v3 2/6] cgroup: net_cls rework update socket logic
` [PATCH v3 2/5] cgroup: "
` [PATCH v3 3/6] cgroup: Update classid for fd pass in SCM_RIGHTS datagramm
` [PATCH v3 4/6] cgroup: Use IS_MODULE/BUITLIN for net_cls
` [PATCH v3 5/6] cgroup: Use IS_MODULE/BUITLIN for net_prio
` [PATCH v3 6/6] cgroup: Assign subsystem IDs during compile time
[PATCH 0/2] Avoiding expensive reference counting in charge page path
2012-08-14 10:58 UTC (3+ messages)
` [PATCH 1/2] return amount of charges after res_counter_uncharge
` [PATCH 2/2] Avoid doing a get/put pair in every kmemcg charge
Limiting CPU resources of a cgroup (how do I) HELP REQUESTED
2012-08-10 0:50 UTC (3+ messages)
[PATCH RESEND 0/4] device_cgroup: replace internally whitelist with exception list
2012-08-09 19:04 UTC (5+ messages)
` [PATCH RESEND 1/4] device_cgroup: add "deny_all" in dev_cgroup structure
` [PATCH RESEND 2/4] device_cgroup: introduce dev_whitelist_clean()
` [PATCH RESEND 3/4] device_cgroup: convert device_cgroup internally to policy + exceptions
` [PATCH RESEND 4/4] device_cgroup: rename whitelist to exception list
[PATCH 00/11] kmem controller for memcg: stripped down version
2012-08-08 14:15 UTC (10+ messages)
` Fork bomb limitation in memcg WAS: "
Getting notifications of the tasks file
2012-08-07 11:33 UTC (3+ messages)
[RFC PATCH 07/23 V2] memcontrol: use N_MEMORY instead N_HIGH_MEMORY
2012-08-06 9:23 UTC (2+ messages)
` [RFC V3 PATCH 08/25] "
[RFC PATCH 00/23 V2] memory, numa: introduce MOVABLE-dedicated node and online_movable for hotplug
2012-08-06 5:39 UTC (33+ messages)
` [RFC PATCH 01/23 V2] node_states: introduce N_MEMORY
` [RFC PATCH 02/23 V2] cpuset: use N_MEMORY instead N_HIGH_MEMORY
` [RFC PATCH 03/23 V2] procfs: "
` [RFC PATCH 04/23 V2] oom: "
` [RFC PATCH 05/23 V2] mm,migrate: "
` [RFC PATCH 06/23 V2] mempolicy: "
` [RFC PATCH 07/23 V2] memcontrol: "
` [RFC PATCH 08/23 V2] hugetlb: "
` [RFC PATCH 09/23 V2] vmstat: "
` [RFC PATCH 10/23 V2] kthread: "
` [RFC PATCH 11/23 V2] init: "
` [RFC PATCH 12/23 V2] vmscan: "
` [RFC PATCH 13/23 V2] page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initialization
` [RFC PATCH 14/23 V2] slub, hotplug: ignore unrelated node's hot-adding and hot-removing
` [RFC PATCH 15/23 V2] memory_hotplug: fix missing nodemask management
` [RFC PATCH 16/23 V2] numa: add CONFIG_MOVABLE_NODE for movable-dedicated node
` [RFC PATCH 17/23 V2] page_alloc.c: don't subtract unrelated memmap from zone's present pages
` [RFC PATCH 18/23 V2] page_alloc: add kernelcore_max_addr
` [RFC PATCH 19/23 V2] x86: get pg_data_t's memory from other node
` [RFC PATCH 20/23 V2] x86: use memblock_set_current_limit() to set memblock.current_limit
` [RFC PATCH 21/23 V2] memblock: limit memory address from memblock
` [RFC PATCH 22/23 V2] memblock: compare current_limit with end variable at memblock_find_in_range_node()
` [RFC PATCH 23/23 V2] mm, memory-hotplug: add online_movable
containers and cgroups mini-summit @ Linux Plumbers
2012-08-02 9:42 UTC (4+ messages)
[PATCH 1/2] memcg, oom: Provide more info while memcg oom happening
2012-08-01 3:55 UTC (3+ messages)
` [PATCH 2/2] memcg, oom: Clarify some oom dump messages
[PATCH 00/10] memcg kmem limitation - slab
2012-07-31 16:39 UTC (9+ messages)
` [PATCH 04/10] memcg: skip memcg kmem allocations in specified code regions
` [PATCH 06/10] sl[au]b: Allocate objects from memcg cache
[Announce] Checkpoint-restore tool v0.1
2012-07-31 10:30 UTC (12+ messages)
+ hugetlb-cgroup-simplify-pre_destroy-callback.patch added to -mm tree
2012-07-30 18:25 UTC (7+ messages)
` [PATCH] cgroup: Don't drop the cgroup_mutex in cgroup_rmdir
[PATCH V2 0/6] Per-cgroup page stat accounting
2012-07-30 15:02 UTC (7+ messages)
` [PATCH V2 4/6] memcg: add per cgroup dirty pages accounting
` [PATCH V2 5/6] memcg: add per cgroup writeback "
` [PATCH V2 6/6] memcg: Document cgroup dirty/writeback memory statistics
[PATCH 0/4] device_cgroup: replace internally whitelist with exception list
2012-07-30 14:51 UTC (2+ messages)
permissions bug?
2012-07-27 17:22 UTC (2+ messages)
` permissions bug? (my error)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).