summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* 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
| * arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry2019-06-211-11/+33
| * arm64: Do not enable IRQs for ct_user_exitJulien Thierry2019-06-211-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/
* arm64: Handle erratum 1418040 as a superset of erratum 1188873Marc Zyngier2019-05-231-2/+2
* arm64: Restrict ARM64_ERRATUM_1188873 mitigation to AArch32Marc Zyngier2019-04-301-2/+17
* arm64: Rename get_thread_info()Julien Thierry2019-02-261-2/+2
* arm64: Skip irqflags tracing for NMI in IRQs disabled contextJulien Thierry2019-02-061-0/+21
* arm64: Skip preemption when exiting an NMIJulien Thierry2019-02-061-1/+9
* arm64: Make PMR part of task contextJulien Thierry2019-02-061-0/+14
* arm64: entry: Remove unneeded need_resched() loopValentin Schneider2019-02-041-10/+1
* arm64: entry: remove unused register aliasesMark Rutland2019-01-031-11/+1
* arm64: preempt: Fix big-endian when checking preempt count in assemblyWill Deacon2018-12-111-4/+2
* arm64: entry: Remove confusing commentWill Deacon2018-12-061-4/+0
* arm64: entry: Place an SB sequence following an ERET instructionWill Deacon2018-12-061-0/+2
* arm64: Trap WFI executed in userspaceMarc Zyngier2018-10-011-0/+1
* arm64: compat: Add separate CP15 trapping hookMarc Zyngier2018-10-011-2/+13
* arm64: entry: Allow handling of undefined instructions from EL1Will Deacon2018-09-141-1/+1