aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-04-18selftests/mm: drop global hpage_size in uffd testsPeter Xu3-7/+8
2023-04-18selftests/mm: drop global mem_fd in uffd testsPeter Xu3-17/+28
2023-04-18selftests/mm: UFFDIO_API testPeter Xu1-1/+108
2023-04-18selftests/mm: uffd_open_{dev|sys}()Peter Xu3-23/+31
2023-04-18selftests/mm: uffd_[un]register()Peter Xu7-104/+64
2023-04-18selftests/mm: split uffd tests into uffd-stress and uffd-unit-testsPeter Xu5-8/+40
2023-04-18selftests/mm: create uffd-common.[ch]Peter Xu4-693/+731
2023-04-18selftests/mm: drop test_uffdio_zeropage_eexistPeter Xu1-9/+11
2023-04-18selftests/mm: test UFFDIO_ZEROPAGE only when !hugetlbPeter Xu1-1/+1
2023-04-18selftests/mm: reuse pagemap_get_entry() in vm_util.hPeter Xu1-22/+9
2023-04-18selftests/mm: use PM_* macros in vm_utils.hPeter Xu3-20/+12
2023-04-18selftests/mm: merge default_huge_page_size() into onePeter Xu5-66/+24
2023-04-18selftests/mm: link vm_util.c alwaysPeter Xu1-12/+1
2023-04-18selftests/mm: use TEST_GEN_PROGS where properPeter Xu1-32/+33
2023-04-18selftests/mm: merge util.h into vm_util.hPeter Xu8-85/+80
2023-04-18selftests/mm: dump a summary in run_vmtests.shPeter Xu1-0/+8
2023-04-18selftests/mm: update .gitignore with two missing testsPeter Xu1-0/+2
2023-04-18selftests/mm: mkdirty: test behavior of (pte|pmd)_mkdirty on VMAs without wri...David Hildenbrand2-0/+381
2023-04-18selftests/mm: reuse read_pmd_pagesize() in COW selftestDavid Hildenbrand5-31/+17
2023-04-18maple_tree: add a test case to check maple_allocPeng Zhang1-0/+24
2023-04-18selftests: Test the new RISC-V hwprobe interfaceEvan Green5-0/+171
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-7/+7
2023-04-18tools/Makefile: do missed s/vm/mm/SeongJae Park1-7/+7
2023-04-18libbpf: mark bpf_iter_num_{new,next,destroy} as __weakAndrii Nakryiko1-3/+3
2023-04-18libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.hAndrii Nakryiko2-103/+103
2023-04-18selftests/bpf: add missing __weak kfunc log fixup testAndrii Nakryiko2-0/+41
2023-04-18libbpf: improve handling of unresolved kfuncsAndrii Nakryiko1-3/+69
2023-04-18libbpf: report vmlinux vs module name when dealing with ksymsAndrii Nakryiko1-4/+5
2023-04-18libbpf: misc internal libbpf clean ups around log fixupAndrii Nakryiko1-12/+14
2023-04-18perf cs-etm: Fix segfault in dso lookupJames Clark1-2/+4
2023-04-18selftests/proc: Assert clock_gettime(CLOCK_BOOTTIME) VS /proc/uptime monotoni...Frederic Weisbecker3-8/+47
2023-04-18selftests/proc: Remove idle time monotonicity assertionsFrederic Weisbecker3-27/+14
2023-04-17perf script task-analyzer: Fix spelling mistake "miliseconds" -> "milliseconds"Colin Ian King1-1/+1
2023-04-17perf namespaces: Introduce nsinfo__mntns_path() accessor to avoid accessing -...Arnaldo Carvalho de Melo1-3/+8
2023-04-17perf namespaces: Introduce nsinfo__refcnt() accessor to avoid accessing ->ref...Arnaldo Carvalho de Melo1-4/+8
2023-04-17perf namespaces: Use the need_setns() accessors instead of accessing ->need_s...Arnaldo Carvalho de Melo1-3/+3
2023-04-17selftests/bpf: Add a selftest for checking subreg equalityYonghong Song2-0/+60
2023-04-17perf namespaces: Add reference count checkingIan Rogers2-57/+78
2023-04-17perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...Arnaldo Carvalho de Melo6-10/+12
2023-04-17perf cpumap: Add reference count checkingIan Rogers5-50/+58
2023-04-17perf cpumap: Use perf_cpu_map__cpu(map, cpu) instead of accessing map->map[cp...Ian Rogers1-5/+5
2023-04-17perf cpumap: Remove initializations done in perf_cpu_map__alloc()Arnaldo Carvalho de Melo1-6/+1
2023-04-17libperf: Add reference count checking macrosIan Rogers1-0/+94
2023-04-17libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps testArnaldo Carvalho de Melo3-5/+9
2023-04-17btrfs: mark btrfs_assertfail() __noreturnJosh Poimboeuf1-0/+1
2023-04-17selftests: mptcp: join: fix ShellCheck warningsMatthieu Baerts1-2/+8
2023-04-17selftests: mptcp: remove duplicated entries in usageMatthieu Baerts1-4/+4
2023-04-17selftests: openvswitch: add support for upcall testingAaron Conole2-11/+165
2023-04-17selftests: openvswitch: add flow dump supportAaron Conole1-0/+1026
2023-04-17selftests: openvswitch: add interface supportAaron Conole2-10/+163