aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-30arm64: cpufeatures: use min and maxkernel test robot1-2/+3
2021-04-30arm64: stacktrace: restore terminal recordsMark Rutland2-7/+9
2021-04-30arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling1-1/+7
2021-04-23arm64: Show three registers per lineMatthew Wilcox (Oracle)1-6/+3
2021-04-23arm64: remove HAVE_DEBUG_BUGVERBOSEJisheng Zhang1-1/+0
2021-04-23arm64: alternative: simplify passing alt_regionMark Rutland1-2/+1
2021-04-23arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas7-25/+6
2021-04-23arm64: vdso32: drop -no-integrated-as flagNick Desaulniers1-8/+0
2021-04-15Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas12-83/+261
2021-04-15Merge branch 'for-next/mte-async-kernel-mode' into for-next/coreCatalin Marinas8-5/+185
2021-04-15Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'for-next/vdso', 'for-next/fiq', 'for-next/epan', 'for-next/kasan-vmalloc', 'for-next/fgt-boot-init', 'for-next/vhe-only' and 'for-next/neon-softirqs-disabled', remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas39-278/+490
2021-04-15arm64/sve: Add compile time checks for SVE hooks in generic functionsMark Brown1-2/+3
2021-04-13arm64/kernel/probes: Use BUG_ON instead of if condition followed by BUG.zhouchuangao1-2/+1
2021-04-13arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne7-45/+53
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne10-13/+184
2021-04-13arm64: mte: make the per-task SCTLR_EL1 field usable elsewherePeter Collingbourne3-40/+39
2021-04-13arm64/sve: Remove redundant system_supports_sve() testsMark Brown1-4/+4
2021-04-12arm64: fpsimd: run kernel mode NEON with softirqs disabledArd Biesheuvel8-15/+31
2021-04-12arm64: assembler: introduce wxN aliases for wN registersArd Biesheuvel1-0/+8
2021-04-12arm64: assembler: remove conditional NEON yield macrosArd Biesheuvel1-70/+0
2021-04-11kasan, arm64: tests supports for HW_TAGS async modeAndrey Konovalov1-0/+1
2021-04-11arm64: mte: Report async tag faults before suspendVincenzo Frascino3-0/+23
2021-04-11arm64: mte: Enable async tag check faultVincenzo Frascino3-0/+71
2021-04-11arm64: mte: Conditionally compile mte_enable_kernel_*()Vincenzo Frascino1-0/+4
2021-04-11arm64: mte: Enable TCO in functions that can read beyond buffer limitsVincenzo Frascino4-0/+63
2021-04-11arm64: mte: Drop arch_enable_tagging()Vincenzo Frascino1-1/+0
2021-04-11arm64: mte: Add asynchronous mode supportVincenzo Frascino3-5/+24
2021-04-08arm64: Get rid of CONFIG_ARM64_VHEMarc Zyngier3-26/+0
2021-04-08arm64: Cope with CPUs stuck in VHE modeMarc Zyngier3-8/+52
2021-04-08arm64: cpufeature: Allow early filtering of feature overrideMarc Zyngier3-0/+36
2021-04-08arm64: Disable fine grained traps on bootMark Brown2-0/+27
2021-04-08arm64: mte: Remove unused mte_assign_mem_tag_range()Vincenzo Frascino1-6/+0
2021-04-08arm64: Add __init section marker to some functionsJisheng Zhang4-6/+6
2021-04-08arm64/sve: Rework SVE access trap to convert state in registersMark Brown3-9/+23
2021-04-01arm64: perf: Remove redundant initialization in perf_event.cQi Liu1-3/+2
2021-03-29arm64: Kconfig: select KASAN_VMALLOC if KANSAN_GENERIC is enabledLecopzer Chen1-0/+1
2021-03-29arm64: kaslr: support randomized module area with KASAN_VMALLOCLecopzer Chen2-15/+19
2021-03-29arm64: Kconfig: support CONFIG_KASAN_VMALLOCLecopzer Chen1-0/+1
2021-03-29arm64: kasan: abstract _text and _end to KERNEL_START/ENDLecopzer Chen1-3/+3
2021-03-29arm64: kasan: don't populate vmalloc area for CONFIG_KASAN_VMALLOCLecopzer Chen1-5/+14
2021-03-29arm64: smp: Add missing prototype for some smp.c functionsChen Lifu2-0/+3
2021-03-28arm64: setup: name `tcr` registerMark Rutland1-23/+16
2021-03-28arm64: setup: name `mair` registerMark Rutland1-3/+6
2021-03-28arm64: stacktrace: Move start_backtrace() out of the headerMark Brown2-22/+26
2021-03-26arm64: Support execute-only permissions with Enhanced PANVladimir Murzin7-13/+76
2021-03-25arm64: barrier: Remove spec_bar() macroLinus Walleij1-4/+0
2021-03-25arm64: entry: remove test_irqs_unmasked macroMark Rutland1-14/+0
2021-03-24arm64: irq: allow FIQs to be handledMark Rutland3-9/+38
2021-03-24arm64: Always keep DAIF.[IF] in syncHector Martin7-25/+26
2021-03-24arm64: entry: factor irq triage logic into macrosMarc Zyngier1-37/+43