aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-03-24kselftest/arm64: mte: Fix MTE feature detectionAndre Przywara1-11/+2
2021-03-24kselftest/arm64: mte: common: Fix write() warningsAndre Przywara1-5/+18
2021-03-24kselftest/arm64: mte: user_mem: Fix write() warningAndre Przywara1-1/+2
2021-03-24perf record: Fix memory leak in vDSO found using ASANNamhyung Kim1-0/+2
2021-03-24perf test: Remove now useless failing sub test "BPF relocation checker"Thomas Richter1-8/+1
2021-03-24perf daemon: Return from kill functionsJiri Olsa1-2/+5
2021-03-24perf daemon: Force waipid for all session on SIGCHLD deliveryJiri Olsa1-22/+28
2021-03-24perf test: Add CSV summary testJin Yao1-0/+31
2021-03-24perf stat: Align CSV output for summary modeJin Yao5-0/+27
2021-03-24selftests/sgx: Use getauxval() to simplify test codeTianjia Zhang1-20/+4
2021-03-24selftests/powerpc: Fix L1D flushing tests for Power10Russell Currey3-2/+6
2021-03-23perf test: Add a shell test for 'perf stat --bpf-counters' new optionSong Liu1-0/+31
2021-03-23perf stat: Measure 't0' and 'ref_time' after enable_counters()Song Liu1-3/+7
2021-03-23perf stat: Introduce 'bperf' to share hardware PMCs with BPFSong Liu10-7/+701
2021-03-23perf tools: Fix various typos in commentsIngo Molnar72-123/+124
2021-03-23Merge tag 'linux-kselftest-kunit-fixes-5.12-rc5.1' of git://git.kernel.org/pu...Linus Torvalds2-1/+3
2021-03-23kselftest/arm64: mte: ksm_options: Fix fscanf warningAndre Przywara1-1/+4
2021-03-23kselftest/arm64: mte: Fix pthread linkingAndre Przywara1-1/+2
2021-03-23kselftest/arm64: mte: Fix compilation with native compilerAndre Przywara1-2/+0
2021-03-23firmware_loader: Remove unnecessary conversion to boolJiapeng Chong1-1/+1
2021-03-22libbpf: Skip BTF fixup if object file has no BTFAndrii Nakryiko1-0/+3
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar4-6/+6
2021-03-22torture: Fix kvm.sh --datestamp regex checkPaul E. McKenney1-1/+1
2021-03-22torture: Consolidate qemu-cmd duration editing into kvm-transform.shPaul E. McKenney2-4/+8
2021-03-22torture: Print proper vmlinux path for kvm-again.sh runsPaul E. McKenney2-2/+9
2021-03-22torture: Make TORTURE_TRUST_MAKE available in kvm-again.sh environmentPaul E. McKenney2-0/+6
2021-03-22torture: Make kvm-transform.sh update jitter commandsPaul E. McKenney2-4/+22
2021-03-22torture: Add --duration argument to kvm-again.shPaul E. McKenney2-7/+47
2021-03-22torture: Add kvm-again.sh to rerun a previous torture-testPaul E. McKenney2-0/+238
2021-03-22torture: Create a "batches" file for build reusePaul E. McKenney1-12/+17
2021-03-22torture: De-capitalize TORTURE_SUITEPaul E. McKenney2-2/+2
2021-03-22torture: Make upper-case-only no-dot no-slash scenario names officialPaul E. McKenney1-1/+1
2021-03-22torture: Rename SRCU-t and SRCU-u to avoid lowercase charactersPaul E. McKenney5-2/+2
2021-03-22torture: Remove no-mpstat error messagePaul E. McKenney1-1/+0
2021-03-22torture: Record kvm-test-1-run.sh and kvm-test-1-run-qemu.sh PIDsPaul E. McKenney2-1/+3
2021-03-22torture: Record jitter start/stop commandsPaul E. McKenney2-10/+16
2021-03-22torture: Extract kvm-test-1-run-qemu.sh from kvm-test-1-run.shPaul E. McKenney2-126/+171
2021-03-22torture: Record TORTURE_KCONFIG_GDB_ARG in qemu-cmdPaul E. McKenney1-0/+1
2021-03-22torture: Abstract jitter.sh start/stop into scriptsPaul E. McKenney3-5/+62
2021-03-22pm-graph: Fix typo "accesible"Ricardo Ribalda1-1/+1
2021-03-22kselftest/arm64: sve: Do not use non-canonical FFR register valueAndre Przywara1-5/+17
2021-03-21Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar8-3/+574
2021-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-1/+122
2021-03-19selftests/bpf: Add selftest for pointer-to-array-of-struct BTF dumpJean-Philippe Brucker1-0/+8
2021-03-19libbpf: Fix BTF dump of pointer-to-array-of-structJean-Philippe Brucker1-1/+1
2021-03-19libbpf: Add explicit padding to btf_dump_emit_type_decl_optsKP Singh1-0/+1
2021-03-19selftests: forwarding: vxlan_bridge_1d: Fix vxlan ecn decapsulate valueHangbin Liu1-1/+1
2021-03-19selftests/sgx: Improve error detection and messagesDave Hansen2-15/+56
2021-03-18selftests: net: forwarding: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-18selftests/bpf: Add multi-file statically linked BPF object file testAndrii Nakryiko4-3/+119