summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-10-0861-229/+1590
|\
| * Merge tag 'perf-tools-fixes-for-v5.15-2021-10-07' of git://git.kernel.org/pub...Linus Torvalds2021-10-078-54/+445
| |\
| | * perf tests attr: Add missing topdown metrics eventsKan Liang2021-10-054-52/+440
| | * tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-10-051-0/+1
| | * perf build: Fix plugin static linking with libopencsd on ARM and ARM64Branislav Rankov2021-10-051-1/+1
| | * perf build: Add missing -lstdc++ when linking with libopencsdBranislav Rankov2021-10-051-1/+1
| | * perf jevents: Free the sys_event_tables list after processing entriesLike Xu2021-10-051-0/+2
| * | Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-10-072-1/+3
| |\ \ | | |/ | |/|
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-10-072-1/+3
| | |\
| | | * libbpf: Fix memory leak in strsetAndrii Nakryiko2021-10-011-0/+1
| | | * libbpf: Fix segfault in light skeleton for objects without BTFKumar Kartikeya Dwivedi2021-09-301-1/+2
| * | | Merge tag 'linux-kselftest-fixes-5.15-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-10-041-1/+4
| |\ \ \
| | * | | selftests: drivers/dma-buf: Fix implicit declaration warnsShuah Khan2021-09-271-1/+4
| * | | | objtool: print out the symbol type when complaining about itLinus Torvalds2021-10-031-4/+8
| * | | | Merge tag 'objtool_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-10-031-7/+25
| |\ \ \ \
| | * | | | objtool: Teach get_alt_entry() about more relocation typesPeter Zijlstra2021-10-011-7/+25
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-10-012-11/+60
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | KVM: selftests: Ensure all migrations are performed when test is affinedSean Christopherson2021-09-301-10/+59
| | * | | | selftests: KVM: Don't clobber XMM register when readOliver Upton2021-09-281-1/+1
| * | | | | Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-305-7/+482
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-283-7/+17
| | |\ \ \ \
| | | * | | | selftests, bpf: test_lwt_ip_encap: Really disable rp_filterJiri Benc2021-09-281-5/+8
| | | * | | | selftests, bpf: Fix makefile dependencies on libbpfJiri Benc2021-09-281-1/+2
| | | * | | | libbpf: Fix segfault in static linker for objects without BTFKumar Kartikeya Dwivedi2021-09-281-1/+7
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-09-252-0/+465
| | |\ \ \ \ \
| | | * | | | | selftests: netfilter: add zone stress test with colliding tuplesFlorian Westphal2021-09-211-0/+156
| | | * | | | | selftests: netfilter: add selftest for directional zone supportFlorian Westphal2021-09-211-0/+309
| * | | | | | | Merge tag 'perf-tools-fixes-for-v5.15-2021-09-27' of git://git.kernel.org/pub...Linus Torvalds2021-09-2720-43/+70
| |\ \ \ \ \ \ \
| | * | | | | | | perf iostat: Fix Segmentation fault from NULL 'struct perf_counts_values *'Like Xu2021-09-271-1/+1
| | * | | | | | | perf iostat: Use system-wide mode if the target cpu_list is unspecifiedLike Xu2021-09-271-0/+2
| | * | | | | | | perf config: Refine error message to eliminate confusionLike Xu2021-09-271-1/+1
| | * | | | | | | perf doc: Fix typos all over the placeLike Xu2021-09-278-8/+8
| | * | | | | | | perf arm: Fix off-by-one directory paths.Ian Rogers2021-09-276-23/+23
| | * | | | | | | perf vendor events powerpc: Fix spelling mistake "icach" -> "icache"Colin Ian King2021-09-271-1/+1
| | * | | | | | | perf tests: Fix flaky test 'Object code reading'James Clark2021-09-271-2/+2
| | * | | | | | | perf test: Fix DWARF unwind for optimized builds.Ian Rogers2021-09-271-7/+32
| * | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-2712-61/+219
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | / / / | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | selftests: KVM: Explicitly use movq to read xmm registersOliver Upton2021-09-241-17/+17
| | * | | | | | selftests: KVM: Call ucall_init when setting up in rseq_testOliver Upton2021-09-241-0/+1
| | * | | | | | KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0Maxim Levitsky2021-09-233-0/+130
| | * | | | | | KVM: selftests: Create a separate dirty bitmap per slotDavid Matlack2021-09-221-15/+39
| | * | | | | | KVM: selftests: Refactor help message for -s backing_srcDavid Matlack2021-09-226-22/+25
| | * | | | | | KVM: selftests: Change backing_src flag to -s in demand_paging_testDavid Matlack2021-09-221-5/+5
| | * | | | | | selftests: KVM: Align SMCCC call with the spec in steal_timeOliver Upton2021-09-221-2/+2
| | * | | | | | selftests: KVM: Fix check for !POLLIN in demand_paging_testOliver Upton2021-09-221-1/+1
| * | | | | | | Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-261-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accessesNumfor Mbiziwo-Tiapo2021-09-241-2/+2
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-261-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | tools/vm/page-types: remove dependency on opt_file for idle page trackingChangbin Du2021-09-251-1/+1
| * | | | | | | | Merge tag 'linux-kselftest-fixes-5.15-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-266-33/+27
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |