Linux Cgroups
[Prev Page][Next Page]
- Re: [RFC PATCH v3 6/9] selftests: cgroup: Add basic tests for pids controller, (continued)
- Re: [PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling,
Klara Modin
- [PATCH] blk-iocost: avoid out of bounds shift,
Rik van Riel
- [tj-cgroup:for-next] BUILD SUCCESS 4793cb599b1bdc3d356f0374c2c99ffe890ae876, kernel test robot
- [PATCH v2 0/2] cgroup/cpuset: Make cpuset hotplug processing synchronous,
Waiman Long
- [PATCH] cpuset: fix race between rebuild scheduler domains and hotplug work,
Chen Ridong
- [syzbot] [cgroups?] [mm?] WARNING in __mod_memcg_lruvec_state,
syzbot
- [PATCH 0/2] cgroup/cpuset: Make cpuset hotplug processing synchronous,
Waiman Long
- add a bio_list_merge_init helper,
Christoph Hellwig
- [PATCH v10 00/14] Add Cgroup support for SGX EPC memory,
Haitao Huang
- [PATCH v10 01/14] x86/sgx: Replace boolean parameters with enums, Haitao Huang
- [PATCH v10 02/14] cgroup/misc: Add per resource callbacks for CSS events, Haitao Huang
- [PATCH v10 03/14] cgroup/misc: Export APIs for SGX driver, Haitao Huang
- [PATCH v10 04/14] cgroup/misc: Add SGX EPC resource type, Haitao Huang
- [PATCH v10 05/14] x86/sgx: Implement basic EPC misc cgroup functionality, Haitao Huang
- [PATCH v10 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list, Haitao Huang
- [PATCH v10 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU, Haitao Huang
- [PATCH v10 09/14] x86/sgx: Implement async reclamation for cgroup, Haitao Huang
- [PATCH v10 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup, Haitao Huang
- [PATCH v10 10/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation, Haitao Huang
- [PATCH v10 11/14] x86/sgx: Abstract check for global reclaimable pages, Haitao Huang
- [PATCH v10 12/14] x86/sgx: Turn on per-cgroup EPC reclamation, Haitao Huang
- [PATCH v10 13/14] Docs/x86/sgx: Add description for cgroup support, Haitao Huang
- [PATCH v10 14/14] selftests/sgx: Add scripts for EPC cgroup testing, Haitao Huang
- [RFC PATCH bpf-next 0/3] bpf: freeze a task cgroup from bpf,
Djalal Harouni
- [RFC PATCH v3 0/8] mm: workingset reporting,
Yuanchu Xie
- [PATCH] blk-throttle: Only use seq_printf() in tg_prfill_limit(),
John Garry
- [PATCH] selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted without nsdelegate,
Tianchen Ding
- [tj-cgroup:for-next] BUILD SUCCESS 20d46283f5d679338ec2bbd734f46f900557fb97, kernel test robot
- [PATCH mm-unstable v3 0/2] memcg_kmem hooks refactoring,
Vlastimil Babka
- [PATCH] blk-throttle: Fix W=1 build issue in tg_prfill_limit(),
John Garry
- [problem] Hung task caused by memory migration when cpuset.mems changes,
Chuyi Zhou
- [PATCH v2 0/2] memcg_kmem hooks refactoring,
Vlastimil Babka
- [PATCH -next RFC] blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW,
Yu Kuai
- [RFC/POC]: Make cpuset.cpus.effective independent of cpuset.cpus,
Petr Malat
- [PATCH v6 00/37] Memory allocation profiling,
Suren Baghdasaryan
- [PATCH v6 01/37] fix missing vmalloc.h includes, Suren Baghdasaryan
- [PATCH v6 02/37] asm-generic/io.h: Kill vmalloc.h dependency, Suren Baghdasaryan
- [PATCH v6 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline, Suren Baghdasaryan
- [PATCH v6 04/37] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
- [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
- [PATCH v6 06/37] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
- [PATCH v6 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
- [PATCH v6 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
- [PATCH v6 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
- [PATCH v6 10/37] lib: code tagging framework, Suren Baghdasaryan
- [PATCH v6 11/37] lib: code tagging module support, Suren Baghdasaryan
- [PATCH v6 12/37] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
- [PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
- [PATCH v6 14/37] lib: introduce support for page allocation tagging, Suren Baghdasaryan
- [PATCH v6 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead, Suren Baghdasaryan
- [PATCH v6 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags, Suren Baghdasaryan
- [PATCH v6 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
- [PATCH v6 18/37] mm: enable page allocation tagging, Suren Baghdasaryan
- [PATCH v6 19/37] mm: create new codetag references during page splitting, Suren Baghdasaryan
- [PATCH v6 20/37] mm: fix non-compound multi-order memory accounting in __free_pages, Suren Baghdasaryan
- [PATCH v6 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
- [PATCH v6 22/37] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
- [PATCH v6 23/37] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
- [PATCH v6 24/37] rust: Add a rust helper for krealloc(), Suren Baghdasaryan
- [PATCH v6 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends, Suren Baghdasaryan
- [PATCH v6 26/37] mempool: Hook up to memory allocation profiling, Suren Baghdasaryan
- [PATCH v6 27/37] mm: percpu: Introduce pcpuobj_ext, Suren Baghdasaryan
- [PATCH v6 28/37] mm: percpu: Add codetag reference into pcpuobj_ext, Suren Baghdasaryan
- [PATCH v6 29/37] mm: percpu: enable per-cpu allocation tagging, Suren Baghdasaryan
- [PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling, Suren Baghdasaryan
- [PATCH v6 31/37] rhashtable: Plumb through alloc tag, Suren Baghdasaryan
- [PATCH v6 32/37] lib: add memory allocations report in show_mem(), Suren Baghdasaryan
- [PATCH v6 33/37] codetag: debug: skip objext checking when it's for objext itself, Suren Baghdasaryan
- [PATCH v6 34/37] codetag: debug: mark codetags for reserved pages as empty, Suren Baghdasaryan
- [PATCH v6 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations, Suren Baghdasaryan
- [PATCH v6 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling, Suren Baghdasaryan
- [PATCH v6 37/37] memprofiling: Documentation, Suren Baghdasaryan
- Re: [PATCH v6 00/37] Memory allocation profiling, Andrew Morton
- Re: [PATCH v6 00/37] Memory allocation profiling, Klara Modin
- Re: [PATCH v6 00/37] Memory allocation profiling, Kees Cook
- Re: [PATCH v6 00/37] Memory allocation profiling, Kees Cook
- [PATCH] mm: remove CONFIG_MEMCG_KMEM,
Johannes Weiner
- [PATCH] cgroup, docs: Clarify limitation of RT processes with cgroup v2 cpu controller,
Waiman Long
- [PATCH] mm/memcontrol: stop resize loop if limit was changed again,
Pavel Tikhomirov
- [tj-cgroup:test-merge-for-6.9] BUILD SUCCESS 4553704652b93ad7f9aba880c412b482da6581f9, kernel test robot
- [GIT PULL] cgroup changes for v6.9,
Tejun Heo
- [PATCH v2 0/3] introduce CPUTIME_FORCEIDLE_TASK and add,
Cruz Zhao
- [PATCH v5 00/37] Memory allocation profiling,
Suren Baghdasaryan
- [PATCH v5 01/37] fix missing vmalloc.h includes, Suren Baghdasaryan
- [PATCH v5 02/37] asm-generic/io.h: Kill vmalloc.h dependency, Suren Baghdasaryan
- [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline, Suren Baghdasaryan
- [PATCH v5 05/37] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
- [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
- [PATCH v5 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
- [PATCH v5 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
- [PATCH v5 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
- [PATCH v5 10/37] lib: code tagging framework, Suren Baghdasaryan
- [PATCH v5 11/37] lib: code tagging module support, Suren Baghdasaryan
- [PATCH v5 12/37] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
- [PATCH v5 13/37] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
- [PATCH v5 14/37] lib: introduce support for page allocation tagging, Suren Baghdasaryan
- [PATCH v5 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead, Suren Baghdasaryan
- [PATCH v5 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags, Suren Baghdasaryan
- [PATCH v5 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
- [PATCH v5 18/37] mm: enable page allocation tagging, Suren Baghdasaryan
- [PATCH v5 19/37] mm: create new codetag references during page splitting, Suren Baghdasaryan
- [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages, Suren Baghdasaryan
- [PATCH v5 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
- [PATCH v5 22/37] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
- [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
- [PATCH v5 24/37] rust: Add a rust helper for krealloc(), Suren Baghdasaryan
- [PATCH v5 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends, Suren Baghdasaryan
- [PATCH v5 26/37] mempool: Hook up to memory allocation profiling, Suren Baghdasaryan
- [PATCH v5 27/37] mm: percpu: Introduce pcpuobj_ext, Suren Baghdasaryan
- [PATCH v5 28/37] mm: percpu: Add codetag reference into pcpuobj_ext, Suren Baghdasaryan
- [PATCH v5 29/37] mm: percpu: enable per-cpu allocation tagging, Suren Baghdasaryan
- [PATCH v5 30/37] mm: vmalloc: Enable memory allocation profiling, Suren Baghdasaryan
- [PATCH v5 31/37] rhashtable: Plumb through alloc tag, Suren Baghdasaryan
- [PATCH v5 32/37] lib: add memory allocations report in show_mem(), Suren Baghdasaryan
- [PATCH v5 33/37] codetag: debug: skip objext checking when it's for objext itself, Suren Baghdasaryan
- [PATCH v5 34/37] codetag: debug: mark codetags for reserved pages as empty, Suren Baghdasaryan
- [PATCH v5 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations, Suren Baghdasaryan
- [PATCH v5 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling, Suren Baghdasaryan
- [PATCH v5 37/37] memprofiling: Documentation, Suren Baghdasaryan
- [PATCH v5 04/37] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
- [GIT PULL] cgroup fixes for v6.8-rc7,
Tejun Heo
- [PATCH RFC 0/4] memcg_kmem hooks refactoring and kmem_cache_charge(),
Vlastimil Babka
- [tj-cgroup:for-6.9] BUILD SUCCESS 3ab67a9ce82ff22447b1dad53b49a91d1abbf1ff, kernel test robot
- [tj-cgroup:for-6.8-fixes] BUILD SUCCESS 25125a4762835d62ba1e540c1351d447fc1f6c7c, kernel test robot
- [tj-cgroup:for-next] BUILD SUCCESS 13eb1d6e1cfcfc277d2cba521c6082ab3e16b43f, kernel test robot
- Missing S: in the "CONTROL GROUP - BLOCK IO CONTROLLER (BLKIO)" entry?, Zenghui Yu
- [PATCH RESEND 1/2] cgroup/cpuset: Remove cpuset_do_slab_mem_spread(),
Xiongwei Song
- [PATCH 1/2] cgroup/cpuset: Remove cpuset_do_slab_mem_spread(),
Xiongwei Song
- [tj-cgroup:for-next] BUILD SUCCESS 96ea92731d4d8cf827e5404d127e19b2ce7b2f29, kernel test robot
- [PATCH] cgroup/cpuset: Fix retval in update_cpumask(),
Kamalesh Babulal
- [tj-cgroup:for-6.8-fixes] BUILD SUCCESS 66f40b926dd249f74334a22162c09e7ec1ec5b07, kernel test robot
- [PATCH 0/2] isolation: Exclude dynamically isolated CPUs from housekeeping masks,
Waiman Long
- [PATCH] cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask(),
Waiman Long
- [BUG] selftests: cgroup: KMEMLEAK in cgroup/test_cpuset_prs.sh,
Mirsad Todorovac
- subscribe, delyan
- [PATCH v5 0/8] Split a folio to any lower order folios,
Zi Yan
- [PATCH stable 4.19] mm: memcontrol: switch to rcu protection in drain_all_stock(),
GONG, Ruiqi
- [PATCH v5 00/11] IOMMU memory observability,
Pasha Tatashin
- [PATCH v5 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist, Pasha Tatashin
- [PATCH v5 01/11] iommu/vt-d: add wrapper functions for page allocations, Pasha Tatashin
- [PATCH v5 06/11] iommu/exynos: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v5 04/11] iommu/io-pgtable-arm: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v5 03/11] iommu/amd: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v5 05/11] iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v5 07/11] iommu/rockchip: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v5 09/11] iommu/tegra-smmu: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v5 08/11] iommu/sun50i: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v5 11/11] iommu: account IOMMU allocated memory, Pasha Tatashin
- [PATCH v5 10/11] iommu: observability of the IOMMU allocations, Pasha Tatashin
- Re: [PATCH v5 00/11] IOMMU memory observability, David Rientjes
- Re: [PATCH v5 00/11] IOMMU memory observability, Linu Cherian
- Re: [PATCH v5 00/11] IOMMU memory observability, Joerg Roedel
- [PATCH v2 stable] memcg: add refcnt for pcpu stock to avoid UAF problem in drain_all_stock(), GONG, Ruiqi
- [PATCH v4 00/36] Memory allocation profiling,
Suren Baghdasaryan
- [PATCH v4 04/36] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
- [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
- [PATCH v4 06/36] mm: enumerate all gfp flags, Suren Baghdasaryan
- [PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
- [PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
- [PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
- [PATCH v4 10/36] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
- [PATCH v4 11/36] lib: code tagging framework, Suren Baghdasaryan
- [PATCH v4 12/36] lib: code tagging module support, Suren Baghdasaryan
- [PATCH v4 13/36] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
- [PATCH v4 14/36] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
- [PATCH v4 15/36] lib: introduce support for page allocation tagging, Suren Baghdasaryan
- [PATCH v4 16/36] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags, Suren Baghdasaryan
- [PATCH v4 17/36] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
- [PATCH v4 18/36] mm: enable page allocation tagging, Suren Baghdasaryan
- [PATCH v4 19/36] mm: create new codetag references during page splitting, Suren Baghdasaryan
- [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
- [PATCH v4 21/36] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
- [PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
- [PATCH v4 23/36] mm/slab: enable slab allocation tagging for kmalloc and friends, Suren Baghdasaryan
- [PATCH v4 24/36] rust: Add a rust helper for krealloc(), Suren Baghdasaryan
- [PATCH v4 25/36] mempool: Hook up to memory allocation profiling, Suren Baghdasaryan
- [PATCH v4 26/36] mm: percpu: Introduce pcpuobj_ext, Suren Baghdasaryan
- [PATCH v4 27/36] mm: percpu: Add codetag reference into pcpuobj_ext, Suren Baghdasaryan
- [PATCH v4 28/36] mm: percpu: enable per-cpu allocation tagging, Suren Baghdasaryan
- [PATCH v4 29/36] mm: vmalloc: Enable memory allocation profiling, Suren Baghdasaryan
- [PATCH v4 30/36] rhashtable: Plumb through alloc tag, Suren Baghdasaryan
- [PATCH v4 31/36] lib: add memory allocations report in show_mem(), Suren Baghdasaryan
- [PATCH v4 32/36] codetag: debug: skip objext checking when it's for objext itself, Suren Baghdasaryan
- [PATCH v4 33/36] codetag: debug: mark codetags for reserved pages as empty, Suren Baghdasaryan
- [PATCH v4 34/36] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations, Suren Baghdasaryan
- [PATCH v4 35/36] MAINTAINERS: Add entries for code tagging and memory allocation profiling, Suren Baghdasaryan
- [PATCH v4 36/36] memprofiling: Documentation, Suren Baghdasaryan
- Re: [PATCH v4 00/36] Memory allocation profiling, Vlastimil Babka
[PATCH stable] memcg: add refcnt for pcpu stock to avoid UAF problem in drain_all_stock(),
GONG, Ruiqi
[PATCH] sched/core: introduce CPUTIME_FORCEIDLE_TASK,
Cruz Zhao
[linus:master] [mm] 9cee7e8ef3: netperf.Throughput_Mbps 4.0% improvement, kernel test robot
[PATCH][next] mm: Fix spelling mistake "commdandline" -> "commandline",
Colin Ian King
[PATCH v4] cgroup2: New memory.max.effective like cgroup1 hierarchical_memory_limit,
Jan Kratochvil (Azul)
[PATCH v4 0/7] Split a folio to any lower order folios,
Zi Yan
- [PATCH v4 1/7] mm/memcg: use order instead of nr in split_page_memcg(), Zi Yan
- [PATCH v4 2/7] mm/page_owner: use order instead of nr in split_page_owner(), Zi Yan
- [PATCH v4 3/7] mm: memcg: make memcg huge page split support any order split., Zi Yan
- [PATCH v4 4/7] mm: page_owner: add support for splitting to any order in split page_owner., Zi Yan
- [PATCH v4 6/7] mm: truncate: split huge page cache page to a non-zero order if possible., Zi Yan
- [PATCH v4 5/7] mm: thp: split huge page to any lower order pages (except order-1)., Zi Yan
- [PATCH v4 7/7] mm: huge_memory: enable debugfs to split huge pages to any order., Zi Yan
- Re: [PATCH v4 0/7] Split a folio to any lower order folios, David Hildenbrand
- Re: [PATCH v4 0/7] Split a folio to any lower order folios, Zi Yan
- Re: [PATCH v4 0/7] Split a folio to any lower order folios, Pankaj Raghav (Samsung)
[PATCH v3] cgroup2: New memory.max.effective like cgroup1 hierarchical_memory_limit,
Jan Kratochvil (Azul)
[PATCH] mm: memcontrol: clarify swapaccount=0 deprecation warning,
Johannes Weiner
[PATCH v3 00/35] Memory allocation profiling,
Suren Baghdasaryan
[Index of Archives]
[Linux Kernel Development]
[Security]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Share Photos]>
[Fedora ARM]
[Hot Springs Forum]