messages from 2025-06-02 15:14:51 to 2025-06-11 00:10:59 UTC [more...]
[PATCH 0/8] KVM: Remove include/kvm, standardize includes
2025-06-11 0:10 UTC (9+ messages)
` [PATCH 1/8] KVM: arm64: Move arm_{psci,hypercalls}.h to an internal KVM path
` [PATCH 2/8] KVM: arm64: Include KVM headers to get forward declarations
` [PATCH 3/8] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH 4/8] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 5/8] KVM: MIPS: Stop adding virt/kvm to the arch include path
` [PATCH 6/8] KVM: PPC: "
` [PATCH 7/8] KVM: s390: "
` [PATCH 8/8] KVM: Standardize include paths across all architectures
[PATCH V3 2/2] KVM: selftests: Change MDSCR_EL1 register holding variables as uint64_t
2025-06-10 17:01 UTC (2+ messages)
[PATCH v5 0/6] KVM: lockdep improvements
2025-06-10 16:28 UTC (2+ messages)
[PATCH] KVM: arm64: nvhe: Fix build failure with gcc
2025-06-10 15:48 UTC (4+ messages)
[PATCH v3 0/4] KVM: arm64: selftests: arch_timer_edge_cases fixes
2025-06-10 13:50 UTC (8+ messages)
` [PATCH v3 1/4] KVM: arm64: selftests: fix help text for arch_timer_edge_cases
` [PATCH v3 2/4] KVM: arm64: selftests: fix thread migration in arch_timer_edge_cases
` [PATCH v3 3/4] KVM: arm64: selftests: arch_timer_edge_cases - fix xval init
` [PATCH v3 4/4] KVM: arm64: selftests: arch_timer_edge_cases - determine effective counter width
[PATCH] KVM: arm64: selftests: Close the GIC FD in arch_timer_edge_cases
2025-06-10 12:38 UTC (2+ messages)
pkvm boot failures
2025-06-10 9:06 UTC (7+ messages)
[PATCH v2 06/13] KVM: arm64: Add support for KVM_MEM_USERFAULT
2025-06-09 23:04 UTC (4+ messages)
[PATCH v6 0/5] KVM: arm64: Map GPU device memory as cacheable
2025-06-09 14:21 UTC (11+ messages)
` [PATCH v6 1/5] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v6 3/5] kvm: arm64: New memslot flag to indicate cacheable mapping
` [PATCH v6 4/5] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
[PATCH v2 00/15] Add KVM Selftests runner
2025-06-09 12:54 UTC (17+ messages)
` [PATCH v2 01/15] KVM: selftest: Create KVM selftest runner
` [PATCH v2 02/15] KVM: selftests: Enable selftests runner to find executables in different path
` [PATCH v2 03/15] KVM: selftests: Add timeout option in selftests runner
` [PATCH v2 04/15] KVM: selftests: Add option to save selftest runner output to a directory
` [PATCH v2 05/15] KVM: selftests: Run tests concurrently in KVM selftests runner
` [PATCH v2 06/15] KVM: selftests: Add a flag to print only test status in KVM Selftests run
` [PATCH v2 07/15] KVM: selftests: Add various print flags to KVM Selftest Runner
` [PATCH v2 08/15] KVM: selftests: Print sticky KVM Selftests Runner status at bottom
` [PATCH v2 09/15] KVM: selftests: Add a flag to print only sticky summary in the selftests runner
` [PATCH v2 10/15] KVM: selftests: Add flag to suppress all output from Selftest KVM Runner
` [PATCH v2 11/15] KVM: selftests: Auto generate default tests for KVM Selftests Runner
` [PATCH v2 12/15] KVM: selftests: Add x86 auto generated test files "
` [PATCH v2 13/15] KVM: selftests: Add arm64 "
` [PATCH v2 14/15] KVM: selftests: Add s390 "
` [PATCH v2 15/15] KVM: selftests: Add riscv "
[PATCH v11 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-09 9:06 UTC (54+ messages)
` [PATCH v11 01/18] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v11 02/18] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v11 03/18] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v11 04/18] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v11 05/18] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v11 06/18] KVM: Fix comments that refer to slots_lock
` [PATCH v11 07/18] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v11 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v11 09/18] KVM: guest_memfd: Track shared memory support in memslot
` [PATCH v11 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v11 11/18] KVM: x86: Consult guest_memfd when computing max_mapping_level
` [PATCH v11 12/18] KVM: x86: Enable guest_memfd shared memory for SW-protected VMs
` [PATCH v11 13/18] KVM: arm64: Refactor user_mem_abort()
` [PATCH v11 14/18] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v11 15/18] KVM: arm64: Enable host mapping of shared guest_memfd memory
` [PATCH v11 16/18] KVM: Introduce the KVM capability KVM_CAP_GMEM_SHARED_MEM
` [PATCH v11 17/18] KVM: selftests: Don't use hardcoded page sizes in guest_memfd test
` [PATCH v11 18/18] KVM: selftests: guest_memfd mmap() test when mapping is allowed
[RFC PATCH v2 0/9] KVM: Enable Nested Virt selftests
2025-06-09 3:14 UTC (6+ messages)
` [RFC PATCH v2 2/9] KVM: arm64: nv: selftests: Add simple test to run guest code in vEL2
` [RFC PATCH v2 8/9] KVM: selftests: arm64: Extend kvm_page_table_test "
[kvm-unit-tests PATCH v2 0/9] arm64: support EL2
2025-06-06 10:17 UTC (3+ messages)
` [kvm-unit-tests PATCH v2 2/9] arm64: efi: initialise SCTLR_ELx fully
[PATCH v7 00/14] arm: rework id register storage
2025-06-06 9:53 UTC (2+ messages)
[GIT PULL] KVM/arm64 fixes for 6.16, take #2
2025-06-06 9:43 UTC
[PATCH v3 00/10] kvm/arm: Introduce a customizable aarch64 KVM host model
2025-06-05 16:31 UTC (9+ messages)
[PATCH v2 0/4] KVM: arm64: vcpu sysreg accessor rework
2025-06-05 13:34 UTC (16+ messages)
` [PATCH v2 1/4] KVM: arm64: Add assignment-specific sysreg accessor
` [PATCH v2 2/4] KVM: arm64: Add RMW specific "
` [PATCH v2 3/4] KVM: arm64: Don't use __vcpu_sys_reg() to get the address of a sysreg
` [PATCH v2 4/4] KVM: arm64: Make __vcpu_sys_reg() a pure rvalue operand
[PATCH v3 00/10] perf: arm_spe: Armv8.8 SPE features
2025-06-05 10:49 UTC (11+ messages)
` [PATCH v3 01/10] arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 register
` [PATCH v3 02/10] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH v3 03/10] perf: arm_spe: Add support for FEAT_SPE_EFT extended filtering
` [PATCH v3 04/10] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v3 05/10] KVM: arm64: Add trap configs for PMSDSFR_EL1
` [PATCH v3 06/10] perf: Add perf_event_attr::config4
` [PATCH v3 07/10] perf: arm_spe: Add support for filtering on data source
` [PATCH v3 08/10] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v3 09/10] perf tools: Add support for perf_event_attr::config4
` [PATCH v3 10/10] perf docs: arm-spe: Document new SPE filtering features
[PATCH v2 00/11] perf: arm_spe: Armv8.8 SPE features
2025-06-05 10:33 UTC (6+ messages)
` [PATCH v2 06/11] KVM: arm64: Add trap configs for PMSDSFR_EL1
[PATCH v2 0/3] KVM: arm64: selftests: arch_timer_edge_cases fixes
2025-06-05 6:46 UTC (5+ messages)
[PATCH 00/17] ARM64 PMU Partitioning
2025-06-04 20:57 UTC (34+ messages)
` [PATCH 01/17] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH 02/17] arm64: Generate sign macro for sysreg Enums
` [PATCH 03/17] arm64: cpufeature: Add cpucap for PMICNTR
` [PATCH 04/17] KVM: arm64: Cleanup PMU includes
` [PATCH 05/17] KVM: arm64: Reorganize PMU functions
` [PATCH 06/17] KVM: arm64: Introduce method to partition the PMU
` [PATCH 07/17] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH 08/17] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH 09/17] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH 10/17] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH 11/17] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH 12/17] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH 13/17] KVM: arm64: Context switch Partitioned PMU guest registers
` [PATCH 14/17] perf: pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH 15/17] KVM: arm64: Inject recorded guest interrupts
` [PATCH 16/17] KVM: arm64: Add ioctl to partition the PMU when supported
` [PATCH 17/17] KVM: arm64: selftests: Add test case for partitioned PMU
[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-06-04 5:09 UTC (7+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v2 2/6] KVM: arm64: Set FnV for VCPU when FAR_EL2 is invalid
` [PATCH v2 3/6] KVM: arm64: Allow userspace to inject external instruction aborts
` [PATCH v2 4/6] KVM: selftests: Test for KVM_EXIT_ARM_SEA and KVM_CAP_ARM_SEA_TO_USER
` [PATCH v2 5/6] KVM: selftests: Test for KVM_CAP_INJECT_EXT_IABT
` [PATCH v2 6/6] Documentation: kvm: new uAPI for handling SEA
[PATCH v2 0/4] KVM: arm64: Add attribute to control GICD_TYPER2.nASSGIcap
2025-06-03 19:03 UTC (6+ messages)
` [PATCH v2 3/4] KVM: arm64: Introduce "
` [PATCH v2 4/4] KVM: arm64: selftests: Add test for nASSGIcap attribute
[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
2025-06-02 15:16 UTC (5+ messages)
` [PATCH v8 16/43] arm64: RME: Handle realm enter/exit
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