messages from 2024-04-02 07:00:34 to 2024-04-10 14:58:34 UTC [more...]
[PATCH 00/10] KVM: arm64: Add support for hypervisor kCFI
2024-04-10 14:58 UTC (7+ messages)
` [PATCH 05/10] KVM: arm64: nVHE: Add EL2 sync exception handler
` [PATCH 09/10] KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2
[PATCH] KVM: arm64: Add support for FFA_PARTITION_INFO_GET
2024-04-10 14:57 UTC (6+ messages)
[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
2024-04-10 14:19 UTC (8+ messages)
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
[PATCH v6 0/5] KVM: arm64: Support for 2023 dpISA extensions
2024-04-10 10:32 UTC (11+ 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 v2 12/12] KVM: arm64: Improve CONFIG_CFI_CLANG error message
2024-04-10 8:31 UTC
[PATCH v2 11/12] KVM: arm64: nVHE: Support test module for hyp kCFI
2024-04-10 8:31 UTC
[PATCH v2 10/12] KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2
2024-04-10 8:30 UTC
[PATCH v2 09/12] KVM: arm64: VHE: Add test module for hyp kCFI
2024-04-10 8:30 UTC
[PATCH v2 08/12] arm64: Move esr_comment() to <asm/esr.h>
2024-04-10 8:29 UTC
[PATCH v2 07/12] KVM: arm64: VHE: Mark __hyp_call_panic __noreturn
2024-04-10 8:29 UTC
[PATCH v2 06/12] KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32
2024-04-10 8:29 UTC
[PATCH v2 05/12] KVM: arm64: nVHE: Add EL2h sync exception handler
2024-04-10 8:28 UTC
[PATCH v2 04/12] KVM: arm64: nVHE: Simplify __guest_exit_panic path
2024-04-10 8:28 UTC
[PATCH v2 03/12] KVM: arm64: Pass pointer to __pkvm_init_switch_pgd
2024-04-10 8:28 UTC
[PATCH v2 02/12] KVM: arm64: Fix __pkvm_init_switch_pgd C signature
2024-04-10 8:28 UTC
[PATCH v2 01/12] KVM: arm64: Fix clobbered ELR in sync abort/SError
2024-04-10 8:28 UTC
[PATCH v2 00/12] KVM: arm64: Add support for hypervisor kCFI
2024-04-10 8:27 UTC
[RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
2024-04-10 4:29 UTC (18+ 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
[PATCH 0/9] Rework the DAIF mask, unmask and track API
2024-04-10 2:06 UTC (12+ 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
[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
2024-04-10 0:19 UTC (10+ messages)
` [PATCH v7 03/14] KVM: Documentation: Make note of the KVM_MEM_GUEST_MEMFD memslot flag
` [PATCH v7 04/14] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v7 10/14] KVM: selftests: Report per-vcpu demand paging rate from demand paging test
` [PATCH v7 11/14] KVM: selftests: Allow many vCPUs and reader threads per UFFD in "
[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
2024-04-09 19:35 UTC (9+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young
` [PATCH v3 6/7] KVM: arm64: Participate in bitmap-based PTE aging
[PATCH 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
2024-04-09 17:54 UTC (17+ 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 09/16] KVM: arm64: nv: Handle TLBI ALLE1{,IS} operations
` [PATCH 10/16] KVM: arm64: nv: Handle TLBI IPAS2E1{,IS} operations
` [PATCH 11/16] KVM: arm64: nv: Handle FEAT_TTL hinted TLB operations
` [PATCH 12/16] KVM: arm64: nv: Tag shadow S2 entries with guest's leaf S2 level
` [PATCH 13/16] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH 14/16] KVM: arm64: nv: Add handling of outer-shareable TLBI operations
` [PATCH 15/16] KVM: arm64: nv: Add handling of range-based "
` [PATCH 16/16] KVM: arm64: nv: Add handling of NXS-flavoured "
[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 (21+ 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 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()
[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 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 (11+ messages)
[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
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