summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-024-4/+44
|\
| * torture: Make kvm-remote.sh print size of downloaded tarballPaul E. McKenney2021-09-161-0/+1
| * torture: Allot 1G of memory for scftorture runsPaul E. McKenney2021-09-161-1/+1
| * tools/rcu: Add an extract-stall scriptPaul E. McKenney2021-09-161-0/+34
| * torture: Make torture.sh print the number of files to be compressedPaul E. McKenney2021-09-141-2/+7
| * torture: Apply CONFIG_KCSAN_STRICT to kvm.sh --kcsan argumentPaul E. McKenney2021-09-131-1/+1
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-0215-122/+90
|\ \
| * | selftests/ftrace: Stop tracing while reading the trace file by defaultMasami Hiramatsu2021-10-272-1/+13
| * | tools/latency-collector: Use correct size when writing queue_full_warningViktor Rosendahl2021-10-261-1/+1
| * | bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu2021-10-119-86/+45
| * | bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu2021-10-112-13/+11
| * | tools/bootconfig: Print all error message in stderrMasami Hiramatsu2021-10-113-16/+2
| * | bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu2021-10-111-1/+1
| * | tools/bootconfig: Run test script when build allMasami Hiramatsu2021-10-111-1/+1
| * | bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu2021-10-111-0/+1
| * | bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu2021-10-111-3/+3
| * | objtool: Ignore unwind hints for ignored functionsJosh Poimboeuf2021-10-011-1/+1
| * | objtool: Add frame-pointer-specific function ignoreJosh Poimboeuf2021-10-011-0/+12
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-11-029-524/+640
|\ \ \
| * | | selftests: arm64: Factor out utility functions for assembly FP testsMark Brown2021-10-215-329/+185
| * | | selftests: arm64: Add coverage of ptrace flags for SVE VL inheritanceMark Brown2021-10-071-1/+54
| * | | selftests: arm64: Verify that all possible vector lengths are handledMark Brown2021-09-291-0/+77
| * | | selftests: arm64: Fix and enable test for setting current VL in vec-syscfgMark Brown2021-09-291-6/+4
| * | | selftests: arm64: Remove bogus error check on writing to filesMark Brown2021-09-291-6/+0
| * | | selftests: arm64: Fix printf() format mismatch in vec-syscfgMark Brown2021-09-291-1/+1
| * | | selftests: arm64: Move FPSIMD in SVE ptrace test into a functionMark Brown2021-09-291-61/+59
| * | | selftests: arm64: More comprehensively test the SVE ptrace interfaceMark Brown2021-09-292-82/+254
| * | | selftests: arm64: Verify interoperation of SVE and FPSIMD register setsMark Brown2021-09-291-2/+26
| * | | selftests: arm64: Clarify output when verifying SVE register setMark Brown2021-09-291-1/+1
| * | | selftests: arm64: Document what the SVE ptrace test is doingMark Brown2021-09-291-3/+8
| * | | selftests: arm64: Remove extraneous register setting codeMark Brown2021-09-293-62/+1
| * | | selftests: arm64: Don't log child creation as a test in SVE ptrace testMark Brown2021-09-291-3/+1
| * | | selftests: arm64: Use a define for the number of SVE ptrace tests to be runMark Brown2021-09-291-1/+3
| |/ /
* | | Merge tag 'x86_misc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-013-2/+28
|\ \ \
| * | | x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov2021-10-063-2/+28
* | | | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-012-1/+852
|\ \ \ \
| * | | | selftests/x86/amx: Add context switch testChang S. Bae2021-10-281-3/+157
| * | | | selftests/x86/amx: Add test cases for AMX state managementChang S. Bae2021-10-282-1/+698
* | | | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-10/+18
|\ \ \ \ \
| * | | | | kselftests/sched: cleanup the child processesLi Zhijian2021-10-051-10/+18
| | |/ / / | |/| | |
* | | | | Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-0111-379/+604
|\ \ \ \ \
| * | | | | objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra2021-10-285-252/+93
| * | | | | objtool: Shrink struct instructionPeter Zijlstra2021-10-282-4/+3
| * | | | | objtool: Explicitly avoid self modifying code in .altinstr_replacementPeter Zijlstra2021-10-281-11/+31
| * | | | | objtool: Classify symbolsPeter Zijlstra2021-10-282-14/+27
| * | | | | Merge branch 'objtool/urgent'Peter Zijlstra2021-10-0777-426/+1589
| |\ \ \ \ \
| * | | | | | objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra2021-09-176-12/+207
| * | | | | | objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra2021-09-153-74/+105
| * | | | | | objtool: Introduce CFI hashPeter Zijlstra2021-09-156-35/+160
| * | | | | | x86/xen: Mark cpu_bringup_and_idle() as dead_end_functionPeter Zijlstra2021-09-151-0/+1
| | |_|_|_|/ | |/| | | |