cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-09 16:59:19 to 2024-04-18 15:49:49 UTC [more...]

[PATCH v1 0/3] cgroup/rstat: global cgroup_rstat_lock changes
 2024-04-18 15:49 UTC  (14+ messages)
` [PATCH v1 1/3] cgroup/rstat: add cgroup_rstat_lock helpers and tracepoints
` [PATCH v1 2/3] cgroup/rstat: convert cgroup_rstat_lock back to mutex
` [PATCH v1 3/3] cgroup/rstat: introduce ratelimited rstat flushing

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-18 15:09 UTC  (30+ messages)
` [PATCH v1 01/18] mm: allow for detecting underflows with page_mapcount() again
` [PATCH v1 02/18] mm/rmap: always inline anon/file rmap duplication of a single PTE
` [PATCH v1 03/18] mm/rmap: add fast-path for small folios when adding/removing/duplicating
` [PATCH v1 04/18] mm: track mapcount of large folios in single value
` [PATCH v1 05/18] mm: improve folio_likely_mapped_shared() using the mapcount of large folios
` [PATCH v1 06/18] mm: make folio_mapcount() return 0 for small typed folios
` [PATCH v1 07/18] mm/memory: use folio_mapcount() in zap_present_folio_ptes()
` [PATCH v1 08/18] mm/huge_memory: use folio_mapcount() in zap_huge_pmd() sanity check
` [PATCH v1 09/18] mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings()
` [PATCH v1 10/18] mm/page_alloc: use folio_mapped() in __alloc_contig_migrate_range()
` [PATCH v1 11/18] mm/migrate: use folio_likely_mapped_shared() in add_page_for_migration()
` [PATCH v1 12/18] sh/mm/cache: use folio_mapped() in copy_from_user_page()
` [PATCH v1 13/18] mm/filemap: use folio_mapcount() in filemap_unaccount_folio()
` [PATCH v1 14/18] mm/migrate_device: use folio_mapcount() in migrate_vma_check_page()
` [PATCH v1 15/18] trace/events/page_ref: trace the raw page mapcount value
` [PATCH v1 16/18] xtensa/mm: convert check_tlb_entry() to sanity check folios
` [PATCH v1 17/18] mm/debug: print only page mapcount (excluding folio entire mapcount) in __dump_folio()
` [PATCH v1 18/18] Documentation/admin-guide/cgroup-v1/memory.rst: don't reference page_mapcount()

[PATCH -next] cgroup, legacy_freezer: update comment for freezer_css_offline()
 2024-04-18 12:43 UTC 

[PATCH -next] docs, cgroup: add entries for pids to cgroup-v2.rst
 2024-04-18 12:30 UTC 

[PATCH] blk-iocost: do not WARNING if iocg has already offlined
 2024-04-18 12:21 UTC  (3+ messages)

[PATCH v2 -next] cgroup: don't call cgroup1_pidlist_destroy_all() for v2
 2024-04-18  2:19 UTC 

[PATCH] mm: fix the comment error of memcontrol.h
 2024-04-18  2:12 UTC  (3+ messages)

[PATCH -next] cgroup: don't call cgroup1_pidlist_destroy_all() for v2
 2024-04-18  2:11 UTC  (3+ messages)

Advice on cgroup rstat lock
 2024-04-18  2:04 UTC  (12+ messages)

[PATCH RFC v2 0/6] blk-throttle: support enable and disable during runtime
 2024-04-18  2:05 UTC  (26+ messages)
` [PATCH RFC v2 1/6] blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW
` [PATCH RFC v2 2/6] blk-throttle: delay initialization until configuration
` [PATCH RFC v2 5/6] blk-throttle: support to destroy throtl_data when blk-throttle is disabled
` [PATCH RFC v2 6/6] blk-throtl: switch to use rq_qos
    ` Re: [PATCH RFC v2 0/6] blk-throttle: support enable and disable during runtime

[PATCH -next] cgroup_freezer: update comment for freezer_css_online()
 2024-04-18  2:00 UTC  (2+ messages)

[tj-cgroup:for-next 7/7] kernel/cgroup/rstat.c:334: warning: Function parameter or struct member 'cgrp' not described in 'cgroup_rstat_flush_release'
 2024-04-18  1:57 UTC  (3+ messages)
` [PATCH] cgroup/rstat: desc member cgrp in cgroup_rstat_flush_release

[PATCH v12 00/14] Add Cgroup support for SGX EPC memory
 2024-04-17 23:51 UTC  (32+ messages)
` [PATCH v12 01/14] x86/sgx: Replace boolean parameters with enums
` [PATCH v12 02/14] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v12 03/14] cgroup/misc: Export APIs for SGX driver
` [PATCH v12 04/14] cgroup/misc: Add SGX EPC resource type
` [PATCH v12 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v12 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v12 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v12 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v12 09/14] x86/sgx: Implement async reclamation "
` [PATCH v12 10/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v12 11/14] x86/sgx: Abstract check for global reclaimable pages
` [PATCH v12 12/14] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v12 13/14] Docs/x86/sgx: Add description for cgroup support
` [PATCH v12 14/14] selftests/sgx: Add scripts for EPC cgroup testing

[tj-cgroup:for-next] BUILD SUCCESS WITH WARNING fc29e04ae1ad4c99422c0b8ae4b43cfe99c70429
 2024-04-17 12:46 UTC 

[PATCH v4 0/6] pids controller events rework
 2024-04-16 19:32 UTC  (11+ messages)
` [PATCH v4 1/6] cgroup/pids: Remove superfluous zeroing
` [PATCH v4 2/6] cgroup/pids: Separate semantics of pids.events related to pids.max
` [PATCH v4 3/6] cgroup/pids: Make event counters hierarchical
` [PATCH v4 4/6] cgroup/pids: Add pids.events.local
` [PATCH v4 5/6] selftests: cgroup: Lexicographic order in Makefile
` [PATCH v4 6/6] selftests: cgroup: Add basic tests for pids controller

[PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
 2024-04-16 19:27 UTC  (2+ messages)

[PATCH v11 00/14] Add Cgroup support for SGX EPC memory
 2024-04-15 19:28 UTC  (29+ messages)
` [PATCH v11 01/14] x86/sgx: Replace boolean parameters with enums
` [PATCH v11 02/14] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v11 03/14] cgroup/misc: Export APIs for SGX driver
` [PATCH v11 04/14] cgroup/misc: Add SGX EPC resource type
` [PATCH v11 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v11 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v11 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v11 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v11 09/14] x86/sgx: Implement async reclamation "
` [PATCH v11 10/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v11 11/14] x86/sgx: Abstract check for global reclaimable pages
` [PATCH v11 12/14] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v11 13/14] Docs/x86/sgx: Add description for cgroup support
` [PATCH v11 14/14] selftests/sgx: Add scripts for EPC cgroup testing

[PATCH] mm: thp: makes the memcg THP deferred split shrinker aware of node_id
 2024-04-15 18:31 UTC  (3+ messages)

[PATCH v6 00/11] IOMMU memory observability
 2024-04-15 12:33 UTC  (13+ messages)
` [PATCH v6 01/11] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v6 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist
` [PATCH v6 03/11] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v6 04/11] iommu/io-pgtable-arm: "
` [PATCH v6 05/11] iommu/io-pgtable-dart: "
` [PATCH v6 06/11] iommu/exynos: "
` [PATCH v6 07/11] iommu/rockchip: "
` [PATCH v6 08/11] iommu/sun50i: "
` [PATCH v6 09/11] iommu/tegra-smmu: "
` [PATCH v6 10/11] iommu: observability of the IOMMU allocations
` [PATCH v6 11/11] iommu: account IOMMU allocated memory

[PATCH v2 0/2] memcg_kmem hooks refactoring
 2024-04-14  4:57 UTC  (5+ messages)
` [PATCH v2 1/2] mm, slab: move memcg charging to post-alloc hook
` [PATCH v2 2/2] mm, slab: move slab_memcg hooks to mm/memcontrol.c

[syzbot] [cgroups?] [mm?] WARNING in __mod_memcg_lruvec_state
 2024-04-14  4:43 UTC  (6+ messages)

[PATCH v10 00/14] Add Cgroup support for SGX EPC memory
 2024-04-13 20:56 UTC  (14+ messages)
` [PATCH v10 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v10 12/14] x86/sgx: Turn on per-cgroup EPC reclamation
          `  "

[PATCH -next] cgroup: move proc_cgroupstats_show() to cgroup.c
 2024-04-12 17:20 UTC  (2+ messages)

[PATCH v5 00/11] IOMMU memory observability
 2024-04-12 17:06 UTC  (3+ messages)

[RFC PATCH v3 0/9] pids controller events rework and migration charging
 2024-04-12 17:04 UTC  (5+ messages)
` [RFC PATCH v3 2/9] cgroup/pids: Separate semantics of pids.events related to pids.max
    `  "

[PATCH] blk-iocost: Fix shift-out-of-bounds in iocg_kick_delay()
 2024-04-11 13:33 UTC  (3+ messages)

[RFC PATCH bpf-next 0/3] bpf: freeze a task cgroup from bpf
 2024-04-11  8:36 UTC  (7+ messages)
      `  "

[RFC PATCH v3 0/8] mm: workingset reporting
 2024-04-10  6:15 UTC  (5+ messages)
` [RFC PATCH v3 1/8] mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true


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