public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-07 10:58:30 to 2016-06-10 06:50:31 UTC [more...]

[PATCH kernel 0/9] KVM, PPC, VFIO: Enable in-kernel acceleration
 2016-06-10  6:50 UTC  (11+ messages)
` [PATCH kernel 9/9] KVM: PPC: VFIO device: support SPAPR TCE

[Bug 116731] New: KVM guest fails to boot OVMF firmware with SMP enabled
 2016-06-10  6:38 UTC  (4+ messages)
` [Bug 116731] "

[kvm-unit-tests PATCH v8 00/12] Cleanup low-level arch code
 2016-06-10  6:37 UTC  (11+ messages)
` [kvm-unit-tests PATCH v8 08/12] x86: Cleanup PAGE_* constants
` [kvm-unit-tests PATCH v8 12/12] io: Unify IO accessors across architectures
    ` [kvm-unit-tests PATCH v9 12/12] ppc64: Introduce lib/ppc64/asm/barrier.h
    ` [kvm-unit-tests PATCH v9 13/12] io: Unify IO accessors across architectures

[PART2 RFC v1 0/9] iommu/AMD: Introduce IOMMU AVIC support
 2016-06-09 23:59 UTC  (4+ messages)
` [PART2 RFC v1 5/9] iommu/amd: Introduce amd_iommu_update_ga()

linux-next boots then hangs
 2016-06-09 23:40 UTC  (7+ messages)

[PATCH 0/4] VFIO SR-IOV support
 2016-06-09 22:21 UTC  (11+ messages)
` [PATCH 1/4] VFIO: Probe new devices in a live VFIO group with the VFIO driver
` [PATCH 2/4] IOMMU: Force the VFs of an untrusted PF device to be in the PFs IOMMU group
` [PATCH 3/4] PCI: Expose iov_set_numvfs and iov_resource_size for modules
` [PATCH 4/4] VFIO: Add support for SR-IOV extended capablity
` [PATCH 4/4] VFIO: Add support for SRIOV "

[PATCH 4.2.y-ckt 084/206] MIPS: KVM: Fix timer IRQ race when freezing timer
 2016-06-09 21:14 UTC  (2+ messages)
` [PATCH 4.2.y-ckt 085/206] MIPS: KVM: Fix timer IRQ race when writing CP0_Compare

[kvm-unit-tests PATCH v4 00/12] PCI bus support
 2016-06-09 20:41 UTC  (23+ messages)
` [kvm-unit-tests PATCH v4 03/12] pci: x86: Add remaining PCI configuration space accessors
` [kvm-unit-tests PATCH v4 04/12] pci: Rework pci_bar_addr()
` [kvm-unit-tests PATCH v4 09/12] pci: Add generic ECAM host support
` [kvm-unit-tests PATCH v4 10/12] arm/arm64: pci: Add PCI bus operation test

[PATCH] x86/kvm: fix condition to update kvm master clocks
 2016-06-09 19:19 UTC  (7+ messages)

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

[PATCH] pvclock: introduce seqcount-like API
 2016-06-09 18:08 UTC  (8+ messages)

[RFC PATCH 0/3] x86: Add support for guest DMA dirty page tracking
 2016-06-09 15:39 UTC  (9+ messages)
        ` Re: [Qemu-devel] "
            `  "

[PATCH] x86/kvm/svm: Simplify cpu_has_svm()
 2016-06-09 15:19 UTC  (2+ messages)

[4.2.y-ckt stable] Patch "MIPS: KVM: Fix timer IRQ race when writing CP0_Compare" has been added to the 4.2.y-ckt tree
 2016-06-09 14:34 UTC 

[4.2.y-ckt stable] Patch "MIPS: KVM: Fix timer IRQ race when freezing timer" has been added to the 4.2.y-ckt tree
 2016-06-09 14:34 UTC 

hard lockup in wait_lapic_expire() - bug in TSC deadline timer?
 2016-06-09 14:01 UTC  (6+ messages)

[PATCH 00/18] MIPS: KVM: Miscellaneous clean-ups
 2016-06-09 13:58 UTC  (20+ messages)
` [PATCH 01/18] MIPS: KVM: Drop unused guest_inst from kvm_vcpu_arch
` [PATCH 02/18] MIPS: KVM: Drop unused host_cp0_entryhi
` [PATCH 03/18] MIPS: KVM: Drop unused kvm_mips_sync_icache()
` [PATCH 04/18] MIPS: KVM: Convert headers to kernel sized types
` [PATCH 05/18] MIPS: KVM: Convert code "
` [PATCH 06/18] MIPS: KVM: Make various Cause variables 32-bit
` [PATCH 07/18] MIPS: KVM: Move non-TLB handling code out of tlb.c
` [PATCH 08/18] MIPS: KVM: Don't indirect KVM functions
` [PATCH 09/18] MIPS: KVM: Simplify even/odd TLB handling
` [PATCH 10/18] MIPS: KVM: Drop unused hpa0/hpa1 args from function
` [PATCH 11/18] MIPS: KVM: Restore host EBase from ebase variable
` [PATCH 12/18] MIPS: KVM: Clean up TLB management hazards
` [PATCH 13/18] MIPS: KVM: Use dump_tlb_all() for kvm_mips_dump_host_tlbs()
` [PATCH 14/18] MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*
` [PATCH 15/18] MIPS: KVM: Simplify TLB_* macros
` [PATCH 16/18] MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.h
` [PATCH 17/18] MIPS: KVM: Combine handle_tlb_ld/st_miss
` [PATCH 18/18] MIPS: KVM: Use va in kvm_get_inst()

[PATCH 0/4] MIPS: KVM: Module + non dynamic translating fixes
 2016-06-09  9:50 UTC  (5+ messages)
` [PATCH 1/4] MIPS: KVM: Fix modular KVM under QEMU
` [PATCH 2/4] MIPS: KVM: Include bit 31 in segment matches
` [PATCH 3/4] MIPS: KVM: Don't unwind PC when emulating CACHE
` [PATCH 4/4] MIPS: KVM: Fix CACHE triggered exception emulation

[PATCH v3 0/2] Add QEMU support for Intel local MCE
 2016-06-09  8:23 UTC  (19+ messages)
` [PATCH v3 1/2] target-i386: KVM: add basic Intel LMCE support
` [PATCH v3 2/2] target-i386: add migration support for Intel LMCE

[PATCH V6 0/8] vfio, platform: add ACPI support
 2016-06-09  2:33 UTC  (12+ messages)
` [PATCH V6 5/8] vfio: platform: call _RST method when using ACPI
` [PATCH V6 6/8] vfio, platform: make reset driver a requirement by default
` [PATCH V6 7/8] vfio: platform: check reset call return code during open
` [PATCH V6 8/8] vfio: platform: check reset call return code during release

[PATCH v5 1/3] KVM: fix steal clock warp during guest cpu hotplug
 2016-06-09  1:20 UTC  (15+ messages)
` [PATCH v5 2/3] sched/cputime: Fix prev steal time accouting during "
` [PATCH v5 3/3] sched/cputime: Add steal time support to full dynticks CPU time accounting

[PATCH v5 00/13] KVM: arm64: GICv3 ITS emulation
 2016-06-08 17:03 UTC  (19+ messages)
` [PATCH v5 01/13] KVM: arm/arm64: move redistributor kvm_io_devices
` [PATCH v5 05/13] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v5 07/13] KVM: arm64: introduce new KVM ITS device
` [PATCH v5 08/13] KVM: arm64: implement basic ITS register handlers
` [PATCH v5 09/13] KVM: arm64: connect LPIs to the VGIC emulation
` [PATCH v5 10/13] KVM: arm64: sync LPI configuration and pending tables
` [PATCH v5 11/13] KVM: arm64: implement ITS command queue command handlers
` [PATCH v5 12/13] KVM: arm64: implement MSI injection in ITS emulation

[PATCH v3 00/13] NVDIMM: introduce nvdimm label support
 2016-06-08 13:07 UTC  (15+ messages)
` [PATCH v3 01/13] pc-dimm: introduce get_vmstate_memory_region callback
` [PATCH v3 02/13] nvdimm: support nvdimm label
` [PATCH v3 03/13] acpi: add aml_object_type
` [PATCH v3 04/13] acpi: add aml_call5
` [PATCH v3 05/13] nvdimm acpi: set HDLE properly
` [PATCH v3 06/13] nvdimm acpi: save arg3 of _DSM method
` [PATCH v3 07/13] nvdimm acpi: check UUID
` [PATCH v3 08/13] nvdimm acpi: abstract the operations for root & nvdimm devices
` [PATCH v3 09/13] nvdimm acpi: check revision
` [PATCH v3 10/13] nvdimm acpi: support Get Namespace Label Size function
` [PATCH v3 11/13] nvdimm acpi: support Get Namespace Label Data function
` [PATCH v3 12/13] nvdimm acpi: support Set "
` [PATCH v3 13/13] docs: add NVDIMM ACPI documentation

[PATCH] virtio_ring: Make interrupt suppression spec compliant
 2016-06-08 12:58 UTC  (5+ messages)

[PATCH] KVM: s390: fix build failure
 2016-06-08 10:25 UTC  (6+ messages)

[kvm-unit-tests PATCH v2 00/10] arm/arm64: add gic framework
 2016-06-08 10:00 UTC  (3+ messages)
  ` [Qemu-devel] "

[RESEND PATCH v2 0/6] vfio-pci: Add support for mmapping MSI-X table
 2016-06-08  9:56 UTC  (3+ messages)

[PATCH V3 0/2] vhost_net polling optimization
 2016-06-08  6:48 UTC  (7+ messages)
` [PATCH V3 1/2] vhost_net: stop polling socket during rx processing
` [PATCH V3 2/2] vhost_net: conditionally enable tx polling

[RFC PATCH v4 0/3] Add Mediated device support[was: Add vGPU support]
 2016-06-08  6:22 UTC  (18+ messages)
` [RFC PATCH v4 1/3] Mediated device Core driver

[RFC PATCH V3 0/5] Utilizing VMX preemption for timer virtualization
 2016-06-08  4:18 UTC  (5+ messages)

[PATCH v4 1/3] KVM: fix steal clock warp during guest cpu hotplug
 2016-06-07 18:21 UTC  (4+ messages)

[PATCH V5 0/6] vfio, platform: add ACPI support
 2016-06-07 16:33 UTC  (4+ messages)
` [PATCH V5 4/6] vfio: platform: add support for ACPI probe

[kvm-unit-tests PATCH v2 05/10] arm/arm64: irq enable/disable
 2016-06-07 16:22 UTC  (2+ messages)

[PATCH v4 2/3] sched/cputime: Fix prev steal time accouting during cpu hotplug
 2016-06-07 16:18 UTC  (2+ messages)

KVM call for agenda for 2016-06-07
 2016-06-07 12:51 UTC  (2+ messages)

[PATCH v4 3/3] sched/cputime: Add steal time support to full dynticks CPU time accounting
 2016-06-07 12:34 UTC  (7+ messages)
  ` [PATCH v4 2/3] sched/cputime: Fix prev steal time accouting during cpu hotplug
      ` Fw: "

Converting from VirtIO to another disk controller
 2016-06-07 12:18 UTC  (2+ messages)

[PATCH 00/15] arm/arm64: KVM: Merge boot and runtime page tables
 2016-06-07 10:58 UTC  (13+ messages)
` [PATCH 01/15] arm64: KVM: Merged page tables documentation
` [PATCH 02/15] arm64: KVM: Kill HYP_PAGE_OFFSET
` [PATCH 03/15] arm64: Add ARM64_HYP_OFFSET_LOW capability
` [PATCH 05/15] arm64: KVM: Refactor kern_hyp_va/hyp_kern_va to deal with multiple offsets
` [PATCH 06/15] arm/arm64: KVM: Export __hyp_text_start/end symbols
` [PATCH 08/15] arm/arm64: KVM: Always have merged page tables
` [PATCH 10/15] arm/arm64: KVM: Drop boot_pgd
` [PATCH 11/15] arm/arm64: KVM: Kill free_boot_hyp_pgd
` [PATCH 12/15] arm: KVM: Simplify HYP init
` [PATCH 13/15] arm: KVM: Allow hyp teardown
` [PATCH 14/15] arm/arm64: KVM: Prune unused #defines
` [PATCH 15/15] arm/arm64: KVM: Check that IDMAP doesn't intersect with VA range


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