Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2022-05-23 17:37:29 to 2022-06-09 12:12:37 UTC [more...]

[PATCH 0/6] KVM/arm64: Minor/trivial fixes from pKVM mega-patch
 2022-06-09 12:12 UTC  (2+ messages)
` [PATCH 1/6] KVM: arm64: Return error from kvm_arch_init_vm() on allocation failure

[PATCH 00/89] KVM: arm64: Base support for the pKVM hypervisor at EL2
 2022-06-08 18:41 UTC  (20+ messages)
` [PATCH 03/89] KVM: arm64: Return error from kvm_arch_init_vm() on allocation failure
` [PATCH 33/89] KVM: arm64: Handle guest stage-2 page-tables entirely at EL2
` [PATCH 59/89] KVM: arm64: Do not support MTE for protected VMs
` [PATCH 89/89] Documentation: KVM: Add some documentation for Protected KVM on arm64

[PATCH 00/18] KVM/arm64: Refactoring the vcpu flags
 2022-06-09  7:46 UTC  (44+ messages)
` [PATCH 01/18] KVM: arm64: Always start with clearing SVE flag on load
` [PATCH 02/18] KVM: arm64: Always start with clearing SME "
` [PATCH 03/18] KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor code
` [PATCH 04/18] KVM: arm64: Move FP state ownership from flag to a tristate
` [PATCH 05/18] KVM: arm64: Add helpers to manipulate vcpu flags among a set
` [PATCH 06/18] KVM: arm64: Add three sets of flags to the vcpu state
` [PATCH 07/18] KVM: arm64: Move vcpu configuration flags into their own set
` [PATCH 08/18] KVM: arm64: Move vcpu PC/Exception flags to the input flag set
` [PATCH 09/18] KVM: arm64: Move vcpu debug/SPE/TRBE "
` [PATCH 10/18] KVM: arm64: Move vcpu SVE/SME flags to the state "
` [PATCH 11/18] KVM: arm64: Move vcpu ON_UNSUPPORTED_CPU flag "
` [PATCH 12/18] KVM: arm64: Move vcpu WFIT "
` [PATCH 13/18] KVM: arm64: Kill unused vcpu flags field
` [PATCH 14/18] KVM: arm64: Convert vcpu sysregs_loaded_on_cpu to a state flag
` [PATCH 15/18] KVM: arm64: Warn when PENDING_EXCEPTION and INCREMENT_PC are set together
` [PATCH 16/18] KVM: arm64: Add build-time sanity checks for flags
` [PATCH 17/18] KVM: arm64: Reduce the size of the vcpu flag members
` [PATCH 18/18] KVM: arm64: Document why pause cannot be turned into a flag

[PATCH v3 0/5] KVM nVHE Hypervisor stack unwinder
 2022-06-08 18:17 UTC  (12+ messages)
` [PATCH v3 1/5] KVM: arm64: Factor out common stack unwinding logic
` [PATCH v3 2/5] KVM: arm64: Compile stacktrace.nvhe.o
` [PATCH v3 3/5] KVM: arm64: Add hypervisor overflow stack
` [PATCH v3 4/5] KVM: arm64: Allocate shared stacktrace pages
` [PATCH v3 5/5] KVM: arm64: Unwind and dump nVHE hypervisor stacktrace

[PATCH v2 0/3] KVM: arm64: Fix userspace access to HW pending state
 2022-06-07 19:28 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: arm64: Don't read a HW interrupt pending state in user context
` [PATCH v2 2/3] KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pending
` [PATCH v2 3/3] KVM: arm64: Warn if accessing timer pending state outside of vcpu context
` (subset) [PATCH v2 0/3] KVM: arm64: Fix userspace access to HW pending state

[PATCH] KVM: arm64: fix the inconsistent indenting
 2022-06-07 14:28 UTC  (2+ messages)

[PATCH v1 0/7] arm64/sve: Clean up KVM integration and optimise syscalls
 2022-06-07 13:17 UTC  (8+ messages)
` [PATCH v1 1/7] KVM: arm64: Discard any SVE state when entering KVM guests
` [PATCH v1 2/7] arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE
` [PATCH v1 3/7] arm64/fpsimd: Have KVM explicitly say which FP registers to save
` [PATCH v1 4/7] arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM
` [PATCH v1 5/7] arm64/fpsimd: Load FP state based on recorded data type
` [PATCH v1 6/7] arm64/sve: Leave SVE enabled on syscall if we don't context switch
` [PATCH v1 7/7] arm64/sve: Don't zero non-FPSIMD register state on syscall by default

[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-06 22:20 UTC  (5+ messages)
` [PATCH v5 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v5 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
` [PATCH v5 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
` [PATCH v5 4/4] KVM: arm64/mmu: count KVM s2 "

[PATCH 0/3] KVM: arm64: Fix userspace access to HW pending state
 2022-06-07 11:10 UTC  (9+ messages)
` [PATCH 1/3] KVM: arm64: Don't read a HW interrupt pending state in user context
` [PATCH 2/3] KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pending
` [PATCH 3/3] KVM: arm64: Warn if accessing timer pending state outside of vcpu context

[PATCH v12 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-06-06 10:35 UTC  (3+ messages)
` [PATCH v12 06/40] arm64/sme: Provide ABI documentation for SME

[PATCH v3 kvmtool 00/13] arm64: Allow the user to set RAM base address
 2022-06-06 10:53 UTC  (30+ messages)
` [PATCH v3 kvmtool 01/13] Use MB for megabytes consistently
` [PATCH v3 kvmtool 02/13] sizes.h: Make all sizes 64bit
` [PATCH v3 kvmtool 03/13] builtin-run: Always use RAM size in bytes
` [PATCH v3 kvmtool 04/13] builtin-run: Rework RAM size validation
` [PATCH v3 kvmtool 05/13] builtin-run: Add arch hook to validate VM configuration
` [PATCH v3 kvmtool 06/13] arm/arm64: Fail if RAM size is too large for 32-bit guests
` [PATCH v3 kvmtool 07/13] arm/arm64: Kill the ARM_MAX_MEMORY() macro
` [PATCH v3 kvmtool 08/13] arm/arm64: Kill the ARM_HIMAP_MAX_MEMORY() macro
` [PATCH v3 kvmtool 09/13] builtin_run: Allow standard size specifiers for memory
` [PATCH v3 kvmtool 10/13] kvm__arch_init: Remove hugetlbfs_path and ram_size as parameters
` [PATCH v3 kvmtool 11/13] arm/arm64: Consolidate RAM initialization in kvm__init_ram()
` [PATCH v3 kvmtool 12/13] Introduce kvm__arch_default_ram_address()
` [PATCH v3 kvmtool 13/13] arm64: Allow the user to specify the RAM base address

Need to run kvm/qemu on ARM
 2022-06-04  8:06 UTC  (2+ messages)

[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-03 16:42 UTC  (16+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[PATCH v6 00/22] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-06-01 21:50 UTC  (9+ messages)
` [PATCH v6 21/22] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v6 22/22] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs

[PATCH] KVM: arm64: Fix memory leaks from stage2 pagetable
 2022-05-31 17:41 UTC  (5+ messages)

[PATCH AUTOSEL 5.18 35/49] KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
 2022-06-01 16:45 UTC  (2+ messages)

[PATCH AUTOSEL 5.17 34/48] KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
 2022-06-01 13:54 UTC 

[PATCH v7 00/38] KVM: arm64: Make CPU ID registers writable by userspace
 2022-06-01  6:16 UTC  (4+ messages)
` [PATCH v7 01/38] KVM: arm64: Introduce a validation function for an ID register

[PATCH v7 00/22] Support SDEI Virtualization
 2022-05-30  6:57 UTC  (25+ messages)
` [PATCH v7 01/22] KVM: arm64: Extend smccc_get_argx()
` [PATCH v7 02/22] KVM: arm64: Route hypercalls based on their owner
` [PATCH v7 03/22] KVM: arm64: Add SDEI virtualization infrastructure
` [PATCH v7 04/22] KVM: arm64: Support EVENT_REGISTER hypercall
` [PATCH v7 05/22] KVM: arm64: Support EVENT_{ENABLE, DISABLE} hypercall
` [PATCH v7 06/22] KVM: arm64: Support EVENT_CONTEXT hypercall
` [PATCH v7 07/22] KVM: arm64: Support EVENT_UNREGISTER hypercall
` [PATCH v7 08/22] KVM: arm64: Support EVENT_STATUS hypercall
` [PATCH v7 09/22] KVM: arm64: Support EVENT_GET_INFO hypercall
` [PATCH v7 10/22] KVM: arm64: Support PE_{MASK, UNMASK} hypercall
` [PATCH v7 11/22] KVM: arm64: Support {PRIVATE, SHARED}_RESET hypercall
` [PATCH v7 12/22] KVM: arm64: Support event injection and delivery
` [PATCH v7 13/22] KVM: arm64: Support EVENT_{COMPLETE, COMPLETE_AND_RESUME} hypercall
` [PATCH v7 14/22] KVM: arm64: Support EVENT_SIGNAL hypercall
` [PATCH v7 15/22] KVM: arm64: Support SDEI_FEATURES hypercall
` [PATCH v7 16/22] KVM: arm64: Support SDEI_VERSION hypercall
` [PATCH v7 17/22] KVM: arm64: Expose SDEI capbility and service
` [PATCH v7 18/22] KVM: arm64: Allow large sized pseudo firmware registers
` [PATCH v7 19/22] KVM: arm64: Support SDEI event migration
` [PATCH v7 20/22] KVM: arm64: Add SDEI document
` [PATCH v7 21/22] selftests: KVM: aarch64: Add SDEI case in hypercall tests
` [PATCH v7 22/22] selftests: KVM: aarch64: Add SDEI test case

[PATCH v2 kvmtool 0/2] Add libfdt library
 2022-05-26 17:19 UTC  (3+ messages)
` [PATCH v2 kvmtool 1/2] "
` [PATCH v2 kvmtool 2/2] INSTALL: Remove all mentions of libfdt

[PATCH kvmtool 0/2] Add libfdt library
 2022-05-26 16:45 UTC  (5+ messages)
` [PATCH kvmtool 1/2] "
` [PATCH kvmtool 2/2] INSTALL: Remove all mentions of libfdt

[PATCH kvmtool 0/2] Fixes for arm64 and MIPS
 2022-05-26  9:17 UTC  (4+ messages)
` [PATCH kvmtool 1/2] arm64: Honor --vcpu-affinity for aarch32 guests
` [PATCH kvmtool 2/2] mips: Do not emulate a serial device

[PATCH kvmtool 0/4] Update virtio headers (to fix build)
 2022-05-26  9:17 UTC  (6+ messages)
` [PATCH kvmtool 1/4] update virtio_mmio.h
` [PATCH kvmtool 2/4] util: include virtio UAPI headers in sync
` [PATCH kvmtool 3/4] include: update virtio UAPI headers
` [PATCH kvmtool 4/4] include: add new virtio uapi header files

[PATCH v3 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-05-25 19:43 UTC  (3+ messages)
` [PATCH v3 09/13] KVM: selftests: aarch64: "

[PATCH AUTOSEL 5.15 03/10] KVM: arm64: Don't hypercall before EL2 init
 2022-05-24 16:00 UTC 

[PATCH AUTOSEL 5.17 05/12] KVM: arm64: Don't hypercall before EL2 init
 2022-05-24 15:59 UTC 


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