KVM ARM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-28 02:52:44 to 2024-04-09 17:55:23 UTC [more...]

[PATCH 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
 2024-04-09 17:54 UTC  (9+ messages)
` [PATCH 01/16] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH 02/16] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH 03/16] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH 04/16] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH 05/16] KVM: arm64: nv: Add Stage-1 EL2 invalidation primitives
` [PATCH 06/16] KVM: arm64: nv: Handle EL2 Stage-1 TLB invalidation
` [PATCH 07/16] KVM: arm64: nv: Handle TLB invalidation targeting L2 stage-1
` [PATCH 08/16] KVM: arm64: nv: Handle TLBI VMALLS12E1{,IS} operations

[PATCH] KVM: arm64: Add support for FFA_PARTITION_INFO_GET
 2024-04-09 16:15 UTC  (2+ messages)

[PATCH 0/9] Rework the DAIF mask, unmask and track API
 2024-04-09 12:28 UTC  (11+ messages)
` [PATCH 1/9] arm64/sysreg: Add definitions for immediate versions of MSR ALLINT
` [PATCH 2/9] arm64/cpufeature: Detect PE support for FEAT_NMI
` [PATCH 3/9] arm64/nmi: Add Kconfig for NMI
` [PATCH 4/9] arm64/cpufeature: Simplify detect PE support for FEAT_NMI
` [PATCH 5/9] arm64/cpufeature: Use alternatives to check enabled ARM64_HAS_NMI feature
` [PATCH 6/9] arm64: daifflags: Add logical exception masks covering DAIF + PMR + ALLINT
` [PATCH 7/9] arm64: Unify exception masking at entry and exit of exception
` [PATCH 8/9] arm64: Deprecate old local_daif_{mask,save,restore}
` [PATCH 9/9] irqchip/gic-v3: Improve the maintainability of NMI masking in GIC driver

[kvm-unit-tests PATCH v2 0/2] arm/arm64: Use 'max' cpu and gic types
 2024-04-09 11:54 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/3] arm64: Prepare for LPA2
` [kvm-unit-tests PATCH v2 2/3] arm/arm64: Use 'max' gic type
` [kvm-unit-tests PATCH v2 3/3] arm64: Use 'max' cpu type

[PATCH v1 00/44] KVM: arm64: Preamble for pKVM
 2024-04-09  9:34 UTC  (24+ messages)
` [PATCH v1 02/44] KVM: arm64: Use enum instead of helper for checking FP-state
` [PATCH v1 03/44] KVM: arm64: Move setting the page as dirty out of the critical section
` [PATCH v1 04/44] KVM: arm64: Avoid BUG-ing from the host abort path
` [PATCH v1 13/44] KVM: arm64: Clarify rationale for ZCR_EL1 value restored on guest exit
` [PATCH v1 14/44] KVM: arm64: Refactor calculating SVE state size to use helpers
` [PATCH v1 15/44] KVM: arm64: Use active guest SVE vector length on guest restore
` [PATCH v1 16/44] KVM: arm64: Do not map the host fpsimd state to hyp in pKVM

[PATCH v7 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-04-09  3:03 UTC  (4+ messages)
` [PATCH v7 1/3] KVM: selftests: aarch64: Add helper function for the vpmu vcpu creation
` [PATCH v7 2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v7 3/3] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-08 13:56 UTC  (13+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
` [PATCH 2/4] KVM: remove unused argument of kvm_handle_hva_range()
` [PATCH 3/4] mmu_notifier: remove the .change_pte() callback
` [PATCH 4/4] mm: replace set_pte_at_notify() with just set_pte_at()

[RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
 2024-04-08  7:37 UTC  (17+ messages)
` [RFC kvm-unit-tests PATCH v2 01/14] Add initial shellcheck checking
` [RFC kvm-unit-tests PATCH v2 02/14] shellcheck: Fix SC2223
` [RFC kvm-unit-tests PATCH v2 03/14] shellcheck: Fix SC2295
` [RFC kvm-unit-tests PATCH v2 04/14] shellcheck: Fix SC2094
` [RFC kvm-unit-tests PATCH v2 05/14] shellcheck: Fix SC2006
` [RFC kvm-unit-tests PATCH v2 06/14] shellcheck: Fix SC2155
` [RFC kvm-unit-tests PATCH v2 07/14] shellcheck: Fix SC2143
` [RFC kvm-unit-tests PATCH v2 08/14] shellcheck: Fix SC2013
` [RFC kvm-unit-tests PATCH v2 09/14] shellcheck: Fix SC2145
` [RFC kvm-unit-tests PATCH v2 10/14] shellcheck: Fix SC2124
` [RFC kvm-unit-tests PATCH v2 11/14] shellcheck: Fix SC2294
` [RFC kvm-unit-tests PATCH v2 12/14] shellcheck: Fix SC2178
` [RFC kvm-unit-tests PATCH v2 13/14] shellcheck: Fix SC2048
` [RFC kvm-unit-tests PATCH v2 14/14] shellcheck: Suppress various messages

[kvm-unit-tests RFC PATCH 00/17] add shellcheck support
 2024-04-06 10:56 UTC  (43+ messages)
` [kvm-unit-tests RFC PATCH 01/17] Add initial shellcheck checking
` [kvm-unit-tests RFC PATCH 02/17] shellcheck: Fix SC2223
` [kvm-unit-tests RFC PATCH 03/17] shellcheck: Fix SC2295
` [kvm-unit-tests RFC PATCH 04/17] shellcheck: Fix SC2094
` [kvm-unit-tests RFC PATCH 05/17] shellcheck: Fix SC2006
` [kvm-unit-tests RFC PATCH 06/17] shellcheck: Fix SC2155
` [kvm-unit-tests RFC PATCH 07/17] shellcheck: Fix SC2235
` [kvm-unit-tests RFC PATCH 08/17] shellcheck: Fix SC2119, SC2120
` [kvm-unit-tests RFC PATCH 09/17] shellcheck: Fix SC2143
` [kvm-unit-tests RFC PATCH 10/17] shellcheck: Fix SC2013
` [kvm-unit-tests RFC PATCH 11/17] shellcheck: Fix SC2145
` [kvm-unit-tests RFC PATCH 12/17] shellcheck: Fix SC2124
` [kvm-unit-tests RFC PATCH 13/17] shellcheck: Fix SC2294
` [kvm-unit-tests RFC PATCH 14/17] shellcheck: Fix SC2178
` [kvm-unit-tests RFC PATCH 15/17] shellcheck: Fix SC2048
` [kvm-unit-tests RFC PATCH 16/17] shellcheck: Fix SC2153
` [kvm-unit-tests RFC PATCH 17/17] shellcheck: Suppress various messages

[RFC 0/8] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2024-04-05 13:16 UTC  (15+ messages)
` [RFC 1/8] arm64/sysreg: Add register fields for MDSELR_EL1
` [RFC 2/8] arm64/sysreg: Add register fields for HDFGRTR2_EL2
` [RFC 3/8] arm64/sysreg: Add register fields for HDFGWTR2_EL2
` [RFC 4/8] arm64/sysreg: Update ID_AA64MMFR0_EL1 register
` [RFC 5/8] KVM: arm64: Explicitly handle MDSELR_EL1 traps as UNDEFINED
` [RFC 6/8] arm64/cpufeature: Add field details for ID_AA64DFR1_EL1 register
` [RFC 7/8] arm64/boot: Enable EL2 requirements for FEAT_Debugv8p9
` [RFC 8/8] arm64/hw_breakpoint: Enable FEAT_Debugv8p9

[PATCH v2] KVM: arm64: Document why we trap SVE access from the host in nVHE
 2024-04-05 13:07 UTC 

[PATCH 0/4] KVM: arm64: emulation for CTR_EL0
 2024-04-05 12:01 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm64: change return value in arm64_check_features()
` [PATCH 2/4] KVM: arm64: maintain per VM value for CTR_EL0
` [PATCH 3/4] KVM: arm64: add emulation for CTR_EL0 register
` [PATCH 4/4] KVM: arm64: show writable masks for feature registers

[kvm-unit-tests PATCH v8 33/35] configure: Make arch_libdir a first-class entity
 2024-04-05  8:35 UTC 

[PATCH V17 2/9] KVM: arm64: Explicitly handle BRBE traps as UNDEFINED
 2024-04-05  2:46 UTC  (2+ messages)
` [PATCH V17 6/9] KVM: arm64: nvhe: Disable branch generation in nVHE guests

[RFC] KVM: arm64: improving IO performance during unmap?
 2024-04-04 21:41 UTC  (9+ messages)
` [PATCH] KVM: arm64: Limit stage2_apply_range() batch size to smallest block

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-04 18:52 UTC  (12+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young
` [PATCH v3 2/7] KVM: Move MMU notifier function declarations
` [PATCH v3 3/7] KVM: Add basic bitmap support into kvm_mmu_notifier_test/clear_young
` [PATCH v3 4/7] KVM: x86: Move tdp_mmu_enabled and shadow_accessed_mask
` [PATCH v3 5/7] KVM: x86: Participate in bitmap-based PTE aging
` [PATCH v3 6/7] KVM: arm64: "
` [PATCH v3 7/7] mm: multi-gen LRU: use mmu_notifier_test_clear_young()

[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
 2024-04-04 16:03 UTC  (3+ messages)
` [PATCH v11 8/8] KVM: x86/mmu: Handle "

folio_mmapped
 2024-04-04  0:15 UTC  (18+ messages)

[PATCH v6 0/5] KVM: arm64: Support for 2023 dpISA extensions
 2024-04-02 17:21 UTC  (12+ messages)
` [PATCH v6 1/5] KVM: arm64: Share all userspace hardened thread data with the hypervisor
` [PATCH v6 2/5] KVM: arm64: Add newly allocated ID registers to register descriptions
` [PATCH v6 3/5] KVM: arm64: Support FEAT_FPMR for guests
` [PATCH v6 4/5] KVM: arm64: selftests: Document feature registers added in 2023 extensions
` [PATCH v6 5/5] KVM: arm64: selftests: Teach get-reg-list about FPMR

[GIT PULL] KVM/arm64 fixes for 6.9, part #1
 2024-04-02 16:26 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] arm/arm64: Use 'max' cpu and gic types
 2024-04-02 12:21 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] arm/arm64: Use 'max' gic type
` [kvm-unit-tests PATCH 2/2] arm64: Use 'max' cpu type

[PATCH] KVM: arm64: Rationalise KVM banner output
 2024-04-01  8:47 UTC  (2+ messages)

[PATCH] arm64: Fix early handling of FEAT_E2H0 not being implemented
 2024-04-01  8:46 UTC  (2+ messages)

[PATCH v2 0/4] KVM: arm64: TLBI fixes for the pgtable code
 2024-04-01  8:46 UTC  (4+ messages)

[PATCH 1/2] KVM: arm64: Fix the identification range for the FF-A smcs
 2024-03-28 13:59 UTC  (6+ messages)
` [PATCH 2/2] KVM: arm64: Allow only the specified FF-A calls to be forwarded to TZ

[PATCH v2] KVM: arm64: Add KVM_CAP to control WFx trapping
 2024-03-28 10:30 UTC  (3+ messages)

[PATCH 00/18] KVM: selftests: Clean up x86's DT initialization
 2024-03-28  2:52 UTC  (3+ messages)
` [PATCH 16/18] KVM: selftests: Add macro for TSS selector, rename up code/data macros


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 read-only IMAP folder(s) and NNTP newsgroup(s).