summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-303-16/+127
| * | hwspinlock: document the hwspinlock 'raw' APIFabien Dessenne2019-06-301-0/+42
| * | hwspinlock: stm32: implement the relax() opsFabien Dessenne2019-06-301-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-021-0/+1
| * | | remoteproc: qcom: q6v5-mss: Support loading non-split imagesBjorn Andersson2019-07-021-8/+25
| * | | soc: qcom: mdt_loader: Support loading non-split imagesBjorn Andersson2019-07-022-3/+87
| * | | remoteproc: stm32: add an ST stm32_rproc driverFabien Dessenne2019-06-303-0/+644
| * | | dt-bindings: remoteproc: add bindings for stm32 remote processor driverFabien Dessenne2019-06-301-0/+63
| * | | dt-bindings: stm32: add bindings for ML-AHB interconnectFabien Dessenne2019-06-301-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-041-4/+4
| * | | remoteproc: imx: Broaden the Kconfig selection logicFabio Estevam2019-06-041-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-221-18/+55
| * | | dt-bindings: remoteproc: Rename and amend Hexagon v56 bindingBjorn Andersson2019-05-221-10/+25
| |/ /
* | | Merge tag 'rpmsg-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds2019-07-172-1/+7
|\ \ \
| * | | rpmsg: core: Make remove handler for rpmsg driver optional.Pi-Hsun Shih2019-05-221-1/+2
| * | | dt-bindings: soc: qcom: Add remote-pid binding for GLINK SMEMSibi Sankar2019-05-221-0/+5
| |/ /
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-07-1715-131/+2228
|\ \ \
| * | | virtio-mmio: add error check for platform_get_irqIhor Matushchak2019-07-111-1/+6
| * | | scsi: virtio_scsi: Use struct_size() helperGustavo A. R. Silva2019-07-111-1/+1
| * | | iommu/virtio: Add event queueJean-Philippe Brucker2019-06-062-9/+125
| * | | iommu/virtio: Add probe requestJean-Philippe Brucker2019-06-062-6/+187
| * | | iommu: Add virtio-iommu driverJean-Philippe Brucker2019-06-066-0/+1042
| * | | PCI: OF: Initialize dev->fwnode appropriatelyJean-Philippe Brucker2019-06-061-0/+8
| * | | of: Allow the iommu-map property to omit untranslated devicesJean-Philippe Brucker2019-06-061-3/+7
| * | | dt-bindings: virtio: Add virtio-pci-iommu nodeJean-Philippe Brucker2019-06-061-0/+66
| * | | dt-bindings: virtio-mmio: Add IOMMU descriptionJean-Philippe Brucker2019-06-061-0/+30
| * | | vhost: fix clang build warningMichael S. Tsirkin2019-06-061-2/+5
| * | | vhost: access vq metadata through kernel virtual addressJason Wang2019-06-062-3/+550
| * | | vhost: factor out setting vring addr and numJason Wang2019-06-051-74/+103
| * | | vhost: introduce helpers to get the size of metadata areaJason Wang2019-06-051-18/+33
| * | | vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang2019-06-053-5/+5
| * | | vhost: fine grain userspace memory accessorsJason Wang2019-06-051-17/+77