cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-13 10:44:16 to 2020-09-01 18:52:37 UTC [more...]

[PATCHSET for-5.10/block] blk-iocost: iocost: improve donation, debt and excess handling
 2020-09-01 18:52 UTC  (8+ messages)
` [PATCH 01/27] blk-iocost: ioc_pd_free() shouldn't assume irq disabled
  ` [PATCH 02/27] blk-stat: make q->stats->lock irqsafe
  ` [PATCH 03/27] blk-iocost: use local[64]_t for percpu stat
` [PATCH 04/27] blk-iocost: rename propagate_active_weights() to propagate_weights()
` [PATCH 05/27] blk-iocost: clamp inuse and skip noops in __propagate_weights()
` [PATCH 06/27] blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()
` [PATCH 07/27] blk-iocost: make iocg_kick_waitq() call iocg_kick_delay() after paying debt

[PATCH v8 0/3] Charge loop device i/o to issuing cgroup
 2020-08-31 15:37 UTC  (4+ messages)
` [PATCH 1/3] loop: Use worker per cgroup instead of kworker
` [PATCH 2/3] mm: Charge active memcg when no mm is set
` [PATCH 3/3] loop: Charge i/o to mem and blk cg

[PATCH] cgroup: Delete unnecessary if statement in css_visible()
 2020-08-29 10:03 UTC 

[PATCH v18 00/32] per memcg lru_lock
 2020-08-28  5:22 UTC  (49+ messages)
` [PATCH v18 02/32] mm/memcg: bail out early from swap accounting when memcg is disabled
` [PATCH v18 04/32] mm/thp: clean up lru_add_page_tail
` [PATCH v18 06/32] mm/thp: narrow lru locking
` [PATCH v18 10/32] mm/compaction: rename compact_deferred as compact_should_defer
` [PATCH v18 11/32] mm/memcg: add debug checking in lock_page_memcg
` [PATCH v18 12/32] mm/memcg: optimize mem_cgroup_page_lruvec
` [PATCH v18 14/32] mm/lru: move lru_lock holding in func lru_note_cost_page
` [PATCH v18 15/32] mm/lru: move lock into lru_note_cost
` [PATCH v18 17/32] mm/compaction: do page isolation first in compaction
` [PATCH v18 18/32] mm/thp: add tail pages into lru anyway in split_huge_page()
` [PATCH v18 19/32] mm/swap.c: serialize memcg changes in pagevec_lru_move_fn
` [PATCH v18 20/32] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v18 21/32] mm/lru: introduce the relock_page_lruvec function
` [PATCH v18 22/32] mm/vmscan: use relock for move_pages_to_lru
` [PATCH v18 24/32] mm/pgdat: remove pgdat lru_lock
` [PATCH v18 28/32] mm/compaction: Drop locked from isolate_migratepages_block
` [PATCH v18 30/32] mm: Drop use of test_and_set_skip in favor of just setting skip
  ` [PATCH v18 01/32] mm/memcg: warning on !memcg after readahead page charged
  ` [PATCH v18 03/32] mm/thp: move lru_add_page_tail func to huge_memory.c
  ` [PATCH v18 05/32] mm/thp: remove code path which never got into
  ` [PATCH v18 07/32] mm/swap.c: stop deactivate_file_page if page not on lru
  ` [PATCH v18 08/32] mm/vmscan: remove unnecessary lruvec adding
  ` [PATCH v18 09/32] mm/page_idle: no unlikely double check for idle page counting
  ` [PATCH v18 13/32] mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fn
  ` [PATCH v18 16/32] mm/lru: introduce TestClearPageLRU
  ` [PATCH v18 23/32] mm/lru: revise the comments of lru_lock
  ` [PATCH v18 25/32] mm/mlock: remove lru_lock on TestClearPageMlocked in munlock_vma_page
  ` [PATCH v18 26/32] mm/mlock: remove __munlock_isolate_lru_page
  ` [PATCH v18 27/32] mm/swap.c: optimizing __pagevec_lru_add lru_lock
  ` [PATCH v18 29/32] mm: Identify compound pages sooner in isolate_migratepages_block
  ` [PATCH v18 31/32] mm: Add explicit page decrement in exception path for isolate_lru_pages
  ` [PATCH v18 32/32] mm: Split release_pages work into 3 passes

[PATCH 0/8] Return head pages from find_get_entry and find_lock_entry
 2020-08-27 14:22 UTC  (21+ messages)
` [PATCH 1/8] mm: Factor find_get_swap_page out of mincore_page
` [PATCH 2/8] mm: Use find_get_swap_page in memcontrol
  ` [PATCH 3/8] mm: Optimise madvise WILLNEED
` [PATCH 4/8] proc: Optimise smaps for shmem entries
` [PATCH 5/8] i915: Use find_lock_page instead of find_lock_entry
` [PATCH 6/8] mm: Convert find_get_entry to return the head page
` [PATCH 7/8] mm: Return head page from find_lock_entry
` [PATCH 8/8] mm: Hoist find_subpage call further up in pagecache_get_page

[Resend PATCH 1/6] mm/memcg: warning on !memcg after readahead page charged
 2020-08-27  6:00 UTC  (23+ messages)
` [Resend PATCH 2/6] mm/memcg: remove useless check on page->mem_cgroup

bdi cleanups v3
 2020-08-26 22:07 UTC  (3+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer

KASAN: use-after-free Read in cgroup_path_ns
 2020-08-25  6:03 UTC 

[PATCH v7 0/4] Charge loop device i/o to issuing cgroup
 2020-08-24 17:13 UTC  (7+ messages)
` [PATCH 1/4] loop: Use worker per cgroup instead of kworker
  ` [PATCH 2/4] mm: support nesting memalloc_use_memcg()
` [PATCH 3/4] mm: Charge active memcg when no mm is set
` [PATCH 4/4] loop: Charge i/o to mem and blk cg

[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
 2020-08-24 16:58 UTC  (40+ messages)
` [RFC PATCH 1/8] memcg: Enable fine-grained control of over memory.high action
` [RFC PATCH 2/8] memcg, mm: Return ENOMEM or delay if memcg_over_limit
  ` [RFC PATCH 3/8] memcg: Allow the use of task RSS memory as over-high action trigger
  ` [RFC PATCH 7/8] memcg: Enable logging of memory control mitigation action
` [RFC PATCH 4/8] fs/proc: Support a new procfs memctl file
` [RFC PATCH 5/8] memcg: Allow direct per-task memory limit checking
` [RFC PATCH 6/8] memcg: Introduce additional memory control slowdown if needed
` [RFC PATCH 8/8] memcg: Add over-high action prctl() documentation

[PATCH 0/3] mm/memcg: Miscellaneous cleanups and streamlining
 2020-08-24 16:02 UTC  (11+ messages)
` [PATCH 1/3] mm/memcg: Clean up obsolete enum charge_type
  ` [PATCH 2/3] mm/memcg: Simplify mem_cgroup_get_max()
` [PATCH 3/3] mm/memcg: Unify swap and memsw page counters

[PATCH v6 0/4] Charge loop device i/o to issuing cgroup
 2020-08-21 20:23 UTC  (8+ messages)

[RFC PATCH v2 0/5] Minor cleanups and performance optimizations for LRU rework
 2020-08-20 17:15 UTC  (20+ messages)
` [RFC PATCH v2 1/5] mm: Identify compound pages sooner in isolate_migratepages_block
  ` [RFC PATCH v2 2/5] mm: Drop use of test_and_set_skip in favor of just setting skip
  ` [RFC PATCH v2 3/5] mm: Add explicit page decrement in exception path for isolate_lru_pages
  ` [RFC PATCH v2 4/5] mm: Split release_pages work into 3 passes
  ` [RFC PATCH v2 5/5] mm: Split move_pages_to_lru into 3 separate passes

[RFC PATCH 0/3] Re: [PATCH v17 14/21] mm/compaction: do page isolation first in compaction
 2020-08-18  6:50 UTC  (15+ messages)
` [RFC PATCH 1/3] mm: Drop locked from isolate_migratepages_block
` [RFC PATCH 2/3] mm: Drop use of test_and_set_skip in favor of just setting skip
` [RFC PATCH 3/3] mm: Identify compound pages sooner in isolate_migratepages_block

[PATCH v17 00/21] per memcg lru lock
 2020-08-17 22:58 UTC  (3+ messages)
` [PATCH v17 14/21] mm/compaction: do page isolation first in compaction

[PATCH v3 4/5] mm: memcg: charge memcg percpu memory to the parent cgroup
 2020-08-13 23:27 UTC  (2+ messages)

linux-next boot error: WARNING in mem_cgroup_css_alloc
 2020-08-13 23:25 UTC  (2+ messages)

upstream boot error: WARNING in mem_cgroup_css_alloc
 2020-08-13 15:29 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).