summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | radix tree test suite: Register the main thread with the RCU libraryMatthew Wilcox (Oracle)2021-04-013-0/+6
* | | radix tree test suite: Fix compilationMatthew Wilcox (Oracle)2021-03-301-0/+0
|/ /
* | Merge tag 'perf-tools-fixes-for-v5.12-2020-03-28' of git://git.kernel.org/pub...Linus Torvalds2021-03-2811-45/+105
|\ \ | |/ |/|
| * perf test: Change to use bash for daemon testLeo Yan2021-03-261-1/+1
| * perf record: Fix memory leak in vDSO found using ASANNamhyung Kim2021-03-241-0/+2
| * perf test: Remove now useless failing sub test "BPF relocation checker"Thomas Richter2021-03-241-8/+1
| * perf daemon: Return from kill functionsJiri Olsa2021-03-241-2/+5
| * perf daemon: Force waipid for all session on SIGCHLD deliveryJiri Olsa2021-03-241-22/+28
| * perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_res...Jackie Liu2021-03-161-3/+10
| * perf pmu: Validate raw event with sysfs exported format bitsJin Yao2021-03-153-0/+39
| * Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2021-03-152-1/+4
| |\
| * | perf synthetic events: Avoid write of uninitialized memory when generating PE...Ian Rogers2021-03-101-4/+5
| * | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2021-03-101-0/+13
| * | perf synthetic-events: Fix uninitialized 'kernel_thread' variableThomas Richter2021-03-101-1/+1
| * | perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-101-4/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-251-2/+2
|\ \ \
| * | | selftests/vm: fix out-of-tree buildRong Chen2021-03-251-2/+2
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-03-251-5/+17
|\ \ \ \
| * | | | kselftest/arm64: sve: Do not use non-canonical FFR register valueAndre Przywara2021-03-221-5/+17