messages from 2017-10-26 15:23:11 to 2017-10-31 06:43:13 UTC [more...]
[PATCH v6 0/9] vITS Migration fixes and reset
2017-10-31 6:43 UTC (17+ messages)
` [PATCH v6 5/9] KVM: arm/arm64: vgic-its: Remove kvm_its_unmap_device
` [PATCH v6 6/9] KVM: arm/arm64: vgic-its: New helper functions to free the caches
` [PATCH v6 7/9] KVM: arm/arm64: vgic-its: Free caches when GITS_BASER Valid bit is cleared
` [PATCH v6 8/9] KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET
` [PATCH v6 9/9] KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESET
[Part2 PATCH v6 00/38] x86: Secure Encrypted Virtualization (AMD)
2017-10-31 1:29 UTC (46+ messages)
` [Part2 PATCH v6 13/38] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
` [Part2 PATCH v6.1 16/38] "
` [Part2 PATCH v6 23/38] KVM: SVM: Reserve ASID range for SEV guest
` [Part2 PATCH v6 24/38] KVM: Define SEV key management command id
` [Part2 PATCH v6 25/38] KVM: SVM: Add KVM_SEV_INIT command
` [Part2 PATCH v6 28/38] KVM: SVM: Add support for KVM_SEV_LAUNCH_UPDATE_DATA command
` [Part2 PATCH v6 29/38] KVM: SVM: Add support for KVM_SEV_LAUNCH_MEASURE command
` [Part2 PATCH v6 30/38] KVM: SVM: Add support for SEV LAUNCH_FINISH command
` [Part2 PATCH v6 31/38] KVM: SVM: Add support for SEV GUEST_STATUS command
` [Part2 PATCH v6 32/38] KVM: SVM: Add support for SEV DEBUG_DECRYPT command
[PATCH v2 0/2] KVM: fixes for the kernel-hardening tree
2017-10-30 23:51 UTC (5+ messages)
` [PATCH 1/2] kvm: whitelist struct kvm_vcpu_arch
` [kernel-hardening] "
[patch v2 0/8] Intel Processor Trace virtulization enabling
2017-10-30 22:05 UTC (8+ messages)
` [patch v2 1/8] perf/x86/intel/pt: Move Intel-PT MSR bit definitions to a public header
` [patch v2 2/8] perf/x86/intel/pt: change pt_cap_get() to a public function
` [patch v2 3/8] KVM: x86: add Intel processor trace virtualization mode
` [patch v2 4/8] KVM: x86: add Intel processor trace cpuid emulataion
` [patch v2 5/8] KVM: x86: add Intel processor trace context for each vcpu
` [patch v2 7/8] KVM: x86: add Intel PT msr RTIT_CTL read/write
` [patch v2 8/8] KVM: x86: Disable intercept for Intel processor trace MSRs
KASAN: use-after-free Write in irq_bypass_register_consumer
2017-10-30 19:21 UTC (2+ messages)
[RFC 00/19] KVM: s390/crypto/vfio: guest dedicated crypto adapters
2017-10-30 19:04 UTC (4+ messages)
[PATCH] Enable SR-IOV instantiation through /sys file
2017-10-30 12:39 UTC (11+ messages)
[PATCH] KVM: VMX: require virtual NMI support
2017-10-30 8:52 UTC (9+ messages)
[PATCH] KVM: arm/arm64: Unify 32bit fault injection
2017-10-30 7:28 UTC (2+ messages)
[PATCH v5 00/26] KVM/ARM: Add support for GICv4
2017-10-30 6:51 UTC (30+ messages)
` [PATCH v5 01/26] irqchip/gic-v3-its: Setup VLPI properties at map time
` [PATCH v5 02/26] KVM: arm/arm64: register irq bypass consumer on ARM/ARM64
` [PATCH v5 03/26] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PATCH v5 04/26] KVM: arm: Select ARM_GIC_V3 and ARM_GIC_V3_ITS
` [PATCH v5 05/26] KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around
` [PATCH v5 06/26] KVM: arm/arm64: vITS: Add MSI translation helpers
` [PATCH v5 07/26] KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPI
` [PATCH v5 08/26] KVM: arm/arm64: GICv4: Add property field and per-VM predicate
` [PATCH v5 09/26] KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
` [PATCH v5 10/26] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PATCH v5 11/26] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI
` [PATCH v5 12/26] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI
` [PATCH v5 13/26] KVM: arm/arm64: GICv4: Propagate affinity changes to the physical ITS
` [PATCH v5 14/26] KVM: arm/arm64: GICv4: Handle CLEAR applied to a VLPI
` [PATCH v5 15/26] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PATCH v5 16/26] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs
` [PATCH v5 17/26] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE
` [PATCH v5 18/26] KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint
` [PATCH v5 19/26] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v5 20/26] KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source
` [PATCH v5 21/26] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v5 22/26] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered
` [PATCH v5 23/26] KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved
` [PATCH v5 24/26] KVM: arm/arm64: GICv4: Prevent userspace from changing doorbell affinity
` [PATCH v5 25/26] KVM: arm/arm64: GICv4: Enable VLPI support
` [PATCH v5 26/26] KVM: arm/arm64: GICv4: Theory of operations
[PATCH v4 00/26] KVM/ARM: Add support for GICv4
2017-10-30 6:48 UTC (20+ messages)
` [PATCH v4 19/26] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v4 21/26] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v4 23/26] KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved
` [PATCH v4 25/26] KVM: arm/arm64: GICv4: Prevent heterogenous systems from using GICv4
` [PATCH v4 26/26] KVM: arm/arm64: GICv4: Theory of operations
[Part2 PATCH v6.1 18/38] crypto: ccp: Implement SEV_PEK_CSR ioctl command
2017-10-30 3:23 UTC (2+ messages)
` [Part2 PATCH v6.2 "
[Part2 PATCH v6 15/38] crypto: ccp: Implement SEV_PLATFORM_STATUS ioctl command
2017-10-30 3:13 UTC (2+ messages)
` [Part2 PATCH v6.1 15/38] crypto: ccp: Implement SEV_PEK_GEN "
[PULL 0/8] KVM/ARM Fixes for v4.14
2017-10-30 2:56 UTC (9+ messages)
` [PULL 1/8] KVM: arm64: its: Fix missing dynamic allocation check in scan_its_table
` [PULL 2/8] arm/arm64: KVM: set right LR register value for 32 bit guest when inject abort
` [PULL 3/8] arm/arm64: kvm: Move initialization completion message
` [PULL 4/8] arm/arm64: kvm: Disable branch profiling in HYP code
` [PULL 5/8] KVM: arm/arm64: vgic-its: Fix return value for device table restore
` [PULL 6/8] KVM: arm/arm64: vgic-its: Fix vgic_its_restore_collection_table returned value
` [PULL 7/8] KVM: arm/arm64: vgic-its: Check CBASER/BASER validity before enabling the ITS
` [PULL 8/8] KVM: arm/arm64: vgic-its: Check GITS_BASER Valid bit before saving tables
KVM PUSH ES size bug
2017-10-30 0:40 UTC (11+ messages)
[PATCH] KVM:x86: AMD Processor Topology Information
2017-10-29 22:44 UTC (2+ messages)
[Part2 PATCH v6 14/38] crypto: ccp: Implement SEV_FACTORY_RESET ioctl command
2017-10-29 21:16 UTC (2+ messages)
` [Part2 PATCH v6.1 "
networking problem
2017-10-29 11:07 UTC
[PATCH v5 00/20] KVM: arm/arm64: Optimize arch timer register handling
2017-10-29 2:07 UTC (26+ messages)
` [PATCH v5 01/20] irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interface
` [PATCH v5 02/20] arm64: Implement arch_counter_get_cntpct to read the physical counter
` [PATCH v5 03/20] arm64: Use physical counter for in-kernel reads when booted in EL2
` [PATCH v5 04/20] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
` [PATCH v5 05/20] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [PATCH v5 06/20] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [PATCH v5 07/20] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [PATCH v5 08/20] KVM: arm/arm64: Rename soft timer to bg_timer
` [PATCH v5 09/20] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
` [PATCH v5 10/20] KVM: arm/arm64: Use separate timer for phys timer emulation
` [PATCH v5 11/20] KVM: arm/arm64: Move timer save/restore out of the hyp code
` [PATCH v5 12/20] genirq: Document vcpu_info usage for percpu_devid interrupts
` [PATCH v5 13/20] KVM: arm/arm64: Set VCPU affinity for virt timer irq
` [PATCH v5 14/20] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
` [PATCH v5 15/20] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
` [PATCH v5 16/20] KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
` [PATCH v5 17/20] KVM: arm/arm64: Move phys_timer_emulate function
` [PATCH v5 18/20] KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit
` [PATCH v5 19/20] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
` [PATCH v5 20/20] KVM: arm/arm64: Rework kvm_timer_should_fire
` [PATCH v5 21/20] arm/arm64: KVM: Load the timer state when enabling the timer
[Qemu-devel] kvm_intel fails to load on Conroe CPUs running Linux 4.12
2017-10-28 18:13 UTC (2+ messages)
[PATCH kvm-unit-tests 00/18] merge x86 vmalloc and arm/powerpc alloc
2017-10-27 22:44 UTC (4+ messages)
` [PATCH kvm-unit-tests 17/18] arm: do not allocate virtio buffers from the stack
[PATCH] KVM: LAPIC: make the kvm unblock information globally seen before calling kvm_vcpu_kick
2017-10-27 22:41 UTC (2+ messages)
kernel BUG at arch/x86/kvm/x86.c:LINE!
2017-10-27 9:11 UTC (5+ messages)
[PATCH 0/3] KVM: MMU: fix kvm_is_mmio_pfn()
2017-10-27 8:40 UTC (5+ messages)
` [PATCH 1/3] x86/mm: expose track_pfn_insert()
` [PATCH 2/3] KVM: add converters between pfn_t and kvm_pfn_t
` [PATCH 3/3] KVM: MMU: consider host cache type in MMIO pfn check
[PATCH v2 1/2] KVM: X86: Fix operand size during instruction decoding
2017-10-27 8:36 UTC (2+ messages)
` [PATCH v2 2/2] KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entry
[Bug 196409] New: kvm_amd nested pagetable gpu passthrough performance oddities
2017-10-27 8:34 UTC (2+ messages)
` [Bug 196409] "
[PATCH v6 6/7] KVM: arm64: allow get exception information from userspace
2017-10-27 7:21 UTC (3+ messages)
[PATCH 1/2] KVM: X86: Fix operand size during instruction decoding
2017-10-27 6:50 UTC (2+ messages)
` [PATCH 2/2] KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entry
[PATCH v2 0/6] KVM: PPC: Book3S HV: Run HPT guests on radix hosts
2017-10-27 4:46 UTC (7+ messages)
` [PATCH v2 1/6] KVM: PPC: Book3S HV: Don't rely on host's page size information
` [PATCH v2 2/6] KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_ready
` [PATCH v2 3/6] KVM: PPC: Book3S HV: Unify dirty page map between HPT and radix
` [PATCH v2 4/6] KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix host
` [PATCH v2 5/6] KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded mode
` [PATCH v2 6/6] KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hosts
[PATCH kernel] vfio/spapr: Add trace points for map/unmap
2017-10-27 3:00 UTC
[Bug 196161] New: Kernel freezes by starting a kvm vm
2017-10-26 21:31 UTC (2+ messages)
` [Bug 196161] Kernel freezes when using AVAST under nested virtualization
[Bug 197449] New: 4.13 kernel with KVM and libvirt freezes Windows 10 virtual machine
2017-10-26 19:41 UTC
BUG: unable to handle kernel paging request in vsock_diag_dump
2017-10-26 18:27 UTC (2+ messages)
WARNING in handle_ept_misconfig
2017-10-26 16:37 UTC (2+ messages)
[RFC 0/5] guest dedicated crypto adapters: QEMU usage
2017-10-26 15:54 UTC (6+ messages)
` [RFC 1/5] s390x/ap-matrix: Adjunct Processor (AP) matrix object model
` [RFC 2/5] s390x/vfio: ap-matrix: Introduce VFIO AP Matrix device
` [RFC 3/5] s390x/ap-matrix: Configure AP matrix for KVM guest
` [RFC 4/5] s390x/cpumodel: enable AP facilities for guest
` [RFC 5/5] s390x/docs: documentation for ap-matrix
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