Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2022-05-28 11:50:12 to 2022-06-16 17:51:14 UTC [more...]

[PATCH] selftests: KVM: Handle compiler optimizations in ucall
 2022-06-16 16:25 UTC  (5+ messages)

[PATCH] KVM: arm64: Prevent kmemleak from accessing pKVM memory
 2022-06-16 17:51 UTC  (2+ messages)

[PATCH v2 0/5] KVM: Clean up debugfs+stats init/destroy
 2022-06-16 17:48 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: Shove vm stats_id init into kvm_create_vm()
` [PATCH v2 2/5] KVM: Shove vcpu stats_id init into kvm_vcpu_init()

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

[PATCH kvmtool] arm: gic: fdt: fix PPI CPU mask calculation
 2022-06-16 14:55 UTC 

[PATCH] KVM: arm64: Add Oliver as a reviewer
 2022-06-16 14:16 UTC  (2+ messages)

[PATCH 1/2] KVM: selftests: kvm_vm_elf_load() and elfhdr_get() should close fd
 2022-06-16 14:07 UTC  (2+ messages)

[PATCH 0/4] Fix filename reporting in guest asserts
 2022-06-16 12:47 UTC  (9+ messages)
` [PATCH 1/4] KVM: selftests: enumerate GUEST_ASSERT arguments
` [PATCH 2/4] KVM: selftests: Increase UCALL_MAX_ARGS to 7
` [PATCH 3/4] KVM: selftests: Write REPORT_GUEST_ASSERT macros to pair with GUEST_ASSERT
` [PATCH 4/4] KVM: selftests: Fix filename reporting in guest asserts

[PATCH v3 kvmtool 00/13] arm64: Allow the user to set RAM base address
 2022-06-15 16:01 UTC  (28+ messages)
` [PATCH v3 kvmtool 02/13] sizes.h: Make all sizes 64bit
` [PATCH v3 kvmtool 04/13] builtin-run: Rework RAM size validation
` [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

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

[PATCH v3 0/5] KVM nVHE Hypervisor stack unwinder
 2022-06-14 20:09 UTC  (14+ 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 v5 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-13 17:11 UTC  (8+ 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 1/2] KVM: arm64: nvhe: rename confusing obj-y
 2022-06-13  9:20 UTC  (2+ messages)
` [PATCH 2/2] KVM: arm64: nvhe: add intermediates to 'targets' instead of extra-y

[PATCH 0/6] KVM/arm64: Minor/trivial fixes from pKVM mega-patch
 2022-06-14  5:57 UTC  (10+ messages)
` [PATCH 1/6] KVM: arm64: Return error from kvm_arch_init_vm() on allocation failure
` [PATCH 2/6] KVM: arm64: Handle all ID registers trapped for a protected VM
` [PATCH 3/6] KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHE
` [PATCH 4/6] KVM: arm64: Extend comment in has_vhe()
` [PATCH 5/6] KVM: arm64: Remove redundant hyp_assert_lock_held() assertions
` [PATCH 6/6] KVM: arm64: Drop stale comment

[PATCH 00/18] KVM/arm64: Refactoring the vcpu flags
 2022-06-10  7:48 UTC  (42+ 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 13/18] KVM: arm64: Kill unused vcpu flags field
` [PATCH 15/18] KVM: arm64: Warn when PENDING_EXCEPTION and INCREMENT_PC are set together
` [PATCH 18/18] KVM: arm64: Document why pause cannot be turned into a flag

[GIT PULL] KVM/arm64 fixes for 5.19, take #1
 2022-06-09 14:31 UTC  (2+ messages)

[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 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 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

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

[PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
 2022-06-03 16:42 UTC  (11+ messages)

[PATCH v6 00/22] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-06-01 21:50 UTC  (3+ messages)
` [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  (3+ messages)


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