summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/cgroup
AgeCommit message (Expand)AuthorLines
2023-09-01Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-2/+284
2023-08-24selftests: cgroup: fix test_kmem_memcg_deletion kernel mem checkLucas Karpinski-14/+7
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton-2/+6
2023-08-21selftests: cgroup: fix test_kmem_basic less than errorLucas Karpinski-2/+2
2023-08-18selftests: cgroup: add zswap-memcg unwanted writeback testDomenico Cerasuolo-0/+61
2023-08-18selftests: cgroup: add test_zswap with no kmem bypass testDomenico Cerasuolo-0/+163
2023-08-18selftests: cgroup: add test_zswap programDomenico Cerasuolo-0/+65
2023-08-04selftests: cgroup: fix test_kmem_basic false positivesJohannes Weiner-0/+4
2023-07-10selftests: cgroup: Add cpuset migrations testcaseMichal Koutný-0/+278
2023-07-10selftests: cgroup: Minor code reorganizationsMichal Koutný-2/+6
2023-06-23selftests: cgroup: fix unexpected failure on test_memcg_sockHaifeng Xu-1/+4
2023-06-09selftests: cgroup: fix unexpected failure on test_memcg_lowHaifeng Xu-1/+3
2023-04-29Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-11/+14
2023-03-29cgroup/cpuset: Minor updates to test_cpuset_prs.shWaiman Long-11/+14
2023-03-28selftests: cgroup: Add 'malloc' failures checks in test_memcontrolIvan Orlov-0/+15
2023-01-31cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long-0/+1
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-36/+55
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+3
2022-12-12Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-2/+17
2022-12-11selftests: cgroup: make sure reclaim target memcg is unprotectedYosry Ahmed-0/+11
2022-12-11selftests: cgroup: refactor proactive reclaim code to reclaim_until()Yosry Ahmed-36/+44
2022-12-09kselftests: cgroup: update kmem test precision toleranceMichal Hocko-3/+3
2022-11-22kselftest/cgroup: Add cleanup() to test_cpuset_prs.shKamalesh Babulal-1/+16
2022-11-18selftests: cgroup: fix unsigned comparison with less than zeroYueHaibing-2/+3
2022-11-14kselftest/cgroup: Fix gathering number of CPUsBreno Leitao-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner-1/+0
2022-09-04kselftest/cgroup: Add cpuset v2 partition root state testWaiman Long-2/+765
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-185/+151
2022-05-27selftests: memcg: factor out common parts of memory.{low,min} testsMichal Koutný-163/+36
2022-05-27selftests: memcg: remove protection from top level memcgMichal Koutný-7/+3
2022-05-27selftests: memcg: adjust expected reclaim values of protected cgroupsMichal Koutný-12/+106
2022-05-27selftests: memcg: expect no low events in unprotected siblingMichal Koutný-1/+1
2022-05-27selftests: memcg: fix compilationMichal Koutný-11/+14
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-57/+199
2022-05-25cgroup: fix an error handling path in alloc_pagecache_max_30M()Christophe JAILLET-1/+1
2022-05-13kseltest/cgroup: Make test_stress.sh work if run interactivelyWaiman Long-1/+1
2022-05-13cgroup: fix racy check in alloc_pagecache_max_30M() helper functionDavid Vernet-2/+7
2022-05-13cgroup: remove racy check in test_memcg_sock()David Vernet-3/+0
2022-05-13cgroup: account for memory_localevents in test_memcg_oom_group_leaf_events()David Vernet-5/+17
2022-05-13cgroup: account for memory_recursiveprot in test_memcg_low()David Vernet-3/+26
2022-05-13cgroups: refactor children cgroups in memcg testsDavid Vernet-14/+14
2022-05-12kselftest/cgroup: fix test_stress.sh to use OUTPUT dirPhil Auld-1/+1
2022-04-29selftests: cgroup: add a selftest for memory.reclaimYosry Ahmed-0/+106
2022-04-29selftests: cgroup: fix alloc_anon_noexit() instantly freeing memoryYosry Ahmed-2/+6
2022-04-29selftests: cgroup: return -errno from cg_read()/cg_write() on failureYosry Ahmed-25/+19
2022-04-28kselftests: memcg: speed up the memory.high testRoman Gushchin-1/+1
2022-04-28kselftests: memcg: update the oom group leaf events testRoman Gushchin-2/+3
2022-04-25cgroup: Add config file to cgroup selftest suiteDavid Vernet-0/+8
2022-04-25cgroup: Add test_cpucg_max_nested() testcaseDavid Vernet-0/+63