kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-25 10:11:53 to 2021-07-19 10:48:15 UTC [more...]

[PATCH 00/14] Track shared pages at EL2 in protected mode
 2021-07-19 10:47 UTC  (14+ messages)
` [PATCH 01/14] KVM: arm64: Provide the host_stage2_try() helper macro
` [PATCH 02/14] KVM: arm64: Optimize kvm_pgtable_stage2_find_range()
` [PATCH 03/14] KVM: arm64: Continue stage-2 map when re-creating mappings
` [PATCH 04/14] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
` [PATCH 05/14] KVM: arm64: Don't overwrite ignored bits with owner id
` [PATCH 06/14] KVM: arm64: Tolerate re-creating hyp mappings to set ignored bits
` [PATCH 07/14] KVM: arm64: Enable forcing page-level stage-2 mappings
` [PATCH 08/14] KVM: arm64: Add support for tagging shared pages in page-table
` [PATCH 09/14] KVM: arm64: Mark host bss and rodata section as shared
` [PATCH 10/14] KVM: arm64: Enable retrieving protections attributes of PTEs
` [PATCH 11/14] KVM: arm64: Expose kvm_pte_valid() helper
` [PATCH 12/14] KVM: arm64: Refactor pkvm_pgtable locking
` [PATCH 13/14] KVM: arm64: Restrict hyp stage-1 manipulation in protected mode

[PATCH 0/5] KVM: Remove kvm_is_transparent_hugepage() and friends
 2021-07-19  9:31 UTC  (10+ messages)
` [PATCH 1/5] KVM: arm64: Walk userspace page tables to compute the THP mapping size
` [PATCH 2/5] KVM: arm64: Avoid mapping size adjustment on permission fault
` [PATCH 3/5] KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()
` [PATCH 4/5] KVM: arm64: Use get_page() instead of kvm_get_pfn()
` [PATCH 5/5] KVM: Get rid "

[PATCH v2 00/12] KVM: Add idempotent controls for migrating system counter state
 2021-07-19  0:48 UTC  (19+ messages)
` [PATCH v2 01/12] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
` [PATCH v2 02/12] KVM: x86: Refactor tsc synchronization code
` [PATCH v2 03/12] KVM: x86: Expose TSC offset controls to userspace
` [PATCH v2 04/12] tools: arch: x86: pull in pvclock headers
` [PATCH v2 05/12] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
` [PATCH v2 06/12] selftests: KVM: Add helpers for vCPU device attributes
` [PATCH v2 07/12] selftests: KVM: Introduce system counter offset test
` [PATCH v2 08/12] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v2 09/12] selftests: KVM: Add support for aarch64 to system_counter_offset_test
` [PATCH v2 10/12] KVM: arm64: Provide userspace access to the physical counter offset
` [PATCH v2 11/12] selftests: KVM: Test physical counter offsetting
` [PATCH v2 12/12] selftests: KVM: Add counter emulation benchmark

[GIT PULL] KVM/arm64 fixes for 5.14, take #1
 2021-07-18 10:55 UTC 

[PATCH V8 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-07-16  8:53 UTC 

[kvm-unit-tests] its-migration segmentation fault
 2021-07-16  6:35 UTC  (6+ messages)

[PATCH 00/16] KVM: arm64: MMIO guard PV services
 2021-07-15 16:31 UTC  (17+ messages)
` [PATCH 01/16] KVM: arm64: Generalise VM features into a set of flags
` [PATCH 02/16] KVM: arm64: Don't issue CMOs when the physical address is invalid
` [PATCH 03/16] KVM: arm64: Turn kvm_pgtable_stage2_set_owner into kvm_pgtable_stage2_annotate
` [PATCH 04/16] KVM: arm64: Add MMIO checking infrastructure
` [PATCH 05/16] KVM: arm64: Plumb MMIO checking into the fault handling
` [PATCH 06/16] KVM: arm64: Force a full unmap on vpcu reinit
` [PATCH 07/16] KVM: arm64: Wire MMIO guard hypercalls
` [PATCH 08/16] KVM: arm64: Add tracepoint for failed MMIO guard check
` [PATCH 09/16] KVM: arm64: Advertise a capability for MMIO guard
` [PATCH 10/16] KVM: arm64: Add some documentation for the MMIO guard feature
` [PATCH 11/16] firmware/smccc: Call arch-specific hook on discovering KVM services
` [PATCH 12/16] mm/ioremap: Add arch-specific callbacks on ioremap/iounmap calls
` [PATCH 13/16] arm64: Implement ioremap/iounmap hooks calling into KVM's MMIO guard
` [PATCH 14/16] arm64: Enroll into KVM's MMIO guard if required
` [PATCH 15/16] arm64: Add a helper to retrieve the PTE of a fixmap
` [PATCH 16/16] arm64: Register earlycon fixmap with the MMIO guard

[PATCH 0/3] kvm-arm64: Fix PMU reset values (and more)
 2021-07-15 12:25 UTC  (14+ messages)
` [PATCH 1/3] KVM: arm64: Narrow PMU sysreg reset values to architectural requirements
` [PATCH 2/3] KVM: arm64: Drop unnecessary masking of PMU registers
` [PATCH 3/3] KVM: arm64: Disabling disabled PMU counters wastes a lot of time

Any way to disable KVM VHE extension?
 2021-07-15 10:49 UTC  (7+ messages)

[PATCH 0/5] KVM: arm64: Cleanups and one optimization
 2021-07-15  9:31 UTC  (10+ messages)
` [PATCH 1/5] KVM: arm64: Move vcpu_has_feature() to asm/kvm_host.h
` [PATCH 2/5] KVM: arm64: Use vcpu_has_feature() to check the feature bits
` [PATCH 3/5] KVM: arm64: Rename __vcpu_sys_reg -> vcpu_sys_reg
` [PATCH 4/5] KVM: arm64: Add __vcpu_sys_reg()
` [PATCH 5/5] KVM: arm64: nVHE: Remove unneeded isb() when modifying PMSCR_EL1

[PATCH v2 00/13] KVM: arm64: Fixed features for protected VMs
 2021-07-14 20:01 UTC  (28+ messages)
` [PATCH v2 01/13] KVM: arm64: Remove trailing whitespace in comments
` [PATCH v2 02/13] KVM: arm64: MDCR_EL2 is a 64-bit register
` [PATCH v2 03/13] KVM: arm64: Fix names of config register fields
` [PATCH v2 04/13] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
  ` [PATCH v2 04/13] KVM: arm64: Refactor sys_regs.h, c "
` [PATCH v2 05/13] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v2 06/13] KVM: arm64: Add feature register flag definitions
` [PATCH v2 07/13] KVM: arm64: Add config register bit definitions
` [PATCH v2 08/13] KVM: arm64: Guest exit handlers for nVHE hyp
` [PATCH v2 09/13] KVM: arm64: Add trap handlers for protected VMs

[PATCH v4 41/66] KVM: arm64: nv: Trap and emulate TLBI instructions from virtual EL2
 2021-07-14 16:40 UTC  (2+ messages)

[PATCH 0/2] KVM: selftests: a couple fixes
 2021-07-14 10:56 UTC  (5+ messages)
` [PATCH 1/2] KVM: selftests: change pthread_yield to sched_yield
` [PATCH 2/2] KVM: arm64: selftests: get-reg-list: actually enable pmu regs in pmu sublist

[kvm-unit-tests PATCH v2 0/4] enable LPI and ITS for TCG
 2021-07-13 20:47 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 2/4] scripts/arch-run: don't use deprecated server/nowait options

[PATCH] KVM: arm64: Fix detection of shared VMAs on guest fault
 2021-07-13 16:18 UTC  (2+ messages)

[kvm-unit-tests RFC PATCH 0/5] arm: Add kvmtool to the runner script
 2021-07-13  7:45 UTC  (13+ messages)
` [kvm-unit-tests RFC PATCH 1/5] lib: arm: Print test exit status on exit if chr-testdev is not available
` [kvm-unit-tests RFC PATCH 2/5] scripts: Rename run_qemu_status -> run_test_status
` [kvm-unit-tests RFC PATCH 3/5] run_tests.sh: Add kvmtool support
` [kvm-unit-tests RFC PATCH 4/5] scripts: Generate kvmtool standalone tests
` [kvm-unit-tests RFC PATCH 5/5] configure: Ignore --erratatxt when --target=kvmtool

[PATCH v2 0/3] kvm/arm: New VMID allocator based on asid
 2021-07-13  7:07 UTC  (2+ messages)

[PATCH v3] KVM: arm64: Disabling disabled PMU counters wastes a lot of time
 2021-07-12 17:03 UTC 

[PATCHv2 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
 2021-07-12 16:24 UTC  (14+ messages)
` [PATCHv2 1/4] arm64: smccc: Add SMCCC pv-vcpu-state function call IDs
` [PATCHv2 2/4] arm64: add guest pvstate support
` [PATCHv2 3/4] arm64: do not use dummy vcpu_is_preempted()
` [PATCHv2 4/4] arm64: add host pv-vcpu-state support

[PATCH v2] KVM: arm64: Disabling disabled PMU counters wastes a lot of time
 2021-07-12 16:02 UTC  (5+ messages)

[PATCH] KVM/ARM: vgic: Delete the redundant lines of code
 2021-07-12 14:16 UTC  (2+ messages)

[PATCH] KVM: selftests: Address extra memslot parameters in vm_vaddr_alloc
 2021-07-08 17:16 UTC  (3+ messages)

[PATCH V7 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-07-08  8:53 UTC  (8+ messages)

[PATCH] KVM: arm64: Disabling disabled PMU counters wastes a lot of time
 2021-07-07 12:48 UTC  (12+ messages)

[PATCH AUTOSEL 5.12 64/80] KVM: arm64: Restore PMU configuration on first run
 2021-07-04 23:06 UTC 

[PATCH AUTOSEL 5.13 68/85] KVM: arm64: Restore PMU configuration on first run
 2021-07-04 23:04 UTC 

[PATCH v4 0/6] KVM: selftests: arm64 exception handling and debug test
 2021-07-02 18:56 UTC  (4+ messages)
` [PATCH v4 5/6] KVM: selftests: Add exception handling support for aarch64

[PATCH 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-07-01 15:41 UTC  (2+ messages)
` [PATCH 5/6] kvm: allocate vcpu pointer array separately

[RFC PATCH 0/5] KVM: arm64: Pass PSCI to userspace
 2021-07-01  9:54 UTC  (12+ messages)
` [RFC PATCH 1/5] KVM: arm64: Replace power_off with mp_state in struct kvm_vcpu_arch
` [RFC PATCH 2/5] KVM: arm64: Move WFI execution to check_vcpu_requests()
` [RFC PATCH 3/5] KVM: arm64: Allow userspace to request WFI
` [RFC PATCH 4/5] KVM: arm64: Pass hypercalls to userspace
` [RFC PATCH 5/5] KVM: arm64: Pass PSCI calls "

[GIT PULL] KVM/arm64 updates for 5.14
 2021-06-25 15:22 UTC  (2+ messages)

[PATCH v2 0/5] Remove uses of struct page from x86 and arm64 MMU
 2021-06-25  7:36 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: do not allow mapping valid but non-refcounted pages
` [PATCH v2 2/5] KVM: mmu: introduce new gfn_to_pfn_page functions
` [PATCH v2 3/5] KVM: x86/mmu: use gfn_to_pfn_page
` [PATCH v2 4/5] KVM: arm64/mmu: "
` [PATCH v2 5/5] KVM: mmu: remove over-aggressive warnings

[PATCH 0/6] KVM: Remove uses of struct page from x86 and arm64 MMU
 2021-06-25  0:20 UTC  (7+ 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).