messages from 2017-11-07 13:08:23 to 2017-11-20 11:15:40 UTC [more...]
[PATCH v4 00/20] KVM: arm/arm64: Optimize arch timer register handling
2017-11-20 11:15 UTC (5+ messages)
` [PATCH v4 14/20] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
[PATCH] KVM: arm/arm64: VGIC: extend !vgic_is_initialized guard
2017-11-20 9:12 UTC (3+ messages)
[PATCH v4 00/21] SError rework + RAS&IESB for firmware first support
2017-11-20 8:55 UTC (14+ messages)
[RFC PATCH v2 0/5] Add virtio-iommu driver
2017-11-17 18:52 UTC (6+ messages)
` [RFC PATCH v2 1/5] iommu: "
` [RFC PATCH v2 2/5] iommu/virtio-iommu: Add probe request
` [RFC PATCH v2 3/5] iommu/virtio-iommu: Add event queue
` [RFC PATCH v2 4/5] ACPI/IORT: Support paravirtualized IOMMU
` [RFC PATCH v2 5/5] ACPI/IORT: Move IORT to the ACPI folder
[RFC PATCH 0/4] Initial KVM SVE support hacks
2017-11-17 16:45 UTC (6+ messages)
` [RFC PATCH 1/4] arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu
` [RFC PATCH 2/4] arm64/sve: KVM: Avoid dereference of dead task during guest entry
` [RFC PATCH 3/4] arm64/sve: KVM: Ensure user SVE use traps after vcpu execution
` [RFC PATCH 4/4] arm64/sve: KVM: Basic SVE support
[PULL 00/27] KVM/ARM GICv4 Support for v4.15
2017-11-17 12:23 UTC (29+ messages)
` [PULL 01/27] KVM: arm/arm64: register irq bypass consumer on ARM/ARM64
` [PULL 02/27] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PULL 03/27] KVM: arm: Select ARM_GIC_V3 and ARM_GIC_V3_ITS
` [PULL 04/27] KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around
` [PULL 05/27] KVM: arm/arm64: vITS: Add MSI translation helpers
` [PULL 06/27] KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPI
` [PULL 07/27] KVM: arm/arm64: GICv4: Add property field and per-VM predicate
` [PULL 08/27] KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
` [PULL 09/27] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PULL 10/27] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI
` [PULL 11/27] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI
` [PULL 12/27] KVM: arm/arm64: GICv4: Propagate affinity changes to the physical ITS
` [PULL 13/27] KVM: arm/arm64: GICv4: Handle CLEAR applied to a VLPI
` [PULL 14/27] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PULL 15/27] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs
` [PULL 16/27] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE
` [PULL 17/27] KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint
` [PULL 18/27] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PULL 19/27] KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source
` [PULL 20/27] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PULL 21/27] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered
` [PULL 22/27] KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved
` [PULL 23/27] KVM: arm/arm64: GICv4: Prevent userspace from changing doorbell affinity
` [PULL 24/27] KVM: arm/arm64: GICv4: Enable VLPI support
` [PULL 25/27] KVM: arm/arm64: GICv4: Theory of operations
` [PULL 26/27] KVM: arm/arm64: Fix GICv4 ITS initialization issues
` [PULL 27/27] KVM: arm/arm64: Don't queue VLPIs on INV/INVALL
[PATCH 0/7] KVM/ARM fixes for 4.15-rc1
2017-11-16 17:58 UTC (8+ messages)
` [PATCH 1/7] KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocation
` [PATCH 2/7] KVM: arm/arm64: vgic: Preserve the revious read from the pending table
` [PATCH 3/7] KVM: arm/arm64: vgic-its: "
` [PATCH 4/7] KVM: arm/arm64: vgic-its: Check result of allocation before use
` [PATCH 5/7] KVM: arm/arm64: vgic-v4: Only perform an unmap for valid vLPIs
` [PATCH 6/7] arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one
` [PATCH 7/7] arm: KVM: Fix "
[PATCH v3 0/3] KVM: arm64: single step emulation instructions
2017-11-16 17:44 UTC (5+ messages)
` [PATCH v3 1/3] kvm: arm debug: introduce helper for single-step
` [PATCH v3 2/3] kvm: arm64: handle single-stepping trapped instructions
` [PATCH v3 3/3] kvm: arm64: handle single-step of userspace mmio instructions
[PATCH 00/37] Optimize KVM/ARM for VHE systems
2017-11-16 16:11 UTC (46+ messages)
` [PATCH 04/37] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH 08/37] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH 09/37] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH 10/37] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH 11/37] KVM: arm64: Improve debug register save/restore flow
` [PATCH 12/37] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH 13/37] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH 14/37] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH 15/37] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH 16/37] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH 17/37] KVM: arm64: Move userspace system registers into separate function
` [PATCH 19/37] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH 20/37] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH 21/37] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH 22/37] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH 23/37] KVM: arm64: Prepare to handle traps on deferred VM sysregs
` [PATCH 24/37] KVM: arm64: Prepare to handle traps on deferred EL0 sysregs
` [PATCH 25/37] KVM: arm64: Prepare to handle traps on remaining deferred EL1 sysregs
` [PATCH 26/37] KVM: arm64: Prepare to handle traps on deferred AArch32 sysregs
` [PATCH 32/37] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH 33/37] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
[PATCH v5 00/20] KVM: arm/arm64: Optimize arch timer register handling
2017-11-16 12:29 UTC (3+ messages)
` [PATCH v5 04/20] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
[PATCH v3 0/2] Implement a software workaround for Falkor erratum 1041
2017-11-15 23:24 UTC (6+ messages)
` [PATCH v3 1/2] arm64: Define cputype macros for Falkor CPU
` [PATCH v3 2/2] arm64: Add software workaround for Falkor erratum 1041
` [v3,2/2] "
[PATCH 0/3] Implement a software workaround for Falkor erratum 1041
2017-11-15 15:12 UTC (15+ messages)
` [PATCH 3/3] arm64: Add "
` [3/3] "
[PATCH v8 0/7] Support RAS virtualization in KVM
2017-11-15 11:29 UTC (12+ messages)
` [PATCH v8 1/7] arm64: cpufeature: Detect CPU RAS Extentions
` [PATCH v8 2/7] KVM: arm64: Save ESR_EL2 on guest SError
` [PATCH v8 3/7] acpi: apei: Add SEI notification type support for ARMv8
` [PATCH v8 4/7] KVM: arm64: Trap RAS error registers and set HCR_EL2's TERR & TEA
` [PATCH v8 5/7] arm64: kvm: Introduce KVM_ARM_SET_SERROR_ESR ioctl
` [PATCH v8 6/7] arm64: kvm: Set Virtual SError Exception Syndrome for guest
` [PATCH v8 7/7] arm64: kvm: handle SError Interrupt by categorization
[PATCH] arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one
2017-11-14 14:37 UTC
[PATCH v2 0/3] KVM: arm64: single step emulation instructions
2017-11-13 14:39 UTC (9+ messages)
` [PATCH v2 1/3] kvm: arm debug: introduce helper for single-step
` [PATCH] fixup! "
` [PATCH v2 2/3] kvm: arm64: handle single-stepping trapped instructions
` [PATCH v2 3/3] kvm: arm64: handle single-step of userspace mmio instructions
[PATCH v4 00/13] arm64/firmware: Software Delegated Exception Interface
2017-11-13 11:01 UTC (5+ messages)
` [PATCH 15/13] firmware: arm_sdei: move the frozen flag under the spinlock
` [PATCH v4 15/13] firmware: arm_sdei: be more robust against cpu-hotplug
[PATCH v2 0/2] Implement a software workaround for Falkor erratum 1041
2017-11-13 1:54 UTC (4+ messages)
` [PATCH v2 1/2] arm64: Define cputype macros for Falkor CPU
` [PATCH v2 2/2] arm64: Add software workaround for Falkor erratum 1041
[PATCH v5 00/30] ARM Scalable Vector Extension (SVE)
2017-11-10 10:27 UTC (18+ messages)
` [PATCH v5 01/30] regset: Add support for dynamically sized regsets
` [PATCH v5 11/30] arm64/sve: Signal frame and context structure definition
` [PATCH v5 12/30] arm64/sve: Low-level CPU setup
` [PATCH v5 13/30] arm64/sve: Core task context handling
` [PATCH v5 15/30] arm64/sve: Signal handling support
` [PATCH v5 16/30] arm64/sve: Backend logic for setting the vector length
[PATCH v5 00/26] KVM/ARM: Add support for GICv4
2017-11-10 9:41 UTC (69+ messages)
` [PATCH v5 06/26] KVM: arm/arm64: vITS: Add MSI translation helpers
` [PATCH v5 07/26] KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPI
` [PATCH v5 08/26] KVM: arm/arm64: GICv4: Add property field and per-VM predicate
` [PATCH v5 09/26] KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
` [PATCH v5 10/26] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PATCH v5 11/26] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI
` [PATCH v5 12/26] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI
` [PATCH v5 13/26] KVM: arm/arm64: GICv4: Propagate affinity changes to the physical ITS
` [PATCH v5 14/26] KVM: arm/arm64: GICv4: Handle CLEAR applied to a VLPI
` [PATCH v5 15/26] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PATCH v5 16/26] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs
` [PATCH v5 17/26] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE
` [PATCH v5 18/26] KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint
` [PATCH v5 19/26] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v5 20/26] KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source
` [PATCH v5 21/26] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v5 22/26] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered
` [PATCH v5 23/26] KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved
` [PATCH v5 24/26] KVM: arm/arm64: GICv4: Prevent userspace from changing doorbell affinity
` [PATCH v5 25/26] KVM: arm/arm64: GICv4: Enable VLPI support
` [PATCH v5 26/26] KVM: arm/arm64: GICv4: Theory of operations
[PULL 00/26] KVM/ARM Changes for v4.15
2017-11-09 18:04 UTC (2+ messages)
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