summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/entry-common.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-241-4/+4
|\
| * lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers2022-04-051-4/+4
* | Merge branch 'for-next/esr-elx-64-bit' into for-next/coreCatalin Marinas2022-05-201-3/+3
|\ \
| * | arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei2022-04-291-3/+3
| |/
* | arm64/sme: Implement traps and syscall handling for SMEMark Brown2022-04-221-0/+11
|/
* Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-221-9/+19
|\
| * arm64: Support PREEMPT_DYNAMICMark Rutland2022-02-191-1/+9
| * arm64: entry: Centralize preemption decisionMark Rutland2022-02-191-9/+11
* | arm64: mte: avoid clearing PSTATE.TCO on entry unless necessaryPeter Collingbourne2022-02-221-0/+3
|/
* arm64: Snapshot thread flagsMark Rutland2021-12-011-1/+1
* irq: arm64: perform irqentry in entry codeMark Rutland2021-10-261-21/+31
* arm64: entry: call exit_to_user_mode() from CMark Rutland2021-08-051-28/+46
* arm64: entry: move bulk of ret_to_user to CMark Rutland2021-08-051-2/+19
* arm64: entry: clarify entry/exit helpersMark Rutland2021-08-051-7/+63
* arm64: entry: consolidate entry/exit helpersMark Rutland2021-08-051-42/+42
* arm64: entry: add missing noinstrMark Rutland2021-07-151-1/+1
* arm64: entry: make NMI entry/exit functions staticMark Rutland2021-06-071-2/+2
* arm64: entry: split SDEI entryMark Rutland2021-06-071-0/+37
* arm64: entry: split bad stack entryMark Rutland2021-06-071-0/+11
* arm64: entry: fold el1_inv() into el1h_64_sync_handler()Mark Rutland2021-06-071-10/+1
* arm64: entry: handle all vectors with CMark Rutland2021-06-071-23/+28
* arm64: entry: improve bad_mode()Mark Rutland2021-06-071-15/+16
* arm64: entry: move bad_mode() to entry-common.cMark Rutland2021-06-071-0/+27
* arm64: entry: convert IRQ+FIQ handlers to CMark Rutland2021-06-071-3/+90
* arm64: entry: move NMI preempt logic to CMark Rutland2021-06-071-0/+9
* arm64: entry: move arm64_preempt_schedule_irq to entry-common.cMark Rutland2021-06-071-0/+20
* arm64: entry: convert SError handlers to CMark Rutland2021-06-071-0/+32
* arm64: entry: unmask IRQ+FIQ after EL0 handlingMark Rutland2021-06-071-1/+1
* arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland2021-05-051-17/+0
* arm64: mte: Enable async tag check faultVincenzo Frascino2021-04-111-0/+6
* arm64: entry: consolidate Cortex-A76 erratum 1463225 workaroundMark Rutland2021-02-081-1/+53
* 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