messages from 2022-05-19 04:17:13 to 2022-05-28 11:50:17 UTC [more...]
[PATCH 00/18] KVM/arm64: Refactoring the vcpu flags
2022-05-28 11:38 UTC (19+ 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 v4 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-05-27 18:33 UTC (15+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
[PATCH v7 00/22] Support SDEI Virtualization
2022-05-27 8:02 UTC (23+ 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 00/89] KVM: arm64: Base support for the pKVM hypervisor at EL2
2022-05-27 7:55 UTC (94+ messages)
` [PATCH 01/89] KVM: arm64: Handle all ID registers trapped for a protected VM
` [PATCH 02/89] KVM: arm64: Remove redundant hyp_assert_lock_held() assertions
` [PATCH 03/89] KVM: arm64: Return error from kvm_arch_init_vm() on allocation failure
` [PATCH 04/89] KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHE
` [PATCH 05/89] KVM: arm64: Extend comment in has_vhe()
` [PATCH 06/89] KVM: arm64: Drop stale comment
` [PATCH 07/89] KVM: arm64: Move hyp refcount manipulation helpers
` [PATCH 08/89] KVM: arm64: Back hyp_vmemmap for all of memory
` [PATCH 09/89] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
` [PATCH 10/89] KVM: arm64: Implement do_donate() helper for donating memory
` [PATCH 11/89] KVM: arm64: Prevent the donation of no-map pages
` [PATCH 12/89] KVM: arm64: Add helpers to pin memory shared with hyp
` [PATCH 13/89] KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
` [PATCH 14/89] KVM: arm64: Add hyp_spinlock_t static initializer
` [PATCH 15/89] KVM: arm64: Introduce shadow VM state at EL2
` [PATCH 16/89] KVM: arm64: Instantiate VM shadow data from EL1
` [PATCH 17/89] KVM: arm64: Make hyp stage-1 refcnt correct on the whole range
` [PATCH 18/89] KVM: arm64: Factor out private range VA allocation
` [PATCH 19/89] KVM: arm64: Add pcpu fixmap infrastructure at EL2
` [PATCH 20/89] KVM: arm64: Provide I-cache invalidation by VA "
` [PATCH 21/89] KVM: arm64: Allow non-coallescable pages in a hyp_pool
` [PATCH 22/89] KVM: arm64: Add generic hyp_memcache helpers
` [PATCH 23/89] KVM: arm64: Instantiate guest stage-2 page-tables at EL2
` [PATCH 24/89] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
` [PATCH 25/89] KVM: arm64: Add flags to struct hyp_page
` [PATCH 26/89] KVM: arm64: Provide a hypercall for the host to reclaim guest memory
` [PATCH 27/89] KVM: arm64: Extend memory sharing to allow host-to-guest transitions
` [PATCH 28/89] KVM: arm64: Consolidate stage-2 init in one function
` [PATCH 29/89] KVM: arm64: Check for PTE validity when checking for executable/cacheable
` [PATCH 30/89] KVM: arm64: Do not allow memslot changes after first VM run under pKVM
` [PATCH 31/89] KVM: arm64: Disallow dirty logging and RO memslots with pKVM
` [PATCH 32/89] KVM: arm64: Use the shadow vCPU structure in handle___kvm_vcpu_run()
` [PATCH 33/89] KVM: arm64: Handle guest stage-2 page-tables entirely at EL2
` [PATCH 34/89] KVM: arm64: Don't access kvm_arm_hyp_percpu_base at EL1
` [PATCH 35/89] KVM: arm64: Unmap kvm_arm_hyp_percpu_base from the host
` [PATCH 36/89] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
` [PATCH 37/89] KVM: arm64: Explicitly map kvm_vgic_global_state "
` [PATCH 38/89] KVM: arm64: Don't map host sections in pkvm
` [PATCH 39/89] KVM: arm64: Extend memory donation to allow host-to-guest transitions
` [PATCH 40/89] KVM: arm64: Split up nvhe/fixed_config.h
` [PATCH 41/89] KVM: arm64: Make vcpu_{read, write}_sys_reg available to HYP code
` [PATCH 42/89] KVM: arm64: Simplify vgic-v3 hypercalls
` [PATCH 43/89] KVM: arm64: Add the {flush, sync}_vgic_state() primitives
` [PATCH 44/89] KVM: arm64: Introduce predicates to check for protected state
` [PATCH 45/89] KVM: arm64: Add the {flush, sync}_timer_state() primitives
` [PATCH 46/89] KVM: arm64: Introduce the pkvm_vcpu_{load, put} hypercalls
` [PATCH 47/89] KVM: arm64: Add current vcpu and shadow_state lookup primitive
` [PATCH 48/89] KVM: arm64: Skip __kvm_adjust_pc() for protected vcpus
` [PATCH 49/89] KVM: arm64: Add hyp per_cpu variable to track current physical cpu number
` [PATCH 50/89] KVM: arm64: Ensure that TLBs and I-cache are private to each vcpu
` [PATCH 51/89] KVM: arm64: Introduce per-EC entry/exit handlers
` [PATCH 52/89] KVM: arm64: Introduce lazy-ish state sync for non-protected VMs
` [PATCH 53/89] KVM: arm64: Lazy host FP save/restore
` [PATCH 54/89] KVM: arm64: Reduce host/shadow vcpu state copying
` [PATCH 55/89] KVM: arm64: Do not pass the vcpu to __pkvm_host_map_guest()
` [PATCH 56/89] KVM: arm64: Check directly whether the vcpu is protected
` [PATCH 57/89] KVM: arm64: Trap debug break and watch from guest
` [PATCH 58/89] KVM: arm64: Restrict protected VM capabilities
` [PATCH 59/89] KVM: arm64: Do not support MTE for protected VMs
` [PATCH 60/89] KVM: arm64: Refactor reset_mpidr to extract its computation
` [PATCH 61/89] KVM: arm64: Reset sysregs for protected VMs
` [PATCH 62/89] KVM: arm64: Move pkvm_vcpu_init_traps to shadow vcpu init
` [PATCH 63/89] KVM: arm64: Fix initializing traps in protected mode
` [PATCH 64/89] KVM: arm64: Advertise GICv3 sysreg interface to protected guests
` [PATCH 65/89] KVM: arm64: Force injection of a data abort on NISV MMIO exit
` [PATCH 66/89] KVM: arm64: Donate memory to protected guests
` [PATCH 67/89] KVM: arm64: Add EL2 entry/exit handlers for pKVM guests
` [PATCH 68/89] KVM: arm64: Move vgic state between host and shadow vcpu structures
` [PATCH 69/89] KVM: arm64: Do not update virtual timer state for protected VMs
` [PATCH 70/89] KVM: arm64: Refactor kvm_vcpu_enable_ptrauth() for hyp use
` [PATCH 71/89] KVM: arm64: Initialize shadow vm state at hyp
` [PATCH 72/89] KVM: arm64: Track the SVE state in the shadow vcpu
` [PATCH 73/89] KVM: arm64: Add HVC handling for protected guests at EL2
` [PATCH 74/89] KVM: arm64: Move pstate reset values to kvm_arm.h
` [PATCH 75/89] KVM: arm64: Move some kvm_psci functions to a shared header
` [PATCH 76/89] KVM: arm64: Factor out vcpu_reset code for core registers and PSCI
` [PATCH 77/89] KVM: arm64: Handle PSCI for protected VMs in EL2
` [PATCH 78/89] KVM: arm64: Don't expose TLBI hypercalls after de-privilege
` [PATCH 79/89] KVM: arm64: Add is_pkvm_initialized() helper
` [PATCH 80/89] KVM: arm64: Refactor enter_exception64()
` [PATCH 81/89] KVM: arm64: Inject SIGSEGV on illegal accesses
` [PATCH 82/89] KVM: arm64: Support TLB invalidation in guest context
` [PATCH 83/89] KVM: arm64: Avoid BBM when changing only s/w bits in Stage-2 PTE
` [PATCH 84/89] KVM: arm64: Extend memory sharing to allow guest-to-host transitions
` [PATCH 85/89] KVM: arm64: Document the KVM/arm64-specific calls in hypercalls.rst
` [PATCH 86/89] KVM: arm64: Reformat/beautify PTP hypercall documentation
` [PATCH 87/89] KVM: arm64: Expose memory sharing hypercalls to protected guests
` [PATCH 88/89] KVM: arm64: Introduce KVM_VM_TYPE_ARM_PROTECTED machine type for PVMs
` [PATCH 89/89] Documentation: KVM: Add some documentation for Protected KVM on arm64
[PATCH] KVM: arm64: Fix memory leaks from stage2 pagetable
2022-05-26 20:39 UTC
[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 (7+ messages)
` [PATCH v3 07/13] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
` [PATCH v3 08/13] tools: Copy bitfield.h from the kernel sources
` [PATCH v3 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test
[PATCH v3 kvmtool 00/13] arm64: Allow the user to set RAM base address
2022-05-25 11:23 UTC (14+ 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
[PATCH v6 00/22] KVM: Extend Eager Page Splitting to the shadow MMU
2022-05-23 23:53 UTC (8+ messages)
` [PATCH v6 21/22] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
[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
[PATCH v2 kvmtool 00/12] arm64: Allow the user to set RAM base address
2022-05-23 17:20 UTC (7+ messages)
` [PATCH v2 kvmtool 02/12] builtin-run: Always use RAM size in bytes
` [PATCH v2 kvmtool 12/12] arm64: Allow the user to specify the RAM base address
[PATCH] KVM: arm64: cancel the return value check of kvm_arm_init_sve()
2022-05-21 5:31 UTC (2+ messages)
[PATCH kvmtool] aarch64: Give up with MTE for AArch32 guest
2022-05-20 20:51 UTC (5+ messages)
[GIT PULL] KVM/arm64 updates for 5.19
2022-05-20 11:55 UTC (2+ messages)
[PATCH] Documentation: kvm: reorder ARM-specific section about KVM_SYSTEM_EVENT_SUSPEND
2022-05-20 11:23 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).