summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-129-18/+281
|\
| * selftest: fix flower terse dump testsVlad Buslov2020-11-101-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-068-16/+279
| |\
| | * bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2020-11-052-0/+247
| | * tools/bpftool: Fix attaching flow dissectorLorenz Bauer2020-11-051-1/+1
| | * libbpf: Fix possible use after free in xsk_socket__deleteMagnus Karlsson2020-11-041-2/+4
| | * libbpf: Fix null dereference in xsk_socket__deleteMagnus Karlsson2020-11-041-1/+2
| | * libbpf, hashmap: Fix undefined behavior in hash_bitsIan Rogers2020-11-021-6/+9
| | * tools, bpftool: Remove two unused variables.Ian Rogers2020-10-291-2/+2
| | * tools, bpftool: Avoid array index warnings.Ian Rogers2020-10-291-1/+6
| | * selftest/bpf: Fix profiler test using CO-RE relocation for enumsAndrii Nakryiko2020-10-261-3/+8
* | | 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