kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-04 10:46:07 to 2020-09-11 09:16:19 UTC [more...]

[RFC][PATCH 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
 2020-09-11  8:58 UTC  (6+ messages)

[PATCH v2] KVM: arm64: Try PMD block mappings if PUD mappings are not supported
 2020-09-11  8:34 UTC  (2+ messages)

[PATCH v3] KVM: arm64: Preserve PMCR immutable values across reset
 2020-09-11  8:06 UTC  (5+ messages)

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-11  4:19 UTC  (14+ messages)

[PATCH v2] KVM: arm64: Allow to limit number of PMU counters
 2020-09-10 17:41 UTC  (11+ messages)

[PATCH v2 0/2] MTE support for KVM guest
 2020-09-10 15:36 UTC  (24+ messages)
` [PATCH v2 1/2] arm64: kvm: Save/restore MTE registers
` [PATCH v2 2/2] arm64: kvm: Introduce MTE VCPU feature

[PATCH v4 00/21] KVM: arm64: Rewrite page-table code and fault handling
 2020-09-10 14:21 UTC  (50+ messages)
` [PATCH v4 01/21] KVM: arm64: Remove kvm_mmu_free_memory_caches()
` [PATCH v4 02/21] KVM: arm64: Add stand-alone page-table walker infrastructure
` [PATCH v4 03/21] KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables
` [PATCH v4 04/21] KVM: arm64: Use generic allocator for hyp stage-1 page-tables
` [PATCH v4 05/21] KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables
` [PATCH v4 06/21] KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table
` [PATCH v4 07/21] KVM: arm64: Convert kvm_phys_addr_ioremap() to generic page-table API
` [PATCH v4 08/21] KVM: arm64: Convert kvm_set_spte_hva() "
` [PATCH v4 09/21] KVM: arm64: Convert unmap_stage2_range() "
` [PATCH v4 10/21] KVM: arm64: Add support for stage-2 page-aging in generic page-table
` [PATCH v4 11/21] KVM: arm64: Convert page-aging and access faults to generic page-table API
` [PATCH v4 12/21] KVM: arm64: Add support for stage-2 write-protect in generic page-table
` [PATCH v4 13/21] KVM: arm64: Convert write-protect operation to generic page-table API
` [PATCH v4 14/21] KVM: arm64: Add support for stage-2 cache flushing in generic page-table
` [PATCH v4 15/21] KVM: arm64: Convert memslot cache-flushing code to generic page-table API
` [PATCH v4 16/21] KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code
` [PATCH v4 17/21] KVM: arm64: Convert user_mem_abort() to generic page-table API
` [PATCH v4 18/21] KVM: arm64: Check the pgt instead of the pgd when modifying page-table
` [PATCH v4 19/21] KVM: arm64: Remove unused page-table code
` [PATCH v4 20/21] KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'
` [PATCH v4 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-10 14:07 UTC  (9+ messages)
` [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 10/10] kvm: arm64: Remove unnecessary hyp mappings

[PATCH v5 1/2] arm64: Add part number for Arm Cortex-A77
 2020-09-09 23:13 UTC  (2+ messages)
` [PATCH v5 2/2] arm64: Add workaround for Arm Cortex-A77 erratum 1508412

[PATCH v4 0/3] Cortex-A77 erratum 1508412 workaround
 2020-09-09 23:06 UTC  (10+ messages)
` [PATCH v4 3/3] arm64: Add workaround for Arm Cortex-A77 erratum 1508412

[PATCH] KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch
 2020-09-09 21:05 UTC 

[PATCH v3 0/5] KVM: arm64: Filtering PMU events
 2020-09-09 18:07 UTC  (19+ messages)
` [PATCH v3 1/5] KVM: arm64: Refactor PMU attribute error handling
` [PATCH v3 2/5] KVM: arm64: Use event mask matching architecture revision
` [PATCH v3 3/5] KVM: arm64: Add PMU event filtering infrastructure
` [PATCH v3 4/5] KVM: arm64: Mask out filtered events in PCMEID{0, 1}_EL1
  ` [PATCH v3 4/5] KVM: arm64: Mask out filtered events in PCMEID{0,1}_EL1
` [PATCH v3 5/5] KVM: arm64: Document PMU filtering API

[GIT PULL] KVM/arm64 fixes for 5.9
 2020-09-09 17:20 UTC  (14+ messages)
` [PATCH 1/9] KVM: arm64: pvtime: steal-time is only supported when configured
` [PATCH 2/9] KVM: arm64: pvtime: Fix potential loss of stolen time
` [PATCH 3/9] KVM: arm64: Drop type input from kvm_put_guest
` [PATCH 4/9] KVM: arm64: pvtime: Fix stolen time accounting across migration
` [PATCH 5/9] KVM: Documentation: Minor fixups
` [PATCH 6/9] arm64/x86: KVM: Introduce steal-time cap
` [PATCH 7/9] KVM: arm64: Do not try to map PUDs when they are folded into PMD
` [PATCH 8/9] KVM: arm64: Fix address truncation in traces
` [PATCH 9/9] KVM: arm64: Update page shift if stage 2 block mapping not supported

[PATCH v3 00/21] KVM: arm64: Rewrite page-table code and fault handling
 2020-09-09 10:57 UTC  (15+ messages)
` [PATCH v3 09/21] KVM: arm64: Convert unmap_stage2_range() to generic page-table API

[PATCH v3 00/18] Introduce separate nVHE hyp context
 2020-09-09  8:30 UTC  (27+ messages)
` [PATCH v3 02/18] KVM: arm64: Remove hyp_panic arguments
` [PATCH v3 04/18] KVM: arm64: Restrict symbol aliasing to outside nVHE
` [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 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 16/18] KVM: arm64: nVHE: Migrate hyp interface to SMCCC

[PATCH] KVM: arm64: Allow to limit number of PMU counters
 2020-09-08 18:54 UTC 

[PATCH stable 4.19 v2 0/2] arm64: entry: Place an SB sequence following an ERET instruction
 2020-09-09  3:04 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: user_mem_abort() improvements
 2020-09-08 12:41 UTC  (5+ messages)
` [PATCH 2/2] KVM: arm64: Try PMD block mappings if PUD mappings are not supported

[PATCH] arm64: fix some spelling mistakes in the comments by codespell
 2020-09-07 16:05 UTC  (2+ messages)

[PATCH v14 00/10] Enable ptp_kvm for arm64
 2020-09-07 10:11 UTC  (19+ messages)
` [PATCH v14 07/10] arm64/kvm: Add hypercall service for kvm ptp
` [PATCH v14 08/10] ptp: arm64: Enable ptp_kvm for arm64
` [PATCH v14 09/10] doc: add ptp_kvm introduction for arm64 support

[RFC PATCH 0/5] KVM: arm64: Add pvtime LPT support
 2020-09-07  2:48 UTC  (6+ messages)

[PATCH 00/23] KVM: arm64: rVIC/rVID PV interrupt controller
 2020-09-05 13:16 UTC  (15+ messages)
` [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 12/23] KVM: arm64: Move kvm_vgic_vcpu_pending_irq() to irqchip_flow
` [PATCH 22/23] KVM: arm64: Add a rVIC/rVID in-kernel implementation


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