aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/pointer_auth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-13arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne1-0/+1
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne1-0/+62
2020-10-15arm64: reject prctl(PR_PAC_RESET_KEYS) on compat tasksPeter Collingbourne1-0/+4
2020-03-18arm64: install user ptrauth keys at kernel exit timeKristina Martsenko1-3/+0
2020-03-18arm64: rename ptrauth key structures to be user-specificKristina Martsenko1-4/+4
2018-12-13arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon1-1/+1
2018-12-13arm64: add prctl control for resetting ptrauth keysKristina Martsenko1-0/+47