public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-02 02:29:56 to 2022-09-22 18:55:38 UTC [more...]

[RFC PATCH 00/20] Add Cgroup support for SGX EPC memory
 2022-09-22 18:55 UTC  (24+ messages)
  ` [RFC PATCH 01/20] x86/sgx: Call cond_resched() at the end of sgx_reclaim_pages()
  ` [RFC PATCH 02/20] x86/sgx: Store EPC page owner as a 'void *' to handle multiple users
  ` [RFC PATCH 03/20] x86/sgx: Track owning enclave in VA EPC pages
  ` [RFC PATCH 04/20] x86/sgx: Add 'struct sgx_epc_lru' to encapsulate lru list(s)
  ` [RFC PATCH 05/20] x86/sgx: Introduce unreclaimable EPC page lists
  ` [RFC PATCH 06/20] x86/sgx: Introduce RECLAIM_IN_PROGRESS flag for EPC pages
  ` [RFC PATCH 07/20] x86/sgx: Use a list to track to-be-reclaimed pages during reclaim
  ` [RFC PATCH 08/20] x86/sgx: Add EPC page flags to identify type of page
  ` [RFC PATCH 09/20] x86/sgx: Allow reclaiming up to 32 pages, but scan 16 by default
  ` [RFC PATCH 10/20] x86/sgx: Return the number of EPC pages that were successfully reclaimed
  ` [RFC PATCH 11/20] x86/sgx: Add option to ignore age of page during EPC reclaim
  ` [RFC PATCH 12/20] x86/sgx: Add helper to retrieve SGX EPC LRU given an EPC page
  ` [RFC PATCH 13/20] x86/sgx: Prepare for multiple LRUs
  ` [RFC PATCH 14/20] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
  ` [RFC PATCH 15/20] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
  ` [RFC PATCH 16/20] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
  ` [RFC PATCH 17/20] cgroup, x86/sgx: Add SGX EPC cgroup controller
  ` [RFC PATCH 18/20] x86/sgx: Enable EPC cgroup controller in SGX core
  ` [RFC PATCH 19/20] x86/sgx: Add stats and events interfaces to EPC cgroup controller
` [RFC PATCH 20/20] docs, cgroup, x86/sgx: Add SGX EPC cgroup controller documentation

BUG: HANG_DETECT waiting for migration_cpu_stop() complete
 2022-09-22  5:40 UTC 

[PATCH cgroup/for-5.20] cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]
 2022-09-22  4:14 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
            ` [PATCH] perf stat: Support old kernels for bperf cgroup counting

[PATCH memcg v5] net: set proper memcg for net_init hooks allocations
 2022-09-21 17:02 UTC  (5+ messages)
` [PATCH memcg v6] "
  ` [sparc64] fails to boot, (was: Re: [PATCH memcg v6] net: set proper memcg for net_init hooks allocations)

[RFC PATCH bpf-next 00/10] bpf, mm: Add a new item bpf into memory.stat for the observability of bpf memory
 2022-09-21 17:00 UTC  (11+ messages)
` [RFC PATCH bpf-next 02/10] bpf: Define bpf_map_{get,put}_memcg for !CONFIG_MEMCG_KMEM
` [RFC PATCH bpf-next 04/10] bpf: Save memcg in bpf_map_init_from_attr()
` [RFC PATCH bpf-next 05/10] bpf: Use scoped-based charge in bpf_map_area_alloc
` [RFC PATCH bpf-next 06/10] bpf: Introduce new helpers bpf_ringbuf_pages_{alloc,free}
  ` [RFC PATCH bpf-next 01/10] bpf: Introduce new helper bpf_map_put_memcg()
  ` [RFC PATCH bpf-next 03/10] bpf: Call bpf_map_init_from_attr() immediately after map creation
  ` [RFC PATCH bpf-next 07/10] bpf: Use bpf_map_kzalloc in arraymap
  ` [RFC PATCH bpf-next 10/10] bpf, memcg: Add new item bpf into memory.stat
` [RFC PATCH bpf-next 08/10] bpf: Use bpf_map_kvcalloc in bpf_local_storage
` [RFC PATCH bpf-next 09/10] bpf: Add bpf map free helpers

[PATCH 0/2] blk-throttle: improve bypassing bios checkings
 2022-09-21  9:53 UTC  (3+ messages)
  ` [PATCH 1/2] blk-throttle: remove THROTL_TG_HAS_IOPS_LIMIT
  ` [PATCH 2/2] blk-throttle: improve bypassing bios checkings

[PATCH bpf-next v3 00/13] bpf: Introduce selectable memcg for bpf map
 2022-09-21  9:36 UTC  (28+ messages)
` [PATCH bpf-next v3 06/13] bpf: Use scoped-based charge in bpf_map_area_alloc
  ` [PATCH bpf-next v3 07/13] bpf: Introduce new helpers bpf_ringbuf_pages_{alloc,free}
  ` [PATCH bpf-next v3 08/13] bpf: Use bpf_map_kzalloc in arraymap
  ` [PATCH bpf-next v3 09/13] bpf: Use bpf_map_kvcalloc in bpf_local_storage
  ` [PATCH bpf-next v3 10/13] mm, memcg: Add new helper get_obj_cgroup_from_cgroup
  ` [PATCH bpf-next v3 11/13] mm, memcg: Add new helper task_under_memcg_hierarchy
  ` [PATCH bpf-next v3 12/13] bpf: Add return value for bpf_map_init_from_attr
` [PATCH bpf-next v3 13/13] bpf: Introduce selectable memcg for bpf map

[PATCH linux-next] cgroup: use strscpy() is more robust and safer
 2022-09-21  9:35 UTC 

[RFC PATCH v1] mm: oom: introduce cpuset oom
 2022-09-21  6:47 UTC 

[PATCH v2 0/2] mm: memcontrol: cleanup and optimize for two accounting params
 2022-09-20  2:43 UTC  (9+ messages)
  ` [PATCH v2 1/2] mm: memcontrol: use memcg_kmem_enabled in count_objcg_event
  ` [PATCH v2 2/2] mm: memcontrol: make cgroup_memory_noswap a static key

[PATCH v2] mm/memcontrol: use kstrtobool for swapaccount param parsing
 2022-09-19 15:01 UTC  (5+ messages)
    ` [PATCH v3] "

[PATCH -next] cgroup: simplify code in cgroup_apply_control
 2022-09-19 10:49 UTC  (2+ messages)

[patch v11 0/6] support concurrent sync io for bfq on a specail occasion
 2022-09-19  8:46 UTC  (8+ messages)
` [patch v11 1/6] block, bfq: support to track if bfqq has pending requests
` [patch v11 2/6] block, bfq: record how many queues have "
  ` [patch v11 3/6] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'
  ` [patch v11 4/6] block, bfq: do not idle if only one group is activated
  ` [patch v11 5/6] block, bfq: cleanup bfq_weights_tree add/remove apis
  ` [patch v11 6/6] block, bfq: cleanup __bfq_weights_tree_remove()

[PATCH] cgroup/cpuset: Add a new isolated mems.policy type
 2022-09-14 15:10 UTC  (14+ messages)
      ` [External] "

[PATCH -next v10 0/4] support concurrent sync io for bfq on a specail occasion
 2022-09-14  7:50 UTC  (11+ messages)
` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'

[tj-cgroup:cgroup-driver_core-for-v6.1] BUILD SUCCESS ee244c732790b535e1435e4e8ad4a63eff5b62ca
 2022-09-13 11:18 UTC 

[PATCH v2 0/3] blk-throttle cleanups
 2022-09-12  6:20 UTC  (3+ messages)

[PATCH v9 0/4] blk-throttle bugfix
 2022-09-12  6:20 UTC  (4+ messages)

[PATCH 0/3] memcg: reduce memory overhead of memory cgroups
 2022-09-09 17:14 UTC  (11+ messages)
  ` [PATCH 1/3] memcg: extract memcg_vmstats from struct mem_cgroup
  ` [PATCH 2/3] memcg: rearrange code
  ` [PATCH 3/3] memcg: reduce size of memcg vmstats structures

[PATCH] mm/memcontrol: use kstrtobool for swapaccount param parsing
 2022-09-09  8:15 UTC  (4+ messages)

[PATCH] cgroup/cpuset: Add a new isolated mems.policy type
 2022-09-09  3:00 UTC  (9+ messages)
      ` [Phishing Risk] [External] "
              ` [Phishing Risk] "
                    ` [Phishing Risk] "

GPU device resource reservations with cgroups?
 2022-09-08 16:44 UTC  (2+ messages)

[PATCH 0/7] bpf: Add fd modes check for map iter and extend libbpf
 2022-09-08 15:17 UTC  (13+ messages)
` [PATCH 1/7] bpf: Add missing fd modes check for map iterators
` [PATCH 3/7] libbpf: Introduce bpf_prog_get_fd_by_id_opts()
` [PATCH 4/7] libbpf: Introduce bpf_btf_get_fd_by_id_opts()
` [PATCH 5/7] libbpf: Introduce bpf_link_get_fd_by_id_opts()
  ` [PATCH 2/7] libbpf: Define bpf_get_fd_opts and introduce bpf_map_get_fd_by_id_opts()
  ` [PATCH 6/7] selftests/bpf: Ensure fd modes are checked for map iters and destroy links
  ` [PATCH 7/7] selftests/bpf: Add tests for _opts variants of libbpf

[PATCH] selftests/cgroup: fix repeated words in comments
 2022-09-08 13:52 UTC  (3+ messages)

[tj-cgroup:for-next] BUILD SUCCESS a2675ab75dff48666c07afa488eaba0d684becbc
 2022-09-08 10:11 UTC 

[tj-cgroup:for-6.1] BUILD SUCCESS c478bd88362418bd2a1c230215fde184f5642e44
 2022-09-08  4:56 UTC 

[PATCH] cgroup/cpuset: remove unreachable code
 2022-09-07 15:32 UTC  (2+ messages)

[PATCH v4 10/10] sched/psi: per-cgroup PSI accounting disable/re-enable interface
 2022-09-07  9:03 UTC  (2+ messages)
` [PATCH] sched/psi: Per-cgroup "

[tj-cgroup:for-6.0-fixes] BUILD SUCCESS a81e18e963ce13ecfa4f0f11b185bc8372f203f8
 2022-09-07  9:02 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 538b9e23ed6cc9ae64a7aa79b17317bf16a5d0c1
 2022-09-07  8:13 UTC 

[PATCH v4 00/10] sched/psi: some optimizations and extensions
 2022-09-07  1:55 UTC  (4+ messages)

BUG: HANG_DETECT waiting for migration_cpu_stop() complete
 2022-09-06 21:02 UTC  (8+ messages)

[PATCH 1/2 cgroup/for-6.1] cgroup: Improve cftype add/rm error handling
 2022-09-06 19:39 UTC  (7+ messages)
  ` [PATCH 2/2 cgroup/for-6.1] cgroup: Remove CFTYPE_PRESSURE

[PATCH] cgroup: Reorganize css_set_lock and kernfs path processing
 2022-09-06 17:13 UTC  (2+ messages)

[PATCH cgroup/for-6.0-fixes] cpuset: Add Waiman Long as a cpuset maintainer
 2022-09-06 16:58 UTC  (2+ messages)

[PATCH v12 00/10] cgroup/cpuset: cpu partition code fixes & enhancements
 2022-09-06 14:57 UTC  (6+ messages)
` [PATCH v12 09/10] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[tj-cgroup:for-6.1] BUILD SUCCESS a8c52eba880a6e8c07fc2130604f8e386b90b763
 2022-09-05  9:36 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 0fcfe377e5c87786994414e9bc142f70eac6c008
 2022-09-05  9:36 UTC 

[PATCH] blk-throttle: clean up codes that can't be reached
 2022-09-04 20:38 UTC  (3+ messages)

[PATCH] cgroup: add pids.peak interface for pids controller
 2022-09-04 19:27 UTC  (2+ messages)

data-race in cgroup_get_tree / proc_cgroup_show
 2022-09-04 19:23 UTC  (5+ messages)
        ` [PATCH cgroup/for-6.1] cgroup: Remove data-race around cgrp_dfl_visible

[syzbot] BUG: unable to handle kernel paging request in mem_cgroup_track_foreign_dirty_slowpath
 2022-09-02 21:02 UTC 


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