aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-21perf annotate: Track arithmetic instructions on pointersZecheng Li3-8/+152
2025-10-21perf annotate: Track address registers via TSR_KIND_POINTERZecheng Li3-8/+71
2025-10-21perf annotate: Skip annotating data types to lea instructionsZecheng Li1-0/+20
2025-10-21perf annotate: Check return value of evsel__get_arch() properlyTianyou Li1-1/+1
2025-10-21perf annotate: fix a crash when annotate the same symbol with 's' and 'T'Tianyou Li3-5/+22
2025-10-21perf annotate: Fix build with NO_SLANG=1Namhyung Kim1-4/+6
2025-10-20perf jevents: Suppress circular dependency warningsJames Clark1-1/+3
2025-10-20perf jevents: Remove unused makefile variableJames Clark1-1/+0
2025-10-20perf jevents: Fix build when there are other json files in the treeJames Clark1-1/+1
2025-10-20selftests: net: fix server bind failure in sctp_vrf.shXin Long2-43/+47
2025-10-20iommufd/selftest: Fix ioctl return value in _test_cmd_trigger_vevents()Nicolin Chen1-2/+2
2025-10-20Merge tag 'cgroup-for-6.18-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-9/+29
2025-10-20KVM: selftests: Use "gpa" and "gva" for local variable names in pre-fault testSean Christopherson1-18/+14
2025-10-20KVM: selftests: Forcefully override ARCH from x86_64 to x86Sean Christopherson1-1/+1
2025-10-20KVM: selftests: Don't fall over in mmu_stress_test when only one CPU is presentBrendan Jackman1-1/+3
2025-10-20KVM: selftests: Add guest_memfd tests for mmap and NUMA policy supportShivank Garg1-0/+98
2025-10-20KVM: selftests: Add helpers to probe for NUMA support, and multi-node systemsShivank Garg1-0/+52
2025-10-20KVM: selftests: Use proper uAPI headers to pick up mempolicy.h definitionsSean Christopherson1-31/+1
2025-10-20KVM: selftests: Add additional equivalents to libnuma APIs in KVM's numaif.hSean Christopherson2-20/+25
2025-10-20KVM: selftests: Report stacktraces SIGBUS, SIGSEGV, SIGILL, and SIGFPE by def...Sean Christopherson1-0/+24
2025-10-20KVM: selftests: Define wrappers for common syscalls to assert successSean Christopherson6-60/+96
2025-10-20perf parse-events: Make X modifier more respectful of groupsIan Rogers1-6/+10
2025-10-19perf c2c annotate: Start from the contention lineTianyou Li5-9/+55
2025-10-19perf c2c: Add annotation support to perf c2c reportTianyou Li2-5/+157
2025-10-19perf stat bperf cgroup: Increase MAX_EVENTS from 32 to 1024Ian Rogers1-1/+1
2025-10-19perf ilist: Add PMU information to metricsIan Rogers1-4/+18
2025-10-19perf python: Add PMU argument to parse_metricsIan Rogers1-3/+3
2025-10-19perf ilist: Don't display deprecated eventsIan Rogers1-0/+2
2025-10-19perf trace: Don't synthesize mmaps unless callchains are enabledIan Rogers1-1/+3
2025-10-18selftests/bpf: Fix list_del() in arena listPuranjay Mohan1-4/+2
2025-10-18selftests/bpf: Fix selftest verif_scale_strobemeta failure with llvm22Yonghong Song1-3/+3
2025-10-18bpf: mark vma->{vm_mm,vm_file} as __safe_trusted_or_nullYafang Shao1-3/+5
2025-10-18selftests/bpf: Silence unused-but-set build warningsTiezhu Yang1-0/+1
2025-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2Alexei Starovoitov28-180/+674
2025-10-18Merge tag 'hid-for-linus-2025101701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+55
2025-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-10/+16
2025-10-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds19-154/+477
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini9-145/+288
2025-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-0/+397
2025-10-17selftests/net: io_uring: fix unknown errnum valuesCarlos Llamas1-12/+12
2025-10-17Merge branch 'build-script' into docs-mwJonathan Corbet5-0/+2759
2025-10-17tools: docs: parse_data_structs.py: accept more reftypesMauro Carvalho Chehab1-1/+1
2025-10-17tools: docs: parse_data_structs.py: add namespace supportMauro Carvalho Chehab1-11/+32
2025-10-17tools: docs: parse_data_structs.py: get rid of process_exceptions()Mauro Carvalho Chehab2-58/+52
2025-10-17tools: docs: parse_data_structs: make process_exceptions two stagesMauro Carvalho Chehab1-56/+73
2025-10-17docs: kernel_include.py: fix line numbers for TOCMauro Carvalho Chehab1-1/+1
2025-10-17tools: docs: parse_data_structs.py: output a line numberMauro Carvalho Chehab1-14/+15
2025-10-17tools: docs: parse_data_structs.py: drop contents headerMauro Carvalho Chehab1-7/+1
2025-10-17selftests/bpf: Fix redefinition of 'off' as different kind of symbolBrahmajit Das1-7/+7
2025-10-16selftests/net: packetdrill: unflake tcp_user_timeout_user-timeout-probe.pktEric Dumazet1-2/+4