kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-23 17:22:31 to 2021-04-03 11:30:07 UTC [more...]

[PATCH v2 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-04-03 11:29 UTC  (10+ messages)
` [PATCH v2 1/9] irqchip/gic: Split vGIC probing information from the GIC code
` [PATCH v2 2/9] KVM: arm64: Handle physical FIQ as an IRQ while running a guest
` [PATCH v2 3/9] KVM: arm64: vgic: Be tolerant to the lack of maintenance interrupt
` [PATCH v2 4/9] KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation
` [PATCH v2 5/9] KVM: arm64: vgic: move irq->get_input_level into an ops structure
` [PATCH v2 6/9] KVM: arm64: vgic: Implement SW-driven deactivation
` [PATCH v2 7/9] KVM: arm64: timer: Refactor IRQ configuration
` [PATCH v2 8/9] KVM: arm64: timer: Add support for SW-based deactivation
` [PATCH v2 9/9] irqchip/apple-aic: Advertise some level of vGICv3 compatibility

[PATCH 0/4] KVM statistics data fd-based binary interface
 2021-04-03  5:24 UTC  (6+ messages)
` [PATCH 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH 4/4] KVM: selftests: Add selftest for KVM "

[PATCH v2 0/9] KVM: my debug patch queue
 2021-04-02 17:38 UTC  (12+ messages)
` [PATCH v2 1/9] scripts/gdb: rework lx-symbols gdb script
` [PATCH v2 2/9] KVM: introduce KVM_CAP_SET_GUEST_DEBUG2
` [PATCH v2 3/9] KVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2
` [PATCH v2 4/9] KVM: aarch64: "
` [PATCH v2 5/9] KVM: s390x: "
` [PATCH v2 6/9] KVM: x86: implement KVM_GUESTDBG_BLOCKEVENTS
` [PATCH v2 7/9] KVM: SVM: split svm_handle_invalid_exit
` [PATCH v2 8/9] KVM: x86: add force_intercept_exceptions_mask
` [PATCH v2 9/9] KVM: SVM: implement force_intercept_exceptions_mask

[PATCH v2 00/10] KVM: Consolidate and optimize MMU notifiers
 2021-04-02 14:59 UTC  (17+ messages)
` [PATCH v2 01/10] KVM: Assert that notifier count is elevated in .change_pte()
` [PATCH v2 02/10] KVM: Move x86's MMU notifier memslot walkers to generic code
` [PATCH v2 03/10] KVM: arm64: Convert to the gfn-based MMU notifier callbacks
` [PATCH v2 04/10] KVM: MIPS/MMU: "
` [PATCH v2 05/10] KVM: PPC: "
` [PATCH v2 06/10] KVM: Kill off the old hva-based "
` [PATCH v2 07/10] KVM: Move MMU notifier's mmu_lock acquisition into common helper
` [PATCH v2 08/10] KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot
` [PATCH v2 09/10] KVM: Don't take mmu_lock for range invalidation unless necessary
` [PATCH v2 10/10] KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possible

[PATCH v4 0/8] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-04-02  9:32 UTC  (16+ messages)
` [PATCH v4 1/8] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
` [PATCH v4 2/8] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
` [PATCH v4 3/8] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
` [PATCH v4 4/8] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
` [PATCH v4 5/8] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
` [PATCH v4 6/8] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
` [PATCH v4 7/8] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
` [PATCH v4 8/8] KVM: selftests: aarch64/vgic-v3 init sequence tests

[PATCH v2] KVM: arm64: Initialize VCPU mdcr_el2 before loading it
 2021-04-01 15:22 UTC  (11+ messages)

[PATCH] KVM: arm64: Fix a typo in the kvm_init_stage2_mmu documentation
 2021-04-01 13:08 UTC 

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-01 13:20 UTC  (13+ messages)
` [PATCH v14 06/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v14 07/13] iommu/smmuv3: Implement cache_invalidate
` [PATCH v14 13/13] iommu/smmuv3: Accept configs with more than one context descriptor

[PATCH 00/18] KVM: Consolidate and optimize MMU notifiers
 2021-03-31 21:47 UTC  (44+ messages)
` [PATCH 01/18] KVM: x86/mmu: Coalesce TDP MMU TLB flushes when zapping collapsible SPTEs
` [PATCH 02/18] KVM: x86/mmu: Move flushing for "slot" handlers to caller for legacy MMU
` [PATCH 03/18] KVM: x86/mmu: Coalesce TLB flushes when zapping collapsible SPTEs
` [PATCH 04/18] KVM: x86/mmu: Coalesce TLB flushes across address spaces for gfn range zap
` [PATCH 05/18] KVM: x86/mmu: Pass address space ID to __kvm_tdp_mmu_zap_gfn_range()
` [PATCH 06/18] KVM: x86/mmu: Pass address space ID to TDP MMU root walkers
` [PATCH 07/18] KVM: x86/mmu: Use leaf-only loop for walking TDP SPTEs when changing SPTE
` [PATCH 08/18] KVM: Move prototypes for MMU notifier callbacks to generic code
` [PATCH 09/18] KVM: Move arm64's MMU notifier trace events "
` [PATCH 10/18] KVM: Move x86's MMU notifier memslot walkers "
` [PATCH 11/18] KVM: arm64: Convert to the gfn-based MMU notifier callbacks
` [PATCH 12/18] KVM: MIPS/MMU: "
` [PATCH 13/18] KVM: PPC: "
` [PATCH 14/18] KVM: Kill off the old hva-based "
` [PATCH 15/18] KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot
` [PATCH 16/18] KVM: Don't take mmu_lock for range invalidation unless necessary
` [PATCH 17/18] KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possible
` [PATCH 18/18] KVM: x86/mmu: Drop trace_kvm_age_page() tracepoint

[PATCH v3 0/5] Debug info for nVHE hyp panics
 2021-04-01  9:26 UTC  (2+ messages)

[PATCH v10 0/6] MTE support for KVM guest
 2021-03-31 18:43 UTC  (17+ messages)
` [PATCH v10 1/6] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v10 2/6] arm64: kvm: Introduce MTE VM feature

[PATCH v3 0/8] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-03-31 15:07 UTC  (4+ messages)
` [PATCH v3 8/8] KVM: selftests: aarch64/vgic-v3 init sequence tests

[PATCH] KVM: arm64: Support PREL/PLT relocs in EL2 code
 2021-03-31 14:09 UTC  (2+ messages)

[PATCH] KVM: arm64: Elect Alexandru as a replacement for Julien as a reviewer
 2021-03-31 13:39 UTC  (2+ messages)

[PATCH] target/arm: Make number of counters in PMCR follow the CPU
 2021-03-31  9:43 UTC  (2+ messages)

[PATCH -next] KVM: arm64: Make symbol '_kvm_host_prot_finalize' static
 2021-03-31  8:18 UTC  (2+ messages)

[RFC PATCH v2 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-03-31  9:13 UTC  (2+ messages)

[PATCH v19 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-03-30 14:54 UTC  (8+ messages)
` [PATCH v19 1/7] arm/arm64: Probe for the presence of KVM hypervisor
` [PATCH v19 2/7] KVM: arm64: Advertise KVM UID to guests via SMCCC
` [PATCH v19 3/7] ptp: Reorganize ptp_kvm.c to make it arch-independent
` [PATCH v19 4/7] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v19 5/7] clocksource: Add clocksource id for arm arch counter
` [PATCH v19 6/7] KVM: arm64: Add support for the KVM PTP service
` [PATCH v19 7/7] ptp: arm/arm64: Enable ptp_kvm for arm/arm64

[PATCH] arm64: kvm: handle 52-bit VA regions correctly under nVHE
 2021-03-30 14:24 UTC  (8+ messages)

KVM/ARM64: Booting KVM on FVP/fastmodels
 2021-03-30 10:22 UTC 

[PATCH v18 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-03-30 10:05 UTC  (5+ messages)
` [PATCH v18 6/7] KVM: arm64: Add support for the KVM PTP service
` [PATCH v18 7/7] ptp: arm/arm64: Enable ptp_kvm for arm/arm64

[RFC PATCH v3 0/2] KVM: arm64: Improve efficiency of stage2 page table
 2021-03-26  3:16 UTC  (3+ messages)
` [RFC PATCH v3 1/2] KVM: arm64: Move CMOs from user_mem_abort to the fault handlers
` [RFC PATCH v3 2/2] KVM: arm64: Distinguish cases of memcache allocations completely

[RFC PATCH 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-03-26  1:24 UTC  (4+ messages)
` [RFC PATCH 4/4] KVM: arm64: Distinguish cases of memcache allocations completely

[GIT PULL] KVM/arm64 fixes for 5.12, take #3
 2021-03-25 18:13 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/6] Misc assembly fixes and cleanups
 2021-03-25 15:31 UTC  (2+ messages)

[PATCH for-stable-5.10 0/2] Backport for- Work around firmware wrongly advertising GICv2 compatibility
 2021-03-25 11:38 UTC  (7+ messages)
` [PATCH for-stable-5.10 1/2] KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()
` [PATCH for-stable-5.10 2/2] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility

[PATCH v6 00/38] KVM: arm64: Stage-2 for the host
 2021-03-25 11:13 UTC  (2+ messages)

[PATCH v5 0/6] KVM: arm64: Add VLPI migration support on GICv4.1
 2021-03-25  5:56 UTC  (3+ messages)

[kvm-unit-tests PATCH] arm: pmu: Fix failing PMU test when no PMU is available
 2021-03-24 16:17 UTC  (4+ messages)

[PATCH] KVM: arm64: Fix CPU interface MMIO compatibility detection
 2021-03-24 15:47 UTC  (2+ messages)

[PATCH 0/7] KVM: arm64: add more event counters for kvm_stat
 2021-03-23 18:36 UTC  (12+ messages)
` [PATCH 4/7] KVM: arm64: Add flush_all_cache_lines counter "
` [PATCH 5/7] KVM: arm64: Add memory_slot_unmaped "
` [PATCH 6/7] KVM: arm64: Add stage2_unmap_vm "
` [PATCH 7/7] KVM: arm64: Add irq_inject "


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