summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pointer_auth.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: move PAC masks to <asm/pointer_auth.h>Mark Rutland2023-04-131-0/+7
* arm64: use XPACLRI to strip PACMark Rutland2023-04-131-6/+0
* arm64: move preemption disablement to prctl handlersPeter Collingbourne2021-07-281-6/+6
* arm64: Conditionally configure PTR_AUTH key of the kernel.Daniel Kiss2021-06-151-26/+33
* arm64: pac: Optimize kernel entry/exit key installation code pathsPeter Collingbourne2021-04-131-7/+29
* arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)Peter Collingbourne2021-04-131-3/+22
* arm64: Defer enabling pointer authentication on boot coreSrinivas Ramana2021-02-091-0/+10
* arm64: sync kernel APIAKey when installingMark Rutland2020-04-211-3/+6
* arm64: mask PAC bits of __builtin_return_addressAmit Daniel Kachhap2020-03-181-8/+1
* arm64: initialize ptrauth keys for kernel booting taskAmit Daniel Kachhap2020-03-181-1/+10
* arm64: initialize and switch ptrauth kernel keysKristina Martsenko2020-03-181-0/+13
* arm64: install user ptrauth keys at kernel exit timeKristina Martsenko2020-03-181-22/+1
* arm64: rename ptrauth key structures to be user-specificKristina Martsenko2020-03-181-6/+6
* arm64: mm: Remove vabits_userSteve Capper2019-08-091-1/+1
* arm64: Use the correct style for SPDX License IdentifierNishad Kamdar2019-04-161-1/+1
* arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon2018-12-131-3/+3
* arm64: add prctl control for resetting ptrauth keysKristina Martsenko2018-12-131-0/+3
* arm64: perf: strip PAC when unwinding userspaceMark Rutland2018-12-131-0/+7
* arm64: expose user PAC bit positions via ptraceMark Rutland2018-12-131-0/+8
* arm64: add basic pointer authentication supportMark Rutland2018-12-131-0/+79