messages from 2017-12-20 01:34:44 to 2018-01-12 12:07:47 UTC [more...]
[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
2018-01-12 12:07 UTC (42+ 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 00/16] kvm: arm64: Support for dynamic IPA size
2018-01-12 11:01 UTC (29+ messages)
` [PATCH v1 01/16] virtio: Validate queue pfn for 32bit transports
` [PATCH v1 02/16] irqchip: gicv3-its: Add helpers for handling 52bit address
` [PATCH v1 03/16] arm64: Make page table helpers reusable
` [PATCH v1 04/16] arm64: Refactor pud_huge for reusability
` [PATCH v1 05/16] arm64: Helper for parange to PASize
` [PATCH v1 06/16] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
` [PATCH v1 07/16] kvm: arm/arm64: Remove spurious WARN_ON
` [PATCH v1 08/16] kvm: arm/arm64: Clean up stage2 pgd life time
` [PATCH v1 09/16] kvm: arm/arm64: Delay stage2 page table allocation
` [PATCH v1 10/16] kvm: arm/arm64: Prepare for VM specific stage2 translations
` [PATCH v1 11/16] kvm: arm64: Make stage2 page table layout dynamic
` [PATCH v1 12/16] kvm: arm64: Dynamic configuration of VTCR and VTTBR mask
` [PATCH v1 13/16] kvm: arm64: Configure VTCR per VM
` [PATCH v1 14/16] kvm: arm64: Switch to per VM IPA
` [PATCH v1 15/16] kvm: arm64: Allow configuring physical address space size
` [PATCH v1 16/16] vgic: its: Add support for 52bit guest physical address
` [kvmtool hack 1/3] virtio: Handle aborts using invalid PFN
` [kvmtool hack 2/3] kvmtool: arm64: Add support for guest physical address size
` [kvmtool hack 3/3] kvmtool: arm64: Switch memory layout
[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)
[RFC 0/4] KVM: Support PUD hugepages at stage 2
2018-01-10 19:07 UTC (5+ messages)
` [RFC 1/4] arm64: Correct type for PUD macros
` [RFC 2/4] KVM: arm64: Support dirty page tracking for PUD hugepages
` [RFC 3/4] KVM: arm/arm64: Refactor Stage2 PMD hugepages support
` [RFC 4/4] KVM: arm64: Add support for PUD hugepages at stage 2
[PATCH] arm64: mm: Add additional parameter to uaccess_ttbr0_enable
2018-01-09 19:26 UTC (3+ messages)
[PATCH v5 00/30] ARM Scalable Vector Extension (SVE)
2018-01-09 16:51 UTC (3+ messages)
答复:[PATCH v9 0/7] Handle guest RAS Error in KVM and kernel
2018-01-09 15:10 UTC
[PATCH] arm64: Implement branch predictor hardening for Falkor
2018-01-09 11:05 UTC (9+ messages)
[PATCH v2 1/2] arm64: Define cputype macros for Falkor CPU
2018-01-09 10:04 UTC (4+ messages)
` [PATCH v2 2/2] arm64: Implement branch predictor hardening for Falkor
[PATCH 01/27] timecounter: Make cyclecounter struct part of timecounter struct
2018-01-09 9:01 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH] arm64: KVM: Hide PMU from guests when disabled
2018-01-08 18:41 UTC (4+ messages)
[PATCH v6 00/16] arm64/firmware: Software Delegated Exception Interface
2018-01-08 17:56 UTC (20+ messages)
` [PATCH v6 08/16] arm64: Add vmap_stack header file
` [PATCH v6 11/16] firmware: arm_sdei: Add support for CPU and system power states
` [PATCH v6 01/16] KVM: arm64: Store vcpu on the stack during __guest_enter()
` [PATCH v6 02/16] KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation
` [PATCH v6 03/16] KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
` [PATCH v6 04/16] arm64: alternatives: use tpidr_el2 on VHE hosts
` [PATCH v6 05/16] KVM: arm64: Stop save/restoring host tpidr_el1 on VHE
` [PATCH v6 06/16] Docs: dt: add devicetree binding for describing arm64 SDEI firmware
` [PATCH v6 07/16] firmware: arm_sdei: Add driver for Software Delegated Exceptions
` [PATCH v6 09/16] arm64: uaccess: Add PAN helper
` [PATCH v6 10/16] arm64: kernel: Add arch-specific SDEI entry code and CPU masking
` [PATCH v6 12/16] firmware: arm_sdei: add support for CPU private events
` [PATCH v6 15/16] arm64: mmu: add the entry trampolines start/end section markers into sections.h
` [PATCH v6 16/16] arm64: sdei: Add trampoline code for remapping the kernel
` [PATCH v6 13/16] arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEI
` [PATCH v6 14/16] firmware: arm_sdei: Discover SDEI support via ACPI
[PATCH v5 00/13] arm64/KVM: RAS & IESB for firmware first support
2018-01-08 16:27 UTC (11+ messages)
` [PATCH v5 04/13] arm64: kernel: Survive corrected RAS errors notified by SError
` [PATCH v5 07/13] KVM: arm/arm64: mask/unmask daif around VHE guests
` [PATCH v5 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-06 16:02 UTC (8+ messages)
` [PATCH v9 1/7] arm64: cpufeature: Detect CPU RAS Extentions
` [PATCH v9 2/7] KVM: arm64: Save ESR_EL2 on guest SError
` [PATCH v9 3/7] acpi: apei: Add SEI notification type support for ARMv8
` [PATCH v9 4/7] KVM: arm64: Trap RAS error registers and set HCR_EL2's TERR & TEA
` [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 v9 7/7] arm64: kvm: handle guest SError Interrupt by categorization
[PATCH 1/1] timecounter: Make cyclecounter struct part of timecounter struct
2018-01-06 4:29 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH v4 00/19] KVM/arm64: Randomise EL2 mappings
2018-01-04 18:43 UTC (20+ messages)
` [PATCH v4 01/19] arm64: asm-offsets: Avoid clashing DMA definitions
` [PATCH v4 02/19] arm64: asm-offsets: Remove unused definitions
` [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
[PATCH v4 00/21] SError rework + RAS&IESB for firmware first support
2018-01-03 16:00 UTC (4+ messages)
` [PATCH v4 10/21] arm64: entry.S: move SError handling into a C function for future expansion
[PATCH] KVM: arm/arm64: vgic-its: Fix vgic_v4 init
2018-01-02 13:50 UTC
[PATCH V2 0/7] 52-bit kernel VAs for arm64
2018-01-02 8:57 UTC (3+ messages)
` [PATCH V2 2/7] arm64: mm: Flip kernel VA space
[PATCH v9 0/9] Handle forwarded level-triggered interrupts
2018-01-02 9:09 UTC (13+ messages)
` [PATCH v9 1/9] KVM: arm/arm64: Remove redundant preemptible checks
` [PATCH v9 2/9] KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpu
` [PATCH v9 3/9] KVM: arm/arm64: Don't cache the timer IRQ level
` [PATCH v9 4/9] KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
` [PATCH v9 5/9] KVM: arm/arm64: Support a vgic interrupt line level sample function
` [PATCH v9 6/9] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
` [PATCH v9 7/9] KVM: arm/arm64: Provide a get_input_level for the arch timer
` [PATCH v9 8/9] KVM: arm/arm64: Avoid work when userspace iqchips are not used
` [PATCH v9 9/9] KVM: arm/arm64: Delete outdated forwarded irq documentation
[PATCH v2 00/36] Optimize KVM/ARM for VHE systems
2017-12-29 16:39 UTC (4+ messages)
` [PATCH v2 26/36] KVM: arm64: Defer saving/restoring system registers to vcpu load/put on VHE
[PATCH v3 00/19] KVM/arm64: Randomise EL2 mappings
2017-12-26 11:03 UTC (4+ messages)
` [PATCH v3 14/19] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
[kvm-unit-tests PATCH V2 0/2] Support micro operation measurement on arm64
2017-12-22 12:44 UTC (13+ messages)
` [kvm-unit-tests PATCH V2 1/2] arm/arm64: add GICD_IIDR definition
` [kvm-unit-tests PATCH V2 2/2] arm64: add micro test
[kvm-unit-tests PATCH] Support micro operation measurement on arm64
2017-12-21 14:32 UTC (12+ messages)
` [kvm-unit-tests PATCH] arm64: add micro test
[PATCH] KVM: arm/arm64: don't set vtimer->cnt_ctl in kvm_arch_timer_handler
2017-12-21 11:35 UTC (10+ 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