summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/entry.S
AgeCommit message (Expand)AuthorLines
2021-09-29arm64: kasan: mte: move GCR_EL1 switch to task switch when KASAN disabledPeter Collingbourne-5/+5
2021-08-26Merge branch 'for-next/entry' into for-next/coreCatalin Marinas-45/+3
2021-08-26Merge branches 'for-next/mte', 'for-next/misc' and 'for-next/kselftest', remo...Catalin Marinas-24/+42
2021-08-06arm64: entry: Add SYM_CODE annotation for __bad_stackMark Brown-1/+3
2021-08-05arm64: entry: call exit_to_user_mode() from CMark Rutland-2/+2
2021-08-05arm64: entry: move bulk of ret_to_user to CMark Rutland-45/+3
2021-08-02arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland-3/+2
2021-07-28arm64: avoid double ISB on kernel entryPeter Collingbourne-2/+13
2021-07-28arm64: mte: optimize GCR_EL1 modification on kernel entry/exitPeter Collingbourne-8/+4
2021-07-28arm64: mte: rename gcr_user_excl to mte_ctrlPeter Collingbourne-2/+2
2021-07-27arm64: mte: avoid TFSRE0_EL1 related operations unless in async modePeter Collingbourne-9/+19
2021-06-24Merge branch 'for-next/entry' into for-next/coreWill Deacon-268/+91
2021-06-07arm64: entry: handle all vectors with CMark Rutland-101/+45
2021-06-07arm64: entry: template the entry asm functionsMark Rutland-86/+27
2021-06-07arm64: entry: consolidate EL1 exception returnsMark Rutland-4/+8
2021-06-07arm64: entry: organise entry vectors consistentlyMark Rutland-21/+21
2021-06-07arm64: entry: organise entry handlers consistentlyMark Rutland-42/+36
2021-06-07arm64: entry: convert IRQ+FIQ handlers to CMark Rutland-94/+14
2021-06-07arm64: entry: add a call_on_irq_stack helperMark Rutland-0/+36
2021-06-07arm64: entry: move NMI preempt logic to CMark Rutland-11/+1
2021-06-07arm64: entry: convert SError handlers to CMark Rutland-11/+5
2021-06-07arm64: entry: unmask IRQ+FIQ after EL0 handlingMark Rutland-1/+1
2021-05-27arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macrosWill Deacon-4/+4
2021-05-25arm64: Implement stack trace termination recordMadhavan T. Venkataraman-1/+1
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-16/+5
2021-05-05arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland-13/+2
2021-04-30arm64: stacktrace: restore terminal recordsMark Rutland-3/+3
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-64/+110
2021-04-15Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas-3/+43
2021-04-15Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...Catalin Marinas-47/+67
2021-04-13arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne-14/+19
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne-2/+37
2021-04-12arm64: mte: Ensure TIF_MTE_ASYNC_FAULT is set atomicallyCatalin Marinas-4/+6
2021-03-25arm64: entry: remove test_irqs_unmasked macroMark Rutland-14/+0
2021-03-24arm64: irq: allow FIQs to be handledMark Rutland-9/+21
2021-03-24arm64: Always keep DAIF.[IF] in syncHector Martin-5/+7
2021-03-24arm64: entry: factor irq triage logic into macrosMarc Zyngier-37/+43
2021-02-12Merge branch 'for-next/stacktrace' into for-next/coreWill Deacon-5/+5
2021-02-03arm64: vmlinux.ld.S: add assertion for tramp_pg_dir offsetJoey Gouly-2/+2
2021-01-20arm64: remove EL0 exception frame recordMark Rutland-5/+5
2021-01-13arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv-7/+7
2021-01-04arm64: mte: remove an ISB on kernel exitPeter Collingbourne-1/+1
2020-12-22arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino-0/+41
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas-56/+22
2020-12-09Merge remote-tracking branch 'arm64/for-next/scs' into for-next/coreCatalin Marinas-3/+3
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas-2/+4
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland-16/+3
2020-12-01arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen-3/+3
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland-22/+13
2020-11-30arm64: entry: move el1 irq/nmi logic to CMark Rutland-30/+4