messages from 2018-05-24 09:18:39 to 2018-05-31 11:42:16 UTC [more...]
[PATCH v2 0/6] KVM/arm64: Cache maintenance relaxations
2018-05-31 11:52 UTC (9+ 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 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 v2 00/17] arm64 SSBD (aka Spectre-v4) mitigation
2018-05-30 15:58 UTC (21+ 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] kvm: no need to check return value of debugfs_create functions
2018-05-29 17:06 UTC (2+ messages)
[PATCH] KVM: arm64: VHE: Migrate _elx sysreg accessors to msr_s/mrs_s
2018-05-29 14:20 UTC
[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 (14+ messages)
` [PATCH 03/14] ARM: bugs: hook processor bug checking into SMP and suspend paths
` [PATCH 09/14] ARM: spectre-v2: add PSCI based hardening
[PATCH v10 00/18] KVM: arm64: Optimise FPSIMD context switching
2018-05-25 11:28 UTC (46+ messages)
` [PATCH v10 04/18] KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change
` [PATCH v10 06/18] arm64: fpsimd: Generalise context saving for non-task contexts
` [PATCH v10 07/18] arm64: fpsimd: Eliminate task->mm checks
` [PATCH v10 09/18] KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flags
` [PATCH v10 10/18] KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
` [PATCH v10 11/18] arm64/sve: Move read_zcr_features() out of cpufeature.h
` [PATCH v10 12/18] arm64/sve: Switch sve_pffr() argument from task to thread
` [PATCH v10 13/18] arm64/sve: Move sve_pffr() to fpsimd.h and make inline
` [PATCH v10 14/18] KVM: arm64: Save host SVE context as appropriate
` [PATCH v10 15/18] KVM: arm64: Remove eager host SVE state saving
` [PATCH v10 16/18] KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()
` [PATCH v10 17/18] KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()
` [PATCH v10 18/18] KVM: arm64: Invoke FPSIMD context switch trap from C
[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 (26+ messages)
` [PATCH v11 01/19] arm64: fpsimd: Fix TIF_FOREIGN_FPSTATE after invalidating cpu regs
` [PATCH v11 02/19] thread_info: Add update_thread_flag() helpers
` [PATCH v11 03/19] arm64: Use update{,_tsk}_thread_flag()
` [PATCH v11 04/19] KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change
` [PATCH v11 05/19] KVM: arm64: Convert lazy FPSIMD context switch trap to C
` [PATCH v11 06/19] arm64: fpsimd: Generalise context saving for non-task contexts
` [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 v11 09/19] arm64/sve: Refactor user SVE trap maintenance for external use
` [PATCH v11 10/19] KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flags
` [PATCH v11 11/19] KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
` [PATCH v11 12/19] arm64/sve: Move read_zcr_features() out of cpufeature.h
` [PATCH v11 13/19] arm64/sve: Switch sve_pffr() argument from task to thread
` [PATCH v11 14/19] arm64/sve: Move sve_pffr() to fpsimd.h and make inline
` [PATCH v11 15/19] KVM: arm64: Save host SVE context as appropriate
` [PATCH v11 16/19] KVM: arm64: Remove eager host SVE state saving
` [PATCH v11 17/19] KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()
` [PATCH v11 18/19] KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()
` [PATCH v11 19/19] KVM: arm64: Invoke FPSIMD context switch trap from C
[PATCHv4 00/10] ARMv8.3 pointer authentication userspace support
2018-05-25 10:18 UTC (7+ messages)
` [PATCHv4 05/10] arm64/cpufeature: detect pointer authentication
` [PATCHv4 06/10] arm64: add basic pointer authentication support
[PATCH v4 14/26] arm64: kvm: Unmask PMR before entering guest
2018-05-25 9:49 UTC
[PATCH 0/4] KVM/arm64: Cache maintenance relaxations
2018-05-25 8:23 UTC (10+ messages)
` [PATCH 1/4] arm64: KVM: Add support for Stage-2 control of memory types and cacheability
` [PATCH 2/4] arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set
` [PATCH 3/4] KVM: arm/arm64: Remove unnecessary CMOs when creating HYP page tables
[PATCH 00/14] arm64 SSBD (aka Spectre-v4) mitigation
2018-05-24 13:34 UTC (42+ messages)
` [PATCH 01/14] arm/arm64: smccc: Add SMCCC-specific return codes
` [PATCH 02/14] arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1
` [PATCH 03/14] arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2
` [PATCH 04/14] arm64: Add ARCH_WORKAROUND_2 probing
` [PATCH 05/14] arm64: Add 'ssbd' command-line option
` [PATCH 06/14] arm64: ssbd: Add global mitigation state accessor
` [PATCH 07/14] arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation
` [PATCH 08/14] arm64: ssbd: Disable mitigation on CPU resume if required by user
` [PATCH 09/14] arm64: ssbd: Introduce thread flag to control userspace mitigation
` [PATCH 10/14] arm64: ssbd: Add prctl interface for per-thread mitigation
` [PATCH 11/14] arm64: KVM: Add HYP per-cpu accessors
` [PATCH 12/14] arm64: KVM: Add ARCH_WORKAROUND_2 support for guests
` [PATCH 13/14] arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests
` [PATCH 14/14] arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID
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