messages from 2017-12-06 20:04:56 to 2017-12-09 19:20:34 UTC [more...]
[PATCH v2 00/36] Optimize KVM/ARM for VHE systems
2017-12-09 19:20 UTC (42+ messages)
` [PATCH v2 01/36] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH v2 02/36] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH v2 03/36] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH v2 04/36] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH v2 05/36] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH v2 06/36] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH v2 07/36] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH v2 08/36] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH v2 09/36] KVM: arm64: Improve debug register save/restore flow
` [PATCH v2 10/36] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH v2 11/36] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH v2 12/36] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH v2 13/36] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH v2 14/36] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH v2 15/36] KVM: arm64: Move userspace system registers into separate function
` [PATCH v2 16/36] KVM: arm64: Rewrite sysreg alternatives to static keys
` [PATCH v2 17/36] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH v2 18/36] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe
` [PATCH v2 19/36] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH v2 20/36] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH v2 21/36] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH v2 22/36] KVM: arm64: Prepare to handle traps on deferred VM sysregs
` [PATCH v2 23/36] KVM: arm64: Prepare to handle traps on deferred EL0 sysregs
` [PATCH v2 24/36] KVM: arm64: Prepare to handle traps on remaining deferred EL1 sysregs
` [PATCH v2 25/36] KVM: arm64: Prepare to handle traps on deferred AArch32 sysregs
` [PATCH v2 26/36] KVM: arm64: Defer saving/restoring system registers to vcpu load/put on VHE
` [PATCH v2 27/36] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH v2 28/36] KVM: arm64: Configure FPSIMD traps on vcpu load/put for VHE
` [PATCH v2 29/36] KVM: arm64: Configure c15, PMU, and debug register traps on cpu "
` [PATCH v2 30/36] KVM: arm64: Separate activate_traps and deactive_traps for VHE and non-VHE
` [PATCH v2 31/36] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH v2 32/36] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH v2 33/36] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH v2 34/36] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [PATCH v2 35/36] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH v2 36/36] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs
[GIT PULL] KVM fixes for v4.15-rc3
2017-12-09 16:46 UTC
KASAN: stack-out-of-bounds Read in write_mmio
2017-12-09 11:39 UTC (2+ messages)
[PATCH 1/2] KVM: x86: Store the microcode version in struct kvm_arch
2017-12-09 7:51 UTC (10+ messages)
` [PATCH 2/2] KVM: x86: Allow userspace to define what's the microcode version
WARNING in x86_emulate_insn
2017-12-09 5:44 UTC (14+ messages)
` "
[PATCH v2] Enable SR-IOV instantiation through /sys file
2017-12-08 23:34 UTC (4+ messages)
[PATCH v5 00/23] x86: Secure Encrypted Virtualization (AMD)
2017-12-08 22:57 UTC (21+ messages)
` [PATCH v5 01/23] memattrs: add debug attribute
` [PATCH v5 15/23] sev: add command to encrypt guest memory region
` [PATCH v5 16/23] target/i386: encrypt bios rom
` [PATCH v5 17/23] qapi: add SEV_MEASUREMENT event
` [PATCH v5 18/23] sev: emit the "
` [PATCH v5 19/23] sev: Finalize the SEV guest launch flow
` [PATCH v5 20/23] hw: i386: set ram_debug_ops when memory encryption is enabled
` [PATCH v5 21/23] sev: add debug encrypt and decrypt commands
` [PATCH v5 22/23] target/i386: clear C-bit when walking SEV guest page table
` [PATCH v5 23/23] sev: add migration blocker
[PATCH v3 0/3] Support Perf Extension on AMD KVM guests
2017-12-08 22:39 UTC (4+ messages)
` [PATCH v3 1/3] x86/msr: Add AMD Core Perf Extension MSRs
` [PATCH v3 2/3] x86/kvm: Add support for AMD Core Perf Extension in guest
` [PATCH v3 3/3] x86/kvm: Expose AMD Core Perf Extension flag to guests
[RFC PATCH v2 0/2] KVM: x86: Allow Qemu/KVM to use PVH entry point
2017-12-08 19:21 UTC (6+ messages)
` [RFC PATCH v2 1/2] xen/pvh: Add memory map pointer to hvm_start_info struct
` [RFC PATCH v2 2/2] KVM: x86: Allow Qemu/KVM to use PVH entry point
[PATCH 0/6] x86/kvm/hyperv: stable clocksorce for L2 guests when running nested KVM on Hyper-V
2017-12-08 18:10 UTC (9+ messages)
` [PATCH 1/6] x86/hyper-v: check for required priviliges in hyperv_init()
` [PATCH 2/6] x86/hyper-v: add a function to read both TSC and TSC page value simulateneously
` [PATCH 3/6] x86/hyper-v: reenlightenment notifications support
` [PATCH 4/6] x86/hyper-v: redirect reenlightment notifications on CPU offlining
` [PATCH 5/6] x86/kvm: pass stable clocksource to guests when running nested on Hyper-V
` [PATCH 6/6] x86/kvm: support Hyper-V reenlightenment
Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover. [1]
2017-12-08 18:03 UTC (26+ messages)
` Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover
[PATCH] KVM: VMX: drop I/O permission bitmaps
2017-12-08 17:31 UTC (3+ messages)
[PATCH v3 00/16] Move vcpu_load and vcpu_put calls to arch code
2017-12-08 16:26 UTC (9+ messages)
` [PATCH v3 04/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH v3 05/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH v3 06/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH v3 07/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
[PATCH v1 0/1] make kvm to determin tsc frequency earlier
2017-12-08 16:24 UTC (2+ messages)
` [PATCH v1 1/1] kvm/x86: "
[PULL] vhost: cleanups and fixes
2017-12-08 15:47 UTC
[RFC PATCH 0/2] KVM: PPC: Book3S HV: Transactional memory bug workarounds for POWER9
2017-12-08 15:15 UTC (4+ messages)
` [RFC PATCH 1/2] powerpc: Add a CPU feature bit for TM bug workarounds on POWER9 DD2.2
` [RFC PATCH 2/2] KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
[PATCH RFC 0/7] kvm pvtimer
2017-12-08 15:10 UTC (10+ messages)
` [PATCH RFC 1/7] kvm: x86: emulate MSR_KVM_PV_TIMER_EN MSR
` [PATCH RFC 2/7] kvm: x86: add a function to exchange value
` [PATCH RFC 3/7] KVM: timer: synchronize tsc-deadline timestamp for guest
` [PATCH RFC 4/7] KVM: timer: program timer to a dedicated CPU
` [PATCH RFC 5/7] KVM: timer: ignore timer migration if pvtimer is enabled
` [PATCH RFC 6/7] Doc/KVM: introduce a new cpuid bit for kvm pvtimer
` [PATCH RFC 7/7] kvm: guest: reprogram guest timer
[PATCH] KVM: X86: Fix host dr6 miss restore
2017-12-08 12:39 UTC (2+ messages)
[RFC] vfio/type1: Add IOVA_RANGE capability support
2017-12-08 9:44 UTC (6+ messages)
[PATCH] Add support for kvm pvtimer to qemu
2017-12-08 9:02 UTC
[RFC/PATCH 00/22] KVM/s390: Hugetlbfs enablement
2017-12-08 7:00 UTC (4+ messages)
` [RFC/PATCH 19/22] s390/mm: Split huge pages if granular protection is needed
[PATCH kernel] vfio-pci: Allow mapping MSIX BAR
2017-12-08 4:18 UTC
[PATCH 1/2] KVM: VMX: remove I/O port 0x80 bypass on Intel hosts
2017-12-08 2:04 UTC (8+ messages)
` [PATCH 2/2] KVM: VMX: Use just one page for I/O permission bitmaps
[RFC PATCH] KVM: x86: Allow Qemu/KVM to use PVH entry point
2017-12-07 23:03 UTC (11+ messages)
[Part2 PATCH v9 00/38] x86: Secure Encrypted Virtualization (AMD)
2017-12-07 21:20 UTC (5+ messages)
` [Part2 PATCH v9 12/38] crypto: ccp: Add Platform Security Processor (PSP) device support
[PATCH v3 0/2] kvm: x86: hyperv: guest->host event signaling via eventfd
2017-12-07 17:42 UTC (3+ messages)
` [PATCH v3 1/2] kvm: x86: factor out kvm.arch.hyperv (de)init
` [PATCH v3 2/2] kvm: x86: hyperv: guest->host event signaling via eventfd
[PATCH v2 0/2] kvm:x86:hyperv: guest->host event signaling via eventfd
2017-12-07 16:47 UTC (6+ messages)
` [PATCH v2 1/2] kvm:x86: factor out kvm.arch.hyperv (de)init
` [PATCH v2 2/2] kvm:x86:hyperv: guest->host event signaling via eventfd
[PATCH v2 0/5]: KVM: nVMX: Fix multiple issues with nested-posted-interrupts
2017-12-07 16:41 UTC (12+ messages)
` [PATCH v2 2/5] KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-interrupt
` [PATCH v2 3/5] KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interrupts
` [PATCH v2 4/5] KVM: nVMX: Deliver missed nested-PI notification-vector via self-IPI while interrupts disabled
[PATCH] KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GIC
2017-12-07 15:57 UTC (2+ messages)
[PATCH] KVM: arm/arm64: Fix HYP unmapping going off limits
2017-12-07 15:57 UTC (2+ messages)
[PATCH 0/1] suspend/resume for virtio_ccw
2017-12-07 15:48 UTC (4+ messages)
` [PATCH 1/1] virtio/s390: implement PM operations "
[PATCH v18 05/10] xbitmap: add more operations
2017-12-07 15:41 UTC (8+ messages)
openbsd 6.2 locking on apic related code on 4.13.8 / qemu-kvm 2.9.1
2017-12-07 12:18 UTC
[PATCH v7 0/8] Handle forwarded level-triggered interrupts
2017-12-07 10:54 UTC (9+ messages)
` [PATCH v7 1/8] KVM: arm/arm64: Remove redundant preemptible checks
` [PATCH v7 2/8] KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpu
` [PATCH v7 3/8] KVM: arm/arm64: Don't cache the timer IRQ level
` [PATCH v7 4/8] KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
` [PATCH v7 5/8] KVM: arm/arm64: Support a vgic interrupt line level sample function
` [PATCH v7 6/8] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
` [PATCH v7 7/8] KVM: arm/arm64: Provide a get_input_level for the arch timer
` [PATCH v7 8/8] KVM: arm/arm64: Avoid work when userspace iqchips are not used
[PATCH v3] KVM: X86: Fix load RFLAGS w/o the fixed bit
2017-12-07 9:24 UTC (2+ messages)
[PATCH v2] KVM: X86: Fix load RFLAGS w/o the fixed bit
2017-12-07 8:32 UTC (6+ messages)
[PATCH v8 0/7] Support RAS virtualization in KVM
2017-12-07 6:37 UTC (6+ messages)
` [PATCH v8 7/7] arm64: kvm: handle SError Interrupt by categorization
[PATCH 2/2] x86:kvm:hyperv: guest->host event signaling via eventfd
2017-12-07 4:31 UTC (2+ messages)
[PATCH] KVM: VMX: fix page leak in hardware_setup()
2017-12-07 3:57 UTC (2+ messages)
[PATCH] KVM: Expose new cpu features to guest
2017-12-07 2:05 UTC (3+ messages)
[Bug 198101] New: WARNING: at lib/idr.c:423 idr_preload+0xa9/0xc0() [qxl]
2017-12-07 1:58 UTC
[PATCH kernel] vfio-pci: Mask INTx if a device is not capabable of enabling it
2017-12-07 1:56 UTC
new KVM branch for linux-next
2017-12-06 22:47 UTC (3+ messages)
linux-next: Signed-off-by missing for commit in the kvm-fixes tree
2017-12-06 22:32 UTC
[PATCH v2 0/4] Support Perf Extension on AMD KVM guests
2017-12-06 20:19 UTC (12+ messages)
` [PATCH v2 3/4] Add support for AMD Core Perf Extension in guest
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).