Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-09-04 10:23:02 to 2024-09-11 13:52:00 UTC [more...]

[PATCH v3 00/24] KVM: arm64: Add EL2 support to FEAT_S1PIE
 2024-09-11 13:51 UTC  (14+ 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] 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  (13+ 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  (10+ 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 v4 21/43] arm64: RME: Runtime faulting of memory

[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
 2024-09-10  9:15 UTC  (29+ 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

[PATCH 00/12] Enable build system on macOS hosts
 2024-09-06  8:34 UTC  (12+ messages)
` [PATCH 08/12] include: add elf.h support

[PATCH 0/1] KVM: arm64: Make nVHE ASLR conditional on cmdline nokaslr
 2024-09-06  7:47 UTC  (5+ messages)
  ` [PATCH 1/1] KVM: arm64: Make nVHE ASLR conditional on nokaslr

[PATCH v2 00/16] KVM: arm64: Add EL2 support to FEAT_S1PIE
 2024-09-06  7:04 UTC  (6+ messages)
` [PATCH v2 12/16] KVM: arm64: Implement AT S1PIE support

Question on get random long worse in VM than on host
 2024-09-06  3:42 UTC  (10+ messages)

[RFC PATCH 00/11] Tracefs support for pKVM
 2024-09-05 13:17 UTC  (6+ messages)
` [RFC PATCH 04/11] timekeeping: Export the boot clock in snapshots

[PATCH v5 00/30] Permission Overlay Extension
 2024-09-05 10:36 UTC  (17+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register

[PATCH v4 00/10] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-09-04 15:03 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] Support cross compiling with clang
 2024-09-04 10:31 UTC  (2+ messages)


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