Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2022-04-21 10:06:18 to 2022-04-29 03:42:38 UTC [more...]

[PATCH v5 00/13] KVM: arm64: PSCI SYSTEM_SUSPEND support
 2022-04-29  3:42 UTC  (10+ messages)
` [PATCH v5 06/13] KVM: arm64: Return a value from check_vcpu_requests()
` [PATCH v5 07/13] KVM: arm64: Add support for userspace to suspend a vCPU
` [PATCH v5 08/13] KVM: arm64: Implement PSCI SYSTEM_SUSPEND

[PATCH v3 0/5] arm64: Treat ESR_ELx as a 64-bit register
 2022-04-28 20:59 UTC  (7+ messages)
` [PATCH v3 1/5] arm64: Make ESR_ELx_xVC_IMM_MASK compatible with assembly
` [PATCH v3 2/5] arm64: compat: Do not treat syscall number as ESR_ELx for a bad syscall
` [PATCH v3 3/5] arm64: Treat ESR_ELx as a 64-bit register
` [PATCH v3 4/5] KVM: arm64: Treat ESR_EL2 "
` [PATCH v3 5/5] KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_high

[PATCH v6 00/18] Support SDEI Virtualization
 2022-04-28 20:28 UTC  (12+ messages)
` [PATCH v6 02/18] KVM: arm64: Route hypercalls based on their owner
` [PATCH v6 03/18] KVM: arm64: Add SDEI virtualization infrastructure

[PATCH] KVM: arm64: Handle host stage-2 faults from 32-bit EL0
 2022-04-28 19:59 UTC  (2+ messages)

[PATCH] KVM/arm64: Don't emulate a PMU for 32-bit guests if feature not set
 2022-04-28 19:58 UTC  (10+ messages)

[PATCH v8 0/6] KVM: arm64: Hypervisor stack enhancements
 2022-04-28 19:55 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Inject exception on out-of-IPA-range translation fault
 2022-04-28 17:55 UTC  (5+ messages)

[PATCH v3 0/6] KVM: mm: count KVM page table pages in memory stats
 2022-04-28 17:45 UTC  (12+ messages)
` [PATCH v3 1/6] mm: add NR_SECONDARY_PAGETABLE stat
` [PATCH v3 2/6] KVM: mmu: add a helper to account page table pages used by KVM
` [PATCH v3 3/6] KVM: x86/mmu: count KVM page table pages in pagetable stats
` [PATCH v3 4/6] KVM: arm64/mmu: "
` [PATCH v3 5/6] KVM: riscv/mmu: "
` [PATCH v3 6/6] KVM: mips/mmu: "

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

[PATCH v14 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-04-28  9:19 UTC  (15+ messages)
` [PATCH v14 04/39] arm64/sme: Provide ABI documentation for SME
` [PATCH v14 16/39] arm64/sme: Implement traps and syscall handling "
` (subset) [PATCH v14 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
  ` [PATCH v14 27/39] arm64/sme: Provide Kconfig for SME

[PATCH] arm64: kvm: avoid unnecessary absolute addressing via literals
 2022-04-28 14:03 UTC 

[PATCH v2 0/2] KVM/arm64: sys_reg_table_init() small improvements
 2022-04-28 10:34 UTC  (3+ messages)
` [PATCH v2 1/2] KVM/arm64: Don't BUG_ON() if emulated register table is unsorted
` [PATCH v2 2/2] KVM/arm64: Print emulated register table name when it "

[PATCH] KVM: arm64: Inject exception on out-of-IPA-range translation fault
 2022-04-27 21:33 UTC  (2+ messages)

[PATCH 0/2] KVM/arm64: sys_reg_table_init() small improvements
 2022-04-27 20:56 UTC  (8+ messages)
` [PATCH 1/2] KVM/arm64: Don't BUG_ON() if emulated register table is unsorted
` [PATCH 2/2] KVM/arm64: Print emulated register table name when it "
` [PATCH 2/2] KVM/arm64: Print sysreg table name when table is not sorted

[PATCH 0/4] KVM nVHE Hypervisor stack unwinder
 2022-04-27 18:46 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm64: Compile stacktrace.nvhe.o
` [PATCH 2/4] KVM: arm64: Add hypervisor overflow stack
` [PATCH 3/4] KVM: arm64: Allocate shared stacktrace pages
` [PATCH 4/4] KVM: arm64: Unwind and dump nVHE hypervisor stacktrace

[PATCH v2 0/4] KVM: arm64: vgic: Misc ITS fixes
 2022-04-27 18:48 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
` [PATCH v2 2/4] KVM: arm64: vgic: Add more checks when restoring ITS tables
` [PATCH v2 3/4] KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
` [PATCH v2 4/4] KVM: arm64: vgic: Undo work in failed ITS restores

[PATCH v6 0/9] KVM: arm64: Add support for hypercall services selection
 2022-04-27 17:57 UTC  (30+ messages)
` [PATCH v6 1/9] KVM: arm64: Factor out firmware register handling from psci.c
` [PATCH v6 2/9] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
` [PATCH v6 3/9] KVM: arm64: Add standard hypervisor firmware register
` [PATCH v6 4/9] KVM: arm64: Add vendor "
` [PATCH v6 5/9] Docs: KVM: Rename psci.rst to hypercalls.rst
` [PATCH v6 6/9] Docs: KVM: Add doc for the bitmap firmware registers
` [PATCH v6 7/9] tools: Import ARM SMCCC definitions
` [PATCH v6 8/9] selftests: KVM: aarch64: Introduce hypercall ABI test
` [PATCH v6 9/9] selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-list

[PATCH 0/4] KVM: arm64: vgic: Misc ITS fixes
 2022-04-27 17:54 UTC  (9+ messages)
` [PATCH 1/4] KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
` [PATCH 2/4] KVM: arm64: vgic: Add more checks when restoring ITS tables
` [PATCH 3/4] KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
` [PATCH 4/4] KVM: arm64: vgic: Undo work in failed ITS restores

[RFC PATCH 00/17] KVM: arm64: Parallelize stage 2 fault handling
 2022-04-26 21:32 UTC  (31+ messages)
` [RFC PATCH 02/17] KVM: arm64: Only read the pte once per visit
` [RFC PATCH 06/17] KVM: arm64: Implement break-before-make sequence for parallel walks
` [RFC PATCH 09/17] KVM: arm64: Tear down unlinked page tables in parallel walk
` [RFC PATCH 10/17] KVM: arm64: Assume a table pte is already owned in post-order traversal
` [RFC PATCH 14/17] KVM: arm64: Punt last page reference to rcu callback for parallel walk
` [RFC PATCH 16/17] KVM: arm64: Enable parallel stage 2 MMU faults

[PATCH RESEND 0/2] KVM/arm64: sys_reg_table_init() small improvements
 2022-04-26  9:34 UTC  (3+ messages)
` [PATCH RESEND 1/2] KVM/arm64: Don't BUG_ON() if emulated register table is unsorted
` [PATCH RESEND 2/2] KVM/arm64: Print emulated register table name when it "

[PATCH v3 0/5] KVM: arm64: Limit feature register reads from AArch32
 2022-04-26  9:15 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: arm64: Return a bool from emulate_cp()
` [PATCH v3 2/5] KVM: arm64: Don't write to Rt unless sys_reg emulation succeeds
` [PATCH v3 3/5] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents
` [PATCH v3 4/5] KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler
` [PATCH v3 5/5] KVM: arm64: Start trapping ID registers for 32 bit guests

[PATCH v4 00/20] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-04-24 15:21 UTC  (23+ messages)
` [PATCH v4 01/20] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v4 02/20] KVM: x86/mmu: Use a bool for direct
` [PATCH v4 03/20] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v4 04/20] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v4 05/20] KVM: x86/mmu: Consolidate shadow page allocation and initialization
` [PATCH v4 06/20] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v4 07/20] KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
` [PATCH v4 08/20] KVM: x86/mmu: Pass memory caches to allocate SPs separately
` [PATCH v4 09/20] KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()
` [PATCH v4 10/20] KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_page()
` [PATCH v4 11/20] KVM: x86/mmu: Allow for NULL vcpu pointer in __kvm_mmu_get_shadow_page()
` [PATCH v4 12/20] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v4 13/20] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v4 14/20] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v4 15/20] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v4 16/20] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v4 17/20] KVM: x86/mmu: Zap collapsible SPTEs at all levels in "
` [PATCH v4 18/20] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v4 19/20] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v4 20/20] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs

[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-04-21 16:33 UTC  (4+ messages)
` [PATCH v3 20/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

[PATCH v2 0/5] arm64: Treat ESR_ELx as a 64-bit register
 2022-04-22  7:30 UTC  (7+ messages)
` [PATCH v2 3/5] "
` [PATCH v2 4/5] KVM: arm64: Treat ESR_EL2 "
` [PATCH v2 5/5] KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_high


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