summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-04-091-1/+1
|\
| * arm64: armv8_deprecated: Fix undef_hook mask for thumb setendFredrik Strupe2020-04-081-1/+1
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-033-0/+3
|\ \
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-253-0/+3
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-3127-431/+808
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-next/kernel-ptrauth' into for-next/coreCatalin Marinas2020-03-2510-38/+122
| |\ \
| | * | arm64: suspend: restore the kernel ptrauth keysAmit Daniel Kachhap2020-03-181-2/+2
| | * | arm64: __show_regs: strip PAC from lr in printkAmit Daniel Kachhap2020-03-181-1/+1
| | * | arm64: unwind: strip PAC from kernel addressesMark Rutland2020-03-181-1/+4
| | * | arm64: initialize and switch ptrauth kernel keysKristina Martsenko2020-03-184-0/+18
| | * | arm64: enable ptrauth earlierKristina Martsenko2020-03-181-10/+3
| | * | arm64: cpufeature: handle conflicts based on capabilityKristina Martsenko2020-03-181-14/+15
| | * | arm64: cpufeature: Move cpu capability helpers inside C fileAmit Daniel Kachhap2020-03-181-0/+13
| | * | arm64: ptrauth: Add bootup/runtime flags for __cpu_setupAmit Daniel Kachhap2020-03-182-0/+4
| | * | arm64: install user ptrauth keys at kernel exit timeKristina Martsenko2020-03-184-4/+14
| | * | arm64: rename ptrauth key structures to be user-specificKristina Martsenko2020-03-182-12/+12
| | * | arm64: cpufeature: add pointer auth meta-capabilitiesKristina Martsenko2020-03-181-1/+24
| | * | arm64: cpufeature: Fix meta-capability cpufeature checkAmit Daniel Kachhap2020-03-181-1/+20
| * | | Merge branch 'for-next/asm-cleanups' into for-next/coreCatalin Marinas2020-03-254-10/+10
| |\ \ \
| | * | | arm64: move kimage_vaddr to .rodataRemi Denis-Courmont2020-03-241-5/+7
| | * | | arm64: use mov_q instead of literal ldrRemi Denis-Courmont2020-03-243-5/+3
| * | | | Merge branch 'for-next/asm-annotations' into for-next/coreCatalin Marinas2020-03-256-144/+139
| |\ \ \ \
| | * | | | arm64: head: Convert install_el2_stub to SYM_INNER_LABELMark Brown2020-03-251-1/+1
| | |/ / /
| | * | | arm64: Mark call_smc_arch_workaround_1 as __maybe_unusedNathan Chancellor2020-03-111-1/+1
| | * | | arm64: entry-ftrace.S: Fix missing argument for CONFIG_FUNCTION_GRAPH_TRACER=yKunihiko Hayashi2020-03-111-1/+1
| | * | | arm64: vdso32: Convert to modern assembler annotationsMark Brown2020-03-091-15/+8
| | * | | arm64: vdso: Convert to modern assembler annotationsMark Brown2020-03-091-2/+2
| | * | | arm64: sdei: Annotate SDEI entry points using new style annotationsMark Brown2020-03-091-6/+6
| | * | | arm64: kvm: Modernize __smccc_workaround_1_smc_start annotationsMark Brown2020-03-091-8/+6
| | * | | arm64: kvm: Modernize annotation for __bp_harden_hyp_vecsMark Brown2020-03-091-1/+1
| | * | | arm64: kernel: Convert to modern annotations for assembly dataMark Brown2020-03-092-6/+10
| | * | | arm64: head: Annotate stext and preserve_boot_args as codeMark Brown2020-03-091-4/+4
| | * | | arm64: head.S: Convert to modern annotations for assembly functionsMark Brown2020-03-091-28/+28
| | * | | arm64: ftrace: Modernise annotation of return_to_handlerMark Brown2020-03-091-2/+2
| | * | | arm64: ftrace: Correct annotation of ftrace_caller assemblyMark Brown2020-03-091-8/+8
| | * | | arm64: entry-ftrace.S: Convert to modern annotations for assembly functionsMark Brown2020-03-091-14/+14
| | * | | arm64: entry: Additional annotation conversions for entry.SMark Brown2020-03-091-8/+8
| | * | | arm64: entry: Annotate ret_from_fork as codeMark Brown2020-03-091-2/+2
| | * | | arm64: entry: Annotate vector table and handlers as codeMark Brown2020-03-091-38/+38
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas2020-03-2513-241/+539
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | | | | * | arm64: perf: Add support for ARMv8.5-PMU 64-bit countersAndrew Murray2020-03-171-16/+71
| | | | | * | arm64: perf: Clean up enable/disable callsRobin Murphy2020-03-171-52/+35
| | | | | * | arm64: perf: Support new DT compatiblesRobin Murphy2020-03-021-0/+56
| | | | | * | arm64: perf: Refactor PMU init callbacksRobin Murphy2020-03-021-97/+27
| | |_|_|/ / | |/| | | |
| | | | * | arm64/kernel: Simplify __cpu_up() by bailing out earlyGavin Shan2020-03-171-42/+37
| | | | * | arm64: remove redundant blank for '=' operator韩科才2020-03-171-1/+1
| | | | * | arm64: kexec_file: Fixed code style.Li Tao2020-03-171-1/+1
| | | | * | arm64: add blank after 'if'Zheng Wei2020-03-171-1/+1
| | | | * | arm64: entry: unmask IRQ in el0_sp()Mark Rutland2020-03-111-1/+1
| | | | * | arm64: efi: add efi-entry.o to targets instead of extra-$(CONFIG_EFI)Masahiro Yamada2020-03-091-1/+1