public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-01 13:50:09 to 2017-06-06 17:20:15 UTC [more...]

[PATCH RFC tip/core/rcu 1/2] srcu: Allow use of Tiny/Tree SRCU from both process and interrupt context
 2017-06-06 17:20 UTC  (19+ messages)
` [PATCH RFC tip/core/rcu 2/2] srcu: Allow use of Classic "

[PATCH v2 tip/core/rcu 1/2] srcu: Allow use of Tiny/Tree SRCU from both process and interrupt context
 2017-06-06 17:07 UTC  (2+ messages)
` [PATCH v2 tip/core/rcu 2/2] srcu: Allow use of Classic "

[PATCH v2 00/25] arm64: KVM: Mediate access to GICv3 sysregs at EL2
 2017-06-06 16:56 UTC  (69+ messages)
` [PATCH v2 03/25] KVM: arm64: Make kvm_condition_valid32() accessible from EL2
` [PATCH v2 04/25] KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
` [PATCH v2 05/25] KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
` [PATCH v2 06/25] KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
` [PATCH v2 07/25] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
` [PATCH v2 08/25] KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
` [PATCH v2 09/25] KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
` [PATCH v2 10/25] KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
` [PATCH v2 11/25] KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
` [PATCH v2 12/25] KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
` [PATCH v2 13/25] KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
` [PATCH v2 14/25] KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
` [PATCH v2 15/25] KVM: arm64: vgic-v3: Add misc Group-0 handlers
` [PATCH v2 16/25] KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
` [PATCH v2 17/25] KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
` [PATCH v2 19/25] arm64: Add workaround for Cavium Thunder erratum 30115
` [PATCH v2 20/25] KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
` [PATCH v2 21/25] KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
` [PATCH v2 22/25] KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
` [PATCH v2 23/25] KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
` [PATCH v2 25/25] KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped

[PULL 0/3] KVM/ARM Fixes for v4.12-rc5
 2017-06-06 13:56 UTC  (4+ messages)
` [PULL 1/3] KVM: arm/arm64: Fix isues with GICv2 on GICv3 migration
` [PULL 2/3] KVM: arm/arm64: vgic-v3: Fix nr_pre_bits bitfield extraction
` [PULL 3/3] KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages

[PATCH] kvm: async_pf: fix rcu_irq_enter() with irqs enabled
 2017-06-06 13:28 UTC  (3+ messages)

[PATCH] KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages
 2017-06-06 13:28 UTC  (2+ messages)

[PATCH v2] KVM: nVMX: Fix exception injection
 2017-06-06 13:26 UTC  (4+ messages)

[PATCH CFT 0/4] VT-d PI fixes
 2017-06-06 12:45 UTC  (8+ messages)
` [PATCH 1/4] KVM: VMX: extract __pi_post_block
` [PATCH 2/4] KVM: VMX: avoid double list add with VT-d posted interrupts
` [PATCH 3/4] KVM: VMX: simplify and fix vmx_vcpu_pi_load
` [PATCH 4/4] KVM: VMX: simplify cmpxchg of PI descriptor control field

[PATCH] include/linux/vfio.h: Guard powerpc-specific functions with CONFIG_VFIO_SPAPR_EEH
 2017-06-06 12:09 UTC 

[PATCH V17 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-06-06  9:25 UTC  (6+ messages)
` [PATCH V17 02/11] ras: acpi/apei: cper: add support for generic data v3 structure
` [PATCH V17 03/11] cper: add timestamp print to CPER status printing

[PATCH] KVM: PPC: Book3S HV: Context-switch EBB registers properly
 2017-06-06  7:09 UTC 

[PATCH] KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1
 2017-06-06  4:51 UTC 

[PATCH 0/7] KVM: MMU: fast write protect
 2017-06-06  2:56 UTC  (3+ messages)
` [Qemu-devel] "

[help] host kernel panic in kvm's wakeup_handler()
 2017-06-05 16:21 UTC  (5+ messages)

KVM is type 1 hypervisor, but
 2017-06-05 15:40 UTC  (12+ messages)

[kvm-unit-tests PATCH v2] s390x: Interception tests
 2017-06-05 15:13 UTC  (6+ messages)

[PATCH] KVM: arm/arm64: vgic-v3: Fix nr_pre_bits bitfield extraction
 2017-06-05 13:17 UTC  (2+ messages)

[PATCH] KVM: nVMX: Fix exception injection
 2017-06-05 12:19 UTC  (3+ messages)

Vexpress TC2 no longer booting on v4.12-rc1
 2017-06-05  9:27 UTC  (6+ messages)

[PATCH v5 00/11] KVM: arm/arm64: race fixes and vcpu requests
 2017-06-04 14:56 UTC  (15+ messages)
` [PATCH v5 01/11] KVM: improve arch vcpu request defining
` [PATCH v5 02/11] KVM: add kvm_request_pending
` [PATCH v5 03/11] KVM: Add documentation for VCPU requests
` [PATCH v5 04/11] KVM: arm/arm64: properly use vcpu requests
` [PATCH v5 05/11] KVM: arm/arm64: replace pause checks with vcpu request checks
` [PATCH v5 06/11] KVM: arm/arm64: use vcpu requests for power_off
` [PATCH v5 07/11] KVM: arm/arm64: optimize VCPU RUN
` [PATCH v5 08/11] KVM: arm/arm64: change exit request to sleep request
` [PATCH v5 09/11] KVM: arm/arm64: use vcpu requests for irq injection
` [PATCH v5 10/11] KVM: arm/arm64: PMU: remove request-less vcpu kick
` [PATCH v5 11/11] KVM: arm/arm64: timer: "

[PATCH v2 0/3] Fix race condition and simplify vgic active handler
 2017-06-04 14:45 UTC  (8+ messages)
` [PATCH v2 3/3] KVM: arm/arm64: Simplify active_change_prepare and plug race

[PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support
 2017-06-03 12:01 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH kvm-unit-tests v2 0/2] arm/arm64: smp: on_cpu improvements
 2017-06-03  8:28 UTC  (4+ messages)
` [PATCH kvm-unit-tests v2 1/2] arm/arm64: smp: cpu0 is special
` [PATCH kvm-unit-tests v2 2/2] arm/arm64: smp: add deadlock detection
` [PATCH kvm-unit-tests v2 3/2] arm/arm64: smp: detect deadlock cycles

[RFC 00/55] Nested Virtualization on KVM/ARM
 2017-06-02 23:49 UTC  (13+ messages)
` [RFC 07/55] KVM: arm/arm64: Add virtual EL2 state emulation framework
` [RFC 08/55] KVM: arm64: Set virtual EL2 context depending on the guest exception level

[PATCH 00/10] ARM/ARM64 Direct EOI setup for VFIO wired interrupts
 2017-06-02 16:29 UTC  (9+ messages)
` [PATCH 05/10] VFIO: pci: Introduce direct EOI INTx interrupt handler
` [PATCH 08/10] KVM: arm/arm64: vgic: Handle unshared mapped interrupts

[kvm-unit-tests PATCH] ppc64: test rtc parameter
 2017-06-02 15:39 UTC  (2+ messages)

[PATCH kvm-unit-tests 0/2] arm/arm64: smp: on_cpu improvements
 2017-06-02 15:26 UTC  (4+ messages)
` [PATCH kvm-unit-tests 1/2] arm/arm64: smp: cpu0 is special
` [PATCH kvm-unit-tests 2/2] arm/arm64: smp: add deadlock detection

[PATCH RFC 0/2] KVM: s390: avoid having to enable vm.alloc_pgste
 2017-06-02 13:20 UTC  (20+ messages)
` [PATCH RFC 1/2] s390x: mm: allow mixed page table types (2k and 4k)

[PATCH v6] KVM: x86: avoid large stack allocations in em_fxrstor
 2017-06-02  2:10 UTC 

[PATCH v4] KVM: x86: avoid large stack allocations in em_fxrstor
 2017-06-02  2:10 UTC  (6+ messages)
` [PATCH v5] "

[PATCH 0/4] KVM: nVMX: Fix some failed VM-entry issues
 2017-06-01 22:13 UTC  (5+ messages)
` [PATCH 1/4] KVM: nVMX: Sequester all vmcs12 guest-state updates
` [PATCH 2/4] KVM: nVMX: Introduce update_vmcs12_vm_entry_controls
` [PATCH 3/4] KVM: nVMX: Introduce record_extra_vmcs12_exit_information
` [PATCH 4/4] KVM: nVMX: Don't set vmcs12 to "launched" when VMLAUNCH fails

[PATCH] KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exit
 2017-06-01 19:44 UTC 

[PATCH] KVM: nVMX: Don't update vmcs12->xss_exit_bitmap on nested VM-exit
 2017-06-01 19:43 UTC 

[GIT PULL] KVM changes for 4.12-rc4
 2017-06-01 16:49 UTC 

[PATCH kvm-unit-tests 0/7] x86: introduce and apply on_cpus
 2017-06-01 15:49 UTC  (9+ messages)
` [PATCH kvm-unit-tests 1/7] x86/unittests.cfg: create hyperv group
` [PATCH kvm-unit-tests 2/7] lib/x86/smp: introduce on_cpus
` [PATCH kvm-unit-tests 3/7] x86/hyperv_clock: apply on_cpus
` [PATCH kvm-unit-tests 4/7] x86/hyperv_stimer: "
` [PATCH kvm-unit-tests 5/7] x86/hyperv_synic: "
` [PATCH kvm-unit-tests 6/7] x86/kvmclock_test: "
` [PATCH kvm-unit-tests 7/7] x86/vmexit: "

[PATCH v4 00/11] KVM: arm/arm64: race fixes and vcpu requests
 2017-06-01 13:53 UTC  (7+ messages)
` [PATCH v4 09/11] KVM: arm/arm64: use vcpu requests for irq injection

[PATCH kvm-unit-tests 0/3] arm/arm64: introduce on_cpu[_async]
 2017-06-01 13:50 UTC  (4+ messages)
` [PATCH kvm-unit-tests 1/3] arm/arm64: smp: rename secondary_halt to do_idle
` [PATCH kvm-unit-tests 2/3] arm/arm64: smp: introduce on_cpu and on_cpu_async
` [PATCH kvm-unit-tests 3/3] arm/arm64: rename smp_run to on_cpus


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