summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/cgroup
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-77/+156
2026-06-17Merge tag 'cgroup-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-32/+44
2026-05-29selftests/cgroup: include slab in test_percpu_basic memory checkLi Wang1-5/+6
2026-05-29selftests/cgroup: fix hardcoded page size in test_percpu_basicLi Wang1-1/+1
2026-05-29selftests/cgroup: test_zswap: wait for asynchronous writebackLi Wang1-2/+26
2026-05-29selftest/cgroup: fix zswap attempt_writeback() on 64K pagesize systemLi Wang1-4/+4
2026-05-29selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize s...Li Wang1-21/+49
2026-05-29selftests/cgroup: replace hardcoded page size values in test_zswapLi Wang1-20/+25
2026-05-29selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_utilLi Wang5-20/+25
2026-05-29selftests/cgroup: use runtime page size for zswpin checkLi Wang1-1/+1
2026-05-29selftests/cgroup: avoid OOM in test_swapin_nozswapLi Wang1-6/+11
2026-05-29selftests/cgroup: skip test_zswap if zswap is globally disabledLi Wang1-4/+15
2026-05-27cgroup/cpuset: Add test cases for sibling CPU exclusion on partition updateSun Shaojie1-0/+10
2026-05-22selftests/cgroup: enable memory controller in hugetlb memcg testGuopeng Zhang1-0/+8
2026-05-13selftests/cgroup: Fix error path leaks in test_percpu_basicYu Miao1-3/+7
2026-05-12selftests/cgroup: check malloc return value in alloc_anon functionsHongfu Li1-26/+27
2026-05-11Merge branch 'for-7.1-fixes' into for-7.2Tejun Heo2-3/+4
2026-05-11selftests/cgroup: fix misleading debug message in test_cgfreezer_time_childTao Cui1-1/+1
2026-05-11selftests/cgroup: fix child process escaping to parent cleanup in test_cpucg_...Tao Cui1-1/+1
2026-05-11selftests/cgroup: Add NULL check after malloc in cgroup_util.cHongfu Li1-3/+6
2026-05-11selftests/cgroup: Fix string comparison in write_testHongfu Li1-1/+1
2026-05-11selftests/cgroup: Fix cg_read_strcmp() empty string comparisonHongfu Li1-2/+3
2026-05-08selftests/cgroup: Fix incorrect variable check in online_cpus()Hongfu Li1-1/+1
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+146
2026-04-14Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+112
2026-04-05selftest: memcg: skip memcg_sock test if address family not supportedWaiman Long1-1/+10
2026-04-05selftests/cgroup: add test for zswap incompressible pagesJiayuan Chen1-0/+136
2026-03-24selftests/cgroup: Don't require synchronous populated update on task exitTejun Heo4-4/+23
2026-03-12selftests: memcg: Add tests for IN_DELETE_SELF and IN_IGNOREDT.J. Mercier1-0/+112
2026-02-23cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueueWaiman Long1-1/+10
2026-02-23kselftest/cgroup: Simplify test_cpuset_prs.sh by removing "S+" commandWaiman Long1-109/+104
2026-01-12cgroup/cpuset: Move the v1 empty cpus/mems check to cpuset1_validate_change()Waiman Long1-0/+3
2026-01-12cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflictWaiman Long1-7/+19
2025-12-08selftests: cgroup: Replace sleep with cg_read_key_long_poll() for waiting on ...Guopeng Zhang1-18/+15
2025-12-08selftests: cgroup: make test_memcg_sock robust against delayed sock statsGuopeng Zhang1-1/+19
2025-12-08selftests: cgroup: Add cg_read_key_long_poll() to poll a cgroup key with retriesGuopeng Zhang2-0/+26
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds10-10/+10
2025-12-04Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-24/+32
2025-11-28selftests: complete kselftest include centralizationBala-Vignesh-Reddy10-10/+10
2025-11-14selftests/cgroup: conform test to KTAP format outputGuopeng Zhang8-24/+32
2025-10-15selftests: cgroup: Use values_close_report in test_cpuSebastian Chlad1-9/+9
2025-10-15selftests: cgroup: add values_close_report helperSebastian Chlad1-0/+20
2025-08-27selftests: cgroup: Make test_pids backwards compatibleMichal Koutný3-0/+16
2025-08-22cgroup: selftests: Add tests for freezer timeTiffany Yang1-0/+663
2025-07-17selftests/cgroup: fix cpu.max testsShashank Balaji1-20/+43
2025-07-12selftests: cgroup: Fix missing newline in test_zswap_writeback_oneSebastian Chlad1-1/+1
2025-07-12selftests: cgroup: Allow longer timeout for kmem_dead_cgroups cleanupSebastian Chlad1-1/+4
2025-06-17selftests: cgroup: Fix compilation on pre-cgroupns kernelsMichal Koutný1-0/+3
2025-06-17selftests: cgroup: Optionally set up v1 environmentMichal Koutný1-2/+42
2025-06-17selftests: cgroup: Add support for named v1 hierarchies in test_coreMichal Koutný1-5/+26