summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra2020-04-3011-35/+35
* x86: Simplify retpoline declarationPeter Zijlstra2020-04-303-41/+49
* x86/speculation: Change FILL_RETURN_BUFFER to work with objtoolPeter Zijlstra2020-04-301-6/+10
* objtool: Add support for intra-function callsAlexandre Chartre2020-04-304-4/+102
* objtool: Move the IRET hack into the arch decoderMiroslav Benes2020-04-305-25/+21
* objtool: Remove INSN_STACKPeter Zijlstra2020-04-303-27/+0
* objtool: Make handle_insn_ops() unconditionalPeter Zijlstra2020-04-301-5/+3
* objtool: Rework allocating stack_ops on decodePeter Zijlstra2020-04-301-104/+147
* 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
* x86,smap: Fix smap_{save,restore}() alternativesPeter Zijlstra2020-04-301-3/+8
* objtool: Fix ORC vs alternativesPeter Zijlstra2020-04-302-1/+40
* objtool: Uniquely identify alternative instruction groupsAlexandre Chartre2020-04-302-2/+7
* objtool: Remove check preventing branches within alternativeJulien Thierry2020-04-301-6/+0
* objtool: Constify arch_decode_instruction()Ingo Molnar2020-04-232-4/+4
* objtool: Rename elf_read() to elf_open_read()Ingo Molnar2020-04-233-3/+3
* objtool: Constify 'struct elf *' parametersIngo Molnar2020-04-232-15/+15
* 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
* kbuild/objtool: Add objtool-vmlinux.o passPeter Zijlstra2020-04-222-0/+29
* objtool: Use sec_offset_hash() for insn_hashPeter Zijlstra2020-04-221-2/+3
* objtool: Optimize !vmlinux.o againPeter Zijlstra2020-04-223-26/+52
* objtool: Implement noinstr validationPeter Zijlstra2020-04-225-4/+112
* objtool: Fix !CFI insn_state propagationPeter Zijlstra2020-04-224-140/+157
* objtool: Rename struct cfi_statePeter Zijlstra2020-04-224-4/+4
* objtool: Remove SAVE/RESTORE hintsPeter Zijlstra2020-04-225-73/+6
* x86,ftrace: Shrink ftrace_regs_caller() by one bytePeter Zijlstra2020-04-221-2/+2
* x86,ftrace: Use SIZEOF_PTREGSPeter Zijlstra2020-04-221-2/+2
* x86,ftrace: Fix ftrace_regs_caller() unwindPeter Zijlstra2020-04-222-19/+25
* objtool: Introduce HINT_RET_OFFSETPeter Zijlstra2020-04-225-9/+31
* objtool: Better handle IRETPeter Zijlstra2020-04-224-17/+29
* objtool: Support multiple stack_op per instructionJulien Thierry2020-04-224-31/+62
* objtool: Remove redundant .rodata section name comparisonMuchun Song2020-04-221-2/+2
* objtool: Documentation: document UACCESS warningsNick Desaulniers2020-04-221-0/+26
* objtool: Split out arch-specific CFI definitionsJulien Thierry2020-04-223-20/+29
* objtool: Add abstraction for destination offsetsRaphael Gault2020-04-223-8/+27
* objtool: Use arch specific values in restore_reg()Julien Thierry2020-04-221-2/+2
* objtool: Ignore empty alternativesJulien Thierry2020-04-221-0/+6
* objtool: Clean instruction state before each function validationJulien Thierry2020-04-221-7/+6
* objtool: Remove redundant checks on operand typeJulien Thierry2020-04-221-3/+1
* objtool: Always do header sync checkJulien Thierry2020-04-221-1/+1
* objtool: Fix off-by-one in symbol_by_offset()Julien Thierry2020-04-221-1/+1
* objtool: Fix 32bit cross buildsPeter Zijlstra2020-04-221-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-2116-27/+70
|\
| * tools/vm: fix cross-compile buildLucas Stach2020-04-211-0/+2
| * coredump: fix null pointer dereference on coredumpSudip Mukherjee2020-04-211-0/+2
| * mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy pathYang Shi2020-04-211-2/+2
| * shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins2020-04-211-2/+5