public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-11-07 07:48:42 to 2017-11-09 01:52:12 UTC [more...]

[PATCH 0/3] KVM: Paravirt remote TLB flush
 2017-11-09  1:52 UTC 

[PATCH v2] KVM: X86: Fix softlockup when get the current kvmclock timestamp
 2017-11-09  0:43 UTC  (3+ messages)

[PATCH v5 1/3] KVM: X86: Fix operand/address-size during instruction decoding
 2017-11-09  0:37 UTC  (5+ messages)
` [PATCH v5 3/3] KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure

[PATCH] vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()
 2017-11-09  0:17 UTC 

[PATCH 0/5] KVM: x86: Various IOAPIC improvements
 2017-11-08 21:25 UTC  (17+ messages)
` [PATCH 1/5] KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure race
` [PATCH 4/5] KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggered
` [PATCH 5/5] KVM: x86: ioapic: Preserve read-only values in the redirection table

[PATCH 1/1] locking/qspinlock/x86: Avoid test-and-set when PV_DEDICATED is set
 2017-11-08 18:41 UTC  (4+ messages)

[PATCHv3 1/1] locking/qspinlock/x86: Avoid test-and-set when PV_DEDICATED is set
 2017-11-08 17:36 UTC  (6+ messages)

[PATCH v8 1/5] ptp_kvm: probe for kvm guest availability
 2017-11-08 17:19 UTC  (3+ messages)
` [PATCH v8 2/5] x86/pvclock: add setter for pvclock_pvti_cpu0_va
` [PATCH v8 5/5] MAINTAINERS: xen, kvm: track pvclock-abi.h changes

[PATCH 00/37] Optimize KVM/ARM for VHE systems
 2017-11-08 17:03 UTC  (35+ messages)
` [PATCH 01/37] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH 05/37] KVM: Record the executing ioctl number on the vcpu struct
` [PATCH 07/37] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH 08/37] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH 09/37] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH 10/37] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH 11/37] KVM: arm64: Improve debug register save/restore flow
` [PATCH 12/37] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH 13/37] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH 14/37] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH 15/37] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH 16/37] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH 17/37] KVM: arm64: Move userspace system registers into separate function
` [PATCH 19/37] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH 20/37] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH 21/37] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems

[PATCH v5 00/26] KVM/ARM: Add support for GICv4
 2017-11-08 15:19 UTC  (61+ messages)
` [PATCH v5 06/26] KVM: arm/arm64: vITS: Add MSI translation helpers
` [PATCH v5 07/26] KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPI
` [PATCH v5 08/26] KVM: arm/arm64: GICv4: Add property field and per-VM predicate
` [PATCH v5 09/26] KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
` [PATCH v5 10/26] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PATCH v5 11/26] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI
` [PATCH v5 12/26] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI
` [PATCH v5 13/26] KVM: arm/arm64: GICv4: Propagate affinity changes to the physical ITS
` [PATCH v5 14/26] KVM: arm/arm64: GICv4: Handle CLEAR applied to a VLPI
` [PATCH v5 15/26] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PATCH v5 16/26] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs
` [PATCH v5 17/26] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE
` [PATCH v5 18/26] KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint
` [PATCH v5 19/26] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v5 20/26] KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source
` [PATCH v5 21/26] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v5 22/26] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered
` [PATCH v5 23/26] KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved
` [PATCH v5 24/26] KVM: arm/arm64: GICv4: Prevent userspace from changing doorbell affinity
` [PATCH v5 25/26] KVM: arm/arm64: GICv4: Enable VLPI support
` [PATCH v5 26/26] KVM: arm/arm64: GICv4: Theory of operations

[PATCH 0/3] x86/xen: support booting PVH guest via standard boot path
 2017-11-08 14:24 UTC  (26+ messages)
` [PATCH 1/3] x86/acpi: add test for ACPI_FADT_NO_VGA
` [PATCH 2/3] x86: add guest_late_init hook to hypervisor_x86 structure
` [PATCH 3/3] x86/xen: use guest_late_init to detect Xen PVH guest
  ` [Xen-devel] "

[GIT PULL] Please pull paulus/powerpc kvm-ppc-fixes-4.14-2 tag
 2017-11-08 13:17 UTC  (2+ messages)

[PATCH] KVM: x86: Allow suppressing prints on RDMSR/WRMSR of unhandled MSRs
 2017-11-08 13:11 UTC  (2+ messages)

[PATCH v7 2/5] x86/pvclock: add setter for pvclock_pvti_cpu0_va
 2017-11-08 13:10 UTC  (6+ messages)

[RFC/PATCH 00/22] KVM/s390: Hugetlbfs enablement
 2017-11-08 12:26 UTC  (8+ messages)
` [RFC/PATCH 01/22] s390/mm: make gmap_protect_range more modular
` [RFC/PATCH 21/22] KVM: s390: Add KVM HPAGE capability

[PATCH v2 0/2] KVM: MMU: fix kvm_is_mmio_pfn()
 2017-11-08 12:24 UTC  (4+ messages)

[PATCH 0/5] KVM: s390: patches for 4.15
 2017-11-08 12:14 UTC  (18+ messages)
` [PATCH 1/5] KVM: s390: document memory ordering for kvm_s390_vcpu_wakeup
` [PATCH 2/5] KVM: s390: SIE considerations for AP Queue virtualization
` [PATCH 3/5] KVM: s390: vsie: use common code functions for pinning
` [PATCH 4/5] KVM: s390: abstract conversion between isc and enum irq_types
` [PATCH 5/5] KVM: s390: clear_io_irq() requests are not expected for adapter interrupts

[Bug 197813] New: KVM: entry failed, hardware error 0x5
 2017-11-08  9:28 UTC 

[PATCH v5 0/2] KVM: MMU: fix kvm_is_mmio_pfn()
 2017-11-08  9:19 UTC  (4+ messages)
` [PATCH v5 1/2] x86/mm: add a function to check if a pfn is UC/UC-
` [PATCH v5 2/2] KVM: MMU: consider host cache mode in MMIO page check

[PATCH v4.14] KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updates
 2017-11-08  3:49 UTC 

[PATCH v4 0/3] KVM: MMU: fix kvm_is_mmio_pfn()
 2017-11-08  3:42 UTC  (12+ messages)
` [PATCH v4 2/3] KVM: add converters between pfn_t and kvm_pfn_t
` [PATCH v4 3/3] KVM: MMU: consider host cache mode in MMIO page check

Re:Partnership Request
 2017-11-08  0:26 UTC 

[PULL] virtio: last minute bugfix
 2017-11-08  1:24 UTC  (6+ messages)

[PATCH 0/4] KVM: nVMX: Fix pending event injection on nested scenarios
 2017-11-08  0:40 UTC  (3+ messages)

[vhost:vhost 1/1] drivers/virtio/virtio_balloon.c:164:3: error: implicit declaration of function 'balloon_page_push'
 2017-11-07 19:09 UTC 

WARNING in do_debug
 2017-11-07 17:44 UTC  (2+ messages)

[PATCH v1] KVM: x86: fix em_fxstor() sleeping while in atomic
 2017-11-07 17:04 UTC 

[PATCH] Enable SR-IOV instantiation through /sys file
 2017-11-07 16:59 UTC  (13+ messages)

[Part2 PATCH v8 00/38] x86: Secure Encrypted Virtualization (AMD)
 2017-11-07 15:47 UTC  (7+ messages)
` [Part2 PATCH v8 12/38] crypto: ccp: Add Platform Security Processor (PSP) device support
` [Part2 PATCH v8 13/38] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
` [Part2 PATCH v8 14/38] crypto: ccp: Implement SEV_FACTORY_RESET ioctl command

[PATCH v2 0/3] KVM: x86: Various emulator fixes
 2017-11-07 14:13 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: x86: Exit to user-mode on #UD intercept when emulator requires

BUG: sleeping function called from invalid context at ./include/linux/uaccess.h:LINE
 2017-11-07 12:44 UTC  (7+ messages)

KVM "fake DAX" flushing interface - discussion
 2017-11-07 11:21 UTC  (8+ messages)
          ` [Qemu-devel] "

[PULL 00/26] KVM/ARM Changes for v4.15
 2017-11-07 10:47 UTC  (27+ messages)
` [PULL 01/26] arm64: Implement arch_counter_get_cntpct to read the physical counter
` [PULL 02/26] arm64: Use physical counter for in-kernel reads when booted in EL2
` [PULL 03/26] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
` [PULL 04/26] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [PULL 05/26] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [PULL 06/26] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [PULL 07/26] KVM: arm/arm64: Rename soft timer to bg_timer
` [PULL 08/26] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
` [PULL 09/26] KVM: arm/arm64: Use separate timer for phys timer emulation
` [PULL 10/26] KVM: arm/arm64: Move timer save/restore out of the hyp code
` [PULL 11/26] KVM: arm/arm64: Set VCPU affinity for virt timer irq
` [PULL 12/26] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
` [PULL 13/26] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
` [PULL 14/26] KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
` [PULL 15/26] KVM: arm/arm64: Move phys_timer_emulate function
` [PULL 16/26] KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit
` [PULL 17/26] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
` [PULL 18/26] KVM: arm/arm64: Rework kvm_timer_should_fire
` [PULL 19/26] arm/arm64: KVM: Load the timer state when enabling the timer
` [PULL 20/26] KVM: arm/arm64: vgic-its: Remove kvm_its_unmap_device
` [PULL 21/26] KVM: arm/arm64: vgic-its: New helper functions to free the caches
` [PULL 22/26] KVM: arm/arm64: vgic-its: Free caches when GITS_BASER Valid bit is cleared
` [PULL 23/26] KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET
` [PULL 24/26] KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESET
` [PULL 25/26] KVM: arm/arm64: Unify 32bit fault injection
` [PULL 26/26] KVM: arm/arm64: fix the incompatible matching for external abort

[PATCH v3] kvmtool: handle x86 firmware smaller than 128k
 2017-11-07  8:23 UTC  (2+ messages)

[PATCH kvm-unit-tests] x86: ioapic: Test self-reconfiguration from interrupt handler
 2017-11-07  8:09 UTC 

[PATCH v2] kvmtool: handle x86 firmware smaller than 128k
 2017-11-07  7:48 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