aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-07-10perf record: Fix teardown hang on system-wide multi-threaded sessionsIan Rogers2-2/+6
2026-07-10libbpf: Fix double-free of distilled base BTF on .BTF.ext parse errorNaveed Khan1-5/+5
2026-07-10selftests/bpf: veristat: Minimize map size during verificationEmil Tsalapatis1-0/+23
2026-07-10selftests/ftrace: fix spelling error in poll test commentWang Yan1-1/+1
2026-07-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-2/+2
2026-07-10Merge tag 'gpio-fixes-for-v7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-0/+1
2026-07-10selftests/tracing: Have trigger-hist-poll.tc use sched_process_exitSteven Rostedt1-2/+2
2026-07-10selftests/ftrace: Fix reading enabled_functions in add_remove_fprobe_module testSteven Rostedt1-9/+18
2026-07-10KVM: selftests: Randomize pCPU in steal time testSean Christopherson1-5/+3
2026-07-10KVM: selftests: Drop superfluous use of pthread_attr_setaffinity_np()Sean Christopherson1-4/+5
2026-07-10KVM: selftests: Verify SNP VMs are rejected from migration and mirroringAtish Patra1-0/+47
2026-07-10selftests/riscv: ptrace: Fix memory leak of regset_data in vector testsWang Yan1-5/+5
2026-07-10selftests: netfilter: add bridge tunnel flowtable regressionZhengyang Chen1-0/+55
2026-07-10platform/x86/amd/pmf: Introduce AMD PMF testing tool for driver metrics and featuresShyam Sundar S K2-0/+202
2026-07-10selftests/landlock: Skip scoped_signal subtest with MSG_OOB if not availableThomas Huth1-0/+21
2026-07-10selftests/landlock: Fix screwed up pointers in the scoped_signal_testThomas Huth1-23/+23
2026-07-10selftests/landlock: Add test for TCP fast openMatthieu Buffet1-0/+97
2026-07-10selftests/bpf: Add bpf_icmp_send no route testMahe Tardy1-0/+49
2026-07-10selftests/bpf: Add bpf_icmp_send recursion testMahe Tardy2-0/+101
2026-07-10selftests/bpf: Add bpf_icmp_send kfunc cgroup_skb IPv6 testsMahe Tardy2-38/+101
2026-07-10selftests/bpf: Add bpf_icmp_send kfunc cgroup_skb testsMahe Tardy2-0/+202
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni28-45/+646
2026-07-10selftests/liveupdate: add end to end test infrastructure and scriptsPasha Tatashin8-9/+551
2026-07-10selftests: timers: Partially revert "Remove local NSEC_PER_SEC and USEC_PER_SEC defines"Wake Liu13-14/+28
2026-07-09perf capstone: Fix kernel map reference count leakTengda Wu1-4/+9
2026-07-09perf tests: Restore -p flag to lock contention testIan Rogers1-1/+2
2026-07-09sched_ext: Make scx_bpf_kick_cid() return voidTejun Heo1-1/+1
2026-07-09tools/sched_ext: scx_qmap - Use bare u64/u32/s32 integer typesTejun Heo2-27/+28
2026-07-09Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo4-33/+468
2026-07-09tools/sched_ext: scx - Fix cmask_subset(), cmask_equal() and cmask_weight()Tejun Heo1-33/+55
2026-07-09selftests/sched_ext: Fix bpf_link leak on early return in prog_runLiang Luo1-8/+26
2026-07-09selftests/bpf: Add test for oversized rdonly/rdwr_buf_size kfunc argumentNicholas Dudar2-0/+34
2026-07-09selftests/bpf: Add test for scalar id on sign-extending stack fillDaniel Borkmann1-0/+56
2026-07-09Merge tag 'net-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-2/+27
2026-07-09selftests: drv-net: rss_ctx: Add retries to test_rss_context_overlap to reduce flakesZinc Lim1-3/+8
2026-07-09selftests/net: fix EVP_MD_CTX leak in tcp_mmapWang Yan1-0/+4
2026-07-08perf dso: Fix kallsyms DSO detection with fallback logicTanushree Shah1-1/+56
2026-07-08perf stat: reject --field-separator and --json-output combinationIvan Lazaric2-0/+19
2026-07-08perf vendor events amd: Reintroduce deprecated Zen 5 core eventsSandipan Das1-0/+42
2026-07-08selftests/bpf: Skip res_spin_lock_stress if no perf supportMaxim Khmelevskii1-0/+20
2026-07-08selftests/bpf: Close fd on unexpected success in signed loaderDaniel Borkmann1-0/+8
2026-07-08selftests/sched_ext: Verify nohz_full tick behaviorAndrea Righi3-0/+413
2026-07-08selftests/bpf: Verify load-time signed loader metadataDaniel Borkmann2-168/+866
2026-07-08selftests/bpf: Adjust bpf_map layout in verifier_map_ptrDaniel Borkmann1-11/+12
2026-07-08bpftool: Cover loader metadata with the program signatureDaniel Borkmann2-2/+17
2026-07-08bpftool: Check EVP_Digest when computing excl_prog_hashDaniel Borkmann1-2/+5
2026-07-08libbpf: Drop in-loader metadata check for load-time verificationDaniel Borkmann4-100/+9
2026-07-08selftests/rseq: Fix a building error for riscv archHui Wang1-1/+5
2026-07-08Merge tag 'hid-for-linus-2026070801' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds4-8/+159
2026-07-08selftests/user_events: Wait for deferred event teardown after unregisterMichael Bommarito2-4/+51