summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-2157-716/+1649
|\
| * arm64: fix .idmap.text assertion for large kernelsMark Rutland2023-02-201-5/+7
| * Merge branch 'for-next/signal' into for-next/coreCatalin Marinas2023-02-101-60/+61
| |\
| | * arm64/signal: Only read new data when parsing the ZT contextMark Brown2023-02-011-3/+3
| | * arm64/signal: Only read new data when parsing the ZA contextMark Brown2023-02-011-6/+7
| | * arm64/signal: Only read new data when parsing the SVE contextMark Brown2023-02-011-8/+10
| | * arm64/signal: Avoid rereading context frame sizesMark Brown2023-02-011-25/+27
| | * arm64/signal: Make interface for restore_fpsimd_context() consistentMark Brown2023-02-011-14/+14
| | * arm64/signal: Remove redundant size validation from parse_user_sigframe()Mark Brown2023-02-011-11/+8
| | * arm64/signal: Don't redundantly verify FPSIMD magicMark Brown2023-02-011-4/+3
| | * Merge branches 'for-next/tpidr2' and 'for-next/sme2' into for-next/signalCatalin Marinas2023-02-0120-58/+376
| | |\
| * | \ Merge branch 'for-next/sysreg-hwcaps' into for-next/coreCatalin Marinas2023-02-103-298/+321
| |\ \ \
| | * | | arm64/cpufeature: Use helper macros to specify hwcapsMark Brown2023-02-011-108/+101
| | * | | arm64/cpufeature: Always use symbolic name for feature value in hwcapsMark Brown2023-02-011-53/+53
| | * | | arm64/sysreg: Initial unsigned annotations for ID registersMark Brown2023-02-011-188/+189
| | * | | arm64/sysreg: Initial annotation of signed ID registersMark Brown2023-02-011-2/+2
| | * | | arm64/sysreg: Allow enumerations to be declared as signed or unsignedMark Brown2023-02-011-0/+29
| | | | |
| | | \ \
| | *-. \ \ Merge branches 'for-next/sysreg', 'for-next/compat-hwcap' and 'for-next/sme2'...Catalin Marinas2023-02-0120-66/+408
| | |\ \ \ \ | | | | | |/ | | | | |/|
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---------------------. \ \ \ \ Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas2023-02-1054-300/+1147
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | / / / | | | | | | | | | | |_|_|_|/ / / | | | | | | | | | |/| | | | | / | | | | | | | | |_|_|_|_|_|_|/ | | | | | | | |/| | | | | | |
| | | | | | | | | | | | | * | arm64: irqflags: use alternative branches for pseudo-NMI logicMark Rutland2023-01-311-59/+132
| | | | | | | | | | | | | * | arm64: add ARM64_HAS_GIC_PRIO_RELAXED_SYNC cpucapMark Rutland2023-01-316-15/+65
| | | | | | | | | | | | | * | arm64: make ARM64_HAS_GIC_PRIO_MASKING depend on ARM64_HAS_GIC_CPUIF_SYSREGSMark Rutland2023-01-311-6/+9
| | | | | | | | | | | | | * | arm64: rename ARM64_HAS_IRQ_PRIO_MASKING to ARM64_HAS_GIC_PRIO_MASKINGMark Rutland2023-01-316-11/+11
| | | | | | | | | | | | | * | arm64: rename ARM64_HAS_SYSREG_GIC_CPUIF to ARM64_HAS_GIC_CPUIF_SYSREGSMark Rutland2023-01-312-2/+2
| | | | | |_|_|_|_|_|_|_|/ / | | | | |/| | | | | | | | |
| | | | | | | | | | | | * | arm64: pauth: don't sign leaf functionsMark Rutland2023-01-311-20/+8
| | | | | | | | | | | | * | arm64: unify asm-arch manipulationMark Rutland2023-01-312-21/+20
| | | | | |_|_|_|_|_|_|/ / | | | | |/| | | | | | | |
| | | | | | | | | | | * | arm64: kprobes: Drop ID map text from kprobes blacklistArd Biesheuvel2023-02-071-4/+0
| | | | | | | | | | | * | arm64: head: Switch endianness before populating the ID mapArd Biesheuvel2023-01-262-2/+24
| | | | | | | | | | | * | efi: arm64: enter with MMU and caches enabledArd Biesheuvel2023-01-243-2/+6
| | | | | | | | | | | * | arm64: head: Clean the ID map and the HYP text to the PoC if neededArd Biesheuvel2023-01-242-4/+28
| | | | | | | | | | | * | arm64: head: avoid cache invalidation when entering with the MMU onArd Biesheuvel2023-01-241-2/+3
| | | | | | | | | | | * | arm64: head: record the MMU state at primary entryArd Biesheuvel2023-01-242-2/+35
| | | | | | | | | | | * | arm64: kernel: move identity map out of .text mappingArd Biesheuvel2023-01-243-16/+16
| | | | | | | | | | | * | arm64: head: Move all finalise_el2 calls to after __enable_mmuArd Biesheuvel2023-01-242-2/+8
| | | | | |_|_|_|_|_|/ / | | | | |/| | | | | | |
| | | | | | | | | | * | arm64: avoid executing padding bytes during kexec / hibernationMark Rutland2023-01-271-0/+6
| | | | | | | | | | * | arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland2023-01-246-20/+195
| | | | | | | | | | * | arm64: ftrace: Update stale commentMark Rutland2023-01-241-1/+1
| | | | | | | | | | * | arm64: patching: Add aarch64_insn_write_literal_u64()Mark Rutland2023-01-242-0/+19
| | | | | | | | | | * | arm64: insn: Add helpers for BTIMark Rutland2023-01-241-0/+1
| | | | | | | | | | * | arm64: Extend support for CONFIG_FUNCTION_ALIGNMENTMark Rutland2023-01-242-2/+3
| | | | | |_|_|_|_|/ / | | | | |/| | | | | |
| | | | | | | | | * | arm64: Add compat hwcap SSBSAmit Daniel Kachhap2023-01-203-1/+4
| | | | | | | | | * | arm64: Add compat hwcap SBAmit Daniel Kachhap2023-01-203-1/+4
| | | | | | | | | * | arm64: Add compat hwcap I8MMAmit Daniel Kachhap2023-01-203-1/+4
| | | | | | | | | * | arm64: Add compat hwcap ASIMDBF16Amit Daniel Kachhap2023-01-203-1/+4
| | | | | | | | | * | arm64: Add compat hwcap ASIMDFHMAmit Daniel Kachhap2023-01-203-1/+4
| | | | | | | | | * | arm64: Add compat hwcap ASIMDDPAmit Daniel Kachhap2023-01-203-1/+4
| | | | | | | | | * | arm64: Add compat hwcap FPHP and ASIMDHPAmit Daniel Kachhap2023-01-203-2/+8
| | | | | |_|_|_|/ / | | | | |/| | | | |
| | | | | | | | * | arm64: Stash shadow stack pointer in the task struct on interruptArd Biesheuvel2023-01-201-7/+5
| | | | | | | | * | arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel2023-01-203-6/+7
| | | | | |_|_|/ / | | | | |/| | | |
| | | | | | | * | arm64/signal: Include TPIDR2 in the signal contextMark Brown2023-01-202-0/+67
| | | | | |_|/ / | | | | |/| | |