summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/sdei.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: sdei: abort running SDEI handlers during crashD Scott Phillips2023-08-041-0/+3
* arm64: implement dynamic shadow call stack for ClangArd Biesheuvel2022-11-091-1/+1
* arm64: stacktrace: move SDEI stack helpers to stacktrace codeMark Rutland2022-09-091-32/+0
* arm64: kernel: add helper for booted at EL2 and not VHEPasha Tatashin2021-10-011-1/+1
* Merge branch 'for-next/entry' into for-next/coreWill Deacon2021-06-241-45/+3
|\
| * arm64: entry: split SDEI entryMark Rutland2021-06-071-45/+3
* | arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne2021-05-261-7/+9
|/
* Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2020-12-091-3/+4
|\
| * arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland2020-11-301-3/+4
* | Merge remote-tracking branch 'arm64/for-next/scs' into for-next/coreCatalin Marinas2020-12-091-5/+81
|\ \
| * | arm64: sdei: Push IS_ENABLED() checks down to callee functionsWill Deacon2020-12-011-12/+18
| * | arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen2020-12-011-0/+70
| |/
* | arm64: uaccess: remove set_fs()Mark Rutland2020-12-021-6/+1
* | arm64: sdei: explicitly simulate PAN/UAO entryMark Rutland2020-12-021-5/+25
* | arm64: sdei: move uaccess logic to arch/arm64/Mark Rutland2020-12-021-6/+12
|/
* uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-121-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-26/+2
|\
| * arm64: stacktrace: Factor out some common code into on_stack()Yunfeng Ye2020-05-181-26/+2
* | hardirq/nmi: Allow nested nmi_enter()Peter Zijlstra2020-05-191-12/+2
|/
* firmware: arm_sdei: use common SMCCC_CONDUIT_*Mark Rutland2019-10-141-1/+2
* arm64: fix wrong check of on_sdei_stack in nmi contextWei Li2019-04-041-0/+6
* arm64: sdei: Mark sdei stack helper functions as staticWill Deacon2018-07-311-6/+3
* arm64: Add stack information to on_accessible_stackLaura Abbott2018-07-261-9/+42
* arm64: sdei: Add trampoline code for remapping the kernelJames Morse2018-01-141-2/+18
* arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse2018-01-131-0/+219