summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf2022-04-225-33/+64
| * | | | | | | | | | | | | | | | | | | | | | | | objtool: Make noinstr hacks optionalJosh Poimboeuf2022-04-223-2/+9
| * | | | | | | | | | | | | | | | | | | | | | | | objtool: Make jump label hack optionalJosh Poimboeuf2022-04-223-9/+31
| * | | | | | | | | | | | | | | | | | | | | | | | objtool: Make static call annotation optionalJosh Poimboeuf2022-04-223-4/+9
| * | | | | | | | | | | | | | | | | | | | | | | | objtool: Make stack validation frame-pointer-specificJosh Poimboeuf2022-04-223-5/+3
| * | | | | | | | | | | | | | | | | | | | | | | | objtool: Add CONFIG_OBJTOOLJosh Poimboeuf2022-04-221-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | objtool: Extricate sls from stack validationJosh Poimboeuf2022-04-221-13/+43
| * | | | | | | | | | | | | | | | | | | | | | | | objtool: Rework ibt and extricate from stack validationJosh Poimboeuf2022-04-221-133/+147
| * | | | | | | | | | | | | | | | | | | | | | | | objtool: Make stack validation optionalJosh Poimboeuf2022-04-223-13/+18
| * | | | | | | | | | | | | | | | | | | | | | | | objtool: Add option to print section addressesJosh Poimboeuf2022-04-223-14/+19
| * | | | | | | | | | | | | | | | | | | | | | | | objtool: Don't print parentheses in function addressesJosh Poimboeuf2022-04-221-5/+1
| * | | | | | | | | | | | | | | | | | | | | | | | objtool: Ditch subcommandsJosh Poimboeuf2022-04-228-202/+66
| * | | | | | | | | | | | | | | | | | | | | | | | objtool: Reorganize cmdline optionsJosh Poimboeuf2022-04-227-62/+84
| * | | | | | | | | | | | | | | | | | | | | | | | libsubcmd: Fix OPTION_GROUP sortingJosh Poimboeuf2022-04-221-3/+14
| * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'tip/x86/urgent'Peter Zijlstra2022-04-221-8/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-05-2342-116/+2761
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Explicitly build no BTI tests with BTI disabledMark Brown2022-05-161-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: bti: force static linkingAndre Przywara2022-05-161-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | selftests/arm64: Use switch statements in mte_common_util.cMark Brown2022-05-151-7/+16
| * | | | | | | | | | | | | | | | | | | | | | | | | selftests/arm64: Remove casts to/from void in check_tags_inclusionMark Brown2022-05-151-12/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | selftests/arm64: Check failures to set tags in check_tags_inclusionMark Brown2022-05-151-6/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | selftests/arm64: Allow zero tags in mte_switch_mode()Mark Brown2022-05-151-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | selftests/arm64: Log errors in verify_mte_pointer_validity()Mark Brown2022-05-151-3/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Fix ABI header directory locationMark Brown2022-05-041-10/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | selftests/arm64: Fix O= builds for the floating point testsMark Brown2022-04-281-17/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | selftests/arm64: Clean the fp helper librariesMark Brown2022-04-281-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | selftests/arm64: Define top_srcdir for the fp testsMark Brown2022-04-281-1/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | selftests/arm64: Use TEST_GEN_PROGS_EXTENDED in the FP MakefileMark Brown2022-04-281-6/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: fix array_size.cocci warningGuo Zhengkui2022-04-281-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | selftests/arm64: Add a testcase for handling of ZA on clone()Mark Brown2022-04-284-1/+226
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Add SME support to syscall ABI testMark Brown2022-04-283-23/+275
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Add coverage for the ZA ptrace interfaceMark Brown2022-04-283-1/+359
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Add streaming SVE to SVE ptrace testsMark Brown2022-04-281-0/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: signal: Add SME signal handling testsMark Brown2022-04-2810-0/+555
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Add stress test for SME ZA context switchingMark Brown2022-04-284-0/+451
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: signal: Handle ZA signal context in core codeMark Brown2022-04-282-1/+38
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: sme: Provide streaming mode SVE stress testMark Brown2022-04-284-0/+83
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Extend vector configuration API tests to cover SMEMark Brown2022-04-286-1/+38
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Add tests for TPIDR2Mark Brown2022-04-283-1/+307
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: sme: Add SME support to vlsetMark Brown2022-04-281-2/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Add manual encodings for SME instructionsMark Brown2022-04-281-0/+51
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Add simple test for MTE prctlMark Brown2022-04-282-0/+120
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Refactor parameter checking in mte_switch_mode()Mark Brown2022-04-281-3/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Log unexpected asynchronous MTE faultsMark Brown2022-04-281-0/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Handle more kselftest result codes in MTE helpersMark Brown2022-04-281-2/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Validate setting via FPSIMD and read via SVE regsetsMark Brown2022-04-281-1/+122
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Remove assumption that tasks start FPSIMD onlyMark Brown2022-04-281-23/+16
| * | | | | | | | | | | | | | | | | | | | | | | | | kselftest/arm64: Fix comment for ptrace_sve_get_fpsimd_data()Mark Brown2022-04-281-1/+1
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'platform-drivers-x86-v5.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-05-232-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | tools/power/x86/intel-speed-select: Fix warning for perf_cap.cpuSrinivas Pandruvada2022-05-121-1/+1