messages from 2018-01-11 12:15:42 to 2018-01-25 08:23:42 UTC [more...]
[PATCH v6 00/13] arm64/KVM: RAS & IESB for firmware first support
2018-01-25 8:27 UTC (35+ messages)
` [PATCH v6 01/13] arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
` [PATCH v6 02/13] arm64: sysreg: Move to use definitions for all the SCTLR bits
` [PATCH v6 03/13] arm64: cpufeature: Detect CPU RAS Extentions
` [PATCH v6 04/13] arm64: kernel: Survive corrected RAS errors notified by SError
` [PATCH v6 05/13] arm64: Unconditionally enable IESB on exception entry/return for firmware-first
` [PATCH v6 06/13] arm64: kernel: Prepare for a DISR user
` [PATCH v6 07/13] KVM: arm/arm64: mask/unmask daif around VHE guests
` [PATCH v6 08/13] KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2
` [PATCH v6 09/13] KVM: arm64: Save/Restore guest DISR_EL1
` [PATCH v6 10/13] KVM: arm64: Save ESR_EL2 on guest SError
` [PATCH v6 11/13] KVM: arm64: Handle RAS SErrors from EL1 on guest exit
` [PATCH v6 12/13] KVM: arm64: Handle RAS SErrors from EL2 "
` [PATCH v6 13/13] KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA
[PATCH v9 0/7] Handle guest RAS Error in KVM and kernel
2018-01-25 8:21 UTC (10+ messages)
` [PATCH v9 3/7] acpi: apei: Add SEI notification type support for ARMv8
` [PATCH v9 5/7] arm64: kvm: Introduce KVM_ARM_SET_SERROR_ESR ioctl
` [PATCH v9 6/7] arm64: kvm: Set Virtual SError Exception Syndrome for guest
[PATCH v3 0/2] Support micro operation measurement on arm64
2018-01-25 2:55 UTC (17+ messages)
` [PATCH v3 1/2] arm/arm64: add GICD_IIDR definition
` [PATCH v3 2/2] arm64: add micro test
[PATCH v9 5/7] arm64: kvm: Introduce KVM_ARM_SET_SERROR_ESR ioctl
2018-01-24 20:06 UTC
[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
2018-01-24 16:24 UTC (63+ messages)
` [PATCH v3 01/41] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v3 02/41] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
` [PATCH v3 03/41] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH v3 04/41] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH v3 05/41] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH v3 06/41] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH v3 07/41] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH v3 08/41] KVM: arm/arm64: Introduce vcpu_el1_is_32bit
` [PATCH v3 09/41] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH v3 10/41] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH v3 11/41] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH v3 12/41] KVM: arm64: Improve debug register save/restore flow
` [PATCH v3 13/41] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH v3 14/41] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH v3 15/41] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH v3 16/41] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH v3 17/41] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH v3 18/41] KVM: arm64: Move userspace system registers into separate function
` [PATCH v3 19/41] KVM: arm64: Rewrite sysreg alternatives to static keys
` [PATCH v3 20/41] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH v3 21/41] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe
` [PATCH v3 22/41] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH v3 23/41] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH v3 24/41] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH v3 25/41] KVM: arm64: Rewrite system register accessors to read/write functions
` [PATCH v3 26/41] KVM: arm64: Introduce framework for accessing deferred sysregs
` [PATCH v3 27/41] KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1
` [PATCH v3 28/41] KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1
` [PATCH v3 29/41] KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE
` [PATCH v3 30/41] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers
` [PATCH v3 31/41] KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put
` [PATCH v3 32/41] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH v3 33/41] KVM: arm64: Configure FPSIMD traps on vcpu load/put
` [PATCH v3 34/41] KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
` [PATCH v3 35/41] KVM: arm64: Separate activate_traps and deactive_traps for VHE and non-VHE
` [PATCH v3 36/41] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH v3 37/41] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH v3 38/41] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH v3 39/41] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [PATCH v3 40/41] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH v3 41/41] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs
[PATCH v6 03/13] arm64: cpufeature: Detect CPU RAS Extentions
2018-01-24 13:53 UTC
[PATCH] KVM: arm/arm64: Fix trailing semicolon
2018-01-23 15:11 UTC
[PATCH] KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
2018-01-23 14:55 UTC (2+ messages)
[PATCH v8 0/7] Support RAS virtualization in KVM
2018-01-22 19:36 UTC (20+ messages)
` [PATCH v8 7/7] arm64: kvm: handle SError Interrupt by categorization
[PATCH v9 0/9] Handle forwarded level-triggered interrupts
2018-01-22 17:58 UTC (4+ messages)
` [PATCH v9 7/9] KVM: arm/arm64: Provide a get_input_level for the arch timer
[RFC PATCH v2 0/5] Add virtio-iommu driver
2018-01-19 17:22 UTC (13+ 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
[PATCH v4 00/19] KVM/arm64: Randomise EL2 mappings
2018-01-18 20:28 UTC (37+ messages)
` [PATCH v4 03/19] arm64: asm-offsets: Remove potential circular dependency
` [PATCH v4 04/19] arm64: alternatives: Enforce alignment of struct alt_instr
` [PATCH v4 05/19] arm64: alternatives: Add dynamic patching feature
` [PATCH v4 06/19] arm64: insn: Add N immediate encoding
` [PATCH v4 07/19] arm64: insn: Add encoder for bitwise operations using literals
` [PATCH v4 08/19] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH v4 09/19] arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
` [PATCH v4 10/19] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH v4 11/19] KVM: arm/arm64: Demote HYP VA range display to being a debug feature
` [PATCH v4 12/19] KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
` [PATCH v4 13/19] KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
` [PATCH v4 14/19] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
` [PATCH v4 15/19] arm64; insn: Add encoder for the EXTR instruction
` [PATCH v4 16/19] arm64: insn: Allow ADD/SUB (immediate) with LSL #12
` [PATCH v4 17/19] arm64: KVM: Dynamically compute the HYP VA mask
` [PATCH v4 18/19] arm64: KVM: Introduce EL2 VA randomisation
` [PATCH v4 19/19] arm64: Update the KVM memory map documentation
[kvm-unit-tests PATCH V2 0/2] Support micro operation measurement on arm64
2018-01-17 21:49 UTC (6+ messages)
` [kvm-unit-tests PATCH V2 2/2] arm64: add micro test
[PATCH] arm64: mm: Add additional parameter to uaccess_ttbr0_disable
2018-01-17 12:57 UTC (3+ messages)
[PATCH v6 00/16] arm64/firmware: Software Delegated Exception Interface
2018-01-17 12:01 UTC (6+ messages)
` [PATCH v6 11/16] firmware: arm_sdei: Add support for CPU and system power states
[PATCH 2/3] arm/arm64: kvm: pmu: Make overflow handler NMI safe
2018-01-17 12:04 UTC
[PULL v2 0/3] KVM/ARM Fixes for v4.15 - Round 3
2018-01-16 17:02 UTC (4+ messages)
` [PULL v2 1/3] KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2
` [PULL v2 2/3] KVM: arm64: Fix GICv4 init when called from vgic_its_create
` [PULL v2 3/3] arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
[PATCH v5 00/30] ARM Scalable Vector Extension (SVE)
2018-01-16 16:05 UTC (7+ messages)
[RFC 0/4] KVM: Support PUD hugepages at stage 2
2018-01-16 11:39 UTC (4+ messages)
` [RFC 1/4] arm64: Correct type for PUD macros
[PATCH] arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
2018-01-16 10:42 UTC (2+ messages)
[PULL 0/2] KVM/ARM Fixes for v4.15 - Round 3
2018-01-12 12:59 UTC (4+ messages)
` [PULL 1/2] KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2
` [PULL 2/2] KVM: arm64: Fix GICv4 init when called from vgic_its_create
[PATCH 00/16] kvm: arm64: Support for dynamic IPA size
2018-01-12 11:01 UTC (9+ messages)
` [PATCH v1 01/16] virtio: Validate queue pfn for 32bit transports
[PATCH v2] KVM: arm/arm64: vgic-its: Fix vgicv4 init
2018-01-12 10:44 UTC (4+ messages)
[PATCH] KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2
2018-01-11 14:25 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