summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/entry-common.c
AgeCommit message (Expand)Author
2021-05-05arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland
2021-04-11arm64: mte: Enable async tag check faultVincenzo Frascino
2021-02-08arm64: entry: consolidate Cortex-A76 erratum 1463225 workaroundMark Rutland
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas
2020-11-30arm64: entry: fix EL1 debug transitionsMark Rutland
2020-11-30arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland
2020-11-30arm64: entry: fix non-NMI kernel<->kernel transitionsMark Rutland
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland
2020-11-30arm64: entry: move el1 irq/nmi logic to CMark Rutland
2020-11-30arm64: entry: move enter_from_user_mode to entry-common.cMark Rutland
2020-11-30arm64: entry: mark entry code as noinstrMark Rutland
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne
2020-09-14arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancementsAmit Daniel Kachhap
2020-07-08arm64: entry: Fix the typo in the comment of el1_dbg()Kevin Hao
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon
2020-04-28arm64: entry: remove unneeded semicolon in el1_sync_handler()Jason Yan
2020-03-16arm64: Basic Branch Target Identification supportDave Martin
2020-03-11arm64: entry: unmask IRQ in el0_sp()Mark Rutland
2020-01-17arm64: entry: cleanup el0 svc handler namingMark Rutland
2020-01-17arm64: entry: mark all entry code as notraceMark Rutland
2019-10-28arm64: entry-common: don't touch daif before bp-hardeningJames Morse
2019-10-28arm64: entry: convert el0_sync to CMark Rutland
2019-10-28arm64: entry: convert el1_sync to CMark Rutland