summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2022-05-1713-39/+272
|\
| * Merge branch 'mm-nonmm-unstable' into mm-everythingakpm2022-05-163-1/+419
| |\
| * | selftests: memcg: remove protection from top level memcgMichal Koutný2022-05-161-8/+4
| * | selftests: memcg: adjust expected reclaim values of protected cgroupsMichal Koutný2022-05-161-10/+10
| * | selftests: memcg: expect no low events in unprotected siblingMichal Koutný2022-05-161-1/+1
| * | selftests: memcg: Fix compilationMichal Koutný2022-05-161-11/+14
| * | mm: discard __GFP_ATOMICNeilBrown2022-05-162-3/+1
| * | lib/test_maple_tree: add testing for maple treeLiam R. Howlett2022-05-161-2/+7
| * | radix tree test suite: add lockdep_is_held to headerLiam R. Howlett2022-05-161-0/+2
| * | radix tree test suite: add support for slab bulk APIsLiam R. Howlett2022-05-162-2/+120
| * | radix tree test suite: add allocation counts and size to kmem_cacheLiam R. Howlett2022-05-161-1/+27
| * | radix tree test suite: add kmem_cache_set_non_kernel()Liam R. Howlett2022-05-161-2/+14
| * | radix tree test suite: add pr_err defineLiam R. Howlett2022-05-161-0/+1
| * | Maple Tree: add new data structureLiam R. Howlett2022-05-165-0/+72
| * | Merge branch 'mm-stable' into mm-unstableakpm2022-05-1619-681/+1119
| |\ \
* | \ \ Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Rothwell2022-05-173-1/+419
|\ \ \ \ | | |_|/ | |/| |
| * | | taskstats: version 12 with thread group and exe infoDr. Thomas Orgis2022-04-293-1/+419
* | | | Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/akp...Stephen Rothwell2022-05-1719-681/+1119
|\ \ \ \ | | |_|/ | |/| |
| * | | cgroup: fix racy check in alloc_pagecache_max_30M() helper functionDavid Vernet2022-05-131-2/+7
| * | | cgroup: remove racy check in test_memcg_sock()David Vernet2022-05-131-3/+0
| * | | cgroup: account for memory_localevents in test_memcg_oom_group_leaf_events()David Vernet2022-05-131-5/+17
| * | | cgroup: account for memory_recursiveprot in test_memcg_low()David Vernet2022-05-133-3/+26
| * | | cgroups: refactor children cgroups in memcg testsDavid Vernet2022-05-131-14/+14
| * | | userfaultfd/selftests: use swap() instead of open coding itGuo Zhengkui2022-05-131-7/+2
| * | | selftests/uffd: enable uffd-wp for shmem/hugetlbfsPeter Xu2022-05-131-3/+1
| * | | selftest/vm: test that mremap fails on non-existent vmaNiels Dossche2022-05-131-0/+6
| * | | selftets/damon/sysfs: test existence and permission of avail_operationsSeongJae Park2022-05-131-0/+1
| * | | selftests: clarify common error when running gup_testJoel Savitz2022-05-091-0/+2
| * | | mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand2022-05-091-1/+7
| * | | selftests: cgroup: add a selftest for memory.reclaimYosry Ahmed2022-04-291-0/+106
| * | | selftests: cgroup: fix alloc_anon_noexit() instantly freeing memoryYosry Ahmed2022-04-291-2/+6
| * | | selftests: cgroup: return -errno from cg_read()/cg_write() on failureYosry Ahmed2022-04-291-25/+19
| * | | selftests: vm: fix shellcheck warnings in run_vmtests.shAxel Rasmussen2022-04-281-28/+27
| * | | selftests: vm: refactor run_vmtests.sh to reduce boilerplateAxel Rasmussen2022-04-281-415/+64
| * | | selftests: vm: add test for Soft-Dirty PTE bitGabriel Krisman Bertazi2022-04-284-0/+150
| * | | selftests: vm: bring common functions to a new fileMuhammad Usama Anjum2022-04-285-113/+124
| * | | tools/testing/selftests/vm/gup_test.c: clarify error statementSidhartha Kumar2022-04-282-11/+44
| * | | mm: add selftests for migration entriesAlistair Popple2022-04-282-0/+196
| * | | kselftests: memcg: speed up the memory.high testRoman Gushchin2022-04-281-1/+1
| * | | kselftests: memcg: update the oom group leaf events testRoman Gushchin2022-04-281-2/+3
| * | | tools/vm/page_owner_sort.c: avoid repeated judgmentsYixuan Cao2022-04-281-4/+2
| * | | tools/vm/page_owner_sort.c: provide allocator labelling and update --cull and...Yixuan Cao2022-04-281-15/+97
| * | | tools/vm/page_owner: support debug log to avoid huge log printHaowen Bai2022-04-281-8/+20
| * | | tools/vm/page_owner_sort.c: support sorting blocks by multiple keysJiajian Ye2022-04-281-22/+142
| * | | tools/vm/page_owner_sort.c: support for multi-value selection in single argumentJiajian Ye2022-04-281-21/+57
| * | | tools/vm/page_owner_sort.c: use fprintf() to send error messages to stderrJiajian Ye2022-04-281-14/+16
| |/ /
* | | Merge branch 'hte/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Rothwell2022-05-171-1/+5
|\ \ \
| * | | tools: gpio: Add new hardware clock typeDipen Patel2022-05-041-1/+5
* | | | Merge branch 'bitmap-for-next' of https://github.com/norov/linux.gitStephen Rothwell2022-05-173-1/+64
|\ \ \ \
| * | | | tools: bitmap: sync bitmap_weightYury Norov2022-05-023-1/+64