summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-03-20perf evlist: Improve default event for s390Ian Rogers9-35/+64
2026-03-20perf callchain: Refactor callchain option parsingIan Rogers5-80/+104
2026-03-20perf evsel: Constify option arguments to config functionsIan Rogers2-14/+14
2026-03-20perf target: Constify simple check functionsIan Rogers1-6/+6
2026-03-20perf evsel: Improve falling back from cyclesIan Rogers2-14/+33
2026-03-20perf dwarf-aux: Collect all variable locations for insn trackingZecheng Li1-30/+30
2026-03-20perf annotate-data: Use DWARF location ranges to preserve reg stateZecheng Li5-6/+54
2026-03-20perf annotate-data: Invalidate caller-saved regs for all callsZecheng Li1-6/+13
2026-03-20perf annotate-data: Add invalidate_reg_state() helper for x86Zecheng Li1-12/+17
2026-03-20perf annotate-data: Handle global variable access with const registerZecheng Li1-0/+5
2026-03-20perf annotate-data: Collect global variables without nameZecheng Li1-6/+1
2026-03-20perf dwarf-aux: Handle array types in die_get_member_typeZecheng Li1-1/+16
2026-03-20perf annotate-data: Improve type comparison from different scopesZecheng Li1-1/+3
2026-03-20perf dwarf-aux: Skip check_variable for variable lookupZecheng Li3-30/+30
2026-03-20perf dwarf-aux: Preserve typedefs in match_var_offsetZecheng Li1-11/+15
2026-03-20perf dwarf-aux: Add die_get_pointer_type to get pointer typesZecheng Li3-17/+51
2026-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski68-658/+1055
2026-03-19selftests/landlock: Test tsync interruption and cancellation pathsMickaël Salaün1-1/+90
2026-03-19vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()Manish Honap1-1/+3
2026-03-19KVM: arm64: selftests: Add no-vgic-v5 selftestSascha Bischoff3-178/+298
2026-03-19KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftestSascha Bischoff3-0/+379
2026-03-19KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPISascha Bischoff1-0/+1
2026-03-19KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headersSascha Bischoff1-0/+2
2026-03-19kunit: configs: Enable all crypto library tests in all_tests.configEric Biggers1-0/+2
2026-03-19Merge tag 'ovpn-net-next-20260317' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni40-86/+472
2026-03-19selftests/net: packetdrill: improve tcp_rcv_neg_window.pktSimon Baatz1-3/+11
2026-03-19selftests/vsock: auto-detect kernel for guest VMsBobby Eshleman1-0/+19
2026-03-19selftests/bpf: Isolate fmod_ret hooks by pidSun Jian2-3/+18
2026-03-19selftests/bpf: Avoid spurious failures perf_linkSun Jian1-15/+5
2026-03-19tools/bootconfig: fix fd leak in load_xbc_file() on fstat failureJosh Law1-2/+5
2026-03-19tools: ynl: rework policy access to support recursionJakub Kicinski3-65/+123
2026-03-18ktest: Store failure logs also in fatal pathsRicardo B. Marlière1-0/+5
2026-03-18tools/power turbostat: Fix delimiter bug in print functionsArtem Bityutskiy1-6/+6
2026-03-18perf symbol: Add RISCV case in get_plt_sizesChen Pei1-3/+1
2026-03-18perf tools: Remove duplicate include of stat.hChen Ni1-1/+0
2026-03-18perf tools: Remove duplicate include of debug.hChen Ni1-1/+0
2026-03-18perf: tools: cs-etm: Enhance raw Coresight trace debug displayMike Leach1-1/+4
2026-03-18perf: tools: cs-etm: Fix print issue for Coresight debug in ETE/TRBE traceMike Leach1-38/+13
2026-03-18Merge remote-tracking branch 'torvalds/master' into perf-toolsArnaldo Carvalho de Melo1-0/+12
2026-03-18objtool/x86: Reorder ORC register numberingJosh Poimboeuf3-32/+35
2026-03-18objtool: Support Clang RAX DRAP sequenceJosh Poimboeuf3-0/+9
2026-03-18tools/power turbostat: Fix --show/--hide for individual cpuidle countersArtem Bityutskiy1-14/+21
2026-03-18tools/power turbostat: Fix incorrect format variableArtem Bityutskiy1-3/+3
2026-03-18tools/power turbostat: Consistently use print_float_value()Artem Bityutskiy1-2/+2
2026-03-18tools/power/turbostat: Fix microcode patch level output for AMD/HygonSerhii Pievniev1-3/+6
2026-03-18tools/power turbostat: Eliminate unnecessary data structure allocationZhang Rui1-4/+4
2026-03-18tools/power turbostat: Fix swidle header vs data displayLen Brown1-4/+3
2026-03-17Merge tag 'hid-for-linus-2026031701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+12
2026-03-17perf kvm stat: Fix relative paths for including headersLeo Yan1-3/+3
2026-03-17perf parse-events: Fix big-endian 'overwrite' by writing correct union memberThomas Richter1-17/+65