summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2020-01-07arm64: Implement copy_thread_tlsAmanieu d'Antras
2019-12-20arm64: cpu_errata: Add Hisilicon TSV110 to spectre-v2 safe listWei Li
2019-12-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-12-06arm64: entry: refine comment of stack overflow checkHeyi Guo
2019-12-06arm64: ftrace: fix ifdefferyMark Rutland
2019-12-06arm64: KVM: Invoke compute_layout() before alternatives are appliedSebastian Andrzej Siewior
2019-12-04arm64: insn: consistently handle exit textMark Rutland
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini
2019-11-21Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas
2019-11-08arm64: kaslr: Check command line before looking for a seedMark Brown
2019-11-08arm64: kaslr: Announce KASLR status on bootMark Brown
2019-11-08Merge branch 'for-next/perf' into for-next/coreCatalin Marinas
2019-11-07Merge branch 'arm64/ftrace-with-regs' of git://git.kernel.org/pub/scm/linux/k...Catalin Marinas
2019-11-06arm64: ftrace: minimize ifdefferyMark Rutland
2019-11-06arm64: implement ftrace with regsTorsten Duwe
2019-11-06arm64: asm-offsets: add S_FPMark Rutland
2019-11-06arm64: insn: add encoder for MOV (register)Mark Rutland
2019-11-06arm64: module/ftrace: intialize PLT at load timeMark Rutland
2019-11-06arm64: module: rework special section handlingMark Rutland
2019-11-06arm64: kpti: Add NVIDIA's Carmel core to the KPTI whitelistRich Wiley
2019-11-04arm64: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook
2019-11-01arm64: perf: Simplify the ARMv8 PMUv3 event attributesShaokun Zhang
2019-11-01arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 coreFlorian Fainelli
2019-11-01arm64: Brahma-B53 is SSB and spectre v2 safeFlorian Fainelli
2019-11-01arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 coreDoug Berger
2019-10-31arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for KryoBjorn Andersson
2019-10-29arm64: cpufeature: Enable Qualcomm Falkor/Kryo errata 1003Bjorn Andersson
2019-10-28Merge branch 'for-next/entry-s-to-c' into for-next/coreCatalin Marinas
2019-10-28Merge branch 'kvm-arm64/erratum-1319367' of git://git.kernel.org/pub/scm/linu...Catalin Marinas
2019-10-28Merge branch 'for-next/neoverse-n1-stale-instr' into for-next/coreCatalin Marinas
2019-10-28arm64: entry-common: don't touch daif before bp-hardeningJames Morse
2019-10-28arm64: Remove asmlinkage from updated functionsJames Morse
2019-10-28arm64: entry: convert el0_sync to CMark Rutland
2019-10-28arm64: entry: convert el1_sync to CMark Rutland
2019-10-28arm64: remove __exception annotationsJames Morse
2019-10-28arm64: Silence clang warning on mismatched value/register sizesCatalin Marinas
2019-10-25arm64: compat: Workaround Neoverse-N1 #1542419 for compat user-spaceJames Morse
2019-10-25arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419James Morse
2019-10-25arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419James Morse
2019-10-25arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill()Yunfeng Ye
2019-10-25arm64: cpufeature: Fix typos in commentShaokun Zhang
2019-10-21arm64: Retrieve stolen time as paravirtualized guestSteven Price