summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-03-03selftests: vDSO: vdso_test_gettimeofday: Clean up includesThomas Weißschuh-2/+0
2025-03-03selftests: vDSO: parse_vdso: Test __SIZEOF_LONG__ instead of ULONG_MAXThomas Weißschuh-1/+1
2025-03-03selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headersThomas Weißschuh-1/+5
2025-03-03selftests: vDSO: parse_vdso: Drop vdso_init_from_auxv()Thomas Weißschuh-15/+0
2025-03-03selftests: vDSO: vdso_standalone_test_x86: Use vdso_init_form_sysinfo_ehdrThomas Weißschuh-1/+26
2025-03-03tools/nolibc: add limits.h shim headerThomas Weißschuh-0/+8
2025-03-03selftests: Add headers targetThomas Weißschuh-1/+4
2025-03-03tools/include: Add uapi/linux/elf.hThomas Weißschuh-0/+524
2025-03-03sched_ext: Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo-4/+12
2025-03-03KVM: selftests: Fix printf() format goof in SEV smoke testSean Christopherson-1/+2
2025-03-03KVM: selftests: Ensure all vCPUs hit -EFAULT during initial RO stageSean Christopherson-8/+13
2025-03-03selftests/x86/syscall: Fix coccinelle WARNING recommending the use of ARRAY_S...Mirsad Todorovac-1/+2
2025-03-02perf tools: Skip BPF sideband event for userspace profilingNamhyung Kim-0/+21
2025-03-02selftests/nolibc: add armthumb configurationThomas Weißschuh-2/+9
2025-03-02selftests/nolibc: explicitly enable ARM modeThomas Weißschuh-0/+1
2025-03-01Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...Ingo Molnar-311/+1076
2025-02-28Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+6
2025-02-28perf test: Fix spelling mistake "sythesizing" -> "synthesizing"Colin Ian King-2/+2
2025-02-28perf build: Fix in-tree build due to symbolic linkLuca Ceresoli-1/+1
2025-02-28Merge tag 'trace-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-7/+11
2025-02-28KVM: selftests: Relax assertion on HLT exits if CPU supports Idle HLTSean Christopherson-1/+13
2025-02-28tools/x86: Fix linux/unaligned.h include path in lib/insn.cIan Rogers-1/+1
2025-02-28perf arm-spe: Report error if set frequencyLeo Yan-0/+21
2025-02-28perf lock: Report owner stack in usermodeChun-Tse Shao-11/+94
2025-02-28KVM: selftests: Assert that STI blocking isn't set after event injectionSean Christopherson-0/+2
2025-02-28KVM: selftests: Fix spelling mistake "UFFDIO_CONINUE" -> "UFFDIO_CONTINUE"Colin Ian King-1/+1
2025-02-28selftests: ublk: add ublk zero copy testMing Lei-23/+241
2025-02-28selftests: ublk: add file backed ublkMing Lei-5/+277
2025-02-28selftests: ublk: add kernel selftests for ublkMing Lei-0/+1465
2025-02-28x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8H. Peter Anvin (Intel)-1/+1
2025-02-28perf lock: Make rb_tree helper functions genericChun-Tse Shao-11/+23
2025-02-28perf lock: Retrieve owner callstack in bpf programChun-Tse Shao-9/+203
2025-02-28perf lock: Add bpf maps for owner stack tracingChun-Tse Shao-2/+52
2025-02-27selftests/net: deflake GRO testsKevin Krakauer-3/+4
2025-02-27selftests/net: only print passing message in GRO tests when tests passKevin Krakauer-3/+5
2025-02-27selftests/net: have `gro.sh -t` return a correct exit codeKevin Krakauer-1/+2
2025-02-27selftests/ftrace: Let fprobe test consider already enabled functionsHeiko Carstens-7/+11
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-268/+943
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-7/+161
2025-02-27perf cpumap: Reduce cpu size from int to int16_tIan Rogers-27/+54
2025-02-27perf trace: Add missing perf_tool__init()Athira Rajeev-0/+1
2025-02-27Merge tag 'sound-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-1/+1
2025-02-27tools/sched_ext: Provide a compatible helper for scx_bpf_events()Andrea Righi-1/+9
2025-02-27selftests: drv-net: Check if combined-count existsJoe Damato-4/+3
2025-02-27Merge branch 'x86/mm' into x86/cpu, to avoid conflictsIngo Molnar-128/+661
2025-02-27x86/bugs: Remove X86_FEATURE_USE_IBPBYosry Ahmed-1/+0
2025-02-27selftests/x86/xstate: Fix spelling mistake "hader" -> "header"Colin Ian King-1/+1
2025-02-27selftests/sysctl: fix wording of help messagesBharadwaj Raju-3/+3
2025-02-26selftests: drv-net: add tests for napi IRQ affinity notifiersJakub Kicinski-1/+123
2025-02-26selftests/net: expand cmsg_ipv6.sh with ipv4Willem de Bruijn-55/+96