kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-04 10:20:21 to 2021-08-15 17:01:14 UTC [more...]

[PATCH 00/10] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-08-14  9:10 UTC  (4+ messages)
` [PATCH 01/10] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH 04/10] KVM: arm64: selftests: Add basic support for arch_timers

[PATCH v2 1/2] KVM: Refactor kvm_arch_vcpu_fault() to return a struct page pointer
 2021-08-12 15:41 UTC  (3+ messages)

[PATCH v3 0/3] KVM: arm64: Use generic guest entry infrastructure
 2021-08-15  9:21 UTC  (3+ messages)

[PATCH v4 00/15] Support Asynchronous Page Fault
 2021-08-15  0:59 UTC  (16+ messages)
` [PATCH v4 01/15] KVM: async_pf: Move struct kvm_async_pf around
` [PATCH v4 02/15] KVM: async_pf: Add helper function to check completion queue
` [PATCH v4 03/15] KVM: async_pf: Make GFN slot management generic
` [PATCH v4 04/15] KVM: x86: Use generic async PF slot management
` [PATCH v4 05/15] KVM: arm64: Export kvm_handle_user_mem_abort()
` [PATCH v4 06/15] KVM: arm64: Add paravirtualization header files
` [PATCH v4 07/15] KVM: arm64: Support page-not-present notification
` [PATCH v4 08/15] KVM: arm64: Support page-ready notification
` [PATCH v4 09/15] KVM: arm64: Support async PF hypercalls
` [PATCH v4 10/15] KVM: arm64: Support async PF ioctl commands
` [PATCH v4 11/15] KVM: arm64: Export async PF capability
` [PATCH v4 12/15] arm64: Detect async PF para-virtualization feature
` [PATCH v4 13/15] arm64: Reschedule process on aync PF
` [PATCH v4 14/15] arm64: Enable async PF
` [PATCH v4 15/15] KVM: arm64: Add async PF document

[PATCH v4 00/21] Support SDEI Virtualization
 2021-08-15  0:19 UTC  (23+ messages)
` [PATCH v4 01/21] KVM: arm64: Introduce template for inline functions
` [PATCH v4 02/21] KVM: arm64: Add SDEI virtualization infrastructure
` [PATCH v4 03/21] KVM: arm64: Support SDEI_VERSION hypercall
` [PATCH v4 04/21] KVM: arm64: Support SDEI_EVENT_REGISTER hypercall
` [PATCH v4 05/21] KVM: arm64: Support SDEI_EVENT_{ENABLE, DISABLE} hypercall
` [PATCH v4 06/21] KVM: arm64: Support SDEI_EVENT_CONTEXT hypercall
` [PATCH v4 07/21] KVM: arm64: Support SDEI_EVENT_UNREGISTER hypercall
` [PATCH v4 08/21] KVM: arm64: Support SDEI_EVENT_STATUS hypercall
` [PATCH v4 09/21] KVM: arm64: Support SDEI_EVENT_GET_INFO hypercall
` [PATCH v4 10/21] KVM: arm64: Support SDEI_EVENT_ROUTING_SET hypercall
` [PATCH v4 11/21] KVM: arm64: Support SDEI_PE_{MASK, UNMASK} hypercall
` [PATCH v4 12/21] KVM: arm64: Support SDEI_{PRIVATE, SHARED}_RESET hypercall
` [PATCH v4 13/21] KVM: arm64: Impment SDEI event delivery
` [PATCH v4 14/21] KVM: arm64: Support SDEI_EVENT_{COMPLETE, COMPLETE_AND_RESUME} hypercall
` [PATCH v4 15/21] KVM: arm64: Support SDEI event notifier
` [PATCH v4 16/21] KVM: arm64: Support SDEI ioctl commands on VM
` [PATCH v4 17/21] KVM: arm64: Support SDEI ioctl commands on vCPU
` [PATCH v4 18/21] KVM: arm64: Support SDEI event injection
` [PATCH v4 19/21] KVM: arm64: Support SDEI event cancellation
` [PATCH v4 20/21] KVM: arm64: Export SDEI capability
` [PATCH v4 21/21] KVM: selftests: Add SDEI test case

[PATCH v6 00/21] KVM: Add idempotent controls for migrating system counter state
 2021-08-13 17:46 UTC  (34+ messages)
` [PATCH v6 01/21] KVM: x86: Fix potential race in KVM_GET_CLOCK
` [PATCH v6 13/21] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v6 16/21] arm64: cpufeature: Enumerate support for Enhanced Counter Virtualization
` [PATCH v6 17/21] KVM: arm64: Allow userspace to configure a guest's counter-timer offset
` [PATCH v6 18/21] KVM: arm64: Configure timer traps in vcpu_load() for VHE
` [PATCH v6 19/21] KVM: arm64: Emulate physical counter offsetting on non-ECV systems
` [PATCH v6 20/21] selftests: KVM: Test physical counter offsetting

[PATCH] KVM: arm64: Make hyp_panic() more robust when protected mode is enabled
 2021-08-13 13:03 UTC 

[GIT PULL] KVM/arm64 fixes for 5.14, take #2
 2021-08-13  6:42 UTC 

[PATCH v4 0/2] memblock: make memblock_find_in_range method private
 2021-08-12 14:40 UTC  (4+ messages)
` [PATCH v4 1/2] x86/mm: memory_map_top_down: remove spurious reservation of upper 2M
` [PATCH v4 2/2] memblock: make memblock_find_in_range method private

[PATCH v3 00/15] KVM: arm64: Fixed features for protected VMs
 2021-08-12 13:08 UTC  (32+ messages)
` [PATCH v3 01/15] KVM: arm64: placeholder to check if VM is protected
` [PATCH v3 02/15] KVM: arm64: Remove trailing whitespace in comment
` [PATCH v3 05/15] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
  ` [PATCH v3 05/15] KVM: arm64: Refactor sys_regs.h, c "
` [PATCH v3 06/15] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v3 07/15] KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch
` [PATCH v3 08/15] KVM: arm64: Add feature register flag definitions
` [PATCH v3 09/15] KVM: arm64: Add config register bit definitions
` [PATCH v3 11/15] KVM: arm64: Add trap handlers for protected VMs
` [PATCH v3 12/15] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v3 13/15] KVM: arm64: Trap access to pVM restricted features
` [PATCH v3 14/15] KVM: arm64: Handle protected guests at 32 bits
` [PATCH v3 15/15] KVM: arm64: Restrict protected VM capabilities

[PATCH V2 0/5] KVM: arm64: General cleanups
 2021-08-12  5:09 UTC  (6+ messages)
` [PATCH V2 1/5] arm64/mm: Add remaining ID_AA64MMFR0_PARANGE_ macros
` [PATCH V2 2/5] KVM: arm64: Use ARM64_MIN_PARANGE_BITS as the minimum supported IPA
` [PATCH V2 3/5] KVM: arm64: Drop init_common_resources()
` [PATCH V2 4/5] KVM: arm64: Drop check_kvm_target_cpu() based percpu probe
` [PATCH V2 5/5] KVM: arm64: Drop unused REQUIRES_VIRT

[PATCH] KVM: arm64: Return -EPERM from __pkvm_host_share_hyp()
 2021-08-11 18:43 UTC  (2+ messages)

[PATCH V2] KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size
 2021-08-11 15:02 UTC  (2+ messages)

[PATCH v4 00/21] Track shared pages at EL2 in protected mode
 2021-08-11 11:25 UTC  (35+ messages)
` [PATCH v4 01/21] KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2
` [PATCH v4 02/21] KVM: arm64: Introduce hyp_assert_lock_held()
` [PATCH v4 03/21] KVM: arm64: Provide the host_stage2_try() helper macro
` [PATCH v4 04/21] KVM: arm64: Introduce helper to retrieve a PTE and its level
` [PATCH v4 05/21] KVM: arm64: Expose page-table helpers
` [PATCH v4 06/21] KVM: arm64: Optimize host memory aborts
` [PATCH v4 07/21] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
` [PATCH v4 08/21] KVM: arm64: Don't overwrite software bits with owner id
` [PATCH v4 09/21] KVM: arm64: Tolerate re-creating hyp mappings to set software bits
` [PATCH v4 10/21] KVM: arm64: Enable forcing page-level stage-2 mappings
` [PATCH v4 11/21] KVM: arm64: Allow populating software bits
` [PATCH v4 12/21] KVM: arm64: Add helpers to tag shared pages in SW bits
` [PATCH v4 13/21] KVM: arm64: Expose host stage-2 manipulation helpers
` [PATCH v4 14/21] KVM: arm64: Expose pkvm_hyp_id
` [PATCH v4 15/21] KVM: arm64: Introduce addr_is_memory()
` [PATCH v4 16/21] KVM: arm64: Enable retrieving protections attributes of PTEs
` [PATCH v4 17/21] KVM: arm64: Mark host bss and rodata section as shared
` [PATCH v4 18/21] KVM: arm64: Remove __pkvm_mark_hyp
` [PATCH v4 19/21] KVM: arm64: Refactor protected nVHE stage-1 locking
` [PATCH v4 20/21] KVM: arm64: Restrict EL2 stage-1 changes in protected mode
` [PATCH v4 21/21] KVM: arm64: Make __pkvm_create_mappings static

[PATCH] KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size
 2021-08-11 10:43 UTC  (3+ messages)

[PATCH] arm64/mm: Define ID_AA64MMFR0_TGRAN_2_SHIFT
 2021-08-11 10:20 UTC  (3+ messages)

[PATCH 0/5] KVM: arm64: General cleanups
 2021-08-11 10:13 UTC  (20+ messages)
` [PATCH 1/5] KVM: arm64: Drop direct PAGE_[SHIFT|SIZE] usage as page size
` [PATCH 2/5] KVM: arm64: Drop init_common_resources()
` [PATCH 3/5] KVM: arm64: Drop check_kvm_target_cpu() based percpu probe
` [PATCH 4/5] KVM: arm64: Drop unused REQUIRES_VIRT
` [PATCH 5/5] KVM: arm64: Define KVM_PHYS_SHIFT_MIN

[PATCH V2] KVM: arm64: perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEF
 2021-08-11  9:56 UTC  (2+ messages)

[PATCH v3 0/4] kvm/arm: New VMID allocator based on asid
 2021-08-11  8:47 UTC  (9+ messages)
` [PATCH v3 4/4] KVM: arm64: Clear active_vmids on vCPU schedule out

[PATCH v3] memblock: make memblock_find_in_range method private
 2021-08-11  7:36 UTC  (5+ messages)

[PATCH] arm64/perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEF
 2021-08-10 15:01 UTC  (3+ messages)

[RFC PATCH 14/15] mm: introduce MIN_MAX_ORDER to replace MAX_ORDER as compile time constant
 2021-08-09 15:35 UTC  (3+ messages)

[PATCH v2] memblock: make memblock_find_in_range method private
 2021-08-07 23:05 UTC  (4+ messages)

[PATCH 0/4] Fix racing TLBI with ASID/VMID reallocation
 2021-08-06 16:04 UTC  (13+ messages)
` [PATCH 1/4] arm64: mm: Fix TLBI vs ASID rollover
` [PATCH] of: restricted dma: Don't fail device probe on rmem init failure
` [PATCH 2/4] KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callers
` [PATCH 3/4] KVM: arm64: Convert the host S2 over to __load_guest_stage2()
` [PATCH 4/4] KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCE
` (subset) [PATCH 0/4] Fix racing TLBI with ASID/VMID reallocation

[PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-08-06 13:37 UTC 

[PATCH v2 0/2] KVM: arm64: Prevent kmemleak from accessing HYP data
 2021-08-04 12:26 UTC  (2+ messages)


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).