summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-12-19resolve_btfids: Always build with -Wall -WerrorIhor Solodrai-1/+2
2025-12-19resolve_btfids: Introduce enum btf_id_kindIhor Solodrai-23/+60
2025-12-19resolve_btfids: Factor out load_btf()Ihor Solodrai-13/+34
2025-12-19resolve_btfids: Rename object btf field to btf_pathIhor Solodrai-5/+5
2025-12-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+3
2025-12-19Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-61/+204
2025-12-18Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+16
2025-12-18selftests/tc-testing: Test case exercising potential mirred redirect deadlockVictor Nogueira-0/+46
2025-12-17perf symbol: Fix ENOENT case for filename__read_build_idIan Rogers-5/+13
2025-12-17perf tools: Disable BPF skeleton if no libopenssl foundNamhyung Kim-0/+8
2025-12-17tools/build: Add a feature test for libopensslNamhyung Kim-4/+22
2025-12-17perf/x86/core: Register a new vector for handling mediated guest PMIsSean Christopherson-1/+2
2025-12-17perf report: Update sort key state from -F optionNamhyung Kim-46/+54
2025-12-17perf report: Fix histogram entry collapsing for -F optionNamhyung Kim-0/+3
2025-12-17perf report: Enable data-type profiling with -F option tooNamhyung Kim-1/+2
2025-12-17perf record: Split --data-mmap optionNamhyung Kim-9/+25
2025-12-17perf vendor power9 nest metrics: Correct unit from MB to MiBIan Rogers-4/+4
2025-12-17perf trace: Don't change const char stringsArnaldo Carvalho de Melo-4/+7
2025-12-17perf tools: Use const for variables receiving str{str,r?chr}() returnsArnaldo Carvalho de Melo-4/+5
2025-12-17perf diff: Constify strchr() return variablesArnaldo Carvalho de Melo-7/+5
2025-12-17perf list: Remove unused 'sep' variableArnaldo Carvalho de Melo-2/+2
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov-6884/+23469
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-25/+145
2025-12-16selftests/bpf: Add tests for the arena offset of globalsEmil Tsalapatis-0/+140
2025-12-16libbpf: Move arena globals to the end of the arenaEmil Tsalapatis-7/+22
2025-12-16libbpf: Turn relo_core->sym_off unsignedEmil Tsalapatis-7/+7
2025-12-16bpf/verifier: Do not limit maximum direct offset into arena mapEmil Tsalapatis-2/+2
2025-12-16selftests/bpf: Explicitly account for globals in verifier_arena_largeEmil Tsalapatis-4/+11
2025-12-16Merge tag 'sched_ext-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+8
2025-12-15iommufd/selftest: Make it clearer to gcc that the access is not out of boundsJason Gunthorpe-5/+3
2025-12-15tools/power cpupower: Show C0 in idle-info dumpKaushlendra Kumar-1/+1
2025-12-15tools/power cpupower: Reset errno before strtoull()Kaushlendra Kumar-0/+1
2025-12-15tools/cpupower: Use strcspn() to strip trailing newlineKaushlendra Kumar-4/+2
2025-12-15tools/cpupower: Fix inverted APERF capability checkKaushlendra Kumar-1/+1
2025-12-15cpupower: idle_monitor: fix incorrect value logged after stopKaushlendra Kumar-1/+1
2025-12-15selftests: netfilter: packetdrill: avoid failure on HZ=100 kernelFlorian Westphal-1/+1
2025-12-15selftests: statmount: tests for STATMOUNT_BY_FDBhavik Sachdev-23/+354
2025-12-15lkdtm/bugs: Add cases for BUG and PANIC occurring in hardirq contextArd Biesheuvel-0/+2
2025-12-12selftests: ublk: add user copy test casesCaleb Sander Mateos-0/+243
2025-12-12selftests: ublk: add support for user copy to kublkCaleb Sander Mateos-9/+64
2025-12-12selftests: ublk: forbid multiple data copy modesCaleb Sander Mateos-6/+15
2025-12-12selftests: ublk: don't share backing files between ublk serversCaleb Sander Mateos-1/+3
2025-12-12selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04Caleb Sander Mateos-4/+4
2025-12-12selftests: ublk: fix fio arguments in run_io_and_recover()Caleb Sander Mateos-5/+6
2025-12-12selftests: ublk: remove unused ios map in seq_io.btCaleb Sander Mateos-1/+0
2025-12-12selftests: ublk: correct last_rw map type in seq_io.btCaleb Sander Mateos-1/+1
2025-12-12selftests: ublk: fix overflow in ublk_queue_auto_zc_fallback()Ming Lei-6/+6
2025-12-12selftests/sched_ext: flush stdout before test to avoid log spamEmil Tsalapatis-0/+8
2025-12-11netfilter: nf_nat: remove bogus direction checkFlorian Westphal-4/+11
2025-12-11selftests/tc-testing: Create tests to exercise ets classes active list mispla...Victor Nogueira-0/+78