]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/arm64/Kconfig
arm64: Enable 52-bit virtual addressing for 4k and 16k granule configs
[thirdparty/linux.git] / arch / arm64 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
8c2c3df3
CM
2config ARM64
3 def_bool y
6251d380 4 select ACPI_APMT if ACPI
b6197b93 5 select ACPI_CCA_REQUIRED if ACPI
d8f4f161 6 select ACPI_GENERIC_GSI if ACPI
5f1ae4eb 7 select ACPI_GTDT if ACPI
c6bb8f89 8 select ACPI_IORT if ACPI
6933de0c 9 select ACPI_REDUCED_HARDWARE_ONLY if ACPI
52146173 10 select ACPI_MCFG if (ACPI && PCI)
888125a7 11 select ACPI_SPCR_TABLE if ACPI
0ce82232 12 select ACPI_PPTT if ACPI
09587a09 13 select ARCH_HAS_DEBUG_WX
6dd8b1a0 14 select ARCH_BINFMT_ELF_EXTRA_PHDRS
ab7876a9 15 select ARCH_BINFMT_ELF_STATE
cd9bc2c9 16 select ARCH_CORRECT_STACKTRACE_ON_KRETPROBE
1e866974 17 select ARCH_ENABLE_HUGEPAGE_MIGRATION if HUGETLB_PAGE && MIGRATION
91024b3c
AK
18 select ARCH_ENABLE_MEMORY_HOTPLUG
19 select ARCH_ENABLE_MEMORY_HOTREMOVE
66f24fa7 20 select ARCH_ENABLE_SPLIT_PMD_PTLOCK if PGTABLE_LEVELS > 2
1e866974 21 select ARCH_ENABLE_THP_MIGRATION if TRANSPARENT_HUGEPAGE
c2280be8 22 select ARCH_HAS_CACHE_LINE_SIZE
2792d84e 23 select ARCH_HAS_CURRENT_STACK_POINTER
ec6d06ef 24 select ARCH_HAS_DEBUG_VIRTUAL
399145f9 25 select ARCH_HAS_DEBUG_VM_PGTABLE
13bf5ced 26 select ARCH_HAS_DMA_PREP_COHERENT
38b04a74 27 select ARCH_HAS_ACPI_TABLE_UPGRADE if ACPI
e75bef2a 28 select ARCH_HAS_FAST_MULTIPLIER
6974f0c4 29 select ARCH_HAS_FORTIFY_SOURCE
957e3fac 30 select ARCH_HAS_GCOV_PROFILE_ALL
4eb0716e 31 select ARCH_HAS_GIGANTIC_PAGE
5e4c7549 32 select ARCH_HAS_KCOV
d8ae8a37 33 select ARCH_HAS_KEEPINITRD
f1e3a12b 34 select ARCH_HAS_MEMBARRIER_SYNC_CORE
6cc9203b 35 select ARCH_HAS_NMI_SAFE_THIS_CPU_OPS
0ebeea8c 36 select ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE
73b20c84 37 select ARCH_HAS_PTE_DEVMAP
3010a5ea 38 select ARCH_HAS_PTE_SPECIAL
71ce1ab5 39 select ARCH_HAS_HW_PTE_YOUNG
347cb6af 40 select ARCH_HAS_SETUP_DMA_OPS
4739d53f 41 select ARCH_HAS_SET_DIRECT_MAP
d2852a22 42 select ARCH_HAS_SET_MEMORY
5fc57df2 43 select ARCH_STACKWALK
ad21fc4f
LA
44 select ARCH_HAS_STRICT_KERNEL_RWX
45 select ARCH_HAS_STRICT_MODULE_RWX
886643b7
CH
46 select ARCH_HAS_SYNC_DMA_FOR_DEVICE
47 select ARCH_HAS_SYNC_DMA_FOR_CPU
4378a7d4 48 select ARCH_HAS_SYSCALL_WRAPPER
dc2acded 49 select ARCH_HAS_TEARDOWN_DMA_OPS if IOMMU_SUPPORT
1f85008e 50 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
63703f37 51 select ARCH_HAS_ZONE_DMA_SET if EXPERT
ab7876a9 52 select ARCH_HAVE_ELF_PROT
396a5d4a 53 select ARCH_HAVE_NMI_SAFE_CMPXCHG
d593d64f 54 select ARCH_HAVE_TRACE_MMIO_ACCESS
7ef858da
TG
55 select ARCH_INLINE_READ_LOCK if !PREEMPTION
56 select ARCH_INLINE_READ_LOCK_BH if !PREEMPTION
57 select ARCH_INLINE_READ_LOCK_IRQ if !PREEMPTION
58 select ARCH_INLINE_READ_LOCK_IRQSAVE if !PREEMPTION
59 select ARCH_INLINE_READ_UNLOCK if !PREEMPTION
60 select ARCH_INLINE_READ_UNLOCK_BH if !PREEMPTION
61 select ARCH_INLINE_READ_UNLOCK_IRQ if !PREEMPTION
62 select ARCH_INLINE_READ_UNLOCK_IRQRESTORE if !PREEMPTION
63 select ARCH_INLINE_WRITE_LOCK if !PREEMPTION
64 select ARCH_INLINE_WRITE_LOCK_BH if !PREEMPTION
65 select ARCH_INLINE_WRITE_LOCK_IRQ if !PREEMPTION
66 select ARCH_INLINE_WRITE_LOCK_IRQSAVE if !PREEMPTION
67 select ARCH_INLINE_WRITE_UNLOCK if !PREEMPTION
68 select ARCH_INLINE_WRITE_UNLOCK_BH if !PREEMPTION
69 select ARCH_INLINE_WRITE_UNLOCK_IRQ if !PREEMPTION
70 select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE if !PREEMPTION
71 select ARCH_INLINE_SPIN_TRYLOCK if !PREEMPTION
72 select ARCH_INLINE_SPIN_TRYLOCK_BH if !PREEMPTION
73 select ARCH_INLINE_SPIN_LOCK if !PREEMPTION
74 select ARCH_INLINE_SPIN_LOCK_BH if !PREEMPTION
75 select ARCH_INLINE_SPIN_LOCK_IRQ if !PREEMPTION
76 select ARCH_INLINE_SPIN_LOCK_IRQSAVE if !PREEMPTION
77 select ARCH_INLINE_SPIN_UNLOCK if !PREEMPTION
78 select ARCH_INLINE_SPIN_UNLOCK_BH if !PREEMPTION
79 select ARCH_INLINE_SPIN_UNLOCK_IRQ if !PREEMPTION
80 select ARCH_INLINE_SPIN_UNLOCK_IRQRESTORE if !PREEMPTION
350e88ba 81 select ARCH_KEEP_MEMBLOCK
04d5ea46 82 select ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
c63c8700 83 select ARCH_USE_CMPXCHG_LOCKREF
bf7f15c5 84 select ARCH_USE_GNU_PROPERTY
dce44566 85 select ARCH_USE_MEMTEST
087133ac 86 select ARCH_USE_QUEUED_RWLOCKS
c1109047 87 select ARCH_USE_QUEUED_SPINLOCKS
50479d58 88 select ARCH_USE_SYM_ANNOTATIONS
5d6ad668 89 select ARCH_SUPPORTS_DEBUG_PAGEALLOC
855f9a8e 90 select ARCH_SUPPORTS_HUGETLBFS
c484f256 91 select ARCH_SUPPORTS_MEMORY_FAILURE
5287569a 92 select ARCH_SUPPORTS_SHADOW_CALL_STACK if CC_HAVE_SHADOW_CALL_STACK
112b6a8e
ST
93 select ARCH_SUPPORTS_LTO_CLANG if CPU_LITTLE_ENDIAN
94 select ARCH_SUPPORTS_LTO_CLANG_THIN
9186ad8e 95 select ARCH_SUPPORTS_CFI_CLANG
4badad35 96 select ARCH_SUPPORTS_ATOMIC_RMW
42a7ba16 97 select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
56166230 98 select ARCH_SUPPORTS_NUMA_BALANCING
42b25471 99 select ARCH_SUPPORTS_PAGE_TABLE_CHECK
cd7f176a 100 select ARCH_SUPPORTS_PER_VMA_LOCK
43b3dfdd 101 select ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH
84c187af 102 select ARCH_WANT_COMPAT_IPC_PARSE_VERSION if COMPAT
81c22041 103 select ARCH_WANT_DEFAULT_BPF_JIT
67f3977f 104 select ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
b6f35981 105 select ARCH_WANT_FRAME_POINTERS
3876d4a3 106 select ARCH_WANT_HUGE_PMD_SHARE if ARM64_4K_PAGES || (ARM64_16K_PAGES && !ARM64_VA_BITS_36)
59612b24 107 select ARCH_WANT_LD_ORPHAN_WARN
51c2ee6d 108 select ARCH_WANTS_NO_INSTR
d0637c50 109 select ARCH_WANTS_THP_SWAP if ARM64_4K_PAGES
f0b7f8a4 110 select ARCH_HAS_UBSAN_SANITIZE_ALL
25c92a37 111 select ARM_AMBA
1aee5d7a 112 select ARM_ARCH_TIMER
c4188edc 113 select ARM_GIC
875cbf3e 114 select AUDIT_ARCH_COMPAT_GENERIC
3ee80364 115 select ARM_GIC_V2M if PCI
021f6537 116 select ARM_GIC_V3
3ee80364 117 select ARM_GIC_V3_ITS if PCI
bff60792 118 select ARM_PSCI_FW
10916706 119 select BUILDTIME_TABLE_SORT
db2789b5 120 select CLONE_BACKWARDS
7ca2ef33 121 select COMMON_CLK
166936ba 122 select CPU_PM if (SUSPEND || CPU_IDLE)
7481cddf 123 select CRC32
7bc13fd3 124 select DCACHE_WORD_ACCESS
cfce092d 125 select DYNAMIC_FTRACE if FUNCTION_TRACER
1c1a429e 126 select DMA_BOUNCE_UNALIGNED_KMALLOC
0c3b3171 127 select DMA_DIRECT_REMAP
ef37566c 128 select EDAC_SUPPORT
2f34f173 129 select FRAME_POINTER
47a15aa5 130 select FUNCTION_ALIGNMENT_4B
baaf553d 131 select FUNCTION_ALIGNMENT_8B if DYNAMIC_FTRACE_WITH_CALL_OPS
d4932f9e 132 select GENERIC_ALLOCATOR
2ef7a295 133 select GENERIC_ARCH_TOPOLOGY
4b3dc967 134 select GENERIC_CLOCKEVENTS_BROADCAST
3be1a5c4 135 select GENERIC_CPU_AUTOPROBE
d127db1a 136 select GENERIC_CPU_DEVICES
61ae1321 137 select GENERIC_CPU_VULNERABILITIES
bf4b558e 138 select GENERIC_EARLY_IOREMAP
2314ee4d 139 select GENERIC_IDLE_POLL_SETUP
f23eab0b 140 select GENERIC_IOREMAP
d3afc7f1 141 select GENERIC_IRQ_IPI
8c2c3df3
CM
142 select GENERIC_IRQ_PROBE
143 select GENERIC_IRQ_SHOW
6544e67b 144 select GENERIC_IRQ_SHOW_LEVEL
6585bd82 145 select GENERIC_LIB_DEVMEM_IS_ALLOWED
cb61f676 146 select GENERIC_PCI_IOMAP
102f45fd 147 select GENERIC_PTDUMP
65cd4f6c 148 select GENERIC_SCHED_CLOCK
8c2c3df3
CM
149 select GENERIC_SMP_IDLE_THREAD
150 select GENERIC_TIME_VSYSCALL
28b1a824 151 select GENERIC_GETTIMEOFDAY
9614cc57 152 select GENERIC_VDSO_TIME_NS
8c2c3df3 153 select HARDIRQS_SW_RESEND
fcbfe812 154 select HAS_IOPORT
45544eee 155 select HAVE_MOVE_PMD
f5308c89 156 select HAVE_MOVE_PUD
eb01d42a 157 select HAVE_PCI
9f9a35a7 158 select HAVE_ACPI_APEI if (ACPI && EFI)
2a19be61 159 select HAVE_ALIGNED_STRUCT_PAGE
875cbf3e 160 select HAVE_ARCH_AUDITSYSCALL
8e7a4cef 161 select HAVE_ARCH_BITREVERSE
689eae42 162 select HAVE_ARCH_COMPILER_H
e9207223 163 select HAVE_ARCH_HUGE_VMALLOC
324420bf 164 select HAVE_ARCH_HUGE_VMAP
9732cafd 165 select HAVE_ARCH_JUMP_LABEL
c296146c 166 select HAVE_ARCH_JUMP_LABEL_RELATIVE
0383808e 167 select HAVE_ARCH_KASAN
71b613fc 168 select HAVE_ARCH_KASAN_VMALLOC if HAVE_ARCH_KASAN
2d4acb90 169 select HAVE_ARCH_KASAN_SW_TAGS if HAVE_ARCH_KASAN
94ab5b61 170 select HAVE_ARCH_KASAN_HW_TAGS if (HAVE_ARCH_KASAN && ARM64_MTE)
dd03762a
KW
171 # Some instrumentation may be unsound, hence EXPERT
172 select HAVE_ARCH_KCSAN if EXPERT
840b2398 173 select HAVE_ARCH_KFENCE
9529247d 174 select HAVE_ARCH_KGDB
8f0d3aa9
DC
175 select HAVE_ARCH_MMAP_RND_BITS
176 select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT
271ca788 177 select HAVE_ARCH_PREL32_RELOCATIONS
70918779 178 select HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET
a1ae65b2 179 select HAVE_ARCH_SECCOMP_FILTER
0b3e3366 180 select HAVE_ARCH_STACKLEAK
9e8084d3 181 select HAVE_ARCH_THREAD_STRUCT_WHITELIST
8c2c3df3 182 select HAVE_ARCH_TRACEHOOK
8ee70879 183 select HAVE_ARCH_TRANSPARENT_HUGEPAGE
e3067861 184 select HAVE_ARCH_VMAP_STACK
8ee70879 185 select HAVE_ARM_SMCCC
2ff2b7ec 186 select HAVE_ASM_MODVERSIONS
6077776b 187 select HAVE_EBPF_JIT
af64d2aa 188 select HAVE_C_RECORDMCOUNT
5284e1b4 189 select HAVE_CMPXCHG_DOUBLE
95eff6b2 190 select HAVE_CMPXCHG_LOCAL
24a9c541 191 select HAVE_CONTEXT_TRACKING_USER
b69ec42b 192 select HAVE_DEBUG_KMEMLEAK
6ac2104d 193 select HAVE_DMA_CONTIGUOUS
bd7d38db 194 select HAVE_DYNAMIC_FTRACE
2aa6ac03
FR
195 select HAVE_DYNAMIC_FTRACE_WITH_ARGS \
196 if $(cc-option,-fpatchable-function-entry=2)
197 select HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS \
198 if DYNAMIC_FTRACE_WITH_ARGS && DYNAMIC_FTRACE_WITH_CALL_OPS
baaf553d 199 select HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS \
b3f11af9
MR
200 if (DYNAMIC_FTRACE_WITH_ARGS && !CFI_CLANG && \
201 !CC_OPTIMIZE_FOR_SIZE)
a31d793d 202 select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY \
26299b3f 203 if DYNAMIC_FTRACE_WITH_ARGS
8c3526fb
FR
204 select HAVE_SAMPLE_FTRACE_DIRECT
205 select HAVE_SAMPLE_FTRACE_DIRECT_MULTI
50afc33a 206 select HAVE_EFFICIENT_UNALIGNED_ACCESS
67a929e0 207 select HAVE_FAST_GUP
af64d2aa 208 select HAVE_FTRACE_MCOUNT_RECORD
819e50e2 209 select HAVE_FUNCTION_TRACER
42d038c4 210 select HAVE_FUNCTION_ERROR_INJECTION
36469703 211 select HAVE_FUNCTION_GRAPH_RETVAL if HAVE_FUNCTION_GRAPH_TRACER
819e50e2 212 select HAVE_FUNCTION_GRAPH_TRACER
6b90bd4b 213 select HAVE_GCC_PLUGINS
d7a0fe9e
DA
214 select HAVE_HARDLOCKUP_DETECTOR_PERF if PERF_EVENTS && \
215 HW_PERF_EVENTS && HAVE_PERF_EVENTS_NMI
8c2c3df3 216 select HAVE_HW_BREAKPOINT if PERF_EVENTS
893dea9c 217 select HAVE_IOREMAP_PROT
24da208d 218 select HAVE_IRQ_TIME_ACCOUNTING
e26bb75a 219 select HAVE_KVM
ea3752ba 220 select HAVE_MOD_ARCH_SPECIFIC
396a5d4a 221 select HAVE_NMI
8c2c3df3 222 select HAVE_PERF_EVENTS
d7a0fe9e 223 select HAVE_PERF_EVENTS_NMI if ARM64_PSEUDO_NMI
2ee0d7fd
JP
224 select HAVE_PERF_REGS
225 select HAVE_PERF_USER_STACK_DUMP
1b2d3451 226 select HAVE_PREEMPT_DYNAMIC_KEY
0a8ea52c 227 select HAVE_REGS_AND_STACK_ACCESS_API
a68773bd 228 select HAVE_POSIX_CPU_TIMERS_TASK_WORK
a823c35f 229 select HAVE_FUNCTION_ARG_ACCESS_API
ff2e6d72 230 select MMU_GATHER_RCU_TABLE_FREE
409d5db4 231 select HAVE_RSEQ
d148eac0 232 select HAVE_STACKPROTECTOR
055b1212 233 select HAVE_SYSCALL_TRACEPOINTS
2dd0e8d2 234 select HAVE_KPROBES
cd1ee3b1 235 select HAVE_KRETPROBES
28b1a824 236 select HAVE_GENERIC_VDSO
b3091f17 237 select HOTPLUG_CORE_SYNC_DEAD if HOTPLUG_CPU
8c2c3df3 238 select IRQ_DOMAIN
e8557d1f 239 select IRQ_FORCED_THREADING
f6f37d93 240 select KASAN_VMALLOC if KASAN
ae870a68 241 select LOCK_MM_AND_FIND_VMA
fea2acaa 242 select MODULES_USE_ELF_RELA
f616ab59 243 select NEED_DMA_MAP_STATE
86596f0a 244 select NEED_SG_DMA_LENGTH
8c2c3df3
CM
245 select OF
246 select OF_EARLY_FLATTREE
2eac9c2d 247 select PCI_DOMAINS_GENERIC if PCI
52146173 248 select PCI_ECAM if (ACPI && PCI)
20f1b79d 249 select PCI_SYSCALL if PCI
aa1e8ec1
CM
250 select POWER_RESET
251 select POWER_SUPPLY
8c2c3df3 252 select SPARSE_IRQ
09230cbc 253 select SWIOTLB
7ac57a89 254 select SYSCTL_EXCEPTION_TRACE
c02433dd 255 select THREAD_INFO_IN_TASK
7677f7fd 256 select HAVE_ARCH_USERFAULTFD_MINOR if USERFAULTFD
4aae683f 257 select TRACE_IRQFLAGS_SUPPORT
3381da25 258 select TRACE_IRQFLAGS_NMI_SUPPORT
8eb858c4 259 select HAVE_SOFTIRQ_ON_OWN_STACK
8c2c3df3
CM
260 help
261 ARM 64-bit (AArch64) Linux support.
262
26299b3f 263config CLANG_SUPPORTS_DYNAMIC_FTRACE_WITH_ARGS
45bd8951
NC
264 def_bool CC_IS_CLANG
265 # https://github.com/ClangBuiltLinux/linux/issues/1507
266 depends on AS_IS_GNU || (AS_IS_LLVM && (LD_IS_LLD || LD_VERSION >= 23600))
26299b3f 267 select HAVE_DYNAMIC_FTRACE_WITH_ARGS
45bd8951 268
26299b3f 269config GCC_SUPPORTS_DYNAMIC_FTRACE_WITH_ARGS
45bd8951
NC
270 def_bool CC_IS_GCC
271 depends on $(cc-option,-fpatchable-function-entry=2)
26299b3f 272 select HAVE_DYNAMIC_FTRACE_WITH_ARGS
45bd8951 273
8c2c3df3
CM
274config 64BIT
275 def_bool y
276
8c2c3df3
CM
277config MMU
278 def_bool y
279
030c4d24
MR
280config ARM64_PAGE_SHIFT
281 int
282 default 16 if ARM64_64K_PAGES
283 default 14 if ARM64_16K_PAGES
284 default 12
285
c0d6de32 286config ARM64_CONT_PTE_SHIFT
030c4d24
MR
287 int
288 default 5 if ARM64_64K_PAGES
289 default 7 if ARM64_16K_PAGES
290 default 4
291
e6765941
GS
292config ARM64_CONT_PMD_SHIFT
293 int
294 default 5 if ARM64_64K_PAGES
295 default 5 if ARM64_16K_PAGES
296 default 4
297
8f0d3aa9 298config ARCH_MMAP_RND_BITS_MIN
3cb7e662
JH
299 default 14 if ARM64_64K_PAGES
300 default 16 if ARM64_16K_PAGES
301 default 18
8f0d3aa9
DC
302
303# max bits determined by the following formula:
304# VA_BITS - PAGE_SHIFT - 3
305config ARCH_MMAP_RND_BITS_MAX
3cb7e662
JH
306 default 19 if ARM64_VA_BITS=36
307 default 24 if ARM64_VA_BITS=39
308 default 27 if ARM64_VA_BITS=42
309 default 30 if ARM64_VA_BITS=47
310 default 29 if ARM64_VA_BITS=48 && ARM64_64K_PAGES
311 default 31 if ARM64_VA_BITS=48 && ARM64_16K_PAGES
312 default 33 if ARM64_VA_BITS=48
313 default 14 if ARM64_64K_PAGES
314 default 16 if ARM64_16K_PAGES
315 default 18
8f0d3aa9
DC
316
317config ARCH_MMAP_RND_COMPAT_BITS_MIN
3cb7e662
JH
318 default 7 if ARM64_64K_PAGES
319 default 9 if ARM64_16K_PAGES
320 default 11
8f0d3aa9
DC
321
322config ARCH_MMAP_RND_COMPAT_BITS_MAX
3cb7e662 323 default 16
8f0d3aa9 324
ce816fa8 325config NO_IOPORT_MAP
d1e6dc91 326 def_bool y if !PCI
8c2c3df3
CM
327
328config STACKTRACE_SUPPORT
329 def_bool y
330
bf0c4e04
JVS
331config ILLEGAL_POINTER_VALUE
332 hex
333 default 0xdead000000000000
334
8c2c3df3
CM
335config LOCKDEP_SUPPORT
336 def_bool y
337
9fb7410f
DM
338config GENERIC_BUG
339 def_bool y
340 depends on BUG
341
342config GENERIC_BUG_RELATIVE_POINTERS
343 def_bool y
344 depends on GENERIC_BUG
345
8c2c3df3
CM
346config GENERIC_HWEIGHT
347 def_bool y
348
349config GENERIC_CSUM
3cb7e662 350 def_bool y
8c2c3df3
CM
351
352config GENERIC_CALIBRATE_DELAY
353 def_bool y
354
4b3dc967
WD
355config SMP
356 def_bool y
357
4cfb3613
AB
358config KERNEL_MODE_NEON
359 def_bool y
360
92cc15fc
RH
361config FIX_EARLYCON_MEM
362 def_bool y
363
9f25e6ad
KS
364config PGTABLE_LEVELS
365 int
21539939 366 default 2 if ARM64_16K_PAGES && ARM64_VA_BITS_36
9f25e6ad 367 default 2 if ARM64_64K_PAGES && ARM64_VA_BITS_42
b6d00d47 368 default 3 if ARM64_64K_PAGES && (ARM64_VA_BITS_48 || ARM64_VA_BITS_52)
9f25e6ad 369 default 3 if ARM64_4K_PAGES && ARM64_VA_BITS_39
44eaacf1 370 default 3 if ARM64_16K_PAGES && ARM64_VA_BITS_47
352b0395 371 default 4 if ARM64_16K_PAGES && (ARM64_VA_BITS_48 || ARM64_VA_BITS_52)
44eaacf1 372 default 4 if !ARM64_64K_PAGES && ARM64_VA_BITS_48
352b0395 373 default 5 if ARM64_4K_PAGES && ARM64_VA_BITS_52
9f25e6ad 374
9842ceae
PA
375config ARCH_SUPPORTS_UPROBES
376 def_bool y
377
8f360948
AB
378config ARCH_PROC_KCORE_TEXT
379 def_bool y
380
8bf9284d
VM
381config BROKEN_GAS_INST
382 def_bool !$(as-instr,1:\n.inst 0\n.rept . - 1b\n\nnop\n.endr\n)
383
9df3f508
MR
384config BUILTIN_RETURN_ADDRESS_STRIPS_PAC
385 bool
386 # Clang's __builtin_return_adddress() strips the PAC since 12.0.0
387 # https://reviews.llvm.org/D75044
388 default y if CC_IS_CLANG && (CLANG_VERSION >= 120000)
389 # GCC's __builtin_return_address() strips the PAC since 11.1.0,
390 # and this was backported to 10.2.0, 9.4.0, 8.5.0, but not earlier
391 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94891
392 default y if CC_IS_GCC && (GCC_VERSION >= 110100)
393 default y if CC_IS_GCC && (GCC_VERSION >= 100200) && (GCC_VERSION < 110000)
394 default y if CC_IS_GCC && (GCC_VERSION >= 90400) && (GCC_VERSION < 100000)
395 default y if CC_IS_GCC && (GCC_VERSION >= 80500) && (GCC_VERSION < 90000)
396 default n
397
6bd1d0be
SC
398config KASAN_SHADOW_OFFSET
399 hex
0fea6e9a 400 depends on KASAN_GENERIC || KASAN_SW_TAGS
352b0395
AB
401 default 0xdfff800000000000 if (ARM64_VA_BITS_48 || (ARM64_VA_BITS_52 && !ARM64_16K_PAGES)) && !KASAN_SW_TAGS
402 default 0xdfffc00000000000 if (ARM64_VA_BITS_47 || ARM64_VA_BITS_52) && ARM64_16K_PAGES && !KASAN_SW_TAGS
f4693c27
AB
403 default 0xdffffe0000000000 if ARM64_VA_BITS_42 && !KASAN_SW_TAGS
404 default 0xdfffffc000000000 if ARM64_VA_BITS_39 && !KASAN_SW_TAGS
405 default 0xdffffff800000000 if ARM64_VA_BITS_36 && !KASAN_SW_TAGS
352b0395
AB
406 default 0xefff800000000000 if (ARM64_VA_BITS_48 || (ARM64_VA_BITS_52 && !ARM64_16K_PAGES)) && KASAN_SW_TAGS
407 default 0xefffc00000000000 if (ARM64_VA_BITS_47 || ARM64_VA_BITS_52) && ARM64_16K_PAGES && KASAN_SW_TAGS
f4693c27
AB
408 default 0xeffffe0000000000 if ARM64_VA_BITS_42 && KASAN_SW_TAGS
409 default 0xefffffc000000000 if ARM64_VA_BITS_39 && KASAN_SW_TAGS
410 default 0xeffffff800000000 if ARM64_VA_BITS_36 && KASAN_SW_TAGS
6bd1d0be
SC
411 default 0xffffffffffffffff
412
68c76ad4
AB
413config UNWIND_TABLES
414 bool
415
6a377491 416source "arch/arm64/Kconfig.platforms"
8c2c3df3 417
8c2c3df3
CM
418menu "Kernel Features"
419
c0a01b84
AP
420menu "ARM errata workarounds via the alternatives framework"
421
6df696cd
OU
422config AMPERE_ERRATUM_AC03_CPU_38
423 bool "AmpereOne: AC03_CPU_38: Certain bits in the Virtualization Translation Control Register and Translation Control Registers do not follow RES0 semantics"
424 default y
425 help
426 This option adds an alternative code sequence to work around Ampere
427 erratum AC03_CPU_38 on AmpereOne.
428
429 The affected design reports FEAT_HAFDBS as not implemented in
430 ID_AA64MMFR1_EL1.HAFDBS, but (V)TCR_ELx.{HA,HD} are not RES0
431 as required by the architecture. The unadvertised HAFDBS
432 implementation suffers from an additional erratum where hardware
433 A/D updates can occur after a PTE has been marked invalid.
434
435 The workaround forces KVM to explicitly set VTCR_EL2.HA to 0,
436 which avoids enabling unadvertised hardware Access Flag management
437 at stage-2.
438
439 If unsure, say Y.
440
c9460dcb 441config ARM64_WORKAROUND_CLEAN_CACHE
bc15cf70 442 bool
c9460dcb 443
c0a01b84
AP
444config ARM64_ERRATUM_826319
445 bool "Cortex-A53: 826319: System might deadlock if a write cannot complete until read data is accepted"
446 default y
c9460dcb 447 select ARM64_WORKAROUND_CLEAN_CACHE
c0a01b84
AP
448 help
449 This option adds an alternative code sequence to work around ARM
450 erratum 826319 on Cortex-A53 parts up to r0p2 with an AMBA 4 ACE or
451 AXI master interface and an L2 cache.
452
453 If a Cortex-A53 uses an AMBA AXI4 ACE interface to other processors
454 and is unable to accept a certain write via this interface, it will
455 not progress on read data presented on the read data channel and the
456 system can deadlock.
457
458 The workaround promotes data cache clean instructions to
459 data cache clean-and-invalidate.
460 Please note that this does not necessarily enable the workaround,
461 as it depends on the alternative framework, which will only patch
462 the kernel if an affected CPU is detected.
463
464 If unsure, say Y.
465
466config ARM64_ERRATUM_827319
467 bool "Cortex-A53: 827319: Data cache clean instructions might cause overlapping transactions to the interconnect"
468 default y
c9460dcb 469 select ARM64_WORKAROUND_CLEAN_CACHE
c0a01b84
AP
470 help
471 This option adds an alternative code sequence to work around ARM
472 erratum 827319 on Cortex-A53 parts up to r0p2 with an AMBA 5 CHI
473 master interface and an L2 cache.
474
475 Under certain conditions this erratum can cause a clean line eviction
476 to occur at the same time as another transaction to the same address
477 on the AMBA 5 CHI interface, which can cause data corruption if the
478 interconnect reorders the two transactions.
479
480 The workaround promotes data cache clean instructions to
481 data cache clean-and-invalidate.
482 Please note that this does not necessarily enable the workaround,
483 as it depends on the alternative framework, which will only patch
484 the kernel if an affected CPU is detected.
485
486 If unsure, say Y.
487
488config ARM64_ERRATUM_824069
489 bool "Cortex-A53: 824069: Cache line might not be marked as clean after a CleanShared snoop"
490 default y
c9460dcb 491 select ARM64_WORKAROUND_CLEAN_CACHE
c0a01b84
AP
492 help
493 This option adds an alternative code sequence to work around ARM
494 erratum 824069 on Cortex-A53 parts up to r0p2 when it is connected
495 to a coherent interconnect.
496
497 If a Cortex-A53 processor is executing a store or prefetch for
498 write instruction at the same time as a processor in another
499 cluster is executing a cache maintenance operation to the same
500 address, then this erratum might cause a clean cache line to be
501 incorrectly marked as dirty.
502
503 The workaround promotes data cache clean instructions to
504 data cache clean-and-invalidate.
505 Please note that this option does not necessarily enable the
506 workaround, as it depends on the alternative framework, which will
507 only patch the kernel if an affected CPU is detected.
508
509 If unsure, say Y.
510
511config ARM64_ERRATUM_819472
512 bool "Cortex-A53: 819472: Store exclusive instructions might cause data corruption"
513 default y
c9460dcb 514 select ARM64_WORKAROUND_CLEAN_CACHE
c0a01b84
AP
515 help
516 This option adds an alternative code sequence to work around ARM
517 erratum 819472 on Cortex-A53 parts up to r0p1 with an L2 cache
518 present when it is connected to a coherent interconnect.
519
520 If the processor is executing a load and store exclusive sequence at
521 the same time as a processor in another cluster is executing a cache
522 maintenance operation to the same address, then this erratum might
523 cause data corruption.
524
525 The workaround promotes data cache clean instructions to
526 data cache clean-and-invalidate.
527 Please note that this does not necessarily enable the workaround,
528 as it depends on the alternative framework, which will only patch
529 the kernel if an affected CPU is detected.
530
531 If unsure, say Y.
532
533config ARM64_ERRATUM_832075
534 bool "Cortex-A57: 832075: possible deadlock on mixing exclusive memory accesses with device loads"
535 default y
536 help
537 This option adds an alternative code sequence to work around ARM
538 erratum 832075 on Cortex-A57 parts up to r1p2.
539
540 Affected Cortex-A57 parts might deadlock when exclusive load/store
541 instructions to Write-Back memory are mixed with Device loads.
542
543 The workaround is to promote device loads to use Load-Acquire
544 semantics.
545 Please note that this does not necessarily enable the workaround,
498cd5c3
MZ
546 as it depends on the alternative framework, which will only patch
547 the kernel if an affected CPU is detected.
548
549 If unsure, say Y.
550
551config ARM64_ERRATUM_834220
552 bool "Cortex-A57: 834220: Stage 2 translation fault might be incorrectly reported in presence of a Stage 1 fault"
553 depends on KVM
554 default y
555 help
556 This option adds an alternative code sequence to work around ARM
557 erratum 834220 on Cortex-A57 parts up to r1p2.
558
559 Affected Cortex-A57 parts might report a Stage 2 translation
560 fault as the result of a Stage 1 fault for load crossing a
561 page boundary when there is a permission or device memory
562 alignment fault at Stage 1 and a translation fault at Stage 2.
563
564 The workaround is to verify that the Stage 1 translation
565 doesn't generate a fault before handling the Stage 2 fault.
566 Please note that this does not necessarily enable the workaround,
c0a01b84
AP
567 as it depends on the alternative framework, which will only patch
568 the kernel if an affected CPU is detected.
569
570 If unsure, say Y.
571
44b3834b
JM
572config ARM64_ERRATUM_1742098
573 bool "Cortex-A57/A72: 1742098: ELR recorded incorrectly on interrupt taken between cryptographic instructions in a sequence"
574 depends on COMPAT
575 default y
576 help
577 This option removes the AES hwcap for aarch32 user-space to
578 workaround erratum 1742098 on Cortex-A57 and Cortex-A72.
579
580 Affected parts may corrupt the AES state if an interrupt is
581 taken between a pair of AES instructions. These instructions
582 are only present if the cryptography extensions are present.
583 All software should have a fallback implementation for CPUs
584 that don't implement the cryptography extensions.
585
586 If unsure, say Y.
587
905e8c5d
WD
588config ARM64_ERRATUM_845719
589 bool "Cortex-A53: 845719: a load might read incorrect data"
590 depends on COMPAT
591 default y
592 help
593 This option adds an alternative code sequence to work around ARM
594 erratum 845719 on Cortex-A53 parts up to r0p4.
595
596 When running a compat (AArch32) userspace on an affected Cortex-A53
597 part, a load at EL0 from a virtual address that matches the bottom 32
598 bits of the virtual address used by a recent load at (AArch64) EL1
599 might return incorrect data.
600
601 The workaround is to write the contextidr_el1 register on exception
602 return to a 32-bit task.
603 Please note that this does not necessarily enable the workaround,
604 as it depends on the alternative framework, which will only patch
605 the kernel if an affected CPU is detected.
606
607 If unsure, say Y.
608
df057cc7
WD
609config ARM64_ERRATUM_843419
610 bool "Cortex-A53: 843419: A load or store might access an incorrect address"
df057cc7
WD
611 default y
612 help
6ffe9923 613 This option links the kernel with '--fix-cortex-a53-843419' and
a257e025
AB
614 enables PLT support to replace certain ADRP instructions, which can
615 cause subsequent memory accesses to use an incorrect address on
616 Cortex-A53 parts up to r0p4.
df057cc7
WD
617
618 If unsure, say Y.
619
987fdfec
MY
620config ARM64_LD_HAS_FIX_ERRATUM_843419
621 def_bool $(ld-option,--fix-cortex-a53-843419)
622
ece1397c
SP
623config ARM64_ERRATUM_1024718
624 bool "Cortex-A55: 1024718: Update of DBM/AP bits without break before make might result in incorrect update"
625 default y
626 help
bc15cf70 627 This option adds a workaround for ARM Cortex-A55 Erratum 1024718.
ece1397c 628
c0b15c25 629 Affected Cortex-A55 cores (all revisions) could cause incorrect
ece1397c 630 update of the hardware dirty bit when the DBM/AP bits are updated
bc15cf70 631 without a break-before-make. The workaround is to disable the usage
ece1397c 632 of hardware DBM locally on the affected cores. CPUs not affected by
bc15cf70 633 this erratum will continue to use the feature.
df057cc7
WD
634
635 If unsure, say Y.
636
a5325089 637config ARM64_ERRATUM_1418040
6989303a 638 bool "Cortex-A76/Neoverse-N1: MRC read following MRRC read of specific Generic Timer in AArch32 might give incorrect result"
95b861a4 639 default y
c2b5bba3 640 depends on COMPAT
95b861a4 641 help
24cf262d 642 This option adds a workaround for ARM Cortex-A76/Neoverse-N1
a5325089 643 errata 1188873 and 1418040.
95b861a4 644
a5325089 645 Affected Cortex-A76/Neoverse-N1 cores (r0p0 to r3p1) could
6989303a
MZ
646 cause register corruption when accessing the timer registers
647 from AArch32 userspace.
95b861a4
MZ
648
649 If unsure, say Y.
650
02ab1f50 651config ARM64_WORKAROUND_SPECULATIVE_AT
e85d68fa
SP
652 bool
653
a457b0f7 654config ARM64_ERRATUM_1165522
02ab1f50 655 bool "Cortex-A76: 1165522: Speculative AT instruction using out-of-context translation regime could cause subsequent request to generate an incorrect translation"
a457b0f7 656 default y
02ab1f50 657 select ARM64_WORKAROUND_SPECULATIVE_AT
a457b0f7 658 help
bc15cf70 659 This option adds a workaround for ARM Cortex-A76 erratum 1165522.
a457b0f7
MZ
660
661 Affected Cortex-A76 cores (r0p0, r1p0, r2p0) could end-up with
662 corrupted TLBs by speculating an AT instruction during a guest
663 context switch.
664
665 If unsure, say Y.
666
02ab1f50
AS
667config ARM64_ERRATUM_1319367
668 bool "Cortex-A57/A72: 1319537: Speculative AT instruction using out-of-context translation regime could cause subsequent request to generate an incorrect translation"
669 default y
670 select ARM64_WORKAROUND_SPECULATIVE_AT
671 help
672 This option adds work arounds for ARM Cortex-A57 erratum 1319537
673 and A72 erratum 1319367
674
675 Cortex-A57 and A72 cores could end-up with corrupted TLBs by
676 speculating an AT instruction during a guest context switch.
677
678 If unsure, say Y.
679
275fa0ea 680config ARM64_ERRATUM_1530923
02ab1f50 681 bool "Cortex-A55: 1530923: Speculative AT instruction using out-of-context translation regime could cause subsequent request to generate an incorrect translation"
275fa0ea 682 default y
02ab1f50 683 select ARM64_WORKAROUND_SPECULATIVE_AT
275fa0ea
SP
684 help
685 This option adds a workaround for ARM Cortex-A55 erratum 1530923.
686
687 Affected Cortex-A55 cores (r0p0, r0p1, r1p0, r2p0) could end-up with
688 corrupted TLBs by speculating an AT instruction during a guest
689 context switch.
690
691 If unsure, say Y.
a457b0f7 692
ebcea694
GU
693config ARM64_WORKAROUND_REPEAT_TLBI
694 bool
695
171df580
JM
696config ARM64_ERRATUM_2441007
697 bool "Cortex-A55: Completion of affected memory accesses might not be guaranteed by completion of a TLBI"
698 default y
699 select ARM64_WORKAROUND_REPEAT_TLBI
700 help
701 This option adds a workaround for ARM Cortex-A55 erratum #2441007.
702
703 Under very rare circumstances, affected Cortex-A55 CPUs
704 may not handle a race between a break-before-make sequence on one
705 CPU, and another CPU accessing the same page. This could allow a
706 store to a page that has been unmapped.
707
708 Work around this by adding the affected CPUs to the list that needs
709 TLB sequences to be done twice.
710
711 If unsure, say Y.
712
ce8c80c5
CM
713config ARM64_ERRATUM_1286807
714 bool "Cortex-A76: Modification of the translation table for a virtual address might lead to read-after-read ordering violation"
715 default y
716 select ARM64_WORKAROUND_REPEAT_TLBI
717 help
bc15cf70 718 This option adds a workaround for ARM Cortex-A76 erratum 1286807.
ce8c80c5
CM
719
720 On the affected Cortex-A76 cores (r0p0 to r3p0), if a virtual
721 address for a cacheable mapping of a location is being
722 accessed by a core while another core is remapping the virtual
723 address to a new physical page using the recommended
724 break-before-make sequence, then under very rare circumstances
725 TLBI+DSB completes before a read using the translation being
726 invalidated has been observed by other observers. The
727 workaround repeats the TLBI+DSB operation.
728
969f5ea6
WD
729config ARM64_ERRATUM_1463225
730 bool "Cortex-A76: Software Step might prevent interrupt recognition"
731 default y
732 help
733 This option adds a workaround for Arm Cortex-A76 erratum 1463225.
734
735 On the affected Cortex-A76 cores (r0p0 to r3p1), software stepping
736 of a system call instruction (SVC) can prevent recognition of
737 subsequent interrupts when software stepping is disabled in the
738 exception handler of the system call and either kernel debugging
739 is enabled or VHE is in use.
740
741 Work around the erratum by triggering a dummy step exception
742 when handling a system call from a task that is being stepped
743 in a VHE configuration of the kernel.
744
745 If unsure, say Y.
746
05460849
JM
747config ARM64_ERRATUM_1542419
748 bool "Neoverse-N1: workaround mis-ordering of instruction fetches"
749 default y
750 help
751 This option adds a workaround for ARM Neoverse-N1 erratum
752 1542419.
753
754 Affected Neoverse-N1 cores could execute a stale instruction when
755 modified by another CPU. The workaround depends on a firmware
756 counterpart.
757
758 Workaround the issue by hiding the DIC feature from EL0. This
759 forces user-space to perform cache maintenance.
760
761 If unsure, say Y.
762
96d389ca
RH
763config ARM64_ERRATUM_1508412
764 bool "Cortex-A77: 1508412: workaround deadlock on sequence of NC/Device load and store exclusive or PAR read"
765 default y
766 help
767 This option adds a workaround for Arm Cortex-A77 erratum 1508412.
768
769 Affected Cortex-A77 cores (r0p0, r1p0) could deadlock on a sequence
770 of a store-exclusive or read of PAR_EL1 and a load with device or
771 non-cacheable memory attributes. The workaround depends on a firmware
772 counterpart.
773
774 KVM guests must also have the workaround implemented or they can
775 deadlock the system.
776
777 Work around the issue by inserting DMB SY barriers around PAR_EL1
778 register reads and warning KVM users. The DMB barrier is sufficient
779 to prevent a speculative PAR_EL1 read.
780
781 If unsure, say Y.
782
b9d216fc
SP
783config ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
784 bool
785
297ae1eb
JM
786config ARM64_ERRATUM_2051678
787 bool "Cortex-A510: 2051678: disable Hardware Update of the page table dirty bit"
a4b92ceb 788 default y
297ae1eb
JM
789 help
790 This options adds the workaround for ARM Cortex-A510 erratum ARM64_ERRATUM_2051678.
0ff74a23 791 Affected Cortex-A510 might not respect the ordering rules for
297ae1eb
JM
792 hardware update of the page table's dirty bit. The workaround
793 is to not enable the feature on affected CPUs.
794
795 If unsure, say Y.
796
1dd498e5
JM
797config ARM64_ERRATUM_2077057
798 bool "Cortex-A510: 2077057: workaround software-step corrupting SPSR_EL2"
4c11113c 799 default y
1dd498e5
JM
800 help
801 This option adds the workaround for ARM Cortex-A510 erratum 2077057.
802 Affected Cortex-A510 may corrupt SPSR_EL2 when the a step exception is
803 expected, but a Pointer Authentication trap is taken instead. The
804 erratum causes SPSR_EL1 to be copied to SPSR_EL2, which could allow
805 EL1 to cause a return to EL2 with a guest controlled ELR_EL2.
806
807 This can only happen when EL2 is stepping EL1.
808
809 When these conditions occur, the SPSR_EL2 value is unchanged from the
810 previous guest entry, and can be restored from the in-memory copy.
811
812 If unsure, say Y.
813
1bdb0fbb
JM
814config ARM64_ERRATUM_2658417
815 bool "Cortex-A510: 2658417: remove BF16 support due to incorrect result"
816 default y
817 help
818 This option adds the workaround for ARM Cortex-A510 erratum 2658417.
819 Affected Cortex-A510 (r0p0 to r1p1) may produce the wrong result for
820 BFMMLA or VMMLA instructions in rare circumstances when a pair of
821 A510 CPUs are using shared neon hardware. As the sharing is not
822 discoverable by the kernel, hide the BF16 HWCAP to indicate that
823 user-space should not be using these instructions.
824
825 If unsure, say Y.
826
b9d216fc 827config ARM64_ERRATUM_2119858
eb30d838 828 bool "Cortex-A710/X2: 2119858: workaround TRBE overwriting trace data in FILL mode"
b9d216fc 829 default y
b9d216fc
SP
830 depends on CORESIGHT_TRBE
831 select ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
832 help
eb30d838 833 This option adds the workaround for ARM Cortex-A710/X2 erratum 2119858.
b9d216fc 834
eb30d838 835 Affected Cortex-A710/X2 cores could overwrite up to 3 cache lines of trace
b9d216fc
SP
836 data at the base of the buffer (pointed to by TRBASER_EL1) in FILL mode in
837 the event of a WRAP event.
838
839 Work around the issue by always making sure we move the TRBPTR_EL1 by
840 256 bytes before enabling the buffer and filling the first 256 bytes of
841 the buffer with ETM ignore packets upon disabling.
842
843 If unsure, say Y.
844
845config ARM64_ERRATUM_2139208
846 bool "Neoverse-N2: 2139208: workaround TRBE overwriting trace data in FILL mode"
847 default y
b9d216fc
SP
848 depends on CORESIGHT_TRBE
849 select ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
850 help
851 This option adds the workaround for ARM Neoverse-N2 erratum 2139208.
852
853 Affected Neoverse-N2 cores could overwrite up to 3 cache lines of trace
854 data at the base of the buffer (pointed to by TRBASER_EL1) in FILL mode in
855 the event of a WRAP event.
856
857 Work around the issue by always making sure we move the TRBPTR_EL1 by
858 256 bytes before enabling the buffer and filling the first 256 bytes of
859 the buffer with ETM ignore packets upon disabling.
860
861 If unsure, say Y.
862
fa82d0b4
SP
863config ARM64_WORKAROUND_TSB_FLUSH_FAILURE
864 bool
865
866config ARM64_ERRATUM_2054223
867 bool "Cortex-A710: 2054223: workaround TSB instruction failing to flush trace"
868 default y
869 select ARM64_WORKAROUND_TSB_FLUSH_FAILURE
870 help
871 Enable workaround for ARM Cortex-A710 erratum 2054223
872
873 Affected cores may fail to flush the trace data on a TSB instruction, when
874 the PE is in trace prohibited state. This will cause losing a few bytes
875 of the trace cached.
876
877 Workaround is to issue two TSB consecutively on affected cores.
878
879 If unsure, say Y.
880
881config ARM64_ERRATUM_2067961
882 bool "Neoverse-N2: 2067961: workaround TSB instruction failing to flush trace"
883 default y
884 select ARM64_WORKAROUND_TSB_FLUSH_FAILURE
885 help
886 Enable workaround for ARM Neoverse-N2 erratum 2067961
887
888 Affected cores may fail to flush the trace data on a TSB instruction, when
889 the PE is in trace prohibited state. This will cause losing a few bytes
890 of the trace cached.
891
892 Workaround is to issue two TSB consecutively on affected cores.
893
894 If unsure, say Y.
895
8d81b2a3
SP
896config ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE
897 bool
898
899config ARM64_ERRATUM_2253138
900 bool "Neoverse-N2: 2253138: workaround TRBE writing to address out-of-range"
8d81b2a3
SP
901 depends on CORESIGHT_TRBE
902 default y
903 select ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE
904 help
905 This option adds the workaround for ARM Neoverse-N2 erratum 2253138.
906
907 Affected Neoverse-N2 cores might write to an out-of-range address, not reserved
908 for TRBE. Under some conditions, the TRBE might generate a write to the next
909 virtually addressed page following the last page of the TRBE address space
910 (i.e., the TRBLIMITR_EL1.LIMIT), instead of wrapping around to the base.
911
912 Work around this in the driver by always making sure that there is a
913 page beyond the TRBLIMITR_EL1.LIMIT, within the space allowed for the TRBE.
914
915 If unsure, say Y.
916
917config ARM64_ERRATUM_2224489
eb30d838 918 bool "Cortex-A710/X2: 2224489: workaround TRBE writing to address out-of-range"
8d81b2a3
SP
919 depends on CORESIGHT_TRBE
920 default y
921 select ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE
922 help
eb30d838 923 This option adds the workaround for ARM Cortex-A710/X2 erratum 2224489.
8d81b2a3 924
eb30d838 925 Affected Cortex-A710/X2 cores might write to an out-of-range address, not reserved
8d81b2a3
SP
926 for TRBE. Under some conditions, the TRBE might generate a write to the next
927 virtually addressed page following the last page of the TRBE address space
928 (i.e., the TRBLIMITR_EL1.LIMIT), instead of wrapping around to the base.
929
930 Work around this in the driver by always making sure that there is a
931 page beyond the TRBLIMITR_EL1.LIMIT, within the space allowed for the TRBE.
932
933 If unsure, say Y.
934
39fdb65f
JM
935config ARM64_ERRATUM_2441009
936 bool "Cortex-A510: Completion of affected memory accesses might not be guaranteed by completion of a TLBI"
937 default y
938 select ARM64_WORKAROUND_REPEAT_TLBI
939 help
940 This option adds a workaround for ARM Cortex-A510 erratum #2441009.
941
942 Under very rare circumstances, affected Cortex-A510 CPUs
943 may not handle a race between a break-before-make sequence on one
944 CPU, and another CPU accessing the same page. This could allow a
945 store to a page that has been unmapped.
946
947 Work around this by adding the affected CPUs to the list that needs
948 TLB sequences to be done twice.
949
950 If unsure, say Y.
951
607a9afa
AK
952config ARM64_ERRATUM_2064142
953 bool "Cortex-A510: 2064142: workaround TRBE register writes while disabled"
ac0ba210 954 depends on CORESIGHT_TRBE
607a9afa
AK
955 default y
956 help
957 This option adds the workaround for ARM Cortex-A510 erratum 2064142.
958
959 Affected Cortex-A510 core might fail to write into system registers after the
960 TRBE has been disabled. Under some conditions after the TRBE has been disabled
961 writes into TRBE registers TRBLIMITR_EL1, TRBPTR_EL1, TRBBASER_EL1, TRBSR_EL1,
962 and TRBTRG_EL1 will be ignored and will not be effected.
963
964 Work around this in the driver by executing TSB CSYNC and DSB after collection
965 is stopped and before performing a system register write to one of the affected
966 registers.
967
968 If unsure, say Y.
969
3bd94a87
AK
970config ARM64_ERRATUM_2038923
971 bool "Cortex-A510: 2038923: workaround TRBE corruption with enable"
f209e9fe 972 depends on CORESIGHT_TRBE
3bd94a87
AK
973 default y
974 help
975 This option adds the workaround for ARM Cortex-A510 erratum 2038923.
976
977 Affected Cortex-A510 core might cause an inconsistent view on whether trace is
978 prohibited within the CPU. As a result, the trace buffer or trace buffer state
979 might be corrupted. This happens after TRBE buffer has been enabled by setting
980 TRBLIMITR_EL1.E, followed by just a single context synchronization event before
981 execution changes from a context, in which trace is prohibited to one where it
982 isn't, or vice versa. In these mentioned conditions, the view of whether trace
983 is prohibited is inconsistent between parts of the CPU, and the trace buffer or
984 the trace buffer state might be corrupted.
985
986 Work around this in the driver by preventing an inconsistent view of whether the
987 trace is prohibited or not based on TRBLIMITR_EL1.E by immediately following a
988 change to TRBLIMITR_EL1.E with at least one ISB instruction before an ERET, or
989 two ISB instructions if no ERET is to take place.
990
991 If unsure, say Y.
992
708e8af4
AK
993config ARM64_ERRATUM_1902691
994 bool "Cortex-A510: 1902691: workaround TRBE trace corruption"
3a828845 995 depends on CORESIGHT_TRBE
708e8af4
AK
996 default y
997 help
998 This option adds the workaround for ARM Cortex-A510 erratum 1902691.
999
1000 Affected Cortex-A510 core might cause trace data corruption, when being written
1001 into the memory. Effectively TRBE is broken and hence cannot be used to capture
1002 trace data.
1003
1004 Work around this problem in the driver by just preventing TRBE initialization on
1005 affected cpus. The firmware must have disabled the access to TRBE for the kernel
1006 on such implementations. This will cover the kernel for any firmware that doesn't
1007 do this already.
1008
1009 If unsure, say Y.
1010
e89d120c
IV
1011config ARM64_ERRATUM_2457168
1012 bool "Cortex-A510: 2457168: workaround for AMEVCNTR01 incrementing incorrectly"
1013 depends on ARM64_AMU_EXTN
1014 default y
1015 help
1016 This option adds the workaround for ARM Cortex-A510 erratum 2457168.
1017
1018 The AMU counter AMEVCNTR01 (constant counter) should increment at the same rate
1019 as the system counter. On affected Cortex-A510 cores AMEVCNTR01 increments
1020 incorrectly giving a significantly higher output value.
1021
1022 Work around this problem by returning 0 when reading the affected counter in
1023 key locations that results in disabling all users of this counter. This effect
1024 is the same to firmware disabling affected counters.
1025
1026 If unsure, say Y.
1027
5db568e7
AK
1028config ARM64_ERRATUM_2645198
1029 bool "Cortex-A715: 2645198: Workaround possible [ESR|FAR]_ELx corruption"
1030 default y
1031 help
1032 This option adds the workaround for ARM Cortex-A715 erratum 2645198.
1033
1034 If a Cortex-A715 cpu sees a page mapping permissions change from executable
1035 to non-executable, it may corrupt the ESR_ELx and FAR_ELx registers on the
1036 next instruction abort caused by permission fault.
1037
1038 Only user-space does executable to non-executable permission transition via
1039 mprotect() system call. Workaround the problem by doing a break-before-make
1040 TLB invalidation, for all changes to executable user space mappings.
1041
1042 If unsure, say Y.
1043
546b7cde
RH
1044config ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD
1045 bool
1046
471470bc
RH
1047config ARM64_ERRATUM_2966298
1048 bool "Cortex-A520: 2966298: workaround for speculatively executed unprivileged load"
546b7cde 1049 select ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD
471470bc
RH
1050 default y
1051 help
1052 This option adds the workaround for ARM Cortex-A520 erratum 2966298.
1053
1054 On an affected Cortex-A520 core, a speculatively executed unprivileged
1055 load might leak data from a privileged level via a cache side channel.
1056
1057 Work around this problem by executing a TLBI before returning to EL0.
1058
1059 If unsure, say Y.
1060
f827bcda
RH
1061config ARM64_ERRATUM_3117295
1062 bool "Cortex-A510: 3117295: workaround for speculatively executed unprivileged load"
1063 select ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD
1064 default y
1065 help
1066 This option adds the workaround for ARM Cortex-A510 erratum 3117295.
1067
1068 On an affected Cortex-A510 core, a speculatively executed unprivileged
1069 load might leak data from a privileged level via a cache side channel.
1070
1071 Work around this problem by executing a TLBI before returning to EL0.
1072
1073 If unsure, say Y.
1074
94100970
RR
1075config CAVIUM_ERRATUM_22375
1076 bool "Cavium erratum 22375, 24313"
1077 default y
1078 help
bc15cf70 1079 Enable workaround for errata 22375 and 24313.
94100970
RR
1080
1081 This implements two gicv3-its errata workarounds for ThunderX. Both
bc15cf70 1082 with a small impact affecting only ITS table allocation.
94100970
RR
1083
1084 erratum 22375: only alloc 8MB table size
1085 erratum 24313: ignore memory access type
1086
1087 The fixes are in ITS initialization and basically ignore memory access
1088 type and table size provided by the TYPER and BASER registers.
1089
1090 If unsure, say Y.
1091
fbf8f40e
GK
1092config CAVIUM_ERRATUM_23144
1093 bool "Cavium erratum 23144: ITS SYNC hang on dual socket system"
1094 depends on NUMA
1095 default y
1096 help
1097 ITS SYNC command hang for cross node io and collections/cpu mapping.
1098
1099 If unsure, say Y.
1100
6d4e11c5 1101config CAVIUM_ERRATUM_23154
24a147bc 1102 bool "Cavium errata 23154 and 38545: GICv3 lacks HW synchronisation"
6d4e11c5
RR
1103 default y
1104 help
24a147bc 1105 The ThunderX GICv3 implementation requires a modified version for
6d4e11c5
RR
1106 reading the IAR status to ensure data synchronization
1107 (access to icc_iar1_el1 is not sync'ed before and after).
1108
24a147bc
LC
1109 It also suffers from erratum 38545 (also present on Marvell's
1110 OcteonTX and OcteonTX2), resulting in deactivated interrupts being
1111 spuriously presented to the CPU interface.
1112
6d4e11c5
RR
1113 If unsure, say Y.
1114
104a0c02
AP
1115config CAVIUM_ERRATUM_27456
1116 bool "Cavium erratum 27456: Broadcast TLBI instructions may cause icache corruption"
1117 default y
1118 help
1119 On ThunderX T88 pass 1.x through 2.1 parts, broadcast TLBI
1120 instructions may cause the icache to become corrupted if it
1121 contains data for a non-current ASID. The fix is to
1122 invalidate the icache when changing the mm context.
1123
1124 If unsure, say Y.
1125
690a3415
DD
1126config CAVIUM_ERRATUM_30115
1127 bool "Cavium erratum 30115: Guest may disable interrupts in host"
1128 default y
1129 help
1130 On ThunderX T88 pass 1.x through 2.2, T81 pass 1.0 through
1131 1.2, and T83 Pass 1.0, KVM guest execution may disable
1132 interrupts in host. Trapping both GICv3 group-0 and group-1
1133 accesses sidesteps the issue.
1134
1135 If unsure, say Y.
1136
603afdc9
MZ
1137config CAVIUM_TX2_ERRATUM_219
1138 bool "Cavium ThunderX2 erratum 219: PRFM between TTBR change and ISB fails"
1139 default y
1140 help
1141 On Cavium ThunderX2, a load, store or prefetch instruction between a
1142 TTBR update and the corresponding context synchronizing operation can
1143 cause a spurious Data Abort to be delivered to any hardware thread in
1144 the CPU core.
1145
1146 Work around the issue by avoiding the problematic code sequence and
1147 trapping KVM guest TTBRx_EL1 writes to EL2 when SMT is enabled. The
1148 trap handler performs the corresponding register access, skips the
1149 instruction and ensures context synchronization by virtue of the
1150 exception return.
1151
1152 If unsure, say Y.
1153
ebcea694
GU
1154config FUJITSU_ERRATUM_010001
1155 bool "Fujitsu-A64FX erratum E#010001: Undefined fault may occur wrongly"
1156 default y
1157 help
1158 This option adds a workaround for Fujitsu-A64FX erratum E#010001.
1159 On some variants of the Fujitsu-A64FX cores ver(1.0, 1.1), memory
1160 accesses may cause undefined fault (Data abort, DFSC=0b111111).
1161 This fault occurs under a specific hardware condition when a
1162 load/store instruction performs an address translation using:
1163 case-1 TTBR0_EL1 with TCR_EL1.NFD0 == 1.
1164 case-2 TTBR0_EL2 with TCR_EL2.NFD0 == 1.
1165 case-3 TTBR1_EL1 with TCR_EL1.NFD1 == 1.
1166 case-4 TTBR1_EL2 with TCR_EL2.NFD1 == 1.
1167
1168 The workaround is to ensure these bits are clear in TCR_ELx.
1169 The workaround only affects the Fujitsu-A64FX.
1170
1171 If unsure, say Y.
1172
1173config HISILICON_ERRATUM_161600802
1174 bool "Hip07 161600802: Erroneous redistributor VLPI base"
1175 default y
1176 help
1177 The HiSilicon Hip07 SoC uses the wrong redistributor base
1178 when issued ITS commands such as VMOVP and VMAPP, and requires
1179 a 128kB offset to be applied to the target address in this commands.
1180
1181 If unsure, say Y.
1182
38fd94b0
CC
1183config QCOM_FALKOR_ERRATUM_1003
1184 bool "Falkor E1003: Incorrect translation due to ASID change"
1185 default y
38fd94b0
CC
1186 help
1187 On Falkor v1, an incorrect ASID may be cached in the TLB when ASID
d1777e68
WD
1188 and BADDR are changed together in TTBRx_EL1. Since we keep the ASID
1189 in TTBR1_EL1, this situation only occurs in the entry trampoline and
1190 then only for entries in the walk cache, since the leaf translation
1191 is unchanged. Work around the erratum by invalidating the walk cache
1192 entries for the trampoline before entering the kernel proper.
38fd94b0 1193
d9ff80f8
CC
1194config QCOM_FALKOR_ERRATUM_1009
1195 bool "Falkor E1009: Prematurely complete a DSB after a TLBI"
1196 default y
ce8c80c5 1197 select ARM64_WORKAROUND_REPEAT_TLBI
d9ff80f8
CC
1198 help
1199 On Falkor v1, the CPU may prematurely complete a DSB following a
1200 TLBI xxIS invalidate maintenance operation. Repeat the TLBI operation
1201 one more time to fix the issue.
1202
1203 If unsure, say Y.
1204
90922a2d
SD
1205config QCOM_QDF2400_ERRATUM_0065
1206 bool "QDF2400 E0065: Incorrect GITS_TYPER.ITT_Entry_size"
1207 default y
1208 help
1209 On Qualcomm Datacenter Technologies QDF2400 SoC, ITS hardware reports
1210 ITE size incorrectly. The GITS_TYPER.ITT_Entry_size field should have
1211 been indicated as 16Bytes (0xf), not 8Bytes (0x7).
1212
1213 If unsure, say Y.
1214
932b50c7
SD
1215config QCOM_FALKOR_ERRATUM_E1041
1216 bool "Falkor E1041: Speculative instruction fetches might cause errant memory access"
1217 default y
1218 help
1219 Falkor CPU may speculatively fetch instructions from an improper
1220 memory location when MMU translation is changed from SCTLR_ELn[M]=1
1221 to SCTLR_ELn[M]=0. Prefix an ISB instruction to fix the problem.
1222
1223 If unsure, say Y.
1224
20109a85
RW
1225config NVIDIA_CARMEL_CNP_ERRATUM
1226 bool "NVIDIA Carmel CNP: CNP on Carmel semantically different than ARM cores"
1227 default y
1228 help
1229 If CNP is enabled on Carmel cores, non-sharable TLBIs on a core will not
1230 invalidate shared TLB entries installed by a different core, as it would
1231 on standard ARM cores.
1232
1233 If unsure, say Y.
1234
a8707f55
SR
1235config ROCKCHIP_ERRATUM_3588001
1236 bool "Rockchip 3588001: GIC600 can not support shareability attributes"
1237 default y
1238 help
1239 The Rockchip RK3588 GIC600 SoC integration does not support ACE/ACE-lite.
1240 This means, that its sharability feature may not be used, even though it
1241 is supported by the IP itself.
1242
1243 If unsure, say Y.
1244
ebcea694
GU
1245config SOCIONEXT_SYNQUACER_PREITS
1246 bool "Socionext Synquacer: Workaround for GICv3 pre-ITS"
3e32131a
ZL
1247 default y
1248 help
ebcea694
GU
1249 Socionext Synquacer SoCs implement a separate h/w block to generate
1250 MSI doorbell writes with non-zero values for the device ID.
3e32131a
ZL
1251
1252 If unsure, say Y.
1253
3cb7e662 1254endmenu # "ARM errata workarounds via the alternatives framework"
c0a01b84 1255
e41ceed0
JL
1256choice
1257 prompt "Page size"
1258 default ARM64_4K_PAGES
1259 help
1260 Page size (translation granule) configuration.
1261
1262config ARM64_4K_PAGES
1263 bool "4KB"
1264 help
1265 This feature enables 4KB pages support.
1266
44eaacf1
SP
1267config ARM64_16K_PAGES
1268 bool "16KB"
1269 help
1270 The system will use 16KB pages support. AArch32 emulation
1271 requires applications compiled with 16K (or a multiple of 16K)
1272 aligned segments.
1273
8c2c3df3 1274config ARM64_64K_PAGES
e41ceed0 1275 bool "64KB"
8c2c3df3
CM
1276 help
1277 This feature enables 64KB pages support (4KB by default)
1278 allowing only two levels of page tables and faster TLB
db488be3
SP
1279 look-up. AArch32 emulation requires applications compiled
1280 with 64K aligned segments.
8c2c3df3 1281
e41ceed0
JL
1282endchoice
1283
1284choice
1285 prompt "Virtual address space size"
1286 default ARM64_VA_BITS_39 if ARM64_4K_PAGES
44eaacf1 1287 default ARM64_VA_BITS_47 if ARM64_16K_PAGES
e41ceed0
JL
1288 default ARM64_VA_BITS_42 if ARM64_64K_PAGES
1289 help
1290 Allows choosing one of multiple possible virtual address
1291 space sizes. The level of translation table is determined by
1292 a combination of page size and virtual address space size.
1293
21539939 1294config ARM64_VA_BITS_36
56a3f30e 1295 bool "36-bit" if EXPERT
21539939
SP
1296 depends on ARM64_16K_PAGES
1297
e41ceed0
JL
1298config ARM64_VA_BITS_39
1299 bool "39-bit"
1300 depends on ARM64_4K_PAGES
1301
1302config ARM64_VA_BITS_42
1303 bool "42-bit"
1304 depends on ARM64_64K_PAGES
1305
44eaacf1
SP
1306config ARM64_VA_BITS_47
1307 bool "47-bit"
1308 depends on ARM64_16K_PAGES
1309
c79b954b
JL
1310config ARM64_VA_BITS_48
1311 bool "48-bit"
c79b954b 1312
b6d00d47
SC
1313config ARM64_VA_BITS_52
1314 bool "52-bit"
352b0395 1315 depends on ARM64_PAN || !ARM64_SW_TTBR0_PAN
68d23da4
WD
1316 help
1317 Enable 52-bit virtual addressing for userspace when explicitly
b6d00d47
SC
1318 requested via a hint to mmap(). The kernel will also use 52-bit
1319 virtual addresses for its own mappings (provided HW support for
1320 this feature is available, otherwise it reverts to 48-bit).
68d23da4
WD
1321
1322 NOTE: Enabling 52-bit virtual addressing in conjunction with
1323 ARMv8.3 Pointer Authentication will result in the PAC being
1324 reduced from 7 bits to 3 bits, which may have a significant
1325 impact on its susceptibility to brute-force attacks.
1326
1327 If unsure, select 48-bit virtual addressing instead.
1328
e41ceed0
JL
1329endchoice
1330
68d23da4
WD
1331config ARM64_FORCE_52BIT
1332 bool "Force 52-bit virtual addresses for userspace"
b6d00d47 1333 depends on ARM64_VA_BITS_52 && EXPERT
68d23da4
WD
1334 help
1335 For systems with 52-bit userspace VAs enabled, the kernel will attempt
1336 to maintain compatibility with older software by providing 48-bit VAs
1337 unless a hint is supplied to mmap.
1338
1339 This configuration option disables the 48-bit compatibility logic, and
1340 forces all userspace addresses to be 52-bit on HW that supports it. One
1341 should only enable this configuration option for stress testing userspace
1342 memory management code. If unsure say N here.
1343
e41ceed0
JL
1344config ARM64_VA_BITS
1345 int
21539939 1346 default 36 if ARM64_VA_BITS_36
e41ceed0
JL
1347 default 39 if ARM64_VA_BITS_39
1348 default 42 if ARM64_VA_BITS_42
44eaacf1 1349 default 47 if ARM64_VA_BITS_47
b6d00d47
SC
1350 default 48 if ARM64_VA_BITS_48
1351 default 52 if ARM64_VA_BITS_52
e41ceed0 1352
982aa7c5
KM
1353choice
1354 prompt "Physical address space size"
1355 default ARM64_PA_BITS_48
1356 help
1357 Choose the maximum physical address range that the kernel will
1358 support.
1359
1360config ARM64_PA_BITS_48
1361 bool "48-bit"
352b0395 1362 depends on ARM64_64K_PAGES || !ARM64_VA_BITS_52
982aa7c5 1363
f77d2817 1364config ARM64_PA_BITS_52
352b0395
AB
1365 bool "52-bit"
1366 depends on ARM64_64K_PAGES || ARM64_VA_BITS_52
f77d2817
KM
1367 depends on ARM64_PAN || !ARM64_SW_TTBR0_PAN
1368 help
1369 Enable support for a 52-bit physical address space, introduced as
1370 part of the ARMv8.2-LPA extension.
1371
1372 With this enabled, the kernel will also continue to work on CPUs that
1373 do not support ARMv8.2-LPA, but with some added memory overhead (and
1374 minor performance overhead).
1375
982aa7c5
KM
1376endchoice
1377
1378config ARM64_PA_BITS
1379 int
1380 default 48 if ARM64_PA_BITS_48
f77d2817 1381 default 52 if ARM64_PA_BITS_52
982aa7c5 1382
db95ea78
AB
1383config ARM64_LPA2
1384 def_bool y
1385 depends on ARM64_PA_BITS_52 && !ARM64_64K_PAGES
1386
d8e85e14
AR
1387choice
1388 prompt "Endianness"
1389 default CPU_LITTLE_ENDIAN
1390 help
1391 Select the endianness of data accesses performed by the CPU. Userspace
1392 applications will need to be compiled and linked for the endianness
1393 that is selected here.
1394
a872013d 1395config CPU_BIG_ENDIAN
e9c6deee
NC
1396 bool "Build big-endian kernel"
1397 depends on !LD_IS_LLD || LLD_VERSION >= 130000
146a15b8
NC
1398 # https://github.com/llvm/llvm-project/commit/1379b150991f70a5782e9a143c2ba5308da1161c
1399 depends on AS_IS_GNU || AS_VERSION >= 150000
e9c6deee 1400 help
d8e85e14
AR
1401 Say Y if you plan on running a kernel with a big-endian userspace.
1402
1403config CPU_LITTLE_ENDIAN
1404 bool "Build little-endian kernel"
1405 help
1406 Say Y if you plan on running a kernel with a little-endian userspace.
1407 This is usually the case for distributions targeting arm64.
1408
1409endchoice
a872013d 1410
f6e763b9
MB
1411config SCHED_MC
1412 bool "Multi-core scheduler support"
f6e763b9
MB
1413 help
1414 Multi-core scheduler support improves the CPU scheduler's decision
1415 making when dealing with multi-core CPU chips at a cost of slightly
1416 increased overhead in some places. If unsure say N here.
1417
778c558f
BS
1418config SCHED_CLUSTER
1419 bool "Cluster scheduler support"
1420 help
1421 Cluster scheduler support improves the CPU scheduler's decision
1422 making when dealing with machines that have clusters of CPUs.
1423 Cluster usually means a couple of CPUs which are placed closely
1424 by sharing mid-level caches, last-level cache tags or internal
1425 busses.
1426
f6e763b9
MB
1427config SCHED_SMT
1428 bool "SMT scheduler support"
f6e763b9
MB
1429 help
1430 Improves the CPU scheduler's decision making when dealing with
1431 MultiThreading at a cost of slightly increased overhead in some
1432 places. If unsure say N here.
1433
8c2c3df3 1434config NR_CPUS
62aa9655
GK
1435 int "Maximum number of CPUs (2-4096)"
1436 range 2 4096
846a415b 1437 default "256"
8c2c3df3 1438
9327e2c6
MR
1439config HOTPLUG_CPU
1440 bool "Support for hot-pluggable CPUs"
217d453d 1441 select GENERIC_IRQ_MIGRATION
9327e2c6
MR
1442 help
1443 Say Y here to experiment with turning CPUs off and on. CPUs
1444 can be controlled through /sys/devices/system/cpu.
1445
1a2db300
GK
1446# Common NUMA Features
1447config NUMA
4399e6cd 1448 bool "NUMA Memory Allocation and Scheduler Support"
ae3c107c 1449 select GENERIC_ARCH_NUMA
0c2a6cce
KW
1450 select ACPI_NUMA if ACPI
1451 select OF_NUMA
7ecd19cf
KW
1452 select HAVE_SETUP_PER_CPU_AREA
1453 select NEED_PER_CPU_EMBED_FIRST_CHUNK
1454 select NEED_PER_CPU_PAGE_FIRST_CHUNK
1455 select USE_PERCPU_NUMA_NODE_ID
1a2db300 1456 help
4399e6cd 1457 Enable NUMA (Non-Uniform Memory Access) support.
1a2db300
GK
1458
1459 The kernel will try to allocate memory used by a CPU on the
1460 local memory of the CPU and add some more
1461 NUMA awareness to the kernel.
1462
1463config NODES_SHIFT
1464 int "Maximum NUMA Nodes (as a power of 2)"
1465 range 1 10
2a13c13b 1466 default "4"
a9ee6cf5 1467 depends on NUMA
1a2db300
GK
1468 help
1469 Specify the maximum number of NUMA Nodes available on the target
1470 system. Increases memory reserved to accommodate various tables.
1471
8636a1f9 1472source "kernel/Kconfig.hz"
8c2c3df3 1473
8c2c3df3
CM
1474config ARCH_SPARSEMEM_ENABLE
1475 def_bool y
1476 select SPARSEMEM_VMEMMAP_ENABLE
782276b4 1477 select SPARSEMEM_VMEMMAP
e7d4bac4 1478
8c2c3df3 1479config HW_PERF_EVENTS
6475b2d8
MR
1480 def_bool y
1481 depends on ARM_PMU
8c2c3df3 1482
afcf5441 1483# Supported by clang >= 7.0 or GCC >= 12.0.0
5287569a
ST
1484config CC_HAVE_SHADOW_CALL_STACK
1485 def_bool $(cc-option, -fsanitize=shadow-call-stack -ffixed-x18)
1486
dfd57bc3
SS
1487config PARAVIRT
1488 bool "Enable paravirtualization code"
1489 help
1490 This changes the kernel so it can modify itself when it is run
1491 under a hypervisor, potentially improving performance significantly
1492 over full virtualization.
1493
1494config PARAVIRT_TIME_ACCOUNTING
1495 bool "Paravirtual steal time accounting"
1496 select PARAVIRT
dfd57bc3
SS
1497 help
1498 Select this option to enable fine granularity task steal time
1499 accounting. Time spent executing other tasks in parallel with
1500 the current vCPU is discounted from the vCPU power. To account for
1501 that, there can be a small performance impact.
1502
1503 If in doubt, say N here.
1504
91506f7e
ED
1505config ARCH_SUPPORTS_KEXEC
1506 def_bool PM_SLEEP_SMP
3ddd9992 1507
91506f7e
ED
1508config ARCH_SUPPORTS_KEXEC_FILE
1509 def_bool y
732b7b93 1510
91506f7e
ED
1511config ARCH_SELECTS_KEXEC_FILE
1512 def_bool y
1513 depends on KEXEC_FILE
1514 select HAVE_IMA_KEXEC if IMA
732b7b93 1515
91506f7e
ED
1516config ARCH_SUPPORTS_KEXEC_SIG
1517 def_bool y
732b7b93 1518
91506f7e
ED
1519config ARCH_SUPPORTS_KEXEC_IMAGE_VERIFY_SIG
1520 def_bool y
732b7b93 1521
91506f7e
ED
1522config ARCH_DEFAULT_KEXEC_IMAGE_VERIFY_SIG
1523 def_bool y
e62aaeac 1524
91506f7e
ED
1525config ARCH_SUPPORTS_CRASH_DUMP
1526 def_bool y
e62aaeac 1527
fdc26823
BH
1528config ARCH_HAS_GENERIC_CRASHKERNEL_RESERVATION
1529 def_bool CRASH_CORE
1530
072e3d96
PT
1531config TRANS_TABLE
1532 def_bool y
08eae0ef 1533 depends on HIBERNATION || KEXEC_CORE
072e3d96 1534
aa42aa13
SS
1535config XEN_DOM0
1536 def_bool y
1537 depends on XEN
1538
1539config XEN
c2ba1f7d 1540 bool "Xen guest support on ARM64"
aa42aa13 1541 depends on ARM64 && OF
83862ccf 1542 select SWIOTLB_XEN
dfd57bc3 1543 select PARAVIRT
aa42aa13
SS
1544 help
1545 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM64.
1546
5a4c2a31
KW
1547# include/linux/mmzone.h requires the following to be true:
1548#
5e0a760b 1549# MAX_PAGE_ORDER + PAGE_SHIFT <= SECTION_SIZE_BITS
5a4c2a31 1550#
5e0a760b 1551# so the maximum value of MAX_PAGE_ORDER is SECTION_SIZE_BITS - PAGE_SHIFT:
5a4c2a31 1552#
5e0a760b
KS
1553# | SECTION_SIZE_BITS | PAGE_SHIFT | max MAX_PAGE_ORDER | default MAX_PAGE_ORDER |
1554# ----+-------------------+--------------+----------------------+-------------------------+
1555# 4K | 27 | 12 | 15 | 10 |
1556# 16K | 27 | 14 | 13 | 11 |
1557# 64K | 29 | 16 | 13 | 13 |
0192445c 1558config ARCH_FORCE_MAX_ORDER
f3c37621 1559 int
23baf831 1560 default "13" if ARM64_64K_PAGES
23baf831 1561 default "11" if ARM64_16K_PAGES
23baf831 1562 default "10"
44eaacf1 1563 help
4632cb22 1564 The kernel page allocator limits the size of maximal physically
5e0a760b 1565 contiguous allocations. The limit is called MAX_PAGE_ORDER and it
4632cb22
MRI
1566 defines the maximal power of two of number of pages that can be
1567 allocated as a single contiguous block. This option allows
1568 overriding the default setting when ability to allocate very
1569 large blocks of physically contiguous memory is required.
44eaacf1 1570
4632cb22 1571 The maximal size of allocation cannot exceed the size of the
5e0a760b 1572 section, so the value of MAX_PAGE_ORDER should satisfy
44eaacf1 1573
5e0a760b 1574 MAX_PAGE_ORDER + PAGE_SHIFT <= SECTION_SIZE_BITS
4632cb22
MRI
1575
1576 Don't change if unsure.
d03bb145 1577
084eb77c 1578config UNMAP_KERNEL_AT_EL0
7540f70d 1579 bool "Unmap kernel when running in userspace (KPTI)" if EXPERT
084eb77c
WD
1580 default y
1581 help
0617052d
WD
1582 Speculation attacks against some high-performance processors can
1583 be used to bypass MMU permission checks and leak kernel data to
1584 userspace. This can be defended against by unmapping the kernel
1585 when running in userspace, mapping it back in on exception entry
1586 via a trampoline page in the vector table.
084eb77c
WD
1587
1588 If unsure, say Y.
1589
558c303c
JM
1590config MITIGATE_SPECTRE_BRANCH_HISTORY
1591 bool "Mitigate Spectre style attacks against branch history" if EXPERT
1592 default y
1593 help
1594 Speculation attacks against some high-performance processors can
1595 make use of branch history to influence future speculation.
1596 When taking an exception from user-space, a sequence of branches
1597 or a firmware call overwrites the branch history.
1598
c55191e9
AB
1599config RODATA_FULL_DEFAULT_ENABLED
1600 bool "Apply r/o permissions of VM areas also to their linear aliases"
1601 default y
1602 help
1603 Apply read-only attributes of VM areas to the linear alias of
1604 the backing pages as well. This prevents code or read-only data
1605 from being modified (inadvertently or intentionally) via another
1606 mapping of the same memory page. This additional enhancement can
1607 be turned off at runtime by passing rodata=[off|on] (and turned on
1608 with rodata=full if this option is set to 'n')
1609
1610 This requires the linear region to be mapped down to pages,
1611 which may adversely affect performance in some cases.
1612
dd523791
WD
1613config ARM64_SW_TTBR0_PAN
1614 bool "Emulate Privileged Access Never using TTBR0_EL1 switching"
1615 help
1616 Enabling this option prevents the kernel from accessing
1617 user-space memory directly by pointing TTBR0_EL1 to a reserved
1618 zeroed area and reserved ASID. The user access routines
1619 restore the valid TTBR0_EL1 temporarily.
1620
63f0c603
CM
1621config ARM64_TAGGED_ADDR_ABI
1622 bool "Enable the tagged user addresses syscall ABI"
1623 default y
1624 help
1625 When this option is enabled, user applications can opt in to a
1626 relaxed ABI via prctl() allowing tagged addresses to be passed
1627 to system calls as pointer arguments. For details, see
6e4596c4 1628 Documentation/arch/arm64/tagged-address-abi.rst.
63f0c603 1629
dd523791
WD
1630menuconfig COMPAT
1631 bool "Kernel support for 32-bit EL0"
1632 depends on ARM64_4K_PAGES || EXPERT
dd523791
WD
1633 select HAVE_UID16
1634 select OLD_SIGSUSPEND3
1635 select COMPAT_OLD_SIGACTION
1636 help
1637 This option enables support for a 32-bit EL0 running under a 64-bit
1638 kernel at EL1. AArch32-specific components such as system calls,
1639 the user helper functions, VFP support and the ptrace interface are
1640 handled appropriately by the kernel.
1641
1642 If you use a page size other than 4KB (i.e, 16KB or 64KB), please be aware
1643 that you will only be able to execute AArch32 binaries that were compiled
1644 with page size aligned segments.
1645
1646 If you want to execute 32-bit userspace applications, say Y.
1647
1648if COMPAT
1649
1650config KUSER_HELPERS
7c4791c9 1651 bool "Enable kuser helpers page for 32-bit applications"
dd523791
WD
1652 default y
1653 help
1654 Warning: disabling this option may break 32-bit user programs.
1655
1656 Provide kuser helpers to compat tasks. The kernel provides
1657 helper code to userspace in read only form at a fixed location
1658 to allow userspace to be independent of the CPU type fitted to
1659 the system. This permits binaries to be run on ARMv4 through
1660 to ARMv8 without modification.
1661
263638dc 1662 See Documentation/arch/arm/kernel_user_helpers.rst for details.
dd523791
WD
1663
1664 However, the fixed address nature of these helpers can be used
1665 by ROP (return orientated programming) authors when creating
1666 exploits.
1667
1668 If all of the binaries and libraries which run on your platform
1669 are built specifically for your platform, and make no use of
1670 these helpers, then you can turn this option off to hinder
1671 such exploits. However, in that case, if a binary or library
1672 relying on those helpers is run, it will not function correctly.
1673
1674 Say N here only if you are absolutely certain that you do not
1675 need these helpers; otherwise, the safe option is to say Y.
1676
7c4791c9
WD
1677config COMPAT_VDSO
1678 bool "Enable vDSO for 32-bit applications"
3e6f8d1f
ND
1679 depends on !CPU_BIG_ENDIAN
1680 depends on (CC_IS_CLANG && LD_IS_LLD) || "$(CROSS_COMPILE_COMPAT)" != ""
7c4791c9
WD
1681 select GENERIC_COMPAT_VDSO
1682 default y
1683 help
1684 Place in the process address space of 32-bit applications an
1685 ELF shared object providing fast implementations of gettimeofday
1686 and clock_gettime.
1687
1688 You must have a 32-bit build of glibc 2.22 or later for programs
1689 to seamlessly take advantage of this.
dd523791 1690
625412c2
ND
1691config THUMB2_COMPAT_VDSO
1692 bool "Compile the 32-bit vDSO for Thumb-2 mode" if EXPERT
1693 depends on COMPAT_VDSO
1694 default y
1695 help
1696 Compile the compat vDSO with '-mthumb -fomit-frame-pointer' if y,
1697 otherwise with '-marm'.
1698
3fc24ef3
AB
1699config COMPAT_ALIGNMENT_FIXUPS
1700 bool "Fix up misaligned multi-word loads and stores in user space"
1701
1b907f46
WD
1702menuconfig ARMV8_DEPRECATED
1703 bool "Emulate deprecated/obsolete ARMv8 instructions"
6cfa7cc4 1704 depends on SYSCTL
1b907f46
WD
1705 help
1706 Legacy software support may require certain instructions
1707 that have been deprecated or obsoleted in the architecture.
1708
1709 Enable this config to enable selective emulation of these
1710 features.
1711
1712 If unsure, say Y
1713
1714if ARMV8_DEPRECATED
1715
1716config SWP_EMULATION
1717 bool "Emulate SWP/SWPB instructions"
1718 help
1719 ARMv8 obsoletes the use of A32 SWP/SWPB instructions such that
1720 they are always undefined. Say Y here to enable software
1721 emulation of these instructions for userspace using LDXR/STXR.
dd720784
MB
1722 This feature can be controlled at runtime with the abi.swp
1723 sysctl which is disabled by default.
1b907f46
WD
1724
1725 In some older versions of glibc [<=2.8] SWP is used during futex
1726 trylock() operations with the assumption that the code will not
1727 be preempted. This invalid assumption may be more likely to fail
1728 with SWP emulation enabled, leading to deadlock of the user
1729 application.
1730
1731 NOTE: when accessing uncached shared regions, LDXR/STXR rely
1732 on an external transaction monitoring block called a global
1733 monitor to maintain update atomicity. If your system does not
1734 implement a global monitor, this option can cause programs that
1735 perform SWP operations to uncached memory to deadlock.
1736
1737 If unsure, say Y
1738
1739config CP15_BARRIER_EMULATION
1740 bool "Emulate CP15 Barrier instructions"
1741 help
1742 The CP15 barrier instructions - CP15ISB, CP15DSB, and
1743 CP15DMB - are deprecated in ARMv8 (and ARMv7). It is
1744 strongly recommended to use the ISB, DSB, and DMB
1745 instructions instead.
1746
1747 Say Y here to enable software emulation of these
1748 instructions for AArch32 userspace code. When this option is
1749 enabled, CP15 barrier usage is traced which can help
dd720784
MB
1750 identify software that needs updating. This feature can be
1751 controlled at runtime with the abi.cp15_barrier sysctl.
1b907f46
WD
1752
1753 If unsure, say Y
1754
2d888f48
SP
1755config SETEND_EMULATION
1756 bool "Emulate SETEND instruction"
1757 help
1758 The SETEND instruction alters the data-endianness of the
1759 AArch32 EL0, and is deprecated in ARMv8.
1760
1761 Say Y here to enable software emulation of the instruction
dd720784
MB
1762 for AArch32 userspace code. This feature can be controlled
1763 at runtime with the abi.setend sysctl.
2d888f48
SP
1764
1765 Note: All the cpus on the system must have mixed endian support at EL0
1766 for this feature to be enabled. If a new CPU - which doesn't support mixed
1767 endian - is hotplugged in after this feature has been enabled, there could
1768 be unexpected results in the applications.
1769
1770 If unsure, say Y
3cb7e662 1771endif # ARMV8_DEPRECATED
1b907f46 1772
3cb7e662 1773endif # COMPAT
ba42822a 1774
0e4a0709
WD
1775menu "ARMv8.1 architectural features"
1776
1777config ARM64_HW_AFDBM
1778 bool "Support for hardware updates of the Access and Dirty page flags"
1779 default y
1780 help
1781 The ARMv8.1 architecture extensions introduce support for
1782 hardware updates of the access and dirty information in page
1783 table entries. When enabled in TCR_EL1 (HA and HD bits) on
1784 capable processors, accesses to pages with PTE_AF cleared will
1785 set this bit instead of raising an access flag fault.
1786 Similarly, writes to read-only pages with the DBM bit set will
1787 clear the read-only bit (AP[2]) instead of raising a
1788 permission fault.
1789
1790 Kernels built with this configuration option enabled continue
1791 to work on pre-ARMv8.1 hardware and the performance impact is
1792 minimal. If unsure, say Y.
1793
1794config ARM64_PAN
1795 bool "Enable support for Privileged Access Never (PAN)"
1796 default y
1797 help
3cb7e662
JH
1798 Privileged Access Never (PAN; part of the ARMv8.1 Extensions)
1799 prevents the kernel or hypervisor from accessing user-space (EL0)
1800 memory directly.
0e4a0709 1801
3cb7e662
JH
1802 Choosing this option will cause any unprotected (not using
1803 copy_to_user et al) memory access to fail with a permission fault.
0e4a0709 1804
3cb7e662
JH
1805 The feature is detected at runtime, and will remain as a 'nop'
1806 instruction if the cpu does not implement the feature.
0e4a0709 1807
2decad92
CM
1808config AS_HAS_LSE_ATOMICS
1809 def_bool $(as-instr,.arch_extension lse)
1810
0e4a0709 1811config ARM64_LSE_ATOMICS
395af861
CM
1812 bool
1813 default ARM64_USE_LSE_ATOMICS
2decad92 1814 depends on AS_HAS_LSE_ATOMICS
395af861
CM
1815
1816config ARM64_USE_LSE_ATOMICS
0e4a0709 1817 bool "Atomic instructions"
7bd99b40 1818 default y
0e4a0709
WD
1819 help
1820 As part of the Large System Extensions, ARMv8.1 introduces new
1821 atomic instructions that are designed specifically to scale in
1822 very large systems.
1823
1824 Say Y here to make use of these instructions for the in-kernel
1825 atomic routines. This incurs a small overhead on CPUs that do
1826 not support these instructions and requires the kernel to be
7bd99b40
WD
1827 built with binutils >= 2.25 in order for the new instructions
1828 to be used.
0e4a0709 1829
3cb7e662 1830endmenu # "ARMv8.1 architectural features"
0e4a0709 1831
f993318b
WD
1832menu "ARMv8.2 architectural features"
1833
2c54b423 1834config AS_HAS_ARMV8_2
3cb7e662 1835 def_bool $(cc-option,-Wa$(comma)-march=armv8.2-a)
2c54b423
AB
1836
1837config AS_HAS_SHA3
3cb7e662 1838 def_bool $(as-instr,.arch armv8.2-a+sha3)
2c54b423 1839
d50e071f
RM
1840config ARM64_PMEM
1841 bool "Enable support for persistent memory"
1842 select ARCH_HAS_PMEM_API
5d7bdeb1 1843 select ARCH_HAS_UACCESS_FLUSHCACHE
d50e071f
RM
1844 help
1845 Say Y to enable support for the persistent memory API based on the
1846 ARMv8.2 DCPoP feature.
1847
1848 The feature is detected at runtime, and the kernel will use DC CVAC
1849 operations if DC CVAP is not supported (following the behaviour of
1850 DC CVAP itself if the system does not define a point of persistence).
1851
64c02720
XX
1852config ARM64_RAS_EXTN
1853 bool "Enable support for RAS CPU Extensions"
1854 default y
1855 help
1856 CPUs that support the Reliability, Availability and Serviceability
1857 (RAS) Extensions, part of ARMv8.2 are able to track faults and
1858 errors, classify them and report them to software.
1859
1860 On CPUs with these extensions system software can use additional
1861 barriers to determine if faults are pending and read the
1862 classification from a new set of registers.
1863
1864 Selecting this feature will allow the kernel to use these barriers
1865 and access the new registers if the system supports the extension.
1866 Platform RAS features may additionally depend on firmware support.
1867
5ffdfaed
VM
1868config ARM64_CNP
1869 bool "Enable support for Common Not Private (CNP) translations"
1870 default y
1871 depends on ARM64_PAN || !ARM64_SW_TTBR0_PAN
1872 help
1873 Common Not Private (CNP) allows translation table entries to
1874 be shared between different PEs in the same inner shareable
1875 domain, so the hardware can use this fact to optimise the
1876 caching of such entries in the TLB.
1877
1878 Selecting this option allows the CNP feature to be detected
1879 at runtime, and does not affect PEs that do not implement
1880 this feature.
1881
3cb7e662 1882endmenu # "ARMv8.2 architectural features"
f993318b 1883
04ca3204
MR
1884menu "ARMv8.3 architectural features"
1885
1886config ARM64_PTR_AUTH
1887 bool "Enable support for pointer authentication"
1888 default y
1889 help
1890 Pointer authentication (part of the ARMv8.3 Extensions) provides
1891 instructions for signing and authenticating pointers against secret
1892 keys, which can be used to mitigate Return Oriented Programming (ROP)
1893 and other attacks.
1894
1895 This option enables these instructions at EL0 (i.e. for userspace).
04ca3204
MR
1896 Choosing this option will cause the kernel to initialise secret keys
1897 for each process at exec() time, with these keys being
1898 context-switched along with the process.
1899
1900 The feature is detected at runtime. If the feature is not present in
384b40ca 1901 hardware it will not be advertised to userspace/KVM guest nor will it
dfb0589c 1902 be enabled.
04ca3204 1903
6982934e
KM
1904 If the feature is present on the boot CPU but not on a late CPU, then
1905 the late CPU will be parked. Also, if the boot CPU does not have
1906 address auth and the late CPU has then the late CPU will still boot
1907 but with the feature disabled. On such a system, this option should
1908 not be selected.
1909
b27a9f41 1910config ARM64_PTR_AUTH_KERNEL
d053e71a 1911 bool "Use pointer authentication for kernel"
b27a9f41
DK
1912 default y
1913 depends on ARM64_PTR_AUTH
1e249c41 1914 depends on (CC_HAS_SIGN_RETURN_ADDRESS || CC_HAS_BRANCH_PROT_PAC_RET) && AS_HAS_ARMV8_3
b27a9f41
DK
1915 # Modern compilers insert a .note.gnu.property section note for PAC
1916 # which is only understood by binutils starting with version 2.33.1.
1917 depends on LD_IS_LLD || LD_VERSION >= 23301 || (CC_IS_GCC && GCC_VERSION < 90100)
1918 depends on !CC_IS_CLANG || AS_HAS_CFI_NEGATE_RA_STATE
26299b3f 1919 depends on (!FUNCTION_GRAPH_TRACER || DYNAMIC_FTRACE_WITH_ARGS)
b27a9f41
DK
1920 help
1921 If the compiler supports the -mbranch-protection or
1922 -msign-return-address flag (e.g. GCC 7 or later), then this option
1923 will cause the kernel itself to be compiled with return address
1924 protection. In this case, and if the target hardware is known to
1925 support pointer authentication, then CONFIG_STACKPROTECTOR can be
1926 disabled with minimal loss of protection.
1927
74afda40 1928 This feature works with FUNCTION_GRAPH_TRACER option only if
26299b3f 1929 DYNAMIC_FTRACE_WITH_ARGS is enabled.
74afda40
KM
1930
1931config CC_HAS_BRANCH_PROT_PAC_RET
1932 # GCC 9 or later, clang 8 or later
1933 def_bool $(cc-option,-mbranch-protection=pac-ret+leaf)
1934
1935config CC_HAS_SIGN_RETURN_ADDRESS
1936 # GCC 7, 8
1937 def_bool $(cc-option,-msign-return-address=all)
1938
1e249c41 1939config AS_HAS_ARMV8_3
4d0831e8 1940 def_bool $(cc-option,-Wa$(comma)-march=armv8.3-a)
74afda40 1941
3b446c7d
ND
1942config AS_HAS_CFI_NEGATE_RA_STATE
1943 def_bool $(as-instr,.cfi_startproc\n.cfi_negate_ra_state\n.cfi_endproc\n)
1944
64a0b90a
ZH
1945config AS_HAS_LDAPR
1946 def_bool $(as-instr,.arch_extension rcpc)
1947
3cb7e662 1948endmenu # "ARMv8.3 architectural features"
04ca3204 1949
2c9d45b4
IV
1950menu "ARMv8.4 architectural features"
1951
1952config ARM64_AMU_EXTN
1953 bool "Enable support for the Activity Monitors Unit CPU extension"
1954 default y
1955 help
1956 The activity monitors extension is an optional extension introduced
1957 by the ARMv8.4 CPU architecture. This enables support for version 1
1958 of the activity monitors architecture, AMUv1.
1959
1960 To enable the use of this extension on CPUs that implement it, say Y.
1961
1962 Note that for architectural reasons, firmware _must_ implement AMU
1963 support when running on CPUs that present the activity monitors
1964 extension. The required support is present in:
1965 * Version 1.5 and later of the ARM Trusted Firmware
1966
1967 For kernels that have this configuration enabled but boot with broken
1968 firmware, you may need to say N here until the firmware is fixed.
1969 Otherwise you may experience firmware panics or lockups when
1970 accessing the counter registers. Even if you are not observing these
1971 symptoms, the values returned by the register reads might not
1972 correctly reflect reality. Most commonly, the value read will be 0,
1973 indicating that the counter is not enabled.
1974
7c78f67e
ZY
1975config AS_HAS_ARMV8_4
1976 def_bool $(cc-option,-Wa$(comma)-march=armv8.4-a)
1977
1978config ARM64_TLB_RANGE
1979 bool "Enable support for tlbi range feature"
1980 default y
1981 depends on AS_HAS_ARMV8_4
1982 help
1983 ARMv8.4-TLBI provides TLBI invalidation instruction that apply to a
1984 range of input addresses.
1985
1986 The feature introduces new assembly instructions, and they were
1987 support when binutils >= 2.30.
1988
3cb7e662 1989endmenu # "ARMv8.4 architectural features"
04ca3204 1990
3e6c69a0
MB
1991menu "ARMv8.5 architectural features"
1992
f469c032
VF
1993config AS_HAS_ARMV8_5
1994 def_bool $(cc-option,-Wa$(comma)-march=armv8.5-a)
1995
383499f8
DM
1996config ARM64_BTI
1997 bool "Branch Target Identification support"
1998 default y
1999 help
2000 Branch Target Identification (part of the ARMv8.5 Extensions)
2001 provides a mechanism to limit the set of locations to which computed
2002 branch instructions such as BR or BLR can jump.
2003
2004 To make use of BTI on CPUs that support it, say Y.
2005
2006 BTI is intended to provide complementary protection to other control
2007 flow integrity protection mechanisms, such as the Pointer
2008 authentication mechanism provided as part of the ARMv8.3 Extensions.
2009 For this reason, it does not make sense to enable this option without
2010 also enabling support for pointer authentication. Thus, when
2011 enabling this option you should also select ARM64_PTR_AUTH=y.
2012
2013 Userspace binaries must also be specifically compiled to make use of
2014 this mechanism. If you say N here or the hardware does not support
2015 BTI, such binaries can still run, but you get no additional
2016 enforcement of branch destinations.
2017
97fed779
MB
2018config ARM64_BTI_KERNEL
2019 bool "Use Branch Target Identification for kernel"
2020 default y
2021 depends on ARM64_BTI
b27a9f41 2022 depends on ARM64_PTR_AUTH_KERNEL
97fed779 2023 depends on CC_HAS_BRANCH_PROT_PAC_RET_BTI
3a88d7c5
WD
2024 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94697
2025 depends on !CC_IS_GCC || GCC_VERSION >= 100100
c0a454b9
MB
2026 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106671
2027 depends on !CC_IS_GCC
8cdd23c2
NC
2028 # https://github.com/llvm/llvm-project/commit/a88c722e687e6780dcd6a58718350dc76fcc4cc9
2029 depends on !CC_IS_CLANG || CLANG_VERSION >= 120000
26299b3f 2030 depends on (!FUNCTION_GRAPH_TRACER || DYNAMIC_FTRACE_WITH_ARGS)
97fed779
MB
2031 help
2032 Build the kernel with Branch Target Identification annotations
2033 and enable enforcement of this for kernel code. When this option
2034 is enabled and the system supports BTI all kernel code including
2035 modular code must have BTI enabled.
2036
2037config CC_HAS_BRANCH_PROT_PAC_RET_BTI
2038 # GCC 9 or later, clang 8 or later
2039 def_bool $(cc-option,-mbranch-protection=pac-ret+leaf+bti)
2040
3e6c69a0
MB
2041config ARM64_E0PD
2042 bool "Enable support for E0PD"
2043 default y
2044 help
e717d93b
WD
2045 E0PD (part of the ARMv8.5 extensions) allows us to ensure
2046 that EL0 accesses made via TTBR1 always fault in constant time,
2047 providing similar benefits to KASLR as those provided by KPTI, but
2048 with lower overhead and without disrupting legitimate access to
2049 kernel memory such as SPE.
3e6c69a0 2050
e717d93b 2051 This option enables E0PD for TTBR1 where available.
3e6c69a0 2052
89b94df9
VF
2053config ARM64_AS_HAS_MTE
2054 # Initial support for MTE went in binutils 2.32.0, checked with
2055 # ".arch armv8.5-a+memtag" below. However, this was incomplete
2056 # as a late addition to the final architecture spec (LDGM/STGM)
2057 # is only supported in the newer 2.32.x and 2.33 binutils
2058 # versions, hence the extra "stgm" instruction check below.
2059 def_bool $(as-instr,.arch armv8.5-a+memtag\nstgm xzr$(comma)[x0])
2060
2061config ARM64_MTE
2062 bool "Memory Tagging Extension support"
2063 default y
2064 depends on ARM64_AS_HAS_MTE && ARM64_TAGGED_ADDR_ABI
f469c032 2065 depends on AS_HAS_ARMV8_5
2decad92 2066 depends on AS_HAS_LSE_ATOMICS
98c970da
VF
2067 # Required for tag checking in the uaccess routines
2068 depends on ARM64_PAN
f3ba50a7 2069 select ARCH_HAS_SUBPAGE_FAULTS
89b94df9 2070 select ARCH_USES_HIGH_VMA_FLAGS
b0284cd2 2071 select ARCH_USES_PG_ARCH_X
89b94df9
VF
2072 help
2073 Memory Tagging (part of the ARMv8.5 Extensions) provides
2074 architectural support for run-time, always-on detection of
2075 various classes of memory error to aid with software debugging
2076 to eliminate vulnerabilities arising from memory-unsafe
2077 languages.
2078
2079 This option enables the support for the Memory Tagging
2080 Extension at EL0 (i.e. for userspace).
2081
2082 Selecting this option allows the feature to be detected at
2083 runtime. Any secondary CPU not implementing this feature will
2084 not be allowed a late bring-up.
2085
2086 Userspace binaries that want to use this feature must
2087 explicitly opt in. The mechanism for the userspace is
2088 described in:
2089
6e4596c4 2090 Documentation/arch/arm64/memory-tagging-extension.rst.
89b94df9 2091
3cb7e662 2092endmenu # "ARMv8.5 architectural features"
3e6c69a0 2093
18107f8a
VM
2094menu "ARMv8.7 architectural features"
2095
2096config ARM64_EPAN
2097 bool "Enable support for Enhanced Privileged Access Never (EPAN)"
2098 default y
2099 depends on ARM64_PAN
2100 help
3cb7e662
JH
2101 Enhanced Privileged Access Never (EPAN) allows Privileged
2102 Access Never to be used with Execute-only mappings.
18107f8a 2103
3cb7e662
JH
2104 The feature is detected at runtime, and will remain disabled
2105 if the cpu does not implement the feature.
2106endmenu # "ARMv8.7 architectural features"
18107f8a 2107
ddd25ad1
DM
2108config ARM64_SVE
2109 bool "ARM Scalable Vector Extension support"
2110 default y
2111 help
2112 The Scalable Vector Extension (SVE) is an extension to the AArch64
2113 execution state which complements and extends the SIMD functionality
2114 of the base architecture to support much larger vectors and to enable
2115 additional vectorisation opportunities.
2116
2117 To enable use of this extension on CPUs that implement it, say Y.
2118
06a916fe
DM
2119 On CPUs that support the SVE2 extensions, this option will enable
2120 those too.
2121
5043694e
DM
2122 Note that for architectural reasons, firmware _must_ implement SVE
2123 support when running on SVE capable hardware. The required support
2124 is present in:
2125
2126 * version 1.5 and later of the ARM Trusted Firmware
2127 * the AArch64 boot wrapper since commit 5e1261e08abf
2128 ("bootwrapper: SVE: Enable SVE for EL2 and below").
2129
2130 For other firmware implementations, consult the firmware documentation
2131 or vendor.
2132
2133 If you need the kernel to boot on SVE-capable hardware with broken
2134 firmware, you may need to say N here until you get your firmware
2135 fixed. Otherwise, you may experience firmware panics or lockups when
2136 booting the kernel. If unsure and you are not observing these
2137 symptoms, you should assume that it is safe to say Y.
fd045f6c 2138
a1f4ccd2
MB
2139config ARM64_SME
2140 bool "ARM Scalable Matrix Extension support"
2141 default y
2142 depends on ARM64_SVE
2143 help
2144 The Scalable Matrix Extension (SME) is an extension to the AArch64
2145 execution state which utilises a substantial subset of the SVE
2146 instruction set, together with the addition of new architectural
2147 register state capable of holding two dimensional matrix tiles to
2148 enable various matrix operations.
2149
bc3c03cc
JT
2150config ARM64_PSEUDO_NMI
2151 bool "Support for NMI-like interrupts"
3c9c1dcd 2152 select ARM_GIC_V3
bc3c03cc
JT
2153 help
2154 Adds support for mimicking Non-Maskable Interrupts through the use of
2155 GIC interrupt priority. This support requires version 3 or later of
bc15cf70 2156 ARM GIC.
bc3c03cc
JT
2157
2158 This high priority configuration for interrupts needs to be
2159 explicitly enabled by setting the kernel parameter
2160 "irqchip.gicv3_pseudo_nmi" to 1.
2161
2162 If unsure, say N
2163
48ce8f80
JT
2164if ARM64_PSEUDO_NMI
2165config ARM64_DEBUG_PRIORITY_MASKING
2166 bool "Debug interrupt priority masking"
2167 help
2168 This adds runtime checks to functions enabling/disabling
2169 interrupts when using priority masking. The additional checks verify
2170 the validity of ICC_PMR_EL1 when calling concerned functions.
2171
2172 If unsure, say N
3cb7e662 2173endif # ARM64_PSEUDO_NMI
48ce8f80 2174
1e48ef7f 2175config RELOCATABLE
dd4bc607 2176 bool "Build a relocatable kernel image" if EXPERT
5cf896fb 2177 select ARCH_HAS_RELR
dd4bc607 2178 default y
1e48ef7f
AB
2179 help
2180 This builds the kernel as a Position Independent Executable (PIE),
2181 which retains all relocation metadata required to relocate the
2182 kernel binary at runtime to a different virtual address than the
2183 address it was linked at.
2184 Since AArch64 uses the RELA relocation format, this requires a
2185 relocation pass at runtime even if the kernel is loaded at the
2186 same address it was linked at.
2187
f80fb3a3
AB
2188config RANDOMIZE_BASE
2189 bool "Randomize the address of the kernel image"
f80fb3a3
AB
2190 select RELOCATABLE
2191 help
2192 Randomizes the virtual address at which the kernel image is
2193 loaded, as a security feature that deters exploit attempts
2194 relying on knowledge of the location of kernel internals.
2195
2196 It is the bootloader's job to provide entropy, by passing a
2197 random u64 value in /chosen/kaslr-seed at kernel entry.
2198
2b5fe07a
AB
2199 When booting via the UEFI stub, it will invoke the firmware's
2200 EFI_RNG_PROTOCOL implementation (if available) to supply entropy
2201 to the kernel proper. In addition, it will randomise the physical
2202 location of the kernel Image as well.
2203
f80fb3a3
AB
2204 If unsure, say N.
2205
2206config RANDOMIZE_MODULE_REGION_FULL
f9c4ff2a 2207 bool "Randomize the module region over a 2 GB range"
e71a4e1b 2208 depends on RANDOMIZE_BASE
f80fb3a3
AB
2209 default y
2210 help
f9c4ff2a 2211 Randomizes the location of the module region inside a 2 GB window
f2b9ba87 2212 covering the core kernel. This way, it is less likely for modules
f80fb3a3
AB
2213 to leak information about the location of core kernel data structures
2214 but it does imply that function calls between modules and the core
2215 kernel will need to be resolved via veneers in the module PLT.
2216
2217 When this option is not set, the module region will be randomized over
2218 a limited range that contains the [_stext, _etext] interval of the
f9c4ff2a 2219 core kernel, so branch relocations are almost always in range unless
ea3752ba
MR
2220 the region is exhausted. In this particular case of region
2221 exhaustion, modules might be able to fall back to a larger 2GB area.
f80fb3a3 2222
0a1213fa
AB
2223config CC_HAVE_STACKPROTECTOR_SYSREG
2224 def_bool $(cc-option,-mstack-protector-guard=sysreg -mstack-protector-guard-reg=sp_el0 -mstack-protector-guard-offset=0)
2225
2226config STACKPROTECTOR_PER_TASK
2227 def_bool y
2228 depends on STACKPROTECTOR && CC_HAVE_STACKPROTECTOR_SYSREG
2229
3b619e22
AB
2230config UNWIND_PATCH_PAC_INTO_SCS
2231 bool "Enable shadow call stack dynamically using code patching"
2232 # needs Clang with https://reviews.llvm.org/D111780 incorporated
2233 depends on CC_IS_CLANG && CLANG_VERSION >= 150000
2234 depends on ARM64_PTR_AUTH_KERNEL && CC_HAS_BRANCH_PROT_PAC_RET
2235 depends on SHADOW_CALL_STACK
2236 select UNWIND_TABLES
2237 select DYNAMIC_SCS
2238
3cb7e662 2239endmenu # "Kernel Features"
8c2c3df3
CM
2240
2241menu "Boot options"
2242
5e89c55e
LP
2243config ARM64_ACPI_PARKING_PROTOCOL
2244 bool "Enable support for the ARM64 ACPI parking protocol"
2245 depends on ACPI
2246 help
2247 Enable support for the ARM64 ACPI parking protocol. If disabled
2248 the kernel will not allow booting through the ARM64 ACPI parking
2249 protocol even if the corresponding data is present in the ACPI
2250 MADT table.
2251
8c2c3df3
CM
2252config CMDLINE
2253 string "Default kernel command string"
2254 default ""
2255 help
2256 Provide a set of default command-line options at build time by
2257 entering them here. As a minimum, you should specify the the
2258 root device (e.g. root=/dev/nfs).
2259
1e40d105
TH
2260choice
2261 prompt "Kernel command line type" if CMDLINE != ""
2262 default CMDLINE_FROM_BOOTLOADER
2263 help
2264 Choose how the kernel will handle the provided default kernel
2265 command line string.
2266
2267config CMDLINE_FROM_BOOTLOADER
2268 bool "Use bootloader kernel arguments if available"
2269 help
2270 Uses the command-line options passed by the boot loader. If
2271 the boot loader doesn't provide any, the default kernel command
2272 string provided in CMDLINE will be used.
2273
8c2c3df3
CM
2274config CMDLINE_FORCE
2275 bool "Always use the default kernel command string"
2276 help
2277 Always use the default kernel command string, even if the boot
2278 loader passes other arguments to the kernel.
2279 This is useful if you cannot or don't want to change the
2280 command-line options your boot loader passes to the kernel.
2281
1e40d105
TH
2282endchoice
2283
f4f75ad5
AB
2284config EFI_STUB
2285 bool
2286
f84d0275
MS
2287config EFI
2288 bool "UEFI runtime support"
2289 depends on OF && !CPU_BIG_ENDIAN
b472db6c 2290 depends on KERNEL_MODE_NEON
2c870e61 2291 select ARCH_SUPPORTS_ACPI
f84d0275
MS
2292 select LIBFDT
2293 select UCS2_STRING
2294 select EFI_PARAMS_FROM_FDT
e15dd494 2295 select EFI_RUNTIME_WRAPPERS
f4f75ad5 2296 select EFI_STUB
2e0eb483 2297 select EFI_GENERIC_STUB
8d39cee0 2298 imply IMA_SECURE_AND_OR_TRUSTED_BOOT
f84d0275
MS
2299 default y
2300 help
2301 This option provides support for runtime services provided
2302 by UEFI firmware (such as non-volatile variables, realtime
3cb7e662 2303 clock, and platform reset). A UEFI stub is also provided to
3c7f2550
MS
2304 allow the kernel to be booted as an EFI application. This
2305 is only useful on systems that have UEFI firmware.
f84d0275 2306
d1ae8c00
YL
2307config DMI
2308 bool "Enable support for SMBIOS (DMI) tables"
2309 depends on EFI
2310 default y
2311 help
2312 This enables SMBIOS/DMI feature for systems.
2313
2314 This option is only useful on systems that have UEFI firmware.
2315 However, even with this option, the resultant kernel should
2316 continue to boot on existing non-UEFI platforms.
2317
3cb7e662 2318endmenu # "Boot options"
8c2c3df3 2319
166936ba
LP
2320menu "Power management options"
2321
2322source "kernel/power/Kconfig"
2323
82869ac5
JM
2324config ARCH_HIBERNATION_POSSIBLE
2325 def_bool y
2326 depends on CPU_PM
2327
2328config ARCH_HIBERNATION_HEADER
2329 def_bool y
2330 depends on HIBERNATION
2331
166936ba
LP
2332config ARCH_SUSPEND_POSSIBLE
2333 def_bool y
2334
3cb7e662 2335endmenu # "Power management options"
166936ba 2336
1307220d
LP
2337menu "CPU Power Management"
2338
2339source "drivers/cpuidle/Kconfig"
2340
52e7e816
RH
2341source "drivers/cpufreq/Kconfig"
2342
3cb7e662 2343endmenu # "CPU Power Management"
52e7e816 2344
b6a02173
GG
2345source "drivers/acpi/Kconfig"
2346
c3eb5b14
MZ
2347source "arch/arm64/kvm/Kconfig"
2348