kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-20 07:37:30 to 2020-09-03 15:55:59 UTC [more...]

[PATCH 00/23] KVM: arm64: rVIC/rVID PV interrupt controller
 2020-09-03 15:26 UTC  (12+ messages)
` [PATCH 01/23] irqchip: Add Reduced Virtual Interrupt Controller driver
` [PATCH 02/23] irqchip/rvic: Add support for untrusted interrupt allocation
` [PATCH 03/23] irqchip: Add Reduced Virtual Interrupt Distributor support
` [PATCH 04/23] irqchip/rvid: Add PCI MSI support
` [PATCH 05/23] KVM: arm64: Move GIC model out of the distributor
` [PATCH 06/23] KVM: arm64: vgic-v3: Move early init to kvm_vgic_create()
` [PATCH 07/23] KVM: arm64: Add irqchip callback structure to kvm_arch
` [PATCH 08/23] KVM: arm64: Move kvm_vgic_destroy to kvm_irqchip_flow
` [PATCH 09/23] KVM: arm64: Move kvm_vgic_vcpu_init() to irqchip_flow
` [PATCH 10/23] KVM: arm64: Move kvm_vgic_vcpu_[un]blocking() "
` [PATCH 19/23] KVM: arm64: Turn vgic_initialized into irqchip_finalized

[PATCH v3 00/18] Introduce separate nVHE hyp context
 2020-09-03 13:53 UTC  (19+ messages)
` [PATCH v3 01/18] KVM: arm64: Remove __activate_vm wrapper
` [PATCH v3 02/18] KVM: arm64: Remove hyp_panic arguments
` [PATCH v3 03/18] KVM: arm64: Remove kvm_host_data_t typedef
` [PATCH v3 04/18] KVM: arm64: Restrict symbol aliasing to outside nVHE
` [PATCH v3 05/18] KVM: arm64: Save chosen hyp vector to a percpu variable
` [PATCH v3 06/18] KVM: arm64: nVHE: Use separate vector for the host
` [PATCH v3 07/18] KVM: arm64: nVHE: Don't consume host SErrors with ESB
` [PATCH v3 08/18] KVM: arm64: Introduce hyp context
` [PATCH v3 09/18] KVM: arm64: Update context references from host to hyp
` [PATCH v3 10/18] KVM: arm64: Restore hyp when panicking in guest context
` [PATCH v3 11/18] KVM: arm64: Share context save and restore macros
` [PATCH v3 12/18] KVM: arm64: nVHE: Switch to hyp context for EL2
` [PATCH v3 13/18] KVM: arm64: nVHE: Handle hyp panics
` [PATCH v3 14/18] smccc: Cast arguments to unsigned long
` [PATCH v3 15/18] KVM: arm64: nVHE: Pass pointers consistently to hyp-init
` [PATCH v3 16/18] KVM: arm64: nVHE: Migrate hyp interface to SMCCC
` [PATCH v3 17/18] KVM: arm64: nVHE: Migrate hyp-init "
` [PATCH v3 18/18] KVM: arm64: nVHE: Fix pointers during SMCCC convertion

[PATCH v3 00/21] KVM: arm64: Rewrite page-table code and fault handling
 2020-09-03 12:30 UTC  (69+ messages)
` [PATCH v3 01/21] KVM: arm64: Remove kvm_mmu_free_memory_caches()
` [PATCH v3 02/21] KVM: arm64: Add stand-alone page-table walker infrastructure
` [PATCH v3 03/21] KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables
` [PATCH v3 04/21] KVM: arm64: Use generic allocator for hyp stage-1 page-tables
` [PATCH v3 05/21] KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables
` [PATCH v3 06/21] KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table
` [PATCH v3 07/21] KVM: arm64: Convert kvm_phys_addr_ioremap() to generic page-table API
` [PATCH v3 08/21] KVM: arm64: Convert kvm_set_spte_hva() "
` [PATCH v3 09/21] KVM: arm64: Convert unmap_stage2_range() "
` [PATCH v3 10/21] KVM: arm64: Add support for stage-2 page-aging in generic page-table
` [PATCH v3 11/21] KVM: arm64: Convert page-aging and access faults to generic page-table API
` [PATCH v3 12/21] KVM: arm64: Add support for stage-2 write-protect in generic page-table
` [PATCH v3 13/21] KVM: arm64: Convert write-protect operation to generic page-table API
` [PATCH v3 14/21] KVM: arm64: Add support for stage-2 cache flushing in generic page-table
` [PATCH v3 15/21] KVM: arm64: Convert memslot cache-flushing code to generic page-table API
` [PATCH v3 16/21] KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code
` [PATCH v3 17/21] KVM: arm64: Convert user_mem_abort() to generic page-table API
` [PATCH v3 18/21] KVM: arm64: Check the pgt instead of the pgd when modifying page-table
` [PATCH v3 19/21] KVM: arm64: Remove unused page-table code
` [PATCH v3 20/21] KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'
` [PATCH v3 21/21] KVM: arm64: Don't constrain maximum IPA size based on host configuration

[PATCH v2 00/10] Independent per-CPU data section for nVHE
 2020-09-03  9:17 UTC  (11+ messages)
` [PATCH v2 01/10] Macros to override naming of percpu symbols and sections
` [PATCH v2 02/10] kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY
` [PATCH v2 03/10] kvm: arm64: Remove __hyp_this_cpu_read
` [PATCH v2 04/10] kvm: arm64: Remove hyp_adr/ldr_this_cpu
` [PATCH v2 05/10] kvm: arm64: Add helpers for accessing nVHE hyp per-cpu vars
` [PATCH v2 06/10] kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp
` [PATCH v2 07/10] kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE
` [PATCH v2 08/10] kvm: arm64: Mark hyp stack pages reserved
` [PATCH v2 09/10] kvm: arm64: Set up hyp percpu data for nVHE
` [PATCH v2 10/10] kvm: arm64: Remove unnecessary hyp mappings

[PATCH 0/2] KVM: arm64: user_mem_abort() improvements
 2020-09-03  0:06 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm64: Update page shift if stage 2 block mapping not supported
` [PATCH 2/2] KVM: arm64: Try PMD block mappings if PUD mappings are "

[PATCH] arm64/kvm: Fix zapping stage2 page table wrongly
 2020-09-02 23:55 UTC  (12+ messages)

[PATCH] KVM: arm64: Fix address truncation in traces
 2020-09-02 16:29 UTC 

[PATCH v2 0/2] KVM: arm64: Filtering PMU events
 2020-09-02 12:23 UTC  (9+ messages)
` [PATCH v2 1/2] KVM: arm64: Add PMU event filtering infrastructure

[RFC PATCH 0/5] KVM: arm64: Add pvtime LPT support
 2020-09-02 10:09 UTC  (7+ messages)

[kvm-unit-tests RFC 0/4] KVM: arm64: Statistical Profiling Extension Tests
 2020-09-01 10:49 UTC  (8+ messages)
` [kvm-unit-tests RFC 1/4] arm64: Move get_id_aa64dfr0() in processor.h
` [kvm-unit-tests RFC 2/4] spe: Probing and Introspection Test
` [kvm-unit-tests RFC 3/4] spe: Add profiling buffer test
` [kvm-unit-tests RFC 4/4] spe: Test Profiling Buffer Events

[PATCHv2 1/2] arm64/relocate_kernel: remove redundant code
 2020-08-28 13:39 UTC  (2+ messages)
` [PATCHv2 2/2] Documentation/kvm/arm: improve description of HVC_SOFT_RESTART

[PATCH] arm(64)/kvm: improve the documentation about HVC calls
 2020-08-28  8:41 UTC  (3+ messages)

[PATCH] arm64: fix some spelling mistakes in the comments by codespell
 2020-08-28  3:18 UTC 

[PATCH 1/2] KVM: arm64: Restrict symbol aliasing to outside nVHE
 2020-08-26 17:41 UTC  (11+ messages)
` [PATCH 2/2] KVM: arm64: nVHE: Don't consume host SErrors with RAS

[PATCH 1/2] KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
 2020-08-26 13:54 UTC  (2+ messages)

[PATCH 1/2] arm64/kvm: Drop unnecessary check in kvm_vcpu_preferred_target()
 2020-08-25  6:18 UTC  (2+ messages)
` [PATCH 2/2] arm64/kvm: Drop checking target CPU type on initializing module

[PATCH stable 4.9 v3 0/2] arm64: entry: Place an SB sequence following an ERET instruction
 2020-08-24 18:36 UTC  (3+ messages)
` [PATCH stable 4.9 v3 1/2] arm64: Add support for SB barrier and patch in over DSB; ISB sequences
` [PATCH stable 4.9 v3 2/2] arm64: entry: Place an SB sequence following an ERET instruction

[PATCH stable 4.14 v2 0/2] arm64: entry: Place an SB sequence following an ERET instruction
 2020-08-24 18:36 UTC  (3+ messages)
` [PATCH stable 4.14 v2 1/2] arm64: Add support for SB barrier and patch in over DSB; ISB sequences
` [PATCH stable 4.14 v2 2/2] arm64: entry: Place an SB sequence following an ERET instruction

[PATCH stable 4.19 v2 0/2] arm64: entry: Place an SB sequence following an ERET instruction
 2020-08-24 18:35 UTC  (3+ messages)
` [PATCH stable 4.19 v2 1/2] arm64: Add support for SB barrier and patch in over DSB; ISB sequences
` [PATCH stable 4.19 v2 2/2] arm64: entry: Place an SB sequence following an ERET instruction

[PATCH stable v4.9 v2] arm64: entry: Place an SB sequence following an ERET instruction
 2020-08-24 16:42 UTC  (9+ messages)

[PATCH v4 0/3] Cortex-A77 erratum 1508412 workaround
 2020-08-21 18:15 UTC  (11+ messages)
` [PATCH v4 3/3] arm64: Add workaround for Arm Cortex-A77 erratum 1508412

[PATCH v2 0/6] KVM: arm64: pvtime: Fixes and a new cap
 2020-08-21 13:04 UTC  (3+ messages)

[PATCH v2 00/20] Introduce separate nVHE hyp context
 2020-08-20 10:34 UTC  (21+ messages)
` [PATCH v2 01/20] KVM: arm64: Remove __activate_vm wrapper
` [PATCH v2 02/20] KVM: arm64: Remove hyp_panic arguments
` [PATCH v2 03/20] KVM: arm64: Remove kvm_host_data_t typedef
` [PATCH v2 04/20] KVM: arm64: Restrict symbol aliasing to outside nVHE
` [PATCH v2 05/20] KVM: arm64: Save chosen hyp vector to a percpu variable
` [PATCH v2 06/20] KVM: arm64: nVHE: Use separate vector for the host
` [PATCH v2 07/20] KVM: arm64: nVHE: Don't consume host SErrors with ESB
` [PATCH v2 08/20] KVM: arm64: Preserve host DISR_EL1
` [PATCH v2 09/20] KVM: arm64: Introduce hyp context
` [PATCH v2 10/20] KVM: arm64: Update context references from host to hyp
` [PATCH v2 11/20] KVM: arm64: Restore hyp when panicking in guest context
` [PATCH v2 12/20] KVM: arm64: Share context save and restore macros
` [PATCH v2 13/20] KVM: arm64: nVHE: Switch to hyp context for EL2
` [PATCH v2 14/20] KVM: arm64: nVHE: Handle hyp panics
` [PATCH v2 15/20] smccc: Cast arguments to unsigned long
` [PATCH v2 16/20] KVM: arm64: nVHE: Pass pointers consistently to hyp-init
` [PATCH v2 17/20] KVM: arm64: nVHE: Migrate hyp interface to SMCCC
` [PATCH v2 18/20] KVM: arm64: nVHE: Migrate hyp-init "
` [PATCH v2 19/20] KVM: arm64: nVHE: Fix pointers during SMCCC convertion
` [PATCH v2 20/20] KVM: arm64: nVHE: Handle stub HVCs in the host loop

[PATCH v13 0/9] Enable ptp_kvm for arm64
 2020-08-20  9:43 UTC  (6+ messages)
` [PATCH v13 2/9] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC


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