kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-19 09:38:23 to 2020-04-27 09:40:22 UTC [more...]

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-04-27  5:40 UTC  (10+ messages)
` [PATCH v4 1/7] KVM: s390: "
` [PATCH v4 2/7] KVM: arm64: "
` [PATCH v4 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v4 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v4 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v4 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v4 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH v3 0/7] clean up redundant 'kvm_run' parameters
 2020-04-27  4:13 UTC  (10+ messages)
` [PATCH v3 1/7] KVM: s390: "
` [PATCH v3 2/7] KVM: arm64: "
` [PATCH v3 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v3 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v3 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v3 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v3 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH] KVM: arm64: Save/restore sp_el0 as part of __guest_enter
 2020-04-27  7:28 UTC  (2+ messages)

[PATCH v4 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-04-27  6:18 UTC  (8+ messages)
` [PATCH v4 1/2] target/arm: kvm: Handle "

[PATCH v2 0/7] clean up redundant 'kvm_run' parameters
 2020-04-26 12:59 UTC  (19+ messages)
` [PATCH v2 1/7] KVM: s390: "
` [PATCH v2 2/7] KVM: arm64: "
` [PATCH v2 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v2 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v2 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v2 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v2 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH kvmtool v4 0/5] Add CFI flash emulation
 2020-04-25 15:16 UTC  (19+ messages)
` [PATCH kvmtool v4 1/5] virtio-mmio: Assign IRQ line directly before registering device
` [PATCH kvmtool v4 2/5] Add emulation for CFI compatible flash memory
` [PATCH kvmtool v4 3/5] vfio: Destroy memslot when unmapping the associated VAs
` [PATCH kvmtool v4 4/5] memslot: Add support for READONLY mappings
` [PATCH kvmtool v4 5/5] cfi-flash: Add support for mapping flash into guest

[PATCH 5/5] kvm: Replace vcpu->swait with rcuwait
 2020-04-25 22:30 UTC  (3+ messages)

[RFC PATCH v11 0/9] Enable ptp_kvm for arm64
 2020-04-26  5:02 UTC  (16+ messages)
` [RFC PATCH v11 1/9] psci: export psci conduit get helper
` [RFC PATCH v11 2/9] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH v11 3/9] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v11 4/9] clocksource: Add clocksource id for arm arch counter
` [RFC PATCH v11 5/9] psci: Add hypercall service for ptp_kvm
` [RFC PATCH v11 6/9] ptp: arm64: Enable ptp_kvm for arm/arm64
` [RFC PATCH v11 7/9] ptp: extend input argument for getcrosstimestamp API
` [RFC PATCH v11 8/9] arm64: add mechanism to let user choose which counter to return
` [RFC PATCH v11 9/9] arm64: Add kvm capability check extension for ptp_kvm

[PATCH] KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITS
 2020-04-25  9:44 UTC 

[PATCH kvmtool v4 6/5] pci: Move legacy IRQ assignment into devices
 2020-04-24 15:17 UTC 

[PATCH 00/26] KVM: arm64: Preliminary NV patches
 2020-04-24  7:45 UTC  (34+ messages)
` [PATCH 01/26] KVM: arm64: Check advertised Stage-2 page size capability
` [PATCH 02/26] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
` [PATCH 03/26] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH 04/26] arm64: Detect the ARMv8.4 TTL feature
` [PATCH 05/26] arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors
` [PATCH 06/26] arm64: Add level-hinted TLB invalidation helper
` [PATCH 07/26] KVM: arm64: Add a level hint to __kvm_tlb_flush_vmid_ipa
` [PATCH 08/26] KVM: arm64: Use TTL hint in when invalidating stage-2 translations
` [PATCH 09/26] KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpu
` [PATCH 10/26] KVM: arm64: Refactor vcpu_{read,write}_sys_reg
` [PATCH 11/26] KVM: arm64: Add missing reset handlers for PMU emulation
` [PATCH 12/26] KVM: arm64: Move sysreg reset check to boot time
` [PATCH 13/26] KVM: arm64: Introduce accessor for ctxt->sys_reg
` [PATCH 14/26] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access
` [PATCH 15/26] KVM: arm64: sve: Use __vcpu_sys_reg() "
` [PATCH 16/26] KVM: arm64: pauth: Use ctxt_sys_reg() "
` [PATCH 17/26] KVM: arm64: debug: "
` [PATCH 18/26] KVM: arm64: Don't use empty structures as CPU reset state
` [PATCH 19/26] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH 20/26] KVM: arm64: Move ELR_EL1 to the system register array
` [PATCH 21/26] KVM: arm64: Move SP_EL1 "
` [PATCH 22/26] KVM: arm64: Disintegrate SPSR array
` [PATCH 23/26] KVM: arm64: Move SPSR_EL1 to the system register array
` [PATCH 24/26] KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
` [PATCH 25/26] KVM: arm64: timers: Move timer registers to the sys_regs file
` [PATCH 26/26] KVM: arm64: Parametrize exception entry with a target EL

[GIT PULL] KVM/arm fixes for 5.7, take #1
 2020-04-23 15:40 UTC  (9+ messages)
` [PATCH 1/8] KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER
` [PATCH 2/8] KVM: arm64: PSCI: Narrow input registers when using 32bit functions
` [PATCH 3/8] KVM: arm64: PSCI: Forbid 64bit functions for 32bit guests
` [PATCH 4/8] KVM: arm: vgic: Synchronize the whole guest on GIC{D, R}_I{S, C}ACTIVER read
` [PATCH 5/8] KVM: arm: vgic: Only use the virtual state when userspace accesses enable bits
` [PATCH 6/8] KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending bits
` [PATCH 7/8] KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy
` [PATCH 8/8] KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi()

[PATCH v3 0/6] KVM: arm: vgic fixes for 5.7
 2020-04-23 15:13 UTC  (15+ messages)
` [PATCH v3 1/6] KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER
` [PATCH v3 2/6] KVM: arm: vgic: Synchronize the whole guest on GIC{D, R}_I{S, C}ACTIVER read
` [PATCH v3 3/6] KVM: arm: vgic: Only use the virtual state when userspace accesses enable bits
` [PATCH v3 4/6] KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending bits
` [PATCH v3 5/6] KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy
` [PATCH v3 6/6] KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi()

[PATCH 4/5] kvm: Replace vcpu->swait with rcuwait
 2020-04-23  9:26 UTC  (7+ messages)

[PATCH v2] arm64: Unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}
 2020-04-22 17:36 UTC  (2+ messages)

[PATCH v2 0/6] KVM: arm: vgic fixes for 5.7
 2020-04-22 16:02 UTC  (8+ messages)
` [PATCH v2 4/6] KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending bits

[PATCH] arm64/kvm: Fix duplicate tracepoint definitions after KVM consolidation
 2020-04-22 15:50 UTC  (3+ messages)

[PATCH 3/4] kvm: Replace vcpu->swait with rcuwait
 2020-04-21 19:52 UTC  (10+ messages)
  ` [PATCH v2] "

[PATCH v2 0/8] Relax sanity checking for mismatched AArch32 EL1
 2020-04-21 15:15 UTC  (10+ messages)
` [PATCH v2 1/8] arm64: cpufeature: Relax check for IESB support
` [PATCH v2 2/8] arm64: cpufeature: Spell out register fields for ID_ISAR4 and ID_PFR1
` [PATCH v2 3/8] arm64: cpufeature: Add CPU capability for AArch32 EL1 support
` [PATCH v2 4/8] arm64: cpufeature: Remove redundant call to id_aa64pfr0_32bit_el0()
` [PATCH v2 5/8] arm64: cpufeature: Factor out checking of AArch32 features
` [PATCH v2 6/8] arm64: cpufeature: Relax AArch32 system checks if EL1 is 64-bit only
` [PATCH v2 7/8] arm64: cpufeature: Relax checks for AArch32 support at EL[0-2]
` [PATCH v2 8/8] arm64: cpufeature: Add an overview comment for the cpufeature framework

[PATCH v4 0/4] KVM: arm64: Tidy up arch Kconfig and Makefiles
 2020-04-21 13:17 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: arm64: Kill off CONFIG_KVM_ARM_HOST
` [PATCH v4 2/4] KVM: arm64: Update help text
` [PATCH v4 3/4] KVM: arm64: Change CONFIG_KVM to a menuconfig entry
` [PATCH v4 4/4] KVM: arm64: Clean up kvm makefiles

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-20 21:43 UTC  (2+ messages)

[PATCH v2 00/94] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-04-21  2:22 UTC  (10+ messages)

[PATCH kvmtool v3] Add emulation for CFI compatible flash memory
 2020-04-21 10:32 UTC  (3+ messages)

[PATCH RFC] KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supported
 2020-04-20 16:10 UTC  (2+ messages)

[RFC PATCH] arm64: unify WORKAROUND_SPECULATIVE_AT_{NVHE,VHE}
 2020-04-20 13:46 UTC  (5+ messages)

[PATCH v3 0/4] KVM: arm64: Tidy up arch Kconfig and Makefiles
 2020-04-20 13:37 UTC  (3+ messages)
` [PATCH v3 1/4] KVM: arm64: Kill off CONFIG_KVM_ARM_HOST

[PATCH 0/7] clean up redundant 'kvm_run' parameters
 2020-04-20 10:42 UTC  (11+ messages)
` [PATCH 1/7] KVM: s390: "
` [PATCH 4/7] KVM: PPC: "
` [PATCH 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH] KVM: X86: Fix compile error in svm/sev.c
 2020-04-20  7:14 UTC  (3+ 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).