kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-01 09:36:45 to 2015-06-09 08:51:45 UTC [more...]

[PATCH 00/13] arm64: KVM: GICv3 ITS emulation
 2015-06-09  8:51 UTC  (10+ messages)
` [PATCH 02/13] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH 03/13] KVM: arm/arm64: add emulation model specific destroy function

[PATCH 1/2] KVM: MMU: fix SMAP virtualization
 2015-06-09  5:14 UTC  (5+ messages)

[PATCH v2 00/13] SMM implementation for KVM
 2015-06-09  4:01 UTC  (29+ messages)
` [PATCH v2 06/13] KVM: x86: save/load state on SMM switch
` [PATCH v2 07/13] KVM: add vcpu-specific functions to read/write/translate GFNs
` [PATCH v2 08/13] KVM: implement multiple address spaces
` [PATCH v2 09/13] KVM: x86: pass kvm_mmu_page to gfn_to_rmap
` [PATCH v2 10/13] KVM: x86: use vcpu-specific functions to read/write/translate GFNs
` [PATCH v2 11/13] KVM: x86: work on all available address spaces
` [PATCH v2 12/13] KVM: x86: add SMM to the MMU role, support SMRAM address space
` [PATCH v2 14/13] KVM: x86: latch INITs while in system management mode

[PATCH 00/15] KVM: x86: fully implement vMTRR
 2015-06-09  2:45 UTC  (35+ messages)
` [PATCH 05/15] KVM: MTRR: clean up mtrr default type
` [PATCH 07/15] KVM: MTRR: improve kvm_mtrr_get_guest_memory_type
` [PATCH 08/15] KVM: MTRR: introduce fixed_mtrr_segment table
` [PATCH 09/15] KVM: MTRR: introduce var_mtrr_range
` [PATCH 10/15] KVM: MTRR: sort variable MTRRs
` [PATCH 12/15] KVM: MTRR: introduce mtrr_for_each_mem_type
` [PATCH 14/15] KVM: MTRR: do not map huage page for non-consistent range

[PATCH v3 1/4] KVM: x86: Split the APIC from the rest of IRQCHIP
 2015-06-09  2:16 UTC  (15+ messages)
` [PATCH v3 2/4] KVM: x86: Add KVM exit for IOAPIC EOIs
` [PATCH v3 3/4] KVM: x86: Add EOI exit bitmap inference
` [PATCH v3 4/4] KVM: x86: Add support for local interrupt requests from userspace

[PULL] virtio: (yet another) last-minute fix for 4.1
 2015-06-08 21:13 UTC 

[PATCH v2] arm/arm64: KVM: Properly account for guest CPU time
 2015-06-08 17:50 UTC  (18+ messages)

[PATCH 00/10] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-06-08 17:04 UTC  (11+ messages)
` [PATCH 01/10] arm/arm64: KVM: Fix ordering of timer/GIC on guest entry
` [PATCH 02/10] arm/arm64: KVM: Move vgic handling to a non-preemptible section
` [PATCH 03/10] KVM: arm/arm64: vgic: Convert struct vgic_lr to use bitfields
` [PATCH 04/10] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH 05/10] KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs
` [PATCH 06/10] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH 07/10] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH 08/10] KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_active
` [PATCH 09/10] KVM: arm/arm64: timer: Allow the timer to control the active state
` [PATCH 10/10] KVM: arm/arm64: vgic: Allow non-shared device HW interrupts

[PATCH v5] i386: Introduce ARAT CPU feature
 2015-06-08 15:50 UTC  (3+ messages)

[kvm:queue 76/76] arch/x86/kvm/../../../virt/kvm/irqchip.c:144:35: sparse: incorrect type in argument 1 (different address spaces)
 2015-06-08  8:46 UTC  (2+ messages)

[PATCH] MIPS: KVM: do not sign extend on unsigned MMIO load
 2015-06-08  8:33 UTC  (3+ messages)

Steroid Products--Numberone Biotech Inc
 2015-06-08  6:26 UTC 

[PATCH 0/6] x86: reduce paravirtualized spinlock overhead
 2015-06-08  4:09 UTC  (2+ messages)

[v3 24/26] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
 2015-06-08  1:43 UTC  (12+ messages)

[PATCH v2 00/11] KVM: arm: debug infrastructure support
 2015-06-07 14:08 UTC  (7+ messages)
` [PATCH v2 01/11] KVM: arm: plug guest debug exploit
` [PATCH v2 09/11] KVM: arm: disable debug mode if we don't actually need it

[Bug 98841] New: android emulator broken since d7a2a24 kernel commit
 2015-06-06 18:35 UTC  (2+ messages)
` [Bug 98841] "

[PATCH] KVM: x86: fix lapic.timer_mode on restore
 2015-06-05 19:08 UTC  (2+ messages)

[PATCH] kvmtool: don't use PCI config space IRQ line field
 2015-06-05 16:41 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: Enable the KVM-VFIO device
 2015-06-05 15:21 UTC 

[PATCH] kvm: irqchip: Break up high order allocations of kvm_irq_routing_table
 2015-06-05 11:39 UTC  (9+ messages)

Announcing qboot, a minimal x86 firmware for QEMU
 2015-06-05 10:42 UTC  (4+ messages)

[PATCH v2 0/8] kvmtool: arm64: GICv3 guest support
 2015-06-05  8:37 UTC  (9+ messages)
` [PATCH v2 1/8] AArch64: Reserve two 64k pages for GIC CPU interface
` [PATCH v2 2/8] AArch{32, 64}: use KVM_CREATE_DEVICE & co to instanciate the GIC
` [PATCH v2 3/8] irq: add irq__get_nr_allocated_lines
` [PATCH v2 4/8] AArch{32,64}: dynamically configure the number of GIC interrupts
` [PATCH v2 5/8] arm: finish VGIC initialisation explicitly
` [PATCH v2 6/8] arm: prepare for instantiating different IRQ chip devices
` [PATCH v2 7/8] arm: add support for supplying GICv3 redistributor addresses
` [PATCH v2 8/8] arm: use new irqchip parameter to create different vGIC types

[PATCH V1 0/5] Enable ACPI support for KVM ARM
 2015-06-05  5:32 UTC 

[PATCH V4 0/4] Consolidated KVM vPMU support for x86
 2015-06-05  5:20 UTC  (5+ messages)
` [PATCH V4 1/4] KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch
` [PATCH V4 2/4] KVM: x86/vPMU: Create vPMU interface for VMX and SVM
` [PATCH V4 3/4] KVM: x86/vPMU: Implement AMD vPMU code for KVM
` [PATCH V4 4/4] KVM: x86/vPMU: Enable PMU handling for AMD PERFCTRn and EVNTSELn MSRs

[PATCH kernel v11 00/34] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2015-06-05  2:54 UTC  (41+ messages)
` [PATCH kernel v11 05/34] powerpc/iommu: Always release iommu_table in iommu_free_table()
` [PATCH kernel v11 09/34] vfio: powerpc/spapr: Move locked_vm accounting to helpers
` [PATCH kernel v11 16/34] powerpc/spapr: vfio: Replace iommu_table with iommu_table_group
` [PATCH kernel v11 17/34] powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group
` [PATCH kernel v11 20/34] powerpc/powernv/ioda2: Move TCE kill register address to PE
` [PATCH kernel v11 21/34] powerpc/powernv/ioda2: Add TCE invalidation for all attached groups
` [PATCH kernel v11 26/34] powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_set_window
` [PATCH kernel v11 27/34] powerpc/powernv: Implement multilevel TCE tables
` [PATCH kernel v11 28/34] vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows API
` [PATCH kernel v11 29/34] powerpc/powernv/ioda2: Use new helpers to do proper cleanup on PE release
` [PATCH kernel v11 30/34] powerpc/iommu/ioda2: Add get_table_size() to calculate the size of future table
` [PATCH kernel v11 31/34] vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership control
` [PATCH kernel v11 32/34] powerpc/mmu: Add userspace-to-physical addresses translation cache
` [PATCH kernel v11 33/34] vfio: powerpc/spapr: Register memory and define IOMMU v2
` [PATCH kernel v11 34/34] vfio: powerpc/spapr: Support Dynamic DMA windows

[PATCH] kvm: x86: default legacy PCI device assignment support to "n"
 2015-06-04 14:48 UTC  (5+ messages)

[PATCH v5 00/12] KVM Guest Debug support for arm64
 2015-06-04 14:40 UTC  (20+ messages)
` [PATCH v5 03/12] KVM: arm64: guest debug, define API headers
` [PATCH v5 05/12] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH v5 07/12] KVM: arm64: guest debug, add support for single-step
` [PATCH v5 08/12] KVM: arm64: re-factor hyp.S debug register code
` [PATCH v5 09/12] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH v5 10/12] KVM: arm64: guest debug, HW assisted debug support

[PATCH v2] KVM: arm64: fix misleading comments in save/restore
 2015-06-04 13:28 UTC 

[PATCH v5 0/6] QEMU support for KVM Guest Debug on arm64
 2015-06-04 11:35 UTC  (12+ messages)
` [PATCH v5 2/6] target-arm: kvm64: introduce kvm_arm_init_debug()
` [PATCH v5 3/6] target-arm: kvm - implement software breakpoints
` [PATCH v5 4/6] target-arm: kvm - support for single step
` [PATCH v5 5/6] target-arm: kvm - add support for HW assisted debug
` [PATCH v5 6/6] target-arm: kvm - re-inject guest debug exceptions

[PATCH] KVM: arm64: fix misleading comments in save/restore
 2015-06-04 10:50 UTC  (7+ messages)

[PATCH] KVM: x86: clear hidden CPU state at reset time
 2015-06-04  8:44 UTC 

[PATCH] kvm: x86: fix kvm_apic_has_events to check for NULL pointer
 2015-06-04  8:18 UTC 

[ANNOUNCE] Stand-alone kvmtool repository
 2015-06-03 17:25 UTC 

stand-alone kvmtool
 2015-06-03 17:07 UTC  (5+ messages)

[GIT PULL 0/2] KVM: s390: Fix and cleanup for 4.2 (kvm/next)
 2015-06-03 13:02 UTC  (4+ messages)
` [GIT PULL 1/2] KVM: s390: call exit_sie() directly on vcpu block/request
` [GIT PULL 2/2] KVM: s390: introduce KMSG_COMPONENT for kvm-s390

Update on Split Irqchip Patches
 2015-06-03  9:40 UTC  (2+ messages)

[PATCH 0/2] KVM: PPC: Book3S HV: Dynamic micro-threading/split-core
 2015-06-03  1:29 UTC  (5+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Make use of unused threads when running guests
` [PATCH 2/2] KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8

[PATCH v6 0/8] vhost: support for cross endian guests
 2015-06-01 23:38 UTC  (7+ messages)
` [PATCH v6 2/8] tun: add tun_is_little_endian() helper
` [PATCH v6 3/8] macvtap: introduce macvtap_is_little_endian() helper

[PULL] vhost: cleanups and fixes
 2015-06-01 19:45 UTC  (2+ messages)

[PATCH] KVM: arm: vgic: Drop useless Group0 warning
 2015-06-01 10:05 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).