xref: /linux/arch/arm64/Kconfig (revision 59a6c7ac0a47154774cb44c59a8735f6a16b75f7)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
28c2c3df3SCatalin Marinasconfig ARM64
38c2c3df3SCatalin Marinas	def_bool y
46251d380SBesar Wicaksono	select ACPI_APMT if ACPI
5b6197b93SSuthikulpanit, Suravee	select ACPI_CCA_REQUIRED if ACPI
6d8f4f161SLorenzo Pieralisi	select ACPI_GENERIC_GSI if ACPI
75f1ae4ebSFu Wei	select ACPI_GTDT if ACPI
846800e38SGavin Shan	select ACPI_HOTPLUG_CPU if ACPI_PROCESSOR && HOTPLUG_CPU
9c6bb8f89SLorenzo Pieralisi	select ACPI_IORT if ACPI
106933de0cSAl Stone	select ACPI_REDUCED_HARDWARE_ONLY if ACPI
1152146173SSinan Kaya	select ACPI_MCFG if (ACPI && PCI)
12888125a7SAleksey Makarov	select ACPI_SPCR_TABLE if ACPI
130ce82232SJeremy Linton	select ACPI_PPTT if ACPI
1409587a09SZong Li	select ARCH_HAS_DEBUG_WX
156dd8b1a0SCatalin Marinas	select ARCH_BINFMT_ELF_EXTRA_PHDRS
16ab7876a9SDave Martin	select ARCH_BINFMT_ELF_STATE
171e866974SAnshuman Khandual	select ARCH_ENABLE_HUGEPAGE_MIGRATION if HUGETLB_PAGE && MIGRATION
1891024b3cSAnshuman Khandual	select ARCH_ENABLE_MEMORY_HOTPLUG
1966f24fa7SAnshuman Khandual	select ARCH_ENABLE_SPLIT_PMD_PTLOCK if PGTABLE_LEVELS > 2
201e866974SAnshuman Khandual	select ARCH_ENABLE_THP_MIGRATION if TRANSPARENT_HUGEPAGE
21c2280be8SAnshuman Khandual	select ARCH_HAS_CACHE_LINE_SIZE
2242be24a4SSuzuki K Poulose	select ARCH_HAS_CC_PLATFORM
234d873c5dSJonathan Cameron	select ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
242792d84eSKees Cook	select ARCH_HAS_CURRENT_STACK_POINTER
25ec6d06efSLaura Abbott	select ARCH_HAS_DEBUG_VIRTUAL
26399145f9SAnshuman Khandual	select ARCH_HAS_DEBUG_VM_PGTABLE
27de6c85bfSChristoph Hellwig	select ARCH_HAS_DMA_OPS if XEN
2813bf5cedSChristoph Hellwig	select ARCH_HAS_DMA_PREP_COHERENT
2938b04a74SJon Masters	select ARCH_HAS_ACPI_TABLE_UPGRADE if ACPI
30e75bef2aSRobin Murphy	select ARCH_HAS_FAST_MULTIPLIER
316974f0c4SDaniel Micay	select ARCH_HAS_FORTIFY_SOURCE
32957e3facSRiku Voipio	select ARCH_HAS_GCOV_PROFILE_ALL
334eb0716eSAlexandre Ghiti	select ARCH_HAS_GIGANTIC_PAGE
345e4c7549SAlexander Potapenko	select ARCH_HAS_KCOV
3571883ae3SSamuel Holland	select ARCH_HAS_KERNEL_FPU_SUPPORT if KERNEL_MODE_NEON
36d8ae8a37SChristoph Hellwig	select ARCH_HAS_KEEPINITRD
377303ecbfSKevin Brodsky	select ARCH_HAS_LAZY_MMU_MODE
38f1e3a12bSMathieu Desnoyers	select ARCH_HAS_MEMBARRIER_SYNC_CORE
39e7bafbf7SWill Deacon	select ARCH_HAS_MEM_ENCRYPT
400061b6e1SJeff Xu	select ARCH_SUPPORTS_MSEAL_SYSTEM_MAPPINGS
416cc9203bSPaul E. McKenney	select ARCH_HAS_NMI_SAFE_THIS_CPU_OPS
420ebeea8cSDaniel Borkmann	select ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE
4362df5870SYicong Yang	select ARCH_HAS_NONLEAF_PMD_YOUNG if ARM64_HAFT
44c8597e2dSMark Rutland	select ARCH_HAS_PREEMPT_LAZY
45f9aad622SAnshuman Khandual	select ARCH_HAS_PTDUMP
463010a5eaSLaurent Dufour	select ARCH_HAS_PTE_SPECIAL
4771ce1ab5SKinsey Ho	select ARCH_HAS_HW_PTE_YOUNG
48347cb6afSChristoph Hellwig	select ARCH_HAS_SETUP_DMA_OPS
494739d53fSArd Biesheuvel	select ARCH_HAS_SET_DIRECT_MAP
50d2852a22SDaniel Borkmann	select ARCH_HAS_SET_MEMORY
5142be24a4SSuzuki K Poulose	select ARCH_HAS_FORCE_DMA_UNENCRYPTED
525fc57df2SMark Brown	select ARCH_STACKWALK
53ad21fc4fSLaura Abbott	select ARCH_HAS_STRICT_KERNEL_RWX
54ad21fc4fSLaura Abbott	select ARCH_HAS_STRICT_MODULE_RWX
55886643b7SChristoph Hellwig	select ARCH_HAS_SYNC_DMA_FOR_DEVICE
56886643b7SChristoph Hellwig	select ARCH_HAS_SYNC_DMA_FOR_CPU
57d7eafe65SBarry Song	select ARCH_HAS_BATCHED_DMA_SYNC
584378a7d4SMark Rutland	select ARCH_HAS_SYSCALL_WRAPPER
591f85008eSLorenzo Pieralisi	select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
6063703f37SKefeng Wang	select ARCH_HAS_ZONE_DMA_SET if EXPERT
61ab7876a9SDave Martin	select ARCH_HAVE_ELF_PROT
62396a5d4aSStephen Boyd	select ARCH_HAVE_NMI_SAFE_CMPXCHG
63d593d64fSPrasad Sodagudi	select ARCH_HAVE_TRACE_MMIO_ACCESS
64350e88baSMike Rapoport	select ARCH_KEEP_MEMBLOCK
6504d5ea46SAneesh Kumar K.V	select ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
66c63c8700SSudeep Holla	select ARCH_USE_CMPXCHG_LOCKREF
67bf7f15c5SWill Deacon	select ARCH_USE_GNU_PROPERTY
68dce44566SAnshuman Khandual	select ARCH_USE_MEMTEST
69087133acSWill Deacon	select ARCH_USE_QUEUED_RWLOCKS
70c1109047SWill Deacon	select ARCH_USE_QUEUED_SPINLOCKS
7150479d58SMark Brown	select ARCH_USE_SYM_ANNOTATIONS
725d6ad668SMike Rapoport	select ARCH_SUPPORTS_DEBUG_PAGEALLOC
73855f9a8eSAnshuman Khandual	select ARCH_SUPPORTS_HUGETLBFS
74c484f256SJonathan (Zhixiong) Zhang	select ARCH_SUPPORTS_MEMORY_FAILURE
755287569aSSami Tolvanen	select ARCH_SUPPORTS_SHADOW_CALL_STACK if CC_HAVE_SHADOW_CALL_STACK
76112b6a8eSSami Tolvanen	select ARCH_SUPPORTS_LTO_CLANG if CPU_LITTLE_ENDIAN
77112b6a8eSSami Tolvanen	select ARCH_SUPPORTS_LTO_CLANG_THIN
7823ef9d43SKees Cook	select ARCH_SUPPORTS_CFI
794badad35SPeter Zijlstra	select ARCH_SUPPORTS_ATOMIC_RMW
8042a7ba16SNick Desaulniers	select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
8156166230SGanapatrao Kulkarni	select ARCH_SUPPORTS_NUMA_BALANCING
8242b25471SKefeng Wang	select ARCH_SUPPORTS_PAGE_TABLE_CHECK
83cd7f176aSSuren Baghdasaryan	select ARCH_SUPPORTS_PER_VMA_LOCK
843e509c9bSPeter Xu	select ARCH_SUPPORTS_HUGE_PFNMAP if TRANSPARENT_HUGEPAGE
85d8fccd9cSSebastian Andrzej Siewior	select ARCH_SUPPORTS_RT
867bd291abSPeter Zijlstra	select ARCH_SUPPORTS_SCHED_SMT
877bd291abSPeter Zijlstra	select ARCH_SUPPORTS_SCHED_CLUSTER
887bd291abSPeter Zijlstra	select ARCH_SUPPORTS_SCHED_MC
8943b3dfddSBarry Song	select ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH
9084c187afSYury Norov	select ARCH_WANT_COMPAT_IPC_PARSE_VERSION if COMPAT
9181c22041SDaniel Borkmann	select ARCH_WANT_DEFAULT_BPF_JIT
9267f3977fSAlexandre Ghiti	select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
93b6f35981SCatalin Marinas	select ARCH_WANT_FRAME_POINTERS
943876d4a3SAlexandre Ghiti	select ARCH_WANT_HUGE_PMD_SHARE if ARM64_4K_PAGES || (ARM64_16K_PAGES && !ARM64_VA_BITS_36)
9559612b24SNathan Chancellor	select ARCH_WANT_LD_ORPHAN_WARN
969456a159SAnshuman Khandual	select ARCH_WANTS_EXECMEM_LATE
9751c2ee6dSNick Desaulniers	select ARCH_WANTS_NO_INSTR
98d0637c50SBarry Song	select ARCH_WANTS_THP_SWAP if ARM64_4K_PAGES
99918327e9SKees Cook	select ARCH_HAS_UBSAN
10025c92a37SCatalin Marinas	select ARM_AMBA
1011aee5d7aSMark Rutland	select ARM_ARCH_TIMER
102c4188edcSCatalin Marinas	select ARM_GIC
103875cbf3eSAKASHI Takahiro	select AUDIT_ARCH_COMPAT_GENERIC
1043ee80364SArnd Bergmann	select ARM_GIC_V2M if PCI
105021f6537SMarc Zyngier	select ARM_GIC_V3
1063ee80364SArnd Bergmann	select ARM_GIC_V3_ITS if PCI
10753bb952aSLorenzo Pieralisi	select ARM_GIC_V5
108bff60792SMark Rutland	select ARM_PSCI_FW
10910916706SShile Zhang	select BUILDTIME_TABLE_SORT
110db2789b5SCatalin Marinas	select CLONE_BACKWARDS
1117ca2ef33SDeepak Saxena	select COMMON_CLK
112166936baSLorenzo Pieralisi	select CPU_PM if (SUSPEND || CPU_IDLE)
1133fbd56f0SChristoph Lameter (Ampere)	select CPUMASK_OFFSTACK if NR_CPUS > 256
1147bc13fd3SWill Deacon	select DCACHE_WORD_ACCESS
1159f0cb917SSteven Rostedt	select HAVE_EXTRA_IPI_TRACEPOINTS
116cfce092dSMark Rutland	select DYNAMIC_FTRACE if FUNCTION_TRACER
1171c1a429eSCatalin Marinas	select DMA_BOUNCE_UNALIGNED_KMALLOC
1180c3b3171SChristoph Hellwig	select DMA_DIRECT_REMAP
119ef37566cSCatalin Marinas	select EDAC_SUPPORT
1202f34f173SYang Shi	select FRAME_POINTER
12147a15aa5SMark Rutland	select FUNCTION_ALIGNMENT_4B
122baaf553dSMark Rutland	select FUNCTION_ALIGNMENT_8B if DYNAMIC_FTRACE_WITH_CALL_OPS
123d4932f9eSLaura Abbott	select GENERIC_ALLOCATOR
1242ef7a295SJuri Lelli	select GENERIC_ARCH_TOPOLOGY
1254b3dc967SWill Deacon	select GENERIC_CLOCKEVENTS_BROADCAST
1263be1a5c4SArd Biesheuvel	select GENERIC_CPU_AUTOPROBE
1274d873c5dSJonathan Cameron	select GENERIC_CPU_CACHE_MAINTENANCE
128d127db1aSJames Morse	select GENERIC_CPU_DEVICES
12961ae1321SMian Yousaf Kaukab	select GENERIC_CPU_VULNERABILITIES
130bf4b558eSMark Salter	select GENERIC_EARLY_IOREMAP
1312314ee4dSLeo Yan	select GENERIC_IDLE_POLL_SETUP
132f23eab0bSKefeng Wang	select GENERIC_IOREMAP
133b3cf0785SJinjie Ruan	select GENERIC_IRQ_ENTRY
134d3afc7f1SMarc Zyngier	select GENERIC_IRQ_IPI
135bad6722eSEliav Farber	select GENERIC_IRQ_KEXEC_CLEAR_VM_FORWARD
1368c2c3df3SCatalin Marinas	select GENERIC_IRQ_PROBE
1378c2c3df3SCatalin Marinas	select GENERIC_IRQ_SHOW
1386544e67bSSudeep Holla	select GENERIC_IRQ_SHOW_LEVEL
1396585bd82SPalmer Dabbelt	select GENERIC_LIB_DEVMEM_IS_ALLOWED
140cb61f676SArnd Bergmann	select GENERIC_PCI_IOMAP
14165cd4f6cSStephen Boyd	select GENERIC_SCHED_CLOCK
1428c2c3df3SCatalin Marinas	select GENERIC_SMP_IDLE_THREAD
14328b1a824SVincenzo Frascino	select GENERIC_GETTIMEOFDAY
1448c2c3df3SCatalin Marinas	select HARDIRQS_SW_RESEND
145fcbfe812SNiklas Schnelle	select HAS_IOPORT
14645544eeeSKalesh Singh	select HAVE_MOVE_PMD
147f5308c89SKalesh Singh	select HAVE_MOVE_PUD
148eb01d42aSChristoph Hellwig	select HAVE_PCI
1499f9a35a7STomasz Nowicki	select HAVE_ACPI_APEI if (ACPI && EFI)
1502a19be61SVlastimil Babka	select HAVE_ALIGNED_STRUCT_PAGE
151875cbf3eSAKASHI Takahiro	select HAVE_ARCH_AUDITSYSCALL
15242d9c75eSYury Norov	select HAVE_ARCH_BITREVERSE if BITREVERSE
153689eae42SAmit Daniel Kachhap	select HAVE_ARCH_COMPILER_H
154e9207223SKefeng Wang	select HAVE_ARCH_HUGE_VMALLOC
155324420bfSArd Biesheuvel	select HAVE_ARCH_HUGE_VMAP
1569732cafdSJiang Liu	select HAVE_ARCH_JUMP_LABEL
157c296146cSArd Biesheuvel	select HAVE_ARCH_JUMP_LABEL_RELATIVE
1580383808eSArd Biesheuvel	select HAVE_ARCH_KASAN
15962e2397cSMasahiro Yamada	select HAVE_ARCH_KASAN_VMALLOC
16062e2397cSMasahiro Yamada	select HAVE_ARCH_KASAN_SW_TAGS
16162e2397cSMasahiro Yamada	select HAVE_ARCH_KASAN_HW_TAGS if ARM64_MTE
162dd03762aSKefeng Wang	# Some instrumentation may be unsound, hence EXPERT
163dd03762aSKefeng Wang	select HAVE_ARCH_KCSAN if EXPERT
164840b2398SMarco Elver	select HAVE_ARCH_KFENCE
1659529247dSVijaya Kumar K	select HAVE_ARCH_KGDB
16657fbad15SKees Cook	select HAVE_ARCH_KSTACK_ERASE
1678f0d3aa9SDaniel Cashman	select HAVE_ARCH_MMAP_RND_BITS
1688f0d3aa9SDaniel Cashman	select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT
169271ca788SArd Biesheuvel	select HAVE_ARCH_PREL32_RELOCATIONS
17070918779SKees Cook	select HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET
171a1ae65b2SAKASHI Takahiro	select HAVE_ARCH_SECCOMP_FILTER
1729e8084d3SKees Cook	select HAVE_ARCH_THREAD_STRUCT_WHITELIST
1738c2c3df3SCatalin Marinas	select HAVE_ARCH_TRACEHOOK
1748ee70879SYang Shi	select HAVE_ARCH_TRANSPARENT_HUGEPAGE
175e3067861SMark Rutland	select HAVE_ARCH_VMAP_STACK
1768ee70879SYang Shi	select HAVE_ARM_SMCCC
1772ff2b7ecSMasahiro Yamada	select HAVE_ASM_MODVERSIONS
1786077776bSDaniel Borkmann	select HAVE_EBPF_JIT
179af64d2aaSAKASHI Takahiro	select HAVE_C_RECORDMCOUNT
1805284e1b4SSteve Capper	select HAVE_CMPXCHG_DOUBLE
18195eff6b2SWill Deacon	select HAVE_CMPXCHG_LOCAL
18224a9c541SFrederic Weisbecker	select HAVE_CONTEXT_TRACKING_USER
183b69ec42bSCatalin Marinas	select HAVE_DEBUG_KMEMLEAK
1846ac2104dSLaura Abbott	select HAVE_DMA_CONTIGUOUS
185bd7d38dbSAKASHI Takahiro	select HAVE_DYNAMIC_FTRACE
1862aa6ac03SFlorent Revest	select HAVE_DYNAMIC_FTRACE_WITH_ARGS \
187b3d6121eSMark Rutland		if (GCC_SUPPORTS_DYNAMIC_FTRACE_WITH_ARGS || \
188b3d6121eSMark Rutland		    CLANG_SUPPORTS_DYNAMIC_FTRACE_WITH_ARGS)
1892aa6ac03SFlorent Revest	select HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS \
1902aa6ac03SFlorent Revest		if DYNAMIC_FTRACE_WITH_ARGS && DYNAMIC_FTRACE_WITH_CALL_OPS
191baaf553dSMark Rutland	select HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS \
19223ef9d43SKees Cook		if (DYNAMIC_FTRACE_WITH_ARGS && !CFI && \
193a743f26dSStephen Boyd		    (CC_IS_CLANG || !CC_OPTIMIZE_FOR_SIZE))
194a31d793dSSami Tolvanen	select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY \
19526299b3fSMark Rutland		if DYNAMIC_FTRACE_WITH_ARGS
1968c3526fbSFlorent Revest	select HAVE_SAMPLE_FTRACE_DIRECT
1978c3526fbSFlorent Revest	select HAVE_SAMPLE_FTRACE_DIRECT_MULTI
198b3d09d06SSteven Rostedt	select HAVE_BUILDTIME_MCOUNT_SORT
19950afc33aSWill Deacon	select HAVE_EFFICIENT_UNALIGNED_ACCESS
20025176ad0SDavid Hildenbrand	select HAVE_GUP_FAST
201a762e926SMasami Hiramatsu (Google)	select HAVE_FTRACE_GRAPH_FUNC
202819e50e2SAKASHI Takahiro	select HAVE_FUNCTION_TRACER
20342d038c4SLeo Yan	select HAVE_FUNCTION_ERROR_INJECTION
204a3ed4157SMasami Hiramatsu (Google)	select HAVE_FUNCTION_GRAPH_FREGS
205819e50e2SAKASHI Takahiro	select HAVE_FUNCTION_GRAPH_TRACER
2066b90bd4bSEmese Revfy	select HAVE_GCC_PLUGINS
207d7a0fe9eSDouglas Anderson	select HAVE_HARDLOCKUP_DETECTOR_PERF if PERF_EVENTS && \
208d7a0fe9eSDouglas Anderson		HW_PERF_EVENTS && HAVE_PERF_EVENTS_NMI
2098c2c3df3SCatalin Marinas	select HAVE_HW_BREAKPOINT if PERF_EVENTS
210893dea9cSKefeng Wang	select HAVE_IOREMAP_PROT
21124da208dSWill Deacon	select HAVE_IRQ_TIME_ACCOUNTING
2128e7a67caSCatalin Marinas	select HAVE_LIVEPATCH
213ea3752baSMark Rutland	select HAVE_MOD_ARCH_SPECIFIC
214396a5d4aSStephen Boyd	select HAVE_NMI
2158c2c3df3SCatalin Marinas	select HAVE_PERF_EVENTS
216d7a0fe9eSDouglas Anderson	select HAVE_PERF_EVENTS_NMI if ARM64_PSEUDO_NMI
2172ee0d7fdSJean Pihet	select HAVE_PERF_REGS
2182ee0d7fdSJean Pihet	select HAVE_PERF_USER_STACK_DUMP
2191b2d3451SMark Rutland	select HAVE_PREEMPT_DYNAMIC_KEY
2200a8ea52cSDavid A. Long	select HAVE_REGS_AND_STACK_ACCESS_API
2218e7a67caSCatalin Marinas	select HAVE_RELIABLE_STACKTRACE
222a68773bdSNicolas Saenz Julienne	select HAVE_POSIX_CPU_TIMERS_TASK_WORK
223a823c35fSMasami Hiramatsu	select HAVE_FUNCTION_ARG_ACCESS_API
224ff2e6d72SPeter Zijlstra	select MMU_GATHER_RCU_TABLE_FREE
225409d5db4SWill Deacon	select HAVE_RSEQ
226d077242dSAlice Ryhl	select HAVE_RUST if RUSTC_SUPPORTS_ARM64
227d148eac0SMasahiro Yamada	select HAVE_STACKPROTECTOR
22854ac9ff8SArd Biesheuvel	select HAVE_STATIC_CALL if CFI
229055b1212SAKASHI Takahiro	select HAVE_SYSCALL_TRACEPOINTS
2302dd0e8d2SSandeepa Prabhu	select HAVE_KPROBES
231cd1ee3b1SMasami Hiramatsu	select HAVE_KRETPROBES
23228b1a824SVincenzo Frascino	select HAVE_GENERIC_VDSO
233b3091f17SThomas Gleixner	select HOTPLUG_CORE_SYNC_DEAD if HOTPLUG_CPU
234eed4583bSYicong Yang	select HOTPLUG_SMT if HOTPLUG_CPU
2358c2c3df3SCatalin Marinas	select IRQ_DOMAIN
236e8557d1fSAnders Roxell	select IRQ_FORCED_THREADING
237727c2a53SMarc Zyngier	select JUMP_LABEL
238f6f37d93SAndrey Konovalov	select KASAN_VMALLOC if KASAN
239ae870a68SLinus Torvalds	select LOCK_MM_AND_FIND_VMA
240fea2acaaSCatalin Marinas	select MODULES_USE_ELF_RELA
241f616ab59SChristoph Hellwig	select NEED_DMA_MAP_STATE
24286596f0aSChristoph Hellwig	select NEED_SG_DMA_LENGTH
2438c2c3df3SCatalin Marinas	select OF
2448c2c3df3SCatalin Marinas	select OF_EARLY_FLATTREE
2452eac9c2dSChristoph Hellwig	select PCI_DOMAINS_GENERIC if PCI
24652146173SSinan Kaya	select PCI_ECAM if (ACPI && PCI)
24720f1b79dSChristoph Hellwig	select PCI_SYSCALL if PCI
248aa1e8ec1SCatalin Marinas	select POWER_RESET
249aa1e8ec1SCatalin Marinas	select POWER_SUPPLY
2508c2c3df3SCatalin Marinas	select SPARSE_IRQ
25109230cbcSChristoph Hellwig	select SWIOTLB
2527ac57a89SCatalin Marinas	select SYSCTL_EXCEPTION_TRACE
253c02433ddSMark Rutland	select THREAD_INFO_IN_TASK
2547677f7fdSAxel Rasmussen	select HAVE_ARCH_USERFAULTFD_MINOR if USERFAULTFD
2555b32510aSRyan Roberts	select HAVE_ARCH_USERFAULTFD_WP if USERFAULTFD
2564aae683fSMasahiro Yamada	select TRACE_IRQFLAGS_SUPPORT
2573381da25SMark Rutland	select TRACE_IRQFLAGS_NMI_SUPPORT
2588eb858c4SQi Zheng	select HAVE_SOFTIRQ_ON_OWN_STACK
259410e471fSchenqiwu	select USER_STACKTRACE_SUPPORT
260712676eaSAdhemerval Zanella	select VDSO_GETRANDOM
261ef6861b8SBreno Leitao	select VMAP_STACK
2628c2c3df3SCatalin Marinas	help
2638c2c3df3SCatalin Marinas	  ARM 64-bit (AArch64) Linux support.
2648c2c3df3SCatalin Marinas
265d077242dSAlice Ryhlconfig RUSTC_SUPPORTS_ARM64
266d077242dSAlice Ryhl	def_bool y
267d077242dSAlice Ryhl	depends on CPU_LITTLE_ENDIAN
268d077242dSAlice Ryhl
26926299b3fSMark Rutlandconfig CLANG_SUPPORTS_DYNAMIC_FTRACE_WITH_ARGS
27045bd8951SNathan Chancellor	def_bool CC_IS_CLANG
27145bd8951SNathan Chancellor	# https://github.com/ClangBuiltLinux/linux/issues/1507
27245bd8951SNathan Chancellor	depends on AS_IS_GNU || (AS_IS_LLVM && (LD_IS_LLD || LD_VERSION >= 23600))
27345bd8951SNathan Chancellor
27426299b3fSMark Rutlandconfig GCC_SUPPORTS_DYNAMIC_FTRACE_WITH_ARGS
27545bd8951SNathan Chancellor	def_bool CC_IS_GCC
27645bd8951SNathan Chancellor	depends on $(cc-option,-fpatchable-function-entry=2)
27745bd8951SNathan Chancellor
2788c2c3df3SCatalin Marinasconfig 64BIT
2798c2c3df3SCatalin Marinas	def_bool y
2808c2c3df3SCatalin Marinas
2818c2c3df3SCatalin Marinasconfig MMU
2828c2c3df3SCatalin Marinas	def_bool y
2838c2c3df3SCatalin Marinas
284c0d6de32SGavin Shanconfig ARM64_CONT_PTE_SHIFT
285030c4d24SMark Rutland	int
286d3e5bab9SArnd Bergmann	default 5 if PAGE_SIZE_64KB
287d3e5bab9SArnd Bergmann	default 7 if PAGE_SIZE_16KB
288030c4d24SMark Rutland	default 4
289030c4d24SMark Rutland
290e6765941SGavin Shanconfig ARM64_CONT_PMD_SHIFT
291e6765941SGavin Shan	int
292d3e5bab9SArnd Bergmann	default 5 if PAGE_SIZE_64KB
293d3e5bab9SArnd Bergmann	default 5 if PAGE_SIZE_16KB
294e6765941SGavin Shan	default 4
295e6765941SGavin Shan
2968f0d3aa9SDaniel Cashmanconfig ARCH_MMAP_RND_BITS_MIN
297d3e5bab9SArnd Bergmann	default 14 if PAGE_SIZE_64KB
298d3e5bab9SArnd Bergmann	default 16 if PAGE_SIZE_16KB
2998f0d3aa9SDaniel Cashman	default 18
3008f0d3aa9SDaniel Cashman
3018f0d3aa9SDaniel Cashman# max bits determined by the following formula:
30251ecb29fSAnshuman Khandual#  VA_BITS - PTDESC_TABLE_SHIFT
3038f0d3aa9SDaniel Cashmanconfig ARCH_MMAP_RND_BITS_MAX
3048f0d3aa9SDaniel Cashman	default 19 if ARM64_VA_BITS=36
3058f0d3aa9SDaniel Cashman	default 24 if ARM64_VA_BITS=39
3068f0d3aa9SDaniel Cashman	default 27 if ARM64_VA_BITS=42
3078f0d3aa9SDaniel Cashman	default 30 if ARM64_VA_BITS=47
308f101c564SKornel Dulęba	default 29 if (ARM64_VA_BITS=48 || ARM64_VA_BITS=52) && ARM64_64K_PAGES
309f101c564SKornel Dulęba	default 31 if (ARM64_VA_BITS=48 || ARM64_VA_BITS=52) && ARM64_16K_PAGES
310f101c564SKornel Dulęba	default 33 if (ARM64_VA_BITS=48 || ARM64_VA_BITS=52)
3118f0d3aa9SDaniel Cashman	default 14 if ARM64_64K_PAGES
3128f0d3aa9SDaniel Cashman	default 16 if ARM64_16K_PAGES
3138f0d3aa9SDaniel Cashman	default 18
3148f0d3aa9SDaniel Cashman
3158f0d3aa9SDaniel Cashmanconfig ARCH_MMAP_RND_COMPAT_BITS_MIN
3168f0d3aa9SDaniel Cashman	default 7 if ARM64_64K_PAGES
3178f0d3aa9SDaniel Cashman	default 9 if ARM64_16K_PAGES
3188f0d3aa9SDaniel Cashman	default 11
3198f0d3aa9SDaniel Cashman
3208f0d3aa9SDaniel Cashmanconfig ARCH_MMAP_RND_COMPAT_BITS_MAX
3218f0d3aa9SDaniel Cashman	default 16
3228f0d3aa9SDaniel Cashman
323ce816fa8SUwe Kleine-Königconfig NO_IOPORT_MAP
324d1e6dc91SLiviu Dudau	def_bool y if !PCI
3258c2c3df3SCatalin Marinas
3268c2c3df3SCatalin Marinasconfig STACKTRACE_SUPPORT
3278c2c3df3SCatalin Marinas	def_bool y
3288c2c3df3SCatalin Marinas
329bf0c4e04SJeff Vander Stoepconfig ILLEGAL_POINTER_VALUE
330bf0c4e04SJeff Vander Stoep	hex
331bf0c4e04SJeff Vander Stoep	default 0xdead000000000000
332bf0c4e04SJeff Vander Stoep
3338c2c3df3SCatalin Marinasconfig LOCKDEP_SUPPORT
3348c2c3df3SCatalin Marinas	def_bool y
3358c2c3df3SCatalin Marinas
3369fb7410fSDave P Martinconfig GENERIC_BUG
3379fb7410fSDave P Martin	def_bool y
3389fb7410fSDave P Martin	depends on BUG
3399fb7410fSDave P Martin
3409fb7410fSDave P Martinconfig GENERIC_BUG_RELATIVE_POINTERS
3419fb7410fSDave P Martin	def_bool y
3429fb7410fSDave P Martin	depends on GENERIC_BUG
3439fb7410fSDave P Martin
3448c2c3df3SCatalin Marinasconfig GENERIC_HWEIGHT
3458c2c3df3SCatalin Marinas	def_bool y
3468c2c3df3SCatalin Marinas
3478c2c3df3SCatalin Marinasconfig GENERIC_CSUM
3488c2c3df3SCatalin Marinas	def_bool y
3498c2c3df3SCatalin Marinas
3508c2c3df3SCatalin Marinasconfig GENERIC_CALIBRATE_DELAY
3518c2c3df3SCatalin Marinas	def_bool y
3528c2c3df3SCatalin Marinas
3534b3dc967SWill Deaconconfig SMP
3544b3dc967SWill Deacon	def_bool y
3554b3dc967SWill Deacon
3564cfb3613SArd Biesheuvelconfig KERNEL_MODE_NEON
3574cfb3613SArd Biesheuvel	def_bool y
3584cfb3613SArd Biesheuvel
35992cc15fcSRob Herringconfig FIX_EARLYCON_MEM
36092cc15fcSRob Herring	def_bool y
36192cc15fcSRob Herring
3629f25e6adSKirill A. Shutemovconfig PGTABLE_LEVELS
3639f25e6adSKirill A. Shutemov	int
36421539939SSuzuki K. Poulose	default 2 if ARM64_16K_PAGES && ARM64_VA_BITS_36
3659f25e6adSKirill A. Shutemov	default 2 if ARM64_64K_PAGES && ARM64_VA_BITS_42
366b6d00d47SSteve Capper	default 3 if ARM64_64K_PAGES && (ARM64_VA_BITS_48 || ARM64_VA_BITS_52)
3679f25e6adSKirill A. Shutemov	default 3 if ARM64_4K_PAGES && ARM64_VA_BITS_39
36844eaacf1SSuzuki K. Poulose	default 3 if ARM64_16K_PAGES && ARM64_VA_BITS_47
369352b0395SArd Biesheuvel	default 4 if ARM64_16K_PAGES && (ARM64_VA_BITS_48 || ARM64_VA_BITS_52)
37044eaacf1SSuzuki K. Poulose	default 4 if !ARM64_64K_PAGES && ARM64_VA_BITS_48
371352b0395SArd Biesheuvel	default 5 if ARM64_4K_PAGES && ARM64_VA_BITS_52
3729f25e6adSKirill A. Shutemov
3739842ceaeSPratyush Anandconfig ARCH_SUPPORTS_UPROBES
3749842ceaeSPratyush Anand	def_bool y
3759842ceaeSPratyush Anand
3768f360948SArd Biesheuvelconfig ARCH_PROC_KCORE_TEXT
3778f360948SArd Biesheuvel	def_bool y
3788f360948SArd Biesheuvel
3798bf9284dSVladimir Murzinconfig BROKEN_GAS_INST
3808bf9284dSVladimir Murzin	def_bool !$(as-instr,1:\n.inst 0\n.rept . - 1b\n\nnop\n.endr\n)
3818bf9284dSVladimir Murzin
3829df3f508SMark Rutlandconfig BUILTIN_RETURN_ADDRESS_STRIPS_PAC
3839df3f508SMark Rutland	bool
384cf63fe35SMike Rapoport (IBM)	# Clang's __builtin_return_address() strips the PAC since 12.0.0
385fafdea34SNathan Chancellor	# https://github.com/llvm/llvm-project/commit/2a96f47c5ffca84cd774ad402cacd137f4bf45e2
386634e4ff9SNathan Chancellor	default y if CC_IS_CLANG
3879df3f508SMark Rutland	# GCC's __builtin_return_address() strips the PAC since 11.1.0,
3889df3f508SMark Rutland	# and this was backported to 10.2.0, 9.4.0, 8.5.0, but not earlier
3899df3f508SMark Rutland	# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94891
3909df3f508SMark Rutland	default y if CC_IS_GCC && (GCC_VERSION >= 110100)
3919df3f508SMark Rutland	default y if CC_IS_GCC && (GCC_VERSION >= 100200) && (GCC_VERSION < 110000)
3929df3f508SMark Rutland	default y if CC_IS_GCC && (GCC_VERSION >=  90400) && (GCC_VERSION < 100000)
3939df3f508SMark Rutland	default y if CC_IS_GCC && (GCC_VERSION >=  80500) && (GCC_VERSION <  90000)
3949df3f508SMark Rutland	default n
3959df3f508SMark Rutland
3966bd1d0beSSteve Capperconfig KASAN_SHADOW_OFFSET
3976bd1d0beSSteve Capper	hex
3980fea6e9aSAndrey Konovalov	depends on KASAN_GENERIC || KASAN_SW_TAGS
399352b0395SArd Biesheuvel	default 0xdfff800000000000 if (ARM64_VA_BITS_48 || (ARM64_VA_BITS_52 && !ARM64_16K_PAGES)) && !KASAN_SW_TAGS
400352b0395SArd Biesheuvel	default 0xdfffc00000000000 if (ARM64_VA_BITS_47 || ARM64_VA_BITS_52) && ARM64_16K_PAGES && !KASAN_SW_TAGS
401f4693c27SArd Biesheuvel	default 0xdffffe0000000000 if ARM64_VA_BITS_42 && !KASAN_SW_TAGS
402f4693c27SArd Biesheuvel	default 0xdfffffc000000000 if ARM64_VA_BITS_39 && !KASAN_SW_TAGS
403f4693c27SArd Biesheuvel	default 0xdffffff800000000 if ARM64_VA_BITS_36 && !KASAN_SW_TAGS
404352b0395SArd Biesheuvel	default 0xefff800000000000 if (ARM64_VA_BITS_48 || (ARM64_VA_BITS_52 && !ARM64_16K_PAGES)) && KASAN_SW_TAGS
405352b0395SArd Biesheuvel	default 0xefffc00000000000 if (ARM64_VA_BITS_47 || ARM64_VA_BITS_52) && ARM64_16K_PAGES && KASAN_SW_TAGS
406f4693c27SArd Biesheuvel	default 0xeffffe0000000000 if ARM64_VA_BITS_42 && KASAN_SW_TAGS
407f4693c27SArd Biesheuvel	default 0xefffffc000000000 if ARM64_VA_BITS_39 && KASAN_SW_TAGS
408f4693c27SArd Biesheuvel	default 0xeffffff800000000 if ARM64_VA_BITS_36 && KASAN_SW_TAGS
4096bd1d0beSSteve Capper	default 0xffffffffffffffff
4106bd1d0beSSteve Capper
41168c76ad4SArd Biesheuvelconfig UNWIND_TABLES
41268c76ad4SArd Biesheuvel	bool
41368c76ad4SArd Biesheuvel
4146a377491SOlof Johanssonsource "arch/arm64/Kconfig.platforms"
4158c2c3df3SCatalin Marinas
4168c2c3df3SCatalin Marinasmenu "Kernel Features"
4178c2c3df3SCatalin Marinas
418c0a01b84SAndre Przywaramenu "ARM errata workarounds via the alternatives framework"
419c0a01b84SAndre Przywara
4206df696cdSOliver Uptonconfig AMPERE_ERRATUM_AC03_CPU_38
4216df696cdSOliver Upton        bool "AmpereOne: AC03_CPU_38: Certain bits in the Virtualization Translation Control Register and Translation Control Registers do not follow RES0 semantics"
4226df696cdSOliver Upton	default y
4236df696cdSOliver Upton	help
4246df696cdSOliver Upton	  This option adds an alternative code sequence to work around Ampere
425db0d8a84SD Scott Phillips	  errata AC03_CPU_38 and AC04_CPU_10 on AmpereOne.
4266df696cdSOliver Upton
4276df696cdSOliver Upton	  The affected design reports FEAT_HAFDBS as not implemented in
4286df696cdSOliver Upton	  ID_AA64MMFR1_EL1.HAFDBS, but (V)TCR_ELx.{HA,HD} are not RES0
4296df696cdSOliver Upton	  as required by the architecture. The unadvertised HAFDBS
4306df696cdSOliver Upton	  implementation suffers from an additional erratum where hardware
4316df696cdSOliver Upton	  A/D updates can occur after a PTE has been marked invalid.
4326df696cdSOliver Upton
4336df696cdSOliver Upton	  The workaround forces KVM to explicitly set VTCR_EL2.HA to 0,
4346df696cdSOliver Upton	  which avoids enabling unadvertised hardware Access Flag management
4356df696cdSOliver Upton	  at stage-2.
4366df696cdSOliver Upton
4376df696cdSOliver Upton	  If unsure, say Y.
4386df696cdSOliver Upton
439fed55f49SD Scott Phillipsconfig AMPERE_ERRATUM_AC04_CPU_23
440fed55f49SD Scott Phillips        bool "AmpereOne: AC04_CPU_23:  Failure to synchronize writes to HCR_EL2 may corrupt address translations."
441fed55f49SD Scott Phillips	default y
442fed55f49SD Scott Phillips	help
443fed55f49SD Scott Phillips	  This option adds an alternative code sequence to work around Ampere
444fed55f49SD Scott Phillips	  errata AC04_CPU_23 on AmpereOne.
445fed55f49SD Scott Phillips
446fed55f49SD Scott Phillips	  Updates to HCR_EL2 can rarely corrupt simultaneous translations for
447fed55f49SD Scott Phillips	  data addresses initiated by load/store instructions. Only
448fed55f49SD Scott Phillips	  instruction initiated translations are vulnerable, not translations
449fed55f49SD Scott Phillips	  from prefetches for example. A DSB before the store to HCR_EL2 is
450fed55f49SD Scott Phillips	  sufficient to prevent older instructions from hitting the window
451fed55f49SD Scott Phillips	  for corruption, and an ISB after is sufficient to prevent younger
452fed55f49SD Scott Phillips	  instructions from hitting the window for corruption.
453fed55f49SD Scott Phillips
454fed55f49SD Scott Phillips	  If unsure, say Y.
455fed55f49SD Scott Phillips
456c9460dcbSSuzuki K Pouloseconfig ARM64_WORKAROUND_CLEAN_CACHE
457bc15cf70SWill Deacon	bool
458c9460dcbSSuzuki K Poulose
459c0a01b84SAndre Przywaraconfig ARM64_ERRATUM_826319
460c0a01b84SAndre Przywara	bool "Cortex-A53: 826319: System might deadlock if a write cannot complete until read data is accepted"
461c0a01b84SAndre Przywara	default y
462c9460dcbSSuzuki K Poulose	select ARM64_WORKAROUND_CLEAN_CACHE
463c0a01b84SAndre Przywara	help
464c0a01b84SAndre Przywara	  This option adds an alternative code sequence to work around ARM
465c0a01b84SAndre Przywara	  erratum 826319 on Cortex-A53 parts up to r0p2 with an AMBA 4 ACE or
466c0a01b84SAndre Przywara	  AXI master interface and an L2 cache.
467c0a01b84SAndre Przywara
468c0a01b84SAndre Przywara	  If a Cortex-A53 uses an AMBA AXI4 ACE interface to other processors
469c0a01b84SAndre Przywara	  and is unable to accept a certain write via this interface, it will
470c0a01b84SAndre Przywara	  not progress on read data presented on the read data channel and the
471c0a01b84SAndre Przywara	  system can deadlock.
472c0a01b84SAndre Przywara
473c0a01b84SAndre Przywara	  The workaround promotes data cache clean instructions to
474c0a01b84SAndre Przywara	  data cache clean-and-invalidate.
475c0a01b84SAndre Przywara	  Please note that this does not necessarily enable the workaround,
476c0a01b84SAndre Przywara	  as it depends on the alternative framework, which will only patch
477c0a01b84SAndre Przywara	  the kernel if an affected CPU is detected.
478c0a01b84SAndre Przywara
479c0a01b84SAndre Przywara	  If unsure, say Y.
480c0a01b84SAndre Przywara
481c0a01b84SAndre Przywaraconfig ARM64_ERRATUM_827319
482c0a01b84SAndre Przywara	bool "Cortex-A53: 827319: Data cache clean instructions might cause overlapping transactions to the interconnect"
483c0a01b84SAndre Przywara	default y
484c9460dcbSSuzuki K Poulose	select ARM64_WORKAROUND_CLEAN_CACHE
485c0a01b84SAndre Przywara	help
486c0a01b84SAndre Przywara	  This option adds an alternative code sequence to work around ARM
487c0a01b84SAndre Przywara	  erratum 827319 on Cortex-A53 parts up to r0p2 with an AMBA 5 CHI
488c0a01b84SAndre Przywara	  master interface and an L2 cache.
489c0a01b84SAndre Przywara
490c0a01b84SAndre Przywara	  Under certain conditions this erratum can cause a clean line eviction
491c0a01b84SAndre Przywara	  to occur at the same time as another transaction to the same address
492c0a01b84SAndre Przywara	  on the AMBA 5 CHI interface, which can cause data corruption if the
493c0a01b84SAndre Przywara	  interconnect reorders the two transactions.
494c0a01b84SAndre Przywara
495c0a01b84SAndre Przywara	  The workaround promotes data cache clean instructions to
496c0a01b84SAndre Przywara	  data cache clean-and-invalidate.
497c0a01b84SAndre Przywara	  Please note that this does not necessarily enable the workaround,
498c0a01b84SAndre Przywara	  as it depends on the alternative framework, which will only patch
499c0a01b84SAndre Przywara	  the kernel if an affected CPU is detected.
500c0a01b84SAndre Przywara
501c0a01b84SAndre Przywara	  If unsure, say Y.
502c0a01b84SAndre Przywara
503c0a01b84SAndre Przywaraconfig ARM64_ERRATUM_824069
504c0a01b84SAndre Przywara	bool "Cortex-A53: 824069: Cache line might not be marked as clean after a CleanShared snoop"
505c0a01b84SAndre Przywara	default y
506c9460dcbSSuzuki K Poulose	select ARM64_WORKAROUND_CLEAN_CACHE
507c0a01b84SAndre Przywara	help
508c0a01b84SAndre Przywara	  This option adds an alternative code sequence to work around ARM
509c0a01b84SAndre Przywara	  erratum 824069 on Cortex-A53 parts up to r0p2 when it is connected
510c0a01b84SAndre Przywara	  to a coherent interconnect.
511c0a01b84SAndre Przywara
512c0a01b84SAndre Przywara	  If a Cortex-A53 processor is executing a store or prefetch for
513c0a01b84SAndre Przywara	  write instruction at the same time as a processor in another
514c0a01b84SAndre Przywara	  cluster is executing a cache maintenance operation to the same
515c0a01b84SAndre Przywara	  address, then this erratum might cause a clean cache line to be
516c0a01b84SAndre Przywara	  incorrectly marked as dirty.
517c0a01b84SAndre Przywara
518c0a01b84SAndre Przywara	  The workaround promotes data cache clean instructions to
519c0a01b84SAndre Przywara	  data cache clean-and-invalidate.
520c0a01b84SAndre Przywara	  Please note that this option does not necessarily enable the
521c0a01b84SAndre Przywara	  workaround, as it depends on the alternative framework, which will
522c0a01b84SAndre Przywara	  only patch the kernel if an affected CPU is detected.
523c0a01b84SAndre Przywara
524c0a01b84SAndre Przywara	  If unsure, say Y.
525c0a01b84SAndre Przywara
526c0a01b84SAndre Przywaraconfig ARM64_ERRATUM_819472
527c0a01b84SAndre Przywara	bool "Cortex-A53: 819472: Store exclusive instructions might cause data corruption"
528c0a01b84SAndre Przywara	default y
529c9460dcbSSuzuki K Poulose	select ARM64_WORKAROUND_CLEAN_CACHE
530c0a01b84SAndre Przywara	help
531c0a01b84SAndre Przywara	  This option adds an alternative code sequence to work around ARM
532c0a01b84SAndre Przywara	  erratum 819472 on Cortex-A53 parts up to r0p1 with an L2 cache
533c0a01b84SAndre Przywara	  present when it is connected to a coherent interconnect.
534c0a01b84SAndre Przywara
535c0a01b84SAndre Przywara	  If the processor is executing a load and store exclusive sequence at
536c0a01b84SAndre Przywara	  the same time as a processor in another cluster is executing a cache
537c0a01b84SAndre Przywara	  maintenance operation to the same address, then this erratum might
538c0a01b84SAndre Przywara	  cause data corruption.
539c0a01b84SAndre Przywara
540c0a01b84SAndre Przywara	  The workaround promotes data cache clean instructions to
541c0a01b84SAndre Przywara	  data cache clean-and-invalidate.
542c0a01b84SAndre Przywara	  Please note that this does not necessarily enable the workaround,
543c0a01b84SAndre Przywara	  as it depends on the alternative framework, which will only patch
544c0a01b84SAndre Przywara	  the kernel if an affected CPU is detected.
545c0a01b84SAndre Przywara
546c0a01b84SAndre Przywara	  If unsure, say Y.
547c0a01b84SAndre Przywara
548c0a01b84SAndre Przywaraconfig ARM64_ERRATUM_832075
549c0a01b84SAndre Przywara	bool "Cortex-A57: 832075: possible deadlock on mixing exclusive memory accesses with device loads"
550c0a01b84SAndre Przywara	default y
551c0a01b84SAndre Przywara	help
552c0a01b84SAndre Przywara	  This option adds an alternative code sequence to work around ARM
553c0a01b84SAndre Przywara	  erratum 832075 on Cortex-A57 parts up to r1p2.
554c0a01b84SAndre Przywara
555c0a01b84SAndre Przywara	  Affected Cortex-A57 parts might deadlock when exclusive load/store
556c0a01b84SAndre Przywara	  instructions to Write-Back memory are mixed with Device loads.
557c0a01b84SAndre Przywara
558c0a01b84SAndre Przywara	  The workaround is to promote device loads to use Load-Acquire
559c0a01b84SAndre Przywara	  semantics.
560c0a01b84SAndre Przywara	  Please note that this does not necessarily enable the workaround,
561c0a01b84SAndre Przywara	  as it depends on the alternative framework, which will only patch
562c0a01b84SAndre Przywara	  the kernel if an affected CPU is detected.
563c0a01b84SAndre Przywara
564c0a01b84SAndre Przywara	  If unsure, say Y.
565c0a01b84SAndre Przywara
566498cd5c3SMarc Zyngierconfig ARM64_ERRATUM_834220
5678c10cc10SWill Deacon	bool "Cortex-A57: 834220: Stage 2 translation fault might be incorrectly reported in presence of a Stage 1 fault (rare)"
568498cd5c3SMarc Zyngier	depends on KVM
569498cd5c3SMarc Zyngier	help
570498cd5c3SMarc Zyngier	  This option adds an alternative code sequence to work around ARM
571498cd5c3SMarc Zyngier	  erratum 834220 on Cortex-A57 parts up to r1p2.
572498cd5c3SMarc Zyngier
573498cd5c3SMarc Zyngier	  Affected Cortex-A57 parts might report a Stage 2 translation
574498cd5c3SMarc Zyngier	  fault as the result of a Stage 1 fault for load crossing a
575498cd5c3SMarc Zyngier	  page boundary when there is a permission or device memory
576498cd5c3SMarc Zyngier	  alignment fault at Stage 1 and a translation fault at Stage 2.
577498cd5c3SMarc Zyngier
578498cd5c3SMarc Zyngier	  The workaround is to verify that the Stage 1 translation
579498cd5c3SMarc Zyngier	  doesn't generate a fault before handling the Stage 2 fault.
580498cd5c3SMarc Zyngier	  Please note that this does not necessarily enable the workaround,
581498cd5c3SMarc Zyngier	  as it depends on the alternative framework, which will only patch
582498cd5c3SMarc Zyngier	  the kernel if an affected CPU is detected.
583498cd5c3SMarc Zyngier
5848c10cc10SWill Deacon	  If unsure, say N.
585498cd5c3SMarc Zyngier
58644b3834bSJames Morseconfig ARM64_ERRATUM_1742098
58744b3834bSJames Morse	bool "Cortex-A57/A72: 1742098: ELR recorded incorrectly on interrupt taken between cryptographic instructions in a sequence"
58844b3834bSJames Morse	depends on COMPAT
58944b3834bSJames Morse	default y
59044b3834bSJames Morse	help
59144b3834bSJames Morse	  This option removes the AES hwcap for aarch32 user-space to
59244b3834bSJames Morse	  workaround erratum 1742098 on Cortex-A57 and Cortex-A72.
59344b3834bSJames Morse
59444b3834bSJames Morse	  Affected parts may corrupt the AES state if an interrupt is
59544b3834bSJames Morse	  taken between a pair of AES instructions. These instructions
59644b3834bSJames Morse	  are only present if the cryptography extensions are present.
59744b3834bSJames Morse	  All software should have a fallback implementation for CPUs
59844b3834bSJames Morse	  that don't implement the cryptography extensions.
59944b3834bSJames Morse
60044b3834bSJames Morse	  If unsure, say Y.
60144b3834bSJames Morse
602905e8c5dSWill Deaconconfig ARM64_ERRATUM_845719
603905e8c5dSWill Deacon	bool "Cortex-A53: 845719: a load might read incorrect data"
604905e8c5dSWill Deacon	depends on COMPAT
605905e8c5dSWill Deacon	default y
606905e8c5dSWill Deacon	help
607905e8c5dSWill Deacon	  This option adds an alternative code sequence to work around ARM
608905e8c5dSWill Deacon	  erratum 845719 on Cortex-A53 parts up to r0p4.
609905e8c5dSWill Deacon
610905e8c5dSWill Deacon	  When running a compat (AArch32) userspace on an affected Cortex-A53
611905e8c5dSWill Deacon	  part, a load at EL0 from a virtual address that matches the bottom 32
612905e8c5dSWill Deacon	  bits of the virtual address used by a recent load at (AArch64) EL1
613905e8c5dSWill Deacon	  might return incorrect data.
614905e8c5dSWill Deacon
615905e8c5dSWill Deacon	  The workaround is to write the contextidr_el1 register on exception
616905e8c5dSWill Deacon	  return to a 32-bit task.
617905e8c5dSWill Deacon	  Please note that this does not necessarily enable the workaround,
618905e8c5dSWill Deacon	  as it depends on the alternative framework, which will only patch
619905e8c5dSWill Deacon	  the kernel if an affected CPU is detected.
620905e8c5dSWill Deacon
621905e8c5dSWill Deacon	  If unsure, say Y.
622905e8c5dSWill Deacon
623df057cc7SWill Deaconconfig ARM64_ERRATUM_843419
624df057cc7SWill Deacon	bool "Cortex-A53: 843419: A load or store might access an incorrect address"
625df057cc7SWill Deacon	default y
626df057cc7SWill Deacon	help
6276ffe9923SWill Deacon	  This option links the kernel with '--fix-cortex-a53-843419' and
628a257e025SArd Biesheuvel	  enables PLT support to replace certain ADRP instructions, which can
629a257e025SArd Biesheuvel	  cause subsequent memory accesses to use an incorrect address on
630a257e025SArd Biesheuvel	  Cortex-A53 parts up to r0p4.
631df057cc7SWill Deacon
632df057cc7SWill Deacon	  If unsure, say Y.
633df057cc7SWill Deacon
634ece1397cSSuzuki K Pouloseconfig ARM64_ERRATUM_1024718
635ece1397cSSuzuki K Poulose	bool "Cortex-A55: 1024718: Update of DBM/AP bits without break before make might result in incorrect update"
636ece1397cSSuzuki K Poulose	default y
637ece1397cSSuzuki K Poulose	help
638bc15cf70SWill Deacon	  This option adds a workaround for ARM Cortex-A55 Erratum 1024718.
639ece1397cSSuzuki K Poulose
640c0b15c25SSuzuki K Poulose	  Affected Cortex-A55 cores (all revisions) could cause incorrect
641ece1397cSSuzuki K Poulose	  update of the hardware dirty bit when the DBM/AP bits are updated
642ece1397cSSuzuki K Poulose	  without a break-before-make. The workaround is to disable the usage
643ece1397cSSuzuki K Poulose	  of hardware DBM locally on the affected cores. CPUs not affected by
644bc15cf70SWill Deacon	  this erratum will continue to use the feature.
645e41ceed0SJungseok Lee
6468c2c3df3SCatalin Marinas	  If unsure, say Y.
647e41ceed0SJungseok Lee
648a5325089SMarc Zyngierconfig ARM64_ERRATUM_1418040
6496989303aSMarc Zyngier	bool "Cortex-A76/Neoverse-N1: MRC read following MRRC read of specific Generic Timer in AArch32 might give incorrect result"
65095b861a4SMarc Zyngier	default y
651c2b5bba3SMarc Zyngier	depends on COMPAT
65295b861a4SMarc Zyngier	help
65324cf262dSWill Deacon	  This option adds a workaround for ARM Cortex-A76/Neoverse-N1
654a5325089SMarc Zyngier	  errata 1188873 and 1418040.
65595b861a4SMarc Zyngier
656a5325089SMarc Zyngier	  Affected Cortex-A76/Neoverse-N1 cores (r0p0 to r3p1) could
6576989303aSMarc Zyngier	  cause register corruption when accessing the timer registers
6586989303aSMarc Zyngier	  from AArch32 userspace.
65995b861a4SMarc Zyngier
66095b861a4SMarc Zyngier	  If unsure, say Y.
66195b861a4SMarc Zyngier
66202ab1f50SAndrew Scullconfig ARM64_WORKAROUND_SPECULATIVE_AT
663e85d68faSSteven Price	bool
664e85d68faSSteven Price
665a457b0f7SMarc Zyngierconfig ARM64_ERRATUM_1165522
66602ab1f50SAndrew Scull	bool "Cortex-A76: 1165522: Speculative AT instruction using out-of-context translation regime could cause subsequent request to generate an incorrect translation"
667a457b0f7SMarc Zyngier	default y
66802ab1f50SAndrew Scull	select ARM64_WORKAROUND_SPECULATIVE_AT
669a457b0f7SMarc Zyngier	help
670bc15cf70SWill Deacon	  This option adds a workaround for ARM Cortex-A76 erratum 1165522.
671a457b0f7SMarc Zyngier
672a457b0f7SMarc Zyngier	  Affected Cortex-A76 cores (r0p0, r1p0, r2p0) could end-up with
673a457b0f7SMarc Zyngier	  corrupted TLBs by speculating an AT instruction during a guest
674a457b0f7SMarc Zyngier	  context switch.
675a457b0f7SMarc Zyngier
676a457b0f7SMarc Zyngier	  If unsure, say Y.
677a457b0f7SMarc Zyngier
67802ab1f50SAndrew Scullconfig ARM64_ERRATUM_1319367
67902ab1f50SAndrew Scull	bool "Cortex-A57/A72: 1319537: Speculative AT instruction using out-of-context translation regime could cause subsequent request to generate an incorrect translation"
680275fa0eaSSteven Price	default y
68102ab1f50SAndrew Scull	select ARM64_WORKAROUND_SPECULATIVE_AT
68202ab1f50SAndrew Scull	help
68302ab1f50SAndrew Scull	  This option adds work arounds for ARM Cortex-A57 erratum 1319537
68402ab1f50SAndrew Scull	  and A72 erratum 1319367
68502ab1f50SAndrew Scull
68602ab1f50SAndrew Scull	  Cortex-A57 and A72 cores could end-up with corrupted TLBs by
68702ab1f50SAndrew Scull	  speculating an AT instruction during a guest context switch.
68802ab1f50SAndrew Scull
68902ab1f50SAndrew Scull	  If unsure, say Y.
69002ab1f50SAndrew Scull
69102ab1f50SAndrew Scullconfig ARM64_ERRATUM_1530923
69202ab1f50SAndrew Scull	bool "Cortex-A55: 1530923: Speculative AT instruction using out-of-context translation regime could cause subsequent request to generate an incorrect translation"
69302ab1f50SAndrew Scull	default y
69402ab1f50SAndrew Scull	select ARM64_WORKAROUND_SPECULATIVE_AT
695275fa0eaSSteven Price	help
696275fa0eaSSteven Price	  This option adds a workaround for ARM Cortex-A55 erratum 1530923.
697275fa0eaSSteven Price
698275fa0eaSSteven Price	  Affected Cortex-A55 cores (r0p0, r0p1, r1p0, r2p0) could end-up with
699275fa0eaSSteven Price	  corrupted TLBs by speculating an AT instruction during a guest
700275fa0eaSSteven Price	  context switch.
701275fa0eaSSteven Price
702275fa0eaSSteven Price	  If unsure, say Y.
703275fa0eaSSteven Price
704ebcea694SGeert Uytterhoevenconfig ARM64_WORKAROUND_REPEAT_TLBI
705ebcea694SGeert Uytterhoeven	bool
706ebcea694SGeert Uytterhoeven
707171df580SJames Morseconfig ARM64_ERRATUM_2441007
7088c10cc10SWill Deacon	bool "Cortex-A55: Completion of affected memory accesses might not be guaranteed by completion of a TLBI (rare)"
709171df580SJames Morse	select ARM64_WORKAROUND_REPEAT_TLBI
710171df580SJames Morse	help
711171df580SJames Morse	  This option adds a workaround for ARM Cortex-A55 erratum #2441007.
712171df580SJames Morse
713171df580SJames Morse	  Under very rare circumstances, affected Cortex-A55 CPUs
714171df580SJames Morse	  may not handle a race between a break-before-make sequence on one
715171df580SJames Morse	  CPU, and another CPU accessing the same page. This could allow a
716171df580SJames Morse	  store to a page that has been unmapped.
717171df580SJames Morse
718171df580SJames Morse	  Work around this by adding the affected CPUs to the list that needs
719171df580SJames Morse	  TLB sequences to be done twice.
720171df580SJames Morse
7218c10cc10SWill Deacon	  If unsure, say N.
722171df580SJames Morse
723ce8c80c5SCatalin Marinasconfig ARM64_ERRATUM_1286807
7248c10cc10SWill Deacon	bool "Cortex-A76: Modification of the translation table for a virtual address might lead to read-after-read ordering violation (rare)"
725ce8c80c5SCatalin Marinas	select ARM64_WORKAROUND_REPEAT_TLBI
726ce8c80c5SCatalin Marinas	help
727bc15cf70SWill Deacon	  This option adds a workaround for ARM Cortex-A76 erratum 1286807.
728ce8c80c5SCatalin Marinas
729ce8c80c5SCatalin Marinas	  On the affected Cortex-A76 cores (r0p0 to r3p0), if a virtual
730ce8c80c5SCatalin Marinas	  address for a cacheable mapping of a location is being
731ce8c80c5SCatalin Marinas	  accessed by a core while another core is remapping the virtual
732ce8c80c5SCatalin Marinas	  address to a new physical page using the recommended
733ce8c80c5SCatalin Marinas	  break-before-make sequence, then under very rare circumstances
734ce8c80c5SCatalin Marinas	  TLBI+DSB completes before a read using the translation being
735ce8c80c5SCatalin Marinas	  invalidated has been observed by other observers. The
736ce8c80c5SCatalin Marinas	  workaround repeats the TLBI+DSB operation.
737ce8c80c5SCatalin Marinas
7388c10cc10SWill Deacon	  If unsure, say N.
7398c10cc10SWill Deacon
740969f5ea6SWill Deaconconfig ARM64_ERRATUM_1463225
741969f5ea6SWill Deacon	bool "Cortex-A76: Software Step might prevent interrupt recognition"
742969f5ea6SWill Deacon	default y
743969f5ea6SWill Deacon	help
744969f5ea6SWill Deacon	  This option adds a workaround for Arm Cortex-A76 erratum 1463225.
745969f5ea6SWill Deacon
746969f5ea6SWill Deacon	  On the affected Cortex-A76 cores (r0p0 to r3p1), software stepping
747969f5ea6SWill Deacon	  of a system call instruction (SVC) can prevent recognition of
748969f5ea6SWill Deacon	  subsequent interrupts when software stepping is disabled in the
749969f5ea6SWill Deacon	  exception handler of the system call and either kernel debugging
750969f5ea6SWill Deacon	  is enabled or VHE is in use.
751969f5ea6SWill Deacon
752969f5ea6SWill Deacon	  Work around the erratum by triggering a dummy step exception
753969f5ea6SWill Deacon	  when handling a system call from a task that is being stepped
754969f5ea6SWill Deacon	  in a VHE configuration of the kernel.
755969f5ea6SWill Deacon
756969f5ea6SWill Deacon	  If unsure, say Y.
757969f5ea6SWill Deacon
75805460849SJames Morseconfig ARM64_ERRATUM_1542419
7598c10cc10SWill Deacon	bool "Neoverse-N1: workaround mis-ordering of instruction fetches (rare)"
76005460849SJames Morse	help
76105460849SJames Morse	  This option adds a workaround for ARM Neoverse-N1 erratum
76205460849SJames Morse	  1542419.
76305460849SJames Morse
76405460849SJames Morse	  Affected Neoverse-N1 cores could execute a stale instruction when
76505460849SJames Morse	  modified by another CPU. The workaround depends on a firmware
76605460849SJames Morse	  counterpart.
76705460849SJames Morse
76805460849SJames Morse	  Workaround the issue by hiding the DIC feature from EL0. This
76905460849SJames Morse	  forces user-space to perform cache maintenance.
77005460849SJames Morse
7718c10cc10SWill Deacon	  If unsure, say N.
77205460849SJames Morse
77396d389caSRob Herringconfig ARM64_ERRATUM_1508412
77496d389caSRob Herring	bool "Cortex-A77: 1508412: workaround deadlock on sequence of NC/Device load and store exclusive or PAR read"
77596d389caSRob Herring	default y
77696d389caSRob Herring	help
77796d389caSRob Herring	  This option adds a workaround for Arm Cortex-A77 erratum 1508412.
77896d389caSRob Herring
77996d389caSRob Herring	  Affected Cortex-A77 cores (r0p0, r1p0) could deadlock on a sequence
78096d389caSRob Herring	  of a store-exclusive or read of PAR_EL1 and a load with device or
78196d389caSRob Herring	  non-cacheable memory attributes. The workaround depends on a firmware
78296d389caSRob Herring	  counterpart.
78396d389caSRob Herring
78496d389caSRob Herring	  KVM guests must also have the workaround implemented or they can
78596d389caSRob Herring	  deadlock the system.
78696d389caSRob Herring
78796d389caSRob Herring	  Work around the issue by inserting DMB SY barriers around PAR_EL1
78896d389caSRob Herring	  register reads and warning KVM users. The DMB barrier is sufficient
78996d389caSRob Herring	  to prevent a speculative PAR_EL1 read.
79096d389caSRob Herring
79196d389caSRob Herring	  If unsure, say Y.
79296d389caSRob Herring
793b9d216fcSSuzuki K Pouloseconfig ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
794b9d216fcSSuzuki K Poulose	bool
795b9d216fcSSuzuki K Poulose
796297ae1ebSJames Morseconfig ARM64_ERRATUM_2051678
797297ae1ebSJames Morse	bool "Cortex-A510: 2051678: disable Hardware Update of the page table dirty bit"
798a4b92cebSMark Brown	default y
799297ae1ebSJames Morse	help
800297ae1ebSJames Morse	  This options adds the workaround for ARM Cortex-A510 erratum ARM64_ERRATUM_2051678.
8010ff74a23SKen Kurematsu	  Affected Cortex-A510 might not respect the ordering rules for
802297ae1ebSJames Morse	  hardware update of the page table's dirty bit. The workaround
803297ae1ebSJames Morse	  is to not enable the feature on affected CPUs.
804297ae1ebSJames Morse
805297ae1ebSJames Morse	  If unsure, say Y.
806297ae1ebSJames Morse
8071dd498e5SJames Morseconfig ARM64_ERRATUM_2077057
8081dd498e5SJames Morse	bool "Cortex-A510: 2077057: workaround software-step corrupting SPSR_EL2"
8094c11113cSMark Brown	default y
8101dd498e5SJames Morse	help
8111dd498e5SJames Morse	  This option adds the workaround for ARM Cortex-A510 erratum 2077057.
8121dd498e5SJames Morse	  Affected Cortex-A510 may corrupt SPSR_EL2 when the a step exception is
8131dd498e5SJames Morse	  expected, but a Pointer Authentication trap is taken instead. The
8141dd498e5SJames Morse	  erratum causes SPSR_EL1 to be copied to SPSR_EL2, which could allow
8151dd498e5SJames Morse	  EL1 to cause a return to EL2 with a guest controlled ELR_EL2.
8161dd498e5SJames Morse
8171dd498e5SJames Morse	  This can only happen when EL2 is stepping EL1.
8181dd498e5SJames Morse
8191dd498e5SJames Morse	  When these conditions occur, the SPSR_EL2 value is unchanged from the
8201dd498e5SJames Morse	  previous guest entry, and can be restored from the in-memory copy.
8211dd498e5SJames Morse
8221dd498e5SJames Morse	  If unsure, say Y.
8231dd498e5SJames Morse
8241bdb0fbbSJames Morseconfig ARM64_ERRATUM_2658417
8251bdb0fbbSJames Morse	bool "Cortex-A510: 2658417: remove BF16 support due to incorrect result"
8261bdb0fbbSJames Morse	default y
8271bdb0fbbSJames Morse	help
8281bdb0fbbSJames Morse	  This option adds the workaround for ARM Cortex-A510 erratum 2658417.
8291bdb0fbbSJames Morse	  Affected Cortex-A510 (r0p0 to r1p1) may produce the wrong result for
8301bdb0fbbSJames Morse	  BFMMLA or VMMLA instructions in rare circumstances when a pair of
8311bdb0fbbSJames Morse	  A510 CPUs are using shared neon hardware. As the sharing is not
8321bdb0fbbSJames Morse	  discoverable by the kernel, hide the BF16 HWCAP to indicate that
8331bdb0fbbSJames Morse	  user-space should not be using these instructions.
8341bdb0fbbSJames Morse
8351bdb0fbbSJames Morse	  If unsure, say Y.
8361bdb0fbbSJames Morse
837b9d216fcSSuzuki K Pouloseconfig ARM64_ERRATUM_2119858
838eb30d838SAnshuman Khandual	bool "Cortex-A710/X2: 2119858: workaround TRBE overwriting trace data in FILL mode"
839b9d216fcSSuzuki K Poulose	default y
840b9d216fcSSuzuki K Poulose	depends on CORESIGHT_TRBE
841b9d216fcSSuzuki K Poulose	select ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
842b9d216fcSSuzuki K Poulose	help
843eb30d838SAnshuman Khandual	  This option adds the workaround for ARM Cortex-A710/X2 erratum 2119858.
844b9d216fcSSuzuki K Poulose
845eb30d838SAnshuman Khandual	  Affected Cortex-A710/X2 cores could overwrite up to 3 cache lines of trace
846b9d216fcSSuzuki K Poulose	  data at the base of the buffer (pointed to by TRBASER_EL1) in FILL mode in
847b9d216fcSSuzuki K Poulose	  the event of a WRAP event.
848b9d216fcSSuzuki K Poulose
849b9d216fcSSuzuki K Poulose	  Work around the issue by always making sure we move the TRBPTR_EL1 by
850b9d216fcSSuzuki K Poulose	  256 bytes before enabling the buffer and filling the first 256 bytes of
851b9d216fcSSuzuki K Poulose	  the buffer with ETM ignore packets upon disabling.
852b9d216fcSSuzuki K Poulose
853b9d216fcSSuzuki K Poulose	  If unsure, say Y.
854b9d216fcSSuzuki K Poulose
855b9d216fcSSuzuki K Pouloseconfig ARM64_ERRATUM_2139208
856b9d216fcSSuzuki K Poulose	bool "Neoverse-N2: 2139208: workaround TRBE overwriting trace data in FILL mode"
857b9d216fcSSuzuki K Poulose	default y
858b9d216fcSSuzuki K Poulose	depends on CORESIGHT_TRBE
859b9d216fcSSuzuki K Poulose	select ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
860b9d216fcSSuzuki K Poulose	help
861b9d216fcSSuzuki K Poulose	  This option adds the workaround for ARM Neoverse-N2 erratum 2139208.
862b9d216fcSSuzuki K Poulose
863b9d216fcSSuzuki K Poulose	  Affected Neoverse-N2 cores could overwrite up to 3 cache lines of trace
864b9d216fcSSuzuki K Poulose	  data at the base of the buffer (pointed to by TRBASER_EL1) in FILL mode in
865b9d216fcSSuzuki K Poulose	  the event of a WRAP event.
866b9d216fcSSuzuki K Poulose
867b9d216fcSSuzuki K Poulose	  Work around the issue by always making sure we move the TRBPTR_EL1 by
868b9d216fcSSuzuki K Poulose	  256 bytes before enabling the buffer and filling the first 256 bytes of
869b9d216fcSSuzuki K Poulose	  the buffer with ETM ignore packets upon disabling.
870b9d216fcSSuzuki K Poulose
871b9d216fcSSuzuki K Poulose	  If unsure, say Y.
872b9d216fcSSuzuki K Poulose
873fa82d0b4SSuzuki K Pouloseconfig ARM64_WORKAROUND_TSB_FLUSH_FAILURE
874fa82d0b4SSuzuki K Poulose	bool
875fa82d0b4SSuzuki K Poulose
876fa82d0b4SSuzuki K Pouloseconfig ARM64_ERRATUM_2054223
877fa82d0b4SSuzuki K Poulose	bool "Cortex-A710: 2054223: workaround TSB instruction failing to flush trace"
878fa82d0b4SSuzuki K Poulose	default y
879fa82d0b4SSuzuki K Poulose	select ARM64_WORKAROUND_TSB_FLUSH_FAILURE
880fa82d0b4SSuzuki K Poulose	help
881fa82d0b4SSuzuki K Poulose	  Enable workaround for ARM Cortex-A710 erratum 2054223
882fa82d0b4SSuzuki K Poulose
883fa82d0b4SSuzuki K Poulose	  Affected cores may fail to flush the trace data on a TSB instruction, when
884fa82d0b4SSuzuki K Poulose	  the PE is in trace prohibited state. This will cause losing a few bytes
885fa82d0b4SSuzuki K Poulose	  of the trace cached.
886fa82d0b4SSuzuki K Poulose
887fa82d0b4SSuzuki K Poulose	  Workaround is to issue two TSB consecutively on affected cores.
888fa82d0b4SSuzuki K Poulose
889fa82d0b4SSuzuki K Poulose	  If unsure, say Y.
890fa82d0b4SSuzuki K Poulose
891fa82d0b4SSuzuki K Pouloseconfig ARM64_ERRATUM_2067961
892fa82d0b4SSuzuki K Poulose	bool "Neoverse-N2: 2067961: workaround TSB instruction failing to flush trace"
893fa82d0b4SSuzuki K Poulose	default y
894fa82d0b4SSuzuki K Poulose	select ARM64_WORKAROUND_TSB_FLUSH_FAILURE
895fa82d0b4SSuzuki K Poulose	help
896fa82d0b4SSuzuki K Poulose	  Enable workaround for ARM Neoverse-N2 erratum 2067961
897fa82d0b4SSuzuki K Poulose
898fa82d0b4SSuzuki K Poulose	  Affected cores may fail to flush the trace data on a TSB instruction, when
899fa82d0b4SSuzuki K Poulose	  the PE is in trace prohibited state. This will cause losing a few bytes
900fa82d0b4SSuzuki K Poulose	  of the trace cached.
901fa82d0b4SSuzuki K Poulose
902fa82d0b4SSuzuki K Poulose	  Workaround is to issue two TSB consecutively on affected cores.
903fa82d0b4SSuzuki K Poulose
904fa82d0b4SSuzuki K Poulose	  If unsure, say Y.
905fa82d0b4SSuzuki K Poulose
9068d81b2a3SSuzuki K Pouloseconfig ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE
9078d81b2a3SSuzuki K Poulose	bool
9088d81b2a3SSuzuki K Poulose
9098d81b2a3SSuzuki K Pouloseconfig ARM64_ERRATUM_2253138
9108d81b2a3SSuzuki K Poulose	bool "Neoverse-N2: 2253138: workaround TRBE writing to address out-of-range"
9118d81b2a3SSuzuki K Poulose	depends on CORESIGHT_TRBE
9128d81b2a3SSuzuki K Poulose	default y
9138d81b2a3SSuzuki K Poulose	select ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE
9148d81b2a3SSuzuki K Poulose	help
9158d81b2a3SSuzuki K Poulose	  This option adds the workaround for ARM Neoverse-N2 erratum 2253138.
9168d81b2a3SSuzuki K Poulose
9178d81b2a3SSuzuki K Poulose	  Affected Neoverse-N2 cores might write to an out-of-range address, not reserved
9188d81b2a3SSuzuki K Poulose	  for TRBE. Under some conditions, the TRBE might generate a write to the next
9198d81b2a3SSuzuki K Poulose	  virtually addressed page following the last page of the TRBE address space
9208d81b2a3SSuzuki K Poulose	  (i.e., the TRBLIMITR_EL1.LIMIT), instead of wrapping around to the base.
9218d81b2a3SSuzuki K Poulose
9228d81b2a3SSuzuki K Poulose	  Work around this in the driver by always making sure that there is a
9238d81b2a3SSuzuki K Poulose	  page beyond the TRBLIMITR_EL1.LIMIT, within the space allowed for the TRBE.
9248d81b2a3SSuzuki K Poulose
9258d81b2a3SSuzuki K Poulose	  If unsure, say Y.
9268d81b2a3SSuzuki K Poulose
9278d81b2a3SSuzuki K Pouloseconfig ARM64_ERRATUM_2224489
928eb30d838SAnshuman Khandual	bool "Cortex-A710/X2: 2224489: workaround TRBE writing to address out-of-range"
9298d81b2a3SSuzuki K Poulose	depends on CORESIGHT_TRBE
9308d81b2a3SSuzuki K Poulose	default y
9318d81b2a3SSuzuki K Poulose	select ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE
9328d81b2a3SSuzuki K Poulose	help
933eb30d838SAnshuman Khandual	  This option adds the workaround for ARM Cortex-A710/X2 erratum 2224489.
9348d81b2a3SSuzuki K Poulose
935eb30d838SAnshuman Khandual	  Affected Cortex-A710/X2 cores might write to an out-of-range address, not reserved
9368d81b2a3SSuzuki K Poulose	  for TRBE. Under some conditions, the TRBE might generate a write to the next
9378d81b2a3SSuzuki K Poulose	  virtually addressed page following the last page of the TRBE address space
9388d81b2a3SSuzuki K Poulose	  (i.e., the TRBLIMITR_EL1.LIMIT), instead of wrapping around to the base.
9398d81b2a3SSuzuki K Poulose
9408d81b2a3SSuzuki K Poulose	  Work around this in the driver by always making sure that there is a
9418d81b2a3SSuzuki K Poulose	  page beyond the TRBLIMITR_EL1.LIMIT, within the space allowed for the TRBE.
9428d81b2a3SSuzuki K Poulose
9438d81b2a3SSuzuki K Poulose	  If unsure, say Y.
9448d81b2a3SSuzuki K Poulose
94539fdb65fSJames Morseconfig ARM64_ERRATUM_2441009
9468c10cc10SWill Deacon	bool "Cortex-A510: Completion of affected memory accesses might not be guaranteed by completion of a TLBI (rare)"
94739fdb65fSJames Morse	select ARM64_WORKAROUND_REPEAT_TLBI
94839fdb65fSJames Morse	help
94939fdb65fSJames Morse	  This option adds a workaround for ARM Cortex-A510 erratum #2441009.
95039fdb65fSJames Morse
95139fdb65fSJames Morse	  Under very rare circumstances, affected Cortex-A510 CPUs
95239fdb65fSJames Morse	  may not handle a race between a break-before-make sequence on one
95339fdb65fSJames Morse	  CPU, and another CPU accessing the same page. This could allow a
95439fdb65fSJames Morse	  store to a page that has been unmapped.
95539fdb65fSJames Morse
95639fdb65fSJames Morse	  Work around this by adding the affected CPUs to the list that needs
95739fdb65fSJames Morse	  TLB sequences to be done twice.
95839fdb65fSJames Morse
9598c10cc10SWill Deacon	  If unsure, say N.
96039fdb65fSJames Morse
961607a9afaSAnshuman Khandualconfig ARM64_ERRATUM_2064142
962607a9afaSAnshuman Khandual	bool "Cortex-A510: 2064142: workaround TRBE register writes while disabled"
963ac0ba210SAnshuman Khandual	depends on CORESIGHT_TRBE
964607a9afaSAnshuman Khandual	default y
965607a9afaSAnshuman Khandual	help
966607a9afaSAnshuman Khandual	  This option adds the workaround for ARM Cortex-A510 erratum 2064142.
967607a9afaSAnshuman Khandual
968607a9afaSAnshuman Khandual	  Affected Cortex-A510 core might fail to write into system registers after the
969607a9afaSAnshuman Khandual	  TRBE has been disabled. Under some conditions after the TRBE has been disabled
970607a9afaSAnshuman Khandual	  writes into TRBE registers TRBLIMITR_EL1, TRBPTR_EL1, TRBBASER_EL1, TRBSR_EL1,
971607a9afaSAnshuman Khandual	  and TRBTRG_EL1 will be ignored and will not be effected.
972607a9afaSAnshuman Khandual
973607a9afaSAnshuman Khandual	  Work around this in the driver by executing TSB CSYNC and DSB after collection
974607a9afaSAnshuman Khandual	  is stopped and before performing a system register write to one of the affected
975607a9afaSAnshuman Khandual	  registers.
976607a9afaSAnshuman Khandual
977607a9afaSAnshuman Khandual	  If unsure, say Y.
978607a9afaSAnshuman Khandual
9793bd94a87SAnshuman Khandualconfig ARM64_ERRATUM_2038923
9803bd94a87SAnshuman Khandual	bool "Cortex-A510: 2038923: workaround TRBE corruption with enable"
981f209e9feSAnshuman Khandual	depends on CORESIGHT_TRBE
9823bd94a87SAnshuman Khandual	default y
9833bd94a87SAnshuman Khandual	help
9843bd94a87SAnshuman Khandual	  This option adds the workaround for ARM Cortex-A510 erratum 2038923.
9853bd94a87SAnshuman Khandual
9863bd94a87SAnshuman Khandual	  Affected Cortex-A510 core might cause an inconsistent view on whether trace is
9873bd94a87SAnshuman Khandual	  prohibited within the CPU. As a result, the trace buffer or trace buffer state
9883bd94a87SAnshuman Khandual	  might be corrupted. This happens after TRBE buffer has been enabled by setting
9893bd94a87SAnshuman Khandual	  TRBLIMITR_EL1.E, followed by just a single context synchronization event before
9903bd94a87SAnshuman Khandual	  execution changes from a context, in which trace is prohibited to one where it
9913bd94a87SAnshuman Khandual	  isn't, or vice versa. In these mentioned conditions, the view of whether trace
9923bd94a87SAnshuman Khandual	  is prohibited is inconsistent between parts of the CPU, and the trace buffer or
9933bd94a87SAnshuman Khandual	  the trace buffer state might be corrupted.
9943bd94a87SAnshuman Khandual
9953bd94a87SAnshuman Khandual	  Work around this in the driver by preventing an inconsistent view of whether the
9963bd94a87SAnshuman Khandual	  trace is prohibited or not based on TRBLIMITR_EL1.E by immediately following a
9973bd94a87SAnshuman Khandual	  change to TRBLIMITR_EL1.E with at least one ISB instruction before an ERET, or
9983bd94a87SAnshuman Khandual	  two ISB instructions if no ERET is to take place.
9993bd94a87SAnshuman Khandual
10003bd94a87SAnshuman Khandual	  If unsure, say Y.
10013bd94a87SAnshuman Khandual
1002708e8af4SAnshuman Khandualconfig ARM64_ERRATUM_1902691
1003708e8af4SAnshuman Khandual	bool "Cortex-A510: 1902691: workaround TRBE trace corruption"
10043a828845SAnshuman Khandual	depends on CORESIGHT_TRBE
1005708e8af4SAnshuman Khandual	default y
1006708e8af4SAnshuman Khandual	help
1007708e8af4SAnshuman Khandual	  This option adds the workaround for ARM Cortex-A510 erratum 1902691.
1008708e8af4SAnshuman Khandual
1009708e8af4SAnshuman Khandual	  Affected Cortex-A510 core might cause trace data corruption, when being written
1010708e8af4SAnshuman Khandual	  into the memory. Effectively TRBE is broken and hence cannot be used to capture
1011708e8af4SAnshuman Khandual	  trace data.
1012708e8af4SAnshuman Khandual
1013708e8af4SAnshuman Khandual	  Work around this problem in the driver by just preventing TRBE initialization on
1014708e8af4SAnshuman Khandual	  affected cpus. The firmware must have disabled the access to TRBE for the kernel
1015708e8af4SAnshuman Khandual	  on such implementations. This will cover the kernel for any firmware that doesn't
1016708e8af4SAnshuman Khandual	  do this already.
1017708e8af4SAnshuman Khandual
1018708e8af4SAnshuman Khandual	  If unsure, say Y.
1019708e8af4SAnshuman Khandual
1020e89d120cSIonela Voinescuconfig ARM64_ERRATUM_2457168
1021e89d120cSIonela Voinescu	bool "Cortex-A510: 2457168: workaround for AMEVCNTR01 incrementing incorrectly"
1022e89d120cSIonela Voinescu	depends on ARM64_AMU_EXTN
1023e89d120cSIonela Voinescu	default y
1024e89d120cSIonela Voinescu	help
1025e89d120cSIonela Voinescu	  This option adds the workaround for ARM Cortex-A510 erratum 2457168.
1026e89d120cSIonela Voinescu
1027e89d120cSIonela Voinescu	  The AMU counter AMEVCNTR01 (constant counter) should increment at the same rate
1028e89d120cSIonela Voinescu	  as the system counter. On affected Cortex-A510 cores AMEVCNTR01 increments
1029e89d120cSIonela Voinescu	  incorrectly giving a significantly higher output value.
1030e89d120cSIonela Voinescu
1031e89d120cSIonela Voinescu	  Work around this problem by returning 0 when reading the affected counter in
1032e89d120cSIonela Voinescu	  key locations that results in disabling all users of this counter. This effect
1033e89d120cSIonela Voinescu	  is the same to firmware disabling affected counters.
1034e89d120cSIonela Voinescu
1035e89d120cSIonela Voinescu	  If unsure, say Y.
1036e89d120cSIonela Voinescu
10375db568e7SAnshuman Khandualconfig ARM64_ERRATUM_2645198
10385db568e7SAnshuman Khandual	bool "Cortex-A715: 2645198: Workaround possible [ESR|FAR]_ELx corruption"
10395db568e7SAnshuman Khandual	default y
10405db568e7SAnshuman Khandual	help
10415db568e7SAnshuman Khandual	  This option adds the workaround for ARM Cortex-A715 erratum 2645198.
10425db568e7SAnshuman Khandual
10435db568e7SAnshuman Khandual	  If a Cortex-A715 cpu sees a page mapping permissions change from executable
10445db568e7SAnshuman Khandual	  to non-executable, it may corrupt the ESR_ELx and FAR_ELx registers on the
10455db568e7SAnshuman Khandual	  next instruction abort caused by permission fault.
10465db568e7SAnshuman Khandual
10475db568e7SAnshuman Khandual	  Only user-space does executable to non-executable permission transition via
10485db568e7SAnshuman Khandual	  mprotect() system call. Workaround the problem by doing a break-before-make
10495db568e7SAnshuman Khandual	  TLB invalidation, for all changes to executable user space mappings.
10505db568e7SAnshuman Khandual
10515db568e7SAnshuman Khandual	  If unsure, say Y.
10525db568e7SAnshuman Khandual
1053546b7cdeSRob Herringconfig ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD
1054546b7cdeSRob Herring	bool
1055546b7cdeSRob Herring
1056471470bcSRob Herringconfig ARM64_ERRATUM_2966298
1057471470bcSRob Herring	bool "Cortex-A520: 2966298: workaround for speculatively executed unprivileged load"
1058546b7cdeSRob Herring	select ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD
1059471470bcSRob Herring	default y
1060471470bcSRob Herring	help
1061471470bcSRob Herring	  This option adds the workaround for ARM Cortex-A520 erratum 2966298.
1062471470bcSRob Herring
1063471470bcSRob Herring	  On an affected Cortex-A520 core, a speculatively executed unprivileged
1064471470bcSRob Herring	  load might leak data from a privileged level via a cache side channel.
1065471470bcSRob Herring
1066471470bcSRob Herring	  Work around this problem by executing a TLBI before returning to EL0.
1067471470bcSRob Herring
1068471470bcSRob Herring	  If unsure, say Y.
1069471470bcSRob Herring
1070f827bcdaSRob Herringconfig ARM64_ERRATUM_3117295
1071f827bcdaSRob Herring	bool "Cortex-A510: 3117295: workaround for speculatively executed unprivileged load"
1072f827bcdaSRob Herring	select ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD
1073f827bcdaSRob Herring	default y
1074f827bcdaSRob Herring	help
1075f827bcdaSRob Herring	  This option adds the workaround for ARM Cortex-A510 erratum 3117295.
1076f827bcdaSRob Herring
1077f827bcdaSRob Herring	  On an affected Cortex-A510 core, a speculatively executed unprivileged
1078f827bcdaSRob Herring	  load might leak data from a privileged level via a cache side channel.
1079f827bcdaSRob Herring
1080f827bcdaSRob Herring	  Work around this problem by executing a TLBI before returning to EL0.
1081f827bcdaSRob Herring
1082f827bcdaSRob Herring	  If unsure, say Y.
1083f827bcdaSRob Herring
10847187bb7dSMark Rutlandconfig ARM64_ERRATUM_3194386
1085adeec61aSMark Rutland	bool "Cortex-*/Neoverse-*: workaround for MSR SSBS not self-synchronizing"
10867187bb7dSMark Rutland	default y
10877187bb7dSMark Rutland	help
1088ec768766SMark Rutland	  This option adds the workaround for the following errata:
1089ec768766SMark Rutland
1090adeec61aSMark Rutland	  * ARM Cortex-A76 erratum 3324349
1091adeec61aSMark Rutland	  * ARM Cortex-A77 erratum 3324348
1092adeec61aSMark Rutland	  * ARM Cortex-A78 erratum 3324344
1093adeec61aSMark Rutland	  * ARM Cortex-A78C erratum 3324346
1094adeec61aSMark Rutland	  * ARM Cortex-A78C erratum 3324347
109575b3c43eSMark Rutland	  * ARM Cortex-A710 erratam 3324338
1096081eb793SMark Rutland	  * ARM Cortex-A715 errartum 3456084
109775b3c43eSMark Rutland	  * ARM Cortex-A720 erratum 3456091
1098adeec61aSMark Rutland	  * ARM Cortex-A725 erratum 3456106
1099adeec61aSMark Rutland	  * ARM Cortex-X1 erratum 3324344
1100adeec61aSMark Rutland	  * ARM Cortex-X1C erratum 3324346
110175b3c43eSMark Rutland	  * ARM Cortex-X2 erratum 3324338
110275b3c43eSMark Rutland	  * ARM Cortex-X3 erratum 3324335
1103ec768766SMark Rutland	  * ARM Cortex-X4 erratum 3194386
110475b3c43eSMark Rutland	  * ARM Cortex-X925 erratum 3324334
1105adeec61aSMark Rutland	  * ARM Neoverse-N1 erratum 3324349
110675b3c43eSMark Rutland	  * ARM Neoverse N2 erratum 3324339
1107081eb793SMark Rutland	  * ARM Neoverse-N3 erratum 3456111
1108adeec61aSMark Rutland	  * ARM Neoverse-V1 erratum 3324341
110975b3c43eSMark Rutland	  * ARM Neoverse V2 erratum 3324336
1110ec768766SMark Rutland	  * ARM Neoverse-V3 erratum 3312417
11110c33aa18SMark Rutland	  * ARM Neoverse-V3AE erratum 3312417
11127187bb7dSMark Rutland
11137187bb7dSMark Rutland	  On affected cores "MSR SSBS, #0" instructions may not affect
11147187bb7dSMark Rutland	  subsequent speculative instructions, which may permit unexepected
11157187bb7dSMark Rutland	  speculative store bypassing.
11167187bb7dSMark Rutland
1117adeec61aSMark Rutland	  Work around this problem by placing a Speculation Barrier (SB) or
1118adeec61aSMark Rutland	  Instruction Synchronization Barrier (ISB) after kernel changes to
1119adeec61aSMark Rutland	  SSBS. The presence of the SSBS special-purpose register is hidden
1120adeec61aSMark Rutland	  from hwcaps and EL0 reads of ID_AA64PFR1_EL1, such that userspace
1121adeec61aSMark Rutland	  will use the PR_SPEC_STORE_BYPASS prctl to change SSBS.
11227187bb7dSMark Rutland
11237187bb7dSMark Rutland	  If unsure, say Y.
11247187bb7dSMark Rutland
11253fed7e00SLucas Weiconfig ARM64_ERRATUM_4311569
11263fed7e00SLucas Wei	bool "SI L1: 4311569: workaround for premature CMO completion erratum"
11273fed7e00SLucas Wei	default y
11283fed7e00SLucas Wei	help
11293fed7e00SLucas Wei	  This option adds the workaround for ARM SI L1 erratum 4311569.
11303fed7e00SLucas Wei
11313fed7e00SLucas Wei	  The erratum of SI L1 can cause an early response to a combined write
11323fed7e00SLucas Wei	  and cache maintenance operation (WR+CMO) before the operation is fully
11333fed7e00SLucas Wei	  completed to the Point of Serialization (POS).
11343fed7e00SLucas Wei	  This can result in a non-I/O coherent agent observing stale data,
11353fed7e00SLucas Wei	  potentially leading to system instability or incorrect behavior.
11363fed7e00SLucas Wei
11373fed7e00SLucas Wei	  Enabling this option implements a software workaround by inserting a
11383fed7e00SLucas Wei	  second loop of Cache Maintenance Operation (CMO) immediately following the
11393fed7e00SLucas Wei	  end of function to do CMOs. This ensures that the data is correctly serialized
11403fed7e00SLucas Wei	  before the buffer is handed off to a non-coherent agent.
11413fed7e00SLucas Wei
11423fed7e00SLucas Wei	  If unsure, say Y.
11433fed7e00SLucas Wei
11440baba94aSCatalin Marinasconfig ARM64_ERRATUM_4193714
11450baba94aSCatalin Marinas	bool "C1-Pro: 4193714: SME DVMSync early acknowledgement"
11460baba94aSCatalin Marinas	depends on ARM64_SME
11470baba94aSCatalin Marinas	default y
11480baba94aSCatalin Marinas	help
11490baba94aSCatalin Marinas	  Enable workaround for C1-Pro acknowledging the DVMSync before
11500baba94aSCatalin Marinas	  the SME memory accesses are complete. This will cause TLB
11510baba94aSCatalin Marinas	  maintenance for processes using SME to also issue an IPI to
11520baba94aSCatalin Marinas	  the affected CPUs.
11530baba94aSCatalin Marinas
11540baba94aSCatalin Marinas	  If unsure, say Y.
11550baba94aSCatalin Marinas
1156cfd391e7SMark Rutlandconfig ARM64_ERRATUM_4118414
1157ec7216f9SShanker Donthineni	bool "Various: Completion of affected memory accesses might not be guaranteed by completion of a TLBI"
1158cfd391e7SMark Rutland	default y
1159cfd391e7SMark Rutland	select ARM64_WORKAROUND_REPEAT_TLBI
1160cfd391e7SMark Rutland	help
1161cfd391e7SMark Rutland	  This option adds a workaround for the following errata:
1162cfd391e7SMark Rutland
1163cfd391e7SMark Rutland	  * ARM C1-Premium erratum 4193780
1164cfd391e7SMark Rutland	  * ARM C1-Ultra erratum 4193780
1165cfd391e7SMark Rutland	  * ARM Cortex-A76 erratum 4193800
1166cfd391e7SMark Rutland	  * ARM Cortex-A76AE erratum 4193801
1167cfd391e7SMark Rutland	  * ARM Cortex-A77 erratum 4193798
1168cfd391e7SMark Rutland	  * ARM Cortex-A78 erratum 4193791
1169cfd391e7SMark Rutland	  * ARM Cortex-A78AE erratum 4193793
1170cfd391e7SMark Rutland	  * ARM Cortex-A78C erratum 4193794
1171cfd391e7SMark Rutland	  * ARM Cortex-A710 erratum 4193788
1172cfd391e7SMark Rutland	  * ARM Cortex-X1 erratum 4193791
1173cfd391e7SMark Rutland	  * ARM Cortex-X1C erratum 4193792
1174cfd391e7SMark Rutland	  * ARM Cortex-X2 erratum 4193788
1175cfd391e7SMark Rutland	  * ARM Cortex-X3 erratum 4193786
1176cfd391e7SMark Rutland	  * ARM Cortex-X4 erratum 4118414
1177cfd391e7SMark Rutland	  * ARM Cortex-X925 erratum 4193781
1178cfd391e7SMark Rutland	  * ARM Neoverse-N1 erratum 4193800
1179cfd391e7SMark Rutland	  * ARM Neoverse-N2 erratum 4193789
1180cfd391e7SMark Rutland	  * ARM Neoverse-V1 erratum 4193790
1181cfd391e7SMark Rutland	  * ARM Neoverse-V2 erratum 4193787
1182cfd391e7SMark Rutland	  * ARM Neoverse-V3 erratum 4193784
1183cfd391e7SMark Rutland	  * ARM Neoverse-V3AE erratum 4193784
1184*1940e70aSWill Deacon	  * Microsoft Azure Cobalt 100 4193789
1185ec7216f9SShanker Donthineni	  * NVIDIA Olympus erratum T410-OLY-1029
1186cfd391e7SMark Rutland
1187cfd391e7SMark Rutland	  On affected cores, some memory accesses might not be completed by
1188cfd391e7SMark Rutland	  broadcast TLB invalidation.
1189cfd391e7SMark Rutland
1190cfd391e7SMark Rutland	  This issue is also known as CVE-2025-10263.
1191cfd391e7SMark Rutland
1192cfd391e7SMark Rutland	  If unsure, say Y.
1193cfd391e7SMark Rutland
119494100970SRobert Richterconfig CAVIUM_ERRATUM_22375
119594100970SRobert Richter	bool "Cavium erratum 22375, 24313"
119694100970SRobert Richter	default y
119794100970SRobert Richter	help
1198bc15cf70SWill Deacon	  Enable workaround for errata 22375 and 24313.
119994100970SRobert Richter
120094100970SRobert Richter	  This implements two gicv3-its errata workarounds for ThunderX. Both
1201bc15cf70SWill Deacon	  with a small impact affecting only ITS table allocation.
120294100970SRobert Richter
120394100970SRobert Richter	    erratum 22375: only alloc 8MB table size
120494100970SRobert Richter	    erratum 24313: ignore memory access type
120594100970SRobert Richter
120694100970SRobert Richter	  The fixes are in ITS initialization and basically ignore memory access
120794100970SRobert Richter	  type and table size provided by the TYPER and BASER registers.
120894100970SRobert Richter
120994100970SRobert Richter	  If unsure, say Y.
121094100970SRobert Richter
1211fbf8f40eSGanapatrao Kulkarniconfig CAVIUM_ERRATUM_23144
1212fbf8f40eSGanapatrao Kulkarni	bool "Cavium erratum 23144: ITS SYNC hang on dual socket system"
1213fbf8f40eSGanapatrao Kulkarni	depends on NUMA
1214fbf8f40eSGanapatrao Kulkarni	default y
1215fbf8f40eSGanapatrao Kulkarni	help
1216fbf8f40eSGanapatrao Kulkarni	  ITS SYNC command hang for cross node io and collections/cpu mapping.
1217fbf8f40eSGanapatrao Kulkarni
1218fbf8f40eSGanapatrao Kulkarni	  If unsure, say Y.
1219fbf8f40eSGanapatrao Kulkarni
12206d4e11c5SRobert Richterconfig CAVIUM_ERRATUM_23154
122124a147bcSLinu Cherian	bool "Cavium errata 23154 and 38545: GICv3 lacks HW synchronisation"
12226d4e11c5SRobert Richter	default y
12236d4e11c5SRobert Richter	help
122424a147bcSLinu Cherian	  The ThunderX GICv3 implementation requires a modified version for
12256d4e11c5SRobert Richter	  reading the IAR status to ensure data synchronization
12266d4e11c5SRobert Richter	  (access to icc_iar1_el1 is not sync'ed before and after).
12276d4e11c5SRobert Richter
122824a147bcSLinu Cherian	  It also suffers from erratum 38545 (also present on Marvell's
122924a147bcSLinu Cherian	  OcteonTX and OcteonTX2), resulting in deactivated interrupts being
123024a147bcSLinu Cherian	  spuriously presented to the CPU interface.
123124a147bcSLinu Cherian
12326d4e11c5SRobert Richter	  If unsure, say Y.
12336d4e11c5SRobert Richter
1234104a0c02SAndrew Pinskiconfig CAVIUM_ERRATUM_27456
1235104a0c02SAndrew Pinski	bool "Cavium erratum 27456: Broadcast TLBI instructions may cause icache corruption"
1236104a0c02SAndrew Pinski	default y
1237104a0c02SAndrew Pinski	help
1238104a0c02SAndrew Pinski	  On ThunderX T88 pass 1.x through 2.1 parts, broadcast TLBI
1239104a0c02SAndrew Pinski	  instructions may cause the icache to become corrupted if it
1240104a0c02SAndrew Pinski	  contains data for a non-current ASID.  The fix is to
1241104a0c02SAndrew Pinski	  invalidate the icache when changing the mm context.
1242104a0c02SAndrew Pinski
1243104a0c02SAndrew Pinski	  If unsure, say Y.
1244104a0c02SAndrew Pinski
1245690a3415SDavid Daneyconfig CAVIUM_ERRATUM_30115
1246690a3415SDavid Daney	bool "Cavium erratum 30115: Guest may disable interrupts in host"
1247690a3415SDavid Daney	default y
1248690a3415SDavid Daney	help
1249690a3415SDavid Daney	  On ThunderX T88 pass 1.x through 2.2, T81 pass 1.0 through
1250690a3415SDavid Daney	  1.2, and T83 Pass 1.0, KVM guest execution may disable
1251690a3415SDavid Daney	  interrupts in host. Trapping both GICv3 group-0 and group-1
1252690a3415SDavid Daney	  accesses sidesteps the issue.
1253690a3415SDavid Daney
1254690a3415SDavid Daney	  If unsure, say Y.
1255690a3415SDavid Daney
1256603afdc9SMarc Zyngierconfig CAVIUM_TX2_ERRATUM_219
1257603afdc9SMarc Zyngier	bool "Cavium ThunderX2 erratum 219: PRFM between TTBR change and ISB fails"
1258603afdc9SMarc Zyngier	default y
1259603afdc9SMarc Zyngier	help
1260603afdc9SMarc Zyngier	  On Cavium ThunderX2, a load, store or prefetch instruction between a
1261603afdc9SMarc Zyngier	  TTBR update and the corresponding context synchronizing operation can
1262603afdc9SMarc Zyngier	  cause a spurious Data Abort to be delivered to any hardware thread in
1263603afdc9SMarc Zyngier	  the CPU core.
1264603afdc9SMarc Zyngier
1265603afdc9SMarc Zyngier	  Work around the issue by avoiding the problematic code sequence and
1266603afdc9SMarc Zyngier	  trapping KVM guest TTBRx_EL1 writes to EL2 when SMT is enabled. The
1267603afdc9SMarc Zyngier	  trap handler performs the corresponding register access, skips the
1268603afdc9SMarc Zyngier	  instruction and ensures context synchronization by virtue of the
1269603afdc9SMarc Zyngier	  exception return.
1270603afdc9SMarc Zyngier
1271603afdc9SMarc Zyngier	  If unsure, say Y.
1272603afdc9SMarc Zyngier
1273ebcea694SGeert Uytterhoevenconfig FUJITSU_ERRATUM_010001
1274ebcea694SGeert Uytterhoeven	bool "Fujitsu-A64FX erratum E#010001: Undefined fault may occur wrongly"
1275ebcea694SGeert Uytterhoeven	default y
1276ebcea694SGeert Uytterhoeven	help
1277ebcea694SGeert Uytterhoeven	  This option adds a workaround for Fujitsu-A64FX erratum E#010001.
1278ebcea694SGeert Uytterhoeven	  On some variants of the Fujitsu-A64FX cores ver(1.0, 1.1), memory
1279ebcea694SGeert Uytterhoeven	  accesses may cause undefined fault (Data abort, DFSC=0b111111).
1280ebcea694SGeert Uytterhoeven	  This fault occurs under a specific hardware condition when a
1281ebcea694SGeert Uytterhoeven	  load/store instruction performs an address translation using:
1282ebcea694SGeert Uytterhoeven	  case-1  TTBR0_EL1 with TCR_EL1.NFD0 == 1.
1283ebcea694SGeert Uytterhoeven	  case-2  TTBR0_EL2 with TCR_EL2.NFD0 == 1.
1284ebcea694SGeert Uytterhoeven	  case-3  TTBR1_EL1 with TCR_EL1.NFD1 == 1.
1285ebcea694SGeert Uytterhoeven	  case-4  TTBR1_EL2 with TCR_EL2.NFD1 == 1.
1286ebcea694SGeert Uytterhoeven
1287ebcea694SGeert Uytterhoeven	  The workaround is to ensure these bits are clear in TCR_ELx.
1288ebcea694SGeert Uytterhoeven	  The workaround only affects the Fujitsu-A64FX.
1289ebcea694SGeert Uytterhoeven
1290ebcea694SGeert Uytterhoeven	  If unsure, say Y.
1291ebcea694SGeert Uytterhoeven
1292ebcea694SGeert Uytterhoevenconfig HISILICON_ERRATUM_161600802
1293ebcea694SGeert Uytterhoeven	bool "Hip07 161600802: Erroneous redistributor VLPI base"
1294ebcea694SGeert Uytterhoeven	default y
1295ebcea694SGeert Uytterhoeven	help
1296ebcea694SGeert Uytterhoeven	  The HiSilicon Hip07 SoC uses the wrong redistributor base
1297ebcea694SGeert Uytterhoeven	  when issued ITS commands such as VMOVP and VMAPP, and requires
1298ebcea694SGeert Uytterhoeven	  a 128kB offset to be applied to the target address in this commands.
1299ebcea694SGeert Uytterhoeven
1300ebcea694SGeert Uytterhoeven	  If unsure, say Y.
1301ebcea694SGeert Uytterhoeven
1302f82e62d4SZhou Wangconfig HISILICON_ERRATUM_162100801
1303f82e62d4SZhou Wang	bool "Hip09 162100801 erratum support"
1304f82e62d4SZhou Wang	default y
1305f82e62d4SZhou Wang	help
1306f82e62d4SZhou Wang	  When enabling GICv4.1 in hip09, VMAPP will fail to clear some caches
1307f82e62d4SZhou Wang	  during unmapping operation, which will cause some vSGIs lost.
1308f82e62d4SZhou Wang	  To fix the issue, invalidate related vPE cache through GICR_INVALLR
1309f82e62d4SZhou Wang	  after VMOVP.
1310f82e62d4SZhou Wang
1311f82e62d4SZhou Wang	  If unsure, say Y.
1312f82e62d4SZhou Wang
1313f64328ecSZeng Hengconfig HISILICON_ERRATUM_162100125
1314f64328ecSZeng Heng	bool "Hisilicon erratum 162100125"
1315f64328ecSZeng Heng	default y
1316f64328ecSZeng Heng	select ARM64_WORKAROUND_DISABLE_CNP
1317f64328ecSZeng Heng	help
1318f64328ecSZeng Heng	  On HiSilicon HIP09, TLB entry matching behavior when CNP
1319f64328ecSZeng Heng	  (TTBRx.CNP=1) is enabled differs from the ARM architecture
1320f64328ecSZeng Heng	  specification.
1321f64328ecSZeng Heng
1322f64328ecSZeng Heng	  TLB entries may be incorrectly shared between CPUs, potentially
1323f64328ecSZeng Heng	  causing TLB conflicts and stale mappings.
1324f64328ecSZeng Heng
1325f64328ecSZeng Heng	  Disable CNP support for affected HiSilicon HIP09 cores.
1326f64328ecSZeng Heng
1327f64328ecSZeng Heng	  If unsure, say Y.
1328f64328ecSZeng Heng
132938fd94b0SChristopher Covingtonconfig QCOM_FALKOR_ERRATUM_1003
133038fd94b0SChristopher Covington	bool "Falkor E1003: Incorrect translation due to ASID change"
133138fd94b0SChristopher Covington	default y
133238fd94b0SChristopher Covington	help
133338fd94b0SChristopher Covington	  On Falkor v1, an incorrect ASID may be cached in the TLB when ASID
1334d1777e68SWill Deacon	  and BADDR are changed together in TTBRx_EL1. Since we keep the ASID
1335d1777e68SWill Deacon	  in TTBR1_EL1, this situation only occurs in the entry trampoline and
1336d1777e68SWill Deacon	  then only for entries in the walk cache, since the leaf translation
1337d1777e68SWill Deacon	  is unchanged. Work around the erratum by invalidating the walk cache
1338d1777e68SWill Deacon	  entries for the trampoline before entering the kernel proper.
133938fd94b0SChristopher Covington
1340d9ff80f8SChristopher Covingtonconfig QCOM_FALKOR_ERRATUM_1009
1341d9ff80f8SChristopher Covington	bool "Falkor E1009: Prematurely complete a DSB after a TLBI"
1342d9ff80f8SChristopher Covington	default y
1343ce8c80c5SCatalin Marinas	select ARM64_WORKAROUND_REPEAT_TLBI
1344d9ff80f8SChristopher Covington	help
1345d9ff80f8SChristopher Covington	  On Falkor v1, the CPU may prematurely complete a DSB following a
1346d9ff80f8SChristopher Covington	  TLBI xxIS invalidate maintenance operation. Repeat the TLBI operation
1347d9ff80f8SChristopher Covington	  one more time to fix the issue.
1348d9ff80f8SChristopher Covington
1349d9ff80f8SChristopher Covington	  If unsure, say Y.
1350d9ff80f8SChristopher Covington
135190922a2dSShanker Donthineniconfig QCOM_QDF2400_ERRATUM_0065
135290922a2dSShanker Donthineni	bool "QDF2400 E0065: Incorrect GITS_TYPER.ITT_Entry_size"
135390922a2dSShanker Donthineni	default y
135490922a2dSShanker Donthineni	help
135590922a2dSShanker Donthineni	  On Qualcomm Datacenter Technologies QDF2400 SoC, ITS hardware reports
135690922a2dSShanker Donthineni	  ITE size incorrectly. The GITS_TYPER.ITT_Entry_size field should have
135790922a2dSShanker Donthineni	  been indicated as 16Bytes (0xf), not 8Bytes (0x7).
135890922a2dSShanker Donthineni
135990922a2dSShanker Donthineni	  If unsure, say Y.
136090922a2dSShanker Donthineni
1361932b50c7SShanker Donthineniconfig QCOM_FALKOR_ERRATUM_E1041
1362932b50c7SShanker Donthineni	bool "Falkor E1041: Speculative instruction fetches might cause errant memory access"
1363932b50c7SShanker Donthineni	default y
1364932b50c7SShanker Donthineni	help
1365932b50c7SShanker Donthineni	  Falkor CPU may speculatively fetch instructions from an improper
1366932b50c7SShanker Donthineni	  memory location when MMU translation is changed from SCTLR_ELn[M]=1
1367932b50c7SShanker Donthineni	  to SCTLR_ELn[M]=0. Prefix an ISB instruction to fix the problem.
1368932b50c7SShanker Donthineni
1369932b50c7SShanker Donthineni	  If unsure, say Y.
1370932b50c7SShanker Donthineni
137125996982SZeng Hengconfig ARM64_WORKAROUND_DISABLE_CNP
137225996982SZeng Heng	bool
137325996982SZeng Heng
137420109a85SRich Wileyconfig NVIDIA_CARMEL_CNP_ERRATUM
137520109a85SRich Wiley	bool "NVIDIA Carmel CNP: CNP on Carmel semantically different than ARM cores"
137620109a85SRich Wiley	default y
137725996982SZeng Heng	select ARM64_WORKAROUND_DISABLE_CNP
137820109a85SRich Wiley	help
137920109a85SRich Wiley	  If CNP is enabled on Carmel cores, non-sharable TLBIs on a core will not
138020109a85SRich Wiley	  invalidate shared TLB entries installed by a different core, as it would
138120109a85SRich Wiley	  on standard ARM cores.
138220109a85SRich Wiley
138320109a85SRich Wiley	  If unsure, say Y.
138420109a85SRich Wiley
13852d81e1bbSDmitry Osipenkoconfig ROCKCHIP_ERRATUM_3568002
13862d81e1bbSDmitry Osipenko	bool "Rockchip 3568002: GIC600 can not access physical addresses higher than 4GB"
13872d81e1bbSDmitry Osipenko	default y
13882d81e1bbSDmitry Osipenko	help
13892d81e1bbSDmitry Osipenko	  The Rockchip RK3566 and RK3568 GIC600 SoC integrations have AXI
13902d81e1bbSDmitry Osipenko	  addressing limited to the first 32bit of physical address space.
13912d81e1bbSDmitry Osipenko
13922d81e1bbSDmitry Osipenko	  If unsure, say Y.
13932d81e1bbSDmitry Osipenko
1394a8707f55SSebastian Reichelconfig ROCKCHIP_ERRATUM_3588001
1395a8707f55SSebastian Reichel	bool "Rockchip 3588001: GIC600 can not support shareability attributes"
1396a8707f55SSebastian Reichel	default y
1397a8707f55SSebastian Reichel	help
1398a8707f55SSebastian Reichel	  The Rockchip RK3588 GIC600 SoC integration does not support ACE/ACE-lite.
1399a8707f55SSebastian Reichel	  This means, that its sharability feature may not be used, even though it
1400a8707f55SSebastian Reichel	  is supported by the IP itself.
1401a8707f55SSebastian Reichel
1402a8707f55SSebastian Reichel	  If unsure, say Y.
1403a8707f55SSebastian Reichel
1404ebcea694SGeert Uytterhoevenconfig SOCIONEXT_SYNQUACER_PREITS
1405ebcea694SGeert Uytterhoeven	bool "Socionext Synquacer: Workaround for GICv3 pre-ITS"
14063e32131aSZhang Lei	default y
14073e32131aSZhang Lei	help
1408ebcea694SGeert Uytterhoeven	  Socionext Synquacer SoCs implement a separate h/w block to generate
1409ebcea694SGeert Uytterhoeven	  MSI doorbell writes with non-zero values for the device ID.
14103e32131aSZhang Lei
14113e32131aSZhang Lei	  If unsure, say Y.
14123e32131aSZhang Lei
14133cb7e662SJuerg Haefligerendmenu # "ARM errata workarounds via the alternatives framework"
14148c2c3df3SCatalin Marinas
14158c2c3df3SCatalin Marinaschoice
14168c2c3df3SCatalin Marinas	prompt "Page size"
14178c2c3df3SCatalin Marinas	default ARM64_4K_PAGES
14188c2c3df3SCatalin Marinas	help
14198c2c3df3SCatalin Marinas	  Page size (translation granule) configuration.
14208c2c3df3SCatalin Marinas
14218c2c3df3SCatalin Marinasconfig ARM64_4K_PAGES
14228c2c3df3SCatalin Marinas	bool "4KB"
1423d3e5bab9SArnd Bergmann	select HAVE_PAGE_SIZE_4KB
14248c2c3df3SCatalin Marinas	help
14258c2c3df3SCatalin Marinas	  This feature enables 4KB pages support.
14268c2c3df3SCatalin Marinas
142744eaacf1SSuzuki K. Pouloseconfig ARM64_16K_PAGES
142844eaacf1SSuzuki K. Poulose	bool "16KB"
1429d3e5bab9SArnd Bergmann	select HAVE_PAGE_SIZE_16KB
143044eaacf1SSuzuki K. Poulose	help
143144eaacf1SSuzuki K. Poulose	  The system will use 16KB pages support. AArch32 emulation
143244eaacf1SSuzuki K. Poulose	  requires applications compiled with 16K (or a multiple of 16K)
143344eaacf1SSuzuki K. Poulose	  aligned segments.
143444eaacf1SSuzuki K. Poulose
14358c2c3df3SCatalin Marinasconfig ARM64_64K_PAGES
14368c2c3df3SCatalin Marinas	bool "64KB"
1437d3e5bab9SArnd Bergmann	select HAVE_PAGE_SIZE_64KB
14388c2c3df3SCatalin Marinas	help
14398c2c3df3SCatalin Marinas	  This feature enables 64KB pages support (4KB by default)
14408c2c3df3SCatalin Marinas	  allowing only two levels of page tables and faster TLB
1441db488be3SSuzuki K. Poulose	  look-up. AArch32 emulation requires applications compiled
1442db488be3SSuzuki K. Poulose	  with 64K aligned segments.
14438c2c3df3SCatalin Marinas
14448c2c3df3SCatalin Marinasendchoice
14458c2c3df3SCatalin Marinas
14468c2c3df3SCatalin Marinaschoice
14478c2c3df3SCatalin Marinas	prompt "Virtual address space size"
14485d101654SArd Biesheuvel	default ARM64_VA_BITS_52
14498c2c3df3SCatalin Marinas	help
14508c2c3df3SCatalin Marinas	  Allows choosing one of multiple possible virtual address
14518c2c3df3SCatalin Marinas	  space sizes. The level of translation table is determined by
14528c2c3df3SCatalin Marinas	  a combination of page size and virtual address space size.
14538c2c3df3SCatalin Marinas
145421539939SSuzuki K. Pouloseconfig ARM64_VA_BITS_36
145556a3f30eSCatalin Marinas	bool "36-bit" if EXPERT
1456d3e5bab9SArnd Bergmann	depends on PAGE_SIZE_16KB
145721539939SSuzuki K. Poulose
14588c2c3df3SCatalin Marinasconfig ARM64_VA_BITS_39
14598c2c3df3SCatalin Marinas	bool "39-bit"
1460d3e5bab9SArnd Bergmann	depends on PAGE_SIZE_4KB
14618c2c3df3SCatalin Marinas
14628c2c3df3SCatalin Marinasconfig ARM64_VA_BITS_42
14638c2c3df3SCatalin Marinas	bool "42-bit"
1464d3e5bab9SArnd Bergmann	depends on PAGE_SIZE_64KB
14658c2c3df3SCatalin Marinas
146644eaacf1SSuzuki K. Pouloseconfig ARM64_VA_BITS_47
146744eaacf1SSuzuki K. Poulose	bool "47-bit"
1468d3e5bab9SArnd Bergmann	depends on PAGE_SIZE_16KB
146944eaacf1SSuzuki K. Poulose
14708c2c3df3SCatalin Marinasconfig ARM64_VA_BITS_48
14718c2c3df3SCatalin Marinas	bool "48-bit"
14728c2c3df3SCatalin Marinas
1473b6d00d47SSteve Capperconfig ARM64_VA_BITS_52
1474b6d00d47SSteve Capper	bool "52-bit"
147568d23da4SWill Deacon	help
147668d23da4SWill Deacon	  Enable 52-bit virtual addressing for userspace when explicitly
1477b6d00d47SSteve Capper	  requested via a hint to mmap(). The kernel will also use 52-bit
1478b6d00d47SSteve Capper	  virtual addresses for its own mappings (provided HW support for
1479b6d00d47SSteve Capper	  this feature is available, otherwise it reverts to 48-bit).
148068d23da4SWill Deacon
148168d23da4SWill Deacon	  NOTE: Enabling 52-bit virtual addressing in conjunction with
148268d23da4SWill Deacon	  ARMv8.3 Pointer Authentication will result in the PAC being
148368d23da4SWill Deacon	  reduced from 7 bits to 3 bits, which may have a significant
148468d23da4SWill Deacon	  impact on its susceptibility to brute-force attacks.
148568d23da4SWill Deacon
148668d23da4SWill Deacon	  If unsure, select 48-bit virtual addressing instead.
148768d23da4SWill Deacon
14888c2c3df3SCatalin Marinasendchoice
14898c2c3df3SCatalin Marinas
149068d23da4SWill Deaconconfig ARM64_FORCE_52BIT
149168d23da4SWill Deacon	bool "Force 52-bit virtual addresses for userspace"
1492b6d00d47SSteve Capper	depends on ARM64_VA_BITS_52 && EXPERT
149368d23da4SWill Deacon	help
149468d23da4SWill Deacon	  For systems with 52-bit userspace VAs enabled, the kernel will attempt
149568d23da4SWill Deacon	  to maintain compatibility with older software by providing 48-bit VAs
149668d23da4SWill Deacon	  unless a hint is supplied to mmap.
149768d23da4SWill Deacon
149868d23da4SWill Deacon	  This configuration option disables the 48-bit compatibility logic, and
149968d23da4SWill Deacon	  forces all userspace addresses to be 52-bit on HW that supports it. One
150068d23da4SWill Deacon	  should only enable this configuration option for stress testing userspace
150168d23da4SWill Deacon	  memory management code. If unsure say N here.
150268d23da4SWill Deacon
15038c2c3df3SCatalin Marinasconfig ARM64_VA_BITS
15048c2c3df3SCatalin Marinas	int
150521539939SSuzuki K. Poulose	default 36 if ARM64_VA_BITS_36
15068c2c3df3SCatalin Marinas	default 39 if ARM64_VA_BITS_39
15078c2c3df3SCatalin Marinas	default 42 if ARM64_VA_BITS_42
150844eaacf1SSuzuki K. Poulose	default 47 if ARM64_VA_BITS_47
1509b6d00d47SSteve Capper	default 48 if ARM64_VA_BITS_48
1510b6d00d47SSteve Capper	default 52 if ARM64_VA_BITS_52
15118c2c3df3SCatalin Marinas
1512982aa7c5SKristina Martsenkochoice
1513982aa7c5SKristina Martsenko	prompt "Physical address space size"
1514982aa7c5SKristina Martsenko	default ARM64_PA_BITS_48
1515982aa7c5SKristina Martsenko	help
1516982aa7c5SKristina Martsenko	  Choose the maximum physical address range that the kernel will
1517982aa7c5SKristina Martsenko	  support.
1518982aa7c5SKristina Martsenko
1519982aa7c5SKristina Martsenkoconfig ARM64_PA_BITS_48
1520982aa7c5SKristina Martsenko	bool "48-bit"
1521352b0395SArd Biesheuvel	depends on ARM64_64K_PAGES || !ARM64_VA_BITS_52
1522982aa7c5SKristina Martsenko
1523f77d2817SKristina Martsenkoconfig ARM64_PA_BITS_52
1524352b0395SArd Biesheuvel	bool "52-bit"
1525352b0395SArd Biesheuvel	depends on ARM64_64K_PAGES || ARM64_VA_BITS_52
1526f77d2817SKristina Martsenko	help
1527f77d2817SKristina Martsenko	  Enable support for a 52-bit physical address space, introduced as
1528f77d2817SKristina Martsenko	  part of the ARMv8.2-LPA extension.
1529f77d2817SKristina Martsenko
1530f77d2817SKristina Martsenko	  With this enabled, the kernel will also continue to work on CPUs that
1531f77d2817SKristina Martsenko	  do not support ARMv8.2-LPA, but with some added memory overhead (and
1532f77d2817SKristina Martsenko	  minor performance overhead).
1533f77d2817SKristina Martsenko
1534982aa7c5SKristina Martsenkoendchoice
1535982aa7c5SKristina Martsenko
1536982aa7c5SKristina Martsenkoconfig ARM64_PA_BITS
1537982aa7c5SKristina Martsenko	int
1538982aa7c5SKristina Martsenko	default 48 if ARM64_PA_BITS_48
1539f77d2817SKristina Martsenko	default 52 if ARM64_PA_BITS_52
1540982aa7c5SKristina Martsenko
1541db95ea78SArd Biesheuvelconfig ARM64_LPA2
1542db95ea78SArd Biesheuvel	def_bool y
1543db95ea78SArd Biesheuvel	depends on ARM64_PA_BITS_52 && !ARM64_64K_PAGES
1544db95ea78SArd Biesheuvel
1545d8e85e14SAnders Roxellchoice
1546d8e85e14SAnders Roxell	prompt "Endianness"
1547d8e85e14SAnders Roxell	default CPU_LITTLE_ENDIAN
1548d8e85e14SAnders Roxell	help
1549d8e85e14SAnders Roxell	  Select the endianness of data accesses performed by the CPU. Userspace
1550d8e85e14SAnders Roxell	  applications will need to be compiled and linked for the endianness
1551d8e85e14SAnders Roxell	  that is selected here.
1552d8e85e14SAnders Roxell
15538c2c3df3SCatalin Marinasconfig CPU_BIG_ENDIAN
15548c2c3df3SCatalin Marinas	bool "Build big-endian kernel"
15557f707257SLinus Torvalds	depends on BROKEN
15568c2c3df3SCatalin Marinas	help
1557d8e85e14SAnders Roxell	  Say Y if you plan on running a kernel with a big-endian userspace.
1558d8e85e14SAnders Roxell
1559d8e85e14SAnders Roxellconfig CPU_LITTLE_ENDIAN
1560d8e85e14SAnders Roxell	bool "Build little-endian kernel"
1561d8e85e14SAnders Roxell	help
1562d8e85e14SAnders Roxell	  Say Y if you plan on running a kernel with a little-endian userspace.
1563d8e85e14SAnders Roxell	  This is usually the case for distributions targeting arm64.
1564d8e85e14SAnders Roxell
1565d8e85e14SAnders Roxellendchoice
15668c2c3df3SCatalin Marinas
15678c2c3df3SCatalin Marinasconfig NR_CPUS
156862aa9655SGanapatrao Kulkarni	int "Maximum number of CPUs (2-4096)"
156962aa9655SGanapatrao Kulkarni	range 2 4096
15703fbd56f0SChristoph Lameter (Ampere)	default "512"
15718c2c3df3SCatalin Marinas
15728c2c3df3SCatalin Marinasconfig HOTPLUG_CPU
15738c2c3df3SCatalin Marinas	bool "Support for hot-pluggable CPUs"
1574217d453dSYang Yingliang	select GENERIC_IRQ_MIGRATION
15758c2c3df3SCatalin Marinas	help
15768c2c3df3SCatalin Marinas	  Say Y here to experiment with turning CPUs off and on.  CPUs
15778c2c3df3SCatalin Marinas	  can be controlled through /sys/devices/system/cpu.
15788c2c3df3SCatalin Marinas
15791a2db300SGanapatrao Kulkarni# Common NUMA Features
15801a2db300SGanapatrao Kulkarniconfig NUMA
15814399e6cdSRandy Dunlap	bool "NUMA Memory Allocation and Scheduler Support"
1582ae3c107cSAtish Patra	select GENERIC_ARCH_NUMA
15830c2a6cceSKefeng Wang	select OF_NUMA
15847ecd19cfSKefeng Wang	select HAVE_SETUP_PER_CPU_AREA
15857ecd19cfSKefeng Wang	select NEED_PER_CPU_EMBED_FIRST_CHUNK
15867ecd19cfSKefeng Wang	select NEED_PER_CPU_PAGE_FIRST_CHUNK
15877ecd19cfSKefeng Wang	select USE_PERCPU_NUMA_NODE_ID
15881a2db300SGanapatrao Kulkarni	help
15894399e6cdSRandy Dunlap	  Enable NUMA (Non-Uniform Memory Access) support.
15901a2db300SGanapatrao Kulkarni
15911a2db300SGanapatrao Kulkarni	  The kernel will try to allocate memory used by a CPU on the
15921a2db300SGanapatrao Kulkarni	  local memory of the CPU and add some more
15931a2db300SGanapatrao Kulkarni	  NUMA awareness to the kernel.
15941a2db300SGanapatrao Kulkarni
15951a2db300SGanapatrao Kulkarniconfig NODES_SHIFT
15961a2db300SGanapatrao Kulkarni	int "Maximum NUMA Nodes (as a power of 2)"
15971a2db300SGanapatrao Kulkarni	range 1 10
15982a13c13bSVanshidhar Konda	default "4"
1599a9ee6cf5SMike Rapoport	depends on NUMA
16001a2db300SGanapatrao Kulkarni	help
16011a2db300SGanapatrao Kulkarni	  Specify the maximum number of NUMA Nodes available on the target
16021a2db300SGanapatrao Kulkarni	  system.  Increases memory reserved to accommodate various tables.
16031a2db300SGanapatrao Kulkarni
16048636a1f9SMasahiro Yamadasource "kernel/Kconfig.hz"
16058c2c3df3SCatalin Marinas
16068c2c3df3SCatalin Marinasconfig ARCH_SPARSEMEM_ENABLE
16078c2c3df3SCatalin Marinas	def_bool y
16088c2c3df3SCatalin Marinas	select SPARSEMEM_VMEMMAP_ENABLE
1609e7d4bac4SNikunj Kela
16108c2c3df3SCatalin Marinasconfig HW_PERF_EVENTS
16116475b2d8SMark Rutland	def_bool y
16126475b2d8SMark Rutland	depends on ARM_PMU
16138c2c3df3SCatalin Marinas
1614afcf5441SDan Li# Supported by clang >= 7.0 or GCC >= 12.0.0
16155287569aSSami Tolvanenconfig CC_HAVE_SHADOW_CALL_STACK
16165287569aSSami Tolvanen	def_bool $(cc-option, -fsanitize=shadow-call-stack -ffixed-x18)
16175287569aSSami Tolvanen
1618dfd57bc3SStefano Stabelliniconfig PARAVIRT
1619dfd57bc3SStefano Stabellini	bool "Enable paravirtualization code"
1620ad892c48SJuergen Gross	select HAVE_PV_STEAL_CLOCK_GEN
1621dfd57bc3SStefano Stabellini	help
1622dfd57bc3SStefano Stabellini	  This changes the kernel so it can modify itself when it is run
1623dfd57bc3SStefano Stabellini	  under a hypervisor, potentially improving performance significantly
1624dfd57bc3SStefano Stabellini	  over full virtualization.
1625dfd57bc3SStefano Stabellini
1626dfd57bc3SStefano Stabelliniconfig PARAVIRT_TIME_ACCOUNTING
1627dfd57bc3SStefano Stabellini	bool "Paravirtual steal time accounting"
1628dfd57bc3SStefano Stabellini	select PARAVIRT
1629dfd57bc3SStefano Stabellini	help
1630dfd57bc3SStefano Stabellini	  Select this option to enable fine granularity task steal time
1631dfd57bc3SStefano Stabellini	  accounting. Time spent executing other tasks in parallel with
1632dfd57bc3SStefano Stabellini	  the current vCPU is discounted from the vCPU power. To account for
1633dfd57bc3SStefano Stabellini	  that, there can be a small performance impact.
1634dfd57bc3SStefano Stabellini
1635dfd57bc3SStefano Stabellini	  If in doubt, say N here.
1636dfd57bc3SStefano Stabellini
163791506f7eSEric DeVolderconfig ARCH_SUPPORTS_KEXEC
163891506f7eSEric DeVolder	def_bool PM_SLEEP_SMP
1639d28f6df1SGeoff Levand
164091506f7eSEric DeVolderconfig ARCH_SUPPORTS_KEXEC_FILE
164191506f7eSEric DeVolder	def_bool y
16423ddd9992SAKASHI Takahiro
164391506f7eSEric DeVolderconfig ARCH_SELECTS_KEXEC_FILE
164491506f7eSEric DeVolder	def_bool y
1645732b7b93SAKASHI Takahiro	depends on KEXEC_FILE
164691506f7eSEric DeVolder	select HAVE_IMA_KEXEC if IMA
1647732b7b93SAKASHI Takahiro
164891506f7eSEric DeVolderconfig ARCH_SUPPORTS_KEXEC_SIG
164991506f7eSEric DeVolder	def_bool y
1650732b7b93SAKASHI Takahiro
165191506f7eSEric DeVolderconfig ARCH_SUPPORTS_KEXEC_IMAGE_VERIFY_SIG
165291506f7eSEric DeVolder	def_bool y
1653732b7b93SAKASHI Takahiro
165491506f7eSEric DeVolderconfig ARCH_DEFAULT_KEXEC_IMAGE_VERIFY_SIG
165591506f7eSEric DeVolder	def_bool y
1656732b7b93SAKASHI Takahiro
1657274cdcb1SAlexander Grafconfig ARCH_SUPPORTS_KEXEC_HANDOVER
1658274cdcb1SAlexander Graf	def_bool y
1659274cdcb1SAlexander Graf
166091506f7eSEric DeVolderconfig ARCH_SUPPORTS_CRASH_DUMP
166191506f7eSEric DeVolder	def_bool y
1662e62aaeacSAKASHI Takahiro
166331daa343SDave Vasilevskyconfig ARCH_DEFAULT_CRASH_DUMP
166431daa343SDave Vasilevsky	def_bool y
166531daa343SDave Vasilevsky
1666fdc26823SBaoquan Heconfig ARCH_HAS_GENERIC_CRASHKERNEL_RESERVATION
166785fcde40SBaoquan He	def_bool CRASH_RESERVE
1668fdc26823SBaoquan He
1669072e3d96SPavel Tatashinconfig TRANS_TABLE
1670072e3d96SPavel Tatashin	def_bool y
167108eae0efSPasha Tatashin	depends on HIBERNATION || KEXEC_CORE
1672072e3d96SPavel Tatashin
1673aa42aa13SStefano Stabelliniconfig XEN_DOM0
1674aa42aa13SStefano Stabellini	def_bool y
1675aa42aa13SStefano Stabellini	depends on XEN
1676aa42aa13SStefano Stabellini
1677aa42aa13SStefano Stabelliniconfig XEN
1678c2ba1f7dSJulien Grall	bool "Xen guest support on ARM64"
1679aa42aa13SStefano Stabellini	depends on ARM64 && OF
168083862ccfSStefano Stabellini	select SWIOTLB_XEN
1681dfd57bc3SStefano Stabellini	select PARAVIRT
1682aa42aa13SStefano Stabellini	help
1683aa42aa13SStefano Stabellini	  Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64.
1684aa42aa13SStefano Stabellini
16855a4c2a31SKefeng Wang# include/linux/mmzone.h requires the following to be true:
16865a4c2a31SKefeng Wang#
16875e0a760bSKirill A. Shutemov#   MAX_PAGE_ORDER + PAGE_SHIFT <= SECTION_SIZE_BITS
16885a4c2a31SKefeng Wang#
16895e0a760bSKirill A. Shutemov# so the maximum value of MAX_PAGE_ORDER is SECTION_SIZE_BITS - PAGE_SHIFT:
16905a4c2a31SKefeng Wang#
16915e0a760bSKirill A. Shutemov#     | SECTION_SIZE_BITS |  PAGE_SHIFT  |  max MAX_PAGE_ORDER  |  default MAX_PAGE_ORDER |
16925e0a760bSKirill A. Shutemov# ----+-------------------+--------------+----------------------+-------------------------+
169323baf831SKirill A. Shutemov# 4K  |       27          |      12      |       15             |         10              |
169423baf831SKirill A. Shutemov# 16K |       27          |      14      |       13             |         11              |
169523baf831SKirill A. Shutemov# 64K |       29          |      16      |       13             |         13              |
16960192445cSZi Yanconfig ARCH_FORCE_MAX_ORDER
1697f3c37621SCatalin Marinas	int
169823baf831SKirill A. Shutemov	default "13" if ARM64_64K_PAGES
169923baf831SKirill A. Shutemov	default "11" if ARM64_16K_PAGES
170023baf831SKirill A. Shutemov	default "10"
170144eaacf1SSuzuki K. Poulose	help
17024632cb22SMike Rapoport (IBM)	  The kernel page allocator limits the size of maximal physically
17035e0a760bSKirill A. Shutemov	  contiguous allocations. The limit is called MAX_PAGE_ORDER and it
17044632cb22SMike Rapoport (IBM)	  defines the maximal power of two of number of pages that can be
17054632cb22SMike Rapoport (IBM)	  allocated as a single contiguous block. This option allows
17064632cb22SMike Rapoport (IBM)	  overriding the default setting when ability to allocate very
17074632cb22SMike Rapoport (IBM)	  large blocks of physically contiguous memory is required.
170844eaacf1SSuzuki K. Poulose
17094632cb22SMike Rapoport (IBM)	  The maximal size of allocation cannot exceed the size of the
17105e0a760bSKirill A. Shutemov	  section, so the value of MAX_PAGE_ORDER should satisfy
171144eaacf1SSuzuki K. Poulose
17125e0a760bSKirill A. Shutemov	    MAX_PAGE_ORDER + PAGE_SHIFT <= SECTION_SIZE_BITS
171344eaacf1SSuzuki K. Poulose
17144632cb22SMike Rapoport (IBM)	  Don't change if unsure.
1715d03bb145SSteve Capper
1716084eb77cSWill Deaconconfig UNMAP_KERNEL_AT_EL0
17177540f70dSArd Biesheuvel	bool "Unmap kernel when running in userspace (KPTI)" if EXPERT
1718084eb77cSWill Deacon	default y
1719084eb77cSWill Deacon	help
17200617052dSWill Deacon	  Speculation attacks against some high-performance processors can
17210617052dSWill Deacon	  be used to bypass MMU permission checks and leak kernel data to
17220617052dSWill Deacon	  userspace. This can be defended against by unmapping the kernel
17230617052dSWill Deacon	  when running in userspace, mapping it back in on exception entry
17240617052dSWill Deacon	  via a trampoline page in the vector table.
1725084eb77cSWill Deacon
1726084eb77cSWill Deacon	  If unsure, say Y.
1727084eb77cSWill Deacon
1728558c303cSJames Morseconfig MITIGATE_SPECTRE_BRANCH_HISTORY
1729558c303cSJames Morse	bool "Mitigate Spectre style attacks against branch history" if EXPERT
1730558c303cSJames Morse	default y
1731558c303cSJames Morse	help
1732558c303cSJames Morse	  Speculation attacks against some high-performance processors can
1733558c303cSJames Morse	  make use of branch history to influence future speculation.
1734558c303cSJames Morse	  When taking an exception from user-space, a sequence of branches
1735558c303cSJames Morse	  or a firmware call overwrites the branch history.
1736558c303cSJames Morse
1737dd523791SWill Deaconconfig ARM64_SW_TTBR0_PAN
1738dd523791SWill Deacon	bool "Emulate Privileged Access Never using TTBR0_EL1 switching"
173986a6a68fSLinus Torvalds	depends on !KCSAN
1740dd523791SWill Deacon	help
1741dd523791SWill Deacon	  Enabling this option prevents the kernel from accessing
1742dd523791SWill Deacon	  user-space memory directly by pointing TTBR0_EL1 to a reserved
1743dd523791SWill Deacon	  zeroed area and reserved ASID. The user access routines
1744dd523791SWill Deacon	  restore the valid TTBR0_EL1 temporarily.
1745dd523791SWill Deacon
174663f0c603SCatalin Marinasconfig ARM64_TAGGED_ADDR_ABI
174763f0c603SCatalin Marinas	bool "Enable the tagged user addresses syscall ABI"
174863f0c603SCatalin Marinas	default y
174963f0c603SCatalin Marinas	help
175063f0c603SCatalin Marinas	  When this option is enabled, user applications can opt in to a
175163f0c603SCatalin Marinas	  relaxed ABI via prctl() allowing tagged addresses to be passed
175263f0c603SCatalin Marinas	  to system calls as pointer arguments. For details, see
17536e4596c4SJonathan Corbet	  Documentation/arch/arm64/tagged-address-abi.rst.
175463f0c603SCatalin Marinas
1755dd523791SWill Deaconmenuconfig COMPAT
1756dd523791SWill Deacon	bool "Kernel support for 32-bit EL0"
1757dd523791SWill Deacon	depends on ARM64_4K_PAGES || EXPERT
1758dd523791SWill Deacon	select HAVE_UID16
1759dd523791SWill Deacon	select OLD_SIGSUSPEND3
1760dd523791SWill Deacon	select COMPAT_OLD_SIGACTION
1761dd523791SWill Deacon	help
1762dd523791SWill Deacon	  This option enables support for a 32-bit EL0 running under a 64-bit
1763dd523791SWill Deacon	  kernel at EL1. AArch32-specific components such as system calls,
1764dd523791SWill Deacon	  the user helper functions, VFP support and the ptrace interface are
1765dd523791SWill Deacon	  handled appropriately by the kernel.
1766dd523791SWill Deacon
1767dd523791SWill Deacon	  If you use a page size other than 4KB (i.e, 16KB or 64KB), please be aware
1768dd523791SWill Deacon	  that you will only be able to execute AArch32 binaries that were compiled
1769dd523791SWill Deacon	  with page size aligned segments.
1770dd523791SWill Deacon
1771dd523791SWill Deacon	  If you want to execute 32-bit userspace applications, say Y.
1772dd523791SWill Deacon
1773dd523791SWill Deaconif COMPAT
1774dd523791SWill Deacon
1775dd523791SWill Deaconconfig KUSER_HELPERS
17767c4791c9SWill Deacon	bool "Enable kuser helpers page for 32-bit applications"
1777dd523791SWill Deacon	default y
1778dd523791SWill Deacon	help
1779dd523791SWill Deacon	  Warning: disabling this option may break 32-bit user programs.
1780dd523791SWill Deacon
1781dd523791SWill Deacon	  Provide kuser helpers to compat tasks. The kernel provides
1782dd523791SWill Deacon	  helper code to userspace in read only form at a fixed location
1783dd523791SWill Deacon	  to allow userspace to be independent of the CPU type fitted to
1784dd523791SWill Deacon	  the system. This permits binaries to be run on ARMv4 through
1785dd523791SWill Deacon	  to ARMv8 without modification.
1786dd523791SWill Deacon
1787263638dcSJonathan Corbet	  See Documentation/arch/arm/kernel_user_helpers.rst for details.
1788dd523791SWill Deacon
1789dd523791SWill Deacon	  However, the fixed address nature of these helpers can be used
1790dd523791SWill Deacon	  by ROP (return orientated programming) authors when creating
1791dd523791SWill Deacon	  exploits.
1792dd523791SWill Deacon
1793dd523791SWill Deacon	  If all of the binaries and libraries which run on your platform
1794dd523791SWill Deacon	  are built specifically for your platform, and make no use of
1795dd523791SWill Deacon	  these helpers, then you can turn this option off to hinder
1796dd523791SWill Deacon	  such exploits. However, in that case, if a binary or library
1797dd523791SWill Deacon	  relying on those helpers is run, it will not function correctly.
1798dd523791SWill Deacon
1799dd523791SWill Deacon	  Say N here only if you are absolutely certain that you do not
1800dd523791SWill Deacon	  need these helpers; otherwise, the safe option is to say Y.
1801dd523791SWill Deacon
18027c4791c9SWill Deaconconfig COMPAT_VDSO
18037c4791c9SWill Deacon	bool "Enable vDSO for 32-bit applications"
18043e6f8d1fSNick Desaulniers	depends on !CPU_BIG_ENDIAN
18053e6f8d1fSNick Desaulniers	depends on (CC_IS_CLANG && LD_IS_LLD) || "$(CROSS_COMPILE_COMPAT)" != ""
18067c4791c9SWill Deacon	default y
18077c4791c9SWill Deacon	help
18087c4791c9SWill Deacon	  Place in the process address space of 32-bit applications an
18097c4791c9SWill Deacon	  ELF shared object providing fast implementations of gettimeofday
18107c4791c9SWill Deacon	  and clock_gettime.
18117c4791c9SWill Deacon
18127c4791c9SWill Deacon	  You must have a 32-bit build of glibc 2.22 or later for programs
18137c4791c9SWill Deacon	  to seamlessly take advantage of this.
1814dd523791SWill Deacon
1815625412c2SNick Desaulniersconfig THUMB2_COMPAT_VDSO
1816625412c2SNick Desaulniers	bool "Compile the 32-bit vDSO for Thumb-2 mode" if EXPERT
1817625412c2SNick Desaulniers	depends on COMPAT_VDSO
1818625412c2SNick Desaulniers	default y
1819625412c2SNick Desaulniers	help
1820625412c2SNick Desaulniers	  Compile the compat vDSO with '-mthumb -fomit-frame-pointer' if y,
1821625412c2SNick Desaulniers	  otherwise with '-marm'.
1822625412c2SNick Desaulniers
18233fc24ef3SArd Biesheuvelconfig COMPAT_ALIGNMENT_FIXUPS
18243fc24ef3SArd Biesheuvel	bool "Fix up misaligned multi-word loads and stores in user space"
18253fc24ef3SArd Biesheuvel
18261b907f46SWill Deaconmenuconfig ARMV8_DEPRECATED
18271b907f46SWill Deacon	bool "Emulate deprecated/obsolete ARMv8 instructions"
18286cfa7cc4SDave Martin	depends on SYSCTL
18291b907f46SWill Deacon	help
18301b907f46SWill Deacon	  Legacy software support may require certain instructions
18311b907f46SWill Deacon	  that have been deprecated or obsoleted in the architecture.
18321b907f46SWill Deacon
18331b907f46SWill Deacon	  Enable this config to enable selective emulation of these
18341b907f46SWill Deacon	  features.
18351b907f46SWill Deacon
18361b907f46SWill Deacon	  If unsure, say Y
18371b907f46SWill Deacon
18381b907f46SWill Deaconif ARMV8_DEPRECATED
18391b907f46SWill Deacon
18401b907f46SWill Deaconconfig SWP_EMULATION
18411b907f46SWill Deacon	bool "Emulate SWP/SWPB instructions"
18421b907f46SWill Deacon	help
18431b907f46SWill Deacon	  ARMv8 obsoletes the use of A32 SWP/SWPB instructions such that
18441b907f46SWill Deacon	  they are always undefined. Say Y here to enable software
18451b907f46SWill Deacon	  emulation of these instructions for userspace using LDXR/STXR.
1846dd720784SMark Brown	  This feature can be controlled at runtime with the abi.swp
1847dd720784SMark Brown	  sysctl which is disabled by default.
18481b907f46SWill Deacon
18491b907f46SWill Deacon	  In some older versions of glibc [<=2.8] SWP is used during futex
18501b907f46SWill Deacon	  trylock() operations with the assumption that the code will not
18511b907f46SWill Deacon	  be preempted. This invalid assumption may be more likely to fail
18521b907f46SWill Deacon	  with SWP emulation enabled, leading to deadlock of the user
18531b907f46SWill Deacon	  application.
18541b907f46SWill Deacon
18551b907f46SWill Deacon	  NOTE: when accessing uncached shared regions, LDXR/STXR rely
18561b907f46SWill Deacon	  on an external transaction monitoring block called a global
18571b907f46SWill Deacon	  monitor to maintain update atomicity. If your system does not
18581b907f46SWill Deacon	  implement a global monitor, this option can cause programs that
18591b907f46SWill Deacon	  perform SWP operations to uncached memory to deadlock.
18601b907f46SWill Deacon
18611b907f46SWill Deacon	  If unsure, say Y
18621b907f46SWill Deacon
18631b907f46SWill Deaconconfig CP15_BARRIER_EMULATION
18641b907f46SWill Deacon	bool "Emulate CP15 Barrier instructions"
18651b907f46SWill Deacon	help
18661b907f46SWill Deacon	  The CP15 barrier instructions - CP15ISB, CP15DSB, and
18671b907f46SWill Deacon	  CP15DMB - are deprecated in ARMv8 (and ARMv7). It is
18681b907f46SWill Deacon	  strongly recommended to use the ISB, DSB, and DMB
18691b907f46SWill Deacon	  instructions instead.
18701b907f46SWill Deacon
18711b907f46SWill Deacon	  Say Y here to enable software emulation of these
18721b907f46SWill Deacon	  instructions for AArch32 userspace code. When this option is
18731b907f46SWill Deacon	  enabled, CP15 barrier usage is traced which can help
1874dd720784SMark Brown	  identify software that needs updating. This feature can be
1875dd720784SMark Brown	  controlled at runtime with the abi.cp15_barrier sysctl.
18761b907f46SWill Deacon
18771b907f46SWill Deacon	  If unsure, say Y
18781b907f46SWill Deacon
18792d888f48SSuzuki K. Pouloseconfig SETEND_EMULATION
18802d888f48SSuzuki K. Poulose	bool "Emulate SETEND instruction"
18812d888f48SSuzuki K. Poulose	help
18822d888f48SSuzuki K. Poulose	  The SETEND instruction alters the data-endianness of the
18832d888f48SSuzuki K. Poulose	  AArch32 EL0, and is deprecated in ARMv8.
18842d888f48SSuzuki K. Poulose
18852d888f48SSuzuki K. Poulose	  Say Y here to enable software emulation of the instruction
1886dd720784SMark Brown	  for AArch32 userspace code. This feature can be controlled
1887dd720784SMark Brown	  at runtime with the abi.setend sysctl.
18882d888f48SSuzuki K. Poulose
18892d888f48SSuzuki K. Poulose	  Note: All the cpus on the system must have mixed endian support at EL0
18902d888f48SSuzuki K. Poulose	  for this feature to be enabled. If a new CPU - which doesn't support mixed
18912d888f48SSuzuki K. Poulose	  endian - is hotplugged in after this feature has been enabled, there could
18922d888f48SSuzuki K. Poulose	  be unexpected results in the applications.
18932d888f48SSuzuki K. Poulose
18942d888f48SSuzuki K. Poulose	  If unsure, say Y
18953cb7e662SJuerg Haefligerendif # ARMV8_DEPRECATED
18961b907f46SWill Deacon
18973cb7e662SJuerg Haefligerendif # COMPAT
1898ba42822aSCatalin Marinas
18990e4a0709SWill Deaconmenu "ARMv8.1 architectural features"
19000e4a0709SWill Deacon
19010e4a0709SWill Deaconconfig ARM64_HW_AFDBM
19020e4a0709SWill Deacon	bool "Support for hardware updates of the Access and Dirty page flags"
19030e4a0709SWill Deacon	default y
19040e4a0709SWill Deacon	help
19050e4a0709SWill Deacon	  The ARMv8.1 architecture extensions introduce support for
19060e4a0709SWill Deacon	  hardware updates of the access and dirty information in page
19070e4a0709SWill Deacon	  table entries. When enabled in TCR_EL1 (HA and HD bits) on
19080e4a0709SWill Deacon	  capable processors, accesses to pages with PTE_AF cleared will
19090e4a0709SWill Deacon	  set this bit instead of raising an access flag fault.
19100e4a0709SWill Deacon	  Similarly, writes to read-only pages with the DBM bit set will
19110e4a0709SWill Deacon	  clear the read-only bit (AP[2]) instead of raising a
19120e4a0709SWill Deacon	  permission fault.
19130e4a0709SWill Deacon
19140e4a0709SWill Deacon	  Kernels built with this configuration option enabled continue
19150e4a0709SWill Deacon	  to work on pre-ARMv8.1 hardware and the performance impact is
19160e4a0709SWill Deacon	  minimal. If unsure, say Y.
19170e4a0709SWill Deacon
19183cb7e662SJuerg Haefligerendmenu # "ARMv8.1 architectural features"
19190e4a0709SWill Deacon
1920f993318bSWill Deaconmenu "ARMv8.2 architectural features"
1921f993318bSWill Deacon
1922d50e071fSRobin Murphyconfig ARM64_PMEM
1923d50e071fSRobin Murphy	bool "Enable support for persistent memory"
1924d50e071fSRobin Murphy	select ARCH_HAS_PMEM_API
19255d7bdeb1SRobin Murphy	select ARCH_HAS_UACCESS_FLUSHCACHE
1926d50e071fSRobin Murphy	help
1927d50e071fSRobin Murphy	  Say Y to enable support for the persistent memory API based on the
1928d50e071fSRobin Murphy	  ARMv8.2 DCPoP feature.
1929d50e071fSRobin Murphy
1930d50e071fSRobin Murphy	  The feature is detected at runtime, and the kernel will use DC CVAC
1931d50e071fSRobin Murphy	  operations if DC CVAP is not supported (following the behaviour of
1932d50e071fSRobin Murphy	  DC CVAP itself if the system does not define a point of persistence).
1933d50e071fSRobin Murphy
193464c02720SXie XiuQiconfig ARM64_RAS_EXTN
193564c02720SXie XiuQi	bool "Enable support for RAS CPU Extensions"
193664c02720SXie XiuQi	default y
193764c02720SXie XiuQi	help
193864c02720SXie XiuQi	  CPUs that support the Reliability, Availability and Serviceability
193964c02720SXie XiuQi	  (RAS) Extensions, part of ARMv8.2 are able to track faults and
194064c02720SXie XiuQi	  errors, classify them and report them to software.
194164c02720SXie XiuQi
194264c02720SXie XiuQi	  On CPUs with these extensions system software can use additional
194364c02720SXie XiuQi	  barriers to determine if faults are pending and read the
194464c02720SXie XiuQi	  classification from a new set of registers.
194564c02720SXie XiuQi
194664c02720SXie XiuQi	  Selecting this feature will allow the kernel to use these barriers
194764c02720SXie XiuQi	  and access the new registers if the system supports the extension.
194864c02720SXie XiuQi	  Platform RAS features may additionally depend on firmware support.
194964c02720SXie XiuQi
19505ffdfaedSVladimir Murzinconfig ARM64_CNP
19515ffdfaedSVladimir Murzin	bool "Enable support for Common Not Private (CNP) translations"
19525ffdfaedSVladimir Murzin	default y
19535ffdfaedSVladimir Murzin	help
19545ffdfaedSVladimir Murzin	  Common Not Private (CNP) allows translation table entries to
19555ffdfaedSVladimir Murzin	  be shared between different PEs in the same inner shareable
19565ffdfaedSVladimir Murzin	  domain, so the hardware can use this fact to optimise the
19575ffdfaedSVladimir Murzin	  caching of such entries in the TLB.
19585ffdfaedSVladimir Murzin
19595ffdfaedSVladimir Murzin	  Selecting this option allows the CNP feature to be detected
19605ffdfaedSVladimir Murzin	  at runtime, and does not affect PEs that do not implement
19615ffdfaedSVladimir Murzin	  this feature.
19625ffdfaedSVladimir Murzin
19633cb7e662SJuerg Haefligerendmenu # "ARMv8.2 architectural features"
1964f993318bSWill Deacon
196504ca3204SMark Rutlandmenu "ARMv8.3 architectural features"
196604ca3204SMark Rutland
196704ca3204SMark Rutlandconfig ARM64_PTR_AUTH
196804ca3204SMark Rutland	bool "Enable support for pointer authentication"
196904ca3204SMark Rutland	default y
197004ca3204SMark Rutland	help
197104ca3204SMark Rutland	  Pointer authentication (part of the ARMv8.3 Extensions) provides
197204ca3204SMark Rutland	  instructions for signing and authenticating pointers against secret
197304ca3204SMark Rutland	  keys, which can be used to mitigate Return Oriented Programming (ROP)
197404ca3204SMark Rutland	  and other attacks.
197504ca3204SMark Rutland
197604ca3204SMark Rutland	  This option enables these instructions at EL0 (i.e. for userspace).
197704ca3204SMark Rutland	  Choosing this option will cause the kernel to initialise secret keys
197804ca3204SMark Rutland	  for each process at exec() time, with these keys being
197904ca3204SMark Rutland	  context-switched along with the process.
198004ca3204SMark Rutland
198104ca3204SMark Rutland	  The feature is detected at runtime. If the feature is not present in
1982384b40caSMark Rutland	  hardware it will not be advertised to userspace/KVM guest nor will it
1983dfb0589cSMarc Zyngier	  be enabled.
198404ca3204SMark Rutland
19856982934eSKristina Martsenko	  If the feature is present on the boot CPU but not on a late CPU, then
19866982934eSKristina Martsenko	  the late CPU will be parked. Also, if the boot CPU does not have
19876982934eSKristina Martsenko	  address auth and the late CPU has then the late CPU will still boot
19886982934eSKristina Martsenko	  but with the feature disabled. On such a system, this option should
19896982934eSKristina Martsenko	  not be selected.
19906982934eSKristina Martsenko
1991b27a9f41SDaniel Kissconfig ARM64_PTR_AUTH_KERNEL
1992d053e71aSDaniel Kiss	bool "Use pointer authentication for kernel"
1993b27a9f41SDaniel Kiss	default y
1994b27a9f41SDaniel Kiss	depends on ARM64_PTR_AUTH
1995b27a9f41SDaniel Kiss	# Modern compilers insert a .note.gnu.property section note for PAC
1996b27a9f41SDaniel Kiss	# which is only understood by binutils starting with version 2.33.1.
1997b27a9f41SDaniel Kiss	depends on LD_IS_LLD || LD_VERSION >= 23301 || (CC_IS_GCC && GCC_VERSION < 90100)
1998b27a9f41SDaniel Kiss	depends on !CC_IS_CLANG || AS_HAS_CFI_NEGATE_RA_STATE
199926299b3fSMark Rutland	depends on (!FUNCTION_GRAPH_TRACER || DYNAMIC_FTRACE_WITH_ARGS)
2000b27a9f41SDaniel Kiss	help
2001b27a9f41SDaniel Kiss	  If the compiler supports the -mbranch-protection or
2002b27a9f41SDaniel Kiss	  -msign-return-address flag (e.g. GCC 7 or later), then this option
2003b27a9f41SDaniel Kiss	  will cause the kernel itself to be compiled with return address
2004b27a9f41SDaniel Kiss	  protection. In this case, and if the target hardware is known to
2005b27a9f41SDaniel Kiss	  support pointer authentication, then CONFIG_STACKPROTECTOR can be
2006b27a9f41SDaniel Kiss	  disabled with minimal loss of protection.
2007b27a9f41SDaniel Kiss
200874afda40SKristina Martsenko	  This feature works with FUNCTION_GRAPH_TRACER option only if
200926299b3fSMark Rutland	  DYNAMIC_FTRACE_WITH_ARGS is enabled.
201074afda40SKristina Martsenko
201174afda40SKristina Martsenkoconfig CC_HAS_BRANCH_PROT_PAC_RET
201274afda40SKristina Martsenko	# GCC 9 or later, clang 8 or later
201374afda40SKristina Martsenko	def_bool $(cc-option,-mbranch-protection=pac-ret+leaf)
201474afda40SKristina Martsenko
20153b446c7dSNick Desaulniersconfig AS_HAS_CFI_NEGATE_RA_STATE
20162555d4c6SArnd Bergmann	# binutils 2.34+
20173b446c7dSNick Desaulniers	def_bool $(as-instr,.cfi_startproc\n.cfi_negate_ra_state\n.cfi_endproc\n)
20183b446c7dSNick Desaulniers
20193cb7e662SJuerg Haefligerendmenu # "ARMv8.3 architectural features"
202004ca3204SMark Rutland
20212c9d45b4SIonela Voinescumenu "ARMv8.4 architectural features"
20222c9d45b4SIonela Voinescu
20232c9d45b4SIonela Voinescuconfig ARM64_AMU_EXTN
20242c9d45b4SIonela Voinescu	bool "Enable support for the Activity Monitors Unit CPU extension"
20252c9d45b4SIonela Voinescu	default y
20262c9d45b4SIonela Voinescu	help
20272c9d45b4SIonela Voinescu	  The activity monitors extension is an optional extension introduced
20282c9d45b4SIonela Voinescu	  by the ARMv8.4 CPU architecture. This enables support for version 1
20292c9d45b4SIonela Voinescu	  of the activity monitors architecture, AMUv1.
20302c9d45b4SIonela Voinescu
20312c9d45b4SIonela Voinescu	  To enable the use of this extension on CPUs that implement it, say Y.
20322c9d45b4SIonela Voinescu
20332c9d45b4SIonela Voinescu	  Note that for architectural reasons, firmware _must_ implement AMU
20342c9d45b4SIonela Voinescu	  support when running on CPUs that present the activity monitors
20352c9d45b4SIonela Voinescu	  extension. The required support is present in:
20362c9d45b4SIonela Voinescu	    * Version 1.5 and later of the ARM Trusted Firmware
20372c9d45b4SIonela Voinescu
20382c9d45b4SIonela Voinescu	  For kernels that have this configuration enabled but boot with broken
20392c9d45b4SIonela Voinescu	  firmware, you may need to say N here until the firmware is fixed.
20402c9d45b4SIonela Voinescu	  Otherwise you may experience firmware panics or lockups when
20412c9d45b4SIonela Voinescu	  accessing the counter registers. Even if you are not observing these
20422c9d45b4SIonela Voinescu	  symptoms, the values returned by the register reads might not
20432c9d45b4SIonela Voinescu	  correctly reflect reality. Most commonly, the value read will be 0,
20442c9d45b4SIonela Voinescu	  indicating that the counter is not enabled.
20452c9d45b4SIonela Voinescu
20467c78f67eSZhenyu Yeconfig ARM64_TLB_RANGE
20477c78f67eSZhenyu Ye	bool "Enable support for tlbi range feature"
20487c78f67eSZhenyu Ye	default y
20497c78f67eSZhenyu Ye	help
20507c78f67eSZhenyu Ye	  ARMv8.4-TLBI provides TLBI invalidation instruction that apply to a
20517c78f67eSZhenyu Ye	  range of input addresses.
20527c78f67eSZhenyu Ye
2053d8bf01d8SJames Morseconfig ARM64_MPAM
2054d8bf01d8SJames Morse	bool "Enable support for MPAM"
2055c544f00aSBen Horgan	select ARM64_MPAM_DRIVER
20564aab135bSJames Morse	select ARCH_HAS_CPU_RESCTRL
2057d8bf01d8SJames Morse	help
2058d8bf01d8SJames Morse	  Memory System Resource Partitioning and Monitoring (MPAM) is an
2059d8bf01d8SJames Morse	  optional extension to the Arm architecture that allows each
2060d8bf01d8SJames Morse	  transaction issued to the memory system to be labelled with a
2061d8bf01d8SJames Morse	  Partition identifier (PARTID) and Performance Monitoring Group
2062d8bf01d8SJames Morse	  identifier (PMG).
2063d8bf01d8SJames Morse
2064d8bf01d8SJames Morse	  Memory system components, such as the caches, can be configured with
2065d8bf01d8SJames Morse	  policies to control how much of various physical resources (such as
2066d8bf01d8SJames Morse	  memory bandwidth or cache memory) the transactions labelled with each
2067d8bf01d8SJames Morse	  PARTID can consume.  Depending on the capabilities of the hardware,
2068d8bf01d8SJames Morse	  the PARTID and PMG can also be used as filtering criteria to measure
2069d8bf01d8SJames Morse	  the memory system resource consumption of different parts of a
2070d8bf01d8SJames Morse	  workload.
2071d8bf01d8SJames Morse
2072d8bf01d8SJames Morse	  Use of this extension requires CPU support, support in the
2073d8bf01d8SJames Morse	  Memory System Components (MSC), and a description from firmware
2074d8bf01d8SJames Morse	  of where the MSCs are in the address space.
2075d8bf01d8SJames Morse
2076d8bf01d8SJames Morse	  MPAM is exposed to user-space via the resctrl pseudo filesystem.
2077d8bf01d8SJames Morse
20788e06d04fSJames Morse	  This option enables the extra context switch code.
20798e06d04fSJames Morse
20803cb7e662SJuerg Haefligerendmenu # "ARMv8.4 architectural features"
2081fd045f6cSArd Biesheuvel
20823e6c69a0SMark Brownmenu "ARMv8.5 architectural features"
20833e6c69a0SMark Brown
2084f469c032SVincenzo Frascinoconfig AS_HAS_ARMV8_5
2085f469c032SVincenzo Frascino	def_bool $(cc-option,-Wa$(comma)-march=armv8.5-a)
2086f469c032SVincenzo Frascino
2087383499f8SDave Martinconfig ARM64_BTI
2088383499f8SDave Martin	bool "Branch Target Identification support"
2089383499f8SDave Martin	default y
2090383499f8SDave Martin	help
2091383499f8SDave Martin	  Branch Target Identification (part of the ARMv8.5 Extensions)
2092383499f8SDave Martin	  provides a mechanism to limit the set of locations to which computed
2093383499f8SDave Martin	  branch instructions such as BR or BLR can jump.
2094383499f8SDave Martin
2095383499f8SDave Martin	  To make use of BTI on CPUs that support it, say Y.
2096383499f8SDave Martin
2097383499f8SDave Martin	  BTI is intended to provide complementary protection to other control
2098383499f8SDave Martin	  flow integrity protection mechanisms, such as the Pointer
2099383499f8SDave Martin	  authentication mechanism provided as part of the ARMv8.3 Extensions.
2100383499f8SDave Martin	  For this reason, it does not make sense to enable this option without
2101383499f8SDave Martin	  also enabling support for pointer authentication.  Thus, when
2102383499f8SDave Martin	  enabling this option you should also select ARM64_PTR_AUTH=y.
2103383499f8SDave Martin
2104383499f8SDave Martin	  Userspace binaries must also be specifically compiled to make use of
2105383499f8SDave Martin	  this mechanism.  If you say N here or the hardware does not support
2106383499f8SDave Martin	  BTI, such binaries can still run, but you get no additional
2107383499f8SDave Martin	  enforcement of branch destinations.
2108383499f8SDave Martin
210997fed779SMark Brownconfig ARM64_BTI_KERNEL
211097fed779SMark Brown	bool "Use Branch Target Identification for kernel"
211197fed779SMark Brown	default y
211297fed779SMark Brown	depends on ARM64_BTI
2113b27a9f41SDaniel Kiss	depends on ARM64_PTR_AUTH_KERNEL
211497fed779SMark Brown	depends on CC_HAS_BRANCH_PROT_PAC_RET_BTI
21153a88d7c5SWill Deacon	# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94697
21163a88d7c5SWill Deacon	depends on !CC_IS_GCC || GCC_VERSION >= 100100
2117c0a454b9SMark Brown	# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106671
2118c0a454b9SMark Brown	depends on !CC_IS_GCC
211926299b3fSMark Rutland	depends on (!FUNCTION_GRAPH_TRACER || DYNAMIC_FTRACE_WITH_ARGS)
212097fed779SMark Brown	help
212197fed779SMark Brown	  Build the kernel with Branch Target Identification annotations
212297fed779SMark Brown	  and enable enforcement of this for kernel code. When this option
212397fed779SMark Brown	  is enabled and the system supports BTI all kernel code including
212497fed779SMark Brown	  modular code must have BTI enabled.
212597fed779SMark Brown
212697fed779SMark Brownconfig CC_HAS_BRANCH_PROT_PAC_RET_BTI
212797fed779SMark Brown	# GCC 9 or later, clang 8 or later
212897fed779SMark Brown	def_bool $(cc-option,-mbranch-protection=pac-ret+leaf+bti)
212997fed779SMark Brown
21303e6c69a0SMark Brownconfig ARM64_E0PD
21313e6c69a0SMark Brown	bool "Enable support for E0PD"
21323e6c69a0SMark Brown	default y
21333e6c69a0SMark Brown	help
21343e6c69a0SMark Brown	  E0PD (part of the ARMv8.5 extensions) allows us to ensure
21353e6c69a0SMark Brown	  that EL0 accesses made via TTBR1 always fault in constant time,
21363e6c69a0SMark Brown	  providing similar benefits to KASLR as those provided by KPTI, but
21373e6c69a0SMark Brown	  with lower overhead and without disrupting legitimate access to
21383e6c69a0SMark Brown	  kernel memory such as SPE.
21393e6c69a0SMark Brown
21403e6c69a0SMark Brown	  This option enables E0PD for TTBR1 where available.
21413e6c69a0SMark Brown
214289b94df9SVincenzo Frascinoconfig ARM64_AS_HAS_MTE
214389b94df9SVincenzo Frascino	# Initial support for MTE went in binutils 2.32.0, checked with
214489b94df9SVincenzo Frascino	# ".arch armv8.5-a+memtag" below. However, this was incomplete
214589b94df9SVincenzo Frascino	# as a late addition to the final architecture spec (LDGM/STGM)
214689b94df9SVincenzo Frascino	# is only supported in the newer 2.32.x and 2.33 binutils
214789b94df9SVincenzo Frascino	# versions, hence the extra "stgm" instruction check below.
214889b94df9SVincenzo Frascino	def_bool $(as-instr,.arch armv8.5-a+memtag\nstgm xzr$(comma)[x0])
214989b94df9SVincenzo Frascino
215089b94df9SVincenzo Frascinoconfig ARM64_MTE
215189b94df9SVincenzo Frascino	bool "Memory Tagging Extension support"
215289b94df9SVincenzo Frascino	default y
215389b94df9SVincenzo Frascino	depends on ARM64_AS_HAS_MTE && ARM64_TAGGED_ADDR_ABI
2154f469c032SVincenzo Frascino	depends on AS_HAS_ARMV8_5
215598c970daSVincenzo Frascino	# Required for tag checking in the uaccess routines
2156f3ba50a7SCatalin Marinas	select ARCH_HAS_SUBPAGE_FAULTS
215789b94df9SVincenzo Frascino	select ARCH_USES_HIGH_VMA_FLAGS
21587a87225aSMatthew Wilcox (Oracle)	select ARCH_USES_PG_ARCH_2
21597a87225aSMatthew Wilcox (Oracle)	select ARCH_USES_PG_ARCH_3
216089b94df9SVincenzo Frascino	help
216189b94df9SVincenzo Frascino	  Memory Tagging (part of the ARMv8.5 Extensions) provides
216289b94df9SVincenzo Frascino	  architectural support for run-time, always-on detection of
216389b94df9SVincenzo Frascino	  various classes of memory error to aid with software debugging
216489b94df9SVincenzo Frascino	  to eliminate vulnerabilities arising from memory-unsafe
216589b94df9SVincenzo Frascino	  languages.
216689b94df9SVincenzo Frascino
216789b94df9SVincenzo Frascino	  This option enables the support for the Memory Tagging
216889b94df9SVincenzo Frascino	  Extension at EL0 (i.e. for userspace).
216989b94df9SVincenzo Frascino
217089b94df9SVincenzo Frascino	  Selecting this option allows the feature to be detected at
217189b94df9SVincenzo Frascino	  runtime. Any secondary CPU not implementing this feature will
217289b94df9SVincenzo Frascino	  not be allowed a late bring-up.
217389b94df9SVincenzo Frascino
217489b94df9SVincenzo Frascino	  Userspace binaries that want to use this feature must
217589b94df9SVincenzo Frascino	  explicitly opt in. The mechanism for the userspace is
217689b94df9SVincenzo Frascino	  described in:
217789b94df9SVincenzo Frascino
21786e4596c4SJonathan Corbet	  Documentation/arch/arm64/memory-tagging-extension.rst.
217989b94df9SVincenzo Frascino
21803cb7e662SJuerg Haefligerendmenu # "ARMv8.5 architectural features"
21813e6c69a0SMark Brown
218218107f8aSVladimir Murzinmenu "ARMv8.7 architectural features"
218318107f8aSVladimir Murzin
218418107f8aSVladimir Murzinconfig ARM64_EPAN
218518107f8aSVladimir Murzin	bool "Enable support for Enhanced Privileged Access Never (EPAN)"
218618107f8aSVladimir Murzin	default y
218718107f8aSVladimir Murzin	help
218818107f8aSVladimir Murzin	  Enhanced Privileged Access Never (EPAN) allows Privileged
218918107f8aSVladimir Murzin	  Access Never to be used with Execute-only mappings.
219018107f8aSVladimir Murzin
219118107f8aSVladimir Murzin	  The feature is detected at runtime, and will remain disabled
219218107f8aSVladimir Murzin	  if the cpu does not implement the feature.
21933cb7e662SJuerg Haefligerendmenu # "ARMv8.7 architectural features"
219418107f8aSVladimir Murzin
2195836ed3c4SKristina Martsenkoconfig AS_HAS_MOPS
2196836ed3c4SKristina Martsenko	def_bool $(as-instr,.arch_extension mops)
2197836ed3c4SKristina Martsenko
2198b9b9d72dSJoey Goulymenu "ARMv8.9 architectural features"
2199b9b9d72dSJoey Gouly
2200b9b9d72dSJoey Goulyconfig ARM64_POE
2201b9b9d72dSJoey Gouly	prompt "Permission Overlay Extension"
2202b9b9d72dSJoey Gouly	def_bool y
2203b9b9d72dSJoey Gouly	select ARCH_USES_HIGH_VMA_FLAGS
2204b9b9d72dSJoey Gouly	select ARCH_HAS_PKEYS
2205b9b9d72dSJoey Gouly	help
2206b9b9d72dSJoey Gouly	  The Permission Overlay Extension is used to implement Memory
2207b9b9d72dSJoey Gouly	  Protection Keys. Memory Protection Keys provides a mechanism for
2208b9b9d72dSJoey Gouly	  enforcing page-based protections, but without requiring modification
2209b9b9d72dSJoey Gouly	  of the page tables when an application changes protection domains.
2210b9b9d72dSJoey Gouly
2211b9b9d72dSJoey Gouly	  For details, see Documentation/core-api/protection-keys.rst
2212b9b9d72dSJoey Gouly
2213b9b9d72dSJoey Gouly	  If unsure, say y.
2214b9b9d72dSJoey Gouly
2215b9b9d72dSJoey Goulyconfig ARCH_PKEY_BITS
2216b9b9d72dSJoey Gouly	int
2217b9b9d72dSJoey Gouly	default 3
2218b9b9d72dSJoey Gouly
2219efe72541SYicong Yangconfig ARM64_HAFT
2220efe72541SYicong Yang	bool "Support for Hardware managed Access Flag for Table Descriptors"
2221efe72541SYicong Yang	depends on ARM64_HW_AFDBM
2222efe72541SYicong Yang	default y
2223efe72541SYicong Yang	help
2224efe72541SYicong Yang	  The ARMv8.9/ARMv9.5 introduces the feature Hardware managed Access
2225efe72541SYicong Yang	  Flag for Table descriptors. When enabled an architectural executed
2226efe72541SYicong Yang	  memory access will update the Access Flag in each Table descriptor
2227efe72541SYicong Yang	  which is accessed during the translation table walk and for which
2228efe72541SYicong Yang	  the Access Flag is 0. The Access Flag of the Table descriptor use
2229efe72541SYicong Yang	  the same bit of PTE_AF.
2230efe72541SYicong Yang
2231efe72541SYicong Yang	  The feature will only be enabled if all the CPUs in the system
2232efe72541SYicong Yang	  support this feature. If unsure, say Y.
2233efe72541SYicong Yang
2234b9b9d72dSJoey Goulyendmenu # "ARMv8.9 architectural features"
2235b9b9d72dSJoey Gouly
223692d051a1SWill Deaconmenu "ARMv9.4 architectural features"
22375d8b172eSMark Brown
22385d8b172eSMark Brownconfig ARM64_GCS
22395d8b172eSMark Brown	bool "Enable support for Guarded Control Stack (GCS)"
22405d8b172eSMark Brown	default y
22415d8b172eSMark Brown	select ARCH_HAS_USER_SHADOW_STACK
22425d8b172eSMark Brown	select ARCH_USES_HIGH_VMA_FLAGS
22435d8b172eSMark Brown	help
22445d8b172eSMark Brown	  Guarded Control Stack (GCS) provides support for a separate
22455d8b172eSMark Brown	  stack with restricted access which contains only return
22465d8b172eSMark Brown	  addresses.  This can be used to harden against some attacks
22475d8b172eSMark Brown	  by comparing return address used by the program with what is
22485d8b172eSMark Brown	  stored in the GCS, and may also be used to efficiently obtain
22495d8b172eSMark Brown	  the call stack for applications such as profiling.
22505d8b172eSMark Brown
22515d8b172eSMark Brown	  The feature is detected at runtime, and will remain disabled
22525d8b172eSMark Brown	  if the system does not implement the feature.
22535d8b172eSMark Brown
225492d051a1SWill Deaconendmenu # "ARMv9.4 architectural features"
22555d8b172eSMark Brown
2256377609aeSYeoreum Yunconfig AS_HAS_LSUI
2257377609aeSYeoreum Yun	def_bool $(as-instr,.arch_extension lsui)
2258377609aeSYeoreum Yun	help
2259377609aeSYeoreum Yun	  Supported by LLVM 20+ and binutils 2.45+.
2260377609aeSYeoreum Yun
2261377609aeSYeoreum Yunmenu "ARMv9.6 architectural features"
2262377609aeSYeoreum Yun
2263377609aeSYeoreum Yunconfig ARM64_LSUI
2264377609aeSYeoreum Yun	bool "Support Unprivileged Load Store Instructions (LSUI)"
2265377609aeSYeoreum Yun	default y
2266377609aeSYeoreum Yun	depends on AS_HAS_LSUI && !CPU_BIG_ENDIAN
2267377609aeSYeoreum Yun	help
2268377609aeSYeoreum Yun	  The Unprivileged Load Store Instructions (LSUI) provides
2269377609aeSYeoreum Yun	  variants load/store instructions that access user-space memory
2270377609aeSYeoreum Yun	  from the kernel without clearing PSTATE.PAN bit.
2271377609aeSYeoreum Yun
2272377609aeSYeoreum Yun	  This feature is supported by LLVM 20+ and binutils 2.45+.
2273377609aeSYeoreum Yun
2274377609aeSYeoreum Yunendmenu # "ARMv9.6 architectural feature"
2275377609aeSYeoreum Yun
2276ddd25ad1SDave Martinconfig ARM64_SVE
2277ddd25ad1SDave Martin	bool "ARM Scalable Vector Extension support"
2278ddd25ad1SDave Martin	default y
2279ddd25ad1SDave Martin	help
2280ddd25ad1SDave Martin	  The Scalable Vector Extension (SVE) is an extension to the AArch64
2281ddd25ad1SDave Martin	  execution state which complements and extends the SIMD functionality
2282ddd25ad1SDave Martin	  of the base architecture to support much larger vectors and to enable
2283ddd25ad1SDave Martin	  additional vectorisation opportunities.
2284ddd25ad1SDave Martin
2285ddd25ad1SDave Martin	  To enable use of this extension on CPUs that implement it, say Y.
2286ddd25ad1SDave Martin
228706a916feSDave Martin	  On CPUs that support the SVE2 extensions, this option will enable
228806a916feSDave Martin	  those too.
228906a916feSDave Martin
22905043694eSDave Martin	  Note that for architectural reasons, firmware _must_ implement SVE
22915043694eSDave Martin	  support when running on SVE capable hardware.  The required support
22925043694eSDave Martin	  is present in:
22935043694eSDave Martin
22945043694eSDave Martin	    * version 1.5 and later of the ARM Trusted Firmware
22955043694eSDave Martin	    * the AArch64 boot wrapper since commit 5e1261e08abf
22965043694eSDave Martin	      ("bootwrapper: SVE: Enable SVE for EL2 and below").
22975043694eSDave Martin
22985043694eSDave Martin	  For other firmware implementations, consult the firmware documentation
22995043694eSDave Martin	  or vendor.
23005043694eSDave Martin
23015043694eSDave Martin	  If you need the kernel to boot on SVE-capable hardware with broken
23025043694eSDave Martin	  firmware, you may need to say N here until you get your firmware
23035043694eSDave Martin	  fixed.  Otherwise, you may experience firmware panics or lockups when
23045043694eSDave Martin	  booting the kernel.  If unsure and you are not observing these
23055043694eSDave Martin	  symptoms, you should assume that it is safe to say Y.
2306fd045f6cSArd Biesheuvel
2307db9d63eaSMark Rutlandconfig AS_HAS_SME
2308db9d63eaSMark Rutland	# Supported by LLVM 13+ and binutils 2.38+
2309db9d63eaSMark Rutland	def_bool $(as-instr,.arch_extension sme)
2310db9d63eaSMark Rutland
2311a1f4ccd2SMark Brownconfig ARM64_SME
2312a1f4ccd2SMark Brown	bool "ARM Scalable Matrix Extension support"
2313a1f4ccd2SMark Brown	default y
2314a1f4ccd2SMark Brown	depends on ARM64_SVE
2315db9d63eaSMark Rutland	depends on AS_HAS_SME
2316a1f4ccd2SMark Brown	help
2317a1f4ccd2SMark Brown	  The Scalable Matrix Extension (SME) is an extension to the AArch64
2318a1f4ccd2SMark Brown	  execution state which utilises a substantial subset of the SVE
2319a1f4ccd2SMark Brown	  instruction set, together with the addition of new architectural
2320a1f4ccd2SMark Brown	  register state capable of holding two dimensional matrix tiles to
2321a1f4ccd2SMark Brown	  enable various matrix operations.
2322a1f4ccd2SMark Brown
2323bc3c03ccSJulien Thierryconfig ARM64_PSEUDO_NMI
2324bc3c03ccSJulien Thierry	bool "Support for NMI-like interrupts"
23253c9c1dcdSJoe Perches	select ARM_GIC_V3
2326bc3c03ccSJulien Thierry	help
2327bc3c03ccSJulien Thierry	  Adds support for mimicking Non-Maskable Interrupts through the use of
2328bc3c03ccSJulien Thierry	  GIC interrupt priority. This support requires version 3 or later of
2329bc15cf70SWill Deacon	  ARM GIC.
2330bc3c03ccSJulien Thierry
2331bc3c03ccSJulien Thierry	  This high priority configuration for interrupts needs to be
2332bc3c03ccSJulien Thierry	  explicitly enabled by setting the kernel parameter
2333bc3c03ccSJulien Thierry	  "irqchip.gicv3_pseudo_nmi" to 1.
2334bc3c03ccSJulien Thierry
2335bc3c03ccSJulien Thierry	  If unsure, say N
2336bc3c03ccSJulien Thierry
233748ce8f80SJulien Thierryif ARM64_PSEUDO_NMI
233848ce8f80SJulien Thierryconfig ARM64_DEBUG_PRIORITY_MASKING
233948ce8f80SJulien Thierry	bool "Debug interrupt priority masking"
234048ce8f80SJulien Thierry	help
234148ce8f80SJulien Thierry	  This adds runtime checks to functions enabling/disabling
234248ce8f80SJulien Thierry	  interrupts when using priority masking. The additional checks verify
234348ce8f80SJulien Thierry	  the validity of ICC_PMR_EL1 when calling concerned functions.
234448ce8f80SJulien Thierry
234548ce8f80SJulien Thierry	  If unsure, say N
23463cb7e662SJuerg Haefligerendif # ARM64_PSEUDO_NMI
234748ce8f80SJulien Thierry
23481e48ef7fSArd Biesheuvelconfig RELOCATABLE
2349dd4bc607SArd Biesheuvel	bool "Build a relocatable kernel image" if EXPERT
23505cf896fbSPeter Collingbourne	select ARCH_HAS_RELR
2351dd4bc607SArd Biesheuvel	default y
23521e48ef7fSArd Biesheuvel	help
23531e48ef7fSArd Biesheuvel	  This builds the kernel as a Position Independent Executable (PIE),
23541e48ef7fSArd Biesheuvel	  which retains all relocation metadata required to relocate the
23551e48ef7fSArd Biesheuvel	  kernel binary at runtime to a different virtual address than the
23561e48ef7fSArd Biesheuvel	  address it was linked at.
23571e48ef7fSArd Biesheuvel	  Since AArch64 uses the RELA relocation format, this requires a
23581e48ef7fSArd Biesheuvel	  relocation pass at runtime even if the kernel is loaded at the
23591e48ef7fSArd Biesheuvel	  same address it was linked at.
23601e48ef7fSArd Biesheuvel
2361f80fb3a3SArd Biesheuvelconfig RANDOMIZE_BASE
2362f80fb3a3SArd Biesheuvel	bool "Randomize the address of the kernel image"
2363f80fb3a3SArd Biesheuvel	select RELOCATABLE
2364f80fb3a3SArd Biesheuvel	help
2365f80fb3a3SArd Biesheuvel	  Randomizes the virtual address at which the kernel image is
2366f80fb3a3SArd Biesheuvel	  loaded, as a security feature that deters exploit attempts
2367f80fb3a3SArd Biesheuvel	  relying on knowledge of the location of kernel internals.
2368f80fb3a3SArd Biesheuvel
2369f80fb3a3SArd Biesheuvel	  It is the bootloader's job to provide entropy, by passing a
2370f80fb3a3SArd Biesheuvel	  random u64 value in /chosen/kaslr-seed at kernel entry.
2371f80fb3a3SArd Biesheuvel
23722b5fe07aSArd Biesheuvel	  When booting via the UEFI stub, it will invoke the firmware's
23732b5fe07aSArd Biesheuvel	  EFI_RNG_PROTOCOL implementation (if available) to supply entropy
23742b5fe07aSArd Biesheuvel	  to the kernel proper. In addition, it will randomise the physical
23752b5fe07aSArd Biesheuvel	  location of the kernel Image as well.
23762b5fe07aSArd Biesheuvel
2377f80fb3a3SArd Biesheuvel	  If unsure, say N.
2378f80fb3a3SArd Biesheuvel
2379f80fb3a3SArd Biesheuvelconfig RANDOMIZE_MODULE_REGION_FULL
2380f9c4ff2aSBarry Song	bool "Randomize the module region over a 2 GB range"
2381e71a4e1bSArd Biesheuvel	depends on RANDOMIZE_BASE
2382f80fb3a3SArd Biesheuvel	default y
2383f80fb3a3SArd Biesheuvel	help
2384f9c4ff2aSBarry Song	  Randomizes the location of the module region inside a 2 GB window
2385f2b9ba87SArd Biesheuvel	  covering the core kernel. This way, it is less likely for modules
2386f80fb3a3SArd Biesheuvel	  to leak information about the location of core kernel data structures
2387f80fb3a3SArd Biesheuvel	  but it does imply that function calls between modules and the core
2388f80fb3a3SArd Biesheuvel	  kernel will need to be resolved via veneers in the module PLT.
2389f80fb3a3SArd Biesheuvel
2390f80fb3a3SArd Biesheuvel	  When this option is not set, the module region will be randomized over
2391f80fb3a3SArd Biesheuvel	  a limited range that contains the [_stext, _etext] interval of the
2392f9c4ff2aSBarry Song	  core kernel, so branch relocations are almost always in range unless
2393ea3752baSMark Rutland	  the region is exhausted. In this particular case of region
2394ea3752baSMark Rutland	  exhaustion, modules might be able to fall back to a larger 2GB area.
2395f80fb3a3SArd Biesheuvel
23960a1213faSArd Biesheuvelconfig CC_HAVE_STACKPROTECTOR_SYSREG
23970a1213faSArd Biesheuvel	def_bool $(cc-option,-mstack-protector-guard=sysreg -mstack-protector-guard-reg=sp_el0 -mstack-protector-guard-offset=0)
23980a1213faSArd Biesheuvel
23990a1213faSArd Biesheuvelconfig STACKPROTECTOR_PER_TASK
24000a1213faSArd Biesheuvel	def_bool y
24010a1213faSArd Biesheuvel	depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_SYSREG
24020a1213faSArd Biesheuvel
24033b619e22SArd Biesheuvelconfig UNWIND_PATCH_PAC_INTO_SCS
24043b619e22SArd Biesheuvel	bool "Enable shadow call stack dynamically using code patching"
240523cb0514SNathan Chancellor	depends on CC_IS_CLANG
24063b619e22SArd Biesheuvel	depends on ARM64_PTR_AUTH_KERNEL && CC_HAS_BRANCH_PROT_PAC_RET
24073b619e22SArd Biesheuvel	depends on SHADOW_CALL_STACK
24083b619e22SArd Biesheuvel	select UNWIND_TABLES
24093b619e22SArd Biesheuvel	select DYNAMIC_SCS
24103b619e22SArd Biesheuvel
24114602e575SRyan Robertsconfig ARM64_CONTPTE
24124602e575SRyan Roberts	bool "Contiguous PTE mappings for user memory" if EXPERT
24134602e575SRyan Roberts	depends on TRANSPARENT_HUGEPAGE
24144602e575SRyan Roberts	default y
24154602e575SRyan Roberts	help
24164602e575SRyan Roberts	  When enabled, user mappings are configured using the PTE contiguous
24174602e575SRyan Roberts	  bit, for any mappings that meet the size and alignment requirements.
24184602e575SRyan Roberts	  This reduces TLB pressure and improves performance.
24194602e575SRyan Roberts
24203cb7e662SJuerg Haefligerendmenu # "Kernel Features"
24218c2c3df3SCatalin Marinas
24228c2c3df3SCatalin Marinasmenu "Boot options"
24238c2c3df3SCatalin Marinas
24245e89c55eSLorenzo Pieralisiconfig ARM64_ACPI_PARKING_PROTOCOL
24255e89c55eSLorenzo Pieralisi	bool "Enable support for the ARM64 ACPI parking protocol"
24265e89c55eSLorenzo Pieralisi	depends on ACPI
24275e89c55eSLorenzo Pieralisi	help
24285e89c55eSLorenzo Pieralisi	  Enable support for the ARM64 ACPI parking protocol. If disabled
24295e89c55eSLorenzo Pieralisi	  the kernel will not allow booting through the ARM64 ACPI parking
24305e89c55eSLorenzo Pieralisi	  protocol even if the corresponding data is present in the ACPI
24315e89c55eSLorenzo Pieralisi	  MADT table.
24325e89c55eSLorenzo Pieralisi
24338c2c3df3SCatalin Marinasconfig CMDLINE
24348c2c3df3SCatalin Marinas	string "Default kernel command string"
24358c2c3df3SCatalin Marinas	default ""
24368c2c3df3SCatalin Marinas	help
24378c2c3df3SCatalin Marinas	  Provide a set of default command-line options at build time by
243874b63934SMichael Ugrin	  entering them here. As a minimum, you should specify the
24398c2c3df3SCatalin Marinas	  root device (e.g. root=/dev/nfs).
24408c2c3df3SCatalin Marinas
24411e40d105STyler Hickschoice
2442b9d73218SMasahiro Yamada	prompt "Kernel command line type"
2443b9d73218SMasahiro Yamada	depends on CMDLINE != ""
24441e40d105STyler Hicks	default CMDLINE_FROM_BOOTLOADER
24451e40d105STyler Hicks	help
24461e40d105STyler Hicks	  Choose how the kernel will handle the provided default kernel
24471e40d105STyler Hicks	  command line string.
24481e40d105STyler Hicks
24491e40d105STyler Hicksconfig CMDLINE_FROM_BOOTLOADER
24501e40d105STyler Hicks	bool "Use bootloader kernel arguments if available"
24511e40d105STyler Hicks	help
24521e40d105STyler Hicks	  Uses the command-line options passed by the boot loader. If
24531e40d105STyler Hicks	  the boot loader doesn't provide any, the default kernel command
24541e40d105STyler Hicks	  string provided in CMDLINE will be used.
24551e40d105STyler Hicks
24568c2c3df3SCatalin Marinasconfig CMDLINE_FORCE
24578c2c3df3SCatalin Marinas	bool "Always use the default kernel command string"
24588c2c3df3SCatalin Marinas	help
24598c2c3df3SCatalin Marinas	  Always use the default kernel command string, even if the boot
24608c2c3df3SCatalin Marinas	  loader passes other arguments to the kernel.
24618c2c3df3SCatalin Marinas	  This is useful if you cannot or don't want to change the
24628c2c3df3SCatalin Marinas	  command-line options your boot loader passes to the kernel.
24638c2c3df3SCatalin Marinas
24641e40d105STyler Hicksendchoice
24651e40d105STyler Hicks
2466f4f75ad5SArd Biesheuvelconfig EFI_STUB
2467f4f75ad5SArd Biesheuvel	bool
2468f4f75ad5SArd Biesheuvel
2469f84d0275SMark Salterconfig EFI
2470f84d0275SMark Salter	bool "UEFI runtime support"
2471f84d0275SMark Salter	depends on OF && !CPU_BIG_ENDIAN
2472b472db6cSDave Martin	depends on KERNEL_MODE_NEON
24732c870e61SArnd Bergmann	select ARCH_SUPPORTS_ACPI
2474f84d0275SMark Salter	select LIBFDT
2475f84d0275SMark Salter	select UCS2_STRING
2476f84d0275SMark Salter	select EFI_PARAMS_FROM_FDT
2477e15dd494SArd Biesheuvel	select EFI_RUNTIME_WRAPPERS
2478f4f75ad5SArd Biesheuvel	select EFI_STUB
24792e0eb483SAtish Patra	select EFI_GENERIC_STUB
24808d39cee0SChester Lin	imply IMA_SECURE_AND_OR_TRUSTED_BOOT
2481f84d0275SMark Salter	default y
2482f84d0275SMark Salter	help
2483f84d0275SMark Salter	  This option provides support for runtime services provided
2484f84d0275SMark Salter	  by UEFI firmware (such as non-volatile variables, realtime
24853c7f2550SMark Salter	  clock, and platform reset). A UEFI stub is also provided to
24863c7f2550SMark Salter	  allow the kernel to be booted as an EFI application. This
24873c7f2550SMark Salter	  is only useful on systems that have UEFI firmware.
2488f84d0275SMark Salter
24894c7be57fSLinus Torvaldsconfig COMPRESSED_INSTALL
24904c7be57fSLinus Torvalds	bool "Install compressed image by default"
24914c7be57fSLinus Torvalds	help
24924c7be57fSLinus Torvalds	  This makes the regular "make install" install the compressed
24934c7be57fSLinus Torvalds	  image we built, not the legacy uncompressed one.
24944c7be57fSLinus Torvalds
24954c7be57fSLinus Torvalds	  You can check that a compressed image works for you by doing
24964c7be57fSLinus Torvalds	  "make zinstall" first, and verifying that everything is fine
24974c7be57fSLinus Torvalds	  in your environment before making "make install" do this for
24984c7be57fSLinus Torvalds	  you.
24994c7be57fSLinus Torvalds
2500d1ae8c00SYi Liconfig DMI
2501d1ae8c00SYi Li	bool "Enable support for SMBIOS (DMI) tables"
2502d1ae8c00SYi Li	depends on EFI
2503d1ae8c00SYi Li	default y
2504d1ae8c00SYi Li	help
2505d1ae8c00SYi Li	  This enables SMBIOS/DMI feature for systems.
2506d1ae8c00SYi Li
2507d1ae8c00SYi Li	  This option is only useful on systems that have UEFI firmware.
2508d1ae8c00SYi Li	  However, even with this option, the resultant kernel should
2509d1ae8c00SYi Li	  continue to boot on existing non-UEFI platforms.
2510d1ae8c00SYi Li
25113cb7e662SJuerg Haefligerendmenu # "Boot options"
25128c2c3df3SCatalin Marinas
2513166936baSLorenzo Pieralisimenu "Power management options"
2514166936baSLorenzo Pieralisi
2515166936baSLorenzo Pieralisisource "kernel/power/Kconfig"
2516166936baSLorenzo Pieralisi
251782869ac5SJames Morseconfig ARCH_HIBERNATION_POSSIBLE
251882869ac5SJames Morse	def_bool y
251982869ac5SJames Morse	depends on CPU_PM
252082869ac5SJames Morse
252182869ac5SJames Morseconfig ARCH_HIBERNATION_HEADER
252282869ac5SJames Morse	def_bool y
252382869ac5SJames Morse	depends on HIBERNATION
252482869ac5SJames Morse
2525166936baSLorenzo Pieralisiconfig ARCH_SUSPEND_POSSIBLE
2526166936baSLorenzo Pieralisi	def_bool y
2527166936baSLorenzo Pieralisi
25283cb7e662SJuerg Haefligerendmenu # "Power management options"
2529166936baSLorenzo Pieralisi
25301307220dSLorenzo Pieralisimenu "CPU Power Management"
25311307220dSLorenzo Pieralisi
25321307220dSLorenzo Pieralisisource "drivers/cpuidle/Kconfig"
25331307220dSLorenzo Pieralisi
253452e7e816SRob Herringsource "drivers/cpufreq/Kconfig"
253552e7e816SRob Herring
25363cb7e662SJuerg Haefligerendmenu # "CPU Power Management"
253752e7e816SRob Herring
2538b6a02173SGraeme Gregorysource "drivers/acpi/Kconfig"
2539b6a02173SGraeme Gregory
2540c3eb5b14SMarc Zyngiersource "arch/arm64/kvm/Kconfig"
2541c3eb5b14SMarc Zyngier
2542fd1e0fd7SSong Liusource "kernel/livepatch/Kconfig"
2543