summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
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
2025-12-11Merge tag 'nf-25-12-10' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski-5/+4
2025-12-11selftests: forwarding: vxlan_bridge_1q_mc_ul: Drop useless sleepingPetr Machata-41/+22
2025-12-11selftests: forwarding: vxlan_bridge_1q_mc_ul: Fix flakinessPetr Machata-4/+10
2025-12-11selftests: net: lib: tc_rule_stats_get(): Don't hard-code array indexPetr Machata-1/+2
2025-12-10selftests: netfilter: prefer xfail in case race wasn't triggeredFlorian Westphal-5/+4
2025-12-10selftests/bpf: add regression test for bpf_d_path()Shuran Liu-17/+95
2025-12-10selftests: net: tfo: Fix build warningGuenter Roeck-1/+2
2025-12-10selftests: net: Fix build warningsGuenter Roeck-2/+4
2025-12-10selftest: af_unix: Support compilers without flex-array-member-not-at-end sup...Guenter Roeck-1/+6
2025-12-10selftests: tls: fix warning of uninitialized variableAnkit Khushwaha-1/+1
2025-12-10Merge tag 'locking-futex-2025-12-10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-9/+562