Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-11-05 16:32:43 to 2023-11-14 14:35:36 UTC [more...]

[PATCH v2 00/21] arm64: Support for 2023 DPISA extensions
 2023-11-14 14:34 UTC  (5+ messages)
` [PATCH v2 01/21] arm64/sysreg: Add definition for ID_AA64PFR2_EL1
` [PATCH v2 02/21] arm64/sysreg: Update ID_AA64ISAR2_EL1 defintion for DDI0601 2023-09
` [PATCH v2 03/21] arm64/sysreg: Add definition for ID_AA64ISAR3_EL1
` [PATCH v2 04/21] arm64/sysreg: Add definition for ID_AA64FPFR0_EL1

[RFC PATCH v1 0/3] Update tlb invalidation routines for FEAT_LPA2
 2023-11-14 11:25 UTC  (9+ messages)

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-11-14 10:04 UTC  (5+ messages)
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs

[V14 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
 2023-11-14  9:16 UTC  (3+ messages)
` [V14 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests

[kvm-unit-tests PATCH v2 0/2] arm: pmu-overflow-interrupt: Fix failures on Amberwing
 2023-11-14  3:09 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm: pmu: Declare pmu_stats as volatile
` [kvm-unit-tests PATCH v2 2/2] arm: pmu-overflow-interrupt: Increase count values

[PATCH v2] KVM: arm64: Only default to enabling SVE when present
 2023-11-13 18:09 UTC 

[PATCH 00/12] arm64: Add support for FEAT_E2H0, or lack thereof
 2023-11-13 17:42 UTC  (13+ messages)
` [PATCH 01/12] arm64: cpufeatures: Correctly handle signed values
` [PATCH 02/12] arm64: cpufeature: Correctly display signed override values
` [PATCH 03/12] arm64: sysreg: Add layout for ID_AA64MMFR4_EL1
` [PATCH 04/12] arm64: cpufeature: Add ID_AA64MMFR4_EL1 handling
` [PATCH 05/12] arm64: cpufeature: Detect E2H0 not being implemented
` [PATCH 06/12] arm64: cpufeature: Detect HCR_EL2.NV1 being RES0
` [PATCH 07/12] arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is non-zero
` [PATCH 08/12] arm64: Add override for ID_AA64MMFR4_EL1.E2H0
` [PATCH 09/12] arm64: Add MIDR-based override infrastructure
` [PATCH 10/12] arm64: Add MIDR-based overrides for ID_AA64MMFR4_EL1.E2H0
` [PATCH 11/12] KVM: arm64: Expose ID_AA64MMFR4_EL1 to guests
` [PATCH 12/12] KVM: arm64: Force guest's HCR_EL2.E2H RES1 when NV1 is not implemented

[kvm-unit-tests PATCH] arm: pmu-overflow-interrupt: Increase count values
 2023-11-13 17:43 UTC  (8+ messages)

[PATCH v1 2/2] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2023-11-13 17:41 UTC  (14+ messages)

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-13 12:21 UTC  (68+ messages)
` [PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH 12/34] KVM: Introduce per-page memory attributes
` [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH 17/34] KVM: x86: Disallow hugepages when memory attributes are mixed
` [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
` [PATCH 19/34] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH 20/34] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH 24/34] KVM: selftests: Add support for creating private memslots
` [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH 29/34] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
` [PATCH 35/34] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH 36/34] KVM: Add transparent hugepage support for dedicated guest memory

[PATCH v4 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-11-13 12:16 UTC  (5+ messages)
` [PATCH v4 04/12] KVM: arm64: Add ARM64_HAS_LPA2 CPU capability

[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
 2023-11-13 10:01 UTC  (59+ messages)
` [PATCH RFC 01/22] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH RFC 02/22] x86: intel_epb: Don't rely on link order
` [PATCH RFC 03/22] x86/topology: remove arch_*register_cpu() exports
` [PATCH RFC 04/22] Loongarch: "
` [PATCH RFC 05/22] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH RFC 06/22] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [PATCH RFC 07/22] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH RFC 08/22] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH RFC 09/22] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH RFC 11/22] drivers: base: remove unnecessary call to register_cpu_under_node()
` [PATCH RFC 12/22] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH RFC 13/22] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH RFC 14/22] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH RFC 15/22] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 16/22] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH RFC 17/22] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 18/22] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 19/22] LoongArch: Use the __weak version of arch_unregister_cpu()
` [PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 21/22] riscv: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 22/22] riscv: convert to use arch_cpu_is_hotpluggable()

[PATCH rc] kvm: Prevent compiling virt/kvm/vfio.c unless VFIO is selected
 2023-11-10  6:08 UTC  (2+ messages)
` Ping? "

[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
 2023-11-09 21:07 UTC  (16+ messages)
` [PATCH v6 01/14] KVM: Documentation: Clarify meaning of hva_to_pfn()'s 'atomic' parameter
` [PATCH v6 02/14] KVM: Documentation: Add docstrings for __kvm_read/write_guest_page()
` [PATCH v6 03/14] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v6 04/14] KVM: Define and communicate KVM_EXIT_MEMORY_FAULT RWX flags to userspace
` [PATCH v6 05/14] KVM: Try using fast GUP to resolve read faults
` [PATCH v6 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings
` [PATCH v6 07/14] KVM: x86: Enable KVM_CAP_EXIT_ON_MISSING and annotate EFAULTs from stage-2 fault handler
` [PATCH v6 08/14] KVM: arm64: Enable KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v6 09/14] KVM: arm64: Enable KVM_CAP_EXIT_ON_MISSING and annotate an EFAULT from stage-2 fault-handler
` [PATCH v6 10/14] KVM: selftests: Report per-vcpu demand paging rate from demand paging test
` [PATCH v6 11/14] KVM: selftests: Allow many vCPUs and reader threads per UFFD in "
` [PATCH v6 12/14] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [PATCH v6 13/14] KVM: selftests: Add memslot_flags parameter to memstress_create_vm()
` [PATCH v6 14/14] KVM: selftests: Handle memory fault exits in demand_paging_test

[stable-4.14 PATCH] scsi: virtio_scsi: limit number of hw queues by nr_cpu_ids
 2023-11-09 14:26 UTC 

[stable-4.19 PATCH] scsi: virtio_scsi: limit number of hw queues by nr_cpu_ids
 2023-11-09 14:23 UTC 

[RFC PATCH] KVM: arm/arm64: GICv4: Support shared VLPI
 2023-11-08  9:45 UTC  (5+ messages)

KVM exit to userspace on WFI
 2023-11-08  9:38 UTC  (9+ messages)

[PATCH v3 2/3] KVM: arm64: selftests: Guarantee interrupts are handled
 2023-11-07 18:45 UTC  (2+ messages)

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2023-11-07  6:10 UTC  (5+ messages)
` [PATCH v3 2/5] perf build: Generate arm64's sysreg-defs.h and add to include path

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-06 15:56 UTC  (14+ messages)
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
` [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize "
` [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared


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