aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-24Merge branch 'for-next/kasan' into for-next/coreWill Deacon6-2/+107
2021-06-24Merge branch 'for-next/insn' into for-next/coreWill Deacon17-265/+358
2021-06-24Merge branch 'for-next/entry' into for-next/coreWill Deacon11-438/+417
2021-06-24Merge branch 'for-next/docs' into for-next/coreWill Deacon1-0/+6
2021-06-24Merge branch 'for-next/cpuidle' into for-next/coreWill Deacon5-35/+67
2021-06-24Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon8-98/+288
2021-06-24Merge branch 'for-next/cortex-strings' into for-next/coreWill Deacon10-967/+915
2021-06-24Merge branch 'for-next/caches' into for-next/coreWill Deacon27-218/+276
2021-06-24Merge branch 'for-next/build' into for-next/coreWill Deacon2-2/+3
2021-06-24Merge branch 'for-next/boot' into for-next/coreWill Deacon9-58/+51
2021-06-24Merge branch 'for-next/stacktrace' into for-next/coreWill Deacon10-51/+70
2021-06-22arm64: Restrict undef hook for cpufeature registersRaphael Gault1-2/+2
2021-06-21arm64: insn: avoid circular include dependencyMark Rutland3-5/+11
2021-06-17arm64: suspend: Use cpuidle context helpers in cpu_suspend()Marc Zyngier1-1/+11
2021-06-17PSCI: Use cpuidle context helpers in psci_cpu_suspend_enter()Marc Zyngier1-2/+7
2021-06-17arm64: Convert cpu_do_idle() to using cpuidle context helpersMarc Zyngier1-32/+9
2021-06-17arm64: Add cpuidle context save/restore helpersMarc Zyngier2-0/+40
2021-06-11arm64: Kill 32-bit applications scheduled on 64-bit-only CPUsWill Deacon2-1/+44
2021-06-11KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 supportWill Deacon1-1/+10
2021-06-11arm64: Allow mismatched 32-bit EL0 supportWill Deacon3-15/+110
2021-06-11arm64: cpuinfo: Split AArch32 registers out into a separate structWill Deacon3-81/+92
2021-06-11arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland7-3/+9
2021-06-11arm64: insn: decouple patching from insn codeMark Rutland8-11/+15
2021-06-08Makefile: fix GDB warning with CONFIG_RELRNick Desaulniers2-2/+3
2021-06-07arm64: idle: don't instrument idle code with KCOVMark Rutland3-58/+71
2021-06-07arm64: entry: don't instrument entry code with KCOVMark Rutland1-0/+5
2021-06-07arm64: entry: make NMI entry/exit functions staticMark Rutland2-4/+2
2021-06-07arm64: entry: split SDEI entryMark Rutland3-45/+43
2021-06-07arm64: entry: split bad stack entryMark Rutland3-5/+16
2021-06-07arm64: entry: fold el1_inv() into el1h_64_sync_handler()Mark Rutland1-10/+1
2021-06-07arm64: entry: handle all vectors with CMark Rutland4-138/+93
2021-06-07arm64: entry: template the entry asm functionsMark Rutland1-86/+27
2021-06-07arm64: entry: improve bad_mode()Mark Rutland1-15/+16
2021-06-07arm64: entry: move bad_mode() to entry-common.cMark Rutland2-25/+27
2021-06-07arm64: entry: consolidate EL1 exception returnsMark Rutland1-4/+8
2021-06-07arm64: entry: organise entry vectors consistentlyMark Rutland1-21/+21
2021-06-07arm64: entry: organise entry handlers consistentlyMark Rutland1-42/+36
2021-06-07arm64: entry: convert IRQ+FIQ handlers to CMark Rutland5-108/+110
2021-06-07arm64: entry: add a call_on_irq_stack helperMark Rutland2-0/+38
2021-06-07arm64: entry: move NMI preempt logic to CMark Rutland2-11/+10
2021-06-07arm64: entry: move arm64_preempt_schedule_irq to entry-common.cMark Rutland2-17/+20
2021-06-07arm64: entry: convert SError handlers to CMark Rutland4-16/+42
2021-06-07arm64: entry: unmask IRQ+FIQ after EL0 handlingMark Rutland2-2/+2
2021-06-07arm64: remove redundant local_daif_mask() in bad_mode()Mark Rutland1-1/+0
2021-06-02arm64: update string routine copyrights and URLsMark Rutland5-11/+11
2021-06-01arm64: Rewrite __arch_clear_user()Robin Murphy1-20/+27
2021-06-01arm64: Better optimised memchr()Robin Murphy1-12/+53
2021-06-01arm64: Import latest memcpy()/memmove() implementationRobin Murphy3-233/+230
2021-06-01arm64: Add assembly annotations for weak-PI-alias madnessRobin Murphy1-0/+8
2021-06-01arm64: Import latest version of Cortex Strings' strncmpSam Tebbs1-222/+184