summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-08-03objtool/rust: add one more `noreturn` Rust function for Rust 1.99.0Miguel Ojeda
2026-08-03objtool/klp: Fix symbol resolution for duplicate data symbolsJosh Poimboeuf
2026-08-03objtool/klp: Add .klp.symid for sympos disambiguationJosh Poimboeuf
2026-08-03objtool/klp: Fix false module dependencies caused by dead relocsJosh Poimboeuf
2026-08-03objtool/klp: Normalize Module.symvers paths to module namesJoe Lawrence
2026-08-03objtool/klp: Fix module name normalization for paths with dotsJosh Poimboeuf
2026-08-03selftests/bpf: Add IP_TRANSPARENT and IPV6_TRANSPARENT to setget_sockoptShivaji Kant
2026-08-03bpf: Classify scalar kfunc arguments from BTFAmery Hung
2026-08-03bpf: Classify kfunc pointer arguments from BTF, resolve type against the regi...Amery Hung
2026-08-03selftests/bpf: Test __szk precision with a NULL nullable bufferAmery Hung
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung
2026-08-03selftests/bpf: Test map lookup result refinementAmery Hung
2026-08-03bpf: Resolve map lookup result type at lookup timeEduard Zingerman
2026-08-02selftests/cgroup: add user_usec sanity check in test_cpucg_niceShaojie Sun
2026-08-02perf build: Fix a build error on 32-bit x86Namhyung Kim
2026-08-02perf symbols: Skip dynamic symbols with invalid section indexesZhanpeng Zhang
2026-08-02kselftest/arm64: Don't write to P0 in irritator on SME only systemsMark Brown
2026-08-02kselftest/arm64: Add testcase for SECCOMP_RET_TRACE orig_x0 bypassJinjie Ruan
2026-08-02kselftest/arm64: Add seccomp ptrace x0 bypass testJinjie Ruan
2026-08-02kselftest/arm64: fp-ptrace: Fix checks for inactive SVE and SSVE regsetsKarl Mehltretter
2026-08-02tools/nolibc: add support for AlphaThomas Weißschuh
2026-08-01selftests/bpf: Add tests for >8 byte return value and 128-bit argumentsYonghong Song
2026-07-31perf machine: Check snprintf truncation for guest kallsyms pathArnaldo Carvalho de Melo
2026-07-31perf machine: Free scandir entries in guest kernel map creationArnaldo Carvalho de Melo
2026-07-31perf machine: Reset errno before strtol in guest kernel map creationArnaldo Carvalho de Melo
2026-07-31perf machine: Don't abort guest map creation on first inaccessible dirArnaldo Carvalho de Melo
2026-07-31perf machine: Check snprintf truncation in machines__findnew()Arnaldo Carvalho de Melo
2026-07-31perf machine: Guard against NULL strlist in machines__findnew()Arnaldo Carvalho de Melo
2026-07-31perf machine: Fix NULL parent dereference in fork event processingArnaldo Carvalho de Melo
2026-07-31perf machine: Fix fd leak on bounds check in maps__set_modules_path_dir()Arnaldo Carvalho de Melo
2026-07-31perf hisi-ptt: Fix spelling and abbreviation errorsSizhe Liu
2026-07-31perf hisi-ptt: Strengthen auxtrace event handling and packet type detectionSizhe Liu
2026-07-31perf hisi-ptt: Fix PTT trace TLP header parsingSizhe Liu
2026-07-31perf libdw: Fix outer-frame name resolution and spurious "(inlined)" tagMichael Liang
2026-07-31KVM: selftests: Add a test for KVM_CREATE_VM VM type enforcementHemanth Selam
2026-07-31perf unwind-libdw: Fix unwinding of multi-threaded processesAlessio Podda
2026-07-31KVM: selftests: Extend the invalid nVMX guest state test to cover RSMHao Zhang
2026-07-31KVM: selftests: Refactor invalid nVMX state test to prepare for RSM testcaseSean Christopherson
2026-07-31KVM: selftests: Use port 0x80 in invalid nVMX guest state testSean Christopherson
2026-07-31KVM: selftests: Add KVM syscall wrappers for pthread_{g,s}etaffinity_np()Sean Christopherson
2026-07-31KVM: selftests: Clean up global constants in hardware disable testSean Christopherson
2026-07-31KVM: selftests: Add helper APIs to cancel+join pthreadsSean Christopherson
2026-07-31KVM: selftests: Add KVM syscall wrappers for pthread_{cancel,join}()Sean Christopherson
2026-07-31KVM: selftests: Add KVM syscall wrapper for pthread_create()Sean Christopherson
2026-07-31KVM: selftests: Drop unreachable, dead code from hardware disable testSean Christopherson
2026-07-31KVM: selftests: Affine threads to random CPUs in hardware disable testSean Christopherson
2026-07-31KVM: selftests: Extract picking of random CPU from cpu_set_t to separate APISean Christopherson
2026-07-31KVM: selftests: Return the target CPU from pin_task_to_random_cpu()Sean Christopherson
2026-07-31KVM: selftests: Pre-set threads affinity in hardware disable test when possibleSean Christopherson
2026-07-31KVM: selftests: Set threads CPU affinity before doing work in hardware disabl...Sean Christopherson