summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: forwarding: skip if kernel not support setting bridge fdb learning...Hangbin Liu2024-08-031-0/+18
* tools/resolve_btfids: Fix comparison of distinct pointer types warning in res...Liwei Song2024-08-031-1/+1
* libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko2024-08-033-7/+9
* selftests/bpf: fexit_sleep: Fix stack allocation for arm64Puranjay Mohan2024-08-032-2/+7
* selftests/sigaltstack: Fix ppc64 GCC buildMichael Ellerman2024-08-031-1/+1
* perf stat: Fix the hard-coded metrics calculation on the hybridKan Liang2024-08-031-0/+7
* tools/memory-model: Fix bug in lock.catAlan Stern2024-08-031-10/+10
* selftests/nolibc: fix printf format mismatch in expect_str_buf_eq()Thomas Weißschuh2024-08-031-1/+1
* selftests/landlock: Add cred_transfer testMickaël Salaün2024-08-032-0/+75
* selftests/damon/access_memory: use user-defined region sizeSeongJae Park2024-08-031-1/+1
* ipv4: Fix incorrect TOS in fibmatch route get replyIdo Schimmel2024-08-031-12/+12
* iommufd/selftest: Fix tests to use MOCK_PAGE_SIZE based buffer sizesJoao Martins2024-08-031-18/+18
* iommufd/selftest: Add tests for <= u8 bitmap sizesJoao Martins2024-08-031-0/+18
* iommufd/selftest: Fix dirty bitmap tests with u8 bitmapsJoao Martins2024-08-032-7/+9
* perf dso: Fix address sanitizer buildIan Rogers2024-08-039-44/+56
* perf intel-pt: Fix exclude_guest settingAdrian Hunter2024-08-031-0/+12
* perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter2024-08-031-1/+2
* perf stat: Fix a segfault with --per-cluster --metric-onlyNamhyung Kim2024-08-031-0/+3
* perf report: Fix condition in sort__sym_cmp()Namhyung Kim2024-08-031-1/+1
* perf pmus: Fixes always false when compare duplicates aliasesJunhao He2024-08-031-2/+3
* tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__loadAthira Rajeev2024-08-033-1/+18
* perf test: Make test_arm_callgraph_fp.sh more robustJames Clark2024-08-032-21/+26
* perf maps: Fix use after free in __maps__fixup_overlap_and_insertIan Rogers2024-08-031-4/+5
* selftests: forwarding: devlink_lib: Wait for udev events after reloadingAmit Cohen2024-08-031-0/+2
* selftests/resctrl: Fix closing IMC fds on error and open-code R+W instead of ...Ilpo Järvinen2024-08-031-18/+36
* selftests/bpf: Close obj in error path in xdp_adjust_tailGeliang Tang2024-08-031-1/+1
* selftests/bpf: Null checks for links in bpf_tcp_caGeliang Tang2024-08-031-4/+12
* selftests/bpf: Close fd in error path in drop_on_reuseportGeliang Tang2024-08-031-1/+1
* bpftool: Mount bpffs when pinmaps path not under the bpffsTao Chen2024-08-031-0/+4
* libbpf: Skip base btf sanity checksAntoine Tenart2024-08-031-1/+1
* libbpf: Checking the btf_type kind when fixing variable offsetsDonglin Peng2024-08-031-2/+9
* bpf: Change bpf_session_cookie return value to __u64 *Jiri Olsa2024-08-032-2/+2
* mlxsw: spectrum_acl: Fix ACL scale regression and firmware errorsIdo Schimmel2024-08-031-4/+51
* selftests/bpf: Check length of recv in test_sockmapGeliang Tang2024-08-031-1/+2
* libbpf: keep FD_CLOEXEC flag when dup()'ing FDAndrii Nakryiko2024-08-031-7/+3
* selftests/bpf: Fix prog numbers in test_sockmapGeliang Tang2024-08-031-5/+1
* bpftool: Un-const bpf_func_info to fix it for llvm 17 and newerIvan Babrou2024-08-031-1/+1
* x86/syscall: Mark exit[_group] syscall handlers __noreturnJosh Poimboeuf2024-08-031-0/+4
* Merge tag 'net-6.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-115-4/+246
|\
| * selftests/bpf: Add timer lockup selftestKumar Kartikeya Dwivedi2024-07-112-0/+178
| * selftests/bpf: Extend tcx tests to cover late tcx_entry releaseDaniel Borkmann2024-07-082-0/+64
| * wireguard: selftests: use acpi=off instead of -no-acpi for recent QEMUJason A. Donenfeld2024-07-051-4/+4
* | Merge tag 'linux_kselftest-fixes-6.10' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-097-31/+46
|\ \
| * | selftests/vDSO: remove duplicate compiler invocations from MakefileJohn Hubbard2024-07-051-9/+5
| * | selftests/vDSO: remove partially duplicated "all:" target in MakefileJohn Hubbard2024-07-051-8/+7
| * | selftests/vDSO: fix clang build errors and warningsJohn Hubbard2024-07-052-7/+27
| * | selftest/timerns: fix clang build failures for abs() callsJohn Hubbard2024-07-054-7/+7
* | | Merge tag 'perf-tools-fixes-for-v6.10-2024-07-08' of git://git.kernel.org/pub...Linus Torvalds2024-07-082-16/+39
|\ \ \
| * | | perf dsos: When adding a dso into sorted dsos maintain the sort orderIan Rogers2024-07-071-5/+21
| * | | perf comm str: Avoid sort during insertIan Rogers2024-07-071-11/+18