messages from 2017-11-21 12:12:58 to 2017-12-04 10:05:51 UTC [more...]
[PATCH] KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversion
2017-12-04 10:05 UTC (2+ messages)
[PATCH 00/37] Optimize KVM/ARM for VHE systems
2017-12-04 10:05 UTC (92+ 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 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 13/37] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [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 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 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 28/37] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH 32/37] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH 35/37] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH 36/37] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH 37/37] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs
[PATCH 1/1] timecounter: Make cyclecounter struct part of timecounter struct
2017-12-04 5:13 UTC (3+ messages)
[PATCH v4 0/2] Implement a software workaround for Falkor erratum 1041
2017-12-03 13:35 UTC (5+ messages)
` [PATCH v4 1/2] arm64: Define cputype macros for Falkor CPU
` [PATCH v4 2/2] arm64: Add software workaround for Falkor erratum 1041
[PATCH v5 0/8] Handle forwarded level-triggered interrupts
2017-12-01 18:04 UTC (11+ 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 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 1/1] timecounter: Make cyclecounter struct part of timecounter struct
2017-12-01 15:56 UTC (2+ messages)
[PATCH 0/3] arm64: SVE fixes for v4.15-rc1
2017-12-01 15:19 UTC (4+ messages)
` [PATCH 1/3] arm64: KVM: Move CPU ID reg trap setup off the world switch path
` [PATCH 2/3] arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu
` [PATCH 3/3] arm64/sve: KVM: Avoid dereference of dead task during guest entry
[PATCH] KVM: arm/arm64: kvm_arch_destroy_vm cleanups
2017-12-01 9:46 UTC (4+ messages)
[PATCH] KVM: arm: Use PTR_ERR_OR_ZERO()
2017-12-01 8:00 UTC (2+ messages)
[PATCH] KVM: arm/arm64: Fix spinlock acquisition in vgic_set_owner
2017-12-01 7:55 UTC (2+ messages)
[PATCH] KVM: arm64: handle the translation table walk RAS error
2017-11-30 11:32 UTC (3+ messages)
[PATCH v5 00/20] KVM: arm/arm64: Optimize arch timer register handling
2017-11-29 18:17 UTC (5+ messages)
` [PATCH v5 19/20] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
unmap_ptes is not complete
2017-11-29 18:08 UTC (2+ messages)
[PATCH v2 00/16] Move vcpu_load and vcpu_put calls to arch code
2017-11-29 17:47 UTC (30+ messages)
` [PATCH v2 01/16] KVM: Take vcpu->mutex outside vcpu_load
` [PATCH v2 02/16] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH v2 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH v2 04/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH v2 05/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH v2 06/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH v2 07/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH v2 08/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH v2 09/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH v2 10/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH v2 11/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH v2 12/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH v2 13/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH v2 14/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH v2 15/16] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v2 16/16] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
[PATCH] arm64: KVM: Hide PMU from guests when disabled
2017-11-29 17:24 UTC (2+ messages)
[PATCH] kvm: arm: don't treat unavailable HYP mode as an error
2017-11-29 17:12 UTC (3+ messages)
[PATCH] KVM: arm/arm64: Avoid attempting to load timer vgic state without a vgic
2017-11-29 16:30 UTC
[PATCH v1 0/2] Additional single-step-cases
2017-11-29 16:18 UTC (6+ 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
[PATCH v5 00/30] ARM Scalable Vector Extension (SVE)
2017-11-29 15:37 UTC (4+ messages)
[RFC PATCH v2 0/5] Add virtio-iommu driver
2017-11-29 15:17 UTC (5+ messages)
` [RFC PATCH v2 1/5] iommu: "
` [virtio-dev] "
` [RFC PATCH v2 4/5] ACPI/IORT: Support paravirtualized IOMMU
` [virtio-dev] "
[PATCH 00/15] Move vcpu_load and vcpu_put calls to arch code
2017-11-28 21:29 UTC (24+ messages)
` [PATCH 01/15] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH 02/15] KVM: Factor out vcpu->pid adjustment for KVM_RUN
` [PATCH 03/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH 04/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH 05/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH 06/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH 07/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH 08/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH 09/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH 10/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH 11/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH 12/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH 13/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH 14/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH 15/15] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
[PATCHv2 00/12] ARMv8.3 pointer authentication userspace support
2017-11-28 15:07 UTC (14+ messages)
` [PATCHv2 01/12] asm-generic: mm_hooks: allow hooks to be overridden individually
` [PATCHv2 02/12] arm64: add pointer authentication register bits
` [PATCHv2 03/12] arm64/cpufeature: add ARMv8.3 id_aa64isar1 bits
` [PATCHv2 04/12] arm64/cpufeature: detect pointer authentication
` [PATCHv2 05/12] arm64: Don't trap host pointer auth use to EL2
` [PATCHv2 06/12] arm64: add basic pointer authentication support
` [PATCHv2 07/12] arm64: expose user PAC bit positions via ptrace
` [PATCHv2 08/12] arm64: perf: strip PAC when unwinding userspace
` [PATCHv2 09/12] arm64/kvm: preserve host HCR_EL2 value
` [PATCHv2 10/12] arm64/kvm: context-switch ptrauth registers
` [PATCHv2 11/12] arm64: enable pointer authentication
` [PATCHv2 12/12] arm64: docs: document "
[RFC PATCH 0/4] Initial KVM SVE support hacks
2017-11-25 17:48 UTC (12+ messages)
` [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] KVM API extensions for SVE
2017-11-25 17:40 UTC (6+ messages)
[RFC PATCH] KVM: Only register preempt notifiers and load arch cpu state as needed
2017-11-23 18:43 UTC (10+ messages)
[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 (6+ 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).