summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter2020-06-221-0/+2
* perf symbols: Fix debuginfo search for UbuntuAdrian Hunter2020-06-224-0/+20
* perf probe: Check address correctness by map instead of _etextMasami Hiramatsu2020-06-221-12/+13
* perf probe: Fix to check blacklist address correctlyMasami Hiramatsu2020-06-221-6/+15
* perf probe: Do not show the skipped eventsMasami Hiramatsu2020-06-221-0/+3
* bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann2020-06-221-0/+8
* selftests/bpf, flow_dissector: Close TAP device FD after the testJakub Sitnicki2020-06-221-0/+1
* libbpf: Fix perf_buffer__free() API for sparse allocsEelco Chaudron2020-06-221-1/+4
* selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.shAlan Maguire2020-06-221-0/+1
* selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.oAlan Maguire2020-06-221-0/+1
* selftests/bpf: Fix test_align verifier log patternsStanislav Fomichev2020-06-221-20/+21
* selftests/bpf: Install generated test progsYauheni Kaliuta2020-06-221-0/+1
* iocost_monitor: drop string wrap around numbers when outputting jsonTejun Heo2020-06-221-21/+21
* selftests/bpf: Add runqslower binary to .gitignoreAndrii Nakryiko2020-06-221-1/+1
* selftests/bpf: Fix bpf_link leak in ns_current_pid_tgid selftestAndrii Nakryiko2020-06-221-4/+1
* libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id()Andrii Nakryiko2020-06-221-1/+4
* selftests/bpf: Fix invalid memory reads in core_relo selftestAndrii Nakryiko2020-06-221-1/+1
* selftests/bpf: Fix memory leak in extract_build_id()Andrii Nakryiko2020-06-221-0/+1
* selftests/bpf: Fix memory leak in test selectorAndrii Nakryiko2020-06-221-4/+16
* selftests/bpf: Ensure test flavors use correct skeletonsAndrii Nakryiko2020-06-221-1/+1
* libbpf: Refactor map creation logic and fix cleanup leakAndrii Nakryiko2020-06-221-105/+121
* tools api fs: Make xxx__mountpoint() more scalableStephane Eranian2020-06-222-0/+29
* tools/power/x86/intel-speed-select: Fix CLX-N package information outputPrarit Bhargava2020-06-221-0/+1
* libperf evlist: Fix a refcount leakIan Rogers2020-06-221-0/+1
* libbpf: Fix memory leak and possible double-free in hashmap__clearAndrii Nakryiko2020-06-221-0/+7
* selftests/bpf: Copy runqslower to OUTPUT directoryVeronika Kabatova2020-06-221-1/+2
* objtool: Ignore empty alternativesJulien Thierry2020-06-221-0/+6
* selftests/ftrace: Return unsupported if no error_log fileMasami Hiramatsu2020-06-171-0/+2
* selftests/net: in rxtimestamp getopt_long needs terminating null entrytannerlove2020-06-171-0/+1
* perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu2020-06-171-2/+1
* selftests: fix flower parent qdiscVlad Buslov2020-06-172-6/+6
* Merge tag 'x86-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-311-1/+1
|\
| * x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long"Andy Lutomirski2020-05-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-05-291-14/+32
|\ \
| * | bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit onesJohn Fastabend2020-05-291-0/+22
| * | bpf, selftests: Verifier bounds tests need to be updatedJohn Fastabend2020-05-291-14/+10
* | | net/sched: fix infinite loop in sch_fq_pieDavide Caratti2020-05-271-0/+21
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-235-3/+26
|\|
| * selftests: mlxsw: qos_mc_aware: Specify arping timeout as an integerAmit Cohen2020-05-221-1/+1
| * selftests: netdevsim: Always initialize 'RET' variableIdo Schimmel2020-05-221-0/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-05-222-1/+20
| |\
| | * bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko2020-05-202-1/+20
| * | wireguard: selftests: use newer iproute2 for gcc-10Jason A. Donenfeld2020-05-201-1/+1
| |/
* | selftests/vm/write_to_hugetlbfs.c: fix unused variable warningJohn Hubbard2020-05-231-2/+0
* | selftests/vm/.gitignore: add mremap_dontunmapJohn Hubbard2020-05-231-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-05-164-0/+214
|\ \ | |/ |/|
| * KVM: VMX: pass correct DR6 for GD userspace exitPaolo Bonzini2020-05-081-1/+23
| * KVM: selftests: Add KVM_SET_GUEST_DEBUG testPeter Xu2020-05-074-0/+192
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-154-5/+13
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-05-153-4/+12
| |\ \