messages from 2016-02-08 11:40:15 to 2016-02-16 20:05:29 UTC [more...]
[PATCH 0/8] KVM/ARM: Guest Entry/Exit optimizations
2016-02-16 20:05 UTC (29+ messages)
` [PATCH 1/8] arm64: KVM: Switch the sys_reg search to be a binary search
` [PATCH 2/8] ARM: KVM: Properly sort the invariant table
` [PATCH 3/8] ARM: KVM: Enforce sorting of all CP tables
` [PATCH 4/8] ARM: KVM: Rename struct coproc_reg::is_64 to is_64bit
` [PATCH 5/8] ARM: KVM: Switch the CP reg search to be a binary search
` [PATCH 6/8] KVM: arm/arm64: timer: Add active state caching
` [PATCH 7/8] KVM: arm/arm64: Avoid accessing GICH registers
` [PATCH 8/8] KVM: arm64: Avoid accessing ICH registers
[PATCH] KVM: arm/arm64: vgic: ensure bitmaps are long enough
2016-02-16 15:11 UTC (2+ messages)
[PATCH v4 00/23] arm64: Virtualization Host Extension support
2016-02-16 9:55 UTC (38+ messages)
` [PATCH v4 01/23] arm/arm64: KVM: Add hook for C-based stage2 init
` [PATCH v4 02/23] arm64: KVM: Switch to "
` [PATCH v4 03/23] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH v4 04/23] arm64: Allow the arch timer to use the HYP timer
` [PATCH v4 05/23] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH v4 06/23] arm64: KVM: Skip HYP setup when already running in HYP
` [PATCH v4 07/23] arm64: KVM: VHE: Patch out use of HVC
` [PATCH v4 08/23] arm64: KVM: VHE: Patch out kern_hyp_va
` [PATCH v4 09/23] arm64: KVM: VHE: Introduce unified system register accessors
` [PATCH v4 10/23] arm64: KVM: VHE: Differenciate host/guest sysreg save/restore
` [PATCH v4 11/23] arm64: KVM: VHE: Split save/restore of registers shared between guest and host
` [PATCH v4 12/23] arm64: KVM: VHE: Use unified system register accessors
` [PATCH v4 13/23] arm64: KVM: VHE: Enable minimal sysreg save/restore
` [PATCH v4 14/23] arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
` [PATCH v4 15/23] arm64: KVM: VHE: Implement VHE activate/deactivate_traps
` [PATCH v4 16/23] arm64: KVM: VHE: Use unified sysreg accessors for timer
` [PATCH v4 17/23] arm64: KVM: VHE: Add fpsimd enabling on guest access
` [PATCH v4 18/23] arm64: KVM: VHE: Add alternative panic handling
` [PATCH v4 19/23] arm64: KVM: Move most of the fault decoding to C
` [PATCH v4 20/23] arm64: perf: Count EL2 events if the kernel is running in HYP
` [PATCH v4 21/23] arm64: hw_breakpoint: Allow EL2 breakpoints if "
` [PATCH v4 22/23] arm64: VHE: Add support for running Linux in EL2 mode
` [PATCH v4 23/23] arm64: Panic when VHE and non VHE CPUs coexist
[RFC v3 00/15] KVM PCIe/MSI passthrough on ARM/ARM64
2016-02-12 8:13 UTC (16+ messages)
` [RFC v3 01/15] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
` [RFC v3 02/15] vfio: expose MSI mapping requirement through VFIO_IOMMU_GET_INFO
` [RFC v3 03/15] vfio: introduce VFIO_IOVA_RESERVED vfio_dma type
` [RFC v3 04/15] iommu: add alloc/free_reserved_iova_domain
` [RFC v3 05/15] iommu/arm-smmu: implement alloc/free_reserved_iova_domain
` [RFC v3 10/15] vfio: allow the user to register reserved iova range for MSI mapping
` [RFC v3 11/15] msi: Add a new MSI_FLAG_IRQ_REMAPPING flag
` [RFC v3 14/15] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP
` [RFC v3 15/15] irqchip/gicv2m/v3-its-pci-msi: IOMMU map the MSI frame when needed
` [RFC v3 06/15] iommu/arm-smmu: add a reserved binding RB tree
` [RFC v3 07/15] iommu: iommu_get/put_single_reserved
` [RFC v3 08/15] iommu/arm-smmu: implement iommu_get/put_single_reserved
` [RFC v3 09/15] iommu/arm-smmu: relinquish reserved resources on domain deletion
` [RFC v3 12/15] msi: export msi_get_domain_info
` [RFC v3 13/15] vfio/type1: also check IRQ remapping capability at msi domain
[PULL] KVM/ARM fixes for 4.5-rc4
2016-02-11 21:47 UTC (4+ messages)
` [PATCH 1/2] KVM: arm/arm64: Fix reference to uninitialised VGIC
` [PATCH 2/2] arm64: KVM: Configure TCR_EL2.PS at runtime
[PATCH v2 0/6] arm64: Add support of KVM with ACPI
2016-02-11 15:33 UTC (7+ messages)
` [PATCH v2 1/6] KVM: arm/arm64: arch_timer: Gather KVM specific information in a structure
` [PATCH v2 2/6] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables
` [PATCH v2 3/6] irqchip/gic-v2: Gather ACPI specific data in a single structure
` [PATCH v2 4/6] irqchip/gic-v2: Parse and export virtual GIC information
` [PATCH v2 5/6] irqchip/gic-v3: "
` [PATCH v2 6/6] KVM: arm/arm64: vgic: Rely on the GIC driver to parse the firmware tables
[PATCH] arm64: KVM: Configure TCR_EL2.PS at runtime
2016-02-11 14:41 UTC (5+ messages)
[RFC v2 00/15] KVM PCIe/MSI passthrough on ARM/ARM64
2016-02-11 14:34 UTC (16+ messages)
` [RFC v2 01/15] iommu: Add DOMAIN_ATTR_MSI_MAPPING attribute
` [RFC v2 06/15] iommu/arm-smmu: add a reserved binding RB tree
` [RFC v2 07/15] iommu: iommu_get/put_single_reserved
` [RFC v2 02/15] vfio: expose MSI mapping requirement through VFIO_IOMMU_GET_INFO
` [RFC v2 03/15] vfio: introduce VFIO_IOVA_RESERVED vfio_dma type
` [RFC v2 04/15] iommu: add alloc/free_reserved_iova_domain
` [RFC v2 05/15] iommu/arm-smmu: implement alloc/free_reserved_iova_domain
` [RFC v2 08/15] iommu/arm-smmu: implement iommu_get/put_single_reserved
` [RFC v2 09/15] iommu/arm-smmu: relinquish reserved resources on domain deletion
` [RFC v2 10/15] vfio: allow the user to register reserved iova range for MSI mapping
` [RFC v2 11/15] msi: Add a new MSI_FLAG_IRQ_REMAPPING flag
` [RFC v2 12/15] msi: export msi_get_domain_info
` [RFC v2 13/15] vfio/type1: also check IRQ remapping capability at msi domain
` [RFC v2 14/15] iommu/arm-smmu: do not advertise IOMMU_CAP_INTR_REMAP
` [RFC v2 15/15] irqchip/gicv2m/v3-its-pci-msi: IOMMU map the MSI frame when needed
[PATCH] arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOP
2016-02-11 10:49 UTC (3+ messages)
[PATCH v2 00/28] ARM: KVM: Rewrite the world switch in C (mostly)
2016-02-10 17:32 UTC (69+ messages)
` [PATCH v2 01/28] ARM: KVM: Move the HYP code to its own section
` [PATCH v2 02/28] ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_end
` [PATCH v2 03/28] ARM: KVM: Move VFP registers to a CPU context structure
` [PATCH v2 04/28] ARM: KVM: Move CP15 array into the "
` [PATCH v2 05/28] ARM: KVM: Move GP registers "
` [PATCH v2 06/28] ARM: KVM: Add a HYP-specific header file
` [PATCH v2 07/28] ARM: KVM: Add system register accessor macros
` [PATCH v2 08/28] ARM: KVM: Add TLB invalidation code
` [PATCH v2 09/28] ARM: KVM: Add CP15 save/restore code
` [PATCH v2 10/28] ARM: KVM: Add timer save/restore
` [PATCH v2 11/28] ARM: KVM: Add vgic v2 save/restore
` [PATCH v2 12/28] ARM: KVM: Add VFP save/restore
` [PATCH v2 13/28] ARM: KVM: Add banked registers save/restore
` [PATCH v2 14/28] ARM: KVM: Add guest entry code
` [PATCH v2 15/28] ARM: KVM: Add VFP lazy save/restore handler
` [PATCH v2 16/28] ARM: KVM: Add the new world switch implementation
` [PATCH v2 17/28] ARM: KVM: Add populating of fault data structure
` [PATCH v2 18/28] ARM: KVM: Add HYP mode entry code
` [PATCH v2 19/28] ARM: KVM: Add panic handling code
` [PATCH v2 20/28] ARM: KVM: Change kvm_call_hyp return type to unsigned long
` [PATCH v2 21/28] ARM: KVM: Remove the old world switch
` [PATCH v2 22/28] ARM: KVM: Switch to C-based stage2 init
` [PATCH v2 23/28] ARM: KVM: Remove __weak attributes
` [PATCH v2 24/28] ARM: KVM: Turn CP15 defines to an enum
` [PATCH v2 25/28] ARM: KVM: Cleanup asm-offsets.c
` [PATCH v2 26/28] ARM: KVM: Remove unused hyp_pc field
` [PATCH v2 27/28] ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORT
` [PATCH v2 28/28] ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_end
[RFC PATCH 0/5] arm/arm64: Making HYP vgic/timer save/restore common
2016-02-10 16:59 UTC (4+ messages)
[PATCH 0/5] arm64: Add support of KVM with ACPI
2016-02-10 15:22 UTC (14+ messages)
` [PATCH 1/5] KVM: arm/arm64: arch_timer: Gather KVM specific information in a structure
` [PATCH 2/5] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables
` [PATCH 3/5] irqchip/gic-v2: Parse and export virtual GIC information
` [PATCH 4/5] irqchip/gic-v3: "
` [PATCH 5/5] KVM: arm/arm64: vgic: Rely on the GIC driver to parse the firmware tables
[PATCH v10 00/21] KVM: ARM64: Add guest PMU support
2016-02-10 10:36 UTC (3+ messages)
` [PATCH v10 01/21] ARM64: Move PMU register related defines to asm/pmu.h
[PATCH V2] arm64: KVM: Configure TCR_EL2.ps at runtime
2016-02-10 7:31 UTC (2+ messages)
[PATCH v3 00/23] arm64: Virtualization Host Extension support
2016-02-09 12:02 UTC (19+ messages)
` [PATCH v3 03/23] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH v3 05/23] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH v3 19/23] arm64: KVM: Move most of the fault decoding to C
` [PATCH v3 20/23] arm64: perf: Count EL2 events if the kernel is running in HYP
` [PATCH v3 21/23] arm64: hw_breakpoint: Allow EL2 breakpoints if "
` [PATCH v3 22/23] arm64: VHE: Add support for running Linux in EL2 mode
` [PATCH v3 23/23] arm64: Panic when VHE and non VHE CPUs coexist
[PATCH v3 0/6] acpi, clocksource, kvm: add GTDT and ARM memory-mapped timer support
2016-02-08 17:10 UTC (3+ messages)
` [PATCH v3 6/6] kvm: arm64: Add ACPI support for virt arch timer
[PATCH V1 0/7] Enable ACPI support for ARM KVM GIC
2016-02-08 16:56 UTC (7+ messages)
PCIe passthrough support on ARM
2016-02-08 17:01 UTC (5+ messages)
[GIT PULL] KVM/ARM updates for 4.5-rc2
2016-02-08 15:31 UTC (3+ messages)
[PATCH 00/10] KVM PCIe/MSI passthrough on ARM/ARM64
2016-02-08 13:27 UTC (12+ messages)
` ARM PCI/MSI KVM passthrough with GICv2M
[PATCH v11 00/21] KVM: ARM64: Add guest PMU support
2016-02-08 12:52 UTC (11+ messages)
` [PATCH v11 06/21] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v11 16/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v11 19/21] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v11 20/21] KVM: ARM: Introduce per-vcpu kvm device controls
` [PATCH v11 21/21] KVM: ARM64: Add a new vcpu device control group for PMUv3
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