summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-25107-1099/+3043
|\
| * 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: 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-134-0/+55
| * arm64: perf: strip PAC when unwinding userspaceMark Rutland2018-12-132-1/+12
| * arm64: expose user PAC bit positions via ptraceMark Rutland2018-12-135-2/+56
| * 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-122-176/+209
| |\
| | * 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-211-7/+18
| | * 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-1012-17/+545
| |\ \
| | * | 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
| | * | 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
| | * | arm64: enable KEXEC_FILE configAKASHI Takahiro2018-12-063-1/+27
| | * | arm64: cpufeature: add MMFR0 helper functionsAKASHI Takahiro2018-12-061-0/+48
| | * | arm64: add image head flag definitionsAKASHI Takahiro2018-12-063-9/+74
| | |/
| * | Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/coreWill Deacon2018-12-108-16/+123
| |\ \
| | * | arm64: Add configuration/documentation for Cortex-A76 erratum 1165522Marc Zyngier2018-12-101-0/+12
| | * | arm64: KVM: Handle ARM erratum 1165522 in TLB invalidationMarc Zyngier2018-12-101-15/+51