summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-06-07bpf: Add support for tracing multi linkJiri Olsa2-0/+7
2026-06-07bpf: Add multi tracing attach typesJiri Olsa2-0/+4
2026-06-07KVM: selftests: Add a hugetlb memslot alignment test modeJinyu Tang1-6/+22
2026-06-06selftests/riscv: fix compiler output flag spacing in all MakefilesZong Li6-13/+13
2026-06-06riscv: cfi: reject unknown flags in PR_SET_CFIRichard Patel1-0/+6
2026-06-06selftests/bpf: add tests for PTR_TO_FLOW_KEYS offset boundsNuoqi Gui2-0/+99
2026-06-06libperf: Document struct perf_cpu int16_t ABI limitationArnaldo Carvalho de Melo2-1/+29
2026-06-06perf sched: Free callchain nodes in idle thread cleanupArnaldo Carvalho de Melo3-1/+20
2026-06-06perf tools: Fix int16_t truncation of max_cpu_num in set_max_cpu_num()Arnaldo Carvalho de Melo1-4/+17
2026-06-06perf timechart: Fix cpu2y() OOB read on untrusted CPU indexArnaldo Carvalho de Melo1-4/+6
2026-06-06perf c2c: Fix use-after-free in he__get_c2c_hists() error pathArnaldo Carvalho de Melo1-0/+1
2026-06-06perf stat: Introduce perf_env__get_cpu_topology() to guard NULL env->cpuArnaldo Carvalho de Melo2-23/+42
2026-06-06Merge tag 'vfs-7.1-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2026-06-06perf mmap: Fix NULL deref in aio cleanup on alloc failureArnaldo Carvalho de Melo1-4/+6
2026-06-05selftests/bpf: Inspect the signature verdict exposed to BPF LSMDaniel Borkmann2-0/+152
2026-06-05selftests/bpf: libarena: parallel test harness and spmc parallel selftestEmil Tsalapatis3-0/+866
2026-06-05selftests/bpf: libarena: Add spmc queue data structureEmil Tsalapatis3-0/+455
2026-06-05selftests/bpf: libarena: Add rbtree data structureEmil Tsalapatis3-0/+2098
2026-06-05selftests: drv-net: add userns devmem RX testBobby Eshleman9-11/+142
2026-06-05selftests: net: do not detect PPPoX loopbackQingfang Deng1-0/+1
2026-06-05selftests/bpf: Fix test_lirc testSean Young2-5/+5
2026-06-05selftests/bpf: Add tests for bpf_set_retval validationXu Kuohai2-0/+109
2026-06-05selftests/bpf: Restrict bpf_set_retval argument in sk_bypass_prot_memXu Kuohai1-0/+2
2026-06-05selftests/bpf: Add tests to verify the fix of encapsulating VxLAN in lwtLeon Hwang2-10/+290
2026-06-05bpf, riscv: inline bpf_get_current_task() and bpf_get_current_task_btf()Varun R Mallya1-0/+2
2026-06-05selftests/bpf: use host CPU features in JIT disassemblerVarun R Mallya1-2/+11
2026-06-05selftests/bpf: Add tests to verify checking padding bytes for bpf_[map,prog]_...Leon Hwang1-0/+55
2026-06-05bpf: Check tail zero of bpf_prog_infoLeon Hwang1-0/+1
2026-06-05bpf: Check tail zero of bpf_map_infoLeon Hwang1-0/+1
2026-06-05perf sched: Replace BUG_ON and add NULL checks in replay event helpersArnaldo Carvalho de Melo1-3/+25
2026-06-05perf sched: Use thread__put() in free_idle_threads()Arnaldo Carvalho de Melo1-1/+1
2026-06-05perf sched: Fix thread reference leak in idle hist processingArnaldo Carvalho de Melo1-1/+1
2026-06-05perf sched: Use is_idle_sample() for idle thread runtime cast guardArnaldo Carvalho de Melo1-1/+7
2026-06-05perf sched: Clean up idle_threads entry on init failureArnaldo Carvalho de Melo1-1/+4
2026-06-05perf c2c: Bounds-check CPU IDs in setup_nodes() topology loopArnaldo Carvalho de Melo1-0/+4
2026-06-05perf c2c: Bounds-check CPU and node IDs before bitmap and array accessArnaldo Carvalho de Melo1-2/+17
2026-06-05selftests/bpf: Tolerate missing files during installRicardo B. Marlière1-3/+14
2026-06-05selftests/bpf: Provide weak definitions for cross-test functionsRicardo B. Marlière5-30/+30
2026-06-05selftests/bpf: Tolerate benchmark build failuresRicardo B. Marlière1-2/+4
2026-06-05selftests/bpf: Allow test_progs to link with a partial object setRicardo B. Marlière1-3/+4
2026-06-05selftests/bpf: Skip tests whose objects were not builtRicardo B. Marlière2-8/+46
2026-06-05selftests/bpf: Tolerate test file compilation failuresRicardo B. Marlière1-3/+12
2026-06-05selftests/bpf: Make skeleton headers order-only prerequisites of .test.dRicardo B. Marlière1-2/+2
2026-06-05selftests/bpf: Avoid rebuilds when running emit_testsRicardo B. Marlière1-2/+2
2026-06-05selftests/bpf: Tolerate BPF and skeleton generation failuresRicardo B. Marlière1-35/+73
2026-06-05selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernelsRicardo B. Marlière2-7/+33
2026-06-05selftests/bpf: Add BPF_STRICT_BUILD toggleRicardo B. Marlière1-0/+6
2026-06-05selftests/bpf: Use bpf_dynptr_slice() to read file dynptr in leak testAmery Hung1-4/+4
2026-06-05bpftool: Restrict feature tests during bootstrap compilationIan Rogers1-0/+5
2026-06-05selftests/bpf: Fix flaky file_reader testMykyta Yatsenko1-1/+1