Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2018-05-25 09:49:20 to 2018-06-09 13:09:35 UTC [more...]

[PATCH v2 00/17] arm64 SSBD (aka Spectre-v4) mitigation
 2018-06-09 13:09 UTC  (26+ messages)
` [PATCH v2 01/17] arm/arm64: smccc: Add SMCCC-specific return codes
` [PATCH v2 02/17] arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1
` [PATCH v2 03/17] arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2
` [PATCH v2 04/17] arm64: Add ARCH_WORKAROUND_2 probing
` [PATCH v2 05/17] arm64: Add 'ssbd' command-line option
` [PATCH v2 06/17] arm64: ssbd: Add global mitigation state accessor
` [PATCH v2 07/17] arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation
` [PATCH v2 08/17] arm64: ssbd: Restore mitigation status on CPU resume
` [PATCH v2 09/17] arm64: ssbd: Introduce thread flag to control userspace mitigation
` [PATCH v2 10/17] arm64: ssbd: Add prctl interface for per-thread mitigation
` [PATCH v2 11/17] arm64: KVM: Add HYP per-cpu accessors
` [PATCH v2 12/17] arm64: KVM: Add ARCH_WORKAROUND_2 support for guests
` [PATCH v2 13/17] arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests
` [PATCH v2 14/17] arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID
` [PATCH v2 15/17] arm64: Add test_and_clear_flag and set_flag atomic assembler primitives
` [PATCH v2 16/17] arm64: ssbd: Enable delayed setting of TIF_SSBD
` [PATCH v2 17/17] arm64: ssbd: Implement arch_seccomp_spec_mitigate

[PATCH v2 0/6] KVM/arm64: Cache maintenance relaxations
 2018-06-09 12:34 UTC  (23+ messages)
` [PATCH v2 1/6] arm64: KVM: Add support for Stage-2 control of memory types and cacheability
` [PATCH v2 2/6] arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is present
` [PATCH v2 3/6] arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set
` [PATCH v2 4/6] KVM: arm/arm64: Consolidate page-table accessors
` [PATCH v2 5/6] KVM: arm/arm64: Stop using {pmd,pud,pgd}_populate
` [PATCH v2 6/6] KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables

[PATCH] KVM: arm/arm64: drop resource size check for GICV window
 2018-06-09 12:09 UTC  (5+ messages)

A KVM kernel for FVP for ARM7
 2018-06-08 13:26 UTC  (4+ messages)

[PATCHv4 00/10] ARMv8.3 pointer authentication userspace support
 2018-06-08 13:11 UTC  (8+ messages)
` [PATCHv4 05/10] arm64/cpufeature: detect pointer authentication
` [PATCHv4 06/10] arm64: add basic pointer authentication support

[PATCH v3] KVM: arm/arm64: add WARN_ON if size is not PAGE_SIZE aligned in unmap_stage2_range
 2018-06-08  9:00 UTC  (2+ messages)

[PATCH v2 1/2] KVM: arm/arm64: add WARN_ON if size is not PAGE_SIZE aligned in unmap_stage2_range
 2018-06-08  8:59 UTC  (7+ messages)
` [PATCH v2 2/2] KVM: arm/arm64: harden unmap_stage2_ptes in case end is not PAGE_SIZE aligned

[C&TC2018] Submission Deadline July 3rd, 2018 - Best papers will be invited in a special issue of the Future Generation Computer Systems journal
 2018-06-05  8:58 UTC 

[PATCH v5 1/6] Add TTBR operator for kasan_init
 2018-06-05  6:14 UTC  (6+ messages)
` [PATCH v5 2/6] Disable instrumentation for some code
` [PATCH v5 3/6] Replace memory function for kasan
` [PATCH v5 4/6] Define the virtual space of KASan's shadow region
` [PATCH v5 5/6] Initialize the mapping of KASan shadow memory
` [PATCH v5 6/6] Enable KASan for arm

[PATCH v5 0/6] KASan for arm
 2018-06-05  6:14 UTC 

[PATCH] KVM: arm64: VHE: Migrate _elx sysreg accessors to msr_s/mrs_s
 2018-06-04 10:07 UTC  (3+ messages)

linux-next-20180601: build error in arch/arm64/kvm/hyp/hyp-entry.S
 2018-06-02  9:38 UTC  (4+ messages)

[GIT PULL] KVM/ARM updates for 4.18
 2018-06-01 17:18 UTC  (35+ messages)
` [PATCH 01/33] arm64: KVM: Use lm_alias() for kvm_ksym_ref()
` [PATCH 02/33] arm64: fpsimd: Fix TIF_FOREIGN_FPSTATE after invalidating cpu regs
` [PATCH 03/33] thread_info: Add update_thread_flag() helpers
` [PATCH 04/33] arm64: Use update{,_tsk}_thread_flag()
` [PATCH 05/33] KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change
` [PATCH 06/33] KVM: arm64: Convert lazy FPSIMD context switch trap to C
` [PATCH 07/33] arm64: fpsimd: Generalise context saving for non-task contexts
` [PATCH 08/33] arm64: fpsimd: Avoid FPSIMD context leakage for the init task
` [PATCH 09/33] arm64: fpsimd: Eliminate task->mm checks
` [PATCH 10/33] arm64/sve: Refactor user SVE trap maintenance for external use
` [PATCH 11/33] KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flags
` [PATCH 12/33] KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
` [PATCH 13/33] arm64/sve: Move read_zcr_features() out of cpufeature.h
` [PATCH 14/33] arm64/sve: Switch sve_pffr() argument from task to thread
` [PATCH 15/33] arm64/sve: Move sve_pffr() to fpsimd.h and make inline
` [PATCH 16/33] KVM: arm64: Save host SVE context as appropriate
` [PATCH 17/33] KVM: arm64: Remove eager host SVE state saving
` [PATCH 18/33] KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()
` [PATCH 19/33] KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()
` [PATCH 20/33] KVM: arm64: Invoke FPSIMD context switch trap from C
` [PATCH 21/33] KVM: arm/arm64: Set dist->spis to NULL after kfree
` [PATCH 22/33] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH 23/33] KVM: arm/arm64: Replace the single rdist region by a list
` [PATCH 24/33] KVM: arm/arm64: Helper to locate free rdist index
` [PATCH 25/33] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation
` [PATCH 26/33] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
` [PATCH 27/33] KVM: arm/arm64: Helper to register a new redistributor region
` [PATCH 28/33] KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init
` [PATCH 29/33] KVM: arm/arm64: Check vcpu redist base before registering an iodev
` [PATCH 30/33] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
` [PATCH 31/33] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH 32/33] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH 33/33] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512

[PATCH v5 00/15] ARM Spectre variant 2 fixes
 2018-05-31 10:11 UTC  (31+ messages)
` [PATCH v5 01/15] ARM: add more CPU part numbers for Cortex and Brahma B15 CPUs
` [PATCH v5 02/15] ARM: bugs: prepare processor bug infrastructure
` [PATCH v5 03/15] ARM: bugs: hook processor bug checking into SMP and suspend paths
` [PATCH v5 04/15] ARM: bugs: add support for per-processor bug checking
` [PATCH v5 05/15] ARM: spectre: add Kconfig symbol for CPUs vulnerable to Spectre
` [PATCH v5 06/15] ARM: spectre-v2: harden branch predictor on context switches
` [PATCH v5 07/15] ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bit
` [PATCH v5 08/15] ARM: spectre-v2: harden user aborts in kernel space
` [PATCH v5 09/15] ARM: spectre-v2: add firmware based hardening
` [PATCH v5 10/15] ARM: spectre-v2: warn about incorrect context switching functions
` [PATCH v5 11/15] ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17
` [PATCH v5 12/15] ARM: KVM: invalidate icache on guest exit for Cortex-A15
` [PATCH v5 13/15] ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15
` [PATCH v5 14/15] ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
` [PATCH v5 15/15] ARM: KVM: report support for SMCCC_ARCH_WORKAROUND_1

[PATCH] kvm: no need to check return value of debugfs_create functions
 2018-05-29 17:06 UTC  (2+ messages)

[PATCH v4 00/15] ARM Spectre variant 2 fixes
 2018-05-29  9:10 UTC  (16+ messages)
` [PATCH v4 01/15] ARM: add more CPU part numbers for Cortex and Brahma B15 CPUs
` [PATCH v4 02/15] ARM: bugs: prepare processor bug infrastructure
` [PATCH v4 03/15] ARM: bugs: hook processor bug checking into SMP and suspend paths
` [PATCH v4 04/15] ARM: bugs: add support for per-processor bug checking
` [PATCH v4 05/15] ARM: spectre: add Kconfig symbol for CPUs vulnerable to Spectre
` [PATCH v4 06/15] ARM: spectre-v2: harden branch predictor on context switches
` [PATCH v4 07/15] ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bit
` [PATCH v4 08/15] ARM: spectre-v2: harden user aborts in kernel space
` [PATCH v4 09/15] ARM: spectre-v2: add firmware based hardening
` [PATCH v4 10/15] ARM: spectre-v2: warn about incorrect context switching functions
` [PATCH v4 11/15] ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17
` [PATCH v4 12/15] ARM: KVM: invalidate icache on guest exit for Cortex-A15
` [PATCH v4 13/15] ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15
` [PATCH v4 14/15] ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
` [PATCH v4 15/15] ARM: KVM: report support for SMCCC_ARCH_WORKAROUND_1

[CFP]: 14th International Workshop on Security and Trust Management (STM 2018)
 2018-05-28 13:06 UTC 

[RFC PATCH v3 00/15] khwasan: kernel hardware assisted address sanitizer
 2018-05-28 12:21 UTC  (4+ messages)
` [RFC PATCH v3 15/15] khwasan: update kasan documentation

[PATCH v3 00/15] ARM Spectre variant 2 fixes
 2018-05-25 16:25 UTC  (21+ messages)
` [PATCH v3 01/15] ARM: add more CPU part numbers for Cortex and Brahma B15 CPUs
` [PATCH v3 02/15] ARM: bugs: prepare processor bug infrastructure
` [PATCH v3 03/15] ARM: bugs: hook processor bug checking into SMP and suspend paths
` [PATCH v3 04/15] ARM: bugs: add support for per-processor bug checking
` [PATCH v3 05/15] ARM: spectre: add Kconfig symbol for CPUs vulnerable to Spectre
` [PATCH v3 06/15] ARM: spectre-v2: harden branch predictor on context switches
` [PATCH v3 07/15] ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bit
` [PATCH v3 08/15] ARM: spectre-v2: harden user aborts in kernel space
` [PATCH v3 09/15] ARM: spectre-v2: add firmware based hardening
` [PATCH v3 10/15] ARM: spectre-v2: warn about incorrect context switching functions
` [PATCH v3 11/15] ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17
` [PATCH v3 12/15] ARM: KVM: invalidate icache on guest exit for Cortex-A15
` [PATCH v3 13/15] ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15
` [PATCH v3 14/15] ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
` [PATCH v3 15/15] ARM: KVM: report support for SMCCC_ARCH_WORKAROUND_1

[PATCH] arm64: vgic-v2: Fix proxying of cpuif access
 2018-05-25 16:09 UTC  (4+ messages)

[PATCH v2 00/14] ARM Spectre variant 2 fixes
 2018-05-25 11:31 UTC  (7+ messages)
` [PATCH 03/14] ARM: bugs: hook processor bug checking into SMP and suspend paths

[PATCH v10 07/18] arm64: fpsimd: Eliminate task->mm checks
 2018-05-25 11:28 UTC  (11+ messages)

[PATCHv2] ARM64: KVM: use lm_alias() for kvm_ksym_ref()
 2018-05-25 11:28 UTC  (4+ messages)

[PATCH v11 00/19] KVM: arm64: Optimise FPSIMD context switching
 2018-05-25 10:48 UTC  (6+ messages)
` [PATCH v11 07/19] arm64: fpsimd: Avoid FPSIMD context leakage for the init task
` [PATCH v11 08/19] arm64: fpsimd: Eliminate task->mm checks

[PATCH v4 14/26] arm64: kvm: Unmask PMR before entering guest
 2018-05-25  9:49 UTC 


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