public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-05 10:53:52 to 2017-10-09 17:52:39 UTC [more...]

[PATCH v4 00/26] KVM/ARM: Add support for GICv4
 2017-10-09 17:52 UTC  (29+ messages)
` [PATCH v4 01/26] KVM: arm/arm64: register irq bypass consumer on ARM/ARM64
` [PATCH v4 02/26] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PATCH v4 03/26] KVM: arm: Select ARM_GIC_V3 and ARM_GIC_V3_ITS
` [PATCH v4 04/26] KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around
` [PATCH v4 05/26] KVM: arm/arm64: vITS: Add MSI translation helpers
` [PATCH v4 06/26] KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPI
` [PATCH v4 07/26] KVM: arm/arm64: GICv4: Add property field and per-VM predicate
` [PATCH v4 08/26] KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
` [PATCH v4 09/26] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PATCH v4 10/26] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI
` [PATCH v4 11/26] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI
` [PATCH v4 12/26] KVM: arm/arm64: GICv4: Propagate affinity changes to the physical ITS
` [PATCH v4 13/26] KVM: arm/arm64: GICv4: Handle CLEAR applied to a VLPI
` [PATCH v4 14/26] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PATCH v4 15/26] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs
` [PATCH v4 16/26] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE
` [PATCH v4 17/26] KVM: arm/arm64: GICv4: Propagate VLPI properties at map time
` [PATCH v4 18/26] KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint
` [PATCH v4 19/26] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v4 20/26] KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source
` [PATCH v4 21/26] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v4 22/26] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered
` [PATCH v4 23/26] KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved
` [PATCH v4 24/26] KVM: arm/arm64: GICv4: Enable VLPI support
` [PATCH v4 25/26] KVM: arm/arm64: GICv4: Prevent heterogenous systems from using GICv4
` [PATCH v4 26/26] KVM: arm/arm64: GICv4: Theory of operations

[PATCH v3 00/20] KVM: arm/arm64: Optimize arch timer register handling
 2017-10-09 17:52 UTC  (25+ messages)
` [PATCH v3 02/20] arm64: Use physical counter for in-kernel reads
` [PATCH v3 03/20] arm64: Use the physical counter when available for read_cycles
` [PATCH v3 04/20] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
` [PATCH v3 05/20] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [PATCH v3 06/20] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [PATCH v3 07/20] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [PATCH v3 08/20] KVM: arm/arm64: Rename soft timer to bg_timer
` [PATCH v3 09/20] KVM: arm/arm64: Use separate timer for phys timer emulation
` [PATCH v3 10/20] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
` [PATCH v3 11/20] KVM: arm/arm64: Move timer save/restore out of the hyp code
` [PATCH v3 12/20] genirq: Document vcpu_info usage for percpu_devid interrupts
` [PATCH v3 13/20] KVM: arm/arm64: Set VCPU affinity for virt timer irq

[PATCH v2 1/2] KVM: X86: Processor States following Reset or INIT
 2017-10-09 17:00 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabled

[Part2 PATCH v5 00/31] x86: Secure Encrypted Virtualization (AMD)
 2017-10-09 15:21 UTC  (24+ messages)
` [Part2 PATCH v5 11/31] crypto: ccp: Define SEV key management command id
` [Part2 PATCH v5 12/31] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
  ` [Part2 PATCH v5.1 12.1/31] "
    ` [Part2 PATCH v5.1 12.2/31] crypto: ccp: Define SEV userspace ioctl and command id
    ` [Part2 PATCH v5.1 12.3/31] crypto: ccp: Implement SEV_FACTORY_RESET ioctl command
    ` [Part2 PATCH v5.1 12.4/31] crypto: ccp: Implement SEV_PLATFORM_STATUS "
    ` [Part2 PATCH v5.1 12.5/31] crypto: ccp: Implement SEV_PEK_GEN "
    ` [Part2 PATCH v5.1 12.6/31] crypto: ccp: Implement SEV_PDH_GEN "
    ` [Part2 PATCH v5.1 12.7/31] crypto: ccp: Implement SEV_PEK_CSR "
    ` [Part2 PATCH v5.1 12.8/31] crypto: ccp: Implement SEV_PEK_CERT_IMPORT "
    ` [Part2 PATCH v5.1 12.9/31] crypto: ccp: Implement SEV_PDH_CERT_EXPORT "

[PATCH 00/10] arm/arm64: KVM: limit icache invalidation to prefetch aborts
 2017-10-09 15:20 UTC  (11+ messages)
` [PATCH 01/10] KVM: arm/arm64: Split dcache/icache flushing
` [PATCH 02/10] arm64: KVM: Add invalidate_icache_range helper
` [PATCH 03/10] arm: KVM: Add optimized PIPT icache flushing
` [PATCH 04/10] arm64: KVM: PTE/PMD S2 XN bit definition
` [PATCH 05/10] KVM: arm/arm64: Limit icache invalidation to prefetch aborts
` [PATCH 06/10] KVM: arm/arm64: Only clean the dcache on translation fault
` [PATCH 07/10] KVM: arm/arm64: Preserve Exec permission across R/W permission faults
` [PATCH 08/10] KVM: arm/arm64: Drop vcpu parameter from coherent_{d,i}cache_guest_page
` [PATCH 09/10] KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.h
` [PATCH 10/10] arm: KVM: Use common implementation for all flushes to PoC

[PATCH v16 0/5] Virtio-balloon Enhancement
 2017-10-09 15:20 UTC  (7+ messages)
` [PATCH v16 1/5] lib/xbitmap: Introduce xbitmap
` [PATCH v16 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG

[PATCH] MAINTAINERS: Add Paul Mackerras as maintainer for KVM/powerpc
 2017-10-09 15:01 UTC  (7+ messages)

[PATCH 54/88] KVM: use g_new() family of functions
 2017-10-09 14:21 UTC  (2+ messages)

[PATCH 3.16 170/192] MIPS: KVM: Fix modular KVM under QEMU
 2017-10-09 12:44 UTC 

[PATCH] KVM: remove printing of token address
 2017-10-09 10:58 UTC  (4+ messages)

[Bug 196409] New: kvm_amd nested pagetable gpu passthrough performance oddities
 2017-10-09 10:19 UTC  (2+ messages)
` [Bug 196409] "

[PATCH 1/2] KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabled
 2017-10-09  8:04 UTC  (6+ messages)
` [PATCH 2/2] KVM: X86: XCR0 should be set to the fixed value on vCPU reset

[PATCH] vfio/pci: Virtualize Maximum Read Request Size
 2017-10-09  7:38 UTC  (2+ messages)

[RFC PATCH kernel] vfio-pci: Allow write combining
 2017-10-09  2:50 UTC 

[BACKPORT 3.14.y] MIPS: KVM: Fix modular KVM under QEMU
 2017-10-08 21:14 UTC  (2+ messages)

[PATCH] arch/x86: remove redundant null checks before kmem_cache_destroy
 2017-10-08  3:15 UTC 

NvFBC for guest to local host possible? Shared memory
 2017-10-07  8:46 UTC 

[Bug 191451] New: Host hangs when hyperv/pvspinlock are disabled
 2017-10-07  2:04 UTC  (2+ messages)
` [Bug 191451] "

[PATCH 0/3] KVM: x86: fix restart_apic_timer
 2017-10-07  0:58 UTC  (8+ messages)
` [PATCH 1/3] KVM: x86: handle 0 write to TSC_DEADLINE MSR
` [PATCH 2/3] KVM: x86: really disarm lapic timer when clearing TMICT
` [PATCH 3/3] KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switch

[PATCH v6 0/3] KVM: LAPIC: Rework lapic timer to behave more like real-hardware
 2017-10-07  0:50 UTC  (10+ messages)
` [PATCH v6 1/3] KVM: LAPIC: Introduce limit_periodic_timer_frequency
` [PATCH v6 2/3] KVM: LAPIC: Keep timer running when switching between one-shot and periodic mode
` [PATCH v6 3/3] KVM: LAPIC: Apply change to TDCR right away to the timer

[Part2 PATCH v5 10/31] crypto: ccp: Add Platform Security Processor (PSP) device support
 2017-10-06 23:09 UTC  (2+ messages)
` [Part2 PATCH v5.1 "

[GIT PULL] KVM fixes for v4.14-rc4
 2017-10-06 18:24 UTC 

[PATCH v2 00/15] KVM x86/VMX cleanups
 2017-10-06 18:11 UTC  (2+ messages)

[PATCH v6 0/7] Add RAS virtualization support for SEA/SEI notification type in KVM
 2017-10-06 17:31 UTC  (13+ messages)
` [PATCH v6 6/7] KVM: arm64: allow get exception information from userspace
            ` 答复: "

[PATCH] KVM: x86: remove X86_LOCAL_APIC #ifdefs
 2017-10-06 17:26 UTC 

[PATCH v8] KVM: LAPIC: Apply change to TDCR right away to the timer
 2017-10-06 16:37 UTC  (4+ messages)

[PATCH v2 00/10] vITS Migration fixes and reset
 2017-10-06 15:33 UTC  (17+ messages)
` [PATCH v2 01/10] KVM: arm/arm64: vgic-its: fix return value for restore
` [PATCH v2 02/10] KVM: arm/arm64: vgic-its: Always allow clearing GITS_CREADR/CWRITER
` [PATCH v2 03/10] KVM: arm/arm64: vgic-its: Improve error reporting on device table save
` [PATCH v2 04/10] KVM: arm/arm64: vgic-its: Check GITS_BASER Valid bit before saving tables
` [PATCH v2 05/10] KVM: arm/arm64: vgic-its: Check GITS_CBASER validity before processing commands
` [PATCH v2 06/10] KVM: arm/arm64: vgic-its: Always attempt to save/restore device and collection tables

[PATCH v1 0/2] KVM: arm64: single step emulation instructions
 2017-10-06 14:43 UTC  (16+ messages)
` [PATCH v1 1/2] KVM: arm64: handle single-stepping trapped instructions
` [PATCH v1 2/2] kvm: arm64: handle single-step of userspace mmio instructions

[PATCH v7] KVM: LAPIC: Apply change to TDCR right away to the timer
 2017-10-06 14:40 UTC  (3+ messages)

[PATCH v5 3/3] KVM: LAPIC: Apply change to TDCR right away to the timer
 2017-10-06 14:20 UTC  (7+ messages)

[PATCH] kvm/x86: Avoid async PF to end RCU read-side critical section early in PREEMPT=n kernel
 2017-10-06 12:41 UTC  (4+ messages)

x86: PIE support and option to extend KASLR randomization
 2017-10-06 10:39 UTC  (11+ messages)

sysbench throughput degradation in 4.13+
 2017-10-06 10:36 UTC  (11+ messages)

[PATCH] kvm, mm: account kvm related kmem slabs to kmemcg
 2017-10-06  8:55 UTC  (5+ messages)

KVM PV (was: Re: [PATCH v2 2/2] x86/lguest: remove lguest support)
 2017-10-06  7:47 UTC  (8+ messages)
      ` [Xen-devel] "
        ` [Xen-devel] KVM PV

[PATCH RFC hack dont apply] intel_idle: support running within a VM
 2017-10-06  3:37 UTC  (8+ messages)

[PATCH v2] tools/kvm_stat: Add Python 3 support to kvm_stat
 2017-10-05 18:05 UTC  (2+ messages)

[PATCH] KVM: add X86_LOCAL_APIC dependency
 2017-10-05 18:01 UTC  (2+ messages)

x86: PIE support and option to extend KASLR randomization
 2017-10-05 16:14 UTC  (6+ messages)
` [RFC v3 20/27] x86/ftrace: Adapt function tracing for PIE support

[PATCH v5 1/3] KVM: LAPIC: Fix lapic timer mode transition
 2017-10-05 14:30 UTC  (2+ messages)
` [PATCH v5 2/3] KVM: LAPIC: Keep timer running when switching between one-shot and periodic mode

[PATCH v5 0/3] KVM: LAPIC: Rework lapic timer to behave more like real-hardware
 2017-10-05 14:22 UTC 

[PATCH v4 0/3] KVM: LAPIC: Rework lapic timer to behave more like real-hardware
 2017-10-05 13:55 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: LAPIC: Fix lapic timer mode transition
` [PATCH v4 2/3] KVM: LAPIC: Keep timer running when switching between one-shot and periodic mode
` [PATCH v4 3/3] KVM: LAPIC: Apply change to TDCR right away to the timer

[PATCH v2 0/1] linux: Buffers/caches in VirtIO Balloon driver stats
 2017-10-05 13:51 UTC  (2+ messages)

[PATCH v3 0/3] KVM: LAPIC: Rework lapic timer to behave more like real-hardware
 2017-10-05 12:54 UTC  (5+ messages)
` [PATCH v3 2/3] KVM: LAPIC: Keep timer running when switching between one-shot and periodic mode
` [PATCH v3 3/3] KVM: LAPIC: Apply change to TDCR right away to the timer

[PATCH v2 0/4] KVM: LAPIC: Rework lapic timer to behave more like real-hardware
 2017-10-05 10:57 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