public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2017-10-27 14:53:47 to 2017-11-07 10:47:52 UTC [more...]

[PULL 00/26] KVM/ARM Changes for v4.15
 2017-11-07 10:47 UTC  (22+ messages)
` [PULL 01/26] arm64: Implement arch_counter_get_cntpct to read the physical counter
` [PULL 02/26] arm64: Use physical counter for in-kernel reads when booted in EL2
` [PULL 03/26] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
` [PULL 04/26] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [PULL 05/26] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [PULL 06/26] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [PULL 07/26] KVM: arm/arm64: Rename soft timer to bg_timer
` [PULL 08/26] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
` [PULL 09/26] KVM: arm/arm64: Use separate timer for phys timer emulation
` [PULL 10/26] KVM: arm/arm64: Move timer save/restore out of the hyp code
` [PULL 11/26] KVM: arm/arm64: Set VCPU affinity for virt timer irq
` [PULL 12/26] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
` [PULL 13/26] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
` [PULL 14/26] KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
` [PULL 15/26] KVM: arm/arm64: Move phys_timer_emulate function
` [PULL 16/26] KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit
` [PULL 17/26] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
` [PULL 18/26] KVM: arm/arm64: Rework kvm_timer_should_fire
` [PULL 19/26] arm/arm64: KVM: Load the timer state when enabling the timer
` [PULL 22/26] KVM: arm/arm64: vgic-its: Free caches when GITS_BASER Valid bit is cleared
` [PULL 23/26] KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET

[PATCH 00/37] Optimize KVM/ARM for VHE systems
 2017-11-07 10:45 UTC  (8+ 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 v4 00/21] SError rework + RAS&IESB for firmware first support
 2017-11-06 12:45 UTC  (51+ messages)
` [PATCH v4 09/21] KVM: arm/arm64: mask/unmask daif around VHE guests
` [PATCH v4 11/21] arm64: cpufeature: Detect CPU RAS Extentions
` [PATCH v4 12/21] arm64: kernel: Survive corrected RAS errors notified by SError
` [PATCH v4 13/21] arm64: cpufeature: Enable IESB on exception entry/return for firmware-first
` [PATCH v4 15/21] KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2
` [PATCH v4 16/21] KVM: arm64: Save/Restore guest DISR_EL1
` [PATCH v4 17/21] KVM: arm64: Save ESR_EL2 on guest SError
` [PATCH v4 18/21] KVM: arm64: Handle RAS SErrors from EL1 on guest exit
` [PATCH v4 19/21] KVM: arm64: Handle RAS SErrors from EL2 "
` [PATCH v4 20/21] KVM: arm64: Take any host SError before entering the guest
` [PATCH v4 21/21] KVM: arm64: Trap RAS error registers and set HCR_EL2's TERR & TEA

[PATCH 0/3] Implement a software workaround for Falkor erratum 1041
 2017-11-04 21:43 UTC  (6+ messages)
` [PATCH 1/3] arm64: Define cputype macros for Falkor CPU
` [PATCH 2/3] arm64: Prepare SCTLR_ELn accesses to handle Falkor erratum 1041
` [PATCH 3/3] arm64: Add software workaround for "

[PATCH v1 0/3] manually add Error Synchronization Barrier at exception handler entry and exit
 2017-11-04 18:49 UTC  (14+ messages)
` [PATCH v1 1/3] arm64: add a macro for SError synchronization
` [PATCH v1 2/3] arm64: add error synchronization barrier in kernel_entry/kernel_exit
` [PATCH v1 3/3] KVM: arm64: add ESB in exception handler entry and exit

[PATCH v6 6/7] KVM: arm64: allow get exception information from userspace
 2017-11-03 18:36 UTC  (4+ messages)

[PATCH kvmtool] irq.h: fix compilation error due to missing bool type
 2017-11-03 16:10 UTC 

[PATCH kvmtool 0/2] Add GICv2m support
 2017-11-03 15:03 UTC  (6+ messages)
` [PATCH kvmtool 1/2] Prevent segfault when kvm_pause is called too early
` [PATCH kvmtool 2/2] Add GICv2m support

[PATCH v5 00/30] ARM Scalable Vector Extension (SVE)
 2017-11-02 19:18 UTC  (44+ messages)
` [PATCH v5 01/30] regset: Add support for dynamically sized regsets
` [PATCH v5 02/30] arm64: fpsimd: Correctly annotate exception helpers called from asm
` [PATCH v5 03/30] arm64: signal: Verify extra data is user-readable in sys_rt_sigreturn
` [PATCH v5 04/30] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v5 05/30] arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON
` [PATCH v5 06/30] arm64: Port deprecated instruction emulation to new sysctl interface
` [PATCH v5 07/30] arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()
` [PATCH v5 08/30] arm64/sve: System register and exception syndrome definitions
` [PATCH v5 09/30] arm64/sve: Low-level SVE architectural state manipulation functions
` [PATCH v5 10/30] arm64/sve: Kconfig update and conditional compilation support
` [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 14/30] arm64/sve: Support vector length resetting for new processes
` [PATCH v5 15/30] arm64/sve: Signal handling support
` [PATCH v5 16/30] arm64/sve: Backend logic for setting the vector length
` [PATCH v5 17/30] arm64: cpufeature: Move sys_caps_initialised declarations
` [PATCH v5 18/30] arm64/sve: Probe SVE capabilities and usable vector lengths
` [PATCH v5 19/30] arm64/sve: Preserve SVE registers around kernel-mode NEON use
` [PATCH v5 20/30] arm64/sve: Preserve SVE registers around EFI runtime service calls
` [PATCH v5 21/30] arm64/sve: ptrace and ELF coredump support
` [PATCH v5 22/30] arm64/sve: Add prctl controls for userspace vector length management
` [PATCH v5 23/30] arm64/sve: Add sysctl to set the default vector length for new processes
` [PATCH v5 24/30] arm64/sve: KVM: Prevent guests from using SVE
` [PATCH v5 25/30] arm64/sve: KVM: Treat guest SVE use as undefined instruction execution
` [PATCH v5 26/30] arm64/sve: KVM: Hide SVE from CPU features exposed to guests
` [PATCH v5 27/30] arm64/sve: Detect SVE and activate runtime support
` [RFC PATCH v5 29/30] arm64: signal: Report signal frame size to userspace via auxv
` [RFC PATCH v5 30/30] arm64/sve: signal: Include SVE when computing AT_MINSIGSTKSZ
  ` [PATCH v5 28/30] arm64/sve: Add documentation

[PULL 0/8] KVM/ARM Fixes for v4.14
 2017-11-02 17:38 UTC  (10+ messages)
` [PULL 1/8] KVM: arm64: its: Fix missing dynamic allocation check in scan_its_table
` [PULL 2/8] arm/arm64: KVM: set right LR register value for 32 bit guest when inject abort
` [PULL 3/8] arm/arm64: kvm: Move initialization completion message
` [PULL 4/8] arm/arm64: kvm: Disable branch profiling in HYP code
` [PULL 5/8] KVM: arm/arm64: vgic-its: Fix return value for device table restore
` [PULL 6/8] KVM: arm/arm64: vgic-its: Fix vgic_its_restore_collection_table returned value
` [PULL 7/8] KVM: arm/arm64: vgic-its: Check CBASER/BASER validity before enabling the ITS
` [PULL 8/8] KVM: arm/arm64: vgic-its: Check GITS_BASER Valid bit before saving tables

[PATCH v3 0/9] arm/arm64: KVM: limit icache invalidation to prefetch aborts
 2017-11-02 13:13 UTC  (5+ messages)
` [PATCH v3 6/9] KVM: arm/arm64: Limit "

[RESEND PATCH v4 0/9] SError rework (- RAS & IESB for firmware first support)
 2017-11-02 12:12 UTC  (10+ messages)
` [RESEND PATCH v4 1/9] arm64: explicitly mask all exceptions
` [RESEND PATCH v4 2/9] arm64: introduce an order for exceptions
` [RESEND PATCH v4 3/9] arm64: Move the async/fiq helpers to explicitly set process context flags
` [RESEND PATCH v4 4/9] arm64: Mask all exceptions during kernel_exit
` [RESEND PATCH v4 5/9] arm64: entry.S: Remove disable_dbg
` [RESEND PATCH v4 6/9] arm64: entry.S: convert el1_sync
` [RESEND PATCH v4 7/9] arm64: entry.S convert el0_sync
` [RESEND PATCH v4 8/9] arm64: entry.S: convert elX_irq
` [RESEND PATCH v4 9/9] arm64: entry.S: move SError handling into a C function for future expansion

[PATCH v6 0/9] vITS Migration fixes and reset
 2017-11-02  5:50 UTC  (19+ messages)
` [PATCH v6 2/9] KVM: arm/arm64: vgic-its: Fix vgic_its_restore_collection_table returned value
` [PATCH v6 5/9] KVM: arm/arm64: vgic-its: Remove kvm_its_unmap_device
` [PATCH v6 6/9] KVM: arm/arm64: vgic-its: New helper functions to free the caches
` [PATCH v6 7/9] KVM: arm/arm64: vgic-its: Free caches when GITS_BASER Valid bit is cleared
` [PATCH v6 8/9] KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET
` [PATCH v6 9/9] KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESET

[PATCH v4 00/13] arm64/firmware: Software Delegated Exception Interface
 2017-11-01 15:59 UTC  (7+ messages)
` [PATCH v4 11/13] firmware: arm_sdei: add support for CPU private events
  ` [PATCH v4 14/13] firmware: arm_sdei: Move cpuhotplug registration later
` [PATCH 15/13] firmware: arm_sdei: move the frozen flag under the spinlock

[PATCH v1 1/3] arm64: add a macro for SError synchronization
 2017-11-01 14:13 UTC 

[PATCH v2 0/8] arm/arm64: KVM: limit icache invalidation to prefetch aborts
 2017-10-31 13:51 UTC  (7+ messages)
` [PATCH v2 2/8] arm: KVM: Add optimized PIPT icache flushing

[PATCH v4 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-31 10:57 UTC  (8+ messages)
` [PATCH v4 02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v4 20/28] arm64/sve: Add prctl controls for userspace vector length management

[PATCH v4] KVM: arm/arm64: fix the incompatible matching for external abort
 2017-10-30  7:33 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: Unify 32bit fault injection
 2017-10-30  7:28 UTC  (2+ messages)

[PATCH v5 00/26] KVM/ARM: Add support for GICv4
 2017-10-30  6:51 UTC  (7+ messages)
` [PATCH v5 01/26] irqchip/gic-v3-its: Setup VLPI properties at map time
` [PATCH v5 02/26] KVM: arm/arm64: register irq bypass consumer on ARM/ARM64
` [PATCH v5 24/26] KVM: arm/arm64: GICv4: Prevent userspace from changing doorbell affinity

[PATCH v4 00/26] KVM/ARM: Add support for GICv4
 2017-10-30  6:48 UTC  (13+ messages)
` [PATCH v4 23/26] KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved
` [PATCH v4 25/26] KVM: arm/arm64: GICv4: Prevent heterogenous systems from using GICv4

[PATCH v3] KVM: arm/arm64: fix the incompatible matching for external abort
 2017-10-30  1:13 UTC  (3+ messages)

[PATCH v5 00/20] KVM: arm/arm64: Optimize arch timer register handling
 2017-10-29  2:07 UTC  (6+ messages)
` [PATCH v5 02/20] arm64: Implement arch_counter_get_cntpct to read the physical counter
` [PATCH v5 21/20] arm/arm64: KVM: Load the timer state when enabling the timer

[PATCH v2] KVM: arm/arm64: Fix external abort type matching
 2017-10-28  5:22 UTC  (3+ messages)

[PATCH v2] KVM: arm/arm64: Fix external abort type matching
 2017-10-27 14:55 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox