Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-09-14 13:11:07 to 2023-09-19 09:01:47 UTC [more...]

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-19  9:01 UTC  (25+ 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 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [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 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory

[PATCH] KVM: arm64: Fix soft-lockup on relaxing PTE permission
 2023-09-19  6:41 UTC  (7+ messages)

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

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-19  4:46 UTC  (95+ messages)
` [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 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 v9 0/6] KVM: allow mapping non-refcounted pages
 2023-09-19  2:59 UTC  (8+ messages)
` [PATCH v9 6/6] KVM: x86/mmu: Handle "

[PATCH v5 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-09-18 17:24 UTC  (26+ messages)
` [PATCH v5 01/12] KVM: arm64: PMU: Introduce a helper to set the guest's PMU
` [PATCH v5 02/12] KVM: arm64: PMU: Set the default PMU for the guest on vCPU reset
` [PATCH v5 05/12] KVM: arm64: PMU: Simplify extracting PMCR_EL0.N
` [PATCH v5 08/12] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v5 10/12] KVM: selftests: aarch64: Introduce vpmu_counter_access test

[PATCH] KVM: arm64: Don't use kerneldoc comment for arm64_check_features()
 2023-09-18 17:14 UTC  (3+ messages)

[PATCH kvmtool v3 00/17] aarch64: Handle PSCI calls in userspace
 2023-09-18 17:05 UTC  (4+ messages)
` [PATCH kvmtool v3 08/17] Add helpers to pause the VM from vCPU thread

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-09-18 16:17 UTC  (39+ messages)
` [PATCH 01/26] vfio: Wrap KVM helpers with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 02/26] vfio: Move KVM get/put helpers to colocate it with other KVM related code
` [PATCH 03/26] virt: Declare and define vfio_file_set_kvm() iff CONFIG_KVM is enabled
` [PATCH 04/26] vfio: Add struct to hold KVM assets and dedup group vs. iommufd code
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO
` [PATCH 07/26] x86/idt: Wrap KVM logic with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 08/26] KVM: x86: Stop selecting and depending on HAVE_KVM
` [PATCH 09/26] KVM: arm64: "
` [PATCH 10/26] KVM: s390: "
` [PATCH 11/26] KVM: MIPS: Make HAVE_KVM a MIPS-only Kconfig
` [PATCH 12/26] KVM: arm64: Move arm_{psci,hypercalls}.h to an internal KVM path
` [PATCH 13/26] KVM: arm64: Include KVM headers to get forward declarations
` [PATCH 14/26] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH 15/26] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 16/26] KVM: MIPS: Stop adding virt/kvm to the arch include path
` [PATCH 17/26] KVM: PPC: "
` [PATCH 18/26] KVM: s390: "
` [PATCH 19/26] KVM: Standardize include paths across all architectures
` [PATCH 20/26] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
` [PATCH 21/26] entry/kvm: Drop @vcpu param from arch_xfer_to_guest_mode_handle_work()
` [PATCH 22/26] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 23/26] KVM: arm64: Move and consolidate "public" functions in asm/kvm_host.h
` [PATCH 24/26] powerpc/xics: Move declaration of xics_wake_cpu() out of kvm_ppc.h
` [PATCH 25/26] KVM: PPC: Rearrange code in kvm_ppc.h to isolate "public" information
` [PATCH 26/26] KVM: Hide KVM internal data structures and values from kernel at-large

[PATCH 0/3] Fine grain sysregs allowed to trap for nested virtualization
 2023-09-18 12:56 UTC  (7+ messages)
` [PATCH 2/3] arm64/kvm: Fine grain _EL2 system registers list that affect "
` [PATCH 3/3] KVM: arm64: nv: Handle all _EL02 and _EL12 registers

[PATCH] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
 2023-09-18 12:36 UTC  (4+ messages)

[PATCH 0/3] KVM: arm64: Support for Arm v8.8 memcpy instructions in KVM guests
 2023-09-18 11:10 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm64: Configure HCRX_EL2 dynamically
` [PATCH 2/3] KVM: arm64: Add handler for MOPS exceptions
` [PATCH 3/3] KVM: arm64: Expose MOPS instructions to guests

[RFC PATCH v2 0/8] KVM: arm64: Implement SW/HW combined dirty log
 2023-09-18  9:55 UTC  (14+ messages)
` [RFC PATCH v2 2/8] KVM: arm64: Add KVM_PGTABLE_WALK_HW_DBM for HW DBM support
` [RFC PATCH v2 3/8] KVM: arm64: Add some HW_DBM related pgtable interfaces
` [RFC PATCH v2 4/8] KVM: arm64: Set DBM for previously writeable pages

[PATCH v3 00/13] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-09-18  6:57 UTC  (14+ messages)
` [PATCH v3 01/13] arm64/mm: Update non-range tlb invalidation routines for FEAT_LPA2
` [PATCH v3 02/13] arm64/mm: Update range-based "
` [PATCH v3 03/13] arm64/mm: Add FEAT_LPA2 specific ID_AA64MMFR0.TGRAN[2]
` [PATCH v3 04/13] KVM: arm64: Add ARM64_HAS_LPA2 CPU capability
` [PATCH v3 05/13] KVM: arm64: Add new (V)TCR_EL2 field definitions for FEAT_LPA2
` [PATCH v3 06/13] KVM: arm64: Use LPA2 page-tables for stage2 if HW supports it
` [PATCH v3 07/13] KVM: arm64: Use LPA2 page-tables for hyp stage1 "
` [PATCH v3 08/13] KVM: arm64: Insert PS field at TCR_EL2 assembly time
` [PATCH v3 09/13] KVM: arm64: Convert translation level parameter to s8
` [PATCH v3 10/13] KVM: arm64: Support up to 5 levels of translation in kvm_pgtable
` [PATCH v3 11/13] KVM: arm64: Allow guests with >48-bit IPA size on FEAT_LPA2 systems
` [PATCH v3 12/13] KVM: selftests: arm64: Determine max ipa size per-page size
` [PATCH v3 13/13] KVM: selftests: arm64: Support P52V48 4K and 16K guest_modes

[RFC PATCH 0/4] treewide: Use clocksource id for get_device_system_crosststamp()
 2023-09-15 14:29 UTC  (4+ messages)
` [RFC PATCH 4/4] treewide: Use clocksource id for struct system_counterval_t

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

[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
 2023-09-15  6:23 UTC  (17+ messages)
` [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 8/9] KVM: riscv: selftests: Change vcpu_has_ext to a common function
` [PATCH v3 9/9] KVM: riscv: selftests: Add sstc timer test

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-09-15  0:33 UTC  (7+ messages)

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-09-14 17:37 UTC  (3+ messages)

[GIT PULL] KVM/arm64 fixes for 6.6, take #1
 2023-09-14 15:06 UTC  (2+ messages)

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-09-14 13:37 UTC  (4+ messages)
` [PATCH v10 29/59] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables


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