summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-04-28Merge tag 'platform-drivers-x86-v5.18-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2022-04-28selftests/arm64: Fix O= builds for the floating point testsMark Brown1-17/+15
2022-04-28selftests/arm64: Clean the fp helper librariesMark Brown1-0/+2
2022-04-28selftests/arm64: Define top_srcdir for the fp testsMark Brown1-1/+5
2022-04-28selftests/arm64: Use TEST_GEN_PROGS_EXTENDED in the FP MakefileMark Brown1-6/+5
2022-04-28kselftest/arm64: fix array_size.cocci warningGuo Zhengkui1-4/+4
2022-04-28selftests/arm64: Add a testcase for handling of ZA on clone()Mark Brown4-1/+226
2022-04-28kselftest/arm64: Add SME support to syscall ABI testMark Brown3-23/+275
2022-04-28kselftest/arm64: Add coverage for the ZA ptrace interfaceMark Brown3-1/+359
2022-04-28kselftest/arm64: Add streaming SVE to SVE ptrace testsMark Brown1-0/+11
2022-04-28kselftest/arm64: signal: Add SME signal handling testsMark Brown10-0/+555
2022-04-28kselftest/arm64: Add stress test for SME ZA context switchingMark Brown4-0/+451
2022-04-28kselftest/arm64: signal: Handle ZA signal context in core codeMark Brown2-1/+38
2022-04-28kselftest/arm64: sme: Provide streaming mode SVE stress testMark Brown4-0/+83
2022-04-28kselftest/arm64: Extend vector configuration API tests to cover SMEMark Brown6-1/+38
2022-04-28kselftest/arm64: Add tests for TPIDR2Mark Brown3-1/+307
2022-04-28kselftest/arm64: sme: Add SME support to vlsetMark Brown1-2/+8
2022-04-28kselftest/arm64: Add manual encodings for SME instructionsMark Brown1-0/+51
2022-04-28kselftest/arm64: Add simple test for MTE prctlMark Brown2-0/+120
2022-04-28kselftest/arm64: Refactor parameter checking in mte_switch_mode()Mark Brown1-3/+12
2022-04-28kselftest/arm64: Log unexpected asynchronous MTE faultsMark Brown1-0/+4
2022-04-28kselftest/arm64: Handle more kselftest result codes in MTE helpersMark Brown1-2/+13
2022-04-28kselftest/arm64: Validate setting via FPSIMD and read via SVE regsetsMark Brown1-1/+122
2022-04-28kselftest/arm64: Remove assumption that tasks start FPSIMD onlyMark Brown1-23/+16
2022-04-28kselftest/arm64: Fix comment for ptrace_sve_get_fpsimd_data()Mark Brown1-1/+1
2022-04-28perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim6-69/+0
2022-04-28perf symbol: Update symbols__fixup_end()Namhyung Kim1-4/+25
2022-04-28perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim3-5/+6
2022-04-28perf test: Add perf_event_attr test for Arm SPETimothy Hayes2-0/+13
2022-04-28perf arm-spe: Fix SPE events with phys addressesTimothy Hayes2-1/+12
2022-04-28perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes1-1/+1
2022-04-28perf intel-pt: Fix timeless decoding with perf.data directoryAdrian Hunter1-1/+1
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-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-128/+100
2022-04-23wireguard: selftests: enable ACPI for SMPJason A. Donenfeld2-0/+2
2022-04-23perf test: Fix error message for test case 71 on s390, where it is not supportedThomas Richter1-0/+4
2022-04-23perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan1-0/+14
2022-04-23perf script: Always allow field 'data_src' for auxtraceLeo Yan1-1/+1
2022-04-23perf clang: Fix header include for LLVM >= 14Guilherme Amadio1-0/+4
2022-04-22tools: Add kmem_cache_alloc_lru()Matthew Wilcox (Oracle)2-2/+9
2022-04-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+88
2022-04-22objtool: Update documentationJosh Poimboeuf1-20/+102
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf5-33/+64
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf3-2/+9
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf3-9/+31
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf3-4/+9
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf3-5/+3
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf1-3/+3
2022-04-22objtool: Extricate sls from stack validationJosh Poimboeuf1-13/+43
2022-04-22objtool: Rework ibt and extricate from stack validationJosh Poimboeuf1-133/+147