aboutsummaryrefslogtreecommitdiff
path: root/tools/objtool/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | objtool: Fix find_{symbol,func}_containing()Peter Zijlstra2022-10-171-1/+2
* | objtool: Add --hacks=skylakePeter Zijlstra2022-10-171-0/+1
* | objtool: Add .call_sites sectionPeter Zijlstra2022-10-171-0/+1
* | objtool: Track init sectionPeter Zijlstra2022-10-171-1/+1
* | objtool: Allow !PC relative relocationsPeter Zijlstra2022-10-171-0/+2
|/
* x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra2022-06-291-0/+1
* objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf2022-06-271-9/+10
* objtool: Add entry UNRET validationPeter Zijlstra2022-06-272-2/+10
* x86,objtool: Create .return_sitesPeter Zijlstra2022-06-273-0/+3
* objtool: Fix objtool regression on x32 systemsMikulas Patocka2022-05-201-2/+2
* objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf2022-04-222-3/+12
* objtool: Make noinstr hacks optionalJosh Poimboeuf2022-04-221-0/+1
* objtool: Make jump label hack optionalJosh Poimboeuf2022-04-221-0/+1
* objtool: Make static call annotation optionalJosh Poimboeuf2022-04-221-0/+1
* objtool: Make stack validation frame-pointer-specificJosh Poimboeuf2022-04-221-1/+0
* objtool: Make stack validation optionalJosh Poimboeuf2022-04-221-0/+1
* objtool: Add option to print section addressesJosh Poimboeuf2022-04-222-14/+18
* objtool: Don't print parentheses in function addressesJosh Poimboeuf2022-04-221-5/+1
* objtool: Ditch subcommandsJosh Poimboeuf2022-04-221-2/+3
* objtool: Reorganize cmdline optionsJosh Poimboeuf2022-04-221-3/+23
* objtool: Fix type of reloc::addendPeter Zijlstra2022-04-221-2/+2
* objtool: Fix function fallthrough detection for vmlinuxJosh Poimboeuf2022-04-191-1/+1
* objtool: Find unused ENDBR instructionsPeter Zijlstra2022-03-151-0/+1
* objtool: Validate IBT assumptionsPeter Zijlstra2022-03-152-1/+5
* objtool: Add IBT/ENDBR decodingPeter Zijlstra2022-03-151-0/+1
* objtool: Read the NOENDBR annotationPeter Zijlstra2022-03-151-3/+10
* objtool: Ignore extra-symbol codePeter Zijlstra2022-03-151-0/+1
* objtool: Rename --duplicate to --ltoPeter Zijlstra2022-03-151-1/+1
* objtool: Have WARN_FUNC fall back to sym+offPeter Zijlstra2022-03-151-0/+2
* objtool: Add --dry-runPeter Zijlstra2022-03-151-1/+1
* Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-122-1/+2
|\
| * objtool: Add straight-line-speculation validationPeter Zijlstra2021-12-082-1/+2
* | objtool, kcsan: Remove memory barrier instrumentation from noinstrMarco Elver2021-12-091-1/+1
|/
* objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra2021-10-281-1/+0
* objtool: Shrink struct instructionPeter Zijlstra2021-10-281-1/+0
* objtool: Classify symbolsPeter Zijlstra2021-10-281-2/+5
* Merge branch 'objtool/urgent'Peter Zijlstra2021-10-071-1/+0
|\
| * objtool: Remove redundant 'len' field from struct sectionJoe Lawrence2021-10-051-1/+0
* | objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra2021-09-173-1/+11
* | objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra2021-09-151-0/+1
* | objtool: Introduce CFI hashPeter Zijlstra2021-09-153-2/+4
|/
* objtool: Improve reloc hash size guestimatePeter Zijlstra2021-06-141-0/+1
* objtool: Provide stats for jump_labelsPeter Zijlstra2021-05-121-0/+3
* objtool: Decode jump_entry::key addendPeter Zijlstra2021-05-121-0/+1
* objtool: Rewrite hashtable sizingPeter Zijlstra2021-05-121-5/+12
* Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-04-282-2/+4
|\
| * objtool: Collate parse_options() usersPeter Zijlstra2021-03-061-0/+2
| * objtool: Add --backupPeter Zijlstra2021-03-061-1/+2
| * objtool,x86: Rewrite LEAVEPeter Zijlstra2021-03-061-1/+0
* | objtool: Cache instruction relocsPeter Zijlstra2021-04-021-0/+1