messages from 2017-11-30 11:29:59 to 2017-12-07 09:35:31 UTC [more...]
[PATCH] arm64: kvm: Prevent restoring stale PMSCR_EL1 for vcpu
2017-12-07 9:35 UTC (3+ messages)
[PATCH v8 0/7] Support RAS virtualization in KVM
2017-12-07 6:37 UTC (6+ messages)
` [PATCH v8 7/7] arm64: kvm: handle SError Interrupt by categorization
[PATCH v5 00/30] ARM Scalable Vector Extension (SVE)
2017-12-06 19:56 UTC (3+ messages)
` [PATCH v5 15/30] arm64/sve: Signal handling support
[PATCH v5 00/16] arm64/firmware: Software Delegated Exception Interface
2017-12-06 19:01 UTC (17+ messages)
` [PATCH v5 01/16] KVM: arm64: Store vcpu on the stack during __guest_enter()
` [PATCH v5 02/16] KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation
` [PATCH v5 03/16] KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
` [PATCH v5 04/16] arm64: alternatives: use tpidr_el2 on VHE hosts
` [PATCH v5 05/16] KVM: arm64: Stop save/restoring host tpidr_el1 on VHE
` [PATCH v5 06/16] Docs: dt: add devicetree binding for describing arm64 SDEI firmware
` [PATCH v5 07/16] firmware: arm_sdei: Add driver for Software Delegated Exceptions
` [PATCH v5 08/16] arm64: Add vmap_stack header file
` [PATCH v5 09/16] arm64: uaccess: Add PAN helper
` [PATCH v5 10/16] arm64: kernel: Add arch-specific SDEI entry code and CPU masking
` [PATCH v5 11/16] firmware: arm_sdei: Add support for CPU and system power states
` [PATCH v5 12/16] firmware: arm_sdei: add support for CPU private events
` [PATCH v5 13/16] arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEI
` [PATCH v5 14/16] firmware: arm_sdei: Discover SDEI support via ACPI
` [PATCH v5 15/16] arm64: mmu: add the entry tramolines start/end section markers into sections.h
` [PATCH v5 16/16] arm64: sdei: Add trampoline code for remapping the kernel
[PATCH v2 0/3] arm64: SVE fixes for v4.15-rc2
2017-12-06 16:45 UTC (4+ messages)
` [PATCH 1/3] arm64: fpsimd: Prevent registers leaking from dead tasks
` [PATCH 2/3] arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu
` [PATCH 3/3] arm64/sve: Avoid dereference of dead task_struct in KVM guest entry
[PATCH v6 0/8] Handle forwarded level-triggered interrupts
2017-12-06 16:38 UTC (20+ messages)
` [PATCH v6 1/8] KVM: arm/arm64: Remove redundant preemptible checks
` [PATCH v6 2/8] KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpu
` [PATCH v6 3/8] KVM: arm/arm64: Don't cache the timer IRQ level
` [PATCH v6 4/8] KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
` [PATCH v6 5/8] KVM: arm/arm64: Support a vgic interrupt line level sample function
` [PATCH v6 6/8] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
` [PATCH v6 7/8] KVM: arm/arm64: Provide a get_input_level for the arch timer
` [PATCH v6 8/8] KVM: arm/arm64: Avoid work when userspace iqchips are not used
[PATCH 1/1] timecounter: Make cyclecounter struct part of timecounter struct
2017-12-06 16:24 UTC (4+ messages)
` [Intel-wired-lan] "
[PATCH 00/37] Optimize KVM/ARM for VHE systems
2017-12-06 15:38 UTC (60+ messages)
` [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 32/37] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH 37/37] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs
[PATCH 00/18] KVM/arm64: Randomise EL2 mappings
2017-12-06 15:39 UTC (23+ messages)
` [PATCH 01/18] arm64: asm-offsets: Avoid clashing DMA definitions
` [PATCH 02/18] arm64: asm-offsets: Remove unused definitions
` [PATCH 03/18] arm64: asm-offsets: Remove potential circular dependency
` [PATCH 04/18] arm64: alternatives: Enforce alignment of struct alt_instr
` [PATCH 05/18] arm64: alternatives: Add dynamic patching feature
` [PATCH 06/18] arm64: insn: Add N immediate encoding
` [PATCH 07/18] arm64: insn: Add encoder for bitwise operations using litterals
` [PATCH 08/18] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH 09/18] arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
` [PATCH 10/18] arm64; insn: Add encoder for the EXTR instruction
` [PATCH 11/18] arm64: insn: Allow ADD/SUB (immediate) with LSL #12
` [PATCH 12/18] arm64: KVM: Introduce EL2 VA randomisation
` [PATCH 13/18] arm64: Update the KVM memory map documentation
` [PATCH 14/18] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH 15/18] KVM: arm/arm64: Demote HYP VA range display to being a debug feature
` [PATCH 16/18] KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
` [PATCH 17/18] KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
` [PATCH 18/18] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
4.15-rc1 crash on Midway in teardown_hyp_mode()
2017-12-06 14:41 UTC (4+ messages)
[PATCH 0/3] arm64: SVE fixes for v4.15-rc1
2017-12-06 11:55 UTC (13+ 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
[PULL 00/19] KVM/ARM Fixes for v4.15
2017-12-05 17:59 UTC (21+ messages)
` [PULL 01/19] KVM: arm/arm64: Don't enable/disable physical timer access on VHE
` [PULL 02/19] KVM: arm/arm64: VGIC: extend !vgic_is_initialized guard
` [PULL 03/19] KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocation
` [PULL 04/19] KVM: arm/arm64: vgic: Preserve the revious read from the pending table
` [PULL 05/19] KVM: arm/arm64: vgic-its: "
` [PULL 06/19] KVM: arm/arm64: vgic-its: Check result of allocation before use
` [PULL 07/19] KVM: arm/arm64: vgic-v4: Only perform an unmap for valid vLPIs
` [PULL 08/19] arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one
` [PULL 09/19] arm: KVM: Fix "
` [PULL 10/19] KVM: arm/arm64: debug: Introduce helper for single-step
` [PULL 11/19] kvm: arm64: handle single-stepping trapped instructions
` [PULL 12/19] kvm: arm64: handle single-step of userspace mmio instructions
` [PULL 13/19] kvm: arm64: handle single-step during SError exceptions
` [PULL 14/19] kvm: arm64: handle single-step of hyp emulated mmio instructions
` [PULL 15/19] KVM: arm/arm64: Avoid attempting to load timer vgic state without a vgic
` [PULL 16/19] kvm: arm: don't treat unavailable HYP mode as an error
` [PULL 17/19] KVM: arm/arm64: Fix spinlock acquisition in vgic_set_owner
` [PULL 18/19] KVM: arm/arm64: kvm_arch_destroy_vm cleanups
` [PULL 19/19] KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversion
[PATCH v3 00/16] Move vcpu_load and vcpu_put calls to arch code
2017-12-05 14:39 UTC (19+ messages)
` [PATCH v3 01/16] KVM: Take vcpu->mutex outside vcpu_load
` [PATCH v3 02/16] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH v3 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH v3 04/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH v3 05/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH v3 06/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH v3 07/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH v3 08/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH v3 09/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH v3 10/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH v3 11/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH v3 12/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH v3 13/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH v3 14/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH v3 15/16] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v3 16/16] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
[PATCH v4 0/2] Implement a software workaround for Falkor erratum 1041
2017-12-04 20:09 UTC (5+ messages)
` [PATCH v4 2/2] arm64: Add "
[PATCH] KVM: arm: Use PTR_ERR_OR_ZERO()
2017-12-04 19:40 UTC (4+ messages)
[PATCH v5 0/8] Handle forwarded level-triggered interrupts
2017-12-04 19:31 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 00/12] 52-bit kernel VAs for arm64
2017-12-04 18:12 UTC (20+ messages)
` [PATCH 01/12] KVM: arm/arm64: vgic: Remove spurious call to kern_hyp_va
` [PATCH 02/12] arm64: KVM: Enforce injective kern_hyp_va mappings
` [PATCH 03/12] arm/arm64: KVM: Formalise end of direct linear map
` [PATCH 04/12] arm64: Initialise high_memory global variable earlier
` [PATCH 05/12] arm64: mm: Remove VMALLOC checks from update_mapping_prot(.)
` [PATCH 06/12] arm64: mm: Flip kernel VA space
` [PATCH 07/12] arm64: mm: Place kImage at bottom of "
` [PATCH 08/12] arm64: kasan: Switch to using KASAN_SHADOW_OFFSET
` [PATCH 09/12] arm64: dump: Make kernel page table dumper dynamic again
` [PATCH 10/12] arm64: mm: Make VA_BITS variable, introduce VA_BITS_MIN
` [PATCH 11/12] arm64: KVM: Add support for an alternative VA space
` [PATCH 12/12] arm64: mm: Add 48/52-bit kernel VA support
[PULL 00/19] KVM/ARM Fixes for v4.15
2017-12-04 14:28 UTC (2+ messages)
[PATCHv2 00/12] ARMv8.3 pointer authentication userspace support
2017-12-04 12:49 UTC (5+ messages)
` [PATCHv2 12/12] arm64: docs: document pointer authentication
[PATCH] KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversion
2017-12-04 10:05 UTC (2+ messages)
[PATCH 1/1] timecounter: Make cyclecounter struct part of timecounter struct
2017-12-01 15:56 UTC (2+ messages)
[PATCH] KVM: arm/arm64: kvm_arch_destroy_vm cleanups
2017-12-01 9:46 UTC (4+ 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)
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