summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-04-30objtool: Add support for intra-function callsAlexandre Chartre3-4/+91
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes5-25/+21
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra3-27/+0
2020-04-30objtool: Make handle_insn_ops() unconditionalPeter Zijlstra1-5/+3
2020-04-30objtool: Rework allocating stack_ops on decodePeter Zijlstra1-104/+147
2020-04-30objtool: UNWIND_HINT_RET_OFFSET should not check registersAlexandre Chartre1-0/+8
2020-04-30objtool: is_fentry_call() crashes if call has no destinationAlexandre Chartre1-1/+1
2020-04-30objtool: Fix ORC vs alternativesPeter Zijlstra2-1/+40
2020-04-30objtool: Uniquely identify alternative instruction groupsAlexandre Chartre2-2/+7
2020-04-30objtool: Remove check preventing branches within alternativeJulien Thierry1-6/+0
2020-04-26objtool: Fix infinite loop in for_offset_range()Josh Poimboeuf1-3/+4
2020-04-25Merge tag 'objtool-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2020-04-25objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf1-1/+1
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds15-63/+157
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller13-61/+126
2020-04-25selftests/bpf: Fix a couple of broken test_btf casesStanislav Fomichev4-40/+16
2020-04-25tools/runqslower: Ensure own vmlinux.h is picked up firstAndrii Nakryiko1-1/+1
2020-04-25bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau1-1/+7
2020-04-25selftests/bpf: Add test for freplace program with expected_attach_typeToke Høiland-Jørgensen3-18/+58
2020-04-25bpf: Fix reStructuredText markupJakub Wilk1-1/+1
2020-04-24Merge tag 'pm-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds5-371/+619
2020-04-24selftests/ftrace: Check the first record for kprobe_args_type.tcXiao Yang1-1/+1
2020-04-24selftests: add build/cross-build dependency check scriptShuah Khan4-9/+291
2020-04-24selftests/ftrace: Check required filter files before running testXiao Yang14-30/+23
2020-04-23objtool: Constify arch_decode_instruction()Ingo Molnar2-4/+4
2020-04-23objtool: Rename elf_read() to elf_open_read()Ingo Molnar3-3/+3
2020-04-23objtool: Constify 'struct elf *' parametersIngo Molnar2-15/+15
2020-04-23libbpf: Only check mode flags in get_xdp_idDavid Ahern1-0/+2
2020-04-23ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern1-0/+23
2020-04-23objtool: Fix off-by-one in symbol_by_offset()Julien Thierry1-1/+1
2020-04-23objtool: Fix 32bit cross buildsPeter Zijlstra1-1/+1
2020-04-22selftests: Fix suppress test in fib_tests.shDavid Ahern1-2/+8
2020-04-22Merge tag 'linux-kselftest-5.7-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-34/+22
2020-04-22objtool: Also consider .entry.text as noinstrThomas Gleixner1-6/+12
2020-04-22objtool: Add STT_NOTYPE noinstr validationPeter Zijlstra1-16/+30
2020-04-22objtool: Rearrange validate_section()Peter Zijlstra1-22/+29
2020-04-22objtool: Avoid iterating !text section symbolsPeter Zijlstra1-1/+5
2020-04-22objtool: Use sec_offset_hash() for insn_hashPeter Zijlstra1-2/+3
2020-04-22objtool: Optimize !vmlinux.o againPeter Zijlstra3-26/+52
2020-04-22objtool: Implement noinstr validationPeter Zijlstra5-4/+112
2020-04-22objtool: Fix !CFI insn_state propagationPeter Zijlstra4-140/+157
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra4-4/+4
2020-04-22objtool: Remove SAVE/RESTORE hintsPeter Zijlstra3-43/+5
2020-04-22objtool: Introduce HINT_RET_OFFSETPeter Zijlstra3-9/+20
2020-04-22objtool: Better handle IRETPeter Zijlstra3-15/+29
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry4-31/+62
2020-04-22objtool: Remove redundant .rodata section name comparisonMuchun Song1-2/+2
2020-04-22objtool: Documentation: document UACCESS warningsNick Desaulniers1-0/+26
2020-04-22objtool: Split out arch-specific CFI definitionsJulien Thierry3-20/+29
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault3-8/+27