public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-11 08:59:03 to 2018-08-21 15:24:02 UTC [more...]

BUG: corrupted list in __loaded_vmcs_clear
 2018-08-21 15:24 UTC 

SEV guest regression in 4.18
 2018-08-21 15:19 UTC  (4+ messages)

[PATCH v3 0/9] arm/arm64: KVM: limit icache invalidation to prefetch aborts
 2018-08-21 15:08 UTC  (7+ messages)
` [PATCH v3 7/9] KVM: arm/arm64: Only clean the dcache on translation fault

[PATCH] KVM: s390: vsie: BUG correction by shadow_crycb
 2018-08-21 14:58 UTC  (7+ messages)

[PATCH v9 00/22] guest dedicated crypto adapters
 2018-08-21 13:29 UTC  (68+ messages)
` [PATCH v9 01/22] s390/zcrypt: Add ZAPQ inline function
` [PATCH v9 02/22] s390/zcrypt: Review inline assembler constraints
` [PATCH v9 03/22] s390/zcrypt: Show load of cards and queues in sysfs
` [PATCH v9 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h
` [PATCH v9 05/22] KVM: s390: vsie: simulate VCPU SIE entry/exit
` [PATCH v9 06/22] KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
` [PATCH v9 07/22] KVM: s390: refactor crypto initialization
` [PATCH v9 08/22] s390: vfio-ap: base implementation of VFIO AP device driver
` [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework
` [PATCH v9 10/22] s390: vfio-ap: sysfs interfaces to configure adapters
` [PATCH v9 11/22] s390: vfio-ap: sysfs interfaces to configure domains
` [PATCH v9 12/22] s390: vfio-ap: sysfs interfaces to configure control domains
` [PATCH v9 13/22] s390: vfio-ap: sysfs interface to view matrix mdev matrix
` [PATCH v9 14/22] KVM: s390: interfaces to clear CRYCB masks
` [PATCH v9 15/22] s390: vfio-ap: implement mediated device open callback
` [PATCH v9 16/22] s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
` [PATCH v9 17/22] s390: vfio-ap: zeroize the AP queues
` [PATCH v9 18/22] s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
` [PATCH v9 19/22] KVM: s390: Clear Crypto Control Block when using vSIE
` [PATCH v9 20/22] KVM: s390: Handling of Cypto control block in VSIE
` [PATCH v9 21/22] KVM: s390: CPU model support for AP virtualization
` [PATCH v9 22/22] s390: doc: detailed specifications "

[PATCH 00/37] KVM/arm updates for v4.19
 2018-08-21 12:42 UTC  (41+ messages)
` [PATCH 01/37] arm64: KVM: Add support for Stage-2 control of memory types and cacheability
` [PATCH 02/37] arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is present
` [PATCH 03/37] arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set
` [PATCH 04/37] KVM: arm/arm64: Consolidate page-table accessors
` [PATCH 05/37] KVM: arm/arm64: Stop using the kernel's {pmd, pud, pgd}_populate helpers
` [PATCH 06/37] KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables
` [PATCH 07/37] KVM: arm/arm64: Enable adaptative WFE trapping
` [PATCH 08/37] KVM: arm/arm64: Fix vgic init race
` [PATCH 09/37] KVM: arm64: vgic-its: Remove VLA usage
` [PATCH 10/37] KVM: arm/arm64: vgic-debug: Show LPI status
` [PATCH 11/37] arm64: KVM: Cleanup tpidr_el2 init on non-VHE
` [PATCH 12/37] KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3
` [PATCH 13/37] KVM: arm/arm64: vgic: Keep track of implementation revision
` [PATCH 14/37] KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero
` [PATCH 15/37] KVM: arm/arm64: vgic: Add group field to struct irq
` [PATCH 16/37] KVM: arm/arm64: vgic: Signal IRQs using their configured group
` [PATCH 17/37] KVM: arm/arm64: vgic: Permit uaccess writes to return errors
` [PATCH 18/37] KVM: arm/arm64: vgic: Return error on incompatible uaccess GICD_IIDR writes
` [PATCH 19/37] KVM: arm/arm64: vgic: Allow configuration of interrupt groups
` [PATCH 20/37] KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPR
` [PATCH 21/37] KVM: arm/arm64: vgic: Update documentation of the GIC devices wrt IIDR
` [PATCH 22/37] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
` [PATCH 23/37] arm64: KVM: export the capability to set guest SError syndrome
` [PATCH 24/37] KVM: arm64: Share the parts of get/set events useful to 32bit
` [PATCH 25/37] KVM: arm: Add 32bit get/set events support
` [PATCH 26/37] KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()
` [PATCH 27/37] KVM: arm/arm64: Fix potential loss of ptimer interrupts
` [PATCH 28/37] KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked
` [PATCH 29/37] KVM: arm64: Remove non-existent AArch32 ICC_SGI1R encoding
` [PATCH 30/37] KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs
` [PATCH 31/37] KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accesses
` [PATCH 32/37] KVM: arm: vgic-v3: Add support for ICC_SGI0R and ICC_ASGI1R accesses
` [PATCH 33/37] KVM: arm/arm64: vgic: Move DEBUG_SPINLOCK_BUG_ON to vgic.h
` [PATCH 34/37] KVM: arm/arm64: vgic: Do not use spin_lock_irqsave/restore with irq disabled
` [PATCH 35/37] KVM: arm: Use true and false for boolean values
` [PATCH 36/37] KVM: arm/arm64: Skip updating PMD entry if no change
` [PATCH 37/37] KVM: arm/arm64: Skip updating PTE "

[PATCH] KVM: Documentation: rename the capability of KVM_CAP_ARM_SET_SERROR_ESR
 2018-08-21 11:06 UTC  (3+ messages)

[PATCH] x86: kvm: avoid unused variable warning
 2018-08-21 10:45 UTC  (2+ messages)

[PATCH v4 00/10] migration: compression optimization
 2018-08-21  8:10 UTC  (11+ messages)
` [PATCH v4 01/10] migration: do not wait for free thread
` [PATCH v4 02/10] migration: fix counting normal page for compression
` [PATCH v4 03/10] migration: introduce save_zero_page_to_file
` [PATCH v4 04/10] migration: drop the return value of do_compress_ram_page
` [PATCH v4 05/10] migration: move handle of zero page to the thread
` [PATCH v4 06/10] migration: hold the lock only if it is really needed
` [PATCH v4 07/10] migration: do not flush_compressed_data at the end of each iteration
` [PATCH v4 08/10] migration: fix calculating xbzrle_counters.cache_miss_rate
` [PATCH v4 09/10] migration: show the statistics of compression
` [PATCH v4 10/10] migration: handle the error condition properly

[PATCH] x86/mm: Simplify p[g4um]d_page() macros
 2018-08-21  5:20 UTC  (4+ messages)

[PATCH] arm64: KVM: rename the capability to set guest SError syndrome
 2018-08-20 18:37 UTC  (3+ messages)

[PATCH] x86/kvm/vmx: Fix coding style in vmx_setup_l1d_flush()
 2018-08-20 13:03 UTC  (2+ messages)

[PATCH 0/3] KVM: x86: expose a few new features into VM
 2018-08-20 12:36 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: expose UMWAIT/UMONITOR/TPAUSE CPU "

[PATCH v4 00/16] Add support for Hygon Dhyana Family 18h processor
 2018-08-19 16:13 UTC  (2+ messages)
` [PATCH v4 11/16] x86/kvm: enable Hygon support to KVM infrastructure

[GIT PULL] First batch of KVM changes for 4.19-rc1
 2018-08-17 17:20 UTC 

linux-next: manual merge of the kvm-arm tree with the arm64 tree
 2018-08-17  9:33 UTC  (3+ messages)

[PATCH v3 0/4] Balloon inhibit enhancements, vfio restriction
 2018-08-17  7:46 UTC  (4+ messages)
` [PATCH v3 2/4] kvm: Use inhibit to prevent ballooning without synchronous mmu

[GIT PULL] VFIO updates for v4.19-rc1
 2018-08-16 16:18 UTC 

Linux 4.18.1
 2018-08-16 15:43 UTC  (4+ messages)

general protection fault in vcpu_enter_guest
 2018-08-15 16:35 UTC 

linux-next: manual merge of the kvm tree with the tip tree
 2018-08-15  4:27 UTC  (2+ messages)

linux-next: manual merge of the kvm tree with Linus' tree
 2018-08-15  4:24 UTC 

linux-next: manual merge of the kvm tree with Linus' tree
 2018-08-15  4:20 UTC 

[PATCH 1/1] vhost: change the signature of __vhost_get_user_slow()
 2018-08-15  3:22 UTC  (2+ messages)

WARNING in free_loaded_vmcs (2)
 2018-08-14 20:41 UTC  (3+ messages)

4.18+git: undefined reference to `l1tf_vmx_mitigation'
 2018-08-14 19:39 UTC 

KASAN: use-after-free Read in vmx_vcpu_load
 2018-08-14 14:33 UTC 

general protection fault in kvm_ioapic_scan_entry
 2018-08-14  7:50 UTC 

[RFC PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-08-14  3:46 UTC  (18+ messages)

[PATCH V3 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-08-13 17:41 UTC  (12+ messages)
` [PATCH V3 3/4] mm: add a function to differentiate the pages is from DAX device memory
` [PATCH V3 4/4] kvm: add a check if pfn is from NVDIMM pmem

[PATCH v8 00/22] vfio-ap: guest dedicated crypto adapters
 2018-08-13  9:34 UTC  (11+ messages)
` [PATCH v8 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h
` [PATCH v8 17/22] s390: vfio-ap: zeroize the AP queues

Problems with uio_pci_generic in v4.18-rc8
 2018-08-12 11:45 UTC  (4+ messages)

KASAN: use-after-free Write in preempt_notifier_register (2)
 2018-08-11 19:09 UTC 

WARNING in kvm_set_tsc_khz
 2018-08-11 16:39 UTC 

[PATCH v2 0/4] KVM: arm/arm64: vgic-v3: Group0 SGI support
 2018-08-11 16:22 UTC  (3+ messages)
` [PATCH v2 2/4] KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIs

[PATCH v3 00/17] Add support for Hygon Dhyana Family 18h processor
 2018-08-11 13:29 UTC  (2+ messages)
` [PATCH v3 12/17] x86/kvm: enable Hygon support to KVM infrastructure

general protection fault in kvm_lapic_hv_timer_in_use
 2018-08-11  8:59 UTC 


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