aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/kernel/entry-common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-16arm64: rework BTI exception handlingMark Rutland1-1/+13
2022-09-16arm64: rework FPAC exception handlingMark Rutland1-2/+2
2022-09-16arm64: consistently pass ESR_ELx to die()Mark Rutland1-7/+7
2022-07-05context_tracking: Take NMI eqs entrypoints over RCUFrederic Weisbecker1-4/+4
2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker1-3/+3
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2022-05-20Merge branch 'for-next/esr-elx-64-bit' into for-next/coreCatalin Marinas1-3/+3
2022-04-29arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei1-3/+3
2022-04-22arm64/sme: Implement traps and syscall handling for SMEMark Brown1-0/+11
2022-04-05lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers1-4/+4
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+19
2022-02-22arm64: mte: avoid clearing PSTATE.TCO on entry unless necessaryPeter Collingbourne1-0/+3
2022-02-19arm64: Support PREEMPT_DYNAMICMark Rutland1-1/+9
2022-02-19arm64: entry: Centralize preemption decisionMark Rutland1-9/+11
2021-12-01arm64: Snapshot thread flagsMark Rutland1-1/+1
2021-10-26irq: arm64: perform irqentry in entry codeMark Rutland1-21/+31
2021-08-05arm64: entry: call exit_to_user_mode() from CMark Rutland1-28/+46
2021-08-05arm64: entry: move bulk of ret_to_user to CMark Rutland1-2/+19
2021-08-05arm64: entry: clarify entry/exit helpersMark Rutland1-7/+63
2021-08-05arm64: entry: consolidate entry/exit helpersMark Rutland1-42/+42
2021-07-15arm64: entry: add missing noinstrMark Rutland1-1/+1
2021-06-07arm64: entry: make NMI entry/exit functions staticMark Rutland1-2/+2
2021-06-07arm64: entry: split SDEI entryMark Rutland1-0/+37
2021-06-07arm64: entry: split bad stack entryMark Rutland1-0/+11
2021-06-07arm64: entry: fold el1_inv() into el1h_64_sync_handler()Mark Rutland1-10/+1
2021-06-07arm64: entry: handle all vectors with CMark Rutland1-23/+28
2021-06-07arm64: entry: improve bad_mode()Mark Rutland1-15/+16
2021-06-07arm64: entry: move bad_mode() to entry-common.cMark Rutland1-0/+27
2021-06-07arm64: entry: convert IRQ+FIQ handlers to CMark Rutland1-3/+90
2021-06-07arm64: entry: move NMI preempt logic to CMark Rutland1-0/+9
2021-06-07arm64: entry: move arm64_preempt_schedule_irq to entry-common.cMark Rutland1-0/+20
2021-06-07arm64: entry: convert SError handlers to CMark Rutland1-0/+32
2021-06-07arm64: entry: unmask IRQ+FIQ after EL0 handlingMark Rutland1-1/+1
2021-05-05arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland1-17/+0
2021-04-11arm64: mte: Enable async tag check faultVincenzo Frascino1-0/+6
2021-02-08arm64: entry: consolidate Cortex-A76 erratum 1463225 workaroundMark Rutland1-1/+53
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas1-64/+190
2020-11-30arm64: entry: fix EL1 debug transitionsMark Rutland1-0/+26
2020-11-30arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland1-2/+32
2020-11-30arm64: entry: fix non-NMI kernel<->kernel transitionsMark Rutland1-3/+64
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland1-14/+26
2020-11-30arm64: entry: move el1 irq/nmi logic to CMark Rutland1-0/+16
2020-11-30arm64: entry: move enter_from_user_mode to entry-common.cMark Rutland1-0/+6
2020-11-30arm64: entry: mark entry code as noinstrMark Rutland1-50/+25
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne1-2/+0
2020-09-14arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancementsAmit Daniel Kachhap1-0/+21
2020-07-08arm64: entry: Fix the typo in the comment of el1_dbg()Kevin Hao1-1/+1
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon1-0/+11
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon1-0/+11
2020-04-28arm64: entry: remove unneeded semicolon in el1_sync_handler()Jason Yan1-1/+1