aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-06-05bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky2-1/+5
2023-06-05perf stat: Document --metric-no-threshold and threshold colorsIan Rogers1-0/+15
2023-06-05perf expr: Make the evaluation of & and | logical and lazyIan Rogers2-17/+109
2023-06-05kselftest/arm64: add MOPS to hwcap testKristina Martsenko1-0/+22
2023-06-05perf LoongArch: Simplify mksyscalltblTiezhu Yang1-27/+11
2023-06-05perf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_IDTiezhu Yang1-3/+3
2023-06-05perf arm64: Handle __NR3264_ prefixed syscall numberTiezhu Yang1-2/+3
2023-06-05perf arm64: Rename create_table_from_c() to create_sc_table()Tiezhu Yang1-2/+2
2023-06-05perf tools: Declare syscalltbl_*[] as const for all archsTiezhu Yang7-13/+13
2023-06-05selftests: mptcp: update userspace pm subflow testsGeliang Tang1-1/+2
2023-06-05selftests: mptcp: update userspace pm addr testsGeliang Tang1-0/+8
2023-06-05perf bench: Add missing setlocale() call to allow usage of %'d style formattingArnaldo Carvalho de Melo1-0/+2
2023-06-05selftests: router_bridge_vlan: Set vlan_default_pvid 0 on the bridgePetr Machata1-1/+1
2023-06-05selftests: router_bridge_vlan: Add a diagramPetr Machata1-0/+22
2023-06-05selftests: mlxsw: egress_vid_classification: Fix the diagramPetr Machata1-3/+2
2023-06-05selftests: mlxsw: ingress_rif_conf_1d: Fix the diagramPetr Machata1-3/+2
2023-06-05selftests: alsa: pcm-test: Fix compiler warnings about the formatMirsad Goran Todorovac1-5/+5
2023-06-05Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman27-50/+262
2023-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+75
2023-06-03Fix gitignore for recently added usptream self testsWeihao Gao1-0/+3
2023-06-03Merge tag 'probes-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-18/+27
2023-06-03selftests/ftrace: Choose target function for filter test from samplesMasami Hiramatsu (Google)1-18/+27
2023-06-02tools: ynl-gen: generate static descriptions of notificationsJakub Kicinski1-10/+42
2023-06-02tools: ynl-gen: switch to family structJakub Kicinski1-0/+15
2023-06-02tools: ynl-gen: generate alloc and free helpers for reqJakub Kicinski1-0/+17
2023-06-02tools: ynl-gen: move the response reading logic into YNLJakub Kicinski1-36/+27
2023-06-02tools: ynl-gen: generate enum-to-string helpersJakub Kicinski1-0/+66
2023-06-02tools: ynl-gen: add error checking for nested structsJakub Kicinski1-1/+2
2023-06-02tools: ynl-gen: loosen type consistency check for eventsJakub Kicinski1-7/+8
2023-06-02tools: ynl-gen: don't override pure nested structJakub Kicinski1-1/+2
2023-06-02tools: ynl-gen: fix unused / pad attribute handlingJakub Kicinski1-3/+17
2023-06-02tools: ynl-gen: add extra headers for user spaceJakub Kicinski1-0/+7
2023-06-02KVM: selftests: Add test for race in kvm_recalculate_apic_map()Michal Luczaj2-0/+75
2023-06-02selftests/bpf: Add access_inner_map selftestRhys Rustad-Elliott2-0/+76
2023-06-02objtool: Add __kunit_abort() to noreturnsJosh Poimboeuf1-0/+1
2023-06-02selftests: tls: add tests for poll behaviorJakub Kicinski1-0/+131
2023-06-01selftests/tc-testing: replace mq with invalid parent IDZhengchao Shao1-1/+24
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski29-33/+181
2023-06-01Merge tag 'net-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds10-5/+83
2023-06-01KVM: selftests: Extend cpuid_test to verify KVM_GET_CPUID2 "nent" updatesSean Christopherson1-0/+21
2023-06-01KVM: selftests: Add dirty logging page splitting testBen Gardon2-0/+260
2023-06-01KVM: selftests: Move dirty logging functions to memstress.(c|h)Ben Gardon3-77/+87
2023-06-01KVM: selftests: touch all pages of args on each memstress iterationPaolo Bonzini1-0/+3
2023-06-01perf script: Increase PID/TID width for outputNamhyung Kim1-3/+3
2023-06-01perf pmu: Warn about invalid config for all PMUs and configsIan Rogers3-15/+49
2023-06-01perf pmu: Only warn about unsupported formats onceIan Rogers2-0/+10
2023-06-01selftests/bpf: Test table ID fib lookup BPF helperLouis DeLosSantos1-8/+53
2023-06-01bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos1-3/+18
2023-06-01perf test: Update parse-events expectations to test for multiple eventsIan Rogers1-518/+590
2023-06-01perf parse-events: Wildcard most "numeric" eventsIan Rogers6-35/+106