Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-02-03 13:52:44 to 2023-02-11 01:02:32 UTC [more...]

[PATCH 00/18] KVM: arm64: Prefix patches for NV support
 2023-02-11  1:00 UTC  (20+ messages)
` [PATCH 01/18] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH 02/18] KVM: arm64: Use the S2 MMU context to iterate over S2 table
` [PATCH 03/18] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH 04/18] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH 05/18] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH 06/18] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH 07/18] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH 08/18] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH 09/18] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH 10/18] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH 11/18] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH 12/18] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH 13/18] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from virtual EL2
` [PATCH 14/18] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH 15/18] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH 16/18] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH 17/18] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH 18/18] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes

Circular lockdep in kvm_reset_vcpu() ?
 2023-02-11  0:56 UTC  (2+ messages)

[RFC] Support for Arm CCA VMs on Linux
 2023-02-10 22:53 UTC  (7+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2023-02-10 22:03 UTC  (32+ messages)
` [RFC PATCH 05/45] iommu/io-pgtable: Split io_pgtable structure
` [RFC PATCH 09/45] KVM: arm64: pkvm: Add pkvm_create_hyp_device_mapping()
` [RFC PATCH 15/45] KVM: arm64: pkvm: Add __pkvm_host_share/unshare_dma()
` [RFC PATCH 19/45] KVM: arm64: iommu: Add domains
` [RFC PATCH 40/45] iommu/arm-smmu-v3-kvm: Add IOMMU ops
` [RFC PATCH 42/45] KVM: arm64: pkvm: Support SCMI power domain

[PATCH v1 0/6] Support writable CPU ID registers from userspace
 2023-02-10 17:56 UTC  (9+ messages)
` [PATCH v1 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v1 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer

[PATCH 0/8] perf: arm: Make PMUv3 driver available for aarch32
 2023-02-10 16:58 UTC  (12+ messages)
` [PATCH 3/8] perf: pmuv3: Add common defines for the PMU version
` [PATCH 4/8] perf: pmuv3: Add wrappers for KVM accesses
` [PATCH 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL
` [PATCH 7/8] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM

[PATCH v2 0/8] perf: arm: Make PMUv3 driver available for aarch32
 2023-02-10 16:55 UTC  (9+ messages)
` [PATCH v2 1/8] arm64: perf: Move PMUv3 driver to drivers/perf
` [PATCH v2 2/8] arm64: perf: Abstract system register accesses away
` [PATCH v2 3/8] perf: pmuv3: Abstract PMU version checks
` [PATCH v2 4/8] perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helper
` [PATCH v2 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL
` [PATCH v2 6/8] ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementations
` [PATCH v2 7/8] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM
` [PATCH v2 8/8] ARM: mach-virt: Select PMUv3 driver by default

[PATCH v2 0/6] KVM: Standardize on "int" return types instead of "long"
 2023-02-10  6:50 UTC  (11+ messages)
` [PATCH v2 1/6] KVM: PPC: Standardize on "int" return types in the powerpc KVM code
` [PATCH v2 2/6] KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()
` [PATCH v2 3/6] KVM: x86: Remove the KVM_GET_NR_MMU_PAGES ioctl
` [PATCH v2 4/6] KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAX
` [PATCH v2 5/6] KVM: Standardize on "int" return types instead of "long" in kvm_main.c
` [PATCH v2 6/6] KVM: Change return type of kvm_arch_vm_ioctl() to "int"

[PATCH v2 0/7] KVM: Add a common API for range-based TLB invalidation
 2023-02-10  1:27 UTC  (4+ messages)
` [PATCH v2 2/7] KVM: arm64: Use kvm_arch_flush_remote_tlbs()

[PATCH v2 00/12] Implement Eager Page Splitting for ARM
 2023-02-09 23:09 UTC  (24+ messages)
` [PATCH v2 01/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v2 02/12] KVM: arm64: Rename free_unlinked to free_removed
` [PATCH v2 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v2 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v2 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v2 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v2 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v2 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v2 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v2 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v2 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v2 12/12] KVM: arm64: Use local TLBI on permission relaxation

[kvm-unit-tests PATCH v4 0/6] arm: pmu: Add support for PMUv3p5
 2023-02-09 14:59 UTC  (10+ messages)
` [kvm-unit-tests PATCH v4 2/6] arm: pmu: Prepare for testing 64-bit overflows
` [kvm-unit-tests PATCH v4 3/6] arm: pmu: Rename ALL_SET and PRE_OVERFLOW
` [kvm-unit-tests PATCH v4 4/6] arm: pmu: Add tests for 64-bit overflows
` [kvm-unit-tests PATCH v4 6/6] arm: pmu: Fix test_overflow_interrupt()

[PATCH] KVM: arm64: Fix non-kerneldoc comments
 2023-02-08 17:30 UTC  (2+ messages)

[PATCH 0/7] KVM: Standardize on "int" return types instead of "long"
 2023-02-08 17:35 UTC  (16+ messages)
` [PATCH 2/7] KVM: x86: Improve return type handling in kvm_vm_ioctl_get_nr_mmu_pages()
` [PATCH 5/7] KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()
` [PATCH 6/7] KVM: arm64: Change return type of kvm_vm_ioctl_mte_copy_tags() to "int"
` [PATCH 7/7] KVM: Change return type of kvm_arch_vm_ioctl() "

[PATCH] KVM: arm64: Mark some VM-scoped allocations as __GFP_ACCOUNT
 2023-02-08 17:30 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 38d2b86a665b5e86371a1a30228bce259aa6c101
 2023-02-08 16:35 UTC 

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-02-08 14:25 UTC  (35+ messages)
` [RFC PATCH 12/32] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH 13/32] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH 14/32] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH 15/32] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH 16/32] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH 17/32] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH 18/32] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH 19/32] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH 20/32] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH 21/32] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH 22/32] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH 23/32] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH 24/32] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH 25/32] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH 26/32] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH 27/32] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH 28/32] ACPI: add support to register CPUs based on the _STA enabled bit
` [RFC PATCH 29/32] KVM: arm64: Pass hypercalls to userspace
` [RFC PATCH 30/32] KVM: arm64: Pass PSCI calls "
` [RFC PATCH 31/32] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH 32/32] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH 0/2] KVM: selftests: Remove duplicate VM in memslot_perf_test
 2023-02-08  2:07 UTC  (2+ messages)

[kvm-unit-tests PATCH v5] arm: Replace MAX_SMP probe loop in favor of reading directly
 2023-02-07 23:32 UTC 

[linux-next:master] BUILD REGRESSION 49a8133221c71b935f36a7c340c0271c2a9ee2db
 2023-02-07 18:18 UTC 

[PATCH 0/5] KVM: arm64: Handle unaligned memslots in kvm_(test_)_age_gfn()
 2023-02-07 14:56 UTC  (6+ messages)
` [PATCH 3/5] KVM: arm64: Only return attributes from stage2_update_leaf_attrs()

[PATCH v4 0/8] perf: Arm SPEv1.2 support
 2023-02-07 12:42 UTC  (5+ messages)
` [PATCH v4 7/8] perf: Add perf_event_attr::config3

[PATCH] arm64/sysreg: clean up some inconsistent indenting
 2023-02-06 17:10 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 129af770823407ee115a56c69a04b440fd2fbe61
 2023-02-06 17:33 UTC 

[PATCH v2 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-02-06 17:23 UTC  (8+ messages)
` [PATCH v2 1/7] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v2 2/7] KVM: arm64: Add FEAT_TLBIRANGE support
` [PATCH v2 3/7] KVM: arm64: Implement __kvm_tlb_flush_range_vmid_ipa()
` [PATCH v2 4/7] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v2 5/7] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v2 6/7] KVM: arm64: Break the table entries using TLBI range instructions
` [PATCH v2 7/7] KVM: arm64: Create a fast stage-2 unmap path

[PATCH 0/4] KVM: arm64: Fix CPU resume/on with pKVM
 2023-02-06 17:12 UTC  (2+ messages)

[PATCH] irqchip/apple-aic: Correctly map the vgic maintenance interrupt
 2023-02-06 17:11 UTC  (2+ messages)

[PATCH] KVM: selftests: Remove redundant setbuf()
 2023-02-06 17:12 UTC  (5+ messages)

[PATCH v4 00/21] arm64/sme: Support SME 2 and SME 2.1
 2023-02-06 16:44 UTC  (5+ messages)
` [PATCH v4 07/21] arm64/sme: Enable host kernel to access ZT0

[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
 2023-02-06 16:35 UTC  (11+ messages)
` [PATCH 3/9] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled

[GIT PULL] kvm/arm64 fixes for 6.2, take #3
 2023-02-05  8:28 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 4fafd96910add124586b549ad005dcd179de8a18
 2023-02-03 18:35 UTC 

[PATCH v10 00/14] KVM: selftests: Add aarch64/page_fault_test
 2023-02-03 17:27 UTC  (4+ messages)

[kvm-unit-tests PATCH v6 0/2] arm: Add PSCI CPU_OFF test
 2023-02-03 16:23 UTC  (3+ messages)
` [kvm-unit-tests PATCH v6 1/2] arm/psci: Test that CPU 1 has been successfully brought online
` [kvm-unit-tests PATCH v6 2/2] arm/psci: Add PSCI CPU_OFF test case


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox