summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-02-03selftests: drv-net: rss_ctx: add missing cleanup in queue reconfigureJakub Kicinski-0/+2
2025-02-03scsi: cxlflash: Remove driverAndrew Donnellan-7/+6
2025-02-03selftests/nolibc: always keep test kernel configuration up to dateThomas Weißschuh-4/+3
2025-02-03selftests/nolibc: execute defconfig before other targetsThomas Weißschuh-3/+3
2025-02-03selftests/nolibc: drop call to mrproper targetThomas Weißschuh-1/+1
2025-02-03selftests/nolibc: drop call to prepare targetThomas Weißschuh-1/+1
2025-02-03selftests/nolibc: drop mips32be EXTRACONFIGThomas Weißschuh-2/+1
2025-02-03tools/nolibc: make signature of ioctl() more flexibleThomas Weißschuh-8/+4
2025-02-03selftests/nolibc: enable -Wmissing-prototypesThomas Weißschuh-1/+1
2025-02-03selftests/nolibc: ignore -Wmissing-prototypesThomas Weißschuh-0/+2
2025-02-03tools/nolibc: add prototypes for non-static functionsThomas Weißschuh-0/+11
2025-02-03selftests/bpf: test_xdp_veth: Add new test cases for XDP flagsBastien Curutchet (eBPF Foundation)-7/+20
2025-02-03selftests/bpf: test_xdp_veth: Use unique namesBastien Curutchet (eBPF Foundation)-18/+33
2025-02-03selftests/bpf: test_xdp_veth: Add XDP flags to prog_configurationBastien Curutchet (eBPF Foundation)-2/+12
2025-02-03selftests/bpf: test_xdp_veth: Add prog_config[] tableBastien Curutchet (eBPF Foundation)-53/+80
2025-02-03selftests/bpf: test_xdp_veth: Rename config[]Bastien Curutchet (eBPF Foundation)-16/+16
2025-02-03selftests/bpf: test_xdp_veth: Split network configurationBastien Curutchet (eBPF Foundation)-34/+47
2025-02-03selftests/bpf: test_xdp_veth: Use int to describe next vethBastien Curutchet (eBPF Foundation)-5/+7
2025-02-03selftests/bpf: test_xdp_veth: Remove unecessarry check_ping()Bastien Curutchet (eBPF Foundation)-10/+5
2025-02-03selftests/bpf: test_xdp_veth: Remove unused definesBastien Curutchet (eBPF Foundation)-2/+0
2025-02-03selftests/bpf: helpers: Add append_tid()Bastien Curutchet (eBPF Foundation)-0/+29
2025-02-03bpftool: Fix readlink usage in get_fd_typeViktor Malik-1/+2
2025-02-03selftests/bpf: Fix runqslower cross-endian buildTony Ambardar-1/+3
2025-02-03libbpf: Fix accessing BTF.ext core_relo headerTony Ambardar-2/+2
2025-02-03selftests/bpf: Fix freplace_link segfault in tailcalls prog testTengda Wu-0/+1
2025-02-03udp: gso: do not drop small packets when PMTU reducesYan Zhai-0/+26
2025-02-02Merge tag 'turbostat-2025.02.02' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-109/+575
2025-02-02sched_ext: Fix incorrect time delta calculation in time_delta()Changwoo Min-1/+1
2025-02-02tools/power turbostat: version 2025.02.02Len Brown-1/+1
2025-01-31Merge tag 'AT_EXECVE_CHECK-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-4/+17
2025-01-31Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-205/+404
2025-01-31perf: Always feature test reallocarrayJames Clark-6/+6
2025-01-31Merge tag 'x86-mm-2025-01-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2025-01-31KVM: s390: selftests: Streamline uc_skey test to issue iske after sskeChristoph Schlameuss-18/+6
2025-01-31KVM: s390: selftests: fix ucontrol memory region testClaudio Imbrenda-2/+6
2025-01-30Merge tag 'perf-tools-fixes-for-v6.14-2025-01-30' of git://git.kernel.org/pub...Linus Torvalds-90/+113
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-84/+170
2025-01-30Merge tag 'gpio-fixes-for-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+25
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2025-01-29selftests/net: Add test for loading devbound XDP program in generic modeToke Høiland-Jørgensen-1/+13
2025-01-29vsock/test: Add test for connect() retriesMichal Luczaj-0/+47
2025-01-29vsock/test: Add test for UAF due to socket unbindingMichal Luczaj-0/+58
2025-01-29vsock/test: Introduce vsock_connect_fd()Michal Luczaj-28/+18
2025-01-29vsock/test: Introduce vsock_bind()Michal Luczaj-49/+26
2025-01-29perf stat: Fix find_stat for mixed legacy/non-legacy eventsIan Rogers-4/+19
2025-01-29perf evsel: Add pmu_name helperIan Rogers-0/+11
2025-01-29selftests/bpf: Add strparser test for bpfJiayuan Chen-53/+507
2025-01-29selftests/bpf: Fix invalid flag of recv()Jiayuan Chen-3/+3
2025-01-29Merge tag 'cxl-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-6/+23
2025-01-29selftests/bpf: Adjust data size to have ETH_HLENShigeru Yoshida-6/+6