Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-09-06 09:28:02 to 2024-09-11 20:42:43 UTC [more...]

[PATCH v2 00/13] KVM: selftests: Morph max_guest_mem to mmu_stress
 2024-09-11 20:41 UTC  (12+ messages)
` [PATCH v2 01/13] KVM: Move KVM_REG_SIZE() definition to common uAPI header
` [PATCH v2 02/13] KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param
` [PATCH v2 03/13] KVM: selftests: Fudge around an apparent gcc bug in arm64's PMU test
` [PATCH v2 04/13] KVM: selftests: Assert that vcpu_{g,s}et_reg() won't truncate
` [PATCH v2 05/13] KVM: selftests: Check for a potential unhandled exception iff KVM_RUN succeeded
` [PATCH v2 06/13] KVM: selftests: Rename max_guest_memory_test to mmu_stress_test
` [PATCH v2 07/13] KVM: selftests: Only muck with SREGS on x86 in mmu_stress_test
` [PATCH v2 08/13] KVM: selftests: Compute number of extra pages needed "
` [PATCH v2 09/13] KVM: selftests: Enable mmu_stress_test on arm64
` [PATCH v2 10/13] KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_test
` [PATCH v2 11/13] KVM: selftests: Precisely limit the number of guest loops "

[PATCH 0/3] KVM: arm64: Get rid of REG_HIDDEN_USER
 2024-09-11 19:32 UTC  (3+ messages)

[PATCH v3 00/24] KVM: arm64: Add EL2 support to FEAT_S1PIE
 2024-09-11 16:10 UTC  (29+ messages)
` [PATCH v3 01/24] arm64: Drop SKL0/SKL1 from TCR2_EL2
` [PATCH v3 02/24] arm64: Remove VNCR definition for PIRE0_EL2
` [PATCH v3 03/24] arm64: Add encoding "
` [PATCH v3 04/24] KVM: arm64: nv: Add missing EL2->EL1 mappings in get_el2_to_el1_mapping()
` [PATCH v3 05/24] KVM: arm64: nv: Handle CNTHCTL_EL2 specially
` [PATCH v3 06/24] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v3 07/24] KVM: arm64: Correctly access TCR2_EL1, PIR_EL1, PIRE0_EL1 with VHE
` [PATCH v3 08/24] KVM: arm64: Extend masking facility to arbitrary registers
` [PATCH v3 09/24] arm64: Define ID_AA64MMFR1_EL1.HAFDBS advertising FEAT_HAFT
` [PATCH v3 10/24] KVM: arm64: Add TCR2_EL2 to the sysreg arrays
` [PATCH v3 11/24] KVM: arm64: Sanitise TCR2_EL2
` [PATCH v3 12/24] KVM: arm64: Add save/restore for TCR2_EL2
` [PATCH v3 13/24] KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arrays
` [PATCH v3 14/24] KVM: arm64: Add save/restore for PIR{,E0}_EL2
` [PATCH v3 15/24] KVM: arm64: Handle PIR{,E0}_EL2 traps
` [PATCH v3 16/24] KVM: arm64: Sanitise ID_AA64MMFR3_EL1
` [PATCH v3 17/24] KVM: arm64: Add AT fast-path support for S1PIE
` [PATCH v3 18/24] KVM: arm64: Split S1 permission evaluation into direct and hierarchical parts
` [PATCH v3 19/24] KVM: arm64: Disable hierarchical permissions when S1PIE is enabled
` [PATCH v3 20/24] KVM: arm64: Implement AT S1PIE support
` [PATCH v3 21/24] KVM: arm64: Define helper for EL2 registers with custom visibility
` [PATCH v3 22/24] KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guests
` [PATCH v3 23/24] KVM: arm64: Hide S1PIE registers "
` [PATCH v3 24/24] KVM: arm64: Rely on visibility to let PIR*_ELx/TCR2_ELx UNDEF

[PATCH v5 00/30] Permission Overlay Extension
 2024-09-11 15:33 UTC  (4+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register

[RFC PATCH 0/7] support for mm-local memory allocations and use it
 2024-09-11 14:34 UTC  (8+ messages)
` [RFC PATCH 1/7] mseal: expose interface to seal / unseal user memory ranges
` [RFC PATCH 2/7] mm/secretmem: implement mm-local kernel allocations
` [RFC PATCH 3/7] arm64: KVM: Refactor C-code to access vCPU gp-registers through macros
` [RFC PATCH 4/7] KVM: Refactor Assembly-code to access vCPU gp-registers through a macro
` [RFC PATCH 5/7] arm64: KVM: Allocate vCPU gp-regs dynamically on VHE and KERNEL_SECRETMEM enabled systems
` [RFC PATCH 6/7] arm64: KVM: Refactor C-code to access vCPU fp-registers through macros
` [RFC PATCH 7/7] arm64: KVM: Allocate vCPU fp-regs dynamically on VHE and KERNEL_SECRETMEM enabled systems

[PATCH] KVM: arm64: Constrain the host to the maximum shared SVE VL with pKVM
 2024-09-11 13:33 UTC  (4+ messages)

[PATCH 00/13] Tracefs support for pKVM
 2024-09-11  9:30 UTC  (14+ messages)
` [PATCH 01/13] ring-buffer: Check for empty ring-buffer with rb_num_of_entries()
` [PATCH 02/13] ring-buffer: Introducing ring-buffer writer
` [PATCH 03/13] ring-buffer: Expose buffer_data_page material
` [PATCH 04/13] timekeeping: Add the boot clock to system time snapshot
` [PATCH 05/13] KVM: arm64: Support unaligned fixmap in the nVHE hyp
` [PATCH 06/13] KVM: arm64: Add clock support "
` [PATCH 07/13] KVM: arm64: Add tracing support for the pKVM hyp
` [PATCH 08/13] KVM: arm64: Add hyp tracing to tracefs
` [PATCH 09/13] KVM: arm64: Add clock for hyp tracefs
` [PATCH 10/13] KVM: arm64: Add raw interface "
` [PATCH 11/13] KVM: arm64: Add trace "
` [PATCH 12/13] KVM: arm64: Add support for hyp events
` [PATCH 13/13] KVM: arm64: Add kselftest for tracefs hyp tracefs

[kvm-unit-tests PATCH v3 0/5] Support cross compiling with clang
 2024-09-11  9:14 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 1/5] riscv: Drop mstrict-align
` [kvm-unit-tests PATCH v3 2/5] Makefile: Prepare for clang EFI builds
` [kvm-unit-tests PATCH v3 3/5] configure: Support cross compiling with clang
` [kvm-unit-tests PATCH v3 4/5] riscv: gitlab-ci: Add clang build tests
` [kvm-unit-tests PATCH v3 5/5] README: Add cross and clang recipes

[kvm-unit-tests PATCH v2 0/4] Support cross compiling with clang
 2024-09-11  8:24 UTC  (12+ messages)
` [kvm-unit-tests PATCH v2 1/4] riscv: Drop mstrict-align
` [kvm-unit-tests PATCH v2 2/4] Makefile: Prepare for clang EFI builds
` [kvm-unit-tests PATCH v2 3/4] configure: Support cross compiling with clang
` [kvm-unit-tests PATCH v2 4/4] riscv: gitlab-ci: Add clang build tests

[kvm-unit-tests PATCH 0/2] configure: Support CONFIG_* extension
 2024-09-11  8:15 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/2] configure: Introduce add-config

[PATCH v10 0/5] arm64: ptdump: View the second stage page-tables
 2024-09-10 20:35 UTC  (12+ messages)
` [PATCH v10 1/5] KVM: arm64: Move pagetable definitions to common header
` [PATCH v10 2/5] arm64: ptdump: Expose the attribute parsing functionality
` [PATCH v10 3/5] arm64: ptdump: Use the ptdump description from a local context
` [PATCH v10 4/5] arm64: ptdump: Don't override the level when operating on the stage-2 tables
` [PATCH v10 5/5] KVM: arm64: Register ptdump with debugfs on guest creation

[PATCH v3] KVM: arm64: Add memory length checks and remove inline in do_ffa_mem_xfer
 2024-09-10 20:11 UTC  (8+ messages)

[PATCH 0/2] arm64: KVM: prevent overflow in inject_abt64
 2024-09-10 19:03 UTC  (9+ messages)
` [PATCH 1/2] "
    ` [PATCH v2] arm64: KVM: define ESR_ELx_EC_* constants as UL
` [PATCH 2/2] arm64: KVM: prevent overflow in inject_abt64

[PATCH 00/15] KVM: x86: Introduce new ioctl KVM_TRANSLATE2
 2024-09-10 15:22 UTC  (16+ messages)
` [PATCH 01/15] KVM: Add API documentation for KVM_TRANSLATE2
` [PATCH 02/15] KVM: x86/mmu: Abort page walk if permission checks fail
` [PATCH 03/15] KVM: x86/mmu: Introduce exception flag for unmapped GPAs
` [PATCH 04/15] KVM: x86/mmu: Store GPA in exception if applicable
` [PATCH 05/15] KVM: x86/mmu: Introduce flags parameter to page walker
` [PATCH 06/15] KVM: x86/mmu: Implement PWALK_SET_ACCESSED in "
` [PATCH 07/15] KVM: x86/mmu: Implement PWALK_SET_DIRTY "
` [PATCH 08/15] KVM: x86/mmu: Implement PWALK_FORCE_SET_ACCESSED "
` [PATCH 09/15] KVM: x86/mmu: Introduce status parameter to "
` [PATCH 10/15] KVM: x86/mmu: Implement PWALK_STATUS_READ_ONLY_PTE_GPA in "
` [PATCH 11/15] KVM: x86: Introduce generic gva to gpa translation function
` [PATCH 12/15] KVM: Introduce KVM_TRANSLATE2
` [PATCH 13/15] KVM: Add KVM_TRANSLATE2 stub
` [PATCH 14/15] KVM: x86: Implement KVM_TRANSLATE2
` [PATCH 15/15] KVM: selftests: Add test for KVM_TRANSLATE2

[PATCH v4 0/4] KVM: arm64: Fix underallocation of storage for SVE state
 2024-09-10 14:19 UTC  (11+ messages)

[PATCH v4 00/43] arm64: Support for Arm CCA in KVM
 2024-09-10 10:43 UTC  (7+ messages)
` [PATCH v4 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v4 09/43] arm64: RME: ioctls to create and configure realms

[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
 2024-09-10  9:15 UTC  (28+ messages)
` [PATCH v5 03/19] arm64: rsi: Add RSI definitions
` [PATCH v5 04/19] firmware/psci: Add psci_early_test_conduit()
` [PATCH v5 05/19] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v5 06/19] arm64: realm: Query IPA size from the RMM
` [PATCH v5 07/19] arm64: rsi: Add support for checking whether an MMIO is protected
` [PATCH v5 12/19] efi: arm64: Map Device with Prot Shared
` [PATCH v5 19/19] virt: arm-cca-guest: TSM_REPORT support for realms

[PATCH v5 00/10] KVM: arm64: Allow userspace to modify CTR_EL0
 2024-09-10  9:00 UTC  (11+ messages)
` [PATCH v5 07/10] KVM: arm64: Treat CTR_EL0 as a VM feature ID register

[PATCH v2] KVM: arm64: Add memory length checks and remove inline in do_ffa_mem_xfer
 2024-09-09 16:03 UTC  (2+ messages)

[PATCH] KVM: arm64: Add memory length checks before it is xfered
 2024-09-09 13:04 UTC  (4+ messages)

[PATCH v2 0/8] Enable build system on macOS hosts
 2024-09-09  5:40 UTC  (29+ messages)
` [PATCH v2 1/8] scripts: subarch.include: fix SUBARCH "
` [PATCH v2 2/8] file2alias: fix uuid_t definitions for macos
` [PATCH v2 3/8] drm/xe: xe_gen_wa_oob: fix program_invocation_short_name "
` [PATCH v2 4/8] arm64: nvhe: add bee-headers support
` [PATCH v2 5/8] scripts: "
` [PATCH v2 6/8] selinux: do not include <linux/*.h> headers from host programs
` [PATCH v2 7/8] selinux: move genheaders to security/selinux/
` [PATCH v2 8/8] Documentation: add howto build in macos

[PATCH v12 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-09-06 11:07 UTC  (3+ messages)
` [PATCH v12 21/39] arm64/gcs: Ensure that new threads have a GCS


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