kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-01 12:57:33 to 2024-08-07 22:22:40 UTC [more...]

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-07 22:22 UTC  (42+ messages)
` [PATCH v10 02/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v10 03/40] mman: Add map_shadow_stack() flags
` [PATCH v10 04/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v10 05/40] arm64/gcs: Document the ABI "
` [PATCH v10 06/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v10 07/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v10 08/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v10 09/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v10 10/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v10 11/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 14/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v10 15/40] arm64/idreg: Add overrride for GCS
` [PATCH v10 16/40] arm64/hwcap: Add hwcap "
` [PATCH v10 17/40] arm64/traps: Handle GCS exceptions
` [PATCH v10 18/40] arm64/mm: Handle GCS data aborts
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v10 27/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v10 28/40] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v10 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v10 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v10 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v10 33/40] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v10 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v10 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v10 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v10 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v10 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v10 39/40] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v10 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH 00/12] Enable build system on macOS hosts
 2024-08-07 21:41 UTC  (33+ messages)
` [PATCH 01/12] scripts: subarch.include: fix SUBARCH on MacOS hosts
` [PATCH 02/12] kbuild: add header_install dependency to scripts
` [PATCH 03/12] file2alias: fix uuid_t definitions for macos
` [PATCH 04/12] drm/xe: xe_gen_wa_oob: fix program_invocation_short_name "
` [PATCH 05/12] accessiblity/speakup: genmap and makemapdata require linux/version.h
` [PATCH 06/12] selinux/genheaders: include bitsperlong and posix_types headers
` [PATCH 07/12] selinux/mdp: "
` [PATCH 08/12] include: add elf.h support
` [PATCH 09/12] include: add endian.h support
` [PATCH 10/12] scripts/mod: add byteswap support
` [PATCH 11/12] tty/vt: conmakehash requires linux/limits.h
` [PATCH 12/12] scripts/kallsyms: add compatibility support for macos

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-08-07 18:26 UTC  (11+ messages)
` [PATCH v6 04/11] mm: Add missing mmu_notifier_clear_young for !MMU_NOTIFIER
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers

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

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-07 16:21 UTC  (38+ messages)
` [PATCH v12 01/84] KVM: arm64: Release pfn, i.e. put page, if copying MTE tags hits ZONE_DEVICE
` [PATCH v12 02/84] KVM: arm64: Disallow copying MTE to guest memory while KVM is dirty logging
` [PATCH v12 05/84] KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes
` [PATCH v12 11/84] KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
` [PATCH v12 54/84] KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock
` [PATCH v12 56/84] KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installed
` [PATCH v12 57/84] KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lock
` [PATCH v12 58/84] KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guest
` [PATCH v12 64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path
` [PATCH v12 65/84] KVM: LoongArch: Mark "struct page" pfns accessed "
` [PATCH v12 83/84] KVM: Drop APIs that manipulate "struct page" via pfns

[PATCH 0/3] Set up KVM_EXIT_MEMORY_FAULTs when arm64/x86 stage-2 fault handlers fail
 2024-08-07 14:15 UTC  (11+ messages)
` [PATCH 1/3] KVM: x86: Do a KVM_MEMORY_FAULT EXIT when stage-2 fault handler EFAULTs
` [PATCH 2/3] KVM: arm64: Declare support for KVM_CAP_MEMORY_FAULT_INFO
` [PATCH 3/3] KVM: arm64: Do a KVM_EXIT_MEMORY_FAULT when stage-2 fault handler EFAULTs

[PATCH] KVM: arm64: Enforce dependency on an ARMv8.4-aware toolchain
 2024-08-07 13:36 UTC  (3+ messages)

[PATCH] KVM: arm64: vgic-debug: Exit the iterator properly w/o LPI
 2024-08-07 10:01 UTC  (2+ messages)

[PATCH v3 00/19] KVM: arm64: Transition to a per-ITS translation cache
 2024-08-07  5:23 UTC  (8+ messages)
` [PATCH v3 05/19] KVM: arm64: vgic-debug: Use an xarray mark for debug iterator

[PATCH 0/2] KVM: Protect vCPU's PID with a rwlock
 2024-08-06 23:59 UTC  (9+ messages)
` [PATCH 1/2] KVM: Return '0' directly when there's no task to yield to
` [PATCH 2/2] KVM: Protect vCPU's "last run PID" with rwlock, not RCU

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-08-06 15:00 UTC  (21+ messages)
` [PATCH v4 04/29] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v4 10/29] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v4 15/29] arm64: handle PKEY/POE faults
` [PATCH v4 18/29] arm64: add POE signal support

[PATCH v2 0/3] KVM: selftests: arm64: Make use of sysreg defintions in get-reg-list
 2024-08-06 14:24 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: selftests: arm64: Simplify specification of filtered registers
` [PATCH v2 2/3] KVM: selftests: arm64: Use symbolic definitions for incorrect encodings
` [PATCH v2 3/3] KVM: selftests: arm64: Use generated defines for named system registers

[PATCH 0/2] KVM: selftests: arm64: Make use of sysreg defintions in get-reg-list
 2024-08-06  8:03 UTC  (7+ messages)
` [PATCH 1/2] KVM: selftests: arm64: Simplify specification of filtered registers
` [PATCH 2/2] KVM: selftests: arm64: Use generated defines for named system registers

[RFC V2 0/3] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2024-08-06  6:48 UTC  (4+ messages)
` [RFC V2 1/3] arm64/cpufeature: Add field details for ID_AA64DFR1_EL1 register

[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
 2024-08-05 23:44 UTC  (4+ messages)

[PATCH v2 0/3] KVM: arm64: fix warnings in W=1 build
 2024-08-05 22:12 UTC  (2+ messages)

[PATCH] KVM: arm64: free kvm->arch.nested_mmus with kvfree()
 2024-08-05 22:11 UTC  (2+ messages)

[RFC 00/10] KVM: arm64: Enable fine grained undefined for MDSELR_EL1
 2024-08-04 11:05 UTC  (13+ messages)
` [RFC 10/10] KVM: arm64: nv: Add new HDFGRTR2_GROUP & HDFGRTR2_GROUP based FGU handling

[PATCH v2] docs: KVM: Fix register ID of SPSR_FIQ
 2024-08-04  9:21 UTC  (2+ messages)

[PATCH v2 0/2] KVM: arm64: Fine grained traps documentation clarification
 2024-08-02 15:37 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm64: Fix outdated comment about incomplete FGT bitmask definitions
` [PATCH v2 2/2] KVM: arm64: Clarify meaning of _MASK and _nMASK for FGT registers

[PATCH] KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-list
 2024-08-02 15:37 UTC  (7+ messages)

[PATCH v2 0/8] KVM: arm64: Add support for FP8
 2024-08-02 13:03 UTC  (5+ messages)
` [PATCH v2 4/8] KVM: arm64: Add save/restore support for FPMR

[RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd
 2024-08-01 22:22 UTC  (9+ messages)
` [RFC PATCH 14/18] KVM: Add asynchronous userfaults, KVM_READ_USERFAULT


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).