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-06-25
perf header: Allow tracing of attr events
Ian Rogers
-0
/
+9
2025-06-25
perf header: In pipe mode dump features without --header/-I
Ian Rogers
-14
/
+8
2025-06-25
libbpf: Fix possible use-after-free for externs
Adin Scannell
-3
/
+23
2025-06-25
perf tests: Add a DRM PMU test
Ian Rogers
-0
/
+78
2025-06-25
perf drm_pmu: Add a tool like PMU to expose DRM information
Ian Rogers
-5
/
+779
2025-06-25
perf parse-events: Avoid scanning PMUs that can't contain events
Ian Rogers
-15
/
+97
2025-06-25
perf debug: Add function symbols to dump_stack
Ian Rogers
-13
/
+73
2025-06-25
torture: Default --no-clocksourcewd on arm64
Paul E. McKenney
-2
/
+2
2025-06-25
torture: Default --no-rcutasksflavors on arm64
Paul E. McKenney
-2
/
+11
2025-06-25
torture: Make torture.sh KCSAN runs set CONFIG_RCU_TORTURE_TEST_CHK_RDR_STATE=y
Paul E. McKenney
-1
/
+6
2025-06-25
torture: Permit multiple space characters in kvm.sh --kconfig argument
Paul E. McKenney
-1
/
+1
2025-06-25
torture: Suppress torture.sh "Zero time" messages for disabled tests
Paul E. McKenney
-3
/
+3
2025-06-25
rcutorture: Make BUSTED scenario check and log readers
Paul E. McKenney
-0
/
+3
2025-06-24
selftests: ublk: don't take same backing file for more than one ublk devices
Ming Lei
-2
/
+3
2025-06-24
selftests/bpf: Add testcases for BPF_ADD and BPF_SUB
Harishankar Vishwanathan
-0
/
+161
2025-06-24
KVM: selftests: Add back the missing check of MONITOR/MWAIT availability
Chenyi Qiang
-0
/
+1
2025-06-24
iommufd/selftest: Fix build warnings due to uninitialized mfd
Nicolin Chen
-2
/
+6
2025-06-24
iommufd/selftest: Add asserts testing global mfd
Nicolin Chen
-0
/
+2
2025-06-24
iommufd/selftest: Add missing close(mfd) in memfd_mmap()
Nicolin Chen
-2
/
+7
2025-06-24
iommufd/selftest: Fix iommufd_dirty_tracking with large hugepage sizes
Nicolin Chen
-9
/
+21
2025-06-24
perf tools: Remove excess variable declarations
Bhaskar Chowdhury
-6
/
+3
2025-06-24
perf test: Replace grep perl regexp with awk
Chun-Tse Shao
-2
/
+3
2025-06-24
libperf evsel: Add missed puts and asserts
Ian Rogers
-0
/
+6
2025-06-24
perf trace: Add missed freeing of ordered events and thread
Ian Rogers
-5
/
+5
2025-06-24
perf script: Add -e option to flamegraph script
Tianyou Li
-1
/
+14
2025-06-24
perf script: Handle -i option for perf script flamegraph
Tianyou Li
-1
/
+7
2025-06-24
perf trace: Show zero value in STRARRAY
Namhyung Kim
-2
/
+4
2025-06-24
perf unwind-libdw: skip non-regular files
Sergei Trofimovich
-2
/
+5
2025-06-24
perf build: The bfd features are opt-in, stop testing for them by default
Arnaldo Carvalho de Melo
-19
/
+5
2025-06-24
perf build: Add the libpfm devel fedora package name to the hint
Arnaldo Carvalho de Melo
-1
/
+1
2025-06-24
perf build: Suggest java-latest-openjdk-devel instead of old 1.8.0 one
Arnaldo Carvalho de Melo
-1
/
+1
2025-06-24
perf srcline: Lower verbosity on addr2line debug messages
Ian Rogers
-5
/
+5
2025-06-24
selftests/pidfd: decode pidfd file handles withou having to specify an fd
Christian Brauner
-1
/
+65
2025-06-24
fcntl/pidfd: redefine PIDFD_SELF_THREAD_GROUP
Christian Brauner
-1
/
+1
2025-06-24
selftest: af_unix: Add tests for -ECONNRESET.
Kuniyuki Iwashima
-4
/
+115
2025-06-24
af_unix: Add test for consecutive consumed OOB.
Kuniyuki Iwashima
-0
/
+23
2025-06-24
tools/nolibc: use arm64 name over aarch64
Thomas Weißschuh
-8
/
+7
2025-06-24
tools/nolibc: hide headers_check command by default
Thomas Weißschuh
-1
/
+1
2025-06-23
selftests/bpf: Convert test_sysctl to prog_tests
Jerome Marchand
-33
/
+10
2025-06-23
page_pool: import Jesper's page_pool benchmark
Jesper Dangaard Brouer
-0
/
+964
2025-06-23
selftests: drv-net: stats: use skip instead of xfail for unsupported features
Jakub Kicinski
-3
/
+3
2025-06-23
selftests: drv-net: stats: fix pylint issues
Jakub Kicinski
-15
/
+30
2025-06-23
selftests/nolibc: avoid GCC 15 -Wunterminated-string-initialization
Thomas Weißschuh
-1
/
+1
2025-06-23
selftests/nolibc: integrate with kselftests
Thomas Weißschuh
-0
/
+27
2025-06-23
selftests/nolibc: rename Makefile
Thomas Weißschuh
-1
/
+1
2025-06-23
selftests/nolibc: split out CFLAGS logic
Thomas Weißschuh
-8
/
+14
2025-06-23
selftests/nolibc: drop implicit defconfig executions
Thomas Weißschuh
-2
/
+2
2025-06-23
selftests: drv-net: import things in lib one by one
Jakub Kicinski
-0
/
+31
2025-06-23
libbpf: Fix null pointer dereference in btf_dump__free on allocation failure
Yuan Chen
-0
/
+3
2025-06-23
KVM: selftests: Add a KVM_IRQFD test to verify uniqueness requirements
Sean Christopherson
-0
/
+136
[prev]
[next]