aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-04-08libbpf: Fix potential NULL pointer dereferenceCiara Loftus1-2/+3
2021-04-08tc-testing: add simple action test to verify batch change cleanupVlad Buslov1-0/+29
2021-04-08tc-testing: add simple action test to verify batch add cleanupVlad Buslov1-0/+30
2021-04-08tools: Fix a typo in kernel-chktaintMasanari Iida1-1/+1
2021-04-08perf vendor events amd: Add Zen3 eventsSmita Koralahalli9-1/+1575
2021-04-08perf vendor events amd: Use 0x%02x format for event code and umaskSmita Koralahalli13-182/+182
2021-04-08perf vendor events amd: Use lowercases for all the eventcodes and umasksSmita Koralahalli3-10/+10
2021-04-08perf vendor events amd: Fix broken L2 Cache Hits from L2 HWPF metricSmita Koralahalli4-8/+8
2021-04-08perf vendor events arm64: Add Hisi hip08 L3 metricsJohn Garry1-0/+161
2021-04-08perf vendor events arm64: Add Hisi hip08 L2 metricsJohn Garry1-0/+42
2021-04-08perf vendor events arm64: Add Hisi hip08 L1 metricsJohn Garry1-0/+30
2021-04-08perf pmu: Add pmu_events_map__find() function to find the common PMU map for the systemJohn Garry7-8/+37
2021-04-08perf test: Handle metric reuse in pmu-events parsing testJohn Garry1-0/+81
2021-04-08perf metricgroup: Make find_metric() public with name changeJohn Garry2-3/+5
2021-04-08lkdtm: Add REPORT_STACK for checking stack offsetsKees Cook3-0/+38
2021-04-08selftests/powerpc: Suggest memtrace instead of /dev/mem for ci memoryJordan Niethe1-10/+1
2021-04-08selftests/powerpc: Test for spurious kernel memory faults on radixJordan Niethe2-0/+50
2021-04-07selftests/resctrl: Change a few printed messagesFenghua Yu4-7/+7
2021-04-07selftests: mptcp: add the net device name testcaseGeliang Tang1-0/+8
2021-04-07perf arm-spe: Avoid potential buffer overrunIan Rogers1-1/+3
2021-04-07perf report: Fix wrong LBR block sortingJin Yao1-3/+3
2021-04-07tools/power/x86/intel-speed-select: v1.9 releaseSrinivas Pandruvada1-1/+1
2021-04-07tools/power/x86/intel-speed-select: Drop __DATE__ and __TIME__ macrosAntonio Terceiro1-1/+0
2021-04-07tools/power/x86/intel-speed-select: Add options to force onlineSrinivas Pandruvada1-2/+21
2021-04-07tools/power/x86/intel-speed-select: Process mailbox read error for core-powerSrinivas Pandruvada1-0/+4
2021-04-07tools/power/x86/intel-speed-select: Increase string sizeSrinivas Pandruvada1-2/+10
2021-04-07ACPICA: Tree-wide: fix various typos and spelling mistakesColin Ian King1-1/+1
2021-04-07KVM: selftests: vgic_init kvm selftests fixupEric Auger3-171/+136
2021-04-06perf mem-events: Remove unnecessary 'struct mem_info' forward declarationWan Jiabing1-1/+0
2021-04-06KVM: selftests: aarch64/vgic-v3 init sequence testsEric Auger5-0/+672
2021-04-06doc: update rcu_dereference.rst referenceMauro Carvalho Chehab1-1/+1
2021-04-06x86/sgx: Expose SGX architectural definitions to the kernelSean Christopherson1-1/+1
2021-04-05libbpf: Fix KERNEL_VERSION macroHengqi Chen1-1/+1
2021-04-05perf inject: Fix repipe usageAdrian Hunter1-1/+1
2021-04-05Merge 5.12-rc6 into staging-nextGreg Kroah-Hartman39-108/+486
2021-04-05Merge 5.12-rc6 into usb-nextGreg Kroah-Hartman39-108/+486
2021-04-05Merge 5.12-rc6 into driver-core-nextGreg Kroah-Hartman39-108/+486
2021-04-03bpf: selftests: Specify CONFIG_DYNAMIC_FTRACE in the testing configMartin KaFai Lau1-0/+2
2021-04-03libbpf: Remove redundant semi-colonYang Yingliang1-1/+1
2021-04-03bpf, selftests: test_maps generating unrecognized data sectionJohn Fastabend1-12/+0
2021-04-02selftests: mptcp: dump more info on mpjoin errorsMatthieu Baerts1-2/+15
2021-04-02selftests: mptcp: init nstat historyMatthieu Baerts1-0/+7
2021-04-02selftests: mptcp: launch mptcp_connect with timeoutMatthieu Baerts4-33/+72
2021-04-02kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov3-1/+11
2021-04-02selftests/resctrl: Create .gitignore to include resctrl_testsFenghua Yu1-0/+2
2021-04-02selftests/resctrl: Fix checking for < 0 for unsigned valuesFenghua Yu1-18/+23
2021-04-02selftests/resctrl: Fix incorrect parsing of iMC countersFenghua Yu1-2/+20
2021-04-02selftests/resctrl: Fix unmount resctrl FSFenghua Yu2-0/+5
2021-04-02selftests/resctrl: Skip the test if requested resctrl feature is not supportedFenghua Yu4-9/+23
2021-04-02selftests/resctrl: Modularize resctrl test suite main() functionFenghua Yu1-31/+57