cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-28 00:22:46 to 2024-04-09 19:26:11 UTC [more...]

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-09 19:22 UTC  (14+ 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()

Advice on cgroup rstat lock
 2024-04-09 16:59 UTC  (4+ messages)

[RFC PATCH v3 0/9] pids controller events rework and migration charging
 2024-04-09 16:02 UTC  (19+ 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 v10 00/14] Add Cgroup support for SGX EPC memory
 2024-04-09 15:34 UTC  (38+ messages)
` [PATCH v10 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v10 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v10 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v10 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v10 09/14] x86/sgx: Implement async reclamation "
` [PATCH v10 10/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v10 11/14] x86/sgx: Abstract check for global reclaimable pages
` [PATCH v10 12/14] x86/sgx: Turn on per-cgroup EPC reclamation
          `  "
` [PATCH v10 13/14] Docs/x86/sgx: Add description for cgroup support
` [PATCH v10 14/14] selftests/sgx: Add scripts for EPC cgroup testing
    ` [PATCH] selftests/sgx: Improve cgroup test scripts
        ` [PATCH v2] "

[RFC PATCH bpf-next 0/3] bpf: freeze a task cgroup from bpf
 2024-04-09 15:32 UTC  (17+ messages)
      `  "

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

[RFC PATCH v3 0/8] mm: workingset reporting
 2024-04-09  7:18 UTC  (10+ 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
` [RFC PATCH v3 8/8] mm: test system-wide workingset reporting

[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  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] cgroup/cpuset: Add test_cpuset_v1_hp.sh

[PATCH v5 00/11] IOMMU memory observability
 2024-04-08  2:17 UTC  (10+ messages)
` [PATCH v5 01/11] iommu/vt-d: add wrapper functions for page allocations

[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  (20+ messages)
` [PATCH v6 01/37] fix missing vmalloc.h includes
` [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro

[PATCH RFC v2 0/6] blk-throttle: support enable and disable during runtime
 2024-04-06  8:00 UTC  (7+ 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] blk-iocost: avoid out of bounds shift
 2024-04-06  2:07 UTC  (3+ messages)

[syzbot] [cgroups?] [mm?] WARNING in __mod_memcg_lruvec_state
 2024-04-05  4:47 UTC  (5+ messages)

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

[RFC/POC]: Make cpuset.cpus.effective independent of cpuset.cpus
 2024-04-04  8:09 UTC  (5+ messages)
` [PATCH] cgroup/cpuset: "
      `  "

[PATCH] selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted without nsdelegate
 2024-04-03 19:42 UTC  (3+ messages)

[PATCH v2 0/2] memcg_kmem hooks refactoring
 2024-04-03 18:02 UTC  (6+ messages)
` [PATCH v2 1/2] mm, slab: move memcg charging to post-alloc hook

[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
 2024-04-03 16:46 UTC  (30+ messages)
` [PATCH v9 08/15] x86/sgx: Implement EPC reclamation flows for cgroup
` [PATCH v9 15/15] selftests/sgx: Add scripts for EPC cgroup testing
            `  "

[PATCH 0/2] cgroup/cpuset: Make cpuset hotplug processing synchronous
 2024-04-03 16:17 UTC  (14+ messages)
` [PATCH 1/2] "
      `  "
` [PATCH 2/2] cgroup/cpuset: Add test_cpuset_v1_hp.sh

[PATCH] cpuset: fix race between rebuild scheduler domains and hotplug work
 2024-04-03 13:46 UTC  (2+ messages)

add a bio_list_merge_init helper
 2024-03-29 18:32 UTC  (11+ messages)
` [PATCH 1/4] block: "
` [PATCH 2/4] blk-cgroup: use bio_list_merge_init
` [PATCH 3/4] dm: "
` [PATCH 4/4] btrfs "

[PATCH 0/2] isolation: Exclude dynamically isolated CPUs from housekeeping masks
 2024-03-29  0:56 UTC  (4+ messages)
` [PATCH 1/2] sched/isolation: "

[problem] Hung task caused by memory migration when cpuset.mems changes
 2024-03-28 17:19 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 read-only IMAP folder(s) and NNTP newsgroup(s).