messages from 2017-05-04 16:52:30 to 2017-05-08 11:54:49 UTC [more...]
[PATCH 0/8] Fixes to v7 of the vITS save/restore series
2017-05-08 11:54 UTC (4+ messages)
` [PATCH 1/8] KVM: arm/arm64: Clarification and relaxation to ITS save/restore ABI
` [PATCH 2/8] KVM: arm/arm64: vgic: Rename kvm_vgic_vcpu_init to kvm_vgic_vcpu_enable
` [PATCH 3/8] KVM: arm/arm64: Refactor vgic_register_redist_iodevs
[PATCH v7 00/24] vITS save/restore
2017-05-08 11:49 UTC (50+ messages)
` [PATCH v7 01/24] KVM: arm/arm64: Add ITS save/restore API documentation
` [PATCH v7 02/24] KVM: arm/arm64: Add GICV3 pending table save "
` [PATCH v7 03/24] KVM: arm/arm64: vgic-its: rename itte into ite
` [PATCH v7 04/24] arm/arm64: vgic: turn vgic_find_mmio_region into public
` [PATCH v7 05/24] KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group
` [PATCH v7 06/24] KVM: arm/arm64: vgic: expose (un)lock_all_vcpus
` [PATCH v7 07/24] KVM: arm64: vgic-its: Implement vgic_its_has_attr_regs and attr_regs_access
` [PATCH v7 08/24] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadr
` [PATCH v7 09/24] KVM: arm64: vgic-its: Introduce migration ABI infrastructure
` [PATCH v7 10/24] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidr
` [PATCH v7 11/24] KVM: arm64: vgic-its: Interpret MAPD Size field and check related errors
` [PATCH v7 12/24] KVM: arm64: vgic-its: Interpret MAPD ITT_addr field
` [PATCH v7 13/24] KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS range
` [PATCH v7 14/24] KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_status
` [PATCH v7 15/24] KVM: arm64: vgic-its: Read config and pending bit in add_lpi()
` [PATCH v7 16/24] KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLES
` [PATCH v7 17/24] KVM: arm64: vgic-its: vgic_its_alloc_ite/device
` [PATCH v7 18/24] KVM: arm64: vgic-its: Add infrastructure for table lookup
` [PATCH v7 19/24] KVM: arm64: vgic-its: Collection table save/restore
` [PATCH v7 20/24] KVM: arm64: vgic-its: vgic_its_check_id returns the entry's GPA
` [PATCH v7 21/24] KVM: arm64: vgic-its: Device table save/restore
` [PATCH v7 22/24] KVM: arm64: vgic-its: ITT save and restore
` [PATCH v7 23/24] KVM: arm64: vgic-its: Fix pending table sync
` [PATCH v7 24/24] KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES
[RFC PATCH 00/20] Qemu: Extend intel_iommu emulator to support Shared Virtual Memory
2017-05-08 11:20 UTC (8+ messages)
` [RFC PATCH 03/20] intel_iommu: add "svm" option
` [Qemu-devel] "
[PATCH v7 00/13] basic channel IO passthrough infrastructure based on vfio
2017-05-08 10:50 UTC (20+ messages)
` [PATCH v7 01/13] update-linux-headers: update for vfio-ccw
` [PATCH v7 02/13] vfio: linux-headers "
` [PATCH v7 03/13] s390x/css: add s390-squash-mcss machine option
` [PATCH v7 04/13] s390x/css: realize css_sch_build_schib
` [PATCH v7 05/13] s390x/css: realize css_create_sch
` [PATCH v7 06/13] s390x/css: device support for s390-ccw passthrough
` [PATCH v7 07/13] vfio/ccw: vfio based subchannel passthrough driver
` [PATCH v7 08/13] vfio/ccw: get io region info
` [PATCH v7 09/13] vfio/ccw: get irqs info and set the eventfd fd
` [PATCH v7 10/13] s390x/css: introduce and realize ccw-request callback
` [PATCH v7 11/13] s390x/css: ccw translation infrastructure
` [PATCH v7 12/13] vfio/ccw: update sense data if a unit check is pending
` [PATCH v7 13/13] MAINTAINERS: Add vfio-ccw maintainer
KVM & SR-IOV
2017-05-08 10:43 UTC (2+ messages)
[PATCH v3 00/10] KVM: arm/arm64: race fixes and vcpu requests
2017-05-08 8:56 UTC (17+ messages)
` [PATCH v3 04/10] KVM: arm/arm64: use vcpu request in kvm_arm_halt_vcpu
` [PATCH v3 05/10] KVM: arm/arm64: don't clear exit request from caller
` [PATCH v3 06/10] KVM: arm/arm64: use vcpu requests for power_off
` [PATCH v3 07/10] KVM: arm/arm64: optimize VCPU RUN
` [PATCH v3 09/10] KVM: arm/arm64: use vcpu requests for irq injection
` [PATCH v3 10/10] KVM: arm/arm64: PMU: remove request-less vcpu kick
[RFC PATCH 00/10] Basic KVM SGX Virtualization support
2017-05-08 8:08 UTC (14+ messages)
` [PATCH 01/10] x86: add SGX Launch Control definition to cpufeature
` [PATCH 02/10] kvm: vmx: add ENCLS VMEXIT detection
` [PATCH 03/10] kvm: vmx: detect presence of host SGX driver
` [PATCH 04/10] kvm: sgx: new functions to init and destory SGX for guest
` [PATCH 05/10] kvm: x86: add KVM_GET_SUPPORTED_CPUID SGX support
` [PATCH 06/10] kvm: x86: add KVM_SET_CPUID2 "
` [PATCH 07/10] kvm: vmx: add SGX IA32_FEATURE_CONTROL MSR emulation
` [PATCH 08/10] kvm: vmx: add guest's IA32_SGXLEPUBKEYHASHn runtime switch support
` [PATCH 09/10] kvm: vmx: handle ENCLS VMEXIT
` [PATCH 10/10] kvm: vmx: handle VMEXIT from SGX Enclave
` [PATCH 11/11] kvm: vmx: workaround FEATURE_CONTROL[17] is not set by BIOS
[PATCH] kvm: nVMX: Validate CR3 target count on nested VM-entry
2017-05-08 7:58 UTC (2+ messages)
[RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
2017-05-08 4:09 UTC (3+ messages)
` [Qemu-devel] "
KVM call for 2017-05-09
2017-05-08 7:31 UTC
[GIT PULL] Please pull my kvm-ppc-next branch again
2017-05-08 7:28 UTC (6+ messages)
[PATCH 0/4] KVM: x86: kvm_mwait_in_guest() cleanup and fixes
2017-05-08 7:23 UTC (12+ messages)
` [PATCH 3/4] KVM: x86: drop bogus MWAIT check
[PATCH v6 3/5] shutdown: Add source information to SHUTDOWN and RESET
2017-05-08 5:26 UTC (2+ messages)
[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
2017-05-07 17:18 UTC (10+ messages)
` [PATCH v5 09/32] x86/mm: Provide general kernel support for memory encryption
` [PATCH v5 13/32] x86/boot/e820: Add support to determine the E820 type of an address
` [PATCH v5 15/32] efi: Update efi_mem_type() to return an error rather than 0
[RFC 10/10] x86,kvm: Teach KVM's VMX code that CR3 isn't a constant
2017-05-07 12:38 UTC
[PATCH v10 0/6] Extend virtio-balloon for fast (de)inflating & fast live migration
2017-05-07 4:22 UTC (4+ messages)
` [PATCH v10 3/6] virtio-balloon: VIRTIO_BALLOON_F_PAGE_CHUNKS
[PATCH v9 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
2017-05-07 4:20 UTC (16+ messages)
` [PATCH v9 2/5] virtio-balloon: VIRTIO_BALLOON_F_BALLOON_CHUNKS
` "
` [virtio-dev] "
` [PATCH v9 5/5] virtio-balloon: VIRTIO_BALLOON_F_MISC_VQ
[PATCH] KVM: set no_llseek in stat_fops_per_vm
2017-05-06 15:37 UTC
[PATCH v6 00/24] vITS save/restore
2017-05-06 10:21 UTC (57+ messages)
` [PATCH v6 01/24] KVM: arm/arm64: Add ITS save/restore API documentation
` [PATCH v6 08/24] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadr
` [PATCH v6 09/24] KVM: arm64: vgic-its: Introduce migration ABI infrastructure
` [PATCH v6 10/24] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidr
` [PATCH v6 11/24] KVM: arm64: vgic-its: Interpret MAPD Size field and check related errors
` [PATCH v6 12/24] KVM: arm64: vgic-its: Interpret MAPD ITT_addr field
` [PATCH v6 13/24] KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS range
` [PATCH v6 14/24] KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_status
` [PATCH v6 15/24] KVM: arm64: vgic-its: Read config and pending bit in add_lpi()
` [PATCH v6 16/24] KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLES
` [PATCH v6 17/24] KVM: arm64: vgic-its: vgic_its_alloc_ite/device
` [PATCH v6 18/24] KVM: arm64: vgic-its: Add infrastructure for table lookup
` [PATCH v6 19/24] KVM: arm64: vgic-its: Collection table save/restore
` [PATCH v6 21/24] KVM: arm64: vgic-its: Device "
` [PATCH v6 22/24] KVM: arm64: vgic-its: ITT save and restore
` [PATCH v6 23/24] KVM: arm64: vgic-its: Fix pending table sync
` [PATCH v6 24/24] KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES
[kvm-unit-tests PATCH] x86: fix ept_access_test_paddr exit qualifications
2017-05-06 8:54 UTC (2+ messages)
[kvm-unit-tests PATCH 00/32] VMX framework enhancements and new tests
2017-05-06 8:05 UTC (4+ messages)
[PATCH v10 4/6] mm: function to offer a page block on the free list
2017-05-05 22:12 UTC (3+ messages)
[PATCH 0/1] virtio-ccw maintainership
2017-05-05 20:37 UTC (5+ messages)
` [PATCH 1/1] s390/virtio: change maintainership
[kvm-unit-tests PATCH] vmx_tests: Add Page Modification Logging tests
2017-05-05 19:29 UTC
[PATCH v2 0/3] nVMX: Emulated Page Modification Logging for Nested Virtualization
2017-05-05 19:25 UTC (4+ messages)
` [PATCH v2 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation
` [PATCH v2 2/3] nVMX: Implement emulated Page Modification Logging
` [PATCH v2 3/3] nVMX: Advertise PML to L1 hypervisor
[PATCH V15 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2017-05-05 18:44 UTC (6+ messages)
` [PATCH V15 08/11] efi: print unrecognized CPER section
` [PATCH V15 09/11] ras: acpi / apei: generate trace event for "
AMD Ryzen KVM/NPT/IOMMU issue
2017-05-05 17:27 UTC
[PATCH v3 1/3] arm64: kvm: support kvmtool to detect RAS extension feature
2017-05-05 13:19 UTC (7+ messages)
` [PATCH v3 2/3] arm64: kvm: inject SError with virtual syndrome
[PATCH v3 3/3] arm/arm64: signal SIBGUS and inject SEA Error
2017-05-05 12:31 UTC (2+ messages)
[RFC PATCH v1 2/9] cpus: push BQL lock to qemu_*_wait_io_event
2017-05-05 10:38 UTC
[PATCH] kvm: nVMX: Don't validate disabled secondary controls
2017-05-05 8:08 UTC (2+ messages)
[PATCH 0/3] nVMX: Emulated Page Modification Logging for Nested Virtualization
2017-05-05 7:26 UTC (8+ messages)
` [PATCH 2/3] nVMX: Implement emulated Page Modification Logging
` [PATCH 3/3] nVMX: Advertise PML to L1 hypervisor
[PATCH v2 0/5] mc146818rtc: fix Windows VM clock faster
2017-05-05 6:29 UTC (4+ messages)
` [PATCH v2 2/5] mc146818rtc: precisely count the clock for periodic timer
[PATCH v3 1/3] arm64: kvm: support kvmtool to detect RAS extension feature
2017-05-04 17:20 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox