Messages by Date
-
2022/05/19
[PATCH 75/89] KVM: arm64: Move some kvm_psci functions to a shared header
Will Deacon
-
2022/05/19
[PATCH 74/89] KVM: arm64: Move pstate reset values to kvm_arm.h
Will Deacon
-
2022/05/19
[PATCH 73/89] KVM: arm64: Add HVC handling for protected guests at EL2
Will Deacon
-
2022/05/19
[PATCH 72/89] KVM: arm64: Track the SVE state in the shadow vcpu
Will Deacon
-
2022/05/19
[PATCH 71/89] KVM: arm64: Initialize shadow vm state at hyp
Will Deacon
-
2022/05/19
[PATCH 70/89] KVM: arm64: Refactor kvm_vcpu_enable_ptrauth() for hyp use
Will Deacon
-
2022/05/19
[PATCH 69/89] KVM: arm64: Do not update virtual timer state for protected VMs
Will Deacon
-
2022/05/19
[PATCH 68/89] KVM: arm64: Move vgic state between host and shadow vcpu structures
Will Deacon
-
2022/05/19
[PATCH 67/89] KVM: arm64: Add EL2 entry/exit handlers for pKVM guests
Will Deacon
-
2022/05/19
[PATCH 66/89] KVM: arm64: Donate memory to protected guests
Will Deacon
-
2022/05/19
[PATCH 65/89] KVM: arm64: Force injection of a data abort on NISV MMIO exit
Will Deacon
-
2022/05/19
[PATCH 64/89] KVM: arm64: Advertise GICv3 sysreg interface to protected guests
Will Deacon
-
2022/05/19
[PATCH 63/89] KVM: arm64: Fix initializing traps in protected mode
Will Deacon
-
2022/05/19
[PATCH 62/89] KVM: arm64: Move pkvm_vcpu_init_traps to shadow vcpu init
Will Deacon
-
2022/05/19
[PATCH 61/89] KVM: arm64: Reset sysregs for protected VMs
Will Deacon
-
2022/05/19
[PATCH 60/89] KVM: arm64: Refactor reset_mpidr to extract its computation
Will Deacon
-
2022/05/19
[PATCH 59/89] KVM: arm64: Do not support MTE for protected VMs
Will Deacon
-
2022/05/19
[PATCH 58/89] KVM: arm64: Restrict protected VM capabilities
Will Deacon
-
2022/05/19
[PATCH 57/89] KVM: arm64: Trap debug break and watch from guest
Will Deacon
-
2022/05/19
[PATCH 56/89] KVM: arm64: Check directly whether the vcpu is protected
Will Deacon
-
2022/05/19
[PATCH 55/89] KVM: arm64: Do not pass the vcpu to __pkvm_host_map_guest()
Will Deacon
-
2022/05/19
[PATCH 54/89] KVM: arm64: Reduce host/shadow vcpu state copying
Will Deacon
-
2022/05/19
[PATCH 53/89] KVM: arm64: Lazy host FP save/restore
Will Deacon
-
2022/05/19
[PATCH 52/89] KVM: arm64: Introduce lazy-ish state sync for non-protected VMs
Will Deacon
-
2022/05/19
[PATCH 51/89] KVM: arm64: Introduce per-EC entry/exit handlers
Will Deacon
-
2022/05/19
[PATCH 50/89] KVM: arm64: Ensure that TLBs and I-cache are private to each vcpu
Will Deacon
-
2022/05/19
[PATCH 49/89] KVM: arm64: Add hyp per_cpu variable to track current physical cpu number
Will Deacon
-
2022/05/19
[PATCH 48/89] KVM: arm64: Skip __kvm_adjust_pc() for protected vcpus
Will Deacon
-
2022/05/19
[PATCH 47/89] KVM: arm64: Add current vcpu and shadow_state lookup primitive
Will Deacon
-
2022/05/19
[PATCH 46/89] KVM: arm64: Introduce the pkvm_vcpu_{load, put} hypercalls
Will Deacon
-
2022/05/19
[PATCH 44/89] KVM: arm64: Introduce predicates to check for protected state
Will Deacon
-
2022/05/19
[PATCH 45/89] KVM: arm64: Add the {flush, sync}_timer_state() primitives
Will Deacon
-
2022/05/19
[PATCH 41/89] KVM: arm64: Make vcpu_{read, write}_sys_reg available to HYP code
Will Deacon
-
2022/05/19
[PATCH 43/89] KVM: arm64: Add the {flush, sync}_vgic_state() primitives
Will Deacon
-
2022/05/19
[PATCH 39/89] KVM: arm64: Extend memory donation to allow host-to-guest transitions
Will Deacon
-
2022/05/19
[PATCH 40/89] KVM: arm64: Split up nvhe/fixed_config.h
Will Deacon
-
2022/05/19
[PATCH 42/89] KVM: arm64: Simplify vgic-v3 hypercalls
Will Deacon
-
2022/05/19
[PATCH 38/89] KVM: arm64: Don't map host sections in pkvm
Will Deacon
-
2022/05/19
[PATCH 37/89] KVM: arm64: Explicitly map kvm_vgic_global_state at EL2
Will Deacon
-
2022/05/19
[PATCH 36/89] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
Will Deacon
-
2022/05/19
[PATCH 35/89] KVM: arm64: Unmap kvm_arm_hyp_percpu_base from the host
Will Deacon
-
2022/05/19
[PATCH 34/89] KVM: arm64: Don't access kvm_arm_hyp_percpu_base at EL1
Will Deacon
-
2022/05/19
[PATCH 33/89] KVM: arm64: Handle guest stage-2 page-tables entirely at EL2
Will Deacon
-
2022/05/19
[PATCH 32/89] KVM: arm64: Use the shadow vCPU structure in handle___kvm_vcpu_run()
Will Deacon
-
2022/05/19
[PATCH 31/89] KVM: arm64: Disallow dirty logging and RO memslots with pKVM
Will Deacon
-
2022/05/19
[PATCH 30/89] KVM: arm64: Do not allow memslot changes after first VM run under pKVM
Will Deacon
-
2022/05/19
[PATCH 29/89] KVM: arm64: Check for PTE validity when checking for executable/cacheable
Will Deacon
-
2022/05/19
[PATCH 28/89] KVM: arm64: Consolidate stage-2 init in one function
Will Deacon
-
2022/05/19
[PATCH 27/89] KVM: arm64: Extend memory sharing to allow host-to-guest transitions
Will Deacon
-
2022/05/19
[PATCH 26/89] KVM: arm64: Provide a hypercall for the host to reclaim guest memory
Will Deacon
-
2022/05/19
[PATCH 25/89] KVM: arm64: Add flags to struct hyp_page
Will Deacon
-
2022/05/19
[PATCH 24/89] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
Will Deacon
-
2022/05/19
[PATCH 23/89] KVM: arm64: Instantiate guest stage-2 page-tables at EL2
Will Deacon
-
2022/05/19
[PATCH 22/89] KVM: arm64: Add generic hyp_memcache helpers
Will Deacon
-
2022/05/19
[PATCH 21/89] KVM: arm64: Allow non-coallescable pages in a hyp_pool
Will Deacon
-
2022/05/19
[PATCH 20/89] KVM: arm64: Provide I-cache invalidation by VA at EL2
Will Deacon
-
2022/05/19
[PATCH 19/89] KVM: arm64: Add pcpu fixmap infrastructure at EL2
Will Deacon
-
2022/05/19
[PATCH 18/89] KVM: arm64: Factor out private range VA allocation
Will Deacon
-
2022/05/19
[PATCH 17/89] KVM: arm64: Make hyp stage-1 refcnt correct on the whole range
Will Deacon
-
2022/05/19
[PATCH 16/89] KVM: arm64: Instantiate VM shadow data from EL1
Will Deacon
-
2022/05/19
[PATCH 15/89] KVM: arm64: Introduce shadow VM state at EL2
Will Deacon
-
2022/05/19
[PATCH 14/89] KVM: arm64: Add hyp_spinlock_t static initializer
Will Deacon
-
2022/05/19
[PATCH 13/89] KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
Will Deacon
-
2022/05/19
[PATCH 12/89] KVM: arm64: Add helpers to pin memory shared with hyp
Will Deacon
-
2022/05/19
[PATCH 11/89] KVM: arm64: Prevent the donation of no-map pages
Will Deacon
-
2022/05/19
[PATCH 10/89] KVM: arm64: Implement do_donate() helper for donating memory
Will Deacon
-
2022/05/19
[PATCH 09/89] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
Will Deacon
-
2022/05/19
[PATCH 08/89] KVM: arm64: Back hyp_vmemmap for all of memory
Will Deacon
-
2022/05/19
[PATCH 07/89] KVM: arm64: Move hyp refcount manipulation helpers
Will Deacon
-
2022/05/19
[PATCH 06/89] KVM: arm64: Drop stale comment
Will Deacon
-
2022/05/19
[PATCH 05/89] KVM: arm64: Extend comment in has_vhe()
Will Deacon
-
2022/05/19
[PATCH 04/89] KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHE
Will Deacon
-
2022/05/19
[PATCH 03/89] KVM: arm64: Return error from kvm_arch_init_vm() on allocation failure
Will Deacon
-
2022/05/19
[PATCH 00/89] KVM: arm64: Base support for the pKVM hypervisor at EL2
Will Deacon
-
2022/05/19
[PATCH 01/89] KVM: arm64: Handle all ID registers trapped for a protected VM
Will Deacon
-
2022/05/19
[PATCH 02/89] KVM: arm64: Remove redundant hyp_assert_lock_held() assertions
Will Deacon
-
2022/05/19
[GIT PULL] KVM/arm64 updates for 5.19
Marc Zyngier
-
2022/05/18
Re: [PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
Alexey Kardashevskiy
-
2022/05/17
Re: [GIT PULL] KVM/arm64 fixes for 5.18, take #3
Paolo Bonzini
-
2022/05/17
Re: [kvm-unit-tests PATCH] arm/run: Use TCG with qemu-system-arm on arm64 systems
Andrew Jones
-
2022/05/17
Re: [kvm-unit-tests PATCH] arm64: Check for dynamic relocs with readelf
Andrew Jones
-
2022/05/16
Re: [PATCH v7 0/9] KVM: arm64: Add support for hypercall services selection
Marc Zyngier
-
2022/05/16
[PATCH v2 kvmtool 12/12] arm64: Allow the user to specify the RAM base address
Alexandru Elisei
-
2022/05/16
[PATCH v2 kvmtool 11/12] Introduce kvm__arch_default_ram_address()
Alexandru Elisei
-
2022/05/16
[PATCH v2 kvmtool 09/12] kvm__arch_init: Remove hugetlbfs_path and ram_size as parameters
Alexandru Elisei
-
2022/05/16
[PATCH v2 kvmtool 10/12] arm/arm64: Consolidate RAM initialization in kvm__init_ram()
Alexandru Elisei
-
2022/05/16
[PATCH v2 kvmtool 08/12] builtin_run: Allow standard size specifiers for memory
Alexandru Elisei
-
2022/05/16
[PATCH v2 kvmtool 05/12] arm/arm64: Fail if RAM size is too large for 32-bit guests
Alexandru Elisei
-
2022/05/16
[PATCH v2 kvmtool 06/12] arm/arm64: Kill the ARM_MAX_MEMORY() macro
Alexandru Elisei
-
2022/05/16
[PATCH v2 kvmtool 07/12] arm/arm64: Kill the ARM_HIMAP_MAX_MEMORY() macro
Alexandru Elisei
-
2022/05/16
[PATCH v2 kvmtool 04/12] builtin-run: Add arch hook to validate VM configuration
Alexandru Elisei
-
2022/05/16
[PATCH v2 kvmtool 03/12] builtin-run: Rework RAM size validation
Alexandru Elisei
-
2022/05/16
[PATCH v2 kvmtool 02/12] builtin-run: Always use RAM size in bytes
Alexandru Elisei
-
2022/05/16
[PATCH v2 kvmtool 00/12] arm64: Allow the user to set RAM base address
Alexandru Elisei
-
2022/05/16
[PATCH v2 kvmtool 01/12] Use MB for megabytes consistently
Alexandru Elisei
-
2022/05/16
Re: [PATCH v3 0/4] KVM: arm64: vgic: Misc ITS fixes
Marc Zyngier
-
2022/05/16
[GIT PULL] KVM/arm64 fixes for 5.18, take #3
Marc Zyngier
-
2022/05/16
Re: [PATCH v5 03/21] KVM: x86/mmu: Derive shadow MMU page role from parent
Lai Jiangshan
-
2022/05/15
Re: [PATCH v5 20/21] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
Anup Patel
-
2022/05/15
Re: [PATCH v5 20/21] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
Marc Zyngier
-
2022/05/15
Re: [PATCH] KVM: arm64: Don't hypercall before EL2 init
Marc Zyngier
-
2022/05/15
Re: [PATCH v4 0/4] KVM: arm64: Do not communicate host pmu event changes by accessing hyp data
Marc Zyngier
-
2022/05/15
Re: [PATCH] KVM: arm64: vgic-v3: List M1 Pro/Max as requiring the SEIS workaround
Marc Zyngier
-
2022/05/15
Re: [PATCH] selftests: KVM: aarch64: Let hypercalls use UAPI *_BIT_COUNT
Marc Zyngier
-
2022/05/15
Re: [PATCH v4 0/4] KVM: arm64: Do not communicate host pmu event changes by accessing hyp data
Marc Zyngier
-
2022/05/15
Re: [PATCH] KVM: arm64: vgic-v3: List M1 Pro/Max as requiring the SEIS workaround
Catalin Marinas
-
2022/05/14
[PATCH] KVM: arm64: vgic-v3: List M1 Pro/Max as requiring the SEIS workaround
Marc Zyngier
-
2022/05/14
Re: [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.
Johannes Weiner
-
2022/05/14
Re: [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.
Johannes Weiner
-
2022/05/12
Re: [PATCH] selftests: kvm: replace ternary operator with min()
Paolo Bonzini
-
2022/05/11
Re: [PATCH] selftests: kvm: replace ternary operator with min()
Claudio Imbrenda
-
2022/05/11
Re: [PATCH] selftests: kvm: replace ternary operator with min()
Anup Patel
-
2022/05/11
[PATCH] selftests: kvm: replace ternary operator with min()
Guo Zhengkui
-
2022/05/10
Re: [PATCH 0/2] KVM: arm64: Minor pKVM cleanups
Marc Zyngier
-
2022/05/10
Re: [PATCH v3 3/4] KVM: arm64: Pass pmu events to hyp via vcpu
Marc Zyngier
-
2022/05/09
Re: [PATCH v4 03/20] KVM: x86/mmu: Derive shadow MMU page role from parent
Lai Jiangshan
-
2022/05/09
RE: [PATCH 1/2] ACPI/AEST: Initial AEST driver
[email protected]
-
2022/05/09
Re: [PATCH v4 03/20] KVM: x86/mmu: Derive shadow MMU page role from parent
Lai Jiangshan
-
2022/05/09
Re: [PATCH 1/2] ACPI/AEST: Initial AEST driver
Tyler Baicar
-
2022/05/09
Re: [PATCH v2 2/4] KVM: arm64: vgic: Add more checks when restoring ITS tables
Eric Auger
-
2022/05/09
Re: [PATCH v2 3/4] KVM: arm64: Pass pmu events to hyp via vcpu
Marc Zyngier
-
2022/05/09
Re: [PATCH v2 3/4] KVM: arm64: Pass pmu events to hyp via vcpu
Marc Zyngier
-
2022/05/07
Re: [PATCH v4 03/20] KVM: x86/mmu: Derive shadow MMU page role from parent
Lai Jiangshan
-
2022/05/07
Re: [PATCH v4 02/20] KVM: x86/mmu: Use a bool for direct
Lai Jiangshan
-
2022/05/07
Re: [PATCH v4 20/20] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs
Lai Jiangshan
-
2022/05/07
Re: [PATCH v4 01/20] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
Lai Jiangshan
-
2022/05/07
[kvm-unit-tests PATCH 23/23] arm64: Add an efi/run script
Nikos Nikoleris
-
2022/05/07
[kvm-unit-tests PATCH 19/23] arm64: Use code from the gnu-efi when booting with EFI
Nikos Nikoleris
-
2022/05/07
[kvm-unit-tests PATCH 20/23] lib: Avoid external dependency in libelf
Nikos Nikoleris
-
2022/05/07
[kvm-unit-tests PATCH 22/23] arm64: Add support for efi in Makefile
Nikos Nikoleris
-
2022/05/07
[kvm-unit-tests PATCH 17/23] arm64: Copy code from GNU-EFI
Nikos Nikoleris
-
2022/05/07
[kvm-unit-tests PATCH 18/23] arm64: Change GNU-EFI imported file to use defined types
Nikos Nikoleris
-
2022/05/07
[kvm-unit-tests PATCH 16/23] arm/arm64: Add a setup sequence for systems that boot through EFI
Nikos Nikoleris
-
2022/05/07
[kvm-unit-tests PATCH 15/23] arm64: Add a new type of memory type flag MR_F_RESERVED
Nikos Nikoleris
-
2022/05/07
[kvm-unit-tests PATCH 13/23] arm/arm64: Rename etext to _etext
Nikos Nikoleris
-
2022/05/07
[kvm-unit-tests PATCH 12/23] arm/arm64: mmu_disable: Clean and invalidate before disabling
Nikos Nikoleris
-
2022/05/07
[kvm-unit-tests PATCH 07/23] arm/arm64: Add support for timer initialization through ACPI
Nikos Nikoleris
-
2022/05/07
[kvm-unit-tests PATCH 08/23] arm/arm64: Add support for cpu initialization through ACPI
Nikos Nikoleris
-
2022/05/07
[kvm-unit-tests PATCH 06/23] arm/arm64: Add support for discovering the UART through ACPI
Nikos Nikoleris
-
2022/05/07
[kvm-unit-tests PATCH 05/23] arm/arm64: Add support for setting up the PSCI conduit through ACPI
Nikos Nikoleris
-
2022/05/06
Re: [PATCH v3 kvmtool 00/11] arm64: Improve PMU support on heterogeneous systems
Will Deacon
-
2022/05/06
Re: [RFC PATCH kvmtool 0/5] ARM: Implement PSCI SYSTEM_SUSPEND
Will Deacon
-
2022/05/06
Re: [PATCH] KVM: arm64: nvhe: eliminate kernel-doc warnings
Marc Zyngier
-
2022/05/06
Re: [PATCH] arm64: kvm: avoid unnecessary absolute addressing via literals
Marc Zyngier
-
2022/05/05
Re: [PATCH] selftests: KVM: aarch64: Let hypercalls use UAPI *_BIT_COUNT
Paolo Bonzini
-
2022/05/05
Re: [PATCH] selftests: KVM: aarch64: Let hypercalls use UAPI *_BIT_COUNT
Marc Zyngier
-
2022/05/05
Re: [PATCH v1 2/3] KVM: arm64: Pass pmu events to hyp via vcpu
Marc Zyngier
-
2022/05/04
Re: [PATCH v2 0/2] KVM/arm64: sys_reg_table_init() small improvements
Marc Zyngier
-
2022/05/04
Re: [PATCH v2 2/5] KVM: arm64: Compile stacktrace.nvhe.o
Mark Brown
-
2022/05/04
Re: [PATCH v2 1/5] KVM: arm64: Factor out common stack unwinding logic
Mark Brown
-
2022/05/04
Re: [PATCH v6 00/12] KVM: arm64: PSCI SYSTEM_SUSPEND support
Marc Zyngier
-
2022/05/04
Re: [PATCH v7 0/9] KVM: arm64: Add support for hypercall services selection
Marc Zyngier
-
2022/05/04
[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
Alexey Kardashevskiy
-
2022/05/04
Re: [PATCH v14 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
Naresh Kamboju
-
2022/05/03
Re: [PATCH v14 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
Qian Cai
-
2022/05/03
Re: [PATCH v14 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
Naresh Kamboju
-
2022/05/03
Re: [PATCH v14 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
Mark Brown
-
2022/05/03
[PATCH] KVM: arm64: vgic-v3: Consistently populate ID_AA64PFR0_EL1.GIC
Marc Zyngier
-
2022/05/03
Re: [PATCH v7 0/9] KVM: arm64: Add support for hypercall services selection
Marc Zyngier
-
2022/05/03
Re: [PATCH v8 0/6] KVM: arm64: Hypervisor stack enhancements
Marc Zyngier
-
2022/05/03
Re: [PATCH v2 4/4] KVM: arm64: vgic: Undo work in failed ITS restores
Eric Auger
-
2022/05/03
Re: [PATCH v2 3/4] KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
Eric Auger
-
2022/05/03
Re: [PATCH v7 0/9] KVM: arm64: Add support for hypercall services selection
Marc Zyngier
-
2022/05/03
Re: [PATCH v2 2/4] KVM: arm64: vgic: Add more checks when restoring ITS tables
Eric Auger
-
2022/05/03
Re: [PATCH v2 1/4] KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
Eric Auger
-
2022/05/03
Re: [PATCH v7 6/9] Docs: KVM: Add doc for the bitmap firmware registers
Marc Zyngier
-
2022/05/03
Re: [PATCH v7 2/9] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
Marc Zyngier
-
2022/05/03
Re: [PATCH v7 1/9] KVM: arm64: Factor out firmware register handling from psci.c
Marc Zyngier
-
2022/05/03
Re: [PATCH v4 0/7] KVM: arm64: Limit feature register reads from AArch32
Marc Zyngier
-
2022/05/03
Re: [PATCH v14 04/39] arm64/sme: Provide ABI documentation for SME
Szabolcs Nagy
-
2022/05/02
Re: [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.
Marc Zyngier
-
2022/05/02
Re: [PATCH v4 4/4] KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats
Marc Zyngier
-
2022/05/02
Re: [PATCH v6 03/18] KVM: arm64: Add SDEI virtualization infrastructure
Gavin Shan
-
2022/05/02
Re: [PATCH v6 13/18] KVM: arm64: Support SDEI_EVENT_{COMPLETE,COMPLETE_AND_RESUME} hypercall
Gavin Shan
-
2022/05/02
Re: [PATCH v6 04/18] KVM: arm64: Support SDEI_EVENT_REGISTER hypercall
Gavin Shan
-
2022/05/02
Re: [PATCH v6 03/18] KVM: arm64: Add SDEI virtualization infrastructure
Gavin Shan
-
2022/05/01
Re: [PATCH v6 13/18] KVM: arm64: Support SDEI_EVENT_{COMPLETE,COMPLETE_AND_RESUME} hypercall
Gavin Shan
-
2022/05/01
Re: [PATCH v6 15/18] KVM: arm64: Support SDEI_FEATURES hypercall
Gavin Shan
-
2022/05/01
Re: [PATCH v6 14/18] KVM: arm64: Support SDEI_EVENT_SIGNAL hypercall
Gavin Shan
-
2022/05/01
Re: [PATCH v6 06/18] KVM: arm64: Support SDEI_EVENT_CONTEXT hypercall
Gavin Shan
-
2022/05/01
Re: [PATCH v6 04/18] KVM: arm64: Support SDEI_EVENT_REGISTER hypercall
Gavin Shan
-
2022/05/01
Re: [PATCH v6 03/18] KVM: arm64: Add SDEI virtualization infrastructure
Gavin Shan
-
2022/04/30
[PATCH] KVM: arm64: nvhe: eliminate kernel-doc warnings
Randy Dunlap
-
2022/04/30
Re: [PATCH v6 03/18] KVM: arm64: Add SDEI virtualization infrastructure
Gavin Shan
-
2022/04/29
Re: [PATCH v3 0/5] arm64: Treat ESR_ELx as a 64-bit register
Catalin Marinas
-
2022/04/29
Re: [GIT PULL] KVM/arm64 fixes for 5.18, take #2
Paolo Bonzini
-
2022/04/29
[GIT PULL] KVM/arm64 fixes for 5.18, take #2
Marc Zyngier
-
2022/04/29
Re: [PATCH 4/4] KVM: arm64: Unwind and dump nVHE hypervisor stacktrace
Mark Brown
-
2022/04/29
Re: [PATCH 1/4] KVM: arm64: Compile stacktrace.nvhe.o
Mark Brown
-
2022/04/29
Re: [PATCH v2] KVM: arm64: Inject exception on out-of-IPA-range translation fault
Alexandru Elisei
-
2022/04/28
Re: [PATCH v3 0/5] arm64: Treat ESR_ELx as a 64-bit register
Marc Zyngier
-
2022/04/28
Re: [PATCH] KVM: arm64: Handle host stage-2 faults from 32-bit EL0
Marc Zyngier
-
2022/04/28
Re: [PATCH] KVM/arm64: Don't emulate a PMU for 32-bit guests if feature not set
Marc Zyngier
-
2022/04/28
Re: [PATCH v8 0/6] KVM: arm64: Hypervisor stack enhancements
Marc Zyngier
-
2022/04/28
Re: [PATCH v2] KVM: arm64: Inject exception on out-of-IPA-range translation fault
Marc Zyngier
-
2022/04/28
Re: [PATCH v2] KVM: arm64: Inject exception on out-of-IPA-range translation fault
Alexandru Elisei
-
2022/04/28
[PATCH kvmtool 15/15] arm/arm64: Validate firmware address in kvm__arch_validate_cfg()
Alexandru Elisei
-
2022/04/28
[PATCH kvmtool 14/15] arm/arm64: Treat --firmware-address when no --firmware as an error
Alexandru Elisei
-
2022/04/28
[PATCH kvmtool 12/15] arm64: Allow the user to specify the RAM base address
Alexandru Elisei
-
2022/04/28
[PATCH kvmtool 13/15] arm/arm64: Allow standard size specifiers for firmware address
Alexandru Elisei