Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-09-05 12:16:53 to 2023-09-14 08:09:28 UTC [more...]

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-14  8:09 UTC  (38+ messages)
` [RFC PATCH v2 01/35] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [RFC PATCH v2 02/35] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [RFC PATCH v2 03/35] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [RFC PATCH v2 04/35] drivers: base: Move cpu_dev_init() after node_dev_init()
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 06/35] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [RFC PATCH v2 07/35] x86: intel_epb: Don't rely on link order
` [RFC PATCH v2 08/35] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [RFC PATCH v2 09/35] LoongArch: "
` [RFC PATCH v2 10/35] riscv: "
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH v2 12/35] ACPI: Use the acpi_device_is_present() helper in more places
` [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
` [RFC PATCH v2 15/35] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH v2 16/35] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH v2 17/35] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH v2 18/35] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH v2 19/35] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH v2 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH v2 21/35] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH v2 22/35] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH v2 23/35] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH v2 26/35] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH v2 27/35] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH v2 28/35] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH v2 30/35] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH v2 31/35] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH v2 32/35] ACPI: add support to register CPUs based on the _STA enabled bit
` [RFC PATCH v2 33/35] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH v2 34/35] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [RFC PATCH v2 35/35] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v5 00/17] Improve KVM + userfaultfd live migration via annotated memory faults
 2023-09-14  8:04 UTC  (19+ messages)
` [PATCH v5 01/17] KVM: Clarify documentation of hva_to_pfn()'s 'atomic' parameter
` [PATCH v5 02/17] KVM: Add docstrings to __kvm_read/write_guest_page()
` [PATCH v5 03/17] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v5 04/17] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v5 05/17] KVM: Annotate -EFAULTs from kvm_vcpu_read/write_guest_page()
` [PATCH v5 06/17] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
` [PATCH v5 07/17] KVM: arm64: Annotate -EFAULT from user_mem_abort()
` [PATCH v5 08/17] KVM: Allow hva_pfn_fast() to resolve read faults
` [PATCH v5 09/17] KVM: Introduce KVM_CAP_USERFAULT_ON_MISSING without implementation
` [PATCH v5 10/17] KVM: Implement KVM_CAP_USERFAULT_ON_MISSING by atomizing __gfn_to_pfn_memslot() calls
` [PATCH v5 11/17] KVM: x86: Enable KVM_CAP_USERFAULT_ON_MISSING
` [PATCH v5 12/17] KVM: arm64: "
` [PATCH v5 13/17] KVM: selftests: Report per-vcpu demand paging rate from demand paging test
` [PATCH v5 14/17] KVM: selftests: Allow many vCPUs and reader threads per UFFD in "
` [PATCH v5 15/17] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [PATCH v5 16/17] KVM: selftests: Add memslot_flags parameter to memstress_create_vm()
` [PATCH v5 17/17] KVM: selftests: Handle memory fault exits in demand_paging_test

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-14  3:07 UTC  (35+ messages)
` [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 03/33] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v12 04/33] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v12 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 08/33] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [RFC PATCH v12 09/33] KVM: Drop .on_unlock() mmu_notifier hook
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 12/33] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v12 13/33] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 15/33] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v12 16/33] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [RFC PATCH v12 17/33] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v12 19/33] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v12 20/33] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v12 21/33] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v12 22/33] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v12 23/33] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 24/33] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v12 25/33] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v12 26/33] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v12 27/33] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v12 28/33] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v12 29/33] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v12 30/33] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v12 31/33] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v12 32/33] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v12 33/33] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
 2023-09-14  1:37 UTC  (10+ messages)
` [PATCH v3 1/9] KVM: selftests: Unify the codes for guest exception handling
` [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets
` [PATCH v3 3/9] KVM: arm64: selftests: Split arch_timer test code
` [PATCH v3 4/9] tools: riscv: Add header file csr.h
` [PATCH v3 5/9] KVM: riscv: selftests: Switch to use macro from csr.h
` [PATCH v3 6/9] KVM: riscv: selftests: Add exception handling support
` [PATCH v3 7/9] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH v3 8/9] KVM: riscv: selftests: Change vcpu_has_ext to a common function
` [PATCH v3 9/9] KVM: riscv: selftests: Add sstc timer test

[PATCH] KVM: arm64: Only default to enabling SVE when present
 2023-09-14  0:04 UTC  (2+ messages)

[PATCH v1 0/2] KVM: arm64: support write combining and cachable IO memory in VMs
 2023-09-13 18:54 UTC  (9+ messages)
` [PATCH v1 1/2] KVM: arm64: determine memory type from VMA
` [PATCH v1 2/2] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory

[PATCH 0/3] Fine grain sysregs allowed to trap for nested virtualization
 2023-09-13 18:52 UTC  (4+ messages)
` [PATCH 1/3] arm64: Add missing _EL12 encodings
` [PATCH 2/3] arm64/kvm: Fine grain _EL2 system registers list that affect nested virtualization
` [PATCH 3/3] KVM: arm64: nv: Handle all _EL02 and _EL12 registers

[PATCH kvmtool v3 00/17] aarch64: Handle PSCI calls in userspace
 2023-09-13 18:42 UTC  (2+ messages)

[RFC PATCH v2 0/8] KVM: arm64: Implement SW/HW combined dirty log
 2023-09-13 17:30 UTC  (2+ messages)

[PATCH] KVM: arm64: Don't use kerneldoc comment for arm64_check_features()
 2023-09-13 17:27 UTC  (2+ messages)

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-13 15:28 UTC  (8+ messages)
` [RFC PATCH 30/32] KVM: arm64: Pass PSCI calls to userspace

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-09-13 15:29 UTC  (11+ messages)

[PATCH v2] vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
 2023-09-13 14:00 UTC  (2+ messages)

[RFC PATCH 0/4] treewide: Use clocksource id for get_device_system_crosststamp()
 2023-09-13  9:10 UTC  (3+ messages)

[PATCH v2 0/2] coresight: Allow guests to be traced when FEAT_TRF and VHE are present
 2023-09-12 17:37 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH 0/5] KVM: arm64: Accelerate lookup of vcpus by MPIDR values
 2023-09-12 13:07 UTC  (19+ messages)
` [PATCH 1/5] KVM: arm64: Simplify kvm_vcpu_get_mpidr_aff()
` [PATCH 2/5] KVM: arm64: Build MPIDR to vcpu index cache at runtime
` [PATCH 3/5] KVM: arm64: Fast-track kvm_mpidr_to_vcpu() when mpidr_data is available
` [PATCH 4/5] KVM: arm64: vgic-v3: Refactor GICv3 SGI generation
` [PATCH 5/5] KVM: arm64: vgic-v3: Optimize affinity-based SGI injection

[RFC v2] KVM: arm/arm64: optimize vSGI injection performance
 2023-09-12 13:06 UTC  (4+ messages)

[PATCH] KVM: arm64: nvhe: Ignore SVE hint in SMCCC function ID
 2023-09-12 12:18 UTC  (2+ messages)

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2023-09-11  2:16 UTC  (7+ messages)
` [PATCH v9 1/6] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [PATCH v9 2/6] KVM: mmu: Introduce __kvm_follow_pfn function
` [PATCH v9 3/6] KVM: mmu: Improve handling of non-refcounted pfns
` [PATCH v9 4/6] KVM: Migrate kvm_vcpu_map to __kvm_follow_pfn
` [PATCH v9 5/6] KVM: x86: Migrate "
` [PATCH v9 6/6] KVM: x86/mmu: Handle non-refcounted pages

[PATCH v2 0/2] Avoid spurious ptimer interrupts for non-zero cntpoff
 2023-09-10 11:45 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: arm64: timers: Save restore CVAL of a ptimer across guest entry and exits

[PATCH gmem FIXUP v2] mm, compaction: make testing mapping_unmovable() safe
 2023-09-09  0:15 UTC  (2+ messages)

[PATCH v2 0/8] RISCV: Add kvm Sstc timer selftest
 2023-09-08  2:36 UTC  (35+ messages)
` [PATCH v2 1/8] KVM: selftests: Unify the codes for guest exception handling
` [PATCH v2 2/8] KVM: arm64: selftest: Split arch_timer test code
` [PATCH v2 3/8] tools: riscv: Add header file csr.h
` [PATCH v2 4/8] KVM: riscv: selftests: Switch to use macro from csr.h
` [PATCH v2 7/8] KVM: riscv: selftest: Change vcpu_has_ext to a common function
` [PATCH v2 8/8] KVM: riscv: selftests: Add sstc timer test

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-09-07 21:17 UTC  (10+ messages)
` [PATCH v4 09/16] KVM: Introduce KVM_CAP_NOWAIT_ON_FAULT without implementation

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-09-06 22:10 UTC  (5+ messages)
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory

[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
 2023-09-06 22:03 UTC  (10+ messages)
` [PATCH v7 3/8] KVM: Make __kvm_follow_pfn not imply FOLL_GET

[PATCH] KVM: arm64: Fix soft-lockup on relaxing PTE permission
 2023-09-06 16:29 UTC  (6+ messages)

[PATCH gmem FIXUP] mm, compaction: make testing mapping_unmovable() safe
 2023-09-06  8:00 UTC  (3+ messages)

[PATCH v9 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
 2023-09-06  6:03 UTC  (8+ messages)
` [PATCH v9 05/11] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1

[PATCH v3 0/2] coresight: Allow guests to be traced when FEAT_TRF and VHE are present
 2023-09-05 12:16 UTC  (3+ messages)
` [PATCH v3 1/2] arm64/sysreg: Move TRFCR definitions to sysreg


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