kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-17 22:07:29 to 2019-12-24 12:36:02 UTC [more...]

[PATCH v2 00/18] arm64: KVM: add SPE profiling support
 2019-12-24 12:35 UTC  (48+ messages)
` [PATCH v2 01/18] dt-bindings: ARM SPE: highlight the need for PPI partitions on heterogeneous systems
` [PATCH v2 02/18] arm64: KVM: reset E2PB correctly in MDCR_EL2 when exiting the guest(VHE)
` [PATCH v2 03/18] arm64: KVM: define SPE data structure for each vcpu
` [PATCH v2 04/18] arm64: KVM: add SPE system registers to sys_reg_descs
` [PATCH v2 05/18] arm64: KVM/VHE: enable the use PMSCR_EL12 on VHE systems
` [PATCH v2 06/18] arm64: KVM: split debug save restore across vm/traps activation
` [PATCH v2 07/18] arm64: KVM/debug: drop pmscr_el1 and use sys_regs[PMSCR_EL1] in kvm_cpu_context
` [PATCH v2 08/18] arm64: KVM: add support to save/restore SPE profiling buffer controls
` [PATCH v2 09/18] arm64: KVM: enable conditional save/restore full "
` [PATCH v2 10/18] arm64: KVM/debug: use EL1&0 stage 1 translation regime
` [PATCH v2 11/18] KVM: arm64: don't trap Statistical Profiling controls to EL2
` [PATCH v2 12/18] KVM: arm64: add a new vcpu device control group for SPEv1
` [PATCH v2 13/18] perf: arm_spe: Add KVM structure for obtaining IRQ info
` [PATCH v2 14/18] KVM: arm64: spe: Provide guest virtual interrupts for SPE
` [PATCH v2 15/18] perf: arm_spe: Handle guest/host exclusion flags
` [PATCH v2 16/18] KVM: arm64: enable SPE support
` [PATCH v2 17/18, KVMTOOL] update_headers: Sync kvm UAPI headers with linux v5.5-rc2
` [PATCH v2 18/18, KVMTOOL] kvm: add a vcpu feature for SPEv1 support

[PATCH v3 00/32] irqchip/gic-v4: GICv4.1 architecture support
 2019-12-24 11:10 UTC  (33+ messages)
` [PATCH v3 01/32] irqchip/gic-v3: Detect GICv4.1 supporting RVPEID
` [PATCH v3 02/32] irqchip/gic-v3: Add GICv4.1 VPEID size discovery
` [PATCH v3 03/32] irqchip/gic-v3: Workaround Cavium TX1 erratum when reading GICD_TYPER2
` [PATCH v3 04/32] irqchip/gic-v3: Use SGIs without active state if offered
` [PATCH v3 05/32] irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocation
` [PATCH v3 06/32] irqchip/gic-v4.1: Implement the v4.1 flavour of VMAPP
` [PATCH v3 07/32] irqchip/gic-v4.1: Don't use the VPE proxy if RVPEID is set
` [PATCH v3 08/32] irqchip/gic-v4.1: Implement the v4.1 flavour of VMOVP
` [PATCH v3 09/32] irqchip/gic-v4.1: Plumb skeletal VPE irqchip
` [PATCH v3 10/32] irqchip/gic-v4.1: Add mask/unmask doorbell callbacks
` [PATCH v3 11/32] irqchip/gic-v4.1: Add VPE residency callback
` [PATCH v3 12/32] irqchip/gic-v4.1: Add VPE eviction callback
` [PATCH v3 13/32] irqchip/gic-v4.1: Add VPE INVALL callback
` [PATCH v3 14/32] irqchip/gic-v4.1: Suppress per-VLPI doorbell
` [PATCH v3 15/32] irqchip/gic-v4.1: Allow direct invalidation of VLPIs
` [PATCH v3 16/32] irqchip/gic-v4.1: Advertise support v4.1 to KVM
` [PATCH v3 17/32] irqchip/gic-v4.1: Map the ITS SGIR register page
` [PATCH v3 18/32] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
` [PATCH v3 19/32] irqchip/gic-v4.1: Add initial SGI configuration
` [PATCH v3 20/32] irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks
` [PATCH v3 21/32] irqchip/gic-v4.1: Plumb get/set_irqchip_state "
` [PATCH v3 22/32] irqchip/gic-v4.1: Plumb set_vcpu_affinity "
` [PATCH v3 23/32] irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer
` [PATCH v3 24/32] irqchip/gic-v4.1: Add VSGI allocation/teardown
` [PATCH v3 25/32] irqchip/gic-v4.1: Add VSGI property setup
` [PATCH v3 26/32] irqchip/gic-v4.1: Eagerly vmap vPEs
` [PATCH v3 27/32] KVM: arm64: GICv4.1: Let doorbells be auto-enabled
` [PATCH v3 28/32] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
` [PATCH v3 29/32] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
` [PATCH v3 30/32] KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
` [PATCH v3 31/32] KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
` [PATCH v3 32/32] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs

[PATCH v2 00/36] irqchip/gic-v4: GICv4.1 architecture support
 2019-12-24  9:19 UTC  (17+ messages)
` [PATCH v2 11/36] irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocation
` [PATCH v2 13/36] irqchip/gic-v4.1: Don't use the VPE proxy if RVPEID is set
` [PATCH v2 16/36] irqchip/gic-v4.1: Add mask/unmask doorbell callbacks
` [PATCH v2 19/36] irqchip/gic-v4.1: Add VPE INVALL callback
` [PATCH v2 22/36] irqchip/gic-v4.1: Advertise support v4.1 to KVM

[PATCH] KVM: arm/arm64: vgic: Handle GICR_PENDBASER.PTZ filed as RAZ
 2019-12-24  6:14 UTC  (12+ messages)

[PATCH 0/5] KVM: arm64: vcpu preempted check support
 2019-12-23  2:06 UTC  (10+ messages)
` [PATCH 1/5] KVM: arm64: Document PV-lock interface
` [PATCH 2/5] KVM: arm64: Implement PV_LOCK_FEATURES call

[PATCH v2 00/45] KVM: Refactor vCPU creation
 2019-12-20 16:22 UTC  (63+ messages)
` [PATCH v2 01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
` [PATCH v2 02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
` [PATCH v2 03/45] KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
` [PATCH v2 04/45] KVM: VMX: Allocate VPID after initializing VCPU
` [PATCH v2 05/45] KVM: VMX: Use direct vcpu pointer during vCPU create/free
` [PATCH v2 06/45] KVM: SVM: "
` [PATCH v2 07/45] KVM: x86: Allocate vcpu struct in common x86 code
` [PATCH v2 08/45] KVM: x86: Move FPU allocation to "
` [PATCH v2 09/45] KVM: x86: Move allocation of pio_data page down a few lines
` [PATCH v2 10/45] KVM: x86: Move kvm_vcpu_init() invocation to common code
` [PATCH v2 11/45] KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0
` [PATCH v2 12/45] KVM: PPC: Allocate vcpu struct in common PPC code
` [PATCH v2 13/45] KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init
` [PATCH v2 14/45] KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()
` [PATCH v2 15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code
` [PATCH v2 16/45] KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs
` [PATCH v2 17/45] KVM: MIPS: Drop kvm_arch_vcpu_free()
` [PATCH v2 18/45] KVM: PPC: "
` [PATCH v2 19/45] KVM: arm: "
` [PATCH v2 20/45] KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
` [PATCH v2 21/45] KVM: x86: Remove spurious clearing of async #PF MSR
` [PATCH v2 22/45] KVM: x86: Drop kvm_arch_vcpu_free()
` [PATCH v2 23/45] KVM: Remove kvm_arch_vcpu_free() declaration
` [PATCH v2 24/45] KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
` [PATCH v2 25/45] KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()
` [PATCH v2 26/45] KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page
` [PATCH v2 27/45] KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
` [PATCH v2 28/45] KVM: x86: "
` [PATCH v2 29/45] KVM: Introduce kvm_vcpu_destroy()
` [PATCH v2 30/45] KVM: Move vcpu alloc and init invocation to common code
` [PATCH v2 31/45] KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()
` [PATCH v2 32/45] KVM: Move initialization of preempt notifier to kvm_vcpu_init()
` [PATCH v2 33/45] KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create()
` [PATCH v2 34/45] KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()
` [PATCH v2 35/45] KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()
` [PATCH v2 36/45] KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create()
` [PATCH v2 37/45] KVM: Drop kvm_arch_vcpu_setup()
` [PATCH v2 38/45] KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create()
` [PATCH v2 39/45] KVM: MIPS: "
` [PATCH v2 40/45] KVM: ARM: "
` [PATCH v2 41/45] KVM: PPC: "
` [PATCH v2 42/45] KVM: arm64: Free sve_state via arm specific hook
` [PATCH v2 43/45] KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
` [PATCH v2 44/45] KVM: Move putting of vcpu->pid to kvm_vcpu_destroy()
` [PATCH v2 45/45] KVM: Move vcpu->run page allocation out of kvm_vcpu_init()

[PATCH 0/3] KVM: arm/arm64: exception injection fixes
 2019-12-20 15:44 UTC  (6+ messages)
` [PATCH 1/3] KVM: arm64: correct PSTATE on exception entry
` [PATCH 2/3] KVM: arm/arm64: correct CPSR "
` [PATCH 3/3] KVM: arm/arm64: correct AArch32 SPSR "

[kvm-unit-tests PATCH 00/16] arm/arm64: Add ITS tests
 2019-12-20  7:34 UTC  (13+ messages)
` [kvm-unit-tests PATCH 05/16] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH 06/16] arm/arm64: ITS: Test BASER
` [kvm-unit-tests PATCH 08/16] arm/arm64: ITS: Init the command queue
` [kvm-unit-tests PATCH 11/16] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH 12/16] arm/arm64: ITS: commands

[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
 2019-12-19 13:46 UTC  (5+ messages)
` [PATCH 7/7] KVM: arm/arm64: Elide CMOs when unmapping a range

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2019-12-18 18:10 UTC  (19+ messages)
` [PATCH v4 01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot
` [PATCH v4 05/19] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v4 07/19] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v4 11/19] KVM: x86: Free arrays for old memslot when moving memslot's base gfn
` [PATCH v4 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION

[GIT PULL] KVM/arm updates for 5.5-rc2
 2019-12-18 16:48 UTC  (2+ messages)

[PATCH v2] KVM: arm/arm64: Re-check VMA on detecting a poisoned page
 2019-12-18 15:38 UTC  (2+ messages)

[PATCH 0/3] KVM: arm/arm64: user_mem_abort() assorted fixes
 2019-12-18 15:13 UTC  (7+ messages)
` [PATCH 1/3] KVM: arm/arm64: Properly handle faulting of device mappings

[PATCH] arm64: Introduce ISAR6 CPU ID register
 2019-12-18  5:53 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).