summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-02-10objtool: Support stack-swizzlePeter Zijlstra1-0/+45
2021-02-10objtool,x86: Additionally decode: mov %rsp, (%reg)Peter Zijlstra1-8/+34
2021-02-10x86/unwind/orc: Change REG_SP_INDIRECTPeter Zijlstra1-1/+1
2021-01-26objtool: Add xen_start_kernel() to noreturn listJosh Poimboeuf1-0/+1
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf4-26/+21
2021-01-26objtool: Add asm version of STACK_FRAME_NON_STANDARDJosh Poimboeuf1-0/+8
2021-01-26objtool: Assume only ELF functions do sibling callsJosh Poimboeuf1-14/+22
2021-01-26objtool: Support retpoline jump detection for vmlinux.oJosh Poimboeuf1-4/+4
2021-01-26objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf1-2/+2
2021-01-26objtool: Fix retpoline detection in asm codeJosh Poimboeuf3-2/+14
2021-01-26objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf1-2/+6
2021-01-14objtool: Support stack layout changes in alternativesJosh Poimboeuf4-111/+159
2021-01-14objtool: Add 'alt_group' structJosh Poimboeuf2-7/+35
2021-01-14objtool: Refactor ORC section generationJosh Poimboeuf7-159/+140
2021-01-14x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik2-9/+21
2021-01-14objtool: Rework header include pathsVasily Gorbik26-47/+48
2021-01-14objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik7-6/+70
2021-01-14objtool: Fix reloc generation on big endian cross-compilesMartin Schwidefsky1-15/+19
2021-01-14x86/insn: Support big endian cross-compilesMartin Schwidefsky2-54/+80
2021-01-14objtool: Make SP memory operation match PUSH/POP semanticsJulien Thierry1-0/+20
2021-01-14objtool: Support addition to set CFA baseJulien Thierry1-0/+11
2021-01-14objtool: Fully validate the stack frameJulien Thierry1-4/+11
2021-01-09Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/...Linus Torvalds1-1/+1
2021-01-09Merge tag 'linux-kselftest-next-5.11-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-1/+4
2021-01-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-437/+363
2021-01-08selftests: fib_nexthops: Fix wrong mausezahn invocationIdo Schimmel1-1/+1
2021-01-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski3-7/+13
2021-01-08KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones6-146/+166
2021-01-08KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones5-47/+21
2021-01-08KVM: selftests: Factor out guest mode codeAndrew Jones6-257/+189
2021-01-08Merge branch 'kvm-master' into kvm-nextPaolo Bonzini61-264/+912
2021-01-08selftests: netfilter: add selftest for ipip pmtu discovery with enabled conne...Florian Westphal2-1/+208
2021-01-07tools: selftests: add test for changing routes with PTMU exceptionsSean Tranchetti1-2/+69
2021-01-07bpftool: Fix compilation failure for net.o with older glibcAlan Maguire1-1/+0
2021-01-06tools/resolve_btfids: Warn when having multiple IDs for single typeJiri Olsa1-5/+12
2021-01-06selftests: fix the return value for UDP GRO testPo-Hsu Lin1-0/+34
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-9/+48
2021-01-05selftests: mlxsw: Set headroom size of correct portIdo Schimmel1-1/+1
2021-01-04Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linuxLinus Torvalds1-1/+0
2021-01-04selftests/vDSO: fix -Wformat warning in vdso_test_correctnessTobias Klauser1-1/+1
2021-01-04selftests/vDSO: add additional binaries to .gitignoreTobias Klauser1-0/+3
2021-01-04kunit: tool: Force the use of the 'tty' console for UMLDavid Gow1-1/+1
2020-12-30selftests/vm: fix building protection keys testHarish1-5/+5
2020-12-29selftests/bpf: Fix a compile error for BPF_F_BPRM_SECUREEXECJiang Wang1-1/+1
2020-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-8/+47
2020-12-27Merge tag 'objtool-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-26/+42
2020-12-25Merge tag 'perf-tools-2020-12-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds23-391/+688
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-2/+23
2020-12-24perf probe: Fix memory leak when synthesizing SDT probesArnaldo Carvalho de Melo1-3/+10
2020-12-24perf stat aggregation: Add separate thread memberJames Clark4-16/+16