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