messages from 2017-11-09 16:58:24 to 2017-11-25 07:52:21 UTC [more...]
[PATCH 00/37] Optimize KVM/ARM for VHE systems
2017-11-25 7:52 UTC (33+ messages)
` [PATCH 01/37] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH 04/37] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH 05/37] KVM: Record the executing ioctl number on the vcpu struct
` [PATCH 07/37] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH 08/37] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH 10/37] KVM: arm64: Slightly improve debug save/restore functions
` [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
[RFC] KVM API extensions for SVE
2017-11-24 15:03 UTC (5+ messages)
[RFC PATCH 0/4] Initial KVM SVE support hacks
2017-11-23 18:49 UTC (13+ 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
[RFC PATCH] KVM: Only register preempt notifiers and load arch cpu state as needed
2017-11-23 18:43 UTC (10+ messages)
[PATCH v1 0/2] Additional single-step-cases
2017-11-23 12:39 UTC (5+ messages)
` [PATCH v1 1/2] kvm: arm64: handle single-step during SError exceptions
` [PATCH v1 2/2] kvm: arm64: handle single-step of hyp emulated mmio instructions
[RFC PATCH] kvm: arm64: handle single-step of hyp emulated mmio instructions
2017-11-23 10:20 UTC (3+ messages)
[PATCH v3 0/3] KVM: arm64: single step emulation instructions
2017-11-22 11:46 UTC (10+ 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 v4 00/21] SError rework + RAS&IESB for firmware first support
2017-11-21 11:31 UTC (15+ messages)
[PATCH 0/7] KVM/ARM fixes for 4.15-rc1
2017-11-21 11:12 UTC (15+ 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] KVM: arm/arm64: Don't enable/disable physical timer access on VHE
2017-11-20 20:38 UTC (2+ messages)
[PATCH v5 0/8] Handle forwarded level-triggered interrupts
2017-11-20 19:16 UTC (9+ messages)
` [PATCH v5 1/8] KVM: arm/arm64: Remove redundant preemptible checks
` [PATCH v5 2/8] KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpu
` [PATCH v5 3/8] KVM: arm/arm64: Don't cache the timer IRQ level
` [PATCH v5 4/8] KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
` [PATCH v5 5/8] KVM: arm/arm64: Support a vgic interrupt line level sample function
` [PATCH v5 6/8] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
` [PATCH v5 7/8] KVM: arm/arm64: Provide a get_input_level for the arch timer
` [PATCH v5 8/8] KVM: arm/arm64: Avoid work when userspace iqchips are not used
[PATCH v4 00/20] KVM: arm/arm64: Optimize arch timer register handling
2017-11-20 16:32 UTC (6+ messages)
` [PATCH v4 14/20] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
[PATCH] arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one
2017-11-20 13:12 UTC (2+ messages)
[PATCH] KVM: arm/arm64: VGIC: extend !vgic_is_initialized guard
2017-11-20 11:23 UTC (4+ messages)
[PATCH v5 00/20] KVM: arm/arm64: Optimize arch timer register handling
2017-11-20 11:20 UTC (4+ messages)
` [PATCH v5 04/20] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
[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
[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 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 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 15/13] firmware: arm_sdei: move the frozen flag under the spinlock
2017-11-13 11:01 UTC (3+ messages)
` [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 (7+ messages)
` [PATCH v5 13/30] arm64/sve: Core task context handling
` [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 (20+ messages)
` [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 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
[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;
as well as URLs for NNTP newsgroup(s).