cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-04 13:48:14 to 2024-04-16 14:07:55 UTC [more...]

[PATCH v12 00/14] Add Cgroup support for SGX EPC memory
 2024-04-16 14:07 UTC  (20+ 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

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-16 10:53 UTC  (28+ 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 RFC v2 0/6] blk-throttle: support enable and disable during runtime
 2024-04-16  3:05 UTC  (17+ 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 3/6] blk-throttle: expand tg_conf_updated() to return if any tg has rules
` [PATCH RFC v2 4/6] blk-cgroup: add a new helper blkg_conf_exit_blkg()
` [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

[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  (22+ messages)
` [PATCH v10 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v10 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v10 09/14] x86/sgx: Implement async reclamation "
` [PATCH v10 12/14] x86/sgx: Turn on per-cgroup EPC reclamation
          `  "

Advice on cgroup rstat lock
 2024-04-12 19:51 UTC  (9+ messages)

[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  (9+ messages)
` [PATCH v5 01/11] iommu/vt-d: add wrapper functions for page allocations

[RFC PATCH v3 0/9] pids controller events rework and migration charging
 2024-04-12 17:04 UTC  (21+ messages)
` [RFC PATCH v3 1/9] cgroup/pids: Remove superfluous zeroing
` [RFC PATCH v3 2/9] cgroup/pids: Separate semantics of pids.events related to pids.max
    `  "
` [RFC PATCH v3 3/9] cgroup/pids: Make event counters hierarchical
` [RFC PATCH v3 4/9] cgroup/pids: Add pids.events.local
` [RFC PATCH v3 5/9] selftests: cgroup: Lexicographic order in Makefile
` [RFC PATCH v3 6/9] selftests: cgroup: Add basic tests for pids controller
    `  "
` [RFC PATCH v3 7/9] cgroup/pids: Replace uncharge/charge pair with a single function
` [RFC PATCH v3 8/9] cgroup/pids: Enforce pids.max on task migrations
` [RFC PATCH v3 9/9] selftests: cgroup: Add tests pids controller

[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  (7+ messages)
` [RFC PATCH v3 1/8] mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true
` [RFC PATCH v3 2/8] mm: aggregate working set information into histograms

[tj-cgroup:for-next] BUILD SUCCESS a24e3b7d27c63036dac32d20d18eeeceb54ca207
 2024-04-09 10:30 UTC 

[PATCH] cgroup: make cgroups info more readable
 2024-04-09  2:18 UTC 

[PATCH] docs: cgroup-v1: Fix description for css_online
 2024-04-08 18:02 UTC  (2+ messages)

[PATCH v2 0/2] cgroup/cpuset: Make cpuset hotplug processing synchronous
 2024-04-08 17:40 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling
 2024-04-07 16:50 UTC  (4+ messages)

[PATCH v6 00/37] Memory allocation profiling
 2024-04-06 21:42 UTC  (14+ messages)
` [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro

[PATCH] blk-iocost: avoid out of bounds shift
 2024-04-06  2:07 UTC  (3+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 4793cb599b1bdc3d356f0374c2c99ffe890ae876
 2024-04-04 13:51 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).