messages from 2018-01-22 19:29:21 to 2018-02-01 14:20:00 UTC [more...]
[PATCH v3 00/18] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation
2018-02-01 14:20 UTC (29+ messages)
` [PATCH v3 01/18] arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
` [PATCH v3 02/18] arm: "
` [PATCH v3 03/18] arm64: KVM: Increment PC after handling an SMC trap
` [PATCH v3 04/18] arm/arm64: KVM: Consolidate the PSCI include files
` [PATCH v3 05/18] arm/arm64: KVM: Add PSCI_VERSION helper
` [PATCH v3 06/18] arm/arm64: KVM: Add smccc accessors to PSCI code
` [PATCH v3 07/18] arm/arm64: KVM: Implement PSCI 1.0 support
` [PATCH v3 08/18] arm/arm64: KVM: Add PSCI version selection API
` [PATCH v3 09/18] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH v3 10/18] arm/arm64: KVM: Turn kvm_psci_version into a static inline
` [PATCH v3 11/18] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH v3 12/18] arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
` [PATCH v3 13/18] firmware/psci: Expose PSCI conduit
` [PATCH v3 14/18] firmware/psci: Expose SMCCC version through psci_ops
` [PATCH v3 15/18] arm/arm64: smccc: Make function identifiers an unsigned quantity
` [PATCH v3 16/18] arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
` [PATCH v3 17/18] arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH v3 18/18] arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
2018-02-01 13:57 UTC (17+ messages)
` [PATCH v3 09/41] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH v3 14/41] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH v3 15/41] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH v3 26/41] KVM: arm64: Introduce framework for accessing deferred sysregs
` [PATCH v3 33/41] KVM: arm64: Configure FPSIMD traps on vcpu load/put
[PATCH] irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()
2018-02-01 13:42 UTC (5+ messages)
[PATCH v2 00/16] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation
2018-02-01 8:53 UTC (48+ messages)
` [PATCH v2 01/16] arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
` [PATCH v2 02/16] arm: "
` [PATCH v2 03/16] arm/arm64: KVM: Consolidate the PSCI include files
` [PATCH v2 04/16] arm/arm64: KVM: Add PSCI_VERSION helper
` [PATCH v2 05/16] arm/arm64: KVM: Add smccc accessors to PSCI code
` [PATCH v2 06/16] arm/arm64: KVM: Implement PSCI 1.0 support
` [PATCH v2 07/16] arm/arm64: KVM: Add PSCI version selection API
` [PATCH v2 08/16] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH v2 09/16] arm/arm64: KVM: Turn kvm_psci_version into a static inline
` [PATCH v2 10/16] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH v2 11/16] arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
` [PATCH v2 12/16] firmware/psci: Expose PSCI conduit
` [PATCH v2 13/16] firmware/psci: Expose SMCCC version through psci_ops
` [PATCH v2 14/16] arm/arm64: smccc: Make function identifiers an unsigned quantity
` [PATCH v2 15/16] arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
` [PATCH v2 16/16] arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
[PULL 00/28] KVM/ARM Changes for v4.16
2018-01-31 17:16 UTC (32+ messages)
` [PULL 01/28] arm64: KVM: Hide PMU from guests when disabled
` [PULL 02/28] KVM: arm: Use PTR_ERR_OR_ZERO()
` [PULL 03/28] KVM: arm/arm64: Remove redundant preemptible checks
` [PULL 04/28] KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpu
` [PULL 05/28] KVM: arm/arm64: Don't cache the timer IRQ level
` [PULL 06/28] KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
` [PULL 07/28] KVM: arm/arm64: Support a vgic interrupt line level sample function
` [PULL 08/28] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
` [PULL 09/28] KVM: arm/arm64: Provide a get_input_level for the arch timer
` [PULL 10/28] KVM: arm/arm64: Avoid work when userspace iqchips are not used
` [PULL 11/28] KVM: arm/arm64: Delete outdated forwarded irq documentation
` [PULL 12/28] Revert "arm64: KVM: Hide PMU from guests when disabled"
` [PULL 13/28] KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.h
` [PULL 14/28] KVM: arm/arm64: Split dcache/icache flushing
` [PULL 15/28] arm64: KVM: Add invalidate_icache_range helper
` [PULL 16/28] arm: KVM: Add optimized PIPT icache flushing
` [PULL 17/28] arm64: KVM: PTE/PMD S2 XN bit definition
` [PULL 18/28] KVM: arm/arm64: Limit icache invalidation to prefetch aborts
` [PULL 19/28] KVM: arm/arm64: Only clean the dcache on translation fault
` [PULL 20/28] KVM: arm/arm64: Preserve Exec permission across R/W permission faults
` [PULL 21/28] KVM: arm/arm64: Drop vcpu parameter from guest cache maintenance operartions
` [PULL 22/28] arm64: mm: Add additional parameter to uaccess_ttbr0_enable
` [PULL 23/28] arm64: mm: Add additional parameter to uaccess_ttbr0_disable
` [PULL 24/28] KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
` [PULL 25/28] KVM: arm/arm64: Fix trailing semicolon
` [PULL 26/28] KVM: arm/arm64: Fix incorrect timer_is_pending logic
` [PULL 27/28] KVM: arm/arm64: Fix userspace_irqchip_in_use counting
` [PULL 28/28] KVM: arm/arm64: Fixup userspace irqchip static key optimization
[PATCH v2] KVM: arm/arm64: Fix arch timers with userspace irqchips
2018-01-31 14:28 UTC (2+ messages)
[PATCH] KVM: arm/arm64: Fix arch timers with userspace irqchips
2018-01-31 13:37 UTC (8+ messages)
[PATCH 0/3] Additional fixes for kvmarm/next
2018-01-31 9:00 UTC (8+ messages)
` [PATCH 1/3] KVM: arm/arm64: Fix incorrect timer_is_pending logic
` [PATCH 2/3] KVM: arm/arm64: Fix userspace_irqchip_in_use counting
` [PATCH 3/3] KVM: arm/arm64: Fixup userspace irqchip static key optimization
[PATCH v9 0/9] Handle forwarded level-triggered interrupts
2018-01-31 8:32 UTC (6+ messages)
` [PATCH v9 7/9] KVM: arm/arm64: Provide a get_input_level for the arch timer
[PATCH v9 0/7] Handle guest RAS Error in KVM and kernel
2018-01-30 19:39 UTC (11+ messages)
` [PATCH v9 3/7] acpi: apei: Add SEI notification type support for ARMv8
` [PATCH v9 5/7] arm64: kvm: Introduce KVM_ARM_SET_SERROR_ESR ioctl
` [PATCH v9 6/7] arm64: kvm: Set Virtual SError Exception Syndrome for guest
[PATCH v9 5/7] arm64: kvm: Introduce KVM_ARM_SET_SERROR_ESR ioctl
2018-01-30 19:21 UTC (2+ messages)
[PATCH v6 00/13] arm64/KVM: RAS & IESB for firmware first support
2018-01-30 19:18 UTC (12+ messages)
` [PATCH v6 03/13] arm64: cpufeature: Detect CPU RAS Extentions
` [PATCH v6 11/13] KVM: arm64: Handle RAS SErrors from EL1 on guest exit
[PATCH 00/14] arm64: Add SMCCC v1.1 support and CVE-2017-5715
2018-01-29 10:17 UTC (26+ messages)
` [PATCH 01/14] arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
` [PATCH 02/14] arm: "
` [PATCH 03/14] arm/arm64: KVM: Consolidate the PSCI include files
` [PATCH 04/14] arm/arm64: KVM: Add PSCI_VERSION helper
` [PATCH 05/14] arm/arm64: KVM: Add smccc accessors to PSCI code
` [PATCH 06/14] arm/arm64: KVM: Implement PSCI 1.0 support
` [PATCH 07/14] arm/arm64: KVM: Add PSCI version selection API
` [PATCH 08/14] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH 09/14] arm/arm64: KVM: Turn kvm_psci_version into a static inline
` [PATCH 10/14] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH 11/14] arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
` [PATCH 12/14] firmware/psci: Expose PSCI conduit
` [PATCH 13/14] firmware/psci: Expose SMCCC version through psci_ops
` [PATCH 14/14] arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
[RFC v2 REPOST] arm64: KVM: KVM API extensions for SVE
2018-01-26 17:28 UTC
[PATCH v3 0/2] Support micro operation measurement on arm64
2018-01-25 13:45 UTC (15+ messages)
` [PATCH v3 2/2] arm64: add micro test
[PATCH v6 03/13] arm64: cpufeature: Detect CPU RAS Extentions
2018-01-24 13:53 UTC
[PATCH] KVM: arm/arm64: Fix trailing semicolon
2018-01-23 15:11 UTC
[PATCH] KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
2018-01-23 14:55 UTC (2+ messages)
[PATCH v8 0/7] Support RAS virtualization in KVM
2018-01-22 19:36 UTC (13+ messages)
` [PATCH v8 7/7] arm64: kvm: handle SError Interrupt by categorization
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