summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* objtool: Support repeated uses of the same C jump tableJann Horn2019-07-183-25/+30
* objtool: Refactor jump table codeJosh Poimboeuf2019-07-183-40/+46
* objtool: Refactor sibling call detection logicJosh Poimboeuf2019-07-181-32/+33
* objtool: Do frame pointer check before dead end checkJosh Poimboeuf2019-07-181-9/+9
* objtool: Change dead_end_function() to return booleanJosh Poimboeuf2019-07-181-22/+14
* objtool: Warn on zero-length functionsJosh Poimboeuf2019-07-181-0/+6
* objtool: Refactor function alias logicJosh Poimboeuf2019-07-182-8/+10
* objtool: Track original function across branchesJosh Poimboeuf2019-07-181-16/+12
* objtool: Add mcsafe_handle_tail() to the uaccess safe listJosh Poimboeuf2019-07-181-0/+1
* bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf2019-07-183-1/+7
* x86/uaccess: Remove redundant CLACs in getuser/putuser error pathsJosh Poimboeuf2019-07-182-23/+26
* x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()Josh Poimboeuf2019-07-181-1/+1
* x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()Josh Poimboeuf2019-07-181-1/+1
* x86/head/64: Annotate start_cpu0() as non-callableJosh Poimboeuf2019-07-181-2/+2
* x86/entry: Fix thunk function ELF sizesJosh Poimboeuf2019-07-181-3/+2
* x86/kvm: Don't call kvm_spurious_fault() from .fixupJosh Poimboeuf2019-07-181-15/+19
* x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2Josh Poimboeuf2019-07-181-3/+3
* x86/kvm: Fix fastop function ELF metadataJosh Poimboeuf2019-07-181-13/+31
* x86/paravirt: Fix callee-saved function ELF sizesJosh Poimboeuf2019-07-182-0/+2
* Merge branch 'x86/debug' into core/urgentThomas Gleixner2019-07-183-9/+26
|\
| * bpf: Fix ORC unwinding in non-JIT BPF codeJosh Poimboeuf2019-07-091-2/+1
| * objtool: Add support for C jump tablesJosh Poimboeuf2019-07-092-7/+25
* | stacktrace: Force USER_DS for stack_trace_save_user()Peter Zijlstra2019-07-181-0/+5
* | objtool: Rename elf_open() to prevent conflict with libelf from elftoolchainMichael Forney2019-07-183-3/+3
* | objtool: Use Elf_Scn typedef instead of assuming struct nameMichael Forney2019-07-181-1/+1
* | Merge tag 'hwlock-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds2019-07-177-22/+206
|\ \
| * | hwspinlock: add the 'in_atomic' APIFabien Dessenne2019-06-293-16/+127
| * | hwspinlock: document the hwspinlock 'raw' APIFabien Dessenne2019-06-291-0/+42
| * | hwspinlock: stm32: implement the relax() opsFabien Dessenne2019-06-291-0/+7
| * | hwspinlock: ignore disabled deviceFabien Dessenne2019-06-291-0/+5
| * | hwspinlock/omap: Add a trace during probeSuman Anna2019-06-291-0/+3
| * | hwspinlock/omap: Add support for TI K3 SoCsSuman Anna2019-06-292-1/+2
| * | dt-bindings: hwlock: Update OMAP binding for TI K3 SoCsSuman Anna2019-06-291-5/+20
* | | Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds2019-07-1717-57/+1009
|\ \ \
| * | | remoteproc: stm32: fix building without ARM SMCCArnd Bergmann2019-07-081-1/+1
| * | | remoteproc: qcom: q6v5-mss: Fix build error without QCOM_MDT_LOADERYueHaibing2019-07-041-0/+1
| * | | remoteproc: copy parent dma_pfn_offset for vdevClement Leger2019-07-011-0/+1
| * | | remoteproc: qcom: q6v5-mss: Support loading non-split imagesBjorn Andersson2019-07-011-8/+25
| * | | soc: qcom: mdt_loader: Support loading non-split imagesBjorn Andersson2019-07-012-3/+87
| * | | remoteproc: stm32: add an ST stm32_rproc driverFabien Dessenne2019-06-293-0/+644
| * | | dt-bindings: remoteproc: add bindings for stm32 remote processor driverFabien Dessenne2019-06-291-0/+63
| * | | dt-bindings: stm32: add bindings for ML-AHB interconnectFabien Dessenne2019-06-291-0/+37
| * | | remoteproc: Use struct_size() helperGustavo A. R. Silva2019-06-291-2/+1
| * | | remoteproc: add vendor resources handlingClement Leger2019-06-294-11/+60
| * | | remoteproc: imx: Fix typo in "failed"Fabio Estevam2019-06-031-4/+4
| * | | remoteproc: imx: Broaden the Kconfig selection logicFabio Estevam2019-06-031-1/+1
| * | | remoteproc,rpmsg: add missing MAINTAINERS file entriesRobert P. J. Day2019-05-221-0/+5
| * | | remoteproc: qcom: qdsp6-adsp: Add support for QCS404 CDSPBjorn Andersson2019-05-211-18/+55
| * | | dt-bindings: remoteproc: Rename and amend Hexagon v56 bindingBjorn Andersson2019-05-211-10/+25
| |/ /
* | | Merge tag 'rpmsg-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds2019-07-172-1/+7
|\ \ \