messages from 2024-09-02 18:54:34 to 2024-09-10 15:26:34 UTC [more...]
[PATCH 00/15] KVM: x86: Introduce new ioctl KVM_TRANSLATE2
2024-09-10 15:22 UTC (15+ 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 0/2] arm64: KVM: prevent overflow in inject_abt64
2024-09-10 14:59 UTC (8+ 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 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 v10 0/5] arm64: ptdump: View the second stage page-tables
2024-09-10 10:05 UTC (9+ 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 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 v3] KVM: arm64: Add memory length checks and remove inline in do_ffa_mem_xfer
2024-09-10 7:23 UTC (3+ messages)
[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 (15+ messages)
` [PATCH v12 15/39] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v12 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v12 21/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v12 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v12 26/39] arm64/ptrace: Expose GCS via ptrace and core files
[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 (22+ messages)
` [PATCH v2 01/16] KVM: arm64: nv: Handle CNTHCTL_EL2 specially
` [PATCH v2 02/16] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v2 03/16] KVM: arm64: Add TCR2_EL2 to the sysreg arrays
` [PATCH v2 04/16] KVM: arm64: Add save/restore for TCR2_EL2
` [PATCH v2 05/16] arm64: Add encoding for PIRE0_EL2
` [PATCH v2 06/16] arm64: Remove VNCR definition "
` [PATCH v2 07/16] KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arrays
` [PATCH v2 08/16] KVM: arm64: Add save/restore for PIR{,E0}_EL2
` [PATCH v2 09/16] KVM: arm64: Handle PIR{,E0}_EL2 traps
` [PATCH v2 10/16] KVM: arm64: Sanitise ID_AA64MMFR3_EL1
` [PATCH v2 11/16] KVM: arm64: Split S1 permission evaluation into direct and hierarchical parts
` [PATCH v2 12/16] KVM: arm64: Implement AT S1PIE support
` [PATCH v2 13/16] KVM: arm64: Define helper for EL2 registers with custom visibility
` [PATCH v2 14/16] KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guests
` [PATCH v2 15/16] KVM: arm64: Hide S1PIE registers "
` [PATCH v2 16/16] KVM: arm64: Rely on visibility to let PIR*_ELx/TCR2_ELx UNDEF
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 (21+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register
` [PATCH v5 16/30] arm64: handle PKEY/POE faults
[PATCH v4 00/10] KVM: Register cpuhp/syscore callbacks when enabling virt
2024-09-04 15:03 UTC (6+ messages)
` [PATCH v4 01/10] KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock
[kvm-unit-tests PATCH v2 0/4] Support cross compiling with clang
2024-09-04 10:57 UTC (6+ 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/3] Support cross compiling with clang
2024-09-04 10:31 UTC (8+ messages)
` [kvm-unit-tests PATCH 1/3] riscv: Drop mstrict-align
` [kvm-unit-tests PATCH 2/3] configure: Support cross compiling with clang
` [kvm-unit-tests PATCH 3/3] riscv: gitlab-ci: Add clang build tests
[PATCH 0/3] KVM: arm64: Get rid of REG_HIDDEN_USER
2024-09-04 8:24 UTC (4+ messages)
` [PATCH 1/3] KVM: arm64: Simplify handling of CNTKCTL_EL12
` [PATCH 2/3] KVM: arm64: Simplify visibility handling of AArch32 SPSR_*
` [PATCH 3/3] KVM: arm64: Get rid of REG_HIDDEN_USER visibility qualifier
[kvm-unit-tests PATCH 0/2] configure: Support CONFIG_* extension
2024-09-03 14:39 UTC (3+ messages)
` [kvm-unit-tests PATCH 1/2] configure: Introduce add-config
` [kvm-unit-tests PATCH 2/2] riscv: Make NR_CPUS configurable
[PATCH] kbuild: use objcopy to generate asm-offsets
2024-09-03 9:28 UTC (4+ messages)
[PATCH v12 23/39] arm64/mm: Implement map_shadow_stack()
2024-09-03 9:05 UTC (2+ messages)
[PATCH v12 17/39] arm64/hwcap: Add hwcap for GCS
2024-09-03 9:00 UTC (2+ messages)
[PATCH v12 06/39] arm64/gcs: Document the ABI for Guarded Control Stacks
2024-09-03 8:59 UTC (2+ messages)
` [PATCH v12 6/39] "
[PATCH v12 04/39] mman: Add map_shadow_stack() flags
2024-09-03 8:57 UTC (2+ messages)
` [PATCH v12 4/39] "
[PATCH v12 03/39] prctl: arch-agnostic prctl for shadow stack
2024-09-03 8:55 UTC (2+ messages)
` [PATCH v12 3/39] "
[PATCH v2 0/3] KVM: arm64: Control visibility of S1PIE related sysregs to userspace
2024-09-02 19:12 UTC (3+ messages)
` [PATCH v2 2/3] KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guests
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox