KVM ARM Archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-15 00:16:38 to 2021-01-07 09:29:53 UTC [more...]

[PATCH 0/5] vfio/iommu_type1: Some fixes about dirty tracking
 2021-01-07  9:29 UTC  (6+ messages)
` [PATCH 1/5] vfio/iommu_type1: Fixes vfio_dma_populate_bitmap to avoid dirty lose
` [PATCH 2/5] vfio/iommu_type1: Populate dirty bitmap for new vfio_dma
` [PATCH 3/5] vfio/iommu_type1: Populate dirty bitmap when attach group
` [PATCH 4/5] vfio/iommu_type1: Carefully use unmap_unpin_all during dirty tracking
` [PATCH 5/5] vfio/iommu_type1: Move sanity_check_pfn_list to unmap_unpin_all

[PATCH 0/6] vfio/iommu_type1: Some optimizations about dirty tracking
 2021-01-07  4:44 UTC  (7+ messages)
` [PATCH 1/6] vfio/iommu_type1: Make an explicit "promote" semantic
` [PATCH 2/6] vfio/iommu_type1: Ignore external domain when promote pinned_scope
` [PATCH 3/6] vfio/iommu_type1: Initially set the pinned_page_dirty_scope
` [PATCH 4/6] vfio/iommu_type1: Drop parameter "pgsize" of vfio_dma_bitmap_alloc_all
` [PATCH 5/6] vfio/iommu_type1: Drop parameter "pgsize" of vfio_iova_dirty_bitmap
` [PATCH 6/6] vfio/iommu_type1: Drop parameter "pgsize" of update_user_bitmap

[PATCH 0/2] KVM: arm64: Hide absent PMU registers from userspace
 2021-01-06 17:22 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Hide PMU registers from userspace when not available
` [PATCH 2/2] KVM: arm64: Simplify handling of absent PMU system registers

[PATCH 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-01-06 17:12 UTC  (9+ messages)
` [PATCH 1/9] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
` [PATCH 2/9] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
` [PATCH 3/9] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
` [PATCH 4/9] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()

[PATCH] KVM: arm64: Use the reg_to_encoding() macro instead of sys_reg()
 2021-01-06 14:42 UTC 

[PATCH v6 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2021-01-06 13:10 UTC  (7+ messages)
` [PATCH v6 1/5] firmware: smccc: Add SMCCC TRNG function call IDs
` [PATCH v6 2/5] firmware: smccc: Introduce SMCCC TRNG framework
` [PATCH v6 3/5] ARM: implement support for SMCCC TRNG entropy source
` [PATCH v6 4/5] arm64: Add "
` [PATCH v6 5/5] KVM: arm64: implement the TRNG hypervisor call

[PATCH v5 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2021-01-06  9:54 UTC  (8+ messages)
` [PATCH v5 1/5] firmware: smccc: Add SMCCC TRNG function call IDs
` [PATCH v5 2/5] firmware: smccc: Introduce SMCCC TRNG framework
` [PATCH v5 3/5] ARM: implement support for SMCCC TRNG entropy source
` [PATCH v5 4/5] arm64: Add "
` [PATCH v5 5/5] KVM: arm64: implement the TRNG hypervisor call

[PATCH v2 00/17] arm64: Early CPU feature override, and an application to VHE
 2021-01-06  9:03 UTC  (24+ messages)
` [PATCH v2 01/17] arm64: Fix labels in el2_setup macros
` [PATCH v2 02/17] arm64: Fix outdated TCR setup comment
` [PATCH v2 03/17] arm64: Turn the MMU-on sequence into a macro
` [PATCH v2 04/17] arm64: Provide an 'upgrade to VHE' stub hypercall
` [PATCH v2 05/17] arm64: Initialise as nVHE before switching to VHE
` [PATCH v2 06/17] arm64: Move VHE-specific SPE setup to mutate_to_vhe()
` [PATCH v2 07/17] arm64: Simplify init_el2_state to be non-VHE only
` [PATCH v2 08/17] arm64: Move SCTLR_EL1 initialisation to EL-agnostic code
` [PATCH v2 09/17] arm64: cpufeature: Add global feature override facility
` [PATCH v2 10/17] arm64: Extract early FDT mapping from kaslr_early_init()
` [PATCH v2 11/17] arm64: cpufeature: Add an early command-line cpufeature override facility
` [PATCH v2 12/17] arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
` [PATCH v2 13/17] arm64: Honor VHE being disabled from the command-line
` [PATCH v2 14/17] arm64: Add an aliasing facility for the idreg override
` [PATCH v2 15/17] arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
` [PATCH v2 16/17] KVM: arm64: Document HVC_VHE_RESTART stub hypercall
` [PATCH v2 17/17] arm64: Move "nokaslr" over to the early cpufeature infrastructure

[PATCH v16 0/9] Enable ptp_kvm for arm/arm64
 2021-01-06  8:29 UTC  (2+ messages)

[RFC PATCH v2 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
 2021-01-06  7:14 UTC  (13+ messages)
` [RFC PATCH v2 1/4] KVM: arm64: GICv4.1: Add function to get VLPI state
` [RFC PATCH v2 2/4] KVM: arm64: GICv4.1: Try to save hw pending state in save_pending_tables
` [RFC PATCH v2 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side
` [RFC PATCH v2 4/4] KVM: arm64: GICv4.1: Give a chance to save VLPI's pending state

[PATCH v2 0/8] KVM: arm64: Support HW dirty log based on DBM
 2021-01-06  6:55 UTC  (8+ messages)

[PATCH v2 0/8] arm64: Relocate absolute hyp VAs
 2021-01-05 18:05 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: arm64: Rename .idmap.text in hyp linker script
` [PATCH v2 2/8] KVM: arm64: Set up .hyp.rodata ELF section
` [PATCH v2 3/8] KVM: arm64: Add symbol at the beginning of each hyp section
` [PATCH v2 4/8] KVM: arm64: Generate hyp relocation data
` [PATCH v2 5/8] KVM: arm64: Apply hyp relocations at runtime
` [PATCH v2 6/8] KVM: arm64: Fix constant-pool users in hyp
` [PATCH v2 7/8] KVM: arm64: Remove patching of fn pointers "
` [PATCH v2 8/8] KVM: arm64: Remove hyp_symbol_addr

[PATCH] KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS
 2021-01-05 16:38 UTC  (4+ messages)

[PATCH] KVM: arm64: Remove spurious semicolon in reg_to_encoding()
 2021-01-05 14:46 UTC  (4+ messages)

[PATCH] arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOST
 2021-01-05 13:23 UTC  (4+ messages)

[PATCH] arm64: Fix labels in el2_setup macros
 2021-01-05 12:52 UTC  (2+ messages)

[PATCH] arm64/smp: Remove unused variable irq in arch_show_interrupts()
 2021-01-05 11:09 UTC  (4+ messages)

[PATCH 00/17] arm64: Early CPU feature override, and an application to VHE
 2021-01-05  8:24 UTC  (21+ messages)
` [PATCH 01/17] arm64: Fix labels in el2_setup macros
` [PATCH 02/17] arm64: Fix outdated TCR setup comment
` [PATCH 03/17] arm64: Turn the MMU-on sequence into a macro
` [PATCH 04/17] arm64: Provide an 'upgrade to VHE' stub hypercall
` [PATCH 05/17] arm64: Initialise as nVHE before switching to VHE
` [PATCH 06/17] arm64: Move VHE-specific SPE setup to mutate_to_vhe()
` [PATCH 07/17] arm64: Simplify init_el2_state to be non-VHE only
` [PATCH 08/17] arm64: Move SCTLR_EL1 initialisation to EL-agnostic code
` [PATCH 09/17] arm64: cpufeature: Add global feature override facility
` [PATCH 10/17] arm64: Extract early FDT mapping from kaslr_early_init()
` [PATCH 11/17] arm64: cpufeature: Add an early command-line cpufeature override facility
` [PATCH 12/17] arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
` [PATCH 13/17] arm64: Honor VHE being disabled from the command-line
` [PATCH 14/17] arm64: Add an aliasing facility for the idreg override
` [PATCH 15/17] arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
` [PATCH 16/17] KVM: arm64: Document HVC_VHE_RESTART stub hypercall
` [PATCH 17/17] arm64: Move "nokaslr" over to the early cpufeature infrastructure

[PATCH] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
 2021-01-04 19:32 UTC  (9+ messages)

[PATCH v4 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2021-01-04 11:49 UTC  (4+ messages)
` [PATCH v4 4/5] arm64: Add support for SMCCC TRNG entropy source

[PATCH] KVM: arm64: remove incorrect __init annotation
 2021-01-03 18:38 UTC  (3+ messages)

[PATCH RFC] KVM: arm64: vgic: Decouple the check of the EnableLPIs bit from the ITS LPI translation
 2021-01-01  3:08 UTC  (5+ messages)

[PATCH] KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to return
 2020-12-30 11:03 UTC  (5+ messages)

[PATCH] KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotation
 2020-12-29 22:34 UTC  (2+ messages)

[PATCH] KVM: arm64: Fix section mismatches around hyp_cpu_pm_{init, exit}
 2020-12-29 22:33 UTC  (3+ messages)
` [PATCH] KVM: arm64: Fix section mismatches around hyp_cpu_pm_{init,exit}

[PATCH v2 0/6] KVM: arm64: VCPU preempted check support
 2020-12-29  8:50 UTC  (5+ messages)

[PATCH 0/5] KVM: arm64: Miscellaneous improvements
 2020-12-27 14:41 UTC  (9+ messages)
` [PATCH 3/5] KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()
` [PATCH 5/5] KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()

[PATCH 0/6] Fixes and cleanups of PSCI relay for kvmarm/next
 2020-12-22 16:06 UTC  (6+ messages)
` [PATCH 1/6] kvm: arm64: Prevent use of invalid PSCI v0.1 function IDs

[kvm-unit-tests PATCH v2 00/12] GIC fixes and improvements
 2020-12-18 18:36 UTC  (20+ messages)
` [kvm-unit-tests PATCH v2 01/12] lib: arm/arm64: gicv3: Add missing barrier when sending IPIs
` [kvm-unit-tests PATCH v2 02/12] lib: arm/arm64: gicv2: "
` [kvm-unit-tests PATCH v2 03/12] arm/arm64: gic: Remove SMP synchronization from ipi_clear_active_handler()
` [kvm-unit-tests PATCH v2 04/12] arm/arm64: gic: Remove unnecessary synchronization with stats_reset()
` [kvm-unit-tests PATCH v2 05/12] arm/arm64: gic: Use correct memory ordering for the IPI test
` [kvm-unit-tests PATCH v2 06/12] arm/arm64: gic: Check spurious and bad_sender in the active test
` [kvm-unit-tests PATCH v2 07/12] arm/arm64: gic: Wait for writes to acked or spurious to complete
` [kvm-unit-tests PATCH v2 08/12] arm/arm64: gic: Split check_acked() into two functions
` [kvm-unit-tests PATCH v2 09/12] arm/arm64: gic: Make check_acked() more generic
` [kvm-unit-tests PATCH v2 10/12] arm64: gic: its-trigger: Don't trigger the LPI while it is pending
` [kvm-unit-tests PATCH v2 11/12] lib: arm64: gic-v3-its: Add wmb() barrier before INT command
` [kvm-unit-tests PATCH v2 12/12] arm64: gic: Use IPI test checking for the LPI tests

[PATCH 0/7] vfio: iommu_type1: Some fixes and optimization
 2020-12-18  8:21 UTC  (11+ messages)
` [PATCH 1/7] vfio: iommu_type1: Clear added dirty bit when unwind pin
  ` [kbuild] "
` [PATCH 4/7] vfio: iommu_type1: Fix missing dirty page when promote pinned_scope

[kvm-unit-tests PATCH] arm64: microbench: fix unexpected PPI
 2020-12-18  8:07 UTC  (2+ messages)

[PATCH] arm64: Work around broken GCC 4.9 handling of "S" constraint
 2020-12-17 14:13 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/1] Don't access PMU when not present
 2020-12-17 12:17 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/1] arm: pmu: Don't read PMCR if PMU is "

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2020-12-17 11:49 UTC  (3+ messages)
` [PATCH v11 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type

[RFC PATCH v1 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
 2020-12-17  4:19 UTC  (13+ messages)
` [RFC PATCH v1 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side

[PATCH v5 0/2] MTE support for KVM guest
 2020-12-17  1:47 UTC  (10+ messages)

[kvm-unit-tests PATCH 00/10] GIC fixes and improvements
 2020-12-16 12:37 UTC  (7+ messages)
` [kvm-unit-tests PATCH 08/10] arm/arm64: gic: Split check_acked() into two functions

[RFC][PATCH 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
 2020-12-16  1:45 UTC  (11+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).