aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-03-18arm64: suspend: restore the kernel ptrauth keysAmit Daniel Kachhap1-2/+2
2020-03-18arm64: __show_regs: strip PAC from lr in printkAmit Daniel Kachhap1-1/+1
2020-03-18arm64: unwind: strip PAC from kernel addressesMark Rutland1-1/+4
2020-03-18arm64: initialize and switch ptrauth kernel keysKristina Martsenko4-0/+18
2020-03-18arm64: enable ptrauth earlierKristina Martsenko1-10/+3
2020-03-18arm64: cpufeature: handle conflicts based on capabilityKristina Martsenko1-14/+15
2020-03-18arm64: cpufeature: Move cpu capability helpers inside C fileAmit Daniel Kachhap1-0/+13
2020-03-18arm64: ptrauth: Add bootup/runtime flags for __cpu_setupAmit Daniel Kachhap2-0/+4
2020-03-18arm64: install user ptrauth keys at kernel exit timeKristina Martsenko4-4/+14
2020-03-18arm64: rename ptrauth key structures to be user-specificKristina Martsenko2-12/+12
2020-03-18arm64: cpufeature: add pointer auth meta-capabilitiesKristina Martsenko1-1/+24
2020-03-18arm64: cpufeature: Fix meta-capability cpufeature checkAmit Daniel Kachhap1-1/+20
2020-03-17arm64: smp: fix crash_smp_send_stop() behaviourCristian Marussi1-2/+6
2020-03-17arm64: smp: fix smp_send_stop() behaviourCristian Marussi1-3/+14
2020-03-17arm64: perf: Add support for ARMv8.5-PMU 64-bit countersAndrew Murray1-16/+71
2020-03-17arm64: perf: Clean up enable/disable callsRobin Murphy1-52/+35
2020-03-17arm64/kernel: Simplify __cpu_up() by bailing out earlyGavin Shan1-42/+37
2020-03-17arm64: remove redundant blank for '=' operator韩科才1-1/+1
2020-03-17arm64: kexec_file: Fixed code style.Li Tao1-1/+1
2020-03-17arm64: add blank after 'if'Zheng Wei1-1/+1
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