summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2021-05-06arm64: kernel: Update the stale commentShaokun Zhang
2021-05-05arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland
2021-04-30arm64: cpufeatures: use min and maxkernel test robot
2021-04-30arm64: stacktrace: restore terminal recordsMark Rutland
2021-04-30arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling
2021-04-23arm64: Show three registers per lineMatthew Wilcox (Oracle)
2021-04-23arm64: remove HAVE_DEBUG_BUGVERBOSEJisheng Zhang
2021-04-23arm64: alternative: simplify passing alt_regionMark Rutland
2021-04-23arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas
2021-04-23arm64: vdso32: drop -no-integrated-as flagNick Desaulniers
2021-04-15Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas
2021-04-15Merge branch 'for-next/mte-async-kernel-mode' into for-next/coreCatalin Marinas
2021-04-15Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...Catalin Marinas
2021-04-15arm64/sve: Add compile time checks for SVE hooks in generic functionsMark Brown
2021-04-13arm64/kernel/probes: Use BUG_ON instead of if condition followed by BUG.zhouchuangao
2021-04-13arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne
2021-04-13arm64: mte: make the per-task SCTLR_EL1 field usable elsewherePeter Collingbourne
2021-04-13arm64/sve: Remove redundant system_supports_sve() testsMark Brown
2021-04-12arm64: fpsimd: run kernel mode NEON with softirqs disabledArd Biesheuvel
2021-04-12arm64: assembler: introduce wxN aliases for wN registersArd Biesheuvel
2021-04-12arm64: assembler: remove conditional NEON yield macrosArd Biesheuvel
2021-04-11kasan, arm64: tests supports for HW_TAGS async modeAndrey Konovalov
2021-04-11arm64: mte: Report async tag faults before suspendVincenzo Frascino
2021-04-11arm64: mte: Enable async tag check faultVincenzo Frascino
2021-04-11arm64: mte: Conditionally compile mte_enable_kernel_*()Vincenzo Frascino
2021-04-11arm64: mte: Enable TCO in functions that can read beyond buffer limitsVincenzo Frascino
2021-04-11arm64: mte: Drop arch_enable_tagging()Vincenzo Frascino
2021-04-11arm64: mte: Add asynchronous mode supportVincenzo Frascino
2021-04-08arm64: Get rid of CONFIG_ARM64_VHEMarc Zyngier
2021-04-08arm64: Cope with CPUs stuck in VHE modeMarc Zyngier
2021-04-08arm64: cpufeature: Allow early filtering of feature overrideMarc Zyngier
2021-04-08arm64: Disable fine grained traps on bootMark Brown
2021-04-08arm64: mte: Remove unused mte_assign_mem_tag_range()Vincenzo Frascino
2021-04-08arm64: Add __init section marker to some functionsJisheng Zhang
2021-04-08arm64/sve: Rework SVE access trap to convert state in registersMark Brown
2021-04-01arm64: perf: Remove redundant initialization in perf_event.cQi Liu
2021-03-29arm64: Kconfig: select KASAN_VMALLOC if KANSAN_GENERIC is enabledLecopzer Chen
2021-03-29arm64: kaslr: support randomized module area with KASAN_VMALLOCLecopzer Chen
2021-03-29arm64: Kconfig: support CONFIG_KASAN_VMALLOCLecopzer Chen
2021-03-29arm64: kasan: abstract _text and _end to KERNEL_START/ENDLecopzer Chen
2021-03-29arm64: kasan: don't populate vmalloc area for CONFIG_KASAN_VMALLOCLecopzer Chen
2021-03-29arm64: smp: Add missing prototype for some smp.c functionsChen Lifu
2021-03-28arm64: setup: name `tcr` registerMark Rutland
2021-03-28arm64: setup: name `mair` registerMark Rutland
2021-03-28arm64: stacktrace: Move start_backtrace() out of the headerMark Brown
2021-03-26arm64: Support execute-only permissions with Enhanced PANVladimir Murzin
2021-03-25arm64: barrier: Remove spec_bar() macroLinus Walleij
2021-03-25arm64: entry: remove test_irqs_unmasked macroMark Rutland
2021-03-24arm64: irq: allow FIQs to be handledMark Rutland