public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-01 04:53:32 to 2017-05-04 08:44:04 UTC [more...]

[PATCH v5 00/22] vITS save/restore
 2017-05-04  8:44 UTC  (44+ messages)
` [PATCH v5 01/22] KVM: arm/arm64: Add ITS save/restore API documentation
` [PATCH v5 16/22] KVM: arm64: vgic-its: Add infrastructure for table lookup
` [PATCH v5 18/22] KVM: arm64: vgic-its: vgic_its_check_id returns the entry's GPA
` [PATCH v5 19/22] KVM: arm64: vgic-its: ITT save and restore
` [PATCH v5 20/22] KVM: arm64: vgic-its: Device table save/restore
` [PATCH v5 21/22] KVM: arm64: vgic-its: Fix pending table sync
` [PATCH v5 22/22] KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES

[PATCH 0/5] Userspace timer IRQ number control and PMU with userspace-gic
 2017-05-04  8:38 UTC  (11+ messages)
` [PATCH 1/5] KVM: arm64: Allow creating the PMU without the in-kernel GIC
` [PATCH 2/5] KVM: arm: Handle VCPU device attributes in guest.c
` [PATCH 3/5] KVM: arm/arm64: Move irq_is_ppi() to header file
` [PATCH 4/5] KVM: arm/arm64: Move timer IRQ default init to arch_timer.c
` [PATCH 5/5] KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace

[PATCH v3 1/3] arm64: kvm: support kvmtool to detect RAS extension feature
 2017-05-04  8:19 UTC  (13+ messages)
` [PATCH v3 2/3] arm64: kvm: inject SError with virtual syndrome
` [PATCH v3 3/3] arm/arm64: signal SIBGUS and inject SEA Error

[Bug 111711] New: IOMMU Xonar Essence STX causes issues
 2017-05-04  7:19 UTC  (2+ messages)
` [Bug 111711] "

[PATCH 0/5] mc146818rtc: fix Windows VM clock faster
 2017-05-04  7:08 UTC  (14+ messages)
` [PATCH 1/5] mc146818rtc: update periodic timer only if it is needed
` [PATCH 2/5] mc146818rtc: fix clock lost after scaling coalesced irq
` [PATCH 3/5] mc146818rtc: properly count the time for the next interrupt
` [PATCH 4/5] mc146818rtc: move x86 specific code out of periodic_timer_update

[PATCH 0/7] KVM: MMU: fast write protect
 2017-05-04  7:06 UTC  (13+ messages)
` [PATCH 1/7] KVM: MMU: correct the behavior of mmu_spte_update_no_track
` [PATCH 2/7] KVM: MMU: introduce possible_writable_spte_bitmap
` [PATCH 3/7] KVM: MMU: introduce kvm_mmu_write_protect_all_pages
` [PATCH 4/7] KVM: MMU: enable KVM_WRITE_PROTECT_ALL_MEM
` [PATCH 5/7] KVM: MMU: allow dirty log without write protect
` [PATCH 6/7] KVM: MMU: clarify fast_pf_fix_direct_spte
` [PATCH 7/7] KVM: MMU: stop using mmu_spte_get_lockless under mmu-lock

[PATCH 0/3] nVMX: Emulated Page Modification Logging for Nested Virtualization
 2017-05-04  7:03 UTC  (5+ messages)
` [PATCH 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation
` [PATCH 2/3] nVMX: Implement emulated Page Modification Logging
` [PATCH 3/3] nVMX: Advertise PML to L1 hypervisor

[PATCH] KVM: Expose Virtual Machine Control Structure to SYSFS
 2017-05-04  2:08 UTC 

[PATCH 0/4] KVM: x86: kvm_mwait_in_guest() cleanup and fixes
 2017-05-03 20:11 UTC  (7+ messages)
` [PATCH 1/4] KVM: svm: prevent MWAIT in guest with erratum 400
` [PATCH 2/4] KVM: x86: prevent MWAIT in guest with buggy MONITOR
` [PATCH 3/4] KVM: x86: drop bogus MWAIT check
` [PATCH 4/4] KVM: x86: simplify kvm_mwait_in_guest()

[PATCH] KVM: x86: fix KVM_SET_CLOCK relative to setting correct clock value
 2017-05-03 18:24 UTC  (6+ messages)
  ` [PATCH v2] "

[GIT PULL] VFIO updates for v4.12-rc1
 2017-05-03 18:04 UTC 

[PATCH v2 0/9] KVM: towards maintainable kvm_make_all_cpus_request()
 2017-05-03 17:04 UTC  (5+ messages)
` [PATCH v2 3/9] KVM: remove #ifndef CONFIG_S390 around kvm_vcpu_wake_up
  ` [PATCH v3] "

[PATCH v3 00/10] KVM: arm/arm64: race fixes and vcpu requests
 2017-05-03 16:06 UTC  (11+ messages)
` [PATCH v3 01/10] KVM: add kvm_request_pending
` [PATCH v3 02/10] KVM: Add documentation for VCPU requests
` [PATCH v3 03/10] KVM: arm/arm64: prepare to use vcpu requests
` [PATCH v3 04/10] KVM: arm/arm64: use vcpu request in kvm_arm_halt_vcpu
` [PATCH v3 05/10] KVM: arm/arm64: don't clear exit request from caller
` [PATCH v3 06/10] KVM: arm/arm64: use vcpu requests for power_off
` [PATCH v3 07/10] KVM: arm/arm64: optimize VCPU RUN
` [PATCH v3 08/10] KVM: arm/arm64: change exit request to sleep request
` [PATCH v3 09/10] KVM: arm/arm64: use vcpu requests for irq injection
` [PATCH v3 10/10] KVM: arm/arm64: PMU: remove request-less vcpu kick

[PATCH 00/31] arm64: KVM: Mediate access to GICv3 sysregs at EL2
 2017-05-03 15:58 UTC  (35+ messages)
` [PATCH 01/31] arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
` [PATCH 02/31] arm64: KVM: Do not use stack-protector to compile EL2 code
` [PATCH 03/31] arm: KVM: Do not use stack-protector to compile HYP code
` [PATCH 04/31] KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interrupt
` [PATCH 05/31] KVM: arm/arm64: vgic-v3: "
` [PATCH 06/31] KVM: arm/arm64: vgic-v3: Use PREbits to infer the number of ICH_APxRn_EL2 registers
` [PATCH 07/31] KVM: arm/arm64: vgic-v3: Add accessors for the "
` [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 14/31] KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
` [PATCH 15/31] KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
` [PATCH 16/31] KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
` [PATCH 17/31] KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
` [PATCH 18/31] KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
` [PATCH 19/31] KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
` [PATCH 20/31] KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
` [PATCH 21/31] KVM: arm64: vgic-v3: Add misc Group-0 handlers
` [PATCH 22/31] KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
` [PATCH 23/31] KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
` [PATCH 24/31] arm64: Add MIDR values for Cavium cn83XX SoCs
` [PATCH 25/31] arm64: Add workaround for Cavium Thunder erratum 30115
` [PATCH 26/31] KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
` [PATCH 27/31] KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
` [PATCH 28/31] KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
` [PATCH 29/31] KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
` [PATCH 30/31] KVM: arm64: Enable GICv3 common sysreg trapping via command-line
` [PATCH 31/31] KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped

[PATCHv2 0/2] kvm: arm/arm64: Fixes for race conditions
 2017-05-03 14:17 UTC  (3+ messages)
` [PATCH 1/2] kvm: arm/arm64: Fix race in resetting stage2 PGD
` [PATCH 2/2] kvm: arm/arm64: Fix use after free of stage2 page table

[PATCH 0/2] kvm: Fixes for race conditions
 2017-05-03 13:13 UTC  (6+ messages)
` [PATCH 1/2] kvm: Fix mmu_notifier release race

[kvm-unit-tests PATCH 0/3] Update license information
 2017-05-03 12:45 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/3] Add LGPL information to some ARM and PPC specific library files
` [kvm-unit-tests PATCH 2/3] COPYRIGHT: Make it clear that kvm-unit-tests is GPL2 nowadays
` [kvm-unit-tests PATCH 3/3] Add a copyright/license header for the ARM spinlock test

[PATCH v6 00/13] basic channel IO passthrough infrastructure based on vfio
 2017-05-03 11:14 UTC  (16+ messages)
` [PATCH v6 06/13] s390x/css: device support for s390-ccw passthrough
  ` [Qemu-devel] "
` [PATCH v6 07/13] vfio/ccw: vfio based subchannel passthrough driver
  ` [Qemu-devel] "
` [PATCH v6 08/13] vfio/ccw: get io region info
  ` [Qemu-devel] "
` [PATCH v6 09/13] vfio/ccw: get irqs info and set the eventfd fd
  ` [Qemu-devel] "
` [PATCH v6 10/13] s390x/css: introduce and realize ccw-request callback
  ` [Qemu-devel] "

Handle pml in nested vmx
 2017-05-03  1:53 UTC  (3+ messages)

[PATCH] x86: kvm: Avoid guest page table walk when gpa_available is set
 2017-05-02 21:44 UTC  (9+ messages)

[PATCH 0/5] KVM/ARM: Fixes for 4.12-rc1
 2017-05-02 20:56 UTC  (14+ messages)
` [PATCH 1/5] arm64: KVM: Do not use stack-protector to compile EL2 code
` [PATCH 2/5] arm: KVM: Do not use stack-protector to compile HYP code
` [PATCH 3/5] KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interrupt
` [PATCH 4/5] KVM: arm/arm64: vgic-v3: "
` [PATCH 5/5] KVM: arm/arm64: vgic-v3: Use PREbits to infer the number of ICH_APxRn_EL2 registers

[PATCH] KVM: nVMX: do not leak PML full vmexit to L1
 2017-05-02 18:31 UTC  (3+ messages)

userspace emulated smmu/vfio integration: how to trap updates to the table structures?
 2017-05-02 17:36 UTC  (10+ messages)

[PATCH] Revert "KVM: Support vCPU-based gfn->hva cache"
 2017-05-02 14:23 UTC 

[PATCH v2] uio/uio_pci_generic: don't fail probe if pdev->irq == NULL
 2017-05-02 14:20 UTC 

[PATCH] tools/kvm: fix top level makefile
 2017-05-02 14:04 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/32] VMX framework enhancements and new tests
 2017-05-02 14:00 UTC  (2+ messages)

CFP: KVM Forum 2017
 2017-05-02 10:41 UTC 

[PATCH] uio/uio_pci_generic: don't fail probe if pdev->irq == NULL
 2017-05-02  9:20 UTC  (4+ messages)

[PATCH v5 3/4] shutdown: Add source information to SHUTDOWN and RESET
 2017-05-02  8:13 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH] arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
 2017-05-02  7:30 UTC  (2+ messages)

[PATCH 0/2] arm64: Workaround for Thunder KVM hang issues
 2017-05-01  4:53 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