summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2020-12-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-5/+18
2020-12-11tools/kvm_stat: Exempt time-based countersStefan Raspl-1/+5
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko-2/+2
2020-12-10Merge tag 'ktest-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-34/+184
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-34/+86
2020-12-10selftests: fix poll error in udpgro.shPaolo Abeni-0/+3
2020-12-10selftests/bpf: Fix "dubious pointer arithmetic" testJean-Philippe Brucker-4/+4
2020-12-10selftests/bpf: Fix array access with signed variable testJean-Philippe Brucker-1/+1
2020-12-10selftests/bpf: Add test for signed 32-bit bound check bugJean-Philippe Brucker-0/+41
2020-12-09selftests/bpf/test_offload.py: Filter bpftool internal map when counting mapsToke Høiland-Jørgensen-3/+4
2020-12-09selftests/bpf/test_offload.py: Reset ethtool features after failed settingToke Høiland-Jørgensen-0/+1
2020-12-09selftests/bpf/test_offload.py: Fix expected case of extack messagesToke Høiland-Jørgensen-2/+2
2020-12-09selftests/bpf/test_offload.py: Only check verifier log on verification failsToke Høiland-Jørgensen-2/+17
2020-12-09selftests/bpf/test_offload.py: Remove check for program load flags matchToke Høiland-Jørgensen-17/+5
2020-12-08tools/bpftool: Fix PID fetching with a lot of resultsAndrii Nakryiko-2/+2
2020-12-06Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+15
2020-12-06userfaultfd: selftests: fix SIGSEGV if huge mmap failsAxel Rasmussen-9/+16
2020-12-06tools/testing/selftests/vm: fix build errorXingxing Su-0/+4
2020-12-06x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu-0/+15
2020-12-05vrf: packets with lladdr src needs dst at input with orig_iif when needs strictStephen Suryaputra-0/+95
2020-12-03Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+2
2020-12-03selftests: kvm/set_memory_region_test: Fix race in move region testMaciej S. Szmigiero-4/+13
2020-12-02Merge tag 'trace-v5.10-rc6-bootconfig' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+5
2020-12-01selftests/bpf: Drain ringbuf samples at the end of testAndrii Nakryiko-0/+6
2020-12-01libbpf: Fix ring_buffer__poll() to return number of consumed samplesAndrii Nakryiko-3/+3
2020-12-01Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-42/+85
2020-11-30tools/bootconfig: Store size and checksum in footer as le32Masami Hiramatsu-2/+5
2020-11-30ktest.pl: Fix incorrect reboot for grub2blsLibo Chen-1/+1
2020-11-28selftests: tc-testing: enable CONFIG_NET_SCH_RED as a moduleDavide Caratti-0/+1
2020-11-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-0/+1
2020-11-27perf probe: Change function definition check due to broken DWARFMasami Hiramatsu-4/+19
2020-11-27perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu-0/+8
2020-11-27perf stat: Use proper cpu for shadow statsNamhyung Kim-4/+1
2020-11-27perf record: Synthesize cgroup events only if neededNamhyung Kim-0/+3
2020-11-27perf diff: Fix error return value in __cmd_diff()Zhen Lei-1/+3
2020-11-27perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo-6/+9
2020-11-24bpftool: Fix error return value in build_btf_type_tableZhen Lei-0/+1
2020-11-21Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+4
2020-11-20selftests/seccomp: sh: Fix register namesKees Cook-2/+2
2020-11-20selftests/seccomp: powerpc: Fix typo in macro variable nameKees Cook-2/+2
2020-11-19Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-20/+169
2020-11-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-2/+3
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-20/+169
2020-11-19selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu-0/+96
2020-11-19Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-67/+265
2020-11-19libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa-0/+2
2020-11-19tools/bootconfig: Align the bootconfig applied initrd image size to 4Masami Hiramatsu-24/+39
2020-11-19tools/bootconfig: Fix to check the write failure correctlyMasami Hiramatsu-4/+26
2020-11-19tools/bootconfig: Fix errno reference after printf()Masami Hiramatsu-23/+29