aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-06-15perf: sched map skips redundant lines with cpu filtersFernand Sieber1-6/+6
2024-06-15selftests: mm: make map_fixed_noreplace test names stableMark Brown1-8/+16
2024-06-14selftests: forwarding: Add test for minimum and maximum MTUAmit Cohen2-0/+284
2024-06-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-0/+43
2024-06-14selftests/bpf: Add tests for add_constAlexei Starovoitov2-3/+249
2024-06-14bpf: Support can_loop/cond_break on big endianAlexei Starovoitov1-0/+28
2024-06-14bpf: Track delta between "linked" registers.Alexei Starovoitov1-11/+11
2024-06-14selftests/hid: add subprog call testBenjamin Tissoires2-0/+65
2024-06-14selftests/hid: convert the hid_bpf selftests with struct_opsBenjamin Tissoires3-65/+89
2024-06-13perf test pmu: Warn don't fail for legacy mixed case event namesIan Rogers1-3/+19
2024-06-13tools/perf: Fix timing issue with parallel threads in perf bench wake-up-para...Athira Rajeev1-1/+1
2024-06-13tools/perf: Fix perf bench epoll to enable the run when some CPU's are offlineAthira Rajeev2-2/+2
2024-06-13tools/perf: Fix perf bench futex to enable the run when some CPU's are offlineAthira Rajeev5-5/+5
2024-06-13perf record: Ensure space for lost samplesIan Rogers2-25/+15
2024-06-13selftests: bpf: add testmod kfunc for nullable paramsVadim Fedorenko4-0/+61
2024-06-13selftests: bpf: crypto: adjust bench to use nullable IVVadim Fedorenko1-6/+4
2024-06-13selftests: bpf: crypto: use NULL instead of 0-sized dynptrVadim Fedorenko1-12/+4
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-31/+233
2024-06-13bpf: selftests: Do not use generated kfunc prototypes for arena progsDaniel Xu4-0/+4
2024-06-13selftests/bpf: Add test coverage for reg_set_min_max handlingDaniel Borkmann2-0/+43
2024-06-13Merge tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+3
2024-06-13selftests/bpf: Validate CHECKSUM_COMPLETE optionVadim Fedorenko2-1/+11
2024-06-13bpf: Add CHECKSUM_COMPLETE to bpf test progsVadim Fedorenko1-0/+2
2024-06-13kselftest/arm64: Fix a couple of spelling mistakesColin Ian King1-2/+2
2024-06-12selftests: forwarding: router_mpath_hash: Add a new selftestPetr Machata2-0/+334
2024-06-12selftests: forwarding: lib: Split sysctl_save() out of sysctl_set()Petr Machata1-1/+8
2024-06-12bpftool: Support dumping kfunc prototypes from BTFDaniel Xu1-0/+55
2024-06-12bpf: selftests: xfrm: Opt out of using generated kfunc prototypesDaniel Xu1-0/+1
2024-06-12bpf: selftests: nf: Opt out of using generated kfunc prototypesDaniel Xu3-0/+3
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu2-8/+8
2024-06-12bpf: selftests: Namespace struct_opt callbacks in bpf_dctcpDaniel Xu1-18/+18
2024-06-12bpf: selftests: Fix bpf_map_sum_elem_count() kfunc prototypeDaniel Xu1-1/+1
2024-06-12bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototypeDaniel Xu1-1/+1
2024-06-12bpf: selftests: Fix fentry test kfunc prototypesDaniel Xu1-4/+3
2024-06-12bpf: selftests: Fix bpf_iter_task_vma_new() prototypeDaniel Xu1-1/+1
2024-06-12kselftest/arm64: Fix redundancy of a testcaseDev Jain1-1/+1
2024-06-12selftests/livepatch: define max test-syscall processesRyan Sullivan1-1/+4
2024-06-12kselftest/arm64: Include kernel mode NEON in fp-stressMark Brown4-9/+343
2024-06-12tools/x86/kcpuid: Add missing dir via MakefileChristian Heusel1-2/+2
2024-06-11selftests: mptcp: lib: use wait_local_port_listen helperGeliang Tang1-14/+2
2024-06-11selftests: mptcp: lib: use setup/cleanup_ns helpersGeliang Tang1-9/+8
2024-06-11selftests: net: lib: remove 'ns' var in setup_nsGeliang Tang1-8/+12
2024-06-11selftests: net: lib: do not set ns var as readonlyMatthieu Baerts (NGI0)1-3/+3
2024-06-11selftests: net: lib: remove ns from list after clean-upMatthieu Baerts (NGI0)1-4/+17
2024-06-11selftests: net: lib: ignore possible errorsMatthieu Baerts (NGI0)1-9/+1
2024-06-12selftests/bpf: Add uretprobe shadow stack testJiri Olsa1-0/+60
2024-06-12selftests/bpf: Add uretprobe syscall call from user space testJiri Olsa2-0/+112
2024-06-12selftests/bpf: Add uretprobe syscall test for regs changesJiri Olsa2-1/+189
2024-06-12selftests/bpf: Add uretprobe syscall test for regs integrityJiri Olsa3-0/+182
2024-06-12selftests/x86: Add return uprobe shadow stack testJiri Olsa1-0/+145