messages from 2020-11-17 21:07:38 to 2020-11-26 15:57:59 UTC [more...]
[PATCH v3 00/23] Opt-in always-on nVHE hypervisor
2020-11-26 15:57 UTC (25+ messages)
` [PATCH v3 01/23] psci: Support psci_ops.get_version for v0.1
` [PATCH v3 02/23] psci: Accessor for configured PSCI function IDs
` [PATCH v3 03/23] arm64: Make cpu_logical_map() take unsigned int
` [PATCH v3 04/23] arm64: Move MAIR_EL1_SET to asm/memory.h
` [PATCH v3 05/23] arm64: Extract parts of el2_setup into a macro
` [PATCH v3 06/23] kvm: arm64: Add kvm-arm.protected early kernel parameter
` [PATCH v3 07/23] kvm: arm64: Initialize MAIR_EL2 using a constant
` [PATCH v3 08/23] kvm: arm64: Remove vector_ptr param of hyp-init
` [PATCH v3 09/23] kvm: arm64: Move hyp-init params to a per-CPU struct
` [PATCH v3 10/23] kvm: arm64: Add .hyp.data..ro_after_init ELF section
` [PATCH v3 11/23] kvm: arm64: Support per_cpu_ptr in nVHE hyp code
` [PATCH v3 12/23] kvm: arm64: Create nVHE copy of cpu_logical_map
` [PATCH v3 13/23] kvm: arm64: Add SMC handler in nVHE EL2
` [PATCH v3 14/23] kvm: arm64: Bootstrap PSCI "
` [PATCH v3 15/23] kvm: arm64: Add offset for hyp VA <-> PA conversion
` [PATCH v3 16/23] kvm: arm64: Forward safe PSCI SMCs coming from host
` [PATCH v3 17/23] kvm: arm64: Extract __do_hyp_init into a helper function
` [PATCH v3 18/23] kvm: arm64: Add function to enter host from KVM nVHE hyp code
` [PATCH v3 19/23] kvm: arm64: Intercept host's CPU_ON SMCs
` [PATCH v3 20/23] kvm: arm64: Intercept host's CPU_SUSPEND PSCI SMCs
` [PATCH v3 21/23] kvm: arm64: Keep nVHE EL2 vector installed
` [PATCH v3 22/23] kvm: arm64: Trap host SMCs in protected mode
` [PATCH v3 23/23] kvm: arm64: Fix EL2 mode availability checks
[PATCH 0/8] KVM: arm64: Disabled PMU handling
2020-11-26 15:57 UTC (14+ messages)
` [PATCH 3/8] KVM: arm64: Refuse illegal KVM_ARM_VCPU_PMU_V3 at reset time
` [PATCH 5/8] KVM: arm64: Remove PMU RAZ/WI handling
` [PATCH 6/8] KVM: arm64: Remove dead PMU sysreg decoding code
[PATCH] KVM: arm64: Refuse to run VCPU if PMU is not initialized
2020-11-26 14:49 UTC
[PATCH 0/2] KVM: arm64: Fix DEMUX register access
2020-11-26 14:36 UTC (7+ messages)
` [PATCH 1/2] KVM: arm64: CSSELR_EL1 max is 13
` [PATCH 2/2] KVM: selftests: Filter out DEMUX registers
[kvm-unit-tests PATCH 00/10] GIC fixes and improvements
2020-11-26 9:30 UTC (12+ messages)
` [kvm-unit-tests PATCH 01/10] lib: arm/arm64: gicv3: Add missing barrier when sending IPIs
` [kvm-unit-tests PATCH 02/10] lib: arm/arm64: gicv2: "
` [kvm-unit-tests PATCH 03/10] arm/arm64: gic: Remove memory synchronization from ipi_clear_active_handler()
` [kvm-unit-tests PATCH 04/10] arm/arm64: gic: Remove unnecessary synchronization with stats_reset()
` [kvm-unit-tests PATCH 05/10] arm/arm64: gic: Use correct memory ordering for the IPI test
` [kvm-unit-tests PATCH 06/10] arm/arm64: gic: Check spurious and bad_sender in the active test
` [kvm-unit-tests PATCH 07/10] arm/arm64: gic: Wait for writes to acked or spurious to complete
` [kvm-unit-tests PATCH 08/10] arm/arm64: gic: Split check_acked() into two functions
` [kvm-unit-tests PATCH 09/10] arm/arm64: gic: Make check_acked() more generic
` [kvm-unit-tests PATCH 10/10] arm64: gic: Use IPI test checking for the LPI tests
[RFC PATCH 0/4] Add support for ARMv8.6 TWED feature
2020-11-26 2:31 UTC (5+ messages)
[PATCH v4 0/2] MTE support for KVM guest
2020-11-25 18:13 UTC (17+ messages)
` [PATCH v4 1/2] arm64: kvm: Save/restore MTE registers
` [PATCH v4 2/2] arm64: kvm: Introduce MTE VCPU feature
[PATCH v2 00/24] Opt-in always-on nVHE hypervisor
2020-11-25 13:33 UTC (32+ messages)
` [PATCH v2 02/24] psci: Accessor for configured PSCI function IDs
` [PATCH v2 04/24] arm64: Move MAIR_EL1_SET to asm/memory.h
` [PATCH v2 06/24] kvm: arm64: Move hyp-init params to a per-CPU struct
` [PATCH v2 07/24] kvm: arm64: Refactor handle_trap to use a switch
` [PATCH v2 08/24] kvm: arm64: Add SMC handler in nVHE EL2
` [PATCH v2 12/24] kvm: arm64: Bootstrap PSCI "
` [PATCH v2 15/24] kvm: arm64: Extract parts of el2_setup into a macro
` [PATCH v2 19/24] kvm: arm64: Intercept host's PSCI_CPU_ON SMCs
` [PATCH v2 20/24] kvm: arm64: Intercept host's CPU_SUSPEND PSCI SMCs
` [PATCH v2 21/24] kvm: arm64: Add kvm-arm.protected early kernel parameter
` [PATCH v2 23/24] kvm: arm64: Trap host SMCs in protected mode
[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
2020-11-24 21:31 UTC (6+ messages)
` [PATCH v11 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v11 08/13] vfio/pci: Add framework for custom interrupt indices
[RFC PATCH v1 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
2020-11-24 13:12 UTC (16+ messages)
` [RFC PATCH v1 1/4] irqchip/gic-v4.1: Plumb get_irqchip_state VLPI callback
` [RFC PATCH v1 2/4] KVM: arm64: GICv4.1: Try to save hw pending state in save_pending_tables
` [RFC PATCH v1 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side
` [RFC PATCH v1 4/4] KVM: arm64: GICv4.1: Give a chance to save VLPI's pending state
[RFC PATCH 0/6] kvm: arm64: Fix up hyp relocations
2020-11-24 14:08 UTC (15+ messages)
` [RFC PATCH 1/6] kvm: arm64: Set up .hyp.rodata ELF section
` [RFC PATCH 2/6] kvm: arm64: Fix up RELA relocations in hyp code/data
` [RFC PATCH 3/6] kvm: arm64: Fix up RELR relocation "
` [RFC PATCH 4/6] kvm: arm64: Remove patching of fn pointers in hyp
` [RFC PATCH 5/6] kvm: arm64: Fix constant-pool users "
` [RFC PATCH 6/6] kvm: arm64: Remove hyp_symbol_addr
[PATCH v15 0/9] Enable ptp_kvm for arm/arm64
2020-11-24 10:18 UTC (17+ messages)
` [PATCH v15 6/9] arm64/kvm: Add hypercall service for kvm ptp
` [PATCH v15 7/9] ptp: arm/arm64: Enable ptp_kvm for arm/arm64
` [PATCH v15 8/9] doc: add ptp_kvm introduction for arm64 support
[RFC PATCH 00/27] KVM/arm64: A stage 2 for the host
2020-11-23 14:54 UTC (19+ messages)
` [RFC PATCH 02/27] KVM: arm64: Link position-independent string routines into .hyp.text
` [RFC PATCH 08/27] KVM: arm64: Make kvm_call_hyp() a function call at Hyp
` [RFC PATCH 09/27] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
` [RFC PATCH 13/27] KVM: arm64: Enable access to sanitized CPU features at EL2
` [RFC PATCH 15/27] of/fdt: Introduce early_init_dt_add_memory_hyp()
[PATCH v5 0/2] MTE support for KVM guest
2020-11-23 12:16 UTC (12+ messages)
` [PATCH v5 1/2] arm64: kvm: Save/restore MTE registers
` [PATCH v5 2/2] arm64: kvm: Introduce MTE VCPU feature
[kvm-unit-tests] its-migration segmentation fault
2020-11-20 13:34 UTC (3+ messages)
[PATCH v3 0/5] ARM: arm64: Add SMCCC TRNG entropy service
2020-11-20 11:36 UTC (11+ messages)
` [PATCH v3 1/5] firmware: smccc: Add SMCCC TRNG function call IDs
` [PATCH v3 2/5] firmware: smccc: Introduce SMCCC TRNG framework
` [PATCH v3 3/5] ARM: implement support for SMCCC TRNG entropy source
` [PATCH v3 4/5] arm64: Add "
[PATCH v2 0/5] KVM: arm64: Host EL2 entry improvements
2020-11-20 11:26 UTC (4+ messages)
` [PATCH v2 3/5] KVM: arm64: Patch kimage_voffset instead of loading the EL1 value
[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
2020-11-19 17:02 UTC (19+ messages)
` [PATCH v13 01/15] iommu: Introduce attach/detach_pasid_table API
` [PATCH v13 02/15] iommu: Introduce bind/unbind_guest_msi
` [PATCH v13 03/15] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v13 04/15] iommu/smmuv3: Allow s1 and s2 configs to coexist
` [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v13 06/15] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v13 08/15] iommu/smmuv3: Implement cache_invalidate
` [PATCH v13 09/15] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v13 10/15] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v13 11/15] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v13 12/15] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v13 13/15] iommu/smmuv3: Report non recoverable faults
` [PATCH v13 14/15] iommu/smmuv3: Accept configs with more than one context descriptor
` [PATCH v13 15/15] iommu/smmuv3: Add PASID cache invalidation per PASID
[RFC PATCH v3 00/16] KVM: arm64: Add Statistical Profiling Extension (SPE) support
2020-11-19 16:59 UTC (11+ messages)
` [RFC PATCH v3 01/16] KVM: arm64: Initialize VCPU mdcr_el2 before loading it
` [RFC PATCH v3 04/16] arm64: Introduce CPU SPE feature
` [RFC PATCH v3 06/16] KVM: arm64: Introduce SPE primitives
` [RFC PATCH v3 08/16] KVM: arm64: Add a new VCPU device control group for SPE
` [RFC PATCH v3 10/16] KVM: arm64: Add a new VM "
[PATCH 0/3] KVM: arm64: Boring cosmetic patches
2020-11-18 19:44 UTC (4+ messages)
` [PATCH 1/3] KVM: arm64: Move 'struct kvm_arch_memory_slot' out of uapi/
` [PATCH 2/3] KVM: arm64: Remove kvm_arch_vm_ioctl_check_extension()
` [PATCH 3/3] KVM: arm64: Remove unused __extended_idmap_trampoline() prototype
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