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-08-28
selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2
Ricardo B. Marlière
-1
/
+1
2025-08-28
perf annotate: Add dso__debuginfo() helper
Namhyung Kim
-5
/
+15
2025-08-28
perf annotate: Hide data-type for stack operation and canary
Namhyung Kim
-2
/
+13
2025-08-28
perf annotate: Show warning when debuginfo is not available
Namhyung Kim
-0
/
+28
2025-08-28
perf annotate: Add 'T' hot key to toggle data type display
Namhyung Kim
-5
/
+12
2025-08-28
perf annotate: Add --code-with-type support for TUI
Namhyung Kim
-9
/
+50
2025-08-28
perf annotate: Return printed number from disasm_line__write()
Namhyung Kim
-3
/
+3
2025-08-28
perf annotate: Simplify width calculation in annotation_line__write()
Namhyung Kim
-3
/
+9
2025-08-28
perf annotate: Pass annotation_print_data to annotation_line__write()
Namhyung Kim
-18
/
+43
2025-08-28
perf annotate: Remove __annotation_line__write()
Namhyung Kim
-28
/
+20
2025-08-28
perf annotate: Remove annotation_print_data.start
Namhyung Kim
-4
/
+2
2025-08-28
perf annotate: Rename to __hist_entry__tui_annotate()
Namhyung Kim
-28
/
+38
2025-08-28
ublk selftests: add --no_ublk_fixed_fd for not using registered ublk char device
Ming Lei
-33
/
+74
2025-08-28
udp: add drop_counters to udp socket
Eric Dumazet
-3
/
+4
2025-08-27
selftests/mm: fix FORCE_READ to read input value correctly
Zi Yan
-9
/
+14
2025-08-27
Merge tag 'perf-tools-fixes-for-v6.17-2025-08-27' of git://git.kernel.org/pub...
Linus Torvalds
-94
/
+342
2025-08-27
selftests/bpf: Add LPM trie microbenchmarks
Matt Fleming
-0
/
+853
2025-08-27
selftests/bpf: Enable timed may_goto tests for arm64
Puranjay Mohan
-40
/
+23
2025-08-27
selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handl...
Jiawei Zhao
-2
/
+112
2025-08-27
libbpf: Fix USDT SIB argument handling causing unrecognized register error
Jiawei Zhao
-7
/
+99
2025-08-27
selftests/bpf: Fix typos and grammar in test sources
Shubham Sharma
-36
/
+36
2025-08-27
bpf: Add selftest to check the verifier's abstract multiplication
Nandakumar Edamana
-0
/
+40
2025-08-27
vfio: selftests: Add a script to help with running VFIO selftests
David Matlack
-0
/
+110
2025-08-27
vfio: selftests: Make iommufd the default iommu_mode
David Matlack
-1
/
+1
2025-08-27
vfio: selftests: Add iommufd mode
David Matlack
-35
/
+146
2025-08-27
vfio: selftests: Add iommufd_compat_type1{,v2} modes
David Matlack
-3
/
+23
2025-08-27
vfio: selftests: Add vfio_type1v2_mode
David Matlack
-1
/
+7
2025-08-27
vfio: selftests: Replicate tests across all iommu_modes
David Matlack
-14
/
+32
2025-08-27
vfio: selftests: Encapsulate IOMMU mode
David Matlack
-12
/
+52
2025-08-27
vfio: selftests: Move helper to get cdev path to libvfio
David Matlack
-32
/
+34
2025-08-27
vfio: selftests: Add driver for Intel DSA
David Matlack
-0
/
+420
2025-08-27
tools headers: Import iosubmit_cmds512()
David Matlack
-0
/
+53
2025-08-27
vfio: selftests: Add driver for Intel CBDMA
David Matlack
-1
/
+253
2025-08-27
tools headers: Add symlink to linux/pci_ids.h
David Matlack
-0
/
+1
2025-08-27
tools headers: Import x86 MMIO helper overrides
David Matlack
-0
/
+79
2025-08-27
tools headers: Import asm-generic MMIO helpers
David Matlack
-1
/
+492
2025-08-27
tools headers: Add stub definition for __iomem
David Matlack
-0
/
+4
2025-08-27
vfio: sefltests: Add vfio_pci_driver_test
David Matlack
-0
/
+234
2025-08-27
vfio: selftests: Add driver framework
David Matlack
-0
/
+214
2025-08-27
vfio: selftests: Add a helper for matching vendor+device IDs
David Matlack
-3
/
+8
2025-08-27
vfio: selftests: Enable asserting MSI eventfds not firing
David Matlack
-1
/
+21
2025-08-27
vfio: selftests: Keep track of DMA regions mapped into the device
David Matlack
-24
/
+79
2025-08-27
vfio: selftests: Validate 2M/1G HugeTLB are mapped as 2M/1G in IOMMU
Josh Hilke
-0
/
+111
2025-08-27
vfio: selftests: Add DMA mapping tests for 2M and 1G HugeTLB
Josh Hilke
-5
/
+33
2025-08-27
vfio: selftests: Add test to reset vfio device.
Josh Hilke
-0
/
+14
2025-08-27
vfio: selftests: Move vfio dma mapping test to their own file
Josh Hilke
-18
/
+52
2025-08-27
vfio: selftests: Test basic VFIO and IOMMUFD integration
Josh Hilke
-0
/
+158
2025-08-27
vfio: selftests: Introduce vfio_pci_device_test
David Matlack
-0
/
+181
2025-08-27
vfio: selftests: Add a helper library for VFIO selftests
David Matlack
-0
/
+534
2025-08-27
selftests: Create tools/testing/selftests/vfio
David Matlack
-0
/
+10
[prev]
[next]