aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-03-16arm64: BTI: Reset BTYPE when skipping emulated instructionsDave Martin1-0/+2
2020-03-16arm64: traps: Shuffle code to eliminate forward declarationsDave Martin1-52/+55
2020-03-16arm64: unify native/compat instruction skippingDave Martin1-10/+8
2020-03-16arm64: BTI: Decode BYTPE bits when printing PSTATEDave Martin1-2/+15
2020-03-16arm64: elf: Enable BTI at exec based on ELF program propertiesDave Martin1-0/+19
2020-03-16arm64: Basic Branch Target Identification supportDave Martin7-1/+88
2020-03-11arm64: entry: unmask IRQ in el0_sp()Mark Rutland1-1/+1
2020-03-11arm64: Mark call_smc_arch_workaround_1 as __maybe_unusedNathan Chancellor1-1/+1
2020-03-11arm64: entry-ftrace.S: Fix missing argument for CONFIG_FUNCTION_GRAPH_TRACER=yKunihiko Hayashi1-1/+1
2020-03-09arm64: efi: add efi-entry.o to targets instead of extra-$(CONFIG_EFI)Masahiro Yamada1-1/+1
2020-03-09arm64: vdso32: Convert to modern assembler annotationsMark Brown1-15/+8
2020-03-09arm64: vdso: Convert to modern assembler annotationsMark Brown1-2/+2
2020-03-09arm64: sdei: Annotate SDEI entry points using new style annotationsMark Brown1-6/+6
2020-03-09arm64: kvm: Modernize __smccc_workaround_1_smc_start annotationsMark Brown1-8/+6
2020-03-09arm64: kvm: Modernize annotation for __bp_harden_hyp_vecsMark Brown1-1/+1
2020-03-09arm64: kernel: Convert to modern annotations for assembly dataMark Brown2-6/+10
2020-03-09arm64: head: Annotate stext and preserve_boot_args as codeMark Brown1-4/+4
2020-03-09arm64: head.S: Convert to modern annotations for assembly functionsMark Brown1-28/+28
2020-03-09arm64: ftrace: Modernise annotation of return_to_handlerMark Brown1-2/+2
2020-03-09arm64: ftrace: Correct annotation of ftrace_caller assemblyMark Brown1-8/+8
2020-03-09arm64: entry-ftrace.S: Convert to modern annotations for assembly functionsMark Brown1-14/+14
2020-03-09arm64: entry: Additional annotation conversions for entry.SMark Brown1-8/+8
2020-03-09arm64: entry: Annotate ret_from_fork as codeMark Brown1-2/+2
2020-03-09arm64: entry: Annotate vector table and handlers as codeMark Brown1-38/+38
2020-03-06arm64: use activity monitors for frequency invarianceIonela Voinescu2-0/+184
2020-03-06arm64: add support for the AMU extension v1Ionela Voinescu1-0/+66
2020-03-04arm64: remove gratuitious/stray .ltorg stanzasRemi Denis-Courmont2-3/+0
2020-03-02arm64: perf: Support new DT compatiblesRobin Murphy1-0/+56
2020-03-02arm64: perf: Refactor PMU init callbacksRobin Murphy1-97/+27
2020-02-29efi/arm64: Clean EFI stub exit code from cache instead of avoiding itArd Biesheuvel2-15/+15
2020-02-26Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/coreIngo Molnar3-73/+24
2020-02-23efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel1-2/+2
2020-02-23efi/libstub: Clean up command line parsing routineArd Biesheuvel1-0/+1
2020-02-22efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel3-71/+21
2020-02-12arm64: time: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-02-11arm64: Fix CONFIG_ARCH_RANDOM=n buildRobin Murphy1-0/+1
2020-02-10arm64: ssbs: Fix context-switch when SSBS is present on all CPUsWill Deacon1-0/+7
2020-02-10arm64: use shared sysctl constantsMatteo Croce1-4/+2
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-2/+2
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-3/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+4
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds21-157/+475
2020-01-22arm64: acpi: fix DAIF manipulation with pNMIMark Rutland1-1/+1
2020-01-22Merge branch 'for-next/rng' into for-next/coreWill Deacon3-0/+26
2020-01-22Merge branch 'for-next/errata' into for-next/coreWill Deacon1-6/+19
2020-01-22Merge branch 'for-next/asm-annotations' into for-next/coreWill Deacon1-1/+4
2020-01-22Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for-next/e0pd', 'for-next/entry', 'for-next/kbuild', 'for-next/kexec/cleanup', 'for-next/kexec/file-kdump', 'for-next/misc', 'for-next/nofpsimd', 'for-next/perf' and 'for-next/scs' into for-next/coreWill Deacon19-149/+425
2020-01-22arm64: Use v8.5-RNG entropy for KASLR seedMark Brown1-0/+11
2020-01-22arm64: Implement archrandom.h for ARMv8.5-RNGRichard Henderson2-0/+15
2020-01-21arm64: entry: Avoid empty alternatives entriesJulien Thierry1-2/+2