summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-031-101/+101
|\
| * Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra2020-06-181-1/+22
| |\
| * \ Merge branch 'objtool/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Peter Zijlstra2020-06-171-98/+98
| |\ \
| | * | objtool: Rename rela to relocMatt Helsley2020-06-011-98/+98
* | | | Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2020-06-281-1/+22
|\ \ \ \ | | |_|/ | |/| |
| * | | objtool: Fix noinstr vs KCOVPeter Zijlstra2020-06-181-0/+19
| * | | objtool: Clean up elf_write() conditionPeter Zijlstra2020-06-181-1/+3
| |/ /
* | | objtool: Don't consider vmlinux a C-filePeter Zijlstra2020-06-251-1/+1
* | | x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()Peter Zijlstra2020-06-151-1/+27
|/ /
* | Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+22
|\ \ | |/ |/|
| * Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-05-081-0/+4
| |\
| | * objtool, kcsan: Add kcsan_disable_current() and kcsan_enable_current_nowarn()Marco Elver2020-05-061-0/+2
| | * objtool, kcsan: Add explicit check functions to uaccess whitelistMarco Elver2020-04-131-0/+2
| * | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-131-110/+159
| |\ \ | | |/ | |/|
| * | Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-301-0/+2
| |\ \
| * | | objtool, kcsan: Add KCSAN runtime functions to whitelistMarco Elver2019-11-161-0/+18
* | | | objtool: Enable compilation of objtool for all architecturesMatt Helsley2020-05-201-2/+2
* | | | objtool: Add check_kcov_mode() to the uaccess safelistJosh Poimboeuf2020-05-201-0/+1
* | | | Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar2020-05-181-3/+14
|\ \ \ \
| * \ \ \ Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-101-1/+1
| |\ \ \ \
| | * | | | objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf2020-04-251-1/+1
| * | | | | objtool: Fix infinite loop in find_jump_table()Josh Poimboeuf2020-05-071-2/+13
| |/ / / /
* | | | | objtool: optimize add_dead_ends for split sectionsSami Tolvanen2020-05-151-19/+17
* | | | | objtool: Allow no-op CFI ops in alternativesPeter Zijlstra2020-05-151-5/+6
* | | | | objtool: Add support for intra-function callsAlexandre Chartre2020-04-301-4/+75
* | | | | objtool: Move the IRET hack into the arch decoderMiroslav Benes2020-04-301-11/+0
* | | | | objtool: Remove INSN_STACKPeter Zijlstra2020-04-301-3/+0
* | | | | objtool: Make handle_insn_ops() unconditionalPeter Zijlstra2020-04-301-5/+3
* | | | | objtool: UNWIND_HINT_RET_OFFSET should not check registersAlexandre Chartre2020-04-301-0/+8
* | | | | objtool: is_fentry_call() crashes if call has no destinationAlexandre Chartre2020-04-301-1/+1
* | | | | objtool: Fix ORC vs alternativesPeter Zijlstra2020-04-301-1/+33
* | | | | objtool: Uniquely identify alternative instruction groupsAlexandre Chartre2020-04-301-1/+5
* | | | | objtool: Remove check preventing branches within alternativeJulien Thierry2020-04-301-6/+0
* | | | | objtool: Rename elf_read() to elf_open_read()Ingo Molnar2020-04-231-1/+1
* | | | | objtool: Also consider .entry.text as noinstrThomas Gleixner2020-04-221-6/+12
* | | | | objtool: Add STT_NOTYPE noinstr validationPeter Zijlstra2020-04-221-16/+30
* | | | | objtool: Rearrange validate_section()Peter Zijlstra2020-04-221-22/+29
* | | | | objtool: Avoid iterating !text section symbolsPeter Zijlstra2020-04-221-1/+5
* | | | | objtool: Use sec_offset_hash() for insn_hashPeter Zijlstra2020-04-221-2/+3
* | | | | objtool: Implement noinstr validationPeter Zijlstra2020-04-221-0/+98
* | | | | objtool: Fix !CFI insn_state propagationPeter Zijlstra2020-04-221-127/+137
* | | | | objtool: Rename struct cfi_statePeter Zijlstra2020-04-221-1/+1
* | | | | objtool: Remove SAVE/RESTORE hintsPeter Zijlstra2020-04-221-39/+3
* | | | | objtool: Introduce HINT_RET_OFFSETPeter Zijlstra2020-04-221-8/+16
* | | | | objtool: Better handle IRETPeter Zijlstra2020-04-221-13/+16
* | | | | objtool: Support multiple stack_op per instructionJulien Thierry2020-04-221-28/+46
* | | | | objtool: Remove redundant .rodata section name comparisonMuchun Song2020-04-221-2/+2
* | | | | objtool: Add abstraction for destination offsetsRaphael Gault2020-04-221-8/+10
* | | | | objtool: Use arch specific values in restore_reg()Julien Thierry2020-04-221-2/+2
* | | | | objtool: Ignore empty alternativesJulien Thierry2020-04-221-0/+6