aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/kernel/sdei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-09arm64: stacktrace: move SDEI stack helpers to stacktrace codeMark Rutland1-32/+0
2021-10-01arm64: kernel: add helper for booted at EL2 and not VHEPasha Tatashin1-1/+1
2021-06-24Merge branch 'for-next/entry' into for-next/coreWill Deacon1-45/+3
2021-06-07arm64: entry: split SDEI entryMark Rutland1-45/+3
2021-05-26arm64: Change the on_*stack functions to take a size argumentPeter Collingbourne1-7/+9
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas1-3/+4
2020-12-09Merge remote-tracking branch 'arm64/for-next/scs' into for-next/coreCatalin Marinas1-5/+81
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland1-6/+1
2020-12-02arm64: sdei: explicitly simulate PAN/UAO entryMark Rutland1-5/+25
2020-12-02arm64: sdei: move uaccess logic to arch/arm64/Mark Rutland1-6/+12
2020-12-01arm64: sdei: Push IS_ENABLED() checks down to callee functionsWill Deacon1-12/+18
2020-12-01arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen1-0/+70
2020-11-30arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland1-3/+4
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig1-1/+1
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-26/+2
2020-05-19hardirq/nmi: Allow nested nmi_enter()Peter Zijlstra1-12/+2
2020-05-18arm64: stacktrace: Factor out some common code into on_stack()Yunfeng Ye1-26/+2
2019-10-14firmware: arm_sdei: use common SMCCC_CONDUIT_*Mark Rutland1-1/+2
2019-04-04arm64: fix wrong check of on_sdei_stack in nmi contextWei Li1-0/+6
2018-07-31arm64: sdei: Mark sdei stack helper functions as staticWill Deacon1-6/+3
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott1-9/+42
2018-01-14arm64: sdei: Add trampoline code for remapping the kernelJames Morse1-2/+18
2018-01-13arm64: kernel: Add arch-specific SDEI entry code and CPU maskingJames Morse1-0/+219