LinuxLists
Users
About
Alex Shi (
[email protected]
)
Number of posts: 292 (0.21 per day)
First post: 2014-01-06 13:35:53
Last post: 2017-11-24 06:27:52
Previous Page
/
Next Page
Date
List
Subject
2018-03-01 12:56:44
linux-kernel
[PATCH 03/45] arm64: barrier: Add CSDB macros to control data-value prediction
2018-03-01 12:56:23
linux-kernel
[PATCH 00/45] arm Spectre fix backport review for LTS 4.9
2018-03-01 11:55:12
linux-kernel
Re: [PATCH 01/29] arm64: mm: Use non-global mappings for kernel space
2018-02-28 04:13:03
linux-kernel
Re: [PATCH 46/52] arm: Add BTB invalidation on switch_mm for Cortex-A9, A12 and A17
2018-02-28 04:05:33
linux-kernel
[PATCH 10/29] arm64: mm: Map entry trampoline into trampoline and kernel page tables
2018-02-28 04:05:31
linux-kernel
[PATCH 13/29] arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
2018-02-28 04:04:31
linux-kernel
Re: [PATCH 0/29] arm meltdown fix backporting review for lts 4.9
2018-02-28 04:03:38
linux-kernel
[PATCH 29/29] arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives
2018-02-28 04:03:33
linux-kernel
[PATCH 22/29] arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
2018-02-28 04:02:33
linux-kernel
[PATCH 27/29] arm64: Force KPTI to be disabled on Cavium ThunderX
2018-02-28 04:02:25
linux-kernel
[PATCH 25/29] arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()
2018-02-28 04:02:23
linux-kernel
[PATCH 28/29] arm64: entry: Reword comment about post_ttbr_update_workaround
2018-02-28 04:02:06
linux-kernel
[PATCH 23/29] arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
2018-02-28 04:02:05
linux-kernel
[PATCH 26/29] arm64: kpti: Add ->enable callback to remap swapper using nG mappings
2018-02-28 04:02:02
linux-kernel
[PATCH 24/29] arm64: Turn on KPTI only on CPUs that need it
2018-02-28 04:01:55
linux-kernel
[PATCH 16/29] arm64: use RET instruction for exiting the trampoline
2018-02-28 04:01:55
linux-kernel
[PATCH 21/29] arm64: capabilities: Handle duplicate entries for a capability
2018-02-28 04:01:33
linux-kernel
[PATCH 06/29] arm64: factor out entry stack manipulation
2018-02-28 04:01:31
linux-kernel
[PATCH 20/29] arm64: Allow checking of a CPU-local erratum
2018-02-28 04:01:21
linux-kernel
[PATCH 18/29] arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
2018-02-28 04:01:19
linux-kernel
[PATCH 19/29] arm64: Take into account ID_AA64PFR0_EL1.CSV3
2018-02-28 04:01:02
linux-kernel
[PATCH 15/29] arm64: kaslr: Put kernel vectors address in separate data page
2018-02-28 04:00:59
linux-kernel
[PATCH 17/29] arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
2018-02-28 04:00:56
linux-kernel
[PATCH 12/29] arm64: entry: Hook up entry trampoline to exception vectors
2018-02-28 04:00:40
linux-kernel
[PATCH 14/29] arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
2018-02-28 04:00:34
linux-kernel
[PATCH 11/29] arm64: entry: Explicitly pass exception level to kernel_ventry macro
2018-02-28 04:00:26
linux-kernel
[PATCH 09/29] arm64: entry: Add exception trampoline page for exceptions from EL0
2018-02-28 04:00:11
linux-kernel
[PATCH 08/29] module: extend 'rodata=off' boot cmdline parameter to module mappings
2018-02-28 04:00:03
linux-kernel
[PATCH 07/29] arm64: entry.S: move SError handling into a C function for future expansion
2018-02-28 03:59:21
linux-kernel
[PATCH 05/29] arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
2018-02-28 03:59:08
linux-kernel
[PATCH 04/29] arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
2018-02-28 03:59:01
linux-kernel
[PATCH 02/29] arm64: mm: Move ASID from TTBR0 to TTBR1
2018-02-28 03:59:01
linux-kernel
[PATCH 03/29] arm64: mm: Allocate ASIDs in pairs
2018-02-28 03:59:01
linux-kernel
[PATCH 01/29] arm64: mm: Use non-global mappings for kernel space
2018-02-28 03:59:01
linux-kernel
[PATCH 0/29] arm meltdown fix backporting review for lts 4.9
2018-02-26 10:42:16
linux-kernel
Re: [PATCH 46/52] arm: Add BTB invalidation on switch_mm for Cortex-A9, A12 and A17
2018-02-26 08:41:24
linux-kernel
[PATCH 01/52] mm: Introduce lm_alias
2018-02-26 08:40:24
linux-kernel
[PATCH 07/52] arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macro
2018-02-26 08:38:32
linux-kernel
[PATCH 13/52] arm64: uaccess: Prevent speculative use of the current addr_limit
2018-02-26 08:37:30
linux-kernel
[PATCH 15/52] arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
2018-02-26 08:35:17
linux-kernel
[PATCH 17/52] drivers/firmware: Expose psci_get_version through psci_ops structure
2018-02-26 08:35:16
linux-kernel
[PATCH 21/52] arm64: cpufeature: Pass capability structure to ->enable callback
2018-02-26 08:33:55
linux-kernel
[PATCH 27/52] arm64: entry: Apply BP hardening for suspicious interrupts from EL0
2018-02-26 08:33:11
linux-kernel
[PATCH 29/52] arm64: Implement branch predictor hardening for affected Cortex-A CPUs
2018-02-26 08:32:44
linux-kernel
[PATCH 36/52] arm64: KVM: Make PSCI_VERSION a fast path
2018-02-26 08:32:32
linux-kernel
[PATCH 34/52] arm/arm64: KVM: Implement PSCI 1.0 support
2018-02-26 08:31:20
linux-kernel
[PATCH 42/52] arm/arm64: smccc: Make function identifiers an unsigned quantity
2018-02-26 08:31:04
linux-kernel
[PATCH 46/52] arm: Add BTB invalidation on switch_mm for Cortex-A9, A12 and A17
2018-02-26 08:30:41
linux-kernel
[PATCH 51/52] arm: KVM: Invalidate icache on guest exit for Cortex-A15
2018-02-26 08:30:14
linux-kernel
[PATCH 50/52] arm: Invalidate icache on prefetch abort outside of user mapping on Cortex-A15
2018-02-26 08:30:08
linux-kernel
[PATCH 48/52] arm: KVM: Invalidate BTB on guest exit for Cortex-A12/A17