summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf test: Fix a typo in cs-etm testingLeo Yan2020-11-121-1/+1
* tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2020-11-125-10/+22
* perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan2020-11-121-1/+1
* perf lock: Correct field name "flags"Leo Yan2020-11-121-1/+1
* Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2020-11-104-138/+507
|\
| * tools/power turbostat: update version numberLen Brown2020-11-101-1/+1
| * tools/power turbostat: harden against cpu hotplugLen Brown2020-10-231-9/+14
| * tools/power turbostat: adjust for temperature offsetLen Brown2020-10-231-33/+29
| * tools/power turbostat: Build with _FILE_OFFSET_BITS=64Alexander Monakov2020-09-031-0/+1
| * tools/power turbostat: Support AMD Family 19hKim Phillips2020-09-031-23/+11
| * tools/power turbostat: Remove empty columns for JacobsvilleAntti Laakso2020-09-031-3/+30
| * tools/power turbostat: Add a new GFXAMHz column that exposes gt_act_freq_mhz.Rafael Antognolli2020-09-031-0/+50
| * tools/power x86_energy_perf_policy: Input/output error in a VMOndřej Lysoněk2020-09-031-13/+54
| * tools/power turbostat: Skip pc8, pc9, pc10 columns, if they are disabledLen Brown2020-09-031-3/+6
| * tools/power turbostat: Support additional CPU model numbersLen Brown2020-09-031-0/+4
| * tools/power turbostat: Fix output formatting for ACPI CST enumerationDavid Arcari2020-09-031-0/+20
| * tools/power turbostat: Replace HTTP links with HTTPS ones: TURBOSTAT UTILITYAlexander A. Klimov2020-09-031-1/+1
| * tools/power turbostat: Use sched_getcpu() instead of hardcoded cpu 0Prarit Bhargava2020-09-031-3/+10
| * tools/power turbostat: Enable accumulate RAPL displayChen Yu2020-09-031-22/+16
| * tools/power turbostat: Introduce functions to accumulate RAPL consumptionChen Yu2020-09-032-7/+219
| * tools/power turbostat: Make the energy variable to be 64 bitChen Yu2020-09-031-17/+13
| * tools/power turbostat: Always print idle in the system configuration headerDoug Smythies2020-09-031-3/+0
| * tools/power turbostat: Print /dev/cpu_dma_latencyLen Brown2020-09-031-0/+28
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-11-0923-277/+2252
|\ \
| * | KVM: selftests: allow two iterations of dirty_log_perf_testPaolo Bonzini2020-11-091-1/+1
| * | KVM: selftests: Introduce the dirty log perf testBen Gardon2020-11-086-8/+396
| * | KVM: selftests: Make the number of vcpus globalAndrew Jones2020-11-082-20/+20
| * | KVM: selftests: Make the per vcpu memory size globalAndrew Jones2020-11-082-12/+11
| * | KVM: selftests: Drop pointless vm_create wrapperAndrew Jones2020-11-084-9/+3
| * | KVM: selftests: Add wrfract to common guest codeBen Gardon2020-11-082-1/+7
| * | KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon2020-11-083-15/+27
| * | KVM: selftests: Remove address rounding in guest codeBen Gardon2020-11-081-1/+0
| * | KVM: selftests: Factor code out of demand_paging_testBen Gardon2020-11-082-181/+210
| * | KVM: selftests: Use a single binary for dirty/clear log testPeter Xu2020-11-083-39/+156
| * | KVM: selftests: Always clear dirty bitmap after iterationPeter Xu2020-11-081-1/+1
| * | KVM: selftests: Add blessed SVE registers to get-reg-listAndrew Jones2020-11-084-42/+217
| * | KVM: selftests: Add aarch64 get-reg-list testAndrew Jones2020-11-085-0/+703
| * | selftests: kvm: test enforcement of paravirtual cpuid featuresOliver Upton2020-11-087-0/+308
| * | selftests: kvm: Add exception handling to selftestsAaron Lewis2020-11-089-9/+244
| * | selftests: kvm: Clear uc so UCALL_NONE is being properly reportedAaron Lewis2020-11-083-0/+9
| * | selftests: kvm: Fix the segment descriptor layout to match the actual layoutAaron Lewis2020-11-082-2/+3
* | | Merge tag 'linux-kselftest-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-11-0634-56/+65
|\ \ \
| * | | selftests: binderfs: use SKIP instead of XFAILTommi Rantala2020-11-051-4/+4
| * | | selftests: clone3: use SKIP instead of XFAILTommi Rantala2020-11-051-1/+1
| * | | selftests: core: use SKIP instead of XFAIL in close_range_test.cTommi Rantala2020-11-051-4/+4
| * | | selftests: proc: fix warning: _GNU_SOURCE redefinedTommi Rantala2020-11-053-3/+0
| * | | selftests: pidfd: drop needless linux/kcmp.h inclusion in pidfd_setns_test.cTommi Rantala2020-10-271-1/+0
| * | | selftests: pidfd: add CONFIG_CHECKPOINT_RESTORE=y to configTommi Rantala2020-10-271-0/+1
| * | | selftests: pidfd: skip test on kcmp() ENOSYSTommi Rantala2020-10-271-1/+4
| * | | selftests: pidfd: use ksft_test_result_skip() when skipping testTommi Rantala2020-10-271-1/+1