summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: entry: Use SDEI event constantsFlorian Fainelli2021-12-061-2/+4
* arm64: kasan: mte: move GCR_EL1 switch to task switch when KASAN disabledPeter Collingbourne2021-09-291-5/+5
* Merge branch 'for-next/entry' into for-next/coreCatalin Marinas2021-08-261-45/+3
|\
| * arm64: entry: call exit_to_user_mode() from CMark Rutland2021-08-051-2/+2
| * arm64: entry: move bulk of ret_to_user to CMark Rutland2021-08-051-45/+3
| |
| \
*-. \ Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...Catalin Marinas2021-08-261-24/+42
|\ \ \ | |_|/ |/| |
| | * arm64: entry: Add SYM_CODE annotation for __bad_stackMark Brown2021-08-061-1/+3
| |/ |/|
| * arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland2021-08-021-3/+2
| * arm64: avoid double ISB on kernel entryPeter Collingbourne2021-07-281-2/+13
| * arm64: mte: optimize GCR_EL1 modification on kernel entry/exitPeter Collingbourne2021-07-281-8/+4
| * arm64: mte: rename gcr_user_excl to mte_ctrlPeter Collingbourne2021-07-281-2/+2
| * arm64: mte: avoid TFSRE0_EL1 related operations unless in async modePeter Collingbourne2021-07-271-9/+19
|/
* Merge branch 'for-next/entry' into for-next/coreWill Deacon2021-06-241-268/+91
|\
| * arm64: entry: handle all vectors with CMark Rutland2021-06-071-101/+45
| * arm64: entry: template the entry asm functionsMark Rutland2021-06-071-86/+27
| * arm64: entry: consolidate EL1 exception returnsMark Rutland2021-06-071-4/+8
| * arm64: entry: organise entry vectors consistentlyMark Rutland2021-06-071-21/+21
| * arm64: entry: organise entry handlers consistentlyMark Rutland2021-06-071-42/+36
| * arm64: entry: convert IRQ+FIQ handlers to CMark Rutland2021-06-071-94/+14
| * arm64: entry: add a call_on_irq_stack helperMark Rutland2021-06-071-0/+36
| * arm64: entry: move NMI preempt logic to CMark Rutland2021-06-071-11/+1
| * arm64: entry: convert SError handlers to CMark Rutland2021-06-071-11/+5
| * arm64: entry: unmask IRQ+FIQ after EL0 handlingMark Rutland2021-06-071-1/+1
* | arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macrosWill Deacon2021-05-271-4/+4
* | arm64: Implement stack trace termination recordMadhavan T. Venkataraman2021-05-251-1/+1
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-05-071-16/+5
|\
| * arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland2021-05-051-13/+2
| * arm64: stacktrace: restore terminal recordsMark Rutland2021-04-301-3/+3
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-04-261-64/+110
|\|
| * Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas2021-04-151-3/+43
| |\
| | * arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne2021-04-131-14/+19
| | * arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne2021-04-131-2/+37
| | |
| | \
| *-. \ Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...Catalin Marinas2021-04-151-47/+67
| |\ \ \ | | | |/ | | |/|
| | | * arm64: irq: allow FIQs to be handledMark Rutland2021-03-241-9/+21
| | | * arm64: Always keep DAIF.[IF] in syncHector Martin2021-03-241-5/+7
| | | * arm64: entry: factor irq triage logic into macrosMarc Zyngier2021-03-241-37/+43
| | |/
| * / arm64: entry: remove test_irqs_unmasked macroMark Rutland2021-03-251-14/+0
| |/
* / arm64: mte: Ensure TIF_MTE_ASYNC_FAULT is set atomicallyCatalin Marinas2021-04-121-4/+6
|/
* Merge branch 'for-next/stacktrace' into for-next/coreWill Deacon2021-02-121-5/+5
|\
| * arm64: remove EL0 exception frame recordMark Rutland2021-01-201-5/+5
* | arm64: vmlinux.ld.S: add assertion for tramp_pg_dir offsetJoey Gouly2021-02-031-2/+2
|/
* arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv2021-01-131-7/+7
* arm64: mte: remove an ISB on kernel exitPeter Collingbourne2021-01-041-1/+1
* arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino2020-12-221-0/+41
* Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2020-12-091-56/+22
|\
| * arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland2020-11-301-22/+13
| * arm64: entry: move el1 irq/nmi logic to CMark Rutland2020-11-301-30/+4
| * arm64: entry: prepare ret_to_user for function callMark Rutland2020-11-301-4/+5
* | Merge remote-tracking branch 'arm64/for-next/scs' into for-next/coreCatalin Marinas2020-12-091-3/+3
|\ \
| * | arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen2020-12-011-3/+3
| |/