aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pointer_auth.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-28arm64: move preemption disablement to prctl handlersPeter Collingbourne1-6/+6
2021-06-15arm64: Conditionally configure PTR_AUTH key of the kernel.Daniel Kiss1-26/+33
2021-04-13arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne1-7/+29
2021-04-13arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne1-3/+22
2021-02-09arm64: Defer enabling pointer authentication on boot coreSrinivas Ramana1-0/+10
2020-04-21arm64: sync kernel APIAKey when installingMark Rutland1-3/+6
2020-03-18arm64: mask PAC bits of __builtin_return_addressAmit Daniel Kachhap1-8/+1
2020-03-18arm64: initialize ptrauth keys for kernel booting taskAmit Daniel Kachhap1-1/+10
2020-03-18arm64: initialize and switch ptrauth kernel keysKristina Martsenko1-0/+13
2020-03-18arm64: install user ptrauth keys at kernel exit timeKristina Martsenko1-22/+1
2020-03-18arm64: rename ptrauth key structures to be user-specificKristina Martsenko1-6/+6
2019-08-09arm64: mm: Remove vabits_userSteve Capper1-1/+1
2019-04-16arm64: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2018-12-13arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon1-3/+3
2018-12-13arm64: add prctl control for resetting ptrauth keysKristina Martsenko1-0/+3
2018-12-13arm64: perf: strip PAC when unwinding userspaceMark Rutland1-0/+7
2018-12-13arm64: expose user PAC bit positions via ptraceMark Rutland1-0/+8
2018-12-13arm64: add basic pointer authentication supportMark Rutland1-0/+79