Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-10-24 15:18:09 to 2023-10-30 20:16:34 UTC [more...]

[PATCH v2 0/2] KVM: arm64: Use folio for THP support
 2023-10-30 20:16 UTC  (9+ messages)
` [PATCH v2 2/2] KVM: arm64: Use folio for THP adjustment

[PATCH v2 00/20] Permission Overlay Extension
 2023-10-30 19:19 UTC  (28+ messages)
` [PATCH v2 01/24] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v2 02/24] arm64/sysreg: update CPACR_EL1 register
` [PATCH v2 03/24] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v2 04/24] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v2 05/24] arm64: context switch POR_EL0 register
` [PATCH v2 06/24] KVM: arm64: Save/restore POE registers
` [PATCH v2 07/24] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v2 08/24] arm64: add POIndex defines
` [PATCH v2 09/24] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v2 10/24] arm64: mask out POIndex when modifying a PTE
` [PATCH v2 11/24] arm64: enable ARCH_HAS_PKEYS on arm64
` [PATCH v2 12/24] arm64: handle PKEY/POE faults
` [PATCH v2 13/24] arm64: stop using generic mm_hooks.h
` [PATCH v2 14/24] arm64: implement PKEYS support
` [PATCH v2 15/24] arm64: add POE signal support
` [PATCH v2 16/24] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v2 17/24] arm64: enable POE and PIE to coexist
` [PATCH v2 18/24] kselftest/arm64: move get_header()
` [PATCH v2 19/24] selftests: mm: move fpregs printing
` [PATCH v2 20/24] selftests: mm: make protection_keys test work on arm64
` [PATCH v2 21/24] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v2 22/24] kselftest/arm64: parse POE_MAGIC in a signal frame
` [PATCH v2 23/24] kselftest/arm64: Add test case for POR_EL0 signal frame records
` [PATCH v2 24/24] KVM: selftests: get-reg-list: add Permission Overlay registers

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

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-30 17:51 UTC  (30+ messages)
` [PATCH 18/39] ACPI: Only enumerate enabled (or functional) devices
` [PATCH 21/39] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH 22/39] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH 23/39] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 24/39] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH 25/39] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH 26/39] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH 27/39] ACPI: Check _STA present bit before making CPUs not present
` [PATCH 28/39] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH 29/39] LoongArch: Use the __weak version of arch_unregister_cpu()
` [PATCH 30/39] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH 31/39] ACPICA: Add new MADT GICC flags fields
` [PATCH 32/39] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH 33/39] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH 34/39] arm64: psci: Ignore DENIED CPUs
` [PATCH 35/39] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH 36/39] arm64: document virtual CPU hotplug's expectations
` [PATCH 37/39] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH 38/39] cpumask: Add enabled cpumask for present CPUs that can be brought online
` [PATCH 39/39] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected

[PATCH v2] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
 2023-10-30 17:44 UTC  (4+ messages)

[PATCH 0/2] tools: Makefile fixes for sysreg generation
 2023-10-30 16:34 UTC  (4+ messages)
` [PATCH 1/2] tools headers arm64: Fix references to top srcdir in Makefile
` [PATCH 2/2] KVM: selftests: Avoid using forced target for generating arm64 headers

KVM exit to userspace on WFI
 2023-10-30 12:36 UTC  (6+ messages)

[PATCH v2] KVM: arm64: Add tracepoint for MMIO accesses where ISV==0
 2023-10-27 16:46 UTC  (4+ messages)

[RFC PATCH v1 0/3] Update tlb invalidation routines for FEAT_LPA2
 2023-10-27 11:56 UTC  (4+ messages)
` [RFC PATCH v1 1/3] arm64/mm: Modify range-based tlbi to decrement scale
` [RFC PATCH v1 2/3] arm64/mm: Add lpa2_is_enabled() kvm_lpa2_is_enabled() stubs
` [RFC PATCH v1 3/3] arm64/mm: Update tlb invalidation routines for FEAT_LPA2

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-10-27 11:04 UTC  (14+ messages)

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2023-10-27  0:59 UTC  (7+ messages)
` [PATCH v3 3/5] KVM: selftests: Generate sysreg-defs.h and add to include path

[kvm-unit-tests PATCH] arm: pmu: Fix overflow test condition
 2023-10-26 14:31 UTC  (4+ messages)

[PATCH 00/21] arm64: Support for 2023 DPISA extensions
 2023-10-26 12:44 UTC  (22+ messages)
` [PATCH 01/21] arm64/sysreg: Add definition for ID_AA64PFR2_EL1
` [PATCH 02/21] arm64/sysreg: Update ID_AA64ISAR2_EL1 defintion for DDI0601 2023-09
` [PATCH 03/21] arm64/sysreg: Add definition for ID_AA64ISAR3_EL1
` [PATCH 04/21] arm64/sysreg: Add definition for ID_AA64FPFR0_EL1
` [PATCH 05/21] arm64/sysreg: Update ID_AA64SMFR0_EL1 definition for DDI0601 2023-09
` [PATCH 06/21] arm64/sysreg: Update SCTLR_EL1 "
` [PATCH 07/21] arm64/sysreg: Update HCRX_EL2 definition "
` [PATCH 08/21] arm64/sysreg: Add definition for FPMR
` [PATCH 09/21] arm64/cpufeature: Hook new identification registers up to cpufeature
` [PATCH 10/21] arm64/fpsimd: Enable host kernel access to FPMR
` [PATCH 11/21] arm64/fpsimd: Support FEAT_FPMR
` [PATCH 12/21] arm64/signal: Add FPMR signal handling
` [PATCH 13/21] arm64/ptrace: Expose FPMR via ptrace
` [PATCH 14/21] KVM: arm64: Add newly allocated ID registers to register descriptions
` [PATCH 15/21] KVM: arm64: Support FEAT_FPMR for guests
` [PATCH 16/21] arm64/hwcap: Define hwcaps for 2023 DPISA features
` [PATCH 17/21] kselftest/arm64: Handle FPMR context in generic signal frame parser
` [PATCH 18/21] kselftest/arm64: Add basic FPMR test
` [PATCH 19/21] kselftest/arm64: Add 2023 DPISA hwcap test coverage
` [PATCH 20/21] KVM: arm64: selftests: Document feature registers added in 2023 extensions
` [PATCH 21/21] KVM: arm64: selftests: Teach get-reg-list about FPMR

[kvm-unit-tests PATCH v1] configure: arm64: Add support for dirty-ring in migration
 2023-10-26 11:07 UTC  (6+ messages)

[PATCH] KVM: arm64: Stop printing about MMIO accesses where ISV==0
 2023-10-26  8:23 UTC  (5+ messages)

[PATCH 0/5] KVM: arm64: NV trap forwarding fixes
 2023-10-25 10:44 UTC  (11+ messages)
` [PATCH 5/5] KVM: arm64: Handle AArch32 SPSR_{irq,abt,und,fiq} as RAZ/WI

[PATCH v4 0/3] arm64: perf: Add support for event counting threshold
 2023-10-25  9:57 UTC  (4+ messages)
` [PATCH v4 1/3] arm: perf: Include threshold control fields valid in PMEVTYPER mask
` [PATCH v4 2/3] arm64: perf: Add support for event counting threshold
` [PATCH v4 3/3] Documentation: arm64: Document the PMU event counting threshold feature

[PATCH v8 00/13] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-10-25  0:01 UTC  (8+ messages)
` [PATCH v8 07/13] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v8 11/13] KVM: selftests: aarch64: vPMU register test for unimplemented counters

[PATCH v3 0/2] KVM: arm64: PMU event filtering fixes
 2023-10-24 19:33 UTC  (2+ messages)

[PATCH v3 1/2] KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertised
 2023-10-24 18:58 UTC  (3+ messages)


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