index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
cgroup
/
test_memcontrol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-02
mm, memcg: cg2 memory{.swap,}.peak write tests
David Finkel
1
-8
/
+256
2024-05-20
Revert "selftests/cgroup: Drop define _GNU_SOURCE"
Shuah Khan
1
-0
/
+2
2024-05-13
selftests/cgroup: Drop define _GNU_SOURCE
Edward Liaw
1
-2
/
+0
2024-05-03
selftests/cgroup: fix clang warnings: uninitialized fd variable
John Hubbard
1
-1
/
+3
2024-04-03
selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted witho...
Tianchen Ding
1
-1
/
+1
2023-06-24
selftests: cgroup: fix unexpected failure on test_memcg_sock
Haifeng Xu
1
-1
/
+4
2023-06-10
selftests: cgroup: fix unexpected failure on test_memcg_low
Haifeng Xu
1
-1
/
+3
2023-03-28
selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
Ivan Orlov
1
-0
/
+15
2022-12-12
selftests: cgroup: make sure reclaim target memcg is unprotected
Yosry Ahmed
1
-0
/
+11
2022-12-12
selftests: cgroup: refactor proactive reclaim code to reclaim_until()
Yosry Ahmed
1
-36
/
+44
2022-05-27
selftests: memcg: factor out common parts of memory.{low,min} tests
Michal Koutný
1
-163
/
+36
2022-05-27
selftests: memcg: remove protection from top level memcg
Michal Koutný
1
-7
/
+3
2022-05-27
selftests: memcg: adjust expected reclaim values of protected cgroups
Michal Koutný
1
-12
/
+17
2022-05-27
selftests: memcg: expect no low events in unprotected sibling
Michal Koutný
1
-1
/
+1
2022-05-27
selftests: memcg: fix compilation
Michal Koutný
1
-11
/
+14
2022-05-25
cgroup: fix an error handling path in alloc_pagecache_max_30M()
Christophe JAILLET
1
-1
/
+1
2022-05-13
cgroup: fix racy check in alloc_pagecache_max_30M() helper function
David Vernet
1
-2
/
+7
2022-05-13
cgroup: remove racy check in test_memcg_sock()
David Vernet
1
-3
/
+0
2022-05-13
cgroup: account for memory_localevents in test_memcg_oom_group_leaf_events()
David Vernet
1
-5
/
+17
2022-05-13
cgroup: account for memory_recursiveprot in test_memcg_low()
David Vernet
1
-3
/
+13
2022-05-13
cgroups: refactor children cgroups in memcg tests
David Vernet
1
-14
/
+14
2022-04-30
selftests: cgroup: add a selftest for memory.reclaim
Yosry Ahmed
1
-0
/
+106
2022-04-30
selftests: cgroup: fix alloc_anon_noexit() instantly freeing memory
Yosry Ahmed
1
-2
/
+6
2022-04-29
kselftests: memcg: speed up the memory.high test
Roman Gushchin
1
-1
/
+1
2022-04-29
kselftests: memcg: update the oom group leaf events test
Roman Gushchin
1
-2
/
+3
2022-03-23
selftests: memcg: test high limit for single entry allocation
Shakeel Butt
1
-0
/
+78
2019-05-30
kselftest/cgroup: fix unexpected testing failure on test_memcontrol
Alex Shi
1
-0
/
+4
2019-04-09
selftests: cgroup: fix cleanup path in test_memcg_subtree_control()
Roman Gushchin
1
-17
/
+21
2018-09-08
Add tests for memory.oom.group
Jay Kamat
1
-0
/
+205
2018-05-31
selftests: cgroup/memcontrol: add basic test for socket accounting
Mike Rapoport
1
-0
/
+193
2018-05-31
selftests: cgroup/memcontrol: add basic test for swap controls
Mike Rapoport
1
-0
/
+91
2018-05-31
selftests: cgroup: add memory controller self-tests
Roman Gushchin
1
-0
/
+731