Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2016-02-04 15:05:37 to 2016-02-09 20:49:14 UTC [more...]

[PATCH 0/5] arm64: Add support of KVM with ACPI
 2016-02-09 20:49 UTC  (10+ messages)
` [PATCH 1/5] KVM: arm/arm64: arch_timer: Gather KVM specific information in a structure
` [PATCH 2/5] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables
` [PATCH 3/5] irqchip/gic-v2: Parse and export virtual GIC information
` [PATCH 4/5] irqchip/gic-v3: "
` [PATCH 5/5] KVM: arm/arm64: vgic: Rely on the GIC driver to parse the firmware tables

[RFC PATCH 0/5] arm/arm64: Making HYP vgic/timer save/restore common
 2016-02-09 20:38 UTC  (3+ messages)

KVM: How does is PAT emulation supposed to work?
 2016-02-09 19:25 UTC  (8+ messages)
` [RFC][PATCH] KVM: SVM: Sync g_pat with guest-written PAT value
    ` [PATCH v2] "

[PATCH 1/2] KVM: VMX: Factor out is_exception_n helper
 2016-02-09 19:15 UTC  (2+ messages)
` [PATCH 2/2] KVM: VMX: Fix guest debugging while in L2

[PATCH v2 00/28] ARM: KVM: Rewrite the world switch in C (mostly)
 2016-02-09 18:49 UTC  (56+ messages)
` [PATCH v2 01/28] ARM: KVM: Move the HYP code to its own section
` [PATCH v2 02/28] ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_end
` [PATCH v2 03/28] ARM: KVM: Move VFP registers to a CPU context structure
` [PATCH v2 04/28] ARM: KVM: Move CP15 array into the "
` [PATCH v2 05/28] ARM: KVM: Move GP registers "
` [PATCH v2 06/28] ARM: KVM: Add a HYP-specific header file
` [PATCH v2 08/28] ARM: KVM: Add TLB invalidation code
` [PATCH v2 09/28] ARM: KVM: Add CP15 save/restore code
` [PATCH v2 10/28] ARM: KVM: Add timer save/restore
` [PATCH v2 11/28] ARM: KVM: Add vgic v2 save/restore
` [PATCH v2 12/28] ARM: KVM: Add VFP save/restore
` [PATCH v2 13/28] ARM: KVM: Add banked registers save/restore
` [PATCH v2 14/28] ARM: KVM: Add guest entry code
` [PATCH v2 15/28] ARM: KVM: Add VFP lazy save/restore handler
` [PATCH v2 16/28] ARM: KVM: Add the new world switch implementation
` [PATCH v2 17/28] ARM: KVM: Add populating of fault data structure
` [PATCH v2 18/28] ARM: KVM: Add HYP mode entry code
` [PATCH v2 19/28] ARM: KVM: Add panic handling code
` [PATCH v2 20/28] ARM: KVM: Change kvm_call_hyp return type to unsigned long
` [PATCH v2 21/28] ARM: KVM: Remove the old world switch
` [PATCH v2 22/28] ARM: KVM: Switch to C-based stage2 init
` [PATCH v2 23/28] ARM: KVM: Remove __weak attributes
` [PATCH v2 24/28] ARM: KVM: Turn CP15 defines to an enum
` [PATCH v2 25/28] ARM: KVM: Cleanup asm-offsets.c
` [PATCH v2 26/28] ARM: KVM: Remove unused hyp_pc field
` [PATCH v2 27/28] ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORT
` [PATCH v2 28/28] ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_end

[PATCH 0/4] kvmclock: improve accuracy
 2016-02-09 18:41 UTC  (6+ messages)
` [PATCH 1/4] KVM: x86: rename argument to kvm_set_tsc_khz
` [PATCH 2/4] KVM: x86: rewrite handling of scaled TSC for kvmclock
` [PATCH 3/4] KVM: x86: pass kvm_get_time_scale arguments in hertz
` [PATCH 4/4] KVM: x86: track actual TSC frequency from the timekeeper struct

[kvm-unit-tests PATCH v2 00/14] ppc64: initial drop
 2016-02-09 17:54 UTC  (17+ messages)
` [kvm-unit-tests PATCH v2 01/14] lib: asm-generic: add missing casts
` [kvm-unit-tests PATCH v2 02/14] lib: share arm-selftest utility functions
` [kvm-unit-tests PATCH v2 03/14] config: no need to mix arch makefiles
` [kvm-unit-tests PATCH v2 04/14] powerpc/ppc64: start skeleton framework
` [kvm-unit-tests PATCH v2 05/14] powerpc/pp64: ppc-ify makefiles and linker script
  ` [kvm-unit-tests PATCH] align toc to 256 bytes
` [kvm-unit-tests PATCH v2 06/14] powerpc/ppc64: add boot rom source
` [kvm-unit-tests PATCH v2 07/14] powerpc/ppc64: add bootloader to bounce into memory
` [kvm-unit-tests PATCH v2 08/14] powerpc/ppc64: add HV putchar
` [kvm-unit-tests PATCH v2 09/14] powerpc/ppc64: adapt arm's setup
` [kvm-unit-tests PATCH v2 10/14] powerpc/ppc64: relocate linker VMAs
` [kvm-unit-tests PATCH v2 11/14] powerpc/ppc64: add run script and unittests.cfg
` [kvm-unit-tests PATCH v2 12/14] mkstandalone: add support for powerpc
` [kvm-unit-tests PATCH v2 13/14] powerpc/ppc64: add RTAS support
` [kvm-unit-tests PATCH v2 14/14] powerpc/ppc64: HACK: make a fake debug-exit

[PATCH 0/3] KVM: x86: consolidate "has lapic" checks
 2016-02-09 15:21 UTC  (11+ messages)
` [PATCH 1/3] KVM: APIC: remove unnecessary double checks on APIC existence
` [PATCH 2/3] KVM: x86: consolidate "has lapic" checks into irq.c
` [PATCH 3/3] KVM: x86: consolidate different ways to test for in-kernel LAPIC

[PATCH v2] KVM: halt_polling: improve grow/shrink settings
 2016-02-09 15:16 UTC  (2+ messages)

[PATCH] KVM: halt_polling: allow tuning of grow/shrink
 2016-02-09 12:21 UTC  (2+ messages)

[PATCH v3 00/23] arm64: Virtualization Host Extension support
 2016-02-09 12:02 UTC  (28+ messages)
` [PATCH v3 03/23] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH v3 05/23] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH v3 11/23] arm64: KVM: VHE: Split save/restore of registers shared between guest and host
` [PATCH v3 19/23] arm64: KVM: Move most of the fault decoding to C
` [PATCH v3 20/23] arm64: perf: Count EL2 events if the kernel is running in HYP
` [PATCH v3 21/23] arm64: hw_breakpoint: Allow EL2 breakpoints if "
` [PATCH v3 22/23] arm64: VHE: Add support for running Linux in EL2 mode
` [PATCH v3 23/23] arm64: Panic when VHE and non VHE CPUs coexist

[PATCH 1/2] KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset
 2016-02-08 17:53 UTC  (13+ messages)
` [PATCH 2/2] KVM: x86: allow BSP to handle INIT IPIs like APs do

[PATCH v3 0/6] acpi, clocksource, kvm: add GTDT and ARM memory-mapped timer support
 2016-02-08 17:10 UTC  (4+ messages)
` [PATCH v3 6/6] kvm: arm64: Add ACPI support for virt arch timer

[PATCH V1 0/7] Enable ACPI support for ARM KVM GIC
 2016-02-08 16:56 UTC  (14+ messages)
` [PATCH V1 1/7] KVM: GIC: Move GIC DT probing code to GICv2 and GICv3 files
` [PATCH V1 2/7] KVM: GIC: Add extra fields to store GICH and GICV resource info
` [PATCH V1 3/7] KVM: GIC: Create a common probe function for GIC
` [PATCH V1 4/7] KVM: GICv2: Extract the common code from DT
` [PATCH V1 5/7] KVM: GICv2: Add ACPI probing function
` [PATCH V1 6/7] KVM: GICv3: Extract the common code from DT
` [PATCH V1 7/7] KVM: GICv3: Add ACPI probing function

[PATCH] KVM: Create debugfs statistics for each VM
 2016-02-08 15:31 UTC  (9+ messages)

[GIT PULL] KVM/ARM updates for 4.5-rc2
 2016-02-08 15:31 UTC  (3+ messages)

[GIT PULL] KVM changes for 4.5-rc3
 2016-02-08 15:22 UTC 

[PATCH] arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOP
 2016-02-08 14:37 UTC 

[PATCH 00/10] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-02-08 13:27 UTC  (13+ messages)
                ` ARM PCI/MSI KVM passthrough with GICv2M

[PATCH v11 00/21] KVM: ARM64: Add guest PMU support
 2016-02-08 12:52 UTC  (27+ messages)
` [PATCH v11 01/21] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v11 02/21] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v11 03/21] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v11 04/21] KVM: ARM64: Add access handler for PMCR register
` [PATCH v11 05/21] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v11 06/21] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v11 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v11 08/21] KVM: ARM64: Add access handler for event type register
` [PATCH v11 09/21] KVM: ARM64: Add access handler for event counter register
` [PATCH v11 10/21] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v11 11/21] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v11 12/21] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v11 13/21] KVM: ARM64: Add access handler for PMSWINC register
` [PATCH v11 14/21] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v11 15/21] KVM: ARM64: Add access handler for PMUSERENR register
` [PATCH v11 16/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v11 17/21] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v11 18/21] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v11 19/21] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v11 20/21] KVM: ARM: Introduce per-vcpu kvm device controls
` [PATCH v11 21/21] KVM: ARM64: Add a new vcpu device control group for PMUv3

[PATCH 0/8] KVM/ARM: Guest Entry/Exit optimizations
 2016-02-08 11:40 UTC  (9+ messages)
` [PATCH 1/8] arm64: KVM: Switch the sys_reg search to be a binary search
` [PATCH 2/8] ARM: KVM: Properly sort the invariant table
` [PATCH 3/8] ARM: KVM: Enforce sorting of all CP tables
` [PATCH 4/8] ARM: KVM: Rename struct coproc_reg::is_64 to is_64bit
` [PATCH 5/8] ARM: KVM: Switch the CP reg search to be a binary search
` [PATCH 6/8] KVM: arm/arm64: timer: Add active state caching
` [PATCH 7/8] KVM: arm/arm64: Avoid accessing GICH registers
` [PATCH 8/8] KVM: arm64: Avoid accessing ICH registers

[PATCH v2 00/11] NVDIMM ACPI: introduce the framework of QEMU emulated
 2016-02-08 11:03 UTC  (13+ messages)
` [PATCH v2 02/11] tests: acpi: test NVDIMM tables
` [PATCH v2 03/11] acpi: add aml_create_field()
` [PATCH v2 04/11] acpi: add aml_concatenate()
` [PATCH v2 05/11] acpi: allow using object as offset for OperationRegion
` [PATCH v2 06/11] nvdimm acpi: initialize the resource used by NVDIMM ACPI

[Bug 111711] New: IOMMU Xonar Essence STX causes issues
 2016-02-07  3:10 UTC  (2+ messages)
` [Bug 111711] "

[PATCH] arm64: KVM: Add 48bit PA support for EL2 translations
 2016-02-06 22:31 UTC  (3+ messages)

vfio hang when unbinding after using qemu as user + vhost_net
 2016-02-05 16:31 UTC  (4+ messages)

[PATCH v5 0/7] mips/kvm: Support FPU & SIMD (MSA) in MIPS KVM guests
 2016-02-05 10:46 UTC  (3+ messages)

vfio issue in qemu 2.5
 2016-02-05  6:30 UTC  (6+ messages)

<summary> RE: [iGVT-g] VFIO based vGPU(was Re: [Announcement] 2015-Q3 release of XenGT - a Mediated ...)
 2016-02-05  2:01 UTC  (7+ messages)
    ` [iGVT-g] <summary> "
        ` [Qemu-devel] "

Jobs & Careers via Adecco
 2016-02-04 22:53 UTC 

[PATCH v7 0/9] virtio DMA API, yet again
 2016-02-04 17:49 UTC  (4+ messages)
` [PATCH v7 9/9] vring: Use the DMA API on Xen


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