summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-122-5/+18
|\
| * tools/kvm_stat: Exempt time-based countersStefan Raspl2020-12-111-1/+5
| * selftests: kvm/set_memory_region_test: Fix race in move region testMaciej S. Szmigiero2020-12-031-4/+13
* | bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko2020-12-111-2/+2
* | Merge tag 'ktest-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-101-1/+1
|\ \
| * | ktest.pl: Fix incorrect reboot for grub2blsLibo Chen2020-11-301-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-12-1010-34/+184
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-108-34/+86
| |\ \ \
| | * | | selftests/bpf: Fix "dubious pointer arithmetic" testJean-Philippe Brucker2020-12-101-4/+4
| | * | | selftests/bpf: Fix array access with signed variable testJean-Philippe Brucker2020-12-101-1/+1
| | * | | selftests/bpf: Add test for signed 32-bit bound check bugJean-Philippe Brucker2020-12-101-0/+41
| | * | | selftests/bpf/test_offload.py: Filter bpftool internal map when counting mapsToke Høiland-Jørgensen2020-12-091-3/+4
| | * | | selftests/bpf/test_offload.py: Reset ethtool features after failed settingToke Høiland-Jørgensen2020-12-091-0/+1
| | * | | selftests/bpf/test_offload.py: Fix expected case of extack messagesToke Høiland-Jørgensen2020-12-091-2/+2
| | * | | selftests/bpf/test_offload.py: Only check verifier log on verification failsToke Høiland-Jørgensen2020-12-091-2/+17
| | * | | selftests/bpf/test_offload.py: Remove check for program load flags matchToke Høiland-Jørgensen2020-12-091-17/+5
| | * | | tools/bpftool: Fix PID fetching with a lot of resultsAndrii Nakryiko2020-12-081-2/+2
| | * | | selftests/bpf: Drain ringbuf samples at the end of testAndrii Nakryiko2020-12-011-0/+6
| | * | | libbpf: Fix ring_buffer__poll() to return number of consumed samplesAndrii Nakryiko2020-12-013-3/+3
| * | | | selftests: fix poll error in udpgro.shPaolo Abeni2020-12-101-0/+3
| * | | | vrf: packets with lladdr src needs dst at input with orig_iif when needs strictStephen Suryaputra2020-12-051-0/+95
* | | | | Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-061-0/+15
|\ \ \ \ \
| * | | | | x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2020-12-061-0/+15
* | | | | | userfaultfd: selftests: fix SIGSEGV if huge mmap failsAxel Rasmussen2020-12-061-9/+16
* | | | | | tools/testing/selftests/vm: fix build errorXingxing Su2020-12-061-0/+4
| |/ / / / |/| | | |
* | | | | Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-12-032-0/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | selftests: tc-testing: enable CONFIG_NET_SCH_RED as a moduleDavide Caratti2020-11-281-0/+1
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-281-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bpftool: Fix error return value in build_btf_type_tableZhen Lei2020-11-241-0/+1
* | | | | Merge tag 'trace-v5.10-rc6-bootconfig' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2020-12-021-2/+5
|\ \ \ \ \
| * | | | | tools/bootconfig: Store size and checksum in footer as le32Masami Hiramatsu2020-11-301-2/+5
* | | | | | Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-012-42/+85
|\| | | | | | |_|_|/ / |/| | | |
| * | | | tools/bootconfig: Align the bootconfig applied initrd image size to 4Masami Hiramatsu2020-11-192-24/+39
| * | | | tools/bootconfig: Fix to check the write failure correctlyMasami Hiramatsu2020-11-191-4/+26
| * | | | tools/bootconfig: Fix errno reference after printf()Masami Hiramatsu2020-11-191-23/+29
* | | | | perf probe: Change function definition check due to broken DWARFMasami Hiramatsu2020-11-272-4/+19
* | | | | perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-11-271-0/+8
* | | | | perf stat: Use proper cpu for shadow statsNamhyung Kim2020-11-271-4/+1
* | | | | perf record: Synthesize cgroup events only if neededNamhyung Kim2020-11-271-0/+3
* | | | | perf diff: Fix error return value in __cmd_diff()Zhen Lei2020-11-271-1/+3
* | | | | perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo2020-11-271-6/+9
| |/ / / |/| | |
* | | | Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-11-211-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | selftests/seccomp: sh: Fix register namesKees Cook2020-11-201-2/+2
| * | | selftests/seccomp: powerpc: Fix typo in macro variable nameKees Cook2020-11-201-2/+2
| | |/ | |/|
* | | Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-1910-20/+169
|\ \ \
| * \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-1910-20/+169
| |\ \ \ | | |/ / | |/| |
| | * | selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu2020-11-192-0/+96
| | * | libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa2020-11-191-0/+2
| | * | selftests/bpf: Fix error return code in run_getsockopt_test()Wang Hai2020-11-161-1/+2
| | * | bpf: Relax return code check for subprogramsDmitrii Banshchikov2020-11-142-0/+20