summaryrefslogtreecommitdiffstats
path: root/tools/objtool
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-142-5/+49
|\
| * objtool: Fix segfault in ignore_unreachable_insn()Josh Poimboeuf2018-02-151-3/+9
| * objtool: Fix switch-table detectionPeter Zijlstra2018-02-092-2/+40
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-042-42/+52
|\ \ | |/
| * objtool: Warn on stripped section symbolJosh Poimboeuf2018-01-301-0/+5
| * objtool: Add support for alternatives at the end of a sectionJosh Poimboeuf2018-01-301-22/+31
| * objtool: Improve retpoline alternative handlingJosh Poimboeuf2018-01-301-20/+16
* | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-0/+1
|\ \ | |/ |/|
| * usercopy: Enhance and rename report_usercopy()Kees Cook2018-01-151-0/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-171-1/+3
|\ \
| * | objtool: Improve error message for bad file argumentJosh Poimboeuf2018-01-161-1/+3
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-142-7/+64
|\ \ \ | |/ /
| * | objtool: Allow alternatives to be ignoredJosh Poimboeuf2018-01-122-7/+57
| * | objtool: Detect jumps to retpoline thunksJosh Poimboeuf2018-01-121-0/+7
| * | Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-172-6/+7
| |\ \
* | | | tools/objtool/Makefile: don't assume sync-check.sh is executableAndrew Morton2018-01-131-1/+1
* | | | objtool: Fix seg fault with clang-compiled objectsSimon Ser2017-12-301-0/+2
* | | | objtool: Fix seg fault caused by missing parameterSimon Ser2017-12-301-1/+3
* | | | objtool: Fix Clang enum conversion warningLukas Bulwahn2017-12-281-1/+1
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-151-3/+12
|\ \ \ \
| * | | | objtool: Resync objtool's instruction decoder source code copy with the kerne...Ingo Molnar2017-12-151-0/+10
| * | | | x86/decoder: Fix and update the opcodes mapRandy Dunlap2017-12-151-3/+12
| * | | | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-072-0/+2
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| * | | Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar2017-11-021-2/+7
| |\ \ \
* | | | | objtool: Fix 64-bit build on 32-bit hostMikulas Patocka2017-12-062-6/+9
| |_|_|/ |/| | |
* | | | tools/headers: Sync objtool UAPI headerIngo Molnar2017-11-141-0/+10
* | | | objtool: Fix cross-buildJosh Poimboeuf2017-11-081-1/+1
* | | | objtool: Move kernel headers/code sync check to a scriptJosh Poimboeuf2017-11-072-15/+30
* | | | objtool: Move synced files to their original relative locationsJosh Poimboeuf2017-11-0713-25/+27
* | | | Merge branch 'linus' into core/objtool, to pick up dependent fixesIngo Molnar2017-11-073-2/+9
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | objtool: Resync objtool's instruction decoder source code copy with the kerne...Josh Poimboeuf2017-11-041-0/+1
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
| * objtool: Fix memory leak in decode_instructions()Kamalesh Babulal2017-10-201-2/+7
* | objtool: Print top level commands on incorrect usageKamalesh Babulal2017-10-181-4/+2
* | objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf2017-09-281-2/+5
|/
* objtool: Support unoptimized frame pointer setupJosh Poimboeuf2017-09-281-3/+8
* x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-231-3/+3
* objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf2017-09-232-17/+32
* objtool: Fix object file corruptionJosh Poimboeuf2017-09-151-1/+6
* objtool: Do not retrieve data from empty sectionsPetr Vandrovec2017-09-151-12/+13
* objtool: Fix memory leak in elf_create_rela_section()Martin Kepplinger2017-09-151-0/+1
* objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf2017-08-304-90/+88
* objtool: Fix objtool fallthrough detection with function paddingJosh Poimboeuf2017-08-211-7/+7
* objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf2017-08-112-25/+31
* objtool: Fix validate_branch() return codesJosh Poimboeuf2017-08-111-3/+3
* objtool: Disable GCC '-Wpacked' warningsJosh Poimboeuf2017-07-281-1/+2
* objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf2017-07-281-1/+25
* objtool: Skip unreachable warnings for 'alt' instructionsJosh Poimboeuf2017-07-281-1/+6
* objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf2017-07-283-9/+70
* objtool: Fix gcov check for older versions of GCCJosh Poimboeuf2017-07-254-35/+14
OpenPOWER on IntegriCloud