summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/pointer_auth.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: move preemption disablement to prctl handlersPeter Collingbourne2021-07-281-4/+6
* arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne2021-04-131-0/+1
* arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne2021-04-131-0/+62
* arm64: reject prctl(PR_PAC_RESET_KEYS) on compat tasksPeter Collingbourne2020-10-151-0/+4
* arm64: install user ptrauth keys at kernel exit timeKristina Martsenko2020-03-181-3/+0
* arm64: rename ptrauth key structures to be user-specificKristina Martsenko2020-03-181-4/+4
* arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon2018-12-131-1/+1
* arm64: add prctl control for resetting ptrauth keysKristina Martsenko2018-12-131-0/+47