summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-0510-29/+56
|\
| * Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2022-01-053-2/+3
| |\
| | * selftests: set amt.sh executableTaehee Yoo2022-01-051-0/+0
| | * selftests: net: udpgro_fwd.sh: explicitly checking the available ping featureJianguo Wu2022-01-011-1/+2
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-01-011-1/+1
| | |\
| | | * bpf, selftests: Fix spelling mistake "tained" -> "tainted"Colin Ian King2021-12-171-1/+1
| * | | Merge tag 'perf-tools-fixes-for-v5.16-2022-01-02' of git://git.kernel.org/pub...Linus Torvalds2022-01-026-21/+43
| |\ \ \
| | * | | perf top: Fix TUI exit screen refresh race conditionyaowenbin2022-01-021-3/+5
| | * | | perf pmu: Fix alias events listJohn Garry2022-01-021-6/+17
| | * | | perf scripts python: intel-pt-events.py: Fix printing of switch eventsAdrian Hunter2021-12-281-10/+13
| | * | | perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter2021-12-281-1/+1
| | * | | perf intel-pt: Fix parsing of VM time correlation argumentsAdrian Hunter2021-12-281-0/+1
| | * | | perf expr: Fix return value of ids__new()Miaoqian Lin2021-12-281-1/+6
| * | | | userfaultfd/selftests: fix hugetlb area allocationsMike Kravetz2021-12-311-6/+10
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-3165-672/+1841
|\ \ \ \
| * | | | bpf/selftests: Update local storage selftest for sleepable programsKP Singh2021-12-302-33/+11
| * | | | libbpf: Improve LINUX_VERSION_CODE detectionAndrii Nakryiko2021-12-293-17/+28
| * | | | libbpf: Use 100-character limit to make bpf_tracing.h easier to readAndrii Nakryiko2021-12-291-32/+22
| * | | | libbpf: Normalize PT_REGS_xxx() macro definitionsAndrii Nakryiko2021-12-291-225/+152
| * | | | selftests/bpf: Add btf_dump__new to test_cppJiri Olsa2021-12-231-1/+8
| * | | | libbpf: Do not use btf_dump__new() macro in C++ modeJiri Olsa2021-12-231-0/+6
| * | | | bpftool: Enable line buffering for stdoutPaul Chaignon2021-12-221-0/+2
| * | | | selftests/bpf: Correct the INDEX address in vmtest.shPu Lehui2021-12-201-1/+1
| * | | | bpf/selftests: Test PTR_TO_RDONLY_MEMHao Luo2021-12-182-0/+43
| * | | | bpftool: Reimplement large insn size limit feature probingAndrii Nakryiko2021-12-171-3/+23
| * | | | selftests/bpf: Add libbpf feature-probing API selftestsAndrii Nakryiko2021-12-172-0/+126
| * | | | libbpf: Rework feature-probing APIsAndrii Nakryiko2021-12-173-54/+236
| * | | | bpf: Right align verifier states in verifier logs.Christy Lee2021-12-171-77/+92
| * | | | bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee2021-12-171-15/+15
| * | | | selftests/bpf: Enable cross-building with clangJean-Philippe Brucker2021-12-161-4/+4
| * | | | tools/runqslower: Enable cross-building with clangJean-Philippe Brucker2021-12-161-2/+2
| * | | | bpftool: Enable cross-building with clangJean-Philippe Brucker2021-12-161-6/+7
| * | | | tools/libbpf: Enable cross-building with clangJean-Philippe Brucker2021-12-161-1/+2
| * | | | tools/resolve_btfids: Support cross-building the kernel with clangJean-Philippe Brucker2021-12-161-0/+1
| * | | | tools: Help cross-building with clangJean-Philippe Brucker2021-12-161-1/+12
| * | | | libbpf: Avoid reading past ELF data section end when copying licenseAndrii Nakryiko2021-12-151-1/+4
| * | | | libbpf: Mark bpf_object__find_program_by_title API deprecated.Kui-Feng Lee2021-12-141-0/+1
| * | | | tools/perf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee2021-12-141-1/+12
| * | | | selftests/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee2021-12-1410-67/+104
| * | | | selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftestsAndrii Nakryiko2021-12-148-24/+3
| * | | | libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPFAndrii Nakryiko2021-12-146-39/+143
| * | | | libbpf: Add sane strncpy alternative and use it internallyAndrii Nakryiko2021-12-146-19/+31
| * | | | libbpf: Fix potential uninit memory readAndrii Nakryiko2021-12-141-0/+1
| * | | | libbpf: Add doc comments for bpf_program__(un)pin()Grant Seltzer2021-12-131-0/+24
| * | | | selftests/bpf: Fix segfault in bpf_tcp_caJean-Philippe Brucker2021-12-131-4/+3
| * | | | selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-132-0/+167
| * | | | bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-131-0/+28
| * | | | selftests/bpf: Add test to access int ptr argument in tracing programJiri Olsa2021-12-131-0/+12
| * | | | libbpf: Don't validate TYPE_ID relo's original imm valueAndrii Nakryiko2021-12-131-5/+14
| * | | | selftests/bpf: Remove last bpf_create_map_xattr from test_verifierAndrii Nakryiko2021-12-131-9/+5