cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-05 02:46:02 to 2024-01-31 16:24:46 UTC [more...]

[PATCH] mm: memcg: Use larger chunks for proactive reclaim
 2024-01-31 16:24 UTC 

[PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
 2024-01-31  9:47 UTC  (4+ messages)
` [PATCH bpf-next v4 3/3] bpf: treewide: Annotate BPF kfuncs in BTF

[PATCH v8 00/15] Add Cgroup support for SGX EPC memory
 2024-01-31  1:59 UTC  (20+ messages)
` [PATCH v8 01/15] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v8 02/15] cgroup/misc: Export APIs for SGX driver
` [PATCH v8 03/15] cgroup/misc: Add SGX EPC resource type
` [PATCH v8 04/15] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v8 05/15] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v8 06/15] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v8 07/15] x86/sgx: Expose sgx_reclaim_pages() for cgroup
` [PATCH v8 08/15] x86/sgx: Implement EPC reclamation flows "
` [PATCH v8 09/15] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v8 10/15] x86/sgx: Add EPC reclamation in cgroup try_charge()
` [PATCH v8 11/15] x86/sgx: Abstract check for global reclaimable pages
` [PATCH v8 12/15] x86/sgx: Expose sgx_epc_cgroup_reclaim_pages() for global reclaimer
` [PATCH v8 13/15] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v8 14/15] Docs/x86/sgx: Add description for cgroup support
` [PATCH v8 15/15] selftests/sgx: Add scripts for EPC cgroup testing

[PATCH] Revert "mm:vmscan: fix inaccurate reclaim during proactive reclaim"
 2024-01-30 21:56 UTC  (14+ messages)

[PATCH 0/3] fix and extend zswap kselftests
 2024-01-30 18:55 UTC  (11+ messages)
` [PATCH 1/3] selftests: zswap: add zswap selftest file to zswap maintainer entry
` [PATCH 2/3] selftests: fix the zswap invasive shrink test
` [PATCH 3/3] selftests: add test for zswapin

[PATCH RFC 0/4] Fix file lock cache accounting, again
 2024-01-30 11:04 UTC  (20+ messages)
` [PATCH RFC 1/4] fs/locks: "
` [PATCH RFC 2/4] fs/locks: Add CONFIG_FLOCK_ACCOUNTING
` [PATCH RFC 3/4] mitigations: Expand 'mitigations=off' to include optional software mitigations
` [PATCH RFC 4/4] mitigations: Add flock cache accounting to 'mitigations=off'

[PATCH v2] mm: memcg: Don't periodically flush stats when memcg is disabled
 2024-01-29 20:32 UTC  (3+ messages)

[PATCH] mm: memcg: Don't periodically flush stats when memcg is disabled
 2024-01-26 21:20 UTC  (4+ messages)

[PATCH 0/4] Convert memcontrol charge moving to use folios
 2024-01-26 17:57 UTC  (12+ messages)
` [PATCH 1/4] memcg: Convert mem_cgroup_move_charge_pte_range() to use a folio
` [PATCH 2/4] memcg: Return the folio in union mc_target
` [PATCH 3/4] memcg: Use a folio in get_mctgt_type
` [PATCH 4/4] memcg: Use a folio in get_mctgt_type_thp

[PATCH v7 00/15] Add Cgroup support for SGX EPC memory
 2024-01-26 16:21 UTC  (29+ messages)
` [PATCH v7 01/15] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v7 02/15] cgroup/misc: Export APIs for SGX driver
` [PATCH v7 03/15] cgroup/misc: Add SGX EPC resource type
` [PATCH v7 04/15] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v7 05/15] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v7 06/15] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v7 07/15] x86/sgx: Expose sgx_reclaim_pages() for cgroup
` [PATCH v7 08/15] x86/sgx: Implement EPC reclamation flows "
` [PATCH v7 09/15] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v7 10/15] x86/sgx: Add EPC reclamation in cgroup try_charge()
` [PATCH v7 11/15] x86/sgx: Abstract check for global reclaimable pages
` [PATCH v7 12/15] x86/sgx: Expose sgx_epc_cgroup_reclaim_pages() for global reclaimer
` [PATCH v7 13/15] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v7 14/15] Docs/x86/sgx: Add description for cgroup support
` [PATCH v7 15/15] selftests/sgx: Add scripts for EPC cgroup testing

[PATCH] mm: memcg: optimize parent iteration in memcg_rstat_updated()
 2024-01-26 15:36 UTC  (4+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 8d4c171f451d384f3a287eb14bd60825d0b2381b
 2024-01-24 22:15 UTC 

[linus:master] [mm] 8d59d2214c: vm-scalability.throughput -36.6% regression
 2024-01-24  9:11 UTC  (6+ messages)

[PATCH] docs: cgroup-v1: add missing code-block tags
 2024-01-23 20:50 UTC  (2+ messages)

[PATCH] blk-throttle: Eliminate redundant checks for data direction
 2024-01-23  8:46 UTC  (2+ messages)

[RFC PATCH 0/8] cgroup/cpuset: Support RCU_NOCB on isolated partitions
 2024-01-23  5:50 UTC  (14+ messages)
` [RFC PATCH 1/8] rcu/nocb: Pass a cpumask instead of a single CPU to offload/deoffload
` [RFC PATCH 2/8] rcu/nocb: Prepare to change nocb cpumask from CPU-hotplug protected cpuset caller
` [RFC PATCH 3/8] rcu/no_cb: Add rcu_nocb_enabled() to expose the rcu_nocb state
` [RFC PATCH 4/8] cgroup/cpuset: Better tracking of addition/deletion of isolated CPUs
` [RFC PATCH 5/8] cgroup/cpuset: Add cpuset.cpus.isolation_full
` [RFC PATCH 6/8] cgroup/cpuset: Enable dynamic rcu_nocb mode on isolated CPUs
` [RFC PATCH 7/8] cgroup/cpuset: Document the new cpuset.cpus.isolation_full control file
` [RFC PATCH 8/8] cgroup/cpuset: Update test_cpuset_prs.sh to handle cpuset.cpus.isolation_full

[PATCH] mm: writeback: ratelimit stat flush from mem_cgroup_wb_stats
 2024-01-22 18:19 UTC  (5+ messages)

[PATCH v6 00/12] Add Cgroup support for SGX EPC memory
 2024-01-13 21:08 UTC  (27+ messages)
` [PATCH v6 01/12] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v6 07/12] x86/sgx: Introduce EPC page states
` [PATCH v6 09/12] x86/sgx: Restructure top-level EPC reclaim function

[PATCH bpf-next v3 0/3] Annotate kfuncs in .BTF_ids section
 2024-01-13 19:49 UTC  (9+ messages)
` [PATCH bpf-next v3 3/3] bpf: treewide: Annotate BPF kfuncs in BTF

[PATCH] mm: memcontrol: don't throttle dying tasks on memory.high
 2024-01-12 21:27 UTC  (13+ messages)

[PATCH] cgroup/cpuset: Adjust exception handling in generate_sched_domains()
 2024-01-10 15:21 UTC  (3+ messages)

[PATCH v6 0/2] Add swappiness argument to memory.reclaim
 2024-01-10 10:32 UTC  (10+ messages)
` [PATCH v6 2/2] mm: add swapiness= arg "

[PATCH bpf-next v2 0/3] Annotate kfuncs in .BTF_ids section
 2024-01-06 19:10 UTC  (6+ messages)
` [PATCH bpf-next v2 3/3] bpf: treewide: Annotate BPF kfuncs in BTF

[PATCH v3 00/10] IOMMU memory observability
 2024-01-05 15:33 UTC  (9+ messages)
` [PATCH v3 08/10] iommu/tegra-smmu: use page allocation function provided by iommu-pages.h


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).