summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/mte' into for-next/coreWill Deacon2020-10-021-0/+37
|\
| * arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino2020-09-041-0/+37
* | arm64: Rewrite Spectre-v4 mitigation codeWill Deacon2020-09-291-3/+3
* | arm64: Remove Spectre-related CONFIG_* optionsWill Deacon2020-09-291-4/+0
|/
* arm64: Move handling of erratum 1418040 into C codeMarc Zyngier2020-08-211-21/+0
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-031-48/+48
|\
| * Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas2020-07-311-0/+1
| |\
| | * arm64: Reduce the number of header files pulled into vmlinux.lds.SWill Deacon2020-07-211-0/+1
| * | arm64/entry: deduplicate SW PAN entry/exit routinesArd Biesheuvel2020-07-231-48/+47
| |/
* | arm64: entry: Tidy up block comments and label numbersWill Deacon2020-07-081-8/+14
* | arm64: Rework ARM_ERRATUM_1414080 handlingMarc Zyngier2020-07-081-15/+19
|/
* Merge branch 'for-next/scs' into for-next/coreWill Deacon2020-05-281-3/+35
|\
| * arm64: scs: Use 'scs_sp' register alias for x18Will Deacon2020-05-181-5/+5
| * arm64: scs: Add shadow stacks for SDEISami Tolvanen2020-05-151-1/+13
| * arm64: Implement Shadow Call StackSami Tolvanen2020-05-151-2/+22
* | Merge branch 'for-next/bti' into for-next/coreWill Deacon2020-05-281-13/+14
|\ \
| * | arm64: entry: Refactor and modernise annotation for ret_to_userMark Brown2020-05-041-13/+14
| |/
* / arm64: remove ptrauth_keys_install_kernel sync argMark Rutland2020-04-281-2/+2
|/
* Merge branch 'for-next/kernel-ptrauth' into for-next/coreCatalin Marinas2020-03-251-0/+6
|\
| * arm64: suspend: restore the kernel ptrauth keysAmit Daniel Kachhap2020-03-181-2/+2
| * arm64: initialize and switch ptrauth kernel keysKristina Martsenko2020-03-181-0/+3
| * arm64: install user ptrauth keys at kernel exit timeKristina Martsenko2020-03-181-0/+3
* | arm64: sdei: Annotate SDEI entry points using new style annotationsMark Brown2020-03-091-6/+6
* | arm64: kernel: Convert to modern annotations for assembly dataMark Brown2020-03-091-3/+4
* | arm64: entry: Additional annotation conversions for entry.SMark Brown2020-03-091-8/+8
* | arm64: entry: Annotate ret_from_fork as codeMark Brown2020-03-091-2/+2
* | arm64: entry: Annotate vector table and handlers as codeMark Brown2020-03-091-38/+38
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-1/+1
|\
| * Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-251-1/+2
| |\
| * | sched/rt, arm64: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-1/+1
* | | Merge branch 'for-next/asm-annotations' into for-next/coreWill Deacon2020-01-221-1/+4
|\ \ \
| * | | arm64: kernel: Correct annotation of end of el0_syncMark Brown2020-01-131-1/+4
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for...Will Deacon2020-01-221-12/+9
|\ \ \ \ | |_|/ / |/| | |
| | * | arm64: entry: Avoid empty alternatives entriesJulien Thierry2020-01-211-2/+2
| |/ / |/| |
| * | arm64: entry: cleanup sp_el0 manipulationMark Rutland2020-01-171-10/+7
|/ /
* / arm64: entry: refine comment of stack overflow checkHeyi Guo2019-12-061-1/+2
|/
*-. Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas2019-11-081-2/+4
|\ \
| | * arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is clearMarc Zyngier2019-10-151-2/+4
| |/
* | Merge branch 'for-next/entry-s-to-c' into for-next/coreCatalin Marinas2019-10-281-269/+6
|\ \
| * | arm64: entry: convert el0_sync to CMark Rutland2019-10-281-201/+5
| * | arm64: entry: convert el1_sync to CMark Rutland2019-10-281-68/+1
| |/
* | Merge branch 'errata/tx2-219' into for-next/fixesWill Deacon2019-10-171-0/+2
|\ \
| * | arm64: Avoid Cavium TX2 erratum 219 when switching TTBRMarc Zyngier2019-10-081-0/+2
* | | arm64: tags: Preserve tags for addresses translated via TTBR1Will Deacon2019-10-161-2/+2
* | | arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry2019-10-161-1/+1
| |/ |/|
* | arm64: Fix incorrect irqflag restore for priority masking for compatJames Morse2019-10-041-0/+1
|/
* arm64: entry: Move ct_user_exit before any other exceptionJames Morse2019-08-211-17/+19
* arm64: entry: SP Alignment Fault doesn't write to FAR_EL1James Morse2019-07-221-9/+13
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-17/+67
|\
| * arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry2019-06-211-5/+33