kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-02 16:18:37 to 2015-07-06 15:43:30 UTC [more...]

[PATCH v3 12/18] x86/tsc: Remove rdtscl()
 2015-07-06 15:43 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc: "

[PATCH v3 10/18] input/joystick/analog: Switch from rdtscl() to native_read_tsc()
 2015-07-06 15:42 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc, "

[PATCH v3 06/18] x86/tsc: Use the full 64-bit tsc in tsc_delay
 2015-07-06 15:41 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc: Use the full 64-bit TSC in delay_tsc()

[PATCH v3 09/18] staging/lirc_serial: Remove TSC-based timing
 2015-07-06 15:42 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc, "

[PATCH v3 08/18] baycom_epp: Replace rdtscl() with native_read_tsc()
 2015-07-06 15:42 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc, drivers/net/hamradio/baycom_epp: "

[PATCH v3 04/18] x86/tsc: Replace rdtscll with native_read_tsc
 2015-07-06 15:40 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc: Replace rdtscll() with native_read_tsc ()

[PATCH v3 07/18] x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bug
 2015-07-06 15:41 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc, "

[PATCH v3 05/18] x86/tsc: Remove the rdtscp and rdtscpll macros
 2015-07-06 15:41 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc: Remove the rdtscp() and rdtscpll() macros

[PATCH v3 03/18] x86/tsc/paravirt: Remove the read_tsc and read_tscp paravirt hooks
 2015-07-06 15:40 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() "

[PATCH v3 02/18] x86/msr/kvm: Remove vget_cycles()
 2015-07-06 15:40 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc, kvm: "

[PATCH v3 01/18] x86/tsc: Inline native_read_tsc and remove __native_read_tsc
 2015-07-06 15:39 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()

[PATCH 0/7] KVM: arm/arm64: gsi routing support
 2015-07-06 15:37 UTC  (32+ messages)
` [PATCH 1/7] KVM: api: add kvm_irq_routing_extended_msi
` [PATCH 2/7] KVM: kvm_host: add kvm_extended_msi
` [PATCH 7/7] KVM: arm: implement kvm_set_msi by gsi direct mapping

[RFC v2 0/6] IRQ bypass manager and irqfd consumer
 2015-07-06 15:35 UTC  (10+ messages)
` [RFC v2 1/6] KVM: arm/arm64: select IRQ_BYPASS_MANAGER
` [RFC v2 2/6] VFIO: platform: "
` [RFC v2 3/6] irq: bypass: Extend skeleton for ARM forwarding control
` [RFC v2 4/6] KVM: create kvm_irqfd.h
` [RFC v2 5/6] KVM: introduce kvm_arch functions for IRQ bypass
` [RFC v2 6/6] KVM: eventfd: add irq bypass consumer management

[kvm-unit-tests PATCH 0/2] one fix, one resend
 2015-07-06 13:31 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] arm/arm64: spinlock-test fixup
` [kvm-unit-tests PATCH 2/2] arm/arm64: allow building a single test

[RFC v2 0/9] ARM IRQ forward control based on IRQ bypass manager
 2015-07-06 13:24 UTC  (10+ messages)
` [RFC v2 1/9] VFIO: platform: registration of a dummy IRQ bypass producer
` [RFC v2 2/9] VFIO: platform: test forwarded state when selecting IRQ handler
` [RFC v2 3/9] VFIO: platform: single handler using function pointer
` [RFC v2 4/9] VFIO: platform: add vfio_platform_set_automasked
` [RFC v2 5/9] VFIO: platform: add vfio_platform_is_active
` [RFC v2 6/9] irq: bypass: add active field on producer side
` [RFC v2 7/9] VFIO: platform: add irq bypass producer management
` [RFC v2 8/9] KVM: arm/arm64: vgic: forwarding control
` [RFC v2 9/9] KVM: arm/arm64: implement IRQ bypass consumer functions

[kvm-unit-tests PATCH 0/7] A number of small arm/run fixes
 2015-07-06 13:22 UTC  (15+ messages)
` [kvm-unit-tests PATCH 1/7] READ: add some CONTRIBUTING notes
` [kvm-unit-tests PATCH 2/7] configure: emit HOST=$host to config.mak
` [kvm-unit-tests PATCH 3/7] arm/run: set indentation defaults for emacs
` [kvm-unit-tests PATCH 4/7] run/arm: introduce usingkvm var and use it
` [kvm-unit-tests PATCH 5/7] arm/run: clean-up setting of accel options
` [kvm-unit-tests PATCH 6/7] arm/run: introduce basic option parsing
` [kvm-unit-tests PATCH 7/7] arm/run: add --debug option

[PATCH 0/3] arm/arm64: rework mmu_enabled, for spinlock speedup
 2015-07-06 12:41 UTC  (8+ messages)
` [PATCH 1/3] arm/arm64: Introduce mmu_disable
` [PATCH 2/3] arm/arm64: drop mmu_set_enabled
` [PATCH 3/3] arm/arm64: speed up spinlocks and atomic ops

[RFC 00/17] ARM IRQ forward control based on IRQ bypass manager
 2015-07-06 12:17 UTC  (26+ messages)
` [RFC 08/17] kvm: arm/arm64: implement kvm_arm_[halt,resume]_guest
  ` [RFC 08/17] kvm: arm/arm64: implement kvm_arm_[halt, resume]_guest
` [RFC 09/17] bypass: IRQ bypass manager proto by Alex
` [RFC 12/17] irq: bypass: Extend skeleton for ARM forwarding control
` [RFC 16/17] KVM: eventfd: add irq bypass consumer management

[BUG/RFC] Two cpus are not brought up normally in SLES11 sp3 VM after reboot
 2015-07-06 11:03 UTC  (4+ messages)

[PATCH v7 00/11] KVM Guest Debug support for arm64
 2015-07-06  9:31 UTC  (14+ messages)
` [PATCH v7 08/11] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH v7 09/11] KVM: arm64: guest debug, HW assisted debug support

Live migration using shared storage in different networks
 2015-07-06  8:44 UTC 

[PATCH 00/18] KVM: ARM64: Add guest PMU support
 2015-07-06  2:17 UTC  (19+ messages)
` [PATCH 01/18] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH 02/18] KVM: ARM64: Add initial support for PMU
` [PATCH 03/18] KVM: ARM64: Add offset defines for PMU registers
` [PATCH 04/18] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH 05/18] KVM: ARM64: Add reset and access handlers for PMSELR_EL0 register
` [PATCH 06/18] KVM: ARM64: Add reset and access handlers for PMCEID0_EL0 and PMCEID1_EL0 register
` [PATCH 07/18] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH 08/18] KVM: ARM64: Add reset and access handlers for PMXEVTYPER_EL0 register
` [PATCH 09/18] KVM: ARM64: Add reset and access handlers for PMXEVCNTR_EL0 register
` [PATCH 10/18] KVM: ARM64: Add reset and access handlers for PMCCNTR_EL0 register
` [PATCH 11/18] KVM: ARM64: Add reset and access handlers for PMCNTENSET_EL0 and PMCNTENCLR_EL0 register
` [PATCH 12/18] KVM: ARM64: Add reset and access handlers for PMINTENSET_EL1 and PMINTENCLR_EL1 register
` [PATCH 13/18] KVM: ARM64: Add reset and access handlers for PMOVSSET_EL0 and PMOVSCLR_EL0 register
` [PATCH 14/18] KVM: ARM64: Add reset and access handlers for PMUSERENR_EL0 register
` [PATCH 15/18] KVM: ARM64: Add reset and access handlers for PMSWINC_EL0 register
` [PATCH 16/18] KVM: ARM64: Add access handlers for PMEVCNTRn_EL0 and PMEVTYPERn_EL0 register
` [PATCH 17/18] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH 18/18] KVM: ARM64: Add KVM_CAP_ARM_PMU and KVM_ARM_PMU_SET_IRQ

[[PATCH 1/2] kvm: make preempt_notifier free out CONFIG_PREEMPT_NOTIFIERS
 2015-07-06  0:46 UTC  (4+ messages)
` [[PATCH 2/2] kvm: enable preemption to register/unregister preempt notifier

[PATCH 0/3] arm: KVM: VFP lazy switch in KVM Host Mode may save upto 98%
 2015-07-05 19:37 UTC  (8+ messages)
` [PATCH 1/3] arm: KVM: define headers and offsets to mange VFP state
` [PATCH 2/3] arm: KVM: Implement lazy VFP switching outside of Hyp Mode
` [PATCH 3/3] arm: KVM: Add VFP lazy switch hooks in Host KVM

[PATCH] kvm/x86: add support for MONITOR_TRAP_FLAG
 2015-07-05 17:08 UTC 

[GIT PULL] Second batch of KVM changes for 4.2 (+ preempt notifier fix)
 2015-07-04 18:09 UTC 

[PULL] virtio/vhost: cross endian support
 2015-07-03 22:26 UTC  (5+ messages)

[PATCH v3 00/11] KVM: arm: debug infrastructure support
 2015-07-03 21:05 UTC  (9+ messages)
` [PATCH v3 08/11] KVM: arm: implement dirty bit mechanism for debug registers
` [PATCH v3 09/11] KVM: arm: implement lazy world switch "

[PATCH 00/13] arm64: KVM: GICv3 ITS emulation
 2015-07-03 21:01 UTC  (5+ messages)
` [PATCH 11/13] KVM: arm64: implement ITS command queue command handlers

[PATCH v3 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits
 2015-07-03 18:56 UTC  (9+ messages)
` [PATCH v3 1/2] arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore "

[PATCH 0/3] arm/arm64: tcg_baremetal_tests inspired patches
 2015-07-03 17:42 UTC  (3+ messages)
` [PATCH 1/3] arm/arm64: spinlocks: fix memory barriers

[Bug 100671] New: vmwrite error in vmx_vcpu_run
 2015-07-03 17:01 UTC  (3+ messages)
` [Bug 100671] "

[PATCH] KVM: VMX: fix vmwrite to invalid VMCS
 2015-07-03 15:12 UTC  (2+ messages)

[PATCH] arm/run: don't enable KVM if system can't do it
 2015-07-03 12:29 UTC  (6+ messages)

[PATCH v6 0/12] HyperV equivalent of pvpanic driver
 2015-07-03 12:01 UTC  (13+ messages)
` [PATCH 1/12] kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file
` [PATCH 2/12] kvm: introduce vcpu_debug = kvm_debug + vcpu context
` [PATCH 3/12] kvm: add hyper-v crash msrs values
` [PATCH 4/12] kvm/x86: added hyper-v crash msrs into kvm hyperv context
` [PATCH 5/12] kvm: added KVM_REQ_HV_CRASH value to notify qemu about hyper-v crash
` [PATCH 6/12] kvm/x86: mark hyper-v crash msrs as partition wide
` [PATCH 7/12] kvm/x86: added hyper-v crash data and ctl msr's get/set'ers
` [PATCH 8/12] kvm/x86: add sending hyper-v crash notification to user space
` [PATCH 09/12] Added generic panic handler qemu_system_guest_panicked()
` [PATCH 10/12] kvm: Add kvm system event crash handler
` [PATCH 11/12] cpu: Add crash_occurred flag into CPUState
` [PATCH 12/12] i386/kvm: Hyper-v crash msrs set/get'ers and migration

[PATCH v5 00/10] kvmtool: arm64: GICv3 guest support
 2015-07-03 11:26 UTC  (11+ messages)
` [PATCH v5 01/10] AArch64: Reserve two 64k pages for GIC CPU interface
` [PATCH v5 02/10] AArch{32, 64}: use KVM_CREATE_DEVICE & co to instanciate the GIC
` [PATCH v5 03/10] irq: add irq__get_nr_allocated_lines
` [PATCH v5 04/10] AArch{32, 64}: dynamically configure the number of GIC interrupts
` [PATCH v5 05/10] arm: finish VGIC initialisation explicitly
` [PATCH v5 06/10] arm: simplify MMIO dispatching
` [PATCH v5 07/10] limit number of VCPUs on demand
` [PATCH v5 08/10] arm: prepare for instantiating different IRQ chip devices
` [PATCH v5 09/10] arm: add support for supplying GICv3 redistributor addresses
` [PATCH v5 10/10] arm: use new irqchip parameter to create different vGIC types

[PATCH] arm64/kvm: Add generic v8 KVM target
 2015-07-03 10:10 UTC  (21+ messages)

[PATCH 00/10] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-07-03  9:57 UTC  (9+ messages)
` [PATCH 05/10] KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs

[RFC PATCH 0/6] add defer mechanism to ksm to make it more suitable for Android devices
 2015-07-03  8:47 UTC  (4+ messages)
` [RFC PATCH 6/6] powerpc/kvm: change the condition of identifying hugetlb vm

Deactivation Of Account!!
 2015-07-02 21:26 UTC 

[PATCH 00/16] implement vNVDIMM
 2015-07-02 18:11 UTC  (8+ messages)
` [PATCH 14/16] nvdimm: support NFIT_CMD_GET_CONFIG_SIZE function
    ` [Qemu-devel] "
` [Qemu-devel] [PATCH 00/16] implement vNVDIMM

[PATCH v5 0/12] HyperV equivalent of pvpanic driver
 2015-07-02 16:29 UTC  (6+ messages)
` [PATCH 07/12] kvm/x86: added hyper-v crash data and ctl msr's get/set'ers
` [PATCH 11/12] qemu: add crash_occurred flag into CPUState


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