aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-04-25selftests/resctrl: Fix resctrl_tests' return code to work with selftest frame...Shaopeng Tan1-2/+2
2022-04-25selftests/resctrl: Change the default limited time to 120 secondsShaopeng Tan1-0/+3
2022-04-25selftests/resctrl: Kill child process before parent process terminates if SIG...Shaopeng Tan1-0/+1
2022-04-25selftests/resctrl: Print a message if the result of MBM&CMT tests is failed o...Shaopeng Tan1-0/+4
2022-04-25selftests/resctrl: Extend CPU vendor detectionShaopeng Tan4-17/+33
2022-04-25bpftool, musl compat: Replace sys/fcntl.h by fcntl.hDominique Martinet1-1/+1
2022-04-25bpftool, musl compat: Replace nftw with FTW_ACTIONRETVALDominique Martinet1-55/+57
2022-04-25selftests/x86/corrupt_xstate_header: Use provided __cpuid_count() macroReinette Chatre1-14/+2
2022-04-25selftests/x86/amx: Use provided __cpuid_count() macroReinette Chatre1-17/+7
2022-04-25selftests/vm/pkeys: Use provided __cpuid_count() macroReinette Chatre1-19/+2
2022-04-25selftests: Provide local define of __cpuid_count()Reinette Chatre1-0/+15
2022-04-25selftests/damon: add damon to selftests root MakefileYuanchu Xie1-0/+1
2022-04-25cgroup: Add config file to cgroup selftest suiteDavid Vernet1-0/+8
2022-04-25cgroup: Add test_cpucg_max_nested() testcaseDavid Vernet1-0/+63
2022-04-25cgroup: Add test_cpucg_max() testcaseDavid Vernet1-0/+54
2022-04-25cgroup: Add test_cpucg_nested_weight_underprovisioned() testcaseDavid Vernet1-16/+57
2022-04-25cgroup: Adding test_cpucg_nested_weight_overprovisioned() testcaseDavid Vernet1-0/+122
2022-04-25selftests/binderfs: Improve message to provide more infoKarthik Alapati1-1/+2
2022-04-25libbpf: Remove unnecessary type castYuntao Wang1-1/+1
2022-04-25selftests: mlxsw: Check device info on activated line cardJiri Pirko1-0/+22
2022-04-25selftests: mlxsw: Check line card info on provisioned line cardJiri Pirko1-0/+17
2022-04-25selftests: mlxsw: Check devices on provisioned line cardJiri Pirko1-0/+22
2022-04-25selftests: alsa: Start validating control namesMark Brown1-1/+40
2022-04-24Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo36-207/+630
2022-04-24libperf evsel: Factor out perf_evsel__ioctl()Adrian Hunter1-7/+12
2022-04-24perf stat: Support hybrid --topdown optionZhengjun Xing4-9/+36
2022-04-23Merge tag 'perf-tools-fixes-for-v5.18-2022-04-22' of git://git.kernel.org/pub...Linus Torvalds4-1/+23
2022-04-23selftests: drivers: dsa: add a subset of forwarding selftestsVladimir Oltean10-0/+11
2022-04-23selftests: forwarding: add a test for local_termination.shVladimir Oltean1-0/+299
2022-04-23selftests: forwarding: add a no_forwarding.sh testVladimir Oltean1-0/+261
2022-04-23selftests: forwarding: add helper for retrieving IPv6 link-local address of i...Vladimir Oltean1-0/+9
2022-04-23selftests: forwarding: add helpers for IP multicast group joins/leavesVladimir Oltean1-0/+38
2022-04-23selftests: forwarding: multiple instances in tcpdump helperJoachim Wiberg2-19/+31
2022-04-23selftests: forwarding: add TCPDUMP_EXTRA_FLAGS to lib.shJoachim Wiberg1-1/+2
2022-04-23selftests: forwarding: add option to run tests with stable MAC addressesVladimir Oltean1-0/+36
2022-04-23selftests: mptcp: add infinite map mibs checkGeliang Tang1-1/+35
2022-04-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-128/+100
2022-04-22wireguard: selftests: enable ACPI for SMPJason A. Donenfeld2-0/+2
2022-04-23selftests/bpf: Switch fexit_stress to bpf_link_create() APIAndrii Nakryiko1-1/+1
2022-04-23libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()Andrii Nakryiko2-3/+34
2022-04-22perf test: Fix error message for test case 71 on s390, where it is not supportedThomas Richter1-0/+4
2022-04-22perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan1-0/+14
2022-04-22perf script: Always allow field 'data_src' for auxtraceLeo Yan1-1/+1
2022-04-22perf clang: Fix header include for LLVM >= 14Guilherme Amadio1-0/+4
2022-04-22cgroup: Add test_cpucg_weight_underprovisioned() testcaseDavid Vernet1-38/+117
2022-04-22cgroup: Add test_cpucg_weight_overprovisioned() testcaseDavid Vernet3-3/+145
2022-04-22cgroup: Add test_cpucg_stats() testcase to cgroup cpu selftestsDavid Vernet2-0/+131
2022-04-22cgroup: Add new test_cpu.c test suite in cgroup selftestsDavid Vernet3-0/+113
2022-04-22tools: Add kmem_cache_alloc_lru()Matthew Wilcox (Oracle)2-2/+9
2022-04-22perf stat: Merge event counts from all hybrid PMUsZhengjun Xing4-2/+28