summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtio_config: add virtio_cread_le_featureMichael S. Tsirkin2020-08-051-0/+10
* virtio_caif: correct tags for config space fieldsMichael S. Tsirkin2020-08-051-3/+3
* virtio_config: LE config space accessorsMichael S. Tsirkin2020-08-051-0/+65
* virtio_config: disallow native type fields (again)Michael S. Tsirkin2020-08-051-14/+2
* virtio_config: rewrite using _GenericMichael S. Tsirkin2020-08-051-85/+76
* virtio_config: cread/write cleanupMichael S. Tsirkin2020-08-051-12/+19
* vdpa_sim: fix endian-ness of config spaceMichael S. Tsirkin2020-08-051-5/+28
* virtio_vdpa: legacy features handlingMichael S. Tsirkin2020-08-051-6/+3
* vhost/vdpa: switch to new helpersMichael S. Tsirkin2020-08-051-5/+3
* vdpa: make sure set_features is invoked for legacyMichael S. Tsirkin2020-08-052-0/+35
* mlxbf-tmfifo: sparse tags for config accessMichael S. Tsirkin2020-08-051-3/+10
* virtio_config: disallow native type fieldsMichael S. Tsirkin2020-08-051-3/+2
* virtio_scsi: correct tags for config space fieldsMichael S. Tsirkin2020-08-052-12/+12
* virtio_pmem: correct tags for config space fieldsMichael S. Tsirkin2020-08-051-2/+2
* virtio_net: correct tags for config space fieldsMichael S. Tsirkin2020-08-051-4/+4
* virtio_mem: correct tags for config space fieldsMichael S. Tsirkin2020-08-051-7/+7
* virtio_iommu: correct tags for config space fieldsMichael S. Tsirkin2020-08-051-6/+6
* virtio_input: correct tags for config space fieldsMichael S. Tsirkin2020-08-051-9/+9
* virtio_gpu: correct tags for config space fieldsMichael S. Tsirkin2020-08-051-4/+4
* virtio_fs: correct tags for config space fieldsMichael S. Tsirkin2020-08-051-1/+1
* virtio_crypto: correct tags for config space fieldsMichael S. Tsirkin2020-08-051-13/+13
* virtio_console: correct tags for config space fieldsMichael S. Tsirkin2020-08-051-4/+4
* virtio_blk: correct tags for config space fieldsMichael S. Tsirkin2020-08-051-13/+13
* virtio_balloon: correct tags for config space fieldsMichael S. Tsirkin2020-08-051-5/+5
* virtio_9p: correct tags for config space fieldsMichael S. Tsirkin2020-08-051-2/+2
* virtio: allow __virtioXX, __leXX in config spaceMichael S. Tsirkin2020-08-051-2/+48
* virtio_ring: sparse warning fixupMichael S. Tsirkin2020-08-051-10/+9
* virtio_balloon: fix sparse warningMichael S. Tsirkin2020-08-051-1/+1
* virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin2020-08-035-8/+8
* virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-0310-14/+18
* Linux 5.8v5.8Linus Torvalds2020-08-021-1/+1
* Merge tag 'x86-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-021-1/+1
|\
| * x86/i8259: Use printk_deferred() to prevent deadlockThomas Gleixner2020-07-291-1/+1
* | Merge tag 'kbuild-fixes-v5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-026-30/+16
|\ \
| * | kbuild: remove redundant FORCE definition in scripts/Makefile.modpostMasahiro Yamada2020-08-021-3/+0
| * | kconfig: qconf: remove wrong ConfigList::firstChild()Masahiro Yamada2020-08-022-5/+1
| * | Revert "kconfig: qconf: don't show goback button on splitMode"Masahiro Yamada2020-08-011-3/+2
| * | Revert "kconfig: qconf: Change title for the item window"Masahiro Yamada2020-08-011-9/+1
| * | kconfig: qconf: remove "goBack" debug messageMasahiro Yamada2020-08-011-1/+0
| * | kconfig: qconf: use delete[] instead of delete to free arrayMasahiro Yamada2020-08-011-2/+2
| * | kconfig: qconf: compile moc object separatelyMasahiro Yamada2020-08-013-7/+7
| * | kconfig: qconf: use if_changed for qconf.moc ruleMasahiro Yamada2020-08-011-2/+4
| * | modpost: explain why we can't use strsepWolfram Sang2020-07-271-0/+1
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-027-24/+72
|\ \
| * | KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVMWanpeng Li2020-07-311-3/+6
| * | KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabledWanpeng Li2020-07-311-1/+1
| * | Merge tag 'kvmarm-fixes-5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-07-312-8/+14
| |\ \
| | * | KVM: arm64: Don't inherit exec permission across page-table levelsWill Deacon2020-07-281-5/+6
| | * | KVM: arm64: Prevent vcpu_has_ptrauth from generating OOL functionsMarc Zyngier2020-07-281-3/+8
| * | | KVM: nVMX: check for invalid hdr.vmx.flagsPaolo Bonzini2020-07-272-0/+16