messages from 2017-05-20 05:37:28 to 2017-05-25 16:17:06 UTC [more...]
[PATCH] kvm: vmx: Properly handle machine check during VM-entry
2017-05-25 16:17 UTC (8+ messages)
` [PATCH v3] "
[PATCH] qtest: add rtc periodic timer test
2017-05-25 16:03 UTC (2+ messages)
[kvm-unit-tests PATCH v2 0/3] ARM debug register test
2017-05-25 15:32 UTC (13+ 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
[PATCH kvm-unit-tests 0/6] arm/arm64: some cleanups
2017-05-25 15:07 UTC (13+ messages)
` [PATCH kvm-unit-tests 1/6] lib/arm/gic: gic_version cleanup
` [PATCH kvm-unit-tests 2/6] lib/arm/psci: make psci less ugly
` [PATCH kvm-unit-tests 3/6] lib/arm/smp: introduce smp_run
` [PATCH kvm-unit-tests 4/6] arm/arm64: selftest: apply smp_run
` [PATCH kvm-unit-tests 5/6] arm/arm64: spinlock-test: "
` [PATCH kvm-unit-tests 6/6] arm/arm64: gic: "
[PATCH v2] KVM: x86: Fix nmi injection failure when vcpu got blocked
2017-05-25 14:17 UTC (2+ messages)
[PATCH] Fix nmi injection failure when vcpu got blocked
2017-05-25 14:12 UTC (4+ messages)
[PATCH] KVM: x86: dynamically allocate large struct in em_fxrstor
2017-05-25 14:07 UTC (4+ messages)
[PATCH kvm-unit-tests] lib/powerpc/setup: fix comment
2017-05-25 13:51 UTC (2+ messages)
[RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
2017-05-25 12:33 UTC (7+ messages)
` [RFC PATCH 1/8] iommu: Introduce bind_pasid_table API function
` [Qemu-devel] "
[kvm-unit-tests PATCH 1/3] x86: fix "format not a string literal" errors
2017-05-24 21:31 UTC (3+ messages)
` [kvm-unit-tests PATCH 2/3] api: fix "ignoring return value" of posix_memalign errors
` [kvm-unit-tests PATCH 3/3] api: add api binaries to .gitignore
[PATCH 00/10] ARM/ARM64 Direct EOI setup for VFIO wired interrupts
2017-05-24 20:13 UTC (11+ messages)
` [PATCH 01/10] vfio: platform: Add automasked field to vfio_platform_irq
` [PATCH 02/10] VFIO: platform: Introduce direct EOI interrupt handler
` [PATCH 03/10] VFIO: platform: Direct EOI irq bypass for ARM/ARM64
` [PATCH 04/10] VFIO: pci: Add automasked field to vfio_pci_irq_ctx
` [PATCH 05/10] VFIO: pci: Introduce direct EOI INTx interrupt handler
` [PATCH 06/10] irqbypass: Add a private field in the producer
` [PATCH 07/10] VFIO: pci: Direct EOI irq bypass for ARM/ARM64
` [PATCH 08/10] KVM: arm/arm64: vgic: Handle unshared mapped interrupts
` [PATCH 09/10] KVM: arm/arm64: vgic: Implement forwarding setting
` [PATCH 10/10] KVM: arm/arm64: register DEOI irq bypass consumer on ARM/ARM64
[RFC] KVM: SVM: do not drop VMCB CPL to 0 if SS is not present
2017-05-24 19:19 UTC (5+ messages)
[PATCH 1/3] kvm: vmx: Do not disable intercepts for BNDCFGS
2017-05-24 18:22 UTC (11+ messages)
` [PATCH 2/3] kvm: vmx: Guest BNDCFGS requires guest MPX support
` [PATCH 2/3 v2] kvm: x86: "
` [PATCH 2/3 v3] "
` [PATCH 3/3] kvm: vmx: Check value written to IA32_BNDCFGS
[PATCH kvm-unit-tests 0/8] Extend and apply the errata framework
2017-05-24 17:46 UTC (10+ messages)
` [PATCH kvm-unit-tests 1/8] arch-run: introduce initrd_create
` [PATCH kvm-unit-tests 2/8] arch-run: provide errata from run env
` [PATCH kvm-unit-tests 3/8] x86/run: source config.mak
` [PATCH kvm-unit-tests 4/8] arch-run: generate errata when no environ is provided
` [PATCH kvm-unit-tests 5/8] errata: add ERRATA_FORCE
` [PATCH kvm-unit-tests 6/8] README: add section on guarding unsafe tests
` [PATCH kvm-unit-tests 7/8] AArch32: apply errata framework to unsafe pmccntr64 test
` [PATCH kvm-unit-tests 8/8] arm/arm64: apply errata framework to unsafe cpu-on test
` [PATCH kvm-unit-tests 9/8] mkstandalone: provide errata to tests
[PATCH v2 0/9] Userspace timer IRQ number control and PMU with userspace-gic
2017-05-24 16:37 UTC (15+ 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 0/4] KVM: PPC: Book3S HV: Support virtual SMT modes on POWER9
2017-05-24 10:26 UTC (5+ messages)
` [PATCH 1/4] KVM: PPC: Book3S HV: Don't let VCPU sleep if it has a doorbell pending
` [PATCH 2/4] KVM: PPC: Book3S HV: Context-switch HFSCR between host and guest on POWER9
` [PATCH 3/4] KVM: PPC: Book3S HV: Allow userspace to set the desired SMT mode
` [PATCH 4/4] KVM: PPC: Book3S HV: Virtualize doorbell facility on POWER9
[PATCH 0/2] KVM: PPC: Book3S HV: Support POWER9's large decrementer mode
2017-05-24 9:58 UTC (3+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Cope with host using "
` [PATCH 2/2] KVM: PPC: Book3S HV: Enable guests to use large decrementer mode on POWER9
[RFC PATCH 00/10] Basic KVM SGX Virtualization support
2017-05-24 8:20 UTC (15+ messages)
` [PATCH 08/10] kvm: vmx: add guest's IA32_SGXLEPUBKEYHASHn runtime switch support
` [intel-sgx-kernel-dev] "
[patch V3 10/32] KVM/PPC/Book3S HV: Use cpuhp_setup_state_nocalls_cpuslocked()
2017-05-24 8:15 UTC
[PATCH] KVM: arm/arm64: Fix isues with GICv2 on GICv3 migration
2017-05-24 7:43 UTC
[help] host kernel panic in kvm's wakeup_handler()
2017-05-24 5:04 UTC (3+ messages)
KVM call for 2017-06-06
2017-05-23 12:25 UTC
KVM call for 2017-05-23
2017-05-23 12:24 UTC (2+ messages)
[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
2017-05-23 11:21 UTC (7+ messages)
` [RFC PATCH 04/30] iommu/arm-smmu-v3: Add support for PCI ATS
` [RFC PATCH 05/30] iommu/arm-smmu-v3: Disable tagged pointers when ATS is in use
[PATCH v2 0/3] Fix race condition and simplify vgic active handler
2017-05-23 10:36 UTC (11+ messages)
` [PATCH v2 1/3] KVM: arm/arm64: Allow GICv2 to supply a uaccess register function
` [PATCH v2 2/3] KVM: arm/arm64: Separate guest and uaccess writes to dist {sc}active
` [PATCH v2 3/3] KVM: arm/arm64: Simplify active_change_prepare and plug race
[PATCH V17 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2017-05-23 9:30 UTC (2+ messages)
[PATCH 00/31] arm64: KVM: Mediate access to GICv3 sysregs at EL2
2017-05-23 9:26 UTC (9+ messages)
` [PATCH 07/31] KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
` [PATCH 13/31] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
[PULL 0/1] vfio-ccw: one patch
2017-05-23 5:37 UTC (3+ messages)
` [PULL 1/1] s390/vfio_ccw: make some symbols static
[PATCH 0/7] KVM: MMU: fast write protect
2017-05-23 2:23 UTC (7+ messages)
A problem of IRQchip in QEMU and KVM for ARM
2017-05-23 2:11 UTC
[PATCH v2 11/11] x86,kvm: Teach KVM's VMX code that CR3 isn't a constant
2017-05-22 22:30 UTC
network performance degradation in virtio_net in 4.12-rc
2017-05-22 21:50 UTC (3+ messages)
[PATCH kvm-unit-tests 0/2] apply some new lib functions
2017-05-22 20:09 UTC (5+ messages)
` [PATCH kvm-unit-tests 1/2] arm/powerpc: setup: apply assert_msg
` [PATCH kvm-unit-tests 2/2] arm/arm64: gic: apply report_prefix_pushf
[PATCH 00/29] Standardize doc formats - part 3
2017-05-22 19:38 UTC (3+ messages)
` [PATCH 23/29] vfio-mediated-device.txt: standardize document format
[RFC] memory consumption of Qemu is twice as much as the previous version in KVM
2017-05-22 15:30 UTC (7+ messages)
` [Qemu-devel] "
[PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support
2017-05-22 14:23 UTC (6+ messages)
` [Qemu-devel] "
[PATCH 0/2] vhost/scsi: Adjustments for five function implementations
2017-05-22 14:21 UTC (12+ messages)
` [PATCH 1/2] vhost/scsi: Improve a size determination in four functions
` [PATCH 2/2] vhost/scsi: Delete error messages for failed memory allocations in five functions
` "
[PATCH] vhost: Coalesce vq_err formats, pr_fmt misuse, add missing newlines
2017-05-22 14:16 UTC (2+ messages)
[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
2017-05-22 14:01 UTC (4+ messages)
` [RFC PATCH kvmtool 00/15] Add virtio-iommu
[kvm-unit-tests PATCH v3 0/7] s390x: basic test infrastructure
2017-05-22 9:47 UTC (11+ messages)
` [kvm-unit-tests PATCH v3 1/7] s390x: initial infrastructure
` [kvm-unit-tests PATCH v3 2/7] s390x: basic self test
` [kvm-unit-tests PATCH v3 3/7] s390x: copy sclp.h and sclp-ascii.c from QEMU
` [kvm-unit-tests PATCH v3 4/7] s390x: compile sclp-ascii.c
` [kvm-unit-tests PATCH v3 5/7] s390x: wire up sclp console output
` [kvm-unit-tests PATCH v3 6/7] .travis.yml: add s390x
` [kvm-unit-tests PATCH v3 7/7] MAINTAINERS: add s390x maintainers
Windows 10 stuck
2017-05-22 9:46 UTC (2+ messages)
[PATCH] KVM: x86: Fix virtual wire mode
2017-05-22 8:54 UTC (3+ messages)
[PATCH v4.9] vfio/type1: Remove locked page accounting workqueue
2017-05-22 8:15 UTC (2+ messages)
[PATCH v4.4] vfio/type1: Remove locked page accounting workqueue
2017-05-22 8:13 UTC (2+ messages)
[RFC] memory consumption of Qemu is twice as much as the previous version in KVM
2017-05-22 7:10 UTC
[PATCH] KVM: nVMX: Fix handling of lmsw instruction
2017-05-21 23:18 UTC (2+ messages)
[PATCH v3 3/3] arm/arm64: signal SIBGUS and inject SEA Error
2017-05-21 9:23 UTC (8+ messages)
[PATCH v3 1/3] arm64: kvm: support kvmtool to detect RAS extension feature
2017-05-21 9:08 UTC (6+ messages)
` [PATCH v3 2/3] arm64: kvm: inject SError with virtual syndrome
[PATCH] KVM: irqchip: make a variable unsigned
2017-05-21 8:48 UTC (2+ messages)
[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
2017-05-21 7:16 UTC (7+ messages)
` [PATCH v5 17/32] x86/mm: Add support to access boot related data in the clear
[PATCH] KVM: X86: Fix preempt the preemption timer cancel
2017-05-21 3:32 UTC
[Bug 195791] New: user mode linux(uml) crashes while booting
2017-05-20 10:39 UTC (2+ messages)
` [Bug 195791] "
[Bug 195789] New: user mode linux(uml) crashes while booting
2017-05-20 10:37 UTC (2+ messages)
` [Bug 195789] "
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