summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | arm64: Update name of ID_AA64ISAR0_EL1_ATOMIC to reflect ARMMark Brown2022-05-041-3/+3
| | * | | | | | | arm64/mte: Make TCF field values and naming more standardMark Brown2022-05-041-4/+5
| | * | | | | | | arm64/mte: Make TCF0 naming and field values more standardMark Brown2022-05-041-3/+3
| | | |/ / / / / | | |/| | | | |
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---------. \ \ \ \ \ \ Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subp...Catalin Marinas2022-05-2019-229/+1464
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| | | | | | | * | | | | | arm64: kdump: Reimplement crashkernel=XChen Zhou2022-05-072-4/+17
| | | | | | | * | | | | | arm64: Use insert_resource() to simplify codeZhen Lei2022-05-071-14/+3
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| | | | | | * | | | | | arm64/ftrace: Make function graph use ftrace directlyChengming Zhou2022-04-292-17/+17
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
| | | | | * | | | | | arm64: lds: move special code sections out of kernel exec segmentArd Biesheuvel2022-05-171-9/+12
| | | | | * | | | | | arm64: Declare non global symbols as staticLinu Cherian2022-05-111-1/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
| | | | * | | | | | arm64: Add support for user sub-page fault probingCatalin Marinas2022-04-251-0/+30
| | |_|/ / / / / / | |/| | | | | | |
| | | * | | | | | arm64: stacktrace: align with common namingMadhavan T. Venkataraman2022-04-221-2/+2
| | | * | | | | | arm64: stacktrace: rename stackframe to unwind_stateMadhavan T. Venkataraman2022-04-221-34/+34
| | | * | | | | | arm64: stacktrace: rename unwinder functionsMadhavan T. Venkataraman2022-04-221-17/+17
| | | * | | | | | arm64: stacktrace: make struct stackframe private to stacktrace.cMark Rutland2022-04-221-0/+32
| | | * | | | | | arm64: stacktrace: delete PCS commentMark Rutland2022-04-221-15/+0
| | | * | | | | | arm64: stacktrace: remove NULL task check from unwind_frame()Madhavan T. Venkataraman2022-04-221-3/+0
| | |/ / / / / / | |/| | | | | |
| | * | | | | | arm64/sve: Move sve_free() into SVE code sectionGeert Uytterhoeven2022-05-181-17/+16
| | |/ / / / /
| | * | | | | arm64/sve: Make kernel FPU protection RT friendlySebastian Andrzej Siewior2022-05-161-2/+14
| | * | | | | arm64/sve: Delay freeing memory in fpsimd_flush_thread()Sebastian Andrzej Siewior2022-05-161-2/+15
| | * | | | | arm64/sme: More sensibly define the size for the ZA register setMark Brown2022-05-061-2/+10
| | | |_|_|/ | | |/| | |
| | * | | | arm64/sme: Fix NULL check after kzallocWan Jiabing2022-04-291-1/+1
| | * | | | arm64/sme: Add ID_AA64SMFR0_EL1 to __read_sysreg_by_encoding()Mark Brown2022-04-271-0/+1
| | * | | | arm64/sme: Save and restore streaming mode over EFI runtime callsMark Brown2022-04-221-6/+42
| | * | | | arm64/sme: Disable streaming mode and ZA when flushing CPU stateMark Brown2022-04-221-0/+9
| | * | | | arm64/sme: Add ptrace support for ZAMark Brown2022-04-221-0/+144
| | * | | | arm64/sme: Implement ptrace support for streaming mode SVE registersMark Brown2022-04-222-54/+191
| | * | | | arm64/sme: Implement ZA signal handlingMark Brown2022-04-222-3/+139
| | * | | | arm64/sme: Implement streaming SVE signal handlingMark Brown2022-04-221-10/+32
| | * | | | arm64/sme: Disable ZA and streaming mode when handling signalsMark Brown2022-04-221-0/+7
| | * | | | arm64/sme: Implement traps and syscall handling for SMEMark Brown2022-04-224-23/+214
| | * | | | arm64/sme: Implement ZA context switchingMark Brown2022-04-222-7/+35
| | * | | | arm64/sme: Implement streaming SVE context switchingMark Brown2022-04-222-20/+94
| | * | | | arm64/sme: Implement SVCR context switchingMark Brown2022-04-222-1/+19
| | * | | | arm64/sme: Implement support for TPIDR2Mark Brown2022-04-222-2/+16
| | * | | | arm64/sme: Implement vector length configuration prctl()sMark Brown2022-04-221-0/+32
| | * | | | arm64/sme: Implement sysctl to set the default vector lengthMark Brown2022-04-221-1/+28
| | * | | | arm64/sme: Identify supported SME vector lengths at bootMark Brown2022-04-224-2/+181
| | * | | | arm64/sme: Basic enumeration supportMark Brown2022-04-223-0/+98
| | * | | | arm64/sme: System register and exception syndrome definitionsMark Brown2022-04-221-0/+1
| |/ / / /
* | | | | arm64: mte: Ensure the cleared tags are visible before setting the PTECatalin Marinas2022-05-171-0/+3
* | | | | arm64: kexec: load from kimage prior to clobberingMark Rutland2022-05-171-7/+15
* | | | | arm64: paravirt: Use RCU read locks to guard stolen_timePrakruthi Deepak Heragu2022-05-171-8/+21
| |_|_|/ |/| | |
* | | | arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUsShreyas K K2022-05-121-0/+2
* | | | arm64: cpufeature: remove duplicate ID_AA64ISAR2_EL1 entryKristina Martsenko2022-05-121-2/+1
* | | | arm64: vdso: fix makefile dependency on vdso.soJoey Gouly2022-05-103-6/+4
| |_|/ |/| |
* | | elf: Fix the arm64 MTE ELF segment name and valueCatalin Marinas2022-04-281-1/+1
|/ /
* | arm64: Add part number for Arm Cortex-A78AEChanho Park2022-04-081-0/+1
* | arm64: patch_text: Fixup last cpu should be masterGuo Ren2022-04-081-2/+2
* | arm64: alternatives: mark patch_alternative() as `noinstr`Joey Gouly2022-04-061-3/+3
* | arm64: fix typos in commentsJulia Lawall2022-04-043-3/+3