summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm64: kaslr: print PHYS_OFFSET in dump_kernel_offset()Miles Chen2018-12-141-0/+1
* arm64: sysreg: Use _BITUL() when defining register bitsWill Deacon2018-12-131-40/+41
* arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matchesWill Deacon2018-12-133-89/+99
* arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4Will Deacon2018-12-133-17/+8
* arm64: docs: document pointer authenticationMark Rutland2018-12-134-0/+116
* arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon2018-12-134-8/+7
* arm64: enable pointer authenticationMark Rutland2018-12-131-0/+23
* arm64: add prctl control for resetting ptrauth keysKristina Martsenko2018-12-136-0/+71
* arm64: perf: strip PAC when unwinding userspaceMark Rutland2018-12-132-1/+12
* arm64: expose user PAC bit positions via ptraceMark Rutland2018-12-136-2/+57
* arm64: add basic pointer authentication supportMark Rutland2018-12-136-0/+104
* arm64/cpufeature: detect pointer authenticationMark Rutland2018-12-133-1/+109
* arm64: Don't trap host pointer auth use to EL2Mark Rutland2018-12-131-1/+3
* arm64/kvm: hide ptrauth from guestsMark Rutland2018-12-132-0/+26
* arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland2018-12-133-4/+4
* arm64: add pointer authentication register bitsMark Rutland2018-12-132-1/+32
* arm64: add comments about EC exception levelsKristina Martsenko2018-12-131-7/+7
* arm64: perf: Treat EXCLUDE_EL* bit definitions as unsignedWill Deacon2018-12-131-3/+3
* arm64: kpti: Whitelist Cortex-A CPUs that don't implement the CSV3 fieldWill Deacon2018-12-131-0/+6
* Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon2018-12-1210-184/+1205
|\
| * drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driverKulkarni, Ganapatrao2018-12-064-0/+872
| * Documentation: perf: Add documentation for ThunderX2 PMU uncore driverKulkarni, Ganapatrao2018-12-061-0/+41
| * perf: arm_spe: handle devm_kasprintf() failureNicholas Mc Guire2018-11-291-0/+5
| * drivers/perf: xgene: Add CPU hotplug supportHoan Tran2018-11-212-7/+74
| * perf: arm_spe: Enable automatic DT loadingJeremy Linton2018-11-211-0/+1
| * arm64: perf: set suppress_bind_attrs flag to trueAnders Roxell2018-11-211-0/+1
| * arm64: perf: Fix typos in commentShaokun Zhang2018-11-211-1/+1
| * arm64: perf: Hook up new eventsWill Deacon2018-11-211-0/+24
| * arm64: perf: Move event definitions into perf_event.hWill Deacon2018-11-212-154/+155
| * arm64: perf: Remove duplicate generic cache eventsWill Deacon2018-11-211-4/+0
| * arm64: perf: Add support for Armv8.1 PMCEID register formatWill Deacon2018-11-212-8/+21
| * arm64: perf: Terminate PMU assignment statements with semicolonsWill Deacon2018-11-211-10/+10
* | arm64: enable per-task stack canariesArd Biesheuvel2018-12-125-2/+23
* | arm64: Add memory hotplug supportRobin Murphy2018-12-124-0/+38
* | arm64: percpu: Fix LSE implementation of value-returning pcpu atomicsWill Deacon2018-12-121-1/+1
* | arm64: add <asm/asm-prototypes.h>Mark Rutland2018-12-121-0/+26
* | arm64: mm: Introduce MAX_USER_VA_BITS definitionWill Deacon2018-12-123-10/+8
* | arm64: fix ARM64_USER_VA_BITS_52 buildsArnd Bergmann2018-12-111-1/+1
* | arm64: preempt: Fix big-endian when checking preempt count in assemblyWill Deacon2018-12-112-9/+5
* | arm64: kexec_file: include linux/vmalloc.hArnd Bergmann2018-12-111-0/+1
* | arm64: mm: EXPORT vabits_user to modulesWill Deacon2018-12-101-0/+1
* | Merge branch 'for-next/kexec' into aarch64/for-next/coreWill Deacon2018-12-1018-90/+623
|\ \
| * | arm64: kexec_file: forbid kdump via kexec_file_load()James Morse2018-12-071-0/+4
| * | arm64: kexec_file: Refactor setup_dtb() to consolidate error checkingWill Deacon2018-12-061-30/+34
| * | arm64: kexec_file: add kaslr supportAKASHI Takahiro2018-12-061-1/+18
| * | arm64: kexec_file: add kernel signature verification supportAKASHI Takahiro2018-12-062-5/+42
| * | include: pe.h: remove message[] from mz header definitionAKASHI Takahiro2018-12-061-1/+1
| * | arm64: kexec_file: invoke the kernel without purgatoryAKASHI Takahiro2018-12-063-7/+16
| * | arm64: kexec_file: allow for loading Image-format kernelAKASHI Takahiro2018-12-064-1/+117
| * | arm64: kexec_file: load initrd and device-treeAKASHI Takahiro2018-12-062-0/+202