kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-08 10:29:49 to 2020-09-15 10:56:59 UTC [more...]

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

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

[PATCH v2 0/2] KVM: arm64: Fix handling of S1PTW
 2020-09-15 10:42 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch
` [PATCH v2 2/2] KVM: arm64: Remove S1PTW check from kvm_vcpu_dabt_iswrite()

[PATCH 00/14] UBSan Enablement for hyp/nVHE code
 2020-09-15 10:24 UTC  (18+ messages)
` [PATCH 01/14] KVM: arm64: Enable UBSan instrumentation in nVHE hyp code
` [PATCH 02/14] KVM: arm64: Define a macro for storing a value inside a per_cpu variable
` [PATCH 03/14] KVM: arm64: Add support for creating and checking a logging buffer inside hyp/nVHE
` [PATCH 04/14] KVM: arm64: Add support for buffer usage
` [PATCH 05/14] KVM: arm64: Define a buffer that can pass UBSan data from hyp/nVHE to kernel
` [PATCH 06/14] Fix CFLAGS for UBSAN_BOUNDS on Clang
` [PATCH 07/14] KVM: arm64: Enable UBSAN_BOUNDS for the both the kernel and hyp/nVHE
` [PATCH 08/14] KVM: arm64: Enable UBsan check for unreachable code inside hyp/nVHE code
` [PATCH 09/14] KVM: arm64: Enable shift out of bounds undefined behaviour check for hyp/nVHE
` [PATCH 10/14] KVM: arm64: __ubsan_handle_load_invalid_value hyp/nVHE implementation
` [PATCH 11/14] KVM: arm64: Detect type mismatch undefined behaviour from hyp/nVHE code
` [PATCH 12/14] KVM: arm64: Detect arithmetic overflow is inside hyp/nVHE
` [PATCH 13/14] KVM: arm64: Enable the CONFIG_TEST UBSan for PKVM
` [PATCH 14/14] DO NOT MERGE: Enable configs to test the patch series

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-15  9:19 UTC  (16+ messages)
` [Intel-gfx] "

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

[PATCH] KVM: arm64: fix inject_fault.c kernel-doc warnings
 2020-09-15  7:21 UTC 

[PATCH v2 00/10] Independent per-CPU data section for nVHE
 2020-09-14 17:40 UTC  (11+ 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] KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch
 2020-09-14  9:32 UTC  (3+ messages)

[PATCH V2 1/2] irqchip/imx-intmux: Use dev_err_probe() to simplify error handling
 2020-09-13 17:05 UTC 

[PATCH 1/2] irqchip/ti-sci: Simplify with dev_err_probe()
 2020-09-13 17:05 UTC 

[PATCH v3 0/2] irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0
 2020-09-13 17:05 UTC  (4+ messages)
` [PATCH v3 1/2] irqchip/gicv3: Spell out when pseudo-NMIs are enabled
` [PATCH v3 2/2] irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0

[PATCH v2 0/2] irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0
 2020-09-13  9:08 UTC  (5+ messages)
` [PATCH v2 2/2] "

[PATCHv2 1/2] arm64/relocate_kernel: remove redundant code
 2020-09-11 18:32 UTC  (4+ messages)
` [PATCHv2 2/2] Documentation/kvm/arm: improve description of HVC_SOFT_RESTART

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

[PATCH v4 00/21] KVM: arm64: Rewrite page-table code and fault handling
 2020-09-11 11:22 UTC  (35+ messages)
` [PATCH v4 02/21] KVM: arm64: Add stand-alone page-table walker infrastructure
` [PATCH v4 06/21] KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table
` [PATCH v4 10/21] KVM: arm64: Add support for stage-2 page-aging "
` [PATCH v4 11/21] KVM: arm64: Convert page-aging and access faults 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 19/21] KVM: arm64: Remove unused page-table code
` [PATCH v4 21/21] KVM: arm64: Don't constrain maximum IPA size based on host configuration

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

[PATCH v3] KVM: arm64: Preserve PMCR immutable values across reset
 2020-09-11  8:06 UTC  (5+ 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  (23+ messages)
` [PATCH v2 2/2] arm64: kvm: Introduce MTE VCPU feature

[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 v3 0/5] KVM: arm64: Filtering PMU events
 2020-09-09 18:07 UTC  (13+ messages)
` [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  (6+ messages)
` [PATCH 7/9] KVM: arm64: Do not try to map PUDs when they are folded into PMD

[PATCH v3 00/21] KVM: arm64: Rewrite page-table code and fault handling
 2020-09-09 10:57 UTC  (6+ 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  (17+ messages)
` [PATCH v3 06/18] KVM: arm64: nVHE: Use separate vector for the host
` [PATCH v3 08/18] KVM: arm64: Introduce hyp context
` [PATCH v3 12/18] KVM: arm64: nVHE: Switch to hyp context for EL2
` [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


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