summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-03-19libbpf: add support for BPF cookie for raw_tp/tp_btf programsAndrii Nakryiko-5/+53
2024-03-19bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko-0/+1
2024-03-19libbpf: fix u64-to-pointer cast on 32-bit archesAndrii Nakryiko-2/+2
2024-03-20tools/rtla: Add -U/--user-load option to timerlatDaniel Bristot de Oliveira-9/+95
2024-03-20tools/verification: Use tools/build makefiles on rvDaniel Bristot de Oliveira-133/+183
2024-03-20tools/rtla: Use tools/build makefiles to build rtlaDaniel Bristot de Oliveira-145/+244
2024-03-20tools/tracing: Use tools/build makefiles on latency-collectorDaniel Bristot de Oliveira-19/+122
2024-03-19selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.shAlessandro Carminati (Red Hat)-1/+12
2024-03-19selftests/bpf: Add a sk_msg prog bpf_get_ns_current_pid_tgid() testYonghong Song-0/+76
2024-03-19selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() testYonghong Song-0/+80
2024-03-19selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song-22/+41
2024-03-19selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid testYonghong Song-17/+19
2024-03-19tools: ynl: add header guards for nlctrlJakub Kicinski-0/+1
2024-03-19wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}Jason A. Donenfeld-0/+2
2024-03-18Merge tag 'kvm-x86-pvunhalt-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+50
2024-03-18Merge tag 'ktest-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-6/+11
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-0/+134
2024-03-18libbpbpf: Check bpf_map/bpf_program fd validityMykyta Yatsenko-7/+52
2024-03-18selftests/exec: Convert remaining /bin/sh to /bin/bashKees Cook-2/+2
2024-03-18selftests/exec: execveat: Improve debug reportingKees Cook-5/+7
2024-03-18selftests/user_events: Test multi-format eventsBeau Belgrave-0/+134
2024-03-18selftests: net: veth: test the ability to independently manipulate GRO and XDPIgnat Korchagin-3/+25
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-0/+12
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-3/+5
2024-03-15selftests/bpf: Add arena test case for 4Gbyte corner caseAlexei Starovoitov-0/+70
2024-03-15selftests/bpf: Remove hard coded PAGE_SIZE macro.Alexei Starovoitov-5/+10
2024-03-15libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVMAlexei Starovoitov-11/+11
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-751/+3232
2024-03-15Merge patch series "riscv: mm: Extend mappable memory up to hint address"Palmer Dabbelt-86/+67
2024-03-15ktest: force $buildonly = 1 for 'make_warnings_file' test typeRicardo B. Marliere-0/+1
2024-03-15ktest.pl: Process variables within variablesSteven Rostedt-6/+10
2024-03-15selftests/bpf: Remove second semicolonColin Ian King-2/+2
2024-03-15selftests: kvm: remove meaningless assignments in MakefilesPaolo Bonzini-2/+2
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds-24/+277
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-676/+2069
2024-03-14net: remove {revc,send}msg_copy_msghdr() from exportsJens Axboe-7/+0
2024-03-14Merge tag 'perf-tools-for-v6.9-2024-03-13' of git://git.kernel.org/pub/scm/li...Linus Torvalds-4813/+21268
2024-03-14Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-0/+42
2024-03-14Merge tag 'lsm-pr-20240314' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-15/+15
2024-03-14Merge tag 'landlock-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-30/+10
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+2109
2024-03-14selftests/bpf: Ensure libbpf skip all-zeros fields of struct_ops maps.Kui-Feng Lee-1/+62
2024-03-14libbpf: Skip zeroed or null fields if not found in the kernel type.Kui-Feng Lee-5/+19
2024-03-14libbpf: Prevent null-pointer dereference when prog to load has no BTFQuentin Monnet-4/+3
2024-03-14bpftool: Fix missing pids during link showYonghong Song-2/+2
2024-03-14bpftool: Cast pointers for shadow types explicitly.Kui-Feng Lee-1/+7
2024-03-14Merge tag 'kvm-s390-next-6.9-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-0/+2
2024-03-14selftests: riscv: Generalize mm selftestsCharlie Jenkins-86/+67
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler-15/+15
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-567/+0