summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pointer_auth.h
AgeCommit message (Expand)AuthorFilesLines
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