messages from 2021-02-01 18:41:51 to 2021-02-09 03:29:10 UTC [more...]
[PATCH v2 00/21] Support SDEI Virtualization
2021-02-09 3:27 UTC (18+ messages)
` [PATCH v2 01/21] KVM: arm64: Introduce template for inline functions
` [PATCH v2 02/21] KVM: arm64: Add SDEI virtualization infrastructure
` [PATCH v2 03/21] KVM: arm64: Support SDEI_VERSION hypercall
` [PATCH v2 04/21] KVM: arm64: Support SDEI_EVENT_REGISTER hypercall
` [PATCH v2 05/21] KVM: arm64: Support SDEI_EVENT_{ENABLE, DISABLE} hypercall
` [PATCH v2 06/21] KVM: arm64: Support SDEI_EVENT_CONTEXT hypercall
` [PATCH v2 07/21] KVM: arm64: Support SDEI_EVENT_UNREGISTER hypercall
` [PATCH v2 08/21] KVM: arm64: Support SDEI_EVENT_STATUS hypercall
` [PATCH v2 09/21] KVM: arm64: Support SDEI_EVENT_GET_INFO hypercall
` [PATCH v2 10/21] KVM: arm64: Support SDEI_EVENT_ROUTING_SET hypercall
` [PATCH v2 11/21] KVM: arm64: Support SDEI_PE_{MASK, UNMASK} hypercall
` [PATCH v2 12/21] KVM: arm64: Support SDEI_{PRIVATE, SHARED}_RESET hypercall
` [PATCH v2 13/21] KVM: arm64: Impment SDEI event delivery
` [PATCH v2 14/21] KVM: arm64: Support SDEI_EVENT_{COMPLETE, COMPLETE_AND_RESUME} hypercall
` [PATCH v2 15/21] KVM: arm64: Support SDEI event notifier
` [PATCH v2 16/21] KVM: arm64: Support SDEI ioctl commands on VM
` [PATCH v2 17/21] KVM: arm64: Support SDEI ioctl commands on vCPU
[PATCH v8 0/5] MTE support for KVM guest
2021-02-08 17:31 UTC (7+ messages)
` [PATCH v8 1/5] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v8 2/5] arm64: kvm: Introduce MTE VM feature
` [PATCH v8 3/5] arm64: kvm: Save/restore MTE registers
` [PATCH v8 4/5] arm64: kvm: Expose KVM_ARM_CAP_MTE
` [RFC PATCH v8 5/5] KVM: arm64: ioctl to fetch/store tags in a guest
[PATCH v7 00/23] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
2021-02-08 16:30 UTC (28+ messages)
` [PATCH v7 01/23] arm64: Fix labels in el2_setup macros
` [PATCH v7 02/23] arm64: Fix outdated TCR setup comment
` [PATCH v7 03/23] arm64: Turn the MMU-on sequence into a macro
` [PATCH v7 04/23] arm64: Provide an 'upgrade to VHE' stub hypercall
` [PATCH v7 05/23] arm64: Initialise as nVHE before switching to VHE
` [PATCH v7 06/23] arm64: Drop early setting of MDSCR_EL2.TPMS
` [PATCH v7 07/23] arm64: Move VHE-specific SPE setup to mutate_to_vhe()
` [PATCH v7 08/23] arm64: Simplify init_el2_state to be non-VHE only
` [PATCH v7 09/23] arm64: Move SCTLR_EL1 initialisation to EL-agnostic code
` [PATCH v7 10/23] arm64: cpufeature: Add global feature override facility
` [PATCH v7 11/23] arm64: cpufeature: Use IDreg override in __read_sysreg_by_encoding()
` [PATCH v7 12/23] arm64: Extract early FDT mapping from kaslr_early_init()
` [PATCH v7 13/23] arm64: cpufeature: Add an early command-line cpufeature override facility
` [PATCH v7 14/23] arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
` [PATCH v7 15/23] arm64: Honor VHE being disabled from the command-line
` [PATCH v7 16/23] arm64: Add an aliasing facility for the idreg override
` [PATCH v7 17/23] arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
` [PATCH v7 18/23] KVM: arm64: Document HVC_VHE_RESTART stub hypercall
` [PATCH v7 19/23] arm64: Move "nokaslr" over to the early cpufeature infrastructure
` [PATCH v7 20/23] arm64: cpufeatures: Allow disabling of BTI from the command-line
` [PATCH v7 21/23] arm64: Defer enabling pointer authentication on boot core
` [PATCH v7 22/23] arm64: cpufeatures: Allow disabling of Pointer Auth from the command-line
` [PATCH v7 23/23] [DO NOT MERGE] arm64: Cope with CPUs stuck in VHE mode
[PATCHv2] kvm: arm64: Add SVE support for nVHE
2021-02-08 14:46 UTC (4+ messages)
[PATCH v18 0/7] KVM: arm64: Add host/guest KVM-PTP support
2021-02-08 13:40 UTC (8+ messages)
` [PATCH v18 1/7] arm/arm64: Probe for the presence of KVM hypervisor
` [PATCH v18 2/7] KVM: arm64: Advertise KVM UID to guests via SMCCC
` [PATCH v18 3/7] ptp: Reorganize ptp_kvm.c to make it arch-independent
` [PATCH v18 4/7] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v18 5/7] clocksource: Add clocksource id for arm arch counter
` [PATCH v18 6/7] KVM: arm64: Add support for the KVM PTP service
` [PATCH v18 7/7] ptp: arm/arm64: Enable ptp_kvm for arm/arm64
[kvm-unit-tests PATCH v3 00/11] GIC fixes and improvements
2021-02-08 12:02 UTC (14+ messages)
` [kvm-unit-tests PATCH v3 02/11] lib: arm/arm64: gicv2: Document existing barriers when sending IPIs
` [kvm-unit-tests PATCH v3 04/11] arm/arm64: gic: Remove unnecessary synchronization with stats_reset()
` [kvm-unit-tests PATCH v3 05/11] arm/arm64: gic: Use correct memory ordering for the IPI test
` [kvm-unit-tests PATCH v3 08/11] arm/arm64: gic: Split check_acked() into two functions
` [kvm-unit-tests PATCH v3 10/11] arm64: gic: its-trigger: Don't trigger the LPI while it is pending
` [kvm-unit-tests PATCH v3 11/11] arm64: gic: Use IPI test checking for the LPI tests
[RFC PATCH 0/4] KVM: arm64: Improve efficiency of stage2 page table
2021-02-08 11:22 UTC (5+ messages)
` [RFC PATCH 1/4] KVM: arm64: Move the clean of dcache to the map handler
` [RFC PATCH 2/4] KVM: arm64: Add an independent API for coalescing tables
` [RFC PATCH 3/4] KVM: arm64: Install the block entry before unmapping the page mappings
` [RFC PATCH 4/4] KVM: arm64: Distinguish cases of memcache allocations completely
[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
2021-02-08 1:17 UTC (23+ messages)
` [RFC PATCH 01/11] iommu/arm-smmu-v3: Add feature detection for HTTU
` [RFC PATCH 04/11] iommu/arm-smmu-v3: Split block descriptor to a span of page
` [RFC PATCH 05/11] iommu/arm-smmu-v3: Merge a span of page to block descriptor
` [RFC PATCH 06/11] iommu/arm-smmu-v3: Scan leaf TTD to sync hardware dirty log
` [RFC PATCH 10/11] vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM
[PATCH] KVM: arm64: Remove redundant check for S2FWB
2021-02-05 18:56 UTC (3+ messages)
[RFC PATCH v2 00/26] KVM/arm64: A stage 2 for the host
2021-02-05 18:01 UTC (57+ messages)
` [RFC PATCH v2 08/26] KVM: arm64: Make kvm_call_hyp() a function call at Hyp
` [RFC PATCH v2 09/26] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
` [RFC PATCH v2 10/26] KVM: arm64: Introduce an early Hyp page allocator
` [RFC PATCH v2 11/26] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
` [RFC PATCH v2 12/26] KVM: arm64: Introduce a Hyp buddy page allocator
` [RFC PATCH v2 14/26] KVM: arm64: Factor out vector address calculation
` [RFC PATCH v2 16/26] KVM: arm64: Prepare Hyp memory protection
` [RFC PATCH v2 17/26] KVM: arm64: Elevate Hyp mappings creation at EL2
` [RFC PATCH v2 18/26] KVM: arm64: Use kvm_arch for stage 2 pgtable
` [RFC PATCH v2 19/26] KVM: arm64: Use kvm_arch in kvm_s2_mmu
` [RFC PATCH v2 20/26] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
` [RFC PATCH v2 21/26] KVM: arm64: Refactor kvm_arm_setup_stage2()
` [RFC PATCH v2 22/26] KVM: arm64: Refactor __load_guest_stage2()
` [RFC PATCH v2 23/26] KVM: arm64: Refactor __populate_fault_info()
` [RFC PATCH v2 24/26] KVM: arm64: Make memcache anonymous in pgtable allocator
` [RFC PATCH v2 26/26] KVM: arm64: Wrap the host with a stage 2
[PATCH v17 0/7] KVM: arm64: Add host/guest KVM-PTP support
2021-02-05 17:00 UTC (13+ messages)
` [PATCH v17 1/7] arm/arm64: Probe for the presence of KVM hypervisor
` [PATCH v17 2/7] KVM: arm64: Advertise KVM UID to guests via SMCCC
` [PATCH v17 3/7] ptp: Reorganize ptp_kvm.c to make it arch-independent
` [PATCH v17 4/7] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v17 5/7] clocksource: Add clocksource id for arm arch counter
` [PATCH v17 6/7] KVM: arm64: Add support for the KVM PTP service
` [PATCH v17 7/7] ptp: arm/arm64: Enable ptp_kvm for arm/arm64
[PATCH v6 00/21] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
2021-02-05 16:42 UTC (12+ messages)
` [PATCH v6 05/21] arm64: Initialise as nVHE before switching to VHE
` [PATCH v6 06/21] arm64: Move VHE-specific SPE setup to mutate_to_vhe()
` [PATCH v6 12/21] arm64: cpufeature: Add an early command-line cpufeature override facility
[PATCH v3 0/2] KVM: x86/mmu: Skip mmu_notifier changes when possible
2021-02-05 5:58 UTC (3+ messages)
[RFC] Use SMMU HTTU for DMA dirty page tracking
2021-02-05 5:21 UTC (9+ messages)
[PATCH v7 0/3] MTE support for KVM guest
2021-02-04 14:56 UTC (8+ messages)
` [PATCH v7 1/3] arm64: kvm: Save/restore MTE registers
` [PATCH v7 2/3] arm64: kvm: Introduce MTE VCPU feature
[PATCH v2 0/7] KVM: arm64: More PMU/debug ID register fixes
2021-02-04 14:21 UTC (13+ messages)
` [PATCH v2 6/7] KVM: arm64: Upgrade PMU support to ARMv8.4
[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2021-02-04 7:51 UTC (3+ messages)
[PATCH 0/2] KVM: arm64: Stub exports in nvhe code
2021-02-03 16:43 UTC (5+ messages)
` [PATCH 1/2] asm-generic: export: Stub EXPORT_SYMBOL with __DISABLE_EXPORTS
` [PATCH 2/2] KVM: arm64: Stub EXPORT_SYMBOL for nVHE EL2 code
[PATCH] KVM: arm64: Correct spelling of DBGDIDR register
2021-02-03 11:01 UTC (2+ messages)
[PATCH v16 0/9] Enable ptp_kvm for arm/arm64
2021-02-03 2:40 UTC (15+ messages)
` [PATCH v16 1/9] arm64: Probe for the presence of KVM hypervisor
` [PATCH v16 3/9] ptp: Reorganize ptp_kvm module to make it arch-independent
` [PATCH v16 6/9] arm64/kvm: Add hypercall service for kvm ptp
` [PATCH v16 7/9] ptp: arm/arm64: Enable ptp_kvm for arm/arm64
` [PATCH v16 8/9] doc: add ptp_kvm introduction for arm64 support
` [PATCH v16 9/9] arm64: Add kvm capability check extension for ptp_kvm
[PATCH] kvm: arm64: Add SVE support for nVHE
2021-02-02 18:44 UTC (4+ messages)
[PATCH] vfio/iommu_type1: Mantainance a counter for non_pinned_groups
2021-02-02 17:22 UTC (2+ messages)
[PATCH v3 0/2] vfio/iommu_type1: some fixes
2021-02-02 17:21 UTC (2+ messages)
[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
2021-02-02 12:34 UTC (5+ messages)
` [PATCH v11 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v11 03/13] vfio: VFIO_IOMMU_SET_MSI_BINDING
[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
2021-02-02 8:03 UTC (11+ messages)
` [PATCH v13 03/15] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v13 06/15] iommu/smmuv3: Implement attach/detach_pasid_table
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