summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-05-04Merge branch 'locking/kcsan' into x86/entryentry-baseThomas Gleixner
2020-05-04Merge branch 'objtool/core' into x86/entryThomas Gleixner
2020-04-30objtool: Add support for intra-function callsAlexandre Chartre
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra
2020-04-30objtool: Make handle_insn_ops() unconditionalPeter Zijlstra
2020-04-30objtool: Rework allocating stack_ops on decodePeter Zijlstra
2020-04-30objtool: UNWIND_HINT_RET_OFFSET should not check registersAlexandre Chartre
2020-04-30objtool: is_fentry_call() crashes if call has no destinationAlexandre Chartre
2020-04-30objtool: Fix ORC vs alternativesPeter Zijlstra
2020-04-30objtool: Uniquely identify alternative instruction groupsAlexandre Chartre
2020-04-30objtool: Remove check preventing branches within alternativeJulien Thierry
2020-04-25Merge tag 'objtool-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-04-24selftests/bpf: Fix a couple of broken test_btf casesStanislav Fomichev
2020-04-24tools/runqslower: Ensure own vmlinux.h is picked up firstAndrii Nakryiko
2020-04-24bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau
2020-04-24selftests/bpf: Add test for freplace program with expected_attach_typeToke Høiland-Jørgensen
2020-04-24bpf: Fix reStructuredText markupJakub Wilk
2020-04-24Merge tag 'pm-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-04-23objtool: Constify arch_decode_instruction()Ingo Molnar
2020-04-23objtool: Rename elf_read() to elf_open_read()Ingo Molnar
2020-04-23objtool: Constify 'struct elf *' parametersIngo Molnar
2020-04-22libbpf: Only check mode flags in get_xdp_idDavid Ahern
2020-04-22ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern
2020-04-22objtool: Fix off-by-one in symbol_by_offset()objtool-urgent-2020-04-25Julien Thierry
2020-04-22objtool: Fix 32bit cross buildsPeter Zijlstra
2020-04-22selftests: Fix suppress test in fib_tests.shDavid Ahern
2020-04-22Merge tag 'linux-kselftest-5.7-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-04-22objtool: Also consider .entry.text as noinstrThomas Gleixner
2020-04-22objtool: Add STT_NOTYPE noinstr validationPeter Zijlstra
2020-04-22objtool: Rearrange validate_section()Peter Zijlstra
2020-04-22objtool: Avoid iterating !text section symbolsPeter Zijlstra
2020-04-22objtool: Use sec_offset_hash() for insn_hashPeter Zijlstra
2020-04-22objtool: Optimize !vmlinux.o againPeter Zijlstra
2020-04-22objtool: Implement noinstr validationPeter Zijlstra
2020-04-22objtool: Fix !CFI insn_state propagationPeter Zijlstra
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra
2020-04-22objtool: Remove SAVE/RESTORE hintsPeter Zijlstra
2020-04-22objtool: Introduce HINT_RET_OFFSETPeter Zijlstra
2020-04-22objtool: Better handle IRETPeter Zijlstra
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry
2020-04-22objtool: Remove redundant .rodata section name comparisonMuchun Song
2020-04-22objtool: Documentation: document UACCESS warningsNick Desaulniers
2020-04-22objtool: Split out arch-specific CFI definitionsJulien Thierry
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault
2020-04-22objtool: Use arch specific values in restore_reg()Julien Thierry
2020-04-22objtool: Ignore empty alternativesJulien Thierry
2020-04-22objtool: Clean instruction state before each function validationJulien Thierry