kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-13 11:43:21 to 2016-04-18 02:28:11 UTC [more...]

[PATCH 4.5 019/124] compiler-gcc: disable -ftracer for __noclone functions
 2016-04-18  2:28 UTC 

[PATCH 4.4 014/137] compiler-gcc: disable -ftracer for __noclone functions
 2016-04-18  2:27 UTC 

[PATCH] KVM: arm/arm64: Handle forward time correction gracefully
 2016-04-17 17:40 UTC  (3+ messages)

IVSHMEM device performance
 2016-04-17 15:57 UTC  (6+ messages)

[PATCH] kvmtool: Change readdir_r to readdir
 2016-04-17 15:40 UTC 

[ANNOUNCE][RFC] KVMGT - the implementation of Intel GVT-g(full GPU virtualization) for KVM
 2016-04-16  6:31 UTC  (4+ messages)
  ` [ANNOUNCE] 2015-Q4 release of KVMGT (Was Re: KVMGT - the implementation of ...)
    ` [ANNOUNCE] 2016-Q1 "

Re:¸´£ºProces denture tools
 2016-04-15 22:34 UTC 

[PATCH kvm-unit-tests v3 0/9] Improve the output of test runners
 2016-04-15 20:52 UTC  (10+ messages)
` [PATCH v3 1/9] lib/report: allow test skipping
` [PATCH v3 2/9] x86/*: report skipped tests
` [PATCH v3 3/9] x86/unittests: remove svm-disabled
` [PATCH v3 4/9] x86/pmu: expect failure with nmi_watchdog
` [PATCH v3 5/9] lib/report: don't print 0 failed tests
` [PATCH v3 6/9] scripts/runtime: skip tests that cannot run
` [PATCH v3 7/9] scripts/runtime: consolidate summary tags
` [PATCH v3 8/9] run_tests: print summary
` [PATCH v3 9/9] run_tests: log stderr

[PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
 2016-04-15 17:11 UTC  (46+ messages)
` [PATCH 01/45] KVM: arm/arm64: Get rid of vgic_cpu->nr_lr
` [PATCH 02/45] KVM: arm/arm64: Fix MMIO emulation data handling
` [PATCH 03/45] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions
` [PATCH 05/45] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [PATCH 06/45] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [PATCH 07/45] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [PATCH 08/45] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
` [PATCH 10/45] KVM: arm/arm64: vgic-new: Add GICv3 "
` [PATCH 11/45] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [PATCH 12/45] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [PATCH 13/45] KVM: arm/arm64: vgic-new: Export register access interface
` [PATCH 14/45] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [PATCH 15/45] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [PATCH 16/45] KVM: arm/arm64: vgic-new: Add PENDING "
` [PATCH 17/45] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [PATCH 18/45] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [PATCH 19/45] KVM: arm/arm64: vgic-new: Add CONFIG "
` [PATCH 20/45] KVM: arm/arm64: vgic-new: Add TARGET "
` [PATCH 21/45] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [PATCH 22/45] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [PATCH 23/45] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
` [PATCH 24/45] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PATCH 25/45] KVM: arm/arm64: vgic-new: Add GICv3 redistributor "
` [PATCH 26/45] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PATCH 27/45] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [PATCH 28/45] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [PATCH 29/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [PATCH 30/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [PATCH 31/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [PATCH 32/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [PATCH 33/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PATCH 34/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [PATCH 35/45] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [PATCH 36/45] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [PATCH 37/45] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [PATCH 38/45] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [PATCH 39/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [PATCH 40/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [PATCH 41/45] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [PATCH 42/45] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [PATCH 43/45] KVM: arm/arm64: vgic-new: Wire up irqfd injection
` [PATCH 44/45] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [PATCH 45/45] KVM: arm/arm64: vgic-new: enable build

[PATCH v2 00/17] kvm-arm: Add stage2 page table walker
 2016-04-15 15:17 UTC  (37+ messages)
` [PATCH v2 01/17] arm64: Reuse TCR field definitions for EL1 and EL2
` [PATCH v2 02/17] arm64: Cleanup VTCR_EL2 and VTTBR field values
` [PATCH v2 03/17] kvm arm: Move fake PGD handling to arch specific files
` [PATCH v2 04/17] arm64: Introduce pmd_thp_or_huge
` [PATCH v2 05/17] kvm-arm: Replace kvm_pmd_huge with pmd_thp_or_huge
` [PATCH v2 06/17] kvm-arm: Remove kvm_pud_huge()
` [PATCH v2 07/17] kvm-arm: arm32: Introduce stage2 page table helpers
` [PATCH v2 08/17] kvm-arm: arm: Introduce hyp page table empty checks
` [PATCH v2 09/17] kvm-arm: arm64: Introduce stage2 page table helpers
` [PATCH v2 10/17] kvm-arm: arm64: Introduce hyp page table empty checks
` [PATCH v2 11/17] kvm-arm: Use explicit stage2 helper routines
` [PATCH v2 12/17] kvm-arm: Add explicit hyp page table modifiers
` [PATCH v2 13/17] kvm-arm: Add stage2 "
` [PATCH v2 14/17] kvm-arm: Cleanup kvm_* wrappers
` [PATCH v2 15/17] kvm: arm64: Get rid of fake page table levels
` [PATCH v2 16/17] kvm-arm: Cleanup stage2 pgd handling
` [PATCH v2 17/17] arm64: kvm: Add support for 16K pages

[RFC v1 06/12] cpus: pass CPUState to run_on_cpu helpers
 2016-04-15 14:23 UTC 

[PATCH] KVM: x86: Add three MSRs to the list of ignored MSRs
 2016-04-15 14:12 UTC  (6+ messages)

[PATCH 0/7] KVM: arm/arm64: Rework arch timer IRQ interface
 2016-04-15 14:04 UTC  (8+ messages)
` [PATCH 1/7] KVM: arm/arm64: remove unneeded map parameter for vgic_update_irq_pending()
` [PATCH 2/7] KVM: arm/arm64: directly pass virtual IRQ number on injecting mapped IRQ
` [PATCH 3/7] KVM: arm/arm64: directly pass virtual IRQ number on kvm_vgic_map_is_active()
` [PATCH 4/7] KVM: arm/arm64: directly pass virtual IRQ number on kvm_vgic_unmap_phys_irq()
` [PATCH 5/7] KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map
` [PATCH 6/7] KVM: arm/arm64: remove irq_phys_map from the arch timer
` [PATCH 7/7] KVM: arm/arm64: remove irq_phys_map pointer from kvm_vgic_map_phys_irq()

[PATCH v7 0/6] KVM: arm64: Implement API for vGICv3 live migration
 2016-04-15 13:58 UTC  (4+ messages)
` [PATCH v7 1/6] KVM: arm/arm64: Add VGICv3 save/restore API documentation

[PATCH] KVM: x86: no need to check CPL for XSETBV on VMX
 2016-04-15 11:23 UTC  (7+ messages)

[kvm-unit-tests PATCH] powerpc: Add SPRs migration test
 2016-04-15  8:43 UTC  (8+ messages)

kvm-clock again
 2016-04-14 18:23 UTC  (6+ messages)

Major KVM issues with kernel 4.5 on the host
 2016-04-14 17:47 UTC  (23+ messages)

[kvm-unit-test PATCH v2] powerpc: Add emulator test for the lswi instruction
 2016-04-14 14:49 UTC 

[RFC PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
 2016-04-14 14:05 UTC  (12+ messages)
` [RFC PATCH 06/45] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection

[PATCH RFC 00/15] PCI bus support
 2016-04-14 13:23 UTC  (26+ messages)
` [PATCH RFC 05/15] pci/x86: Rename pci_config_read() to pci_config_readl()
` [PATCH RFC 06/15] pci/x86: Add remaining PCI configuration space accessors
` [PATCH RFC 07/15] pci: Add pci_probe() and pci_shutdown()
` [PATCH RFC 08/15] pci: Rework pci_bar_addr()
` [PATCH RFC 09/15] pci: Add pci_bar_set()
` [PATCH RFC 10/15] pci: Add pci_print() and pci_type_desc()
` [PATCH RFC 12/15] Factor out generic architecture code

[PATCH 00/17] kvm-arm: Add stage2 page table walker
 2016-04-14 12:18 UTC  (7+ messages)
` [PATCH 15/17] kvm: arm64: Get rid of fake page table levels

[RFC v4 0/7] KVM: arm/arm64: gsi routing support
 2016-04-14 12:12 UTC  (17+ messages)
` [PATCH v4 1/7] KVM: api: pass the devid in the msi routing entry
` [PATCH v4 2/7] KVM: kvm_host: add devid in kvm_kernel_irq_routing_entry
` [PATCH v4 3/7] KVM: irqchip: convey devid to kvm_set_msi
` [PATCH v4 4/7] KVM: arm/arm64: enable irqchip routing
` [PATCH v4 5/7] KVM: arm/arm64: build a default routing table
` [PATCH v4 6/7] KVM: arm/arm64: enable MSI routing
` [PATCH v4 7/7] KVM: arm: enable KVM_SIGNAL_MSI and "

[kvm-unit-tests PATCH] powerpc: Add emulator test for the lswi instruction
 2016-04-14 11:02 UTC  (2+ messages)

[PATCH] kvmtool: delegate exit/reboot responsibility to vcpu0
 2016-04-14  8:49 UTC  (3+ messages)

[PART2 RFC v1 0/9] iommu/AMD: Introduce IOMMU AVIC support
 2016-04-13 17:06 UTC  (3+ messages)
` [PART2 RFC v1 5/9] iommu/amd: Introduce amd_iommu_update_ga()

[PATCH] perf/x86/intel/pt: Don't die on VMXON
 2016-04-13 13:48 UTC  (9+ messages)

[RFC v5 0/5] Add virtio transport for AF_VSOCK
 2016-04-13 13:38 UTC  (7+ messages)

[PART1 RFC v4 00/11] KVM: x86: Introduce SVM AVIC support
 2016-04-13 12:37 UTC  (5+ messages)
` [PART1 RFC v4 08/11] svm: Add VMEXIT handlers for AVIC

[PATCH] x86/extable: Add a comment about early exception handlers
 2016-04-13 11:46 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH v5 9/9] x86/msr: Set the return value to zero when native_rdmsr_safe fails
 2016-04-13 11:46 UTC  (2+ messages)
` [tip:x86/asm] x86/msr: Set the return value to zero when native_rdmsr_safe() fails

[PATCH v5 8/9] x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=y
 2016-04-13 11:46 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH v5 7/9] x86/paravirt: Add paravirt_{read,write}_msr
 2016-04-13 11:45 UTC  (2+ messages)
` [tip:x86/asm] x86/paravirt: Add paravirt_{read,write}_msr()

[PATCH v5 6/9] x86/msr: Carry on after a non-"safe" MSR access fails
 2016-04-13 11:45 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH v5 5/9] x86/paravirt: Add _safe to the read_msr and write_msr PV hooks
 2016-04-13 11:44 UTC  (2+ messages)
` [tip:x86/asm] x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacks

[PATCH v5 4/9] x86/traps: Enable all exception handler callbacks early
 2016-04-13 11:44 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH v5 3/9] x86/head: Move early exception panic code into early_fixup_exception
 2016-04-13 11:44 UTC  (2+ messages)
` [tip:x86/asm] x86/head: Move early exception panic code into early_fixup_exception()

[PATCH v5 2/9] x86/head: Move the early NMI fixup into C
 2016-04-13 11:43 UTC  (2+ messages)
` [tip:x86/asm] "

[PATCH v5 1/9] x86/head: Pass a real pt_regs and trapnr to early_fixup_exception
 2016-04-13 11:43 UTC  (2+ messages)
` [tip:x86/asm] x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()


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).