messages from 2017-10-06 13:13:14 to 2017-10-12 15:49:44 UTC [more...]
[PATCH 00/37] Optimize KVM/ARM for VHE systems
2017-10-12 15:49 UTC (39+ messages)
` [PATCH 01/37] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH 02/37] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH 03/37] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [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 06/37] KVM: arm/arm64: Only load/put VCPU state for KVM_RUN
` [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 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 18/37] KVM: arm64: Rewrite sysreg alternatives to static keys
` [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 27/37] KVM: arm64: Defer saving/restoring system registers to vcpu load/put on VHE
` [PATCH 28/37] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH 29/37] KVM: arm64: Configure FPSIMD traps on vcpu load/put for VHE
` [PATCH 30/37] KVM: arm64: Configure c15, PMU, and debug register traps on cpu "
` [PATCH 31/37] KVM: arm64: Separate activate_traps and deactive_traps for VHE and non-VHE
` [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 34/37] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [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 v3 00/28] ARM Scalable Vector Extension (SVE)
2017-10-12 12:56 UTC (62+ messages)
` [PATCH v3 01/28] regset: Add support for dynamically sized regsets
` [PATCH v3 02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v3 03/28] arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON
` [PATCH v3 04/28] arm64: Port deprecated instruction emulation to new sysctl interface
` [PATCH v3 05/28] arm64: fpsimd: Simplify uses of {set, clear}_ti_thread_flag()
` [PATCH v3 06/28] arm64/sve: System register and exception syndrome definitions
` [PATCH v3 07/28] arm64/sve: Low-level SVE architectural state manipulation functions
` [PATCH v3 08/28] arm64/sve: Kconfig update and conditional compilation support
` [PATCH v3 09/28] arm64/sve: Signal frame and context structure definition
` [PATCH v3 10/28] arm64/sve: Low-level CPU setup
` [PATCH v3 11/28] arm64/sve: Core task context handling
` [PATCH v3 12/28] arm64/sve: Support vector length resetting for new processes
` [PATCH v3 13/28] arm64/sve: Signal handling support
` [PATCH v3 14/28] arm64/sve: Backend logic for setting the vector length
` [PATCH v3 15/28] arm64: cpufeature: Move sys_caps_initialised declarations
` [PATCH v3 16/28] arm64/sve: Probe SVE capabilities and usable vector lengths
` [PATCH v3 17/28] arm64/sve: Preserve SVE registers around kernel-mode NEON use
` [PATCH v3 18/28] arm64/sve: Preserve SVE registers around EFI runtime service calls
` [PATCH v3 19/28] arm64/sve: ptrace and ELF coredump support
` [PATCH v3 20/28] arm64/sve: Add prctl controls for userspace vector length management
` [PATCH v3 21/28] arm64/sve: Add sysctl to set the default vector length for new processes
` [PATCH v3 22/28] arm64/sve: KVM: Prevent guests from using SVE
` [PATCH v3 23/28] arm64/sve: KVM: Treat guest SVE use as undefined instruction execution
` [PATCH v3 24/28] arm64/sve: KVM: Hide SVE from CPU features exposed to guests
` [PATCH v3 25/28] arm64/sve: Detect SVE and activate runtime support
` [PATCH v3 26/28] arm64/sve: Add documentation
` [RFC PATCH v3 27/28] arm64: signal: Report signal frame size to userspace via auxv
` [RFC PATCH v3 28/28] arm64/sve: signal: Include SVE when computing AT_MINSIGSTKSZ
[PATCH v3 00/20] SError rework + RAS&IESB for firmware first support
2017-10-12 12:28 UTC (15+ messages)
` [PATCH v3 01/20] arm64: explicitly mask all exceptions
` [PATCH v3 02/20] arm64: introduce an order for exceptions
` [PATCH v3 08/20] arm64: entry.S: convert elX_irq
` [PATCH v3 09/20] KVM: arm/arm64: mask/unmask daif around VHE guests
` [PATCH v3 19/20] KVM: arm64: Handle RAS SErrors from EL2 on guest exit
[PATCH v2 0/3] Support Common Not Private translations
2017-10-11 12:19 UTC (4+ messages)
` [PATCH v2 1/3] arm64: mm: "
` [PATCH v2 2/3] arm64: KVM: "
` [PATCH v2 3/3] arm64: Introduce command line parameter to disable CNP
[PATCH 0/5] kvm_arch_vcpu_runnable related improvements
2017-10-10 13:28 UTC (7+ messages)
` [PATCH 2/5] KVM: arm/arm64: replace power_off with mp_state=STOPPED
` [PATCH 5/5] KVM: arm/arm64: kvm_arch_vcpu_runnable: don't miss injected irqs
[PATCH v4 0/7] Handle forwarded level-triggered interrupts
2017-10-10 10:49 UTC (9+ messages)
` [PATCH v4 1/7] KVM: arm/arm64: Remove redundant preemptible checks
` [PATCH v4 2/7] KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpu
` [PATCH v4 3/7] KVM: arm/arm64: Don't cache the timer IRQ level
` [PATCH v4 7/7] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
[PATCH v3 00/20] KVM: arm/arm64: Optimize arch timer register handling
2017-10-10 9:59 UTC (39+ messages)
` [PATCH v3 02/20] arm64: Use physical counter for in-kernel reads
` [PATCH v3 03/20] arm64: Use the physical counter when available for read_cycles
` [PATCH v3 04/20] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
` [PATCH v3 05/20] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [PATCH v3 06/20] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [PATCH v3 07/20] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [PATCH v3 08/20] KVM: arm/arm64: Rename soft timer to bg_timer
` [PATCH v3 09/20] KVM: arm/arm64: Use separate timer for phys timer emulation
` [PATCH v3 10/20] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
` [PATCH v3 11/20] KVM: arm/arm64: Move timer save/restore out of the hyp code
` [PATCH v3 12/20] genirq: Document vcpu_info usage for percpu_devid interrupts
` [PATCH v3 13/20] KVM: arm/arm64: Set VCPU affinity for virt timer irq
` [PATCH v3 14/20] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
` [PATCH v3 15/20] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
` [PATCH v3 16/20] KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
` [PATCH v3 17/20] KVM: arm/arm64: Move phys_timer_emulate function
` [PATCH v3 18/20] KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit
` [PATCH v3 19/20] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
` [PATCH v3 20/20] KVM: arm/arm64: Rework kvm_timer_should_fire
[PATCH v4 00/26] KVM/ARM: Add support for GICv4
2017-10-09 18:02 UTC (30+ messages)
` [PATCH v4 01/26] KVM: arm/arm64: register irq bypass consumer on ARM/ARM64
` [PATCH v4 02/26] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PATCH v4 03/26] KVM: arm: Select ARM_GIC_V3 and ARM_GIC_V3_ITS
` [PATCH v4 04/26] KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around
` [PATCH v4 05/26] KVM: arm/arm64: vITS: Add MSI translation helpers
` [PATCH v4 06/26] KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPI
` [PATCH v4 07/26] KVM: arm/arm64: GICv4: Add property field and per-VM predicate
` [PATCH v4 08/26] KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
` [PATCH v4 09/26] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PATCH v4 10/26] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI
` [PATCH v4 11/26] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI
` [PATCH v4 12/26] KVM: arm/arm64: GICv4: Propagate affinity changes to the physical ITS
` [PATCH v4 13/26] KVM: arm/arm64: GICv4: Handle CLEAR applied to a VLPI
` [PATCH v4 14/26] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PATCH v4 15/26] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs
` [PATCH v4 16/26] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE
` [PATCH v4 17/26] KVM: arm/arm64: GICv4: Propagate VLPI properties at map time
` [PATCH v4 18/26] KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint
` [PATCH v4 19/26] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v4 20/26] KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source
` [PATCH v4 21/26] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v4 22/26] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered
` [PATCH v4 23/26] KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved
` [PATCH v4 24/26] KVM: arm/arm64: GICv4: Enable VLPI support
` [PATCH v4 25/26] KVM: arm/arm64: GICv4: Prevent heterogenous systems from using GICv4
` [PATCH v4 26/26] KVM: arm/arm64: GICv4: Theory of operations
[PATCH v2 00/28] ARM Scalable Vector Extension (SVE)
2017-10-09 16:20 UTC (16+ messages)
` [PATCH v2 11/28] arm64/sve: Core task context handling
` [PATCH v2 26/28] arm64/sve: Add documentation
[PATCH 00/10] arm/arm64: KVM: limit icache invalidation to prefetch aborts
2017-10-09 15:20 UTC (11+ messages)
` [PATCH 01/10] KVM: arm/arm64: Split dcache/icache flushing
` [PATCH 02/10] arm64: KVM: Add invalidate_icache_range helper
` [PATCH 03/10] arm: KVM: Add optimized PIPT icache flushing
` [PATCH 04/10] arm64: KVM: PTE/PMD S2 XN bit definition
` [PATCH 05/10] KVM: arm/arm64: Limit icache invalidation to prefetch aborts
` [PATCH 06/10] KVM: arm/arm64: Only clean the dcache on translation fault
` [PATCH 07/10] KVM: arm/arm64: Preserve Exec permission across R/W permission faults
` [PATCH 08/10] KVM: arm/arm64: Drop vcpu parameter from coherent_{d,i}cache_guest_page
` [PATCH 09/10] KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.h
` [PATCH 10/10] arm: KVM: Use common implementation for all flushes to PoC
[PATCH] KVM: remove printing of vcpu address
2017-10-09 6:31 UTC
[PATCH v6 0/7] Add RAS virtualization support for SEA/SEI notification type in KVM
2017-10-06 17:31 UTC (13+ messages)
` [PATCH v6 6/7] KVM: arm64: allow get exception information from userspace
` 答复: "
[PATCH v1 0/2] KVM: arm64: single step emulation instructions
2017-10-06 14:43 UTC (13+ messages)
` [PATCH v1 1/2] KVM: arm64: handle single-stepping trapped instructions
` [PATCH v1 2/2] kvm: arm64: handle single-step of userspace mmio instructions
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).