messages from 2023-07-14 23:39:19 to 2023-07-20 20:20:14 UTC [more...]
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-07-20 20:20 UTC (49+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 02/29] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v11 03/29] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v11 04/29] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 09/29] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v11 14/29] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v11 15/29] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v11 16/29] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v11 17/29] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v11 18/29] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v11 19/29] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 20/29] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v11 21/29] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v11 22/29] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v11 23/29] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v11 24/29] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v11 25/29] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v11 26/29] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v11 29/29] KVM: selftests: Test KVM exit behavior for private memory/access
[PATCH v2] KVM: arm64: Fix hardware enable/disable flows for pKVM
2023-07-20 17:19 UTC (3+ messages)
[PATCH] KVM: arm64: Rephrase percpu enable/disable tracking in terms of hyp
2023-07-20 17:19 UTC (3+ messages)
[PATCH v6 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
2023-07-20 16:39 UTC (9+ messages)
` [PATCH v6 1/6] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v6 2/6] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v6 3/6] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
` [PATCH v6 4/6] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
` [PATCH v6 5/6] KVM: arm64: Enable writable for ID_AA64MMFR{0, 1, 2, 3}_EL1
` [PATCH v6 6/6] KVM: arm64: selftests: Test for setting ID register from usersapce
[kvm-unit-tests PATCH v1 0/2] arm64: Define name for the original RES1 bit but now functinal bit
2023-07-20 11:58 UTC (8+ messages)
` [kvm-unit-tests PATCH v1 1/2] arm64: Replace the SCTLR_EL1 filed definition by _BITUL()
` [kvm-unit-tests PATCH v1 2/2] arm64: Define name for the bits used in SCTLR_EL1_RES1
[PATCH v1 0/5] Fix setting SVE and SME traps in (h)VHE
2023-07-20 8:42 UTC (13+ messages)
` [PATCH v1 1/5] KVM: arm64: Use the appropriate feature trap register for SVE at EL2 setup
` [PATCH v1 2/5] KVM: arm64: Disable SME Traps for (h)VHE at setup
` [PATCH v1 3/5] KVM: arm64: Use the appropriate feature trap register when activating traps
` [PATCH v1 4/5] KVM: arm64: Fix resetting SVE trap values on reset for hVHE
` [PATCH v1 5/5] KVM: arm64: Fix resetting SME trap values on reset for (h)VHE
[PATCH] KVM: arm64: Fix CPUHP logic for protected KVM
2023-07-19 21:16 UTC (3+ messages)
[PATCH] KVM: arm64: Allow pKVM on v1.0 compatible FF-A implementations
2023-07-19 16:59 UTC (4+ messages)
[PATCH 00/35] arm64/gcs: Provide support for GCS at EL0
2023-07-19 14:04 UTC (51+ messages)
` [PATCH 01/35] prctl: arch-agnostic prctl for shadow stack
` [PATCH 02/35] prctl: Add flag for shadow stack writeability and push/pop
` [PATCH 03/35] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH 04/35] arm64/gcs: Document the ABI "
` [PATCH 05/35] arm64/sysreg: Add new system registers for GCS
` [PATCH 06/35] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH 07/35] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH 08/35] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH 09/35] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH 10/35] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH 11/35] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH 12/35] arm64/mm: Map pages for guarded control stack
` [PATCH 13/35] KVM: arm64: Manage GCS registers for guests
` [PATCH 14/35] arm64: Disable traps for GCS usage at EL0 and EL1
` [PATCH 15/35] arm64/idreg: Add overrride for GCS
` [PATCH 16/35] arm64/hwcap: Add hwcap "
` [PATCH 17/35] arm64/traps: Handle GCS exceptions
` [PATCH 18/35] arm64/mm: Handle GCS data aborts
` [PATCH 19/35] arm64/gcs: Context switch GCS registers for EL0
` [PATCH 20/35] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH 21/35] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH 22/35] arm64/mm: Implement map_shadow_stack()
` [PATCH 23/35] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH 24/35] arm64/signal: Expose GCS state in signal frames
` [PATCH 25/35] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH 26/35] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH 27/35] kselftest/arm64: Verify the GCS hwcap
` [PATCH 28/35] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH 29/35] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH 30/35] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH 31/35] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH 32/35] kselftest/arm64: Add very basic GCS test program
` [PATCH 33/35] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH 34/35] selftests/arm64: Add GCS signal tests
` [PATCH 35/35] kselftest/arm64: Enable GCS for the FP stress tests
[PATCH 00/27] KVM: arm64: NV trap forwarding infrastructure
2023-07-19 11:00 UTC (6+ messages)
` [PATCH 06/27] arm64: Add debug registers affected by HDFGxTR_EL2
` [PATCH 07/27] arm64: Add missing BRB/CFP/DVP/CPP instructions
[Question - ARM CCA] vCPU Hotplug Support in ARM Realm world might require ARM spec change?
2023-07-19 9:28 UTC (2+ messages)
[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
2023-07-19 7:16 UTC (4+ messages)
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET to __kvm_follow_pfn
[kvm-unit-tests PATCH 0/2] arm64: fix paging issues
2023-07-19 5:42 UTC (11+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: set sctlr_el1.SPAN
[PATCH v6 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-07-18 16:39 UTC (30+ messages)
` [PATCH v6 01/11] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v6 02/11] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v6 03/11] KVM: Allow range-based TLB invalidation from common code
` [PATCH v6 04/11] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [PATCH v6 05/11] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v6 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v6 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v6 08/11] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v6 09/11] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v6 10/11] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v6 11/11] KVM: arm64: Use TLBI range-based intructions for unmap
[PATCH v6 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
2023-07-18 16:27 UTC (7+ messages)
` [PATCH v6 1/5] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v6 2/5] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v6 3/5] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
` [PATCH v6 4/5] KVM: arm64: Enable writable for ID_AA64MMFR{0, 1, 2, 3}_EL1
` [PATCH v6 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce
[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-07-18 10:29 UTC (5+ messages)
[GIT PULL] KVM/arm64 fixes for 6.5, part #1
2023-07-18 5:49 UTC
[PATCH v2] KVM: arm64: Add missing BTI instructions
2023-07-17 9:48 UTC (3+ messages)
[RFC] Support for Arm CCA VMs on Linux
2023-07-17 9:40 UTC (5+ messages)
[PATCH v5 0/2] KVM: arm64: Support for per-guest fine grained traps configuration
2023-07-16 14:46 UTC (4+ messages)
` [PATCH v5 1/2] arm64: Add feature detection for fine grained traps
[PATCH v2] KVM: arm64: Fix the name of sys_reg_desc related to PMU
2023-07-14 23:39 UTC (2+ messages)
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