index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2025-05-08
kselftest/arm64: fp-ptrace: Fix expected FPMR value when PSTATE.SM is changed
Mark Rutland
-13
/
+1
2025-05-08
KVM: selftests: Add a test for x86's fastops emulation
Sean Christopherson
-0
/
+166
2025-05-07
selftests/mm: fix a build failure on powerpc
Nysal Jan K.A.
-1
/
+11
2025-05-07
selftests/mm: fix build break when compiling pkey_util.c
Madhavan Srinivasan
-0
/
+3
2025-05-07
tools/testing/selftests: fix guard region test tmpfs assumption
Lorenzo Stoakes
-6
/
+10
2025-05-07
selftests/mm: compaction_test: support platform with huge mount of memory
Feng Tang
-5
/
+14
2025-05-07
tools: ynl-gen: move the count into a presence struct too
Jakub Kicinski
-21
/
+16
2025-05-07
tools: ynl-gen: split presence metadata
Jakub Kicinski
-28
/
+28
2025-05-07
tools: ynl-gen: rename basic presence from 'bit' to 'present'
Jakub Kicinski
-6
/
+6
2025-05-07
bpf: Clarify handling of mark and tstamp by redirect_peer
Paul Chaignon
-0
/
+3
2025-05-07
rtla: Define _GNU_SOURCE in timerlat_bpf.c
Tomas Glozar
-0
/
+1
2025-05-07
rtla: Define __NR_sched_setattr for LoongArch
Tiezhu Yang
-0
/
+2
2025-05-07
rtla: Set distinctive exit value for failed tests
Costa Shulyupin
-21
/
+34
2025-05-07
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
-305
/
+2415
2025-05-06
tools: ynl-gen: allow noncontiguous enums
Jiri Pirko
-6
/
+52
2025-05-06
io_uring/zcrx: selftests: fix setting ntuple rule into rss
David Wei
-5
/
+5
2025-05-06
cxl/test: Address missing MODULE_DESCRIPTION warnings for cxl_test
Dave Jiang
-0
/
+3
2025-05-07
objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0
Miguel Ojeda
-0
/
+1
2025-05-06
bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernels
YiFei Zhu
-1
/
+1
2025-05-06
selftests/bpf: Add test for bpf_list_{front,back}
Martin KaFai Lau
-0
/
+119
2025-05-06
selftests/bpf: Add tests for bpf_rbtree_{root,left,right}
Martin KaFai Lau
-0
/
+212
2025-05-06
bpf: Allow refcounted bpf_rb_node used in bpf_rbtree_{remove,left,right}
Martin KaFai Lau
-14
/
+15
2025-05-06
arm64: tools: Resync sysreg.h
Marc Zyngier
-17
/
+48
2025-05-06
tools/arch/x86: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.h>
Ingo Molnar
-1
/
+1
2025-05-06
Merge tag 'nf-next-25-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
-0
/
+431
2025-05-06
x86/insn: Stop decoding i64 instructions in x86-64 mode at opcode
Masami Hiramatsu (Google)
-4
/
+22
2025-05-06
x86/insn: Fix opcode map (!REX2) superscript tags
Masami Hiramatsu (Google)
-25
/
+25
2025-05-06
Merge tag 'v6.15-rc4' into x86/asm, to pick up fixes
Ingo Molnar
-754
/
+3207
2025-05-06
selftests: net: exit cleanly on SIGTERM / timeout
Jakub Kicinski
-1
/
+23
2025-05-06
KVM: arm64: selftests: Add test for SVE host corruption
Mark Brown
-0
/
+128
2025-05-06
tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.4
Ahmed S. Darwish
-2
/
+2
2025-05-06
Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflicts
Ingo Molnar
-802
/
+4223
2025-05-05
tools: ynl-gen: validate 0 len strings from kernel
David Wei
-1
/
+1
2025-05-05
selftests: drv: net: add version indicator
Mohsin Bashir
-3
/
+14
2025-05-05
selftests: drv: net: avoid skipping tests
Mohsin Bashir
-2
/
+4
2025-05-05
selftests: drv: net: fix test failure on ipv6 sys
Mohsin Bashir
-13
/
+9
2025-05-05
selftests: Add IPv6 link-local address generation tests for GRE devices.
Guillaume Nault
-0
/
+178
2025-05-05
perf test: Add direct off-cpu tests
Howard Chu
-0
/
+71
2025-05-05
perf record --off-cpu: Add --off-cpu-thresh option
Howard Chu
-1
/
+41
2025-05-05
perf record --off-cpu: Dump the remaining PERF_SAMPLE_ in sample_type from BP...
Howard Chu
-24
/
+35
2025-05-05
perf script: Display off-cpu samples correctly
Howard Chu
-2
/
+2
2025-05-05
perf record --off-cpu: Disable perf_event's callchain collection
Howard Chu
-1
/
+1
2025-05-05
perf evsel: Assemble off-cpu samples
Howard Chu
-1
/
+34
2025-05-05
perf record --off-cpu: Dump off-cpu samples in BPF
Howard Chu
-5
/
+84
2025-05-05
perf record --off-cpu: Preparation of off-cpu BPF program
Howard Chu
-0
/
+33
2025-05-05
perf record --off-cpu: Parse off-cpu event
Howard Chu
-23
/
+21
2025-05-05
perf evsel: Expose evsel__is_offcpu_event() for future use
Howard Chu
-1
/
+3
2025-05-05
selftests: iou-zcrx: Clean up build warnings for error format
Haiyue Wang
-2
/
+2
2025-05-05
selftests: mptcp: add chk_sublfow in diag.sh
Gang Yan
-0
/
+32
2025-05-05
selftests: mptcp: add helpers to get subflow_info
Gang Yan
-2
/
+157
[prev]
[next]