summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2020-03-24arm64: Declare ACPI parking protocol CPU operation if neededGavin Shan1-0/+2
2020-03-24KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIsMarc Zyngier1-1/+2
2020-03-24KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disableMarc Zyngier1-0/+1
2020-03-24arm64: move kimage_vaddr to .rodataRemi Denis-Courmont1-5/+7
2020-03-24arm64: use mov_q instead of literal ldrRemi Denis-Courmont5-12/+8
2020-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-4/+4
2020-03-23Merge 5.6-rc7 into tty-nextGreg Kroah-Hartman5-11/+28
2020-03-21arm64: vdso32: Enable Clang CompilationVincenzo Frascino1-0/+11
2020-03-21arm64: vdso32: Include common headers in the vdso libraryVincenzo Frascino2-3/+1
2020-03-21arm64: vdso: Include common headers in the vdso libraryVincenzo Frascino2-3/+0
2020-03-21arm64: Introduce asm/vdso/processor.hVincenzo Frascino2-5/+19
2020-03-21arm64: vdso32: Code clean upVincenzo Frascino2-20/+0
2020-03-21arm64: Introduce asm/vdso/clocksource.hVincenzo Frascino2-2/+9
2020-03-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-11/+26
2020-03-20arm64: Kconfig: verify binutils support for ARM64_PTR_AUTHNick Desaulniers1-0/+4
2020-03-20arm64: alternative: fix build with clang integrated assemblerIlie Halip1-1/+1
2020-03-20crypto: arm/neon - memzero_explicit aes-cbc keyTorsten Duwe1-0/+1
2020-03-20crypto: arm64/chacha - correctly walk through blocksJason A. Donenfeld1-4/+4
2020-03-19arm64: compat: Fix syscall number of compat_clock_getresVincenzo Frascino1-1/+1
2020-03-19arm64: kpti: Fix "kpti=off" when KASLR is enabledWill Deacon2-5/+5
2020-03-18arm64: compile the kernel with ptrauth return address signingKristina Martsenko2-1/+34
2020-03-18arm64: suspend: restore the kernel ptrauth keysAmit Daniel Kachhap3-4/+8
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: mask PAC bits of __builtin_return_addressAmit Daniel Kachhap3-8/+26
2020-03-18arm64: initialize ptrauth keys for kernel booting taskAmit Daniel Kachhap2-1/+15
2020-03-18arm64: initialize and switch ptrauth kernel keysKristina Martsenko9-0/+62
2020-03-18arm64: enable ptrauth earlierKristina Martsenko4-10/+49
2020-03-18arm64: cpufeature: handle conflicts based on capabilityKristina Martsenko2-16/+25
2020-03-18arm64: cpufeature: Move cpu capability helpers inside C fileAmit Daniel Kachhap2-12/+13
2020-03-18arm64: ptrauth: Add bootup/runtime flags for __cpu_setupAmit Daniel Kachhap4-11/+27
2020-03-18arm64: install user ptrauth keys at kernel exit timeKristina Martsenko6-26/+64
2020-03-18arm64: rename ptrauth key structures to be user-specificKristina Martsenko4-19/+19
2020-03-18arm64: cpufeature: add pointer auth meta-capabilitiesKristina Martsenko3-6/+29
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 Murray3-17/+77
2020-03-17KVM: arm64: limit PMU version to PMUv3 for ARMv8.1Andrew Murray2-0/+16
2020-03-17arm64: cpufeature: Extract capped perfmon fieldsAndrew Murray1-0/+23
2020-03-17arm64: perf: Clean up enable/disable callsRobin Murphy1-52/+35
2020-03-17arm64: define __alloc_zeroed_user_highpageglider@google.com1-0/+4
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-17arm64: fix spelling mistake "ca not" -> "cannot"韩科才1-1/+1
2020-03-16arm64: dts: ls1046ardb: set RGMII interfaces to RGMII_ID modeMadalin Bucur1-2/+2
2020-03-16arm64: dts: ls1043a-rdb: correct RGMII delay mode to rgmii-idMadalin Bucur1-2/+2
2020-03-16Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini7-15/+23