summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry-common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2020-12-091-64/+190
|\
| * arm64: entry: fix EL1 debug transitionsMark Rutland2020-11-301-0/+26
| * arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland2020-11-301-2/+32
| * arm64: entry: fix non-NMI kernel<->kernel transitionsMark Rutland2020-11-301-3/+64
| * arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland2020-11-301-14/+26
| * arm64: entry: move el1 irq/nmi logic to CMark Rutland2020-11-301-0/+16
| * arm64: entry: move enter_from_user_mode to entry-common.cMark Rutland2020-11-301-0/+6
| * arm64: entry: mark entry code as noinstrMark Rutland2020-11-301-50/+25
* | arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne2020-11-231-2/+0
|/
* arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancementsAmit Daniel Kachhap2020-09-141-0/+21
* arm64: entry: Fix the typo in the comment of el1_dbg()Kevin Hao2020-07-081-1/+1
* Merge branch 'for-next/bti' into for-next/coreWill Deacon2020-05-281-0/+11
|\
| * Merge branch 'for-next/bti-user' into for-next/btiWill Deacon2020-05-051-0/+11
| |\
| | * arm64: Basic Branch Target Identification supportDave Martin2020-03-161-0/+11
* | | arm64: entry: remove unneeded semicolon in el1_sync_handler()Jason Yan2020-04-281-1/+1
|/ /
* / arm64: entry: unmask IRQ in el0_sp()Mark Rutland2020-03-111-1/+1
|/
* arm64: entry: cleanup el0 svc handler namingMark Rutland2020-01-171-2/+2
* arm64: entry: mark all entry code as notraceMark Rutland2020-01-171-2/+2
* arm64: entry-common: don't touch daif before bp-hardeningJames Morse2019-10-281-3/+15
* arm64: entry: convert el0_sync to CMark Rutland2019-10-281-0/+222
* arm64: entry: convert el1_sync to CMark Rutland2019-10-281-0/+98