summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/entry.S
AgeCommit message (Expand)Author
2021-06-07arm64: entry: template the entry asm functionsMark Rutland
2021-06-07arm64: entry: consolidate EL1 exception returnsMark Rutland
2021-06-07arm64: entry: organise entry vectors consistentlyMark Rutland
2021-06-07arm64: entry: organise entry handlers consistentlyMark Rutland
2021-06-07arm64: entry: convert IRQ+FIQ handlers to CMark Rutland
2021-06-07arm64: entry: add a call_on_irq_stack helperMark Rutland
2021-06-07arm64: entry: move NMI preempt logic to CMark Rutland
2021-06-07arm64: entry: convert SError handlers to CMark Rutland
2021-06-07arm64: entry: unmask IRQ+FIQ after EL0 handlingMark Rutland
2021-05-27arm64: scs: Drop unused 'tmp' argument to scs_{load, save} asm macrosWill Deacon
2021-05-25arm64: Implement stack trace termination recordMadhavan T. Venkataraman
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-05-05arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland
2021-04-30arm64: stacktrace: restore terminal recordsMark Rutland
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-04-15Merge branch 'for-next/pac-set-get-enabled-keys' into for-next/coreCatalin Marinas
2021-04-15Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...Catalin Marinas
2021-04-13arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne
2021-04-12arm64: mte: Ensure TIF_MTE_ASYNC_FAULT is set atomicallyCatalin Marinas
2021-03-25arm64: entry: remove test_irqs_unmasked macroMark Rutland
2021-03-24arm64: irq: allow FIQs to be handledMark Rutland
2021-03-24arm64: Always keep DAIF.[IF] in syncHector Martin
2021-03-24arm64: entry: factor irq triage logic into macrosMarc Zyngier
2021-02-12Merge branch 'for-next/stacktrace' into for-next/coreWill Deacon
2021-02-03arm64: vmlinux.ld.S: add assertion for tramp_pg_dir offsetJoey Gouly
2021-01-20arm64: remove EL0 exception frame recordMark Rutland
2021-01-13arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv
2021-01-04arm64: mte: remove an ISB on kernel exitPeter Collingbourne
2020-12-22arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas
2020-12-09Merge remote-tracking branch 'arm64/for-next/scs' into for-next/coreCatalin Marinas
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland
2020-12-01arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen
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: prepare ret_to_user for function callMark Rutland
2020-11-10arm64: consistently use reserved_pg_dirMark Rutland
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon
2020-09-04arm64: mte: Handle synchronous and asynchronous tag check faultsVincenzo Frascino
2020-08-21arm64: Move handling of erratum 1418040 into C codeMarc Zyngier
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-07-31Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas
2020-07-23arm64/entry: deduplicate SW PAN entry/exit routinesArd Biesheuvel
2020-07-21arm64: Reduce the number of header files pulled into vmlinux.lds.SWill Deacon
2020-07-08arm64: entry: Tidy up block comments and label numbersWill Deacon