Age | Commit message (Expand) | Author | Files | Lines |
2017-05-09 | Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke... | Paolo Bonzini | 16 | -277/+5725 |
2017-05-09 | KVM: arm/arm64: vgic-its: Cleanup after failed ITT restore | Christoffer Dall | 1 | -13/+22 |
2017-05-09 | KVM: arm/arm64: Don't call map_resources when restoring ITS tables | Christoffer Dall | 1 | -9/+1 |
2017-05-09 | KVM: arm/arm64: Register ITS iodev when setting base address | Christoffer Dall | 3 | -43/+10 |
2017-05-09 | KVM: arm/arm64: Get rid of its->initialized field | Marc Zyngier | 1 | -6/+1 |
2017-05-09 | KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUs | Christoffer Dall | 6 | -11/+71 |
2017-05-09 | KVM: arm/arm64: Slightly rework kvm_vgic_addr | Christoffer Dall | 1 | -9/+13 |
2017-05-09 | KVM: arm/arm64: Make vgic_v3_check_base more broadly usable | Christoffer Dall | 2 | -4/+16 |
2017-05-09 | KVM: arm/arm64: Refactor vgic_register_redist_iodevs | Christoffer Dall | 3 | -44/+68 |
2017-05-09 | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 1 | -4/+0 |
2017-05-09 | KVM: set no_llseek in stat_fops_per_vm | Geliang Tang | 1 | -2/+2 |
2017-05-09 | KVM: arm/arm64: vgic: Rename kvm_vgic_vcpu_init to kvm_vgic_vcpu_enable | Christoffer Dall | 1 | -6/+2 |
2017-05-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -15/+3 |
2017-05-09 | mm: introduce kv[mz]alloc helpers | Michal Hocko | 1 | -15/+3 |
2017-05-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 13 | -369/+540 |
2017-05-08 | KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES | Eric Auger | 3 | -0/+72 |
2017-05-08 | KVM: arm64: vgic-its: Fix pending table sync | Eric Auger | 1 | -12/+12 |
2017-05-08 | KVM: arm64: vgic-its: ITT save and restore | Eric Auger | 2 | -3/+117 |
2017-05-08 | KVM: arm64: vgic-its: Device table save/restore | Eric Auger | 2 | -5/+199 |
2017-05-08 | KVM: arm64: vgic-its: vgic_its_check_id returns the entry's GPA | Eric Auger | 1 | -3/+8 |
2017-05-08 | KVM: arm64: vgic-its: Collection table save/restore | Eric Auger | 2 | -2/+107 |
2017-05-08 | KVM: arm64: vgic-its: Add infrastructure for table lookup | Eric Auger | 1 | -0/+92 |
2017-05-08 | KVM: arm64: vgic-its: vgic_its_alloc_ite/device | Eric Auger | 1 | -21/+47 |
2017-05-08 | KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLES | Eric Auger | 1 | -4/+103 |
2017-05-08 | KVM: arm64: vgic-its: Read config and pending bit in add_lpi() | Eric Auger | 1 | -11/+24 |
2017-05-08 | KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_status | Eric Auger | 3 | -4/+47 |
2017-05-08 | KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS range | Eric Auger | 1 | -5/+20 |
2017-05-08 | KVM: arm64: vgic-its: Interpret MAPD ITT_addr field | Eric Auger | 1 | -0/+4 |
2017-05-08 | KVM: arm64: vgic-its: Interpret MAPD Size field and check related errors | Eric Auger | 1 | -1/+14 |
2017-05-08 | KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidr | Eric Auger | 1 | -3/+20 |
2017-05-08 | KVM: arm64: vgic-its: Introduce migration ABI infrastructure | Eric Auger | 1 | -4/+89 |
2017-05-08 | KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadr | Eric Auger | 1 | -2/+40 |
2017-05-08 | KVM: arm64: vgic-its: Implement vgic_its_has_attr_regs and attr_regs_access | Eric Auger | 2 | -4/+84 |
2017-05-08 | KVM: arm/arm64: vgic: expose (un)lock_all_vcpus | Eric Auger | 2 | -2/+5 |
2017-05-08 | KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group | Eric Auger | 1 | -1/+35 |
2017-05-08 | arm/arm64: vgic: turn vgic_find_mmio_region into public | Eric Auger | 2 | -6/+10 |
2017-05-08 | KVM: arm/arm64: vgic-its: rename itte into ite | Eric Auger | 1 | -74/+74 |
2017-05-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+3 |
2017-05-04 | KVM: put back #ifndef CONFIG_S390 around kvm_vcpu_kick | Paolo Bonzini | 1 | -0/+2 |
2017-05-04 | KVM: arm/arm64: Move shared files to virt/kvm/arm | Christoffer Dall | 8 | -12/+4328 |
2017-05-03 | Revert "KVM: Support vCPU-based gfn->hva cache" | Paolo Bonzini | 1 | -17/+17 |
2017-05-02 | KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTING | David Hildenbrand | 2 | -3/+7 |
2017-04-28 | Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-next | Paul Mackerras | 1 | -4/+0 |
2017-04-27 | Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Paolo Bonzini | 9 | -315/+366 |
2017-04-27 | KVM: mark requests that need synchronization | Paolo Bonzini | 1 | -3/+22 |
2017-04-27 | KVM: return if kvm_vcpu_wake_up() did wake up the VCPU | Radim Krčmář | 1 | -4/+8 |
2017-04-27 | KVM: add explicit barrier to kvm_vcpu_kick | Andrew Jones | 1 | -3/+0 |
2017-04-27 | KVM: perform a wake_up in kvm_make_all_cpus_request | Radim Krčmář | 1 | -0/+3 |
2017-04-27 | KVM: remove #ifndef CONFIG_S390 around kvm_vcpu_wake_up | Radim Krčmář | 1 | -2/+0 |
2017-04-27 | KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller | Benjamin Herrenschmidt | 1 | -4/+0 |