summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-10-07selftests: futex: Test sys_futex_waitv() wouldblockAndré Almeida1-4/+37
2021-10-07selftests: futex: Test sys_futex_waitv() timeoutAndré Almeida1-1/+20
2021-10-07selftests: futex: Add sys_futex_waitv() testAndré Almeida5-1/+265
2021-10-07selftests: arm64: Add coverage of ptrace flags for SVE VL inheritanceMark Brown1-1/+54
2021-10-07objtool: Update section header before relocationsMichael Forney1-29/+17
2021-10-07objtool: Check for gelf_update_rel[a] failuresMichael Forney1-2/+8
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra77-426/+1589
2021-10-06x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov3-2/+28
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence5-20/+17
2021-10-05objtool: Make .altinstructions section entry size consistentJoe Lawrence1-1/+1
2021-10-05objtool: Remove reloc symbol type checks in get_alt_entry()Josh Poimboeuf1-29/+7
2021-10-05perf tests attr: Add missing topdown metrics eventsKan Liang4-52/+440
2021-10-05tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2021-10-05perf build: Fix plugin static linking with libopencsd on ARM and ARM64Branislav Rankov1-1/+1
2021-10-05perf build: Add missing -lstdc++ when linking with libopencsdBranislav Rankov1-1/+1
2021-10-05perf jevents: Free the sys_event_tables list after processing entriesLike Xu1-0/+2
2021-10-05kselftests/sched: cleanup the child processesLi Zhijian1-10/+18
2021-10-05Merge tag 'linux-kselftest-fixes-5.15-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+4
2021-10-03objtool: print out the symbol type when complaining about itLinus Torvalds1-4/+8
2021-10-03Merge tag 'objtool_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+25
2021-10-01libbpf: Fix memory leak in strsetAndrii Nakryiko1-0/+1
2021-10-01kunit: tool: better handling of quasi-bool args (--json, --raw_output)Daniel Latypov2-2/+30
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-11/+60
2021-10-01objtool: Teach get_alt_entry() about more relocation typesPeter Zijlstra1-7/+25
2021-10-01Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-7/+482
2021-10-01libbpf: Fix segfault in light skeleton for objects without BTFKumar Kartikeya Dwivedi1-1/+2
2021-09-30KVM: selftests: Ensure all migrations are performed when test is affinedSean Christopherson1-10/+59
2021-09-29selftests: arm64: Verify that all possible vector lengths are handledMark Brown1-0/+77
2021-09-29selftests: arm64: Fix and enable test for setting current VL in vec-syscfgMark Brown1-6/+4
2021-09-29selftests: arm64: Remove bogus error check on writing to filesMark Brown1-6/+0
2021-09-29selftests: arm64: Fix printf() format mismatch in vec-syscfgMark Brown1-1/+1
2021-09-29selftests: arm64: Move FPSIMD in SVE ptrace test into a functionMark Brown1-61/+59
2021-09-29selftests: arm64: More comprehensively test the SVE ptrace interfaceMark Brown2-82/+254
2021-09-29selftests: arm64: Verify interoperation of SVE and FPSIMD register setsMark Brown1-2/+26
2021-09-29selftests: arm64: Clarify output when verifying SVE register setMark Brown1-1/+1
2021-09-29selftests: arm64: Document what the SVE ptrace test is doingMark Brown1-3/+8
2021-09-29selftests: arm64: Remove extraneous register setting codeMark Brown3-62/+1
2021-09-29selftests: arm64: Don't log child creation as a test in SVE ptrace testMark Brown1-3/+1
2021-09-29selftests: arm64: Use a define for the number of SVE ptrace tests to be runMark Brown1-1/+3
2021-09-28selftests: KVM: Don't clobber XMM register when readOliver Upton1-1/+1
2021-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-7/+17
2021-09-28selftests, bpf: test_lwt_ip_encap: Really disable rp_filterJiri Benc1-5/+8
2021-09-28selftests, bpf: Fix makefile dependencies on libbpfJiri Benc1-1/+2
2021-09-28libbpf: Fix segfault in static linker for objects without BTFKumar Kartikeya Dwivedi1-1/+7
2021-09-28Merge tag 'perf-tools-fixes-for-v5.15-2021-09-27' of git://git.kernel.org/pub...Linus Torvalds20-43/+70
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-61/+219
2021-09-27selftests: drivers/dma-buf: Fix implicit declaration warnsShuah Khan1-1/+4
2021-09-27perf iostat: Fix Segmentation fault from NULL 'struct perf_counts_values *'Like Xu1-1/+1
2021-09-27perf iostat: Use system-wide mode if the target cpu_list is unspecifiedLike Xu1-0/+2
2021-09-27perf config: Refine error message to eliminate confusionLike Xu1-1/+1