summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | perf map: Remove needless struct forward declarationsArnaldo Carvalho de Melo2019-11-261-3/+0
| | * | | | | | | perf map: Ditch leftover map__reloc_vmlinux() prototypeArnaldo Carvalho de Melo2019-11-261-2/+0
| | * | | | | | | perf script: Move map__fprintf_srccode() to near its only userArnaldo Carvalho de Melo2019-11-263-50/+42
| | * | | | | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2019-11-26266-2505/+15946
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
* | | | | | | | | Merge tag 'platform-drivers-x86-v5.5-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-12-014-261/+1090
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tools/power/x86/intel-speed-select: Display TRL buckets for just base config ...Srinivas Pandruvada2019-11-211-0/+1
| * | | | | | | | | tools/power/x86/intel-speed-select: Ignore missing config levelSrinivas Pandruvada2019-11-212-5/+6
| * | | | | | | | | tools/power/x86/intel-speed-select: Increment versionSrinivas Pandruvada2019-11-071-1/+1
| * | | | | | | | | tools/power/x86/intel-speed-select: Use core count for base-freq maskSrinivas Pandruvada2019-11-073-3/+28
| * | | | | | | | | tools/power/x86/intel-speed-select: Support platform with limited Intel(R) Sp...Srinivas Pandruvada2019-11-074-60/+113
| * | | | | | | | | tools/power/x86/intel-speed-select: Use Frequency weight for CLOSSrinivas Pandruvada2019-11-071-6/+6
| * | | | | | | | | tools/power/x86/intel-speed-select: Make CLOS frequency in MHzSrinivas Pandruvada2019-11-072-7/+10
| * | | | | | | | | tools/power/x86/intel-speed-select: Use mailbox for CLOS_PM_QOS_CONFIGSrinivas Pandruvada2019-11-071-6/+0
| * | | | | | | | | tools/power/x86/intel-speed-select: Auto mode for CLXSrinivas Pandruvada2019-11-071-12/+100
| * | | | | | | | | tools/power/x86/intel-speed-select: Correct CLX-N frequency unitsSrinivas Pandruvada2019-11-071-3/+3
| * | | | | | | | | tools/power/x86/intel-speed-select: Change display of "avx" to "avx2"Srinivas Pandruvada2019-11-071-1/+1
| * | | | | | | | | tools/power/x86/intel-speed-select: Extend command set for perf-profileSrinivas Pandruvada2019-11-072-1/+105
| * | | | | | | | | tools/power/x86/intel-speed-select: Implement base-freq commands on CascadeLa...Prarit Bhargava2019-10-151-4/+47
| * | | | | | | | | tools/power/x86/intel-speed-select: Implement 'perf-profile info' on CascadeL...Prarit Bhargava2019-10-153-7/+173
| * | | | | | | | | tools/power/x86/intel-speed-select: Implement CascadeLake-N help and command ...Prarit Bhargava2019-10-151-10/+27
| * | | | | | | | | tools/power/x86/intel-speed-select: Add check for CascadeLake-N modelsPrarit Bhargava2019-10-151-2/+41
| * | | | | | | | | tools/power/x86/intel-speed-select: Make process_command genericPrarit Bhargava2019-10-151-9/+11
| * | | | | | | | | tools/power/x86/intel-speed-select: Add int argument to command functionsPrarit Bhargava2019-10-151-127/+86
| * | | | | | | | | tools/power/x86/intel-speed-select: Refuse to disable core-power when getting...Srinivas Pandruvada2019-10-151-0/+21
| * | | | | | | | | tools/power/x86/intel-speed-select: Turbo-freq feature auto modeSrinivas Pandruvada2019-10-151-28/+124
| * | | | | | | | | tools/power/x86/intel-speed-select: Base-freq feature auto modeSrinivas Pandruvada2019-10-151-9/+223
| * | | | | | | | | tools/power/x86/intel-speed-select: Remove warning for unused resultSrinivas Pandruvada2019-10-151-3/+6
* | | | | | | | | | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-301-1/+109
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE testChristian Brauner2019-10-211-4/+4
| * | | | | | | | | | seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUEChristian Brauner2019-10-101-0/+107
| * | | | | | | | | | seccomp: avoid overflow in implicit constant conversionChristian Brauner2019-10-101-1/+2
* | | | | | | | | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-301-0/+376
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tools: hv: add vmbus testing toolBranden Bonaby2019-11-211-0/+376
* | | | | | | | | | | | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-3014-218/+833
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| * | | | | | | | | | | selftests/powerpc: spectre_v2 test must be built 64-bitMichael Ellerman2019-11-211-0/+2
| * | | | | | | | | | | selftests/powerpc: Handle Makefile for unrecognized optionHarish2019-11-141-1/+6
| * | | | | | | | | | | powerpc/watchpoint: Support for 8xx in ptrace-hwbreak.c selftestRavi Bangoria2019-11-131-9/+23
| * | | | | | | | | | | powerpc/watchpoint: Add DAR outside test in perf-hwbreak.c selftestRavi Bangoria2019-11-131-1/+118
| * | | | | | | | | | | selftests/powerpc: Rewrite ptrace-hwbreak.c selftestRavi Bangoria2019-11-131-210/+361
| * | | | | | | | | | | selftests/powerpc: Skip tm-signal-sigreturn-nt if TM not availableMichael Ellerman2019-11-051-0/+4
| * | | | | | | | | | | selftests/powerpc: Add a test of spectre_v2 mitigationsMichael Ellerman2019-10-305-1/+323
| * | | | | | | | | | | selftests/powerpc: Fixup clobbers for TM testsMichael Ellerman2019-10-294-6/+6
| * | | | | | | | | | | selftests/powerpc: Reduce sigfuz runtime to ~60sMichael Ellerman2019-10-241-1/+1
* | | | | | | | | | | | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-279-13/+249
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ftrace/selftests: Fix spelling mistake "wakeing" -> "waking"Colin Ian King2019-11-152-3/+3
| * | | | | | | | | | | | tracing/selftests: Turn off timeout settingSteven Rostedt (VMware)2019-11-141-0/+1
| * | | | | | | | | | | | ftrace/selftests: Update the direct call selftests to test two direct callsSteven Rostedt (VMware)2019-11-132-23/+52
| * | | | | | | | | | | | ftrace/selftest: Add tests to test register_ftrace_direct()Steven Rostedt (VMware)2019-11-132-0/+124
| * | | | | | | | | | | | selftests/livepatch: Test interaction with ftrace_enabledJoe Lawrence2019-11-043-2/+80
| * | | | | | | | | | | | selftests/livepatch: Make dynamic debug setup and restore genericJoe Lawrence2019-11-044-12/+16
| | |/ / / / / / / / / / | |/| | | | | | | | | |