public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-12 12:03:31 to 2016-05-16 09:53:52 UTC [more...]

[PATCH v4 00/56] KVM: arm/arm64: Rework virtual GIC emulation
 2016-05-16  9:53 UTC  (48+ messages)
` [PATCH v4 03/56] KVM: arm/arm64: vgic: avoid map in kvm_vgic_map_is_active()
` [PATCH v4 06/56] KVM: arm/arm64: arch_timer: Remove irq_phys_map
` [PATCH v4 07/56] KVM: arm/arm64: vgic: Remove irq_phys_map from interface
` [PATCH v4 09/56] KVM: arm/arm64: Fix MMIO emulation data handling
` [PATCH v4 11/56] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [PATCH v4 12/56] KVM: arm/arm64: Provide functionality to pause and resume a guest
` [PATCH v4 16/56] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [PATCH v4 18/56] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PATCH v4 20/56] KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
` [PATCH v4 24/56] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [PATCH v4 25/56] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [PATCH v4 27/56] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [PATCH v4 28/56] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [PATCH v4 29/56] KVM: arm/arm64: vgic-new: Add CONFIG "
` [PATCH v4 30/56] KVM: arm/arm64: vgic-new: Add TARGET "
` [PATCH v4 31/56] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [PATCH v4 32/56] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [PATCH v4 33/56] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
` [PATCH v4 34/56] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PATCH v4 35/56] KVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR and TYPER handler
` [PATCH v4 36/56] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PATCH v4 37/56] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [PATCH v4 38/56] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [PATCH v4 39/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [PATCH v4 40/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [PATCH v4 41/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [PATCH v4 42/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [PATCH v4 43/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [PATCH v4 44/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PATCH v4 45/56] KVM: arm/arm64: vgic-new: Export register access interface
` [PATCH v4 46/56] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [PATCH v4 47/56] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [PATCH v4 48/56] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [PATCH v4 49/56] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [PATCH v4 50/56] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [PATCH v4 51/56] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [PATCH v4 52/56] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [PATCH v4 53/56] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [PATCH v4 54/56] KVM: arm/arm64: vgic-new: Wire up irqfd injection
` [PATCH v4 55/56] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [PATCH v4 56/56] KVM: arm/arm64: vgic-new: enable build
` [PATCH v4 01/56] KVM: arm/arm64: vgic: streamline vgic_update_irq_pending() interface
` [PATCH v4 04/56] KVM: arm/arm64: vgic: avoid map in kvm_vgic_unmap_phys_irq()

x86: strange behavior of invlpg
 2016-05-16  9:28 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/10] arm/arm64: add gic framework
 2016-05-16  7:57 UTC  (11+ messages)
` [kvm-unit-tests PATCH 01/10] lib: xstr: allow multiple args
` [kvm-unit-tests PATCH 02/10] arm64: fix get_"sysreg32" and make MPIDR 64bit
` [kvm-unit-tests PATCH 03/10] arm/arm64: smp: support more than 8 cpus
` [kvm-unit-tests PATCH 04/10] arm/arm64: add some delay routines
` [kvm-unit-tests PATCH 05/10] arm/arm64: irq enable/disable
` [kvm-unit-tests PATCH 06/10] arm/arm64: add initial gicv2 support
` [kvm-unit-tests PATCH 07/10] arm64: add initial gicv3 support
` [kvm-unit-tests PATCH 08/10] arm/arm64: gicv2: add an IPI test
` [kvm-unit-tests PATCH 09/10] arm/arm64: gicv3: "
` [kvm-unit-tests PATCH 10/10] arm/arm64: gic: don't just use zero

[RFC PATCH v3 0/3] Add vGPU support
 2016-05-16  6:57 UTC  (39+ messages)
` [RFC PATCH v3 3/3] VFIO Type1 IOMMU change: to support with iommu and without iommu
                    ` [Qemu-devel] "

[PATCH V5 0/6] vfio, platform: add ACPI support
 2016-05-16  2:13 UTC  (7+ messages)
` [PATCH V5 1/6] vfio: platform: rename reset function
` [PATCH V5 2/6] vfio: platform: move reset call to a common function
` [PATCH V5 3/6] vfio: platform: determine reset capability
` [PATCH V5 4/6] vfio: platform: add support for ACPI probe
` [PATCH V5 5/6] vfio: platform: call _RST method when using ACPI
` [PATCH V5 6/6] vfio, platform: make reset driver a requirement by default

[PATCH v2 1/2] Powernv: Remove the usage of PACAR1 from opal wrappers
 2016-05-15  4:25 UTC  (3+ messages)
` [PATCH v2 2/2] powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt

[PATCH 1/3] Powernv: Remove the usage of PACAR1 from opal wrappers
 2016-05-15  4:21 UTC  (4+ messages)
` [PATCH 2/3] powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt

[kvm-unit-tests PATCH v2 0/2] arm/powerpc: Makefile cleanup
 2016-05-14 13:32 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm/arm64: "
` [kvm-unit-tests PATCH v2 2/2] powerpc/ppc64: "

[Bug 15988] Computer hangs on using hardware acceleration VT-x
 2016-05-14 11:27 UTC 

Major KVM issues with kernel 4.5 on the host
 2016-05-14  6:19 UTC  (25+ messages)
                  ` transparent huge pages breaks KVM on AMD

[PATCH 0/2] halt polling changes
 2016-05-13 16:47 UTC  (8+ messages)
` [PATCH 1/2] KVM: halt_polling: provide a way to qualify wakeups during poll
` [PATCH 2/2] KVM: s390: set halt polling to 80 microseconds

[PATCH 0/5] vfio-pci: Add support for mmapping MSI-X table
 2016-05-13 16:42 UTC  (22+ messages)
` [PATCH 5/5] vfio-pci: Allow to mmap MSI-X table if interrupt remapping is supported

[PATCH v3] KVM: arm/arm64: Add VGICv3 save/restore API documentation
 2016-05-13 15:28 UTC  (3+ messages)

Performance issues on guests due to LBR
 2016-05-13 13:59 UTC 

[patch added to 3.12-stable] compiler-gcc: disable -ftracer for __noclone functions
 2016-05-13 13:09 UTC 

[PATCH v3 00/55] KVM: arm/arm64: Rework virtual GIC emulation
 2016-05-13 12:32 UTC  (67+ messages)
` [PATCH v3 13/55] KVM: arm/arm64: vgic-new: Add data structure definitions
` [PATCH v3 17/55] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PATCH v3 33/55] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PATCH v3 35/55] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PATCH v3 36/55] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [PATCH v3 37/55] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [PATCH v3 38/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [PATCH v3 39/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [PATCH v3 40/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [PATCH v3 41/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [PATCH v3 42/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [PATCH v3 43/55] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PATCH v3 45/55] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [PATCH v3 46/55] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [PATCH v3 47/55] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [PATCH v3 48/55] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [PATCH v3 49/55] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [PATCH v3 50/55] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [PATCH v3 51/55] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [PATCH v3 52/55] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [PATCH v3 53/55] KVM: arm/arm64: vgic-new: Wire up irqfd injection
` [PATCH v3 54/55] KVM: arm/arm64: vgic-new: implement mapped IRQ handling

[PATCH v2] KVM: halt_polling: provide a way to qualify wakeups during poll
 2016-05-13 10:18 UTC  (6+ messages)
` [PATCH 1/1] "

[GIT PULL] Please pull my kvm-ppc-next branch
 2016-05-13  8:24 UTC  (3+ messages)

[Bug 118191] New: performance regression since dynamic halt-polling
 2016-05-13  8:08 UTC  (3+ messages)
` [Bug 118191] "

[PATCH v2] KVM: arm/arm64: vgic-new: Switch to firmware-independent probing
 2016-05-13  8:02 UTC  (3+ messages)

[PATCH] KVM: arm/arm64: vgic-new: fix overlap check for device addresses
 2016-05-12 19:43 UTC  (3+ messages)
` [PATCH v2] "

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-05-12 18:20 UTC  (5+ messages)
` [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear

[Bug 118121] New: KVM - unhandled rdmsr - VFIO+Radeon R9 380, Win10 Guest
 2016-05-12 14:55 UTC  (2+ messages)
` [Bug 118121] "

[PATCH] kvm-pr: manage illegal instructions
 2016-05-12 14:23 UTC  (7+ messages)

[kvm-unit-tests PATCH 0/2] lib,arm,powerpc: change command line parsing
 2016-05-12 13:27 UTC  (9+ messages)
` [kvm-unit-tests PATCH 2/2] lib/util,arm,powerpc: replace parse_keyval with better helpers

[PATCH] target-i386: add Skylake-Client cpu mode
 2016-05-12 12:06 UTC  (9+ messages)
` [Qemu-devel] "
    ` XSAVES in GET_SUPPORTED_CPUID (was Re: [Qemu-devel] [PATCH] target-i386: add Skylake-Client cpu mode)
            ` XSAVES in GET_SUPPORTED_CPUID (was "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox