aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', 'for-next/zone-dma', 'for-next/relax-icc_pmr_el1-sync', 'for-next/double-page-fault', 'for-next/misc', 'for-next/kselftest-arm64-signal' and 'for-next/kaslr-diagnostics' into for-next/coreCatalin Marinas7-39/+69
2019-11-08arm64: kaslr: Check command line before looking for a seedMark Brown1-5/+6
2019-11-08arm64: kaslr: Announce KASLR status on bootMark Brown1-3/+38
2019-11-08Merge branch 'for-next/perf' into for-next/coreCatalin Marinas1-125/+66
2019-11-07Merge branch 'arm64/ftrace-with-regs' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin Marinas6-64/+273
2019-11-06arm64: ftrace: minimize ifdefferyMark Rutland1-10/+8
2019-11-06arm64: implement ftrace with regsTorsten Duwe4-24/+221
2019-11-06arm64: asm-offsets: add S_FPMark Rutland1-0/+1
2019-11-06arm64: insn: add encoder for MOV (register)Mark Rutland1-0/+13
2019-11-06arm64: module/ftrace: intialize PLT at load timeMark Rutland2-52/+35
2019-11-06arm64: module: rework special section handlingMark Rutland1-9/+26
2019-11-06arm64: kpti: Add NVIDIA's Carmel core to the KPTI whitelistRich Wiley1-0/+1
2019-11-01arm64: perf: Simplify the ARMv8 PMUv3 event attributesShaokun Zhang1-125/+66
2019-10-28Merge branch 'for-next/entry-s-to-c' into for-next/coreCatalin Marinas8-288/+354
2019-10-28Merge branch 'kvm-arm64/erratum-1319367' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into for-next/coreCatalin Marinas1-3/+10
2019-10-28Merge branch 'for-next/neoverse-n1-stale-instr' into for-next/coreCatalin Marinas3-1/+51
2019-10-28arm64: entry-common: don't touch daif before bp-hardeningJames Morse1-3/+15
2019-10-28arm64: Remove asmlinkage from updated functionsJames Morse3-9/+9
2019-10-28arm64: entry: convert el0_sync to CMark Rutland2-201/+227
2019-10-28arm64: entry: convert el1_sync to CMark Rutland3-71/+102
2019-10-28arm64: remove __exception annotationsJames Morse3-10/+7
2019-10-28arm64: Silence clang warning on mismatched value/register sizesCatalin Marinas1-1/+1
2019-10-25arm64: compat: Workaround Neoverse-N1 #1542419 for compat user-spaceJames Morse1-0/+11
2019-10-25arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419James Morse1-1/+7
2019-10-25arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419James Morse2-1/+34
2019-10-25arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill()Yunfeng Ye1-6/+9
2019-10-25arm64: cpufeature: Fix typos in commentShaokun Zhang1-1/+1
2019-10-18arm64: Add ARM64_WORKAROUND_1319367 for all A57 and A72 versionsMarc Zyngier1-3/+10
2019-10-17Merge branch 'errata/tx2-219' into for-next/fixesWill Deacon2-0/+40
2019-10-16arm64: tags: Preserve tags for addresses translated via TTBR1Will Deacon1-2/+2
2019-10-16arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry2-1/+19
2019-10-15arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is clearMarc Zyngier1-2/+4
2019-10-14arm64: hibernate: check pgd table allocationPavel Tatashin1-1/+8
2019-10-14arm64: cpufeature: Treat ID_AA64ZFR0_EL1 as RAZ when SVE is not enabledJulien Grall1-5/+10
2019-10-14firmware: arm_sdei: use common SMCCC_CONDUIT_*Mark Rutland1-1/+2
2019-10-14arm64: errata: use arm_smccc_1_1_get_conduit()Mark Rutland1-25/+12
2019-10-08arm64: armv8_deprecated: Checking return value for memory allocationYunfeng Ye1-0/+5
2019-10-08arm64: Avoid Cavium TX2 erratum 219 when switching TTBRMarc Zyngier2-0/+7
2019-10-08arm64: Enable workaround for Cavium TX2 erratum 219 when running SMTMarc Zyngier1-0/+33
2019-10-07arm64: vdso32: Rename COMPATCC to CC_COMPATWill Deacon1-13/+13
2019-10-07arm64: vdso32: Pass '--target' option to clang via VDSO_CAFLAGSWill Deacon1-1/+5
2019-10-07arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionallyWill Deacon1-4/+2
2019-10-07arm64: vdso32: Move definition of COMPATCC into vdso32/MakefileWill Deacon1-0/+6
2019-10-07arm64: vdso32: Remove jump label config option in MakefileVincenzo Frascino1-3/+0
2019-10-07arm64: vdso32: Detect binutils support for dmb ishldVincenzo Frascino1-0/+9
2019-10-07arm64: vdso: Remove stale files from old assembly implementationVincenzo Frascino1-0/+0
2019-10-07arm64: vdso32: Fix broken compat vDSO build warningsVincenzo Frascino1-2/+0
2019-10-04arm64: ftrace: Ensure synchronisation in PLT setup for Neoverse-N1 #1542419James Morse1-3/+9
2019-10-04arm64: Fix incorrect irqflag restore for priority masking for compatJames Morse1-0/+1
2019-10-04arm64: cpufeature: Effectively expose FRINT capability to userspaceJulien Grall1-0/+1