summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-264-6/+6
|\
| * timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-224-6/+6
* | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-263-4/+2
|\ \
| * | tools/turbostat: Unmark non-kernel-doc commentRandy Dunlap2021-03-251-1/+1
| * | Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar2021-03-218-3/+574
| |\ \
| * \ \ Merge tag 'v5.12-rc3' into x86/cleanups, to refresh the treeIngo Molnar2021-03-1878-231/+736
| |\ \ \ | | | |/ | | |/|
| * | | x86: Remove duplicate TSC DEADLINE MSR definitionsDave Hansen2021-03-082-3/+1
* | | | Merge tag 'x86_sgx_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-263-36/+61
|\ \ \ \
| * | | | x86/sgx: Expose SGX architectural definitions to the kernelSean Christopherson2021-04-061-1/+1
| * | | | selftests/sgx: Use getauxval() to simplify test codeTianjia Zhang2021-03-241-20/+4
| * | | | selftests/sgx: Improve error detection and messagesDave Hansen2021-03-192-15/+56
| | |/ / | |/| |
* | | | Merge tag 'x86_misc_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-264-0/+1083
|\ \ \ \
| * | | | tools/x86/kcpuid: Add AMD leaf 0x8000001EBorislav Petkov2021-03-181-8/+18
| * | | | tools/x86/kcpuid: Check last token tooBorislav Petkov2021-03-181-0/+2
| * | | | selftests/x86: Add a missing .note.GNU-stack section to thunks_32.SAndy Lutomirski2021-03-181-0/+2
| * | | | tools/x86/kcpuid: Add AMD Secure Encryption leafBorislav Petkov2021-03-151-0/+10
| * | | | tools/x86: Add a kcpuid tool to show raw CPU featuresFeng Tang2021-03-083-0/+1059
| | |/ / | |/| |
* | | | Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-04-261-0/+18
|\ \ \ \
| * | | | static_call: Move struct static_call_key definition to static_call_types.hJuergen Gross2021-03-111-0/+18
| |/ / /
* | | | Merge tag 'perf-tools-fixes-for-v5.12-2021-04-25' of git://git.kernel.org/pub...Linus Torvalds2021-04-254-6/+10
|\ \ \ \
| * | | | perf map: Fix error return code in maps__clone()Zhen Lei2021-04-231-2/+5
| * | | | perf ftrace: Fix access to pid in array when setting a pid filterThomas Richter2021-04-231-1/+1
| * | | | perf auxtrace: Fix potential NULL pointer dereferenceLeo Yan2021-04-231-1/+1
| * | | | perf data: Fix error return code in perf_data__create_dir()Zhen Lei2021-04-201-2/+3
* | | | | tools/cgroup/slabinfo.py: updated to work on current kernelVasily Averin2021-04-231-4/+4
|/ / / /
* | | | Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-177-37/+19
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-167-37/+19
| |\ \ \ \
| | * | | | bpf: Update selftests to reflect new error statesDaniel Borkmann2021-04-166-35/+16
| | * | | | libbpf: Fix potential NULL pointer dereferenceCiara Loftus2021-04-081-2/+3
* | | | | | ia64: tools: remove duplicate definition of ia64_mf() on ia64John Paul Adrian Glaubitz2021-04-161-3/+0
* | | | | | ia64: tools: remove inclusion of ia64-specific version of errno.h headerJohn Paul Adrian Glaubitz2021-04-161-2/+0
* | | | | | Merge tag 'perf-tools-fixes-for-v5.12-2020-04-09' of git://git.kernel.org/pub...Linus Torvalds2021-04-093-5/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | perf arm-spe: Avoid potential buffer overrunIan Rogers2021-04-071-1/+3
| * | | | | perf report: Fix wrong LBR block sortingJin Yao2021-04-071-3/+3
| * | | | | perf inject: Fix repipe usageAdrian Hunter2021-04-051-1/+1
* | | | | | Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-095-22/+113
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-024-21/+101
| |\ \ \ \
| | * | | | libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus2021-04-011-2/+11
| | * | | | libbpf: Restore umem state after socket create failureCiara Loftus2021-04-011-18/+23
| | * | | | libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus2021-04-011-0/+3
| | * | | | bpf/selftests: Test that kernel rejects a TCP CC with an invalid licenseToke Høiland-Jørgensen2021-03-262-0/+63
| | * | | | libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela2021-03-251-1/+1
| * | | | | selftests: forwarding: vxlan_bridge_1d: Add more ECN decap test casesIdo Schimmel2021-03-291-1/+12
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-04-013-7/+17
|\ \ \ \ \
| * | | | | selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)Vitaly Kuznetsov2021-04-011-2/+11
| * | | | | selftests: kvm: make hardware_disable_test less verboseVitaly Kuznetsov2021-03-301-5/+5
| * | | | | tools/kvm_stat: Add restart delayStefan Raspl2021-03-301-0/+1
* | | | | | idr test suite: Improve reporting from idr_find_test_1Matthew Wilcox (Oracle)2021-04-011-1/+10
* | | | | | idr test suite: Create anchor before launching throbberMatthew Wilcox (Oracle)2021-04-011-2/+2
* | | | | | idr test suite: Take RCU read lock in idr_find_test_1Matthew Wilcox (Oracle)2021-04-011-0/+4