messages from 2024-02-01 16:28:21 to 2024-02-07 15:31:01 UTC [more...]
[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
2024-02-07 15:30 UTC (20+ messages)
` [PATCH v6 01/14] KVM: Documentation: Clarify meaning of hva_to_pfn()'s 'atomic' parameter
` [PATCH v6 02/14] KVM: Documentation: Add docstrings for __kvm_read/write_guest_page()
` [PATCH v6 04/14] KVM: Define and communicate KVM_EXIT_MEMORY_FAULT RWX flags to userspace
` [PATCH v6 05/14] KVM: Try using fast GUP to resolve read faults
` [PATCH v6 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings
[PATCH v5 0/4] arm64: ptdump: View the second stage page-tables
2024-02-07 14:48 UTC (5+ messages)
` [PATCH v5 1/4] arm64: ptdump: Expose the attribute parsing functionality
` [PATCH v5 2/4] arm64: ptdump: Use the mask from the state structure
` [PATCH v5 3/4] KVM: arm64: Register ptdump with debugfs on guest creation
` [PATCH v5 4/4] KVM: arm64: Initialize the ptdump parser with stage-2 attributes
[PATCH 0/2] KVM/arm64 fixes for 6.8, take #1
2024-02-07 14:46 UTC
[PATCH v3 00/26] KVM/arm64: VM configuration enforcement
2024-02-07 11:13 UTC (33+ messages)
` [PATCH v3 01/26] arm64: sysreg: Add missing ID_AA64ISAR[13]_EL1 fields and variants
` [PATCH v3 02/26] KVM: arm64: Add feature checking helpers
` [PATCH v3 03/26] KVM: arm64: nv: Add sanitising to VNCR-backed sysregs
` [PATCH v3 04/26] KVM: arm64: nv: Add sanitising to EL2 configuration registers
` [PATCH v3 05/26] KVM: arm64: nv: Add sanitising to VNCR-backed FGT sysregs
` [PATCH v3 06/26] KVM: arm64: nv: Add sanitising to VNCR-backed HCRX_EL2
` [PATCH v3 07/26] KVM: arm64: nv: Drop sanitised_sys_reg() helper
` [PATCH v3 08/26] KVM: arm64: Unify HDFG[WR]TR_GROUP FGT identifiers
` [PATCH v3 09/26] KVM: arm64: nv: Correctly handle negative polarity FGTs
` [PATCH v3 10/26] KVM: arm64: nv: Turn encoding ranges into discrete XArray stores
` [PATCH v3 11/26] KVM: arm64: Drop the requirement for XARRAY_MULTI
` [PATCH v3 12/26] KVM: arm64: nv: Move system instructions to their own sys_reg_desc array
` [PATCH v3 13/26] KVM: arm64: Always populate the trap configuration xarray
` [PATCH v3 14/26] KVM: arm64: Register AArch64 system register entries with the sysreg xarray
` [PATCH v3 15/26] KVM: arm64: Use the xarray as the primary sysreg/sysinsn walker
` [PATCH v3 16/26] KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()
` [PATCH v3 17/26] KVM: arm64: Add Fine-Grained UNDEF tracking information
` [PATCH v3 18/26] KVM: arm64: Propagate and handle Fine-Grained UNDEF bits
` [PATCH v3 19/26] KVM: arm64: Move existing feature disabling over to FGU infrastructure
` [PATCH v3 20/26] KVM: arm64: Streamline save/restore of HFG[RW]TR_EL2
` [PATCH v3 21/26] KVM: arm64: Make TLBI OS/Range UNDEF if not advertised to the guest
` [PATCH v3 22/26] KVM: arm64: Make PIR{,E0}_EL1 UNDEF if S1PIE is "
` [PATCH v3 23/26] KVM: arm64: Make AMU sysreg UNDEF if FEAT_AMU "
` [PATCH v3 24/26] KVM: arm64: Make FEAT_MOPS UNDEF if "
` [PATCH v3 25/26] KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later checking
` [PATCH v3 26/26] KVM: arm64: Add debugfs file for guest's ID registers
[RFC PATCH] KVM: arm64: Override Microsoft Azure Cobalt 100 MIDR value with ARM Neoverse N2
2024-02-07 9:50 UTC (4+ messages)
[kvm-unit-tests PATCH v2 0/9] Multi-migration support
2024-02-07 7:58 UTC (18+ messages)
` [kvm-unit-tests PATCH v2 1/9] (arm|powerpc|s390x): Makefile: Fix .aux.o generation
` [kvm-unit-tests PATCH v2 2/9] arch-run: Clean up temporary files properly
` [kvm-unit-tests PATCH v2 3/9] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v2 4/9] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v2 5/9] migration: Support multiple migrations
` [kvm-unit-tests PATCH v2 6/9] arch-run: rename migration variables
` [kvm-unit-tests PATCH v2 7/9] migration: Add quiet migration support
` [kvm-unit-tests PATCH v2 8/9] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v2 9/9] migration: add a migration selftest
[PATCH v8 00/10] KVM: selftests: Add SEV smoke test
2024-02-06 20:36 UTC (12+ messages)
` [PATCH v8 01/10] KVM: selftests: Extend VM creation's @shape to allow control of VM subtype
` [PATCH v8 02/10] KVM: selftests: Make sparsebit structs const where appropriate
` [PATCH v8 03/10] KVM: selftests: Add a macro to iterate over a sparsebit range
` [PATCH v8 04/10] KVM: selftests: Add support for allocating/managing protected guest memory
` [PATCH v8 05/10] KVM: selftests: Add support for protected vm_vaddr_* allocations
` [PATCH v8 06/10] KVM: selftests: Explicitly ucall pool from shared memory
` [PATCH v8 07/10] KVM: selftests: Allow tagging protected memory in guest page tables
` [PATCH v8 08/10] KVM: selftests: Add library for creating and interacting with SEV guests
` [PATCH v8 09/10] KVM: selftests: Use the SEV library APIs in the intra-host migration test
` [PATCH v8 10/10] KVM: selftests: Add a basic SEV smoke test
[PATCH] [RFC] KVM: arm64/vgic: Populate GICR_TYPER with Aff3
2024-02-06 10:29 UTC (3+ messages)
[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
2024-02-06 3:30 UTC (22+ messages)
` [PATCH v9 2/6] KVM: mmu: Introduce __kvm_follow_pfn function
` [PATCH v9 3/6] KVM: mmu: Improve handling of non-refcounted pfns
` [PATCH v9 6/6] KVM: x86/mmu: Handle non-refcounted pages
[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
2024-02-06 1:32 UTC (4+ messages)
[PATCH] KVM: selftests: Fix GUEST_PRINTF() format warnings in ARM code
2024-02-05 23:32 UTC (3+ messages)
[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
2024-02-05 16:58 UTC (43+ messages)
` [PATCH v8 01/38] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v8 02/38] prctl: arch-agnostic prctl for shadow stack
` [PATCH v8 03/38] mman: Add map_shadow_stack() flags
` [PATCH v8 04/38] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v8 05/38] arm64/gcs: Document the ABI "
` [PATCH v8 06/38] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v8 07/38] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v8 08/38] arm64/gcs: Provide put_user_gcs()
` [PATCH v8 09/38] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v8 10/38] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v8 11/38] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v8 12/38] arm64/mm: Map pages for guarded control stack
` [PATCH v8 13/38] KVM: arm64: Manage GCS registers for guests
` [PATCH v8 14/38] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v8 15/38] arm64/idreg: Add overrride for GCS
` [PATCH v8 16/38] arm64/hwcap: Add hwcap "
` [PATCH v8 17/38] arm64/traps: Handle GCS exceptions
` [PATCH v8 18/38] arm64/mm: Handle GCS data aborts
` [PATCH v8 19/38] arm64/gcs: Context switch GCS state for EL0
` [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v8 21/38] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v8 22/38] arm64/mm: Implement map_shadow_stack()
` [PATCH v8 23/38] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v8 24/38] arm64/signal: Expose GCS state in signal frames
` [PATCH v8 25/38] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v8 26/38] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v8 27/38] kselftest/arm64: Verify the GCS hwcap
` [PATCH v8 28/38] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v8 29/38] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v8 30/38] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v8 31/38] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v8 32/38] kselftest/arm64: Add very basic GCS test program
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v8 34/38] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v8 35/38] selftests/arm64: Add GCS signal tests
` [PATCH v8 36/38] kselftest/arm64: Add a GCS stress test
` [PATCH v8 37/38] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v8 38/38] kselftest: Provide shadow stack enable helpers for arm64
[PATCH v4 0/7] kvm/coresight: Support exclude guest and exclude host
2024-02-05 16:38 UTC (13+ messages)
` [PATCH v4 2/7] arm64: KVM: Use shared area to pass PMU event state to hypervisor
[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
2024-02-05 16:30 UTC (21+ messages)
` [PATCH RFC v3 12/35] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC v3 13/35] mm: memory: Introduce fault-on-access mechanism for pages
` [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated
` [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v3 30/35] arm64: mte: ptrace: Handle pages with "
` [PATCH RFC v3 31/35] khugepaged: arm64: Don't collapse MTE enabled VMAs
[PATCH v4 00/10] arm64: ptdump: View the second stage page-tables
2024-02-05 16:05 UTC (6+ messages)
` [PATCH v4 02/10] KVM: arm64: Add ptdump registration with debugfs for the stage-2 pagetables
[PATCH v2 00/25] KVM/arm64: VM configuration enforcement
2024-02-05 10:10 UTC (22+ messages)
` [PATCH v2 02/25] KVM: arm64: Add feature checking helpers
` [PATCH v2 04/25] KVM: arm64: nv: Add sanitising to EL2 configuration registers
` [PATCH v2 05/25] KVM: arm64: nv: Add sanitising to VNCR-backed FGT sysregs
` [PATCH v2 06/25] KVM: arm64: nv: Add sanitising to VNCR-backed HCRX_EL2
[PATCH 01/15] KVM: arm64: vgic: Store LPIs in an xarray
2024-02-05 6:05 UTC (2+ messages)
[PATCH] KVM: arm64: do not source virt/lib/Kconfig twice
2024-02-04 13:09 UTC (2+ messages)
[PATCH v4 00/10] arm64: Add support for FEAT_E2H0, or lack thereof
2024-02-02 19:03 UTC (2+ messages)
[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
2024-02-02 17:04 UTC (7+ messages)
` [PATCH RFC v4 10/15] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v4 11/15] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v4 14/15] arm64: document virtual CPU hotplug's expectations
[kvm-unit-tests PATCH v2 00/24] Introduce RISC-V
2024-02-02 14:22 UTC (6+ messages)
` [kvm-unit-tests PATCH v2 16/24] arm/arm64: Share memregions
` "
[PATCH v4 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
2024-02-02 8:34 UTC (9+ messages)
` [PATCH v4 1/5] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() public
` [PATCH v4 2/5] KVM: selftests: aarch64: Move pmu helper functions into vpmu.h
` [PATCH v4 3/5] KVM: selftests: aarch64: Fix the buggy [enable|disable]_counter
` [PATCH v4 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v4 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test
[PATCH 00/10] KVM: arm64: fix many kernel-doc warnings
2024-02-01 20:30 UTC (5+ messages)
[bug report] KVM: arm64: Always invalidate TLB for stage-2 permission faults
2024-02-01 17:59 UTC (2+ messages)
[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
2024-02-01 17:32 UTC (4+ 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