messages from 2017-05-16 14:29:27 to 2017-05-19 16:01:45 UTC [more...]
[Bug 195813] New: intel gvt/kvmgt: BUG: unable to handle kernel NULL pointer dereference at (null)
2017-05-19 16:01 UTC (2+ messages)
` [Bug 195813] "
[PATCH] kvm: vmx: Properly handle machine check during VM-entry
2017-05-19 15:56 UTC (4+ messages)
` [PATCH v2] "
[PATCH v2] KVM: x86: Avoid guest page table walk when gpa_available is set
2017-05-19 15:12 UTC
[PATCH 0/4] KVM: x86: fix bugs reported by Dan Carpenter
2017-05-19 13:48 UTC (11+ messages)
` [PATCH 1/4] KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debugging
` [PATCH v2] "
` [PATCH 2/4] KVM: x86: zero base3 of unusable segments
` [PATCH 3/4] KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()
` [PATCH 4/4] KVM: x86: prevent uninitialized variable warning in check_svme()
[PATCH v3] KVM: x86: Fix potential preemption when get the current kvmclock timestamp
2017-05-19 13:13 UTC (4+ messages)
[kvm-unit-tests PATCH v2 0/6] s390x: basic test infrastructure
2017-05-19 12:48 UTC (15+ messages)
` [kvm-unit-tests PATCH v2 1/6] s390x: initial infrastructure
` [kvm-unit-tests PATCH v2 2/6] s390x: basic self test
` [kvm-unit-tests PATCH v2 3/6] s390x: copy sclp.h and sclp-ascii.c from QEMU
` [kvm-unit-tests PATCH v2 4/6] s390x: compile sclp-ascii.c
` [kvm-unit-tests PATCH v2 5/6] s390x: wire up sclp console output
` [kvm-unit-tests PATCH v2 6/6] MAINTAINERS: add s390x maintainers
[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
2017-05-19 11:30 UTC (33+ messages)
` [PATCH v5 06/32] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v5 14/32] efi: Add an EFI table address match function
` [PATCH v5 17/32] x86/mm: Add support to access boot related data in the clear
` [PATCH v5 18/32] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v5 23/32] swiotlb: Add warnings for use of bounce buffers with SME
` [PATCH v5 26/32] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v5 28/32] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v5 29/32] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v5 31/32] x86: Add sysfs support for Secure Memory Encryption
` [PATCH v5 32/32] x86/mm: Add support to make use of "
[PATCH] KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulation
2017-05-19 10:33 UTC (2+ messages)
[RFC PATCH 00/20] Qemu: Extend intel_iommu emulator to support Shared Virtual Memory
2017-05-19 9:35 UTC (6+ messages)
` [RFC PATCH 09/20] Memory: introduce iommu_ops->record_device
` [Qemu-devel] "
how to report kvm bug?
2017-05-19 9:48 UTC (5+ messages)
` 答复: "
` 答复: "
[PATCH] perf: libdw support for powerpc
2017-05-19 8:20 UTC (4+ messages)
[kvm-unit-tests PATCH v2 0/3] ARM debug register test
2017-05-19 8:11 UTC (7+ messages)
` [kvm-unit-tests PATCH v2 1/3] sysregs: add __ACCESS_CP14 macro
` [kvm-unit-tests PATCH v2 2/3] arm/run: ensure we use processor=host for kvm
` [kvm-unit-tests PATCH v2 3/3] arm/debugtest: test access to the debug registers for guest
Maintenance Notification
2017-05-19 1:12 UTC
[PATCH 00/29] Standardize doc formats - part 3
2017-05-19 1:26 UTC (3+ messages)
` [PATCH 23/29] vfio-mediated-device.txt: standardize document format
` [PATCH 24/29] vfio.txt: "
[PULL 00/13] KVM/ARM Fixes for v4.12-rc2
2017-05-18 18:34 UTC (15+ messages)
` [PULL 01/13] ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/
` [PULL 02/13] arm64: KVM: Do not use stack-protector to compile EL2 code
` [PULL 03/13] arm: KVM: Do not use stack-protector to compile HYP code
` [PULL 04/13] KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interrupt
` [PULL 05/13] KVM: arm/arm64: vgic-v3: "
` [PULL 06/13] KVM: arm/arm64: vgic-v3: Use PREbits to infer the number of ICH_APxRn_EL2 registers
` [PULL 07/13] kvm: arm/arm64: Fix race in resetting stage2 PGD
` [PULL 08/13] KVM: arm: plug potential guest hardware debug leakage
` [PULL 09/13] KVM: arm: rename pm_fake handler to trap_raz_wi
` [PULL 10/13] kvm: arm/arm64: Force reading uncached stage2 PGD
` [PULL 11/13] kvm: arm/arm64: Fix use after free of stage2 page table
` [PULL 12/13] KVM: arm/arm64: Fix bug when registering redist iodevs
` [PULL 13/13] KVM: arm/arm64: Hold slots_lock when unregistering kvm io bus devices
[bug report] KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptr
2017-05-18 16:16 UTC (2+ messages)
[kvm-unit-tests PATCH 0/6] improve report/printf formatting
2017-05-18 16:04 UTC (12+ messages)
` [kvm-unit-tests PATCH 1/6] fix conversions in report()s
` [kvm-unit-tests PATCH 2/6] libcflat: add format checking to report()
` [kvm-unit-tests PATCH 3/6] libcflat: fix padding in printf
` [kvm-unit-tests PATCH 4/6] pci-edu: remove 0x before a decimal value
` [kvm-unit-tests PATCH 5/6] libcflat: support # flag in printf
` [kvm-unit-tests PATCH 6/6] use %# instead of 0x% in all format strings
KVM call for 2017-05-23
2017-05-18 15:34 UTC (2+ messages)
[PATCH v3 0/5] mc146818rtc: fix Windows VM clock faster
2017-05-18 13:51 UTC (6+ messages)
` [Qemu-devel] "
[PATCH v8 00/13] basic channel IO passthrough infrastructure based on vfio
2017-05-18 13:13 UTC (17+ messages)
` [PATCH v8 01/13] update-linux-headers: update for vfio-ccw
` [PATCH v8 02/13] vfio: linux-headers "
` [PATCH v8 03/13] s390x/css: add s390-squash-mcss machine option
` [PATCH v8 04/13] s390x/css: realize css_sch_build_schib
` [PATCH v8 05/13] s390x/css: realize css_create_sch
` [PATCH v8 06/13] s390x/css: device support for s390-ccw passthrough
` [PATCH v8 07/13] vfio/ccw: vfio based subchannel passthrough driver
` [PATCH v8 08/13] vfio/ccw: get io region info
` [PATCH v8 09/13] vfio/ccw: get irqs info and set the eventfd fd
` [PATCH v8 10/13] s390x/css: introduce and realize ccw-request callback
` [PATCH v8 11/13] s390x/css: ccw translation infrastructure
` [PATCH v8 12/13] vfio/ccw: update sense data if a unit check is pending
` [PATCH v8 13/13] MAINTAINERS: Add vfio-ccw maintainer
[PATCH 1/2] KVM: Silence underflow warning in avic_get_physical_id_entry()
2017-05-18 11:39 UTC (4+ messages)
` [PATCH 2/2] KVM: Tidy the whitespace in nested_svm_check_permissions()
[RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
2017-05-18 11:29 UTC (11+ messages)
` [RFC PATCH 3/8] iommu: Introduce iommu do invalidate API function
` [RFC PATCH 4/8] iommu/vt-d: Add iommu do invalidate function
` [RFC PATCH 5/8] VFIO: Add new IOTCL for PASID Table bind propagation
` [Qemu-devel] "
[RFC PATCH 00/10] Basic KVM SGX Virtualization support
2017-05-18 8:58 UTC (16+ messages)
` [PATCH 08/10] kvm: vmx: add guest's IA32_SGXLEPUBKEYHASHn runtime switch support
` [intel-sgx-kernel-dev] "
[PATCH 00/31] arm64: KVM: Mediate access to GICv3 sysregs at EL2
2017-05-18 7:41 UTC (15+ messages)
` [PATCH 07/31] KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
` [PATCH 08/31] arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
` [PATCH 09/31] KVM: arm64: Make kvm_condition_valid32() accessible from EL2
` [PATCH 10/31] KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
` [PATCH 11/31] KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
` [PATCH 12/31] KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
` [PATCH 13/31] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
[PATCH] KVM: white space cleanup in nested_vmx_setup_ctls_msrs()
2017-05-18 7:41 UTC
[bug report] KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch
2017-05-18 7:40 UTC
[PATCH] KVM: x86: fix emulation of RSM and IRET instructions
2017-05-18 7:37 UTC (4+ messages)
[bug report] KVM: SVM: Add intercept checks for SVM instructions
2017-05-18 7:35 UTC
[bug report] KVM: x86 emulator: consolidate segment accessors
2017-05-18 7:35 UTC
[PATCH] vfio: Use ERR_CAST() instead of open coding it
2017-05-18 7:34 UTC
[PATCH] KVM: arm/arm64: Hold slots_lock when unregisering kvm io bus devices
2017-05-17 19:46 UTC (2+ messages)
[PATCH] KVM: arm/arm64: Fix bug when registering redist iodevs
2017-05-17 19:45 UTC (2+ messages)
[kvm-unit-tests PATCH v1 0/6] s390x: basic test infrastructure
2017-05-17 16:50 UTC (6+ messages)
` [kvm-unit-tests PATCH v1 2/6] s390x: basic self test
[kvm-unit-tests PATCH v2 0/9] Support for out-of-tree builds
2017-05-17 14:50 UTC (3+ messages)
` [kvm-unit-tests PATCH v2 1/9] configure: make it run-able from outside source tree
help
2017-05-17 14:26 UTC
[PATCH v2 00/11] Fixes to v7 of the vITS save/restore series
2017-05-17 13:19 UTC (8+ messages)
` [PATCH v2 07/11] KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUs
[PATCH] KVM: x86: update master clock before computing kvmclock_offset
2017-05-17 6:56 UTC (2+ messages)
[PATCH] KVM: x86: lower default for halt_poll_ns
2017-05-17 6:54 UTC (4+ messages)
Donation
2017-05-17 0:22 UTC
[PATCH v4.4] vfio/type1: Remove locked page accounting workqueue
2017-05-16 19:56 UTC
[PATCH v4.9] vfio/type1: Remove locked page accounting workqueue
2017-05-16 19:52 UTC
[PATCH v2 0/9] Userspace timer IRQ number control and PMU with userspace-gic
2017-05-16 18:45 UTC (10+ messages)
` [PATCH v2 1/9] KVM: arm64: Allow creating the PMU without the in-kernel GIC
` [PATCH v2 2/9] KVM: arm: Handle VCPU device attributes in guest.c
` [PATCH v2 3/9] KVM: arm/arm64: Move irq_is_ppi() to header file
` [PATCH v2 4/9] KVM: arm/arm64: Move timer IRQ default init to arch_timer.c
` [PATCH v2 5/9] KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace
` [PATCH v2 6/9] KVM: arm/arm64: Introduce an allocator for in-kernel irq lines
` [PATCH v2 7/9] KVM: arm/arm64: Check if irq lines to the GIC are already used
` [PATCH v2 8/9] KVM: arm/arm64: Disallow userspace control of in-kernel IRQ lines
` [PATCH v2 9/9] KVM: arm/arm64: Don't assume initialized vgic when setting PMU IRQ
[PATCH V16 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2017-05-16 17:16 UTC (10+ messages)
` [PATCH V16 08/11] efi: print unrecognized CPER section
` [PATCH V16 09/11] ras: acpi / apei: generate trace event for "
` [PATCH V16 10/11] trace, ras: add ARM processor error trace event
[PATCH 0/3] S390-virtio: Adjustments for three function implementations
2017-05-16 15:53 UTC (4+ messages)
` [PATCH 1/3] s390: virtio: Delete error messages for failed memory allocations in two functions
` [PATCH 2/3] s390: virtio: Improve a size determination in virtio_ccw_setup_vq()
` [PATCH 3/3] s390: virtio: Adjust a null pointer check in two functions
[PATCH 0/2] KVM: nVMX: Fix nested posted interrupts delivery
2017-05-16 14:55 UTC (4+ messages)
` [PATCH 1/2] x86: irq: Define a global vector for nested posted interrupts
[Bug 195791] New: user mode linux(uml) crashes while booting
2017-05-16 14:48 UTC (2+ messages)
` [Bug 195791] "
[Bug 195789] New: user mode linux(uml) crashes while booting
2017-05-16 14:45 UTC
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