summaryrefslogtreecommitdiffstats
path: root/arch/arm64
AgeCommit message (Expand)Author
2020-07-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-07-09arm64/alternatives: don't patch up internal branchesArd Biesheuvel
2020-07-09arm64: Add missing sentinel to erratum_1463225Florian Fainelli
2020-07-08arm64: kgdb: Fix single-step exception handling oopsWei Li
2020-07-08arm64: entry: Tidy up block comments and label numbersWill Deacon
2020-07-08arm64: Rework ARM_ERRATUM_1414080 handlingMarc Zyngier
2020-07-08arm64: arch_timer: Allow an workaround descriptor to disable compat vdsoMarc Zyngier
2020-07-08arm64: Introduce a way to disable the 32bit vdsoMarc Zyngier
2020-07-08arm64: entry: Fix the typo in the comment of el1_dbg()Kevin Hao
2020-07-08KVM: arm64: Fix definition of PAGE_HYP_DEVICEWill Deacon
2020-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-07-06KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTARTAndrew Scull
2020-07-06KVM: arm64: PMU: Fix per-CPU access in preemptible contextMarc Zyngier
2020-07-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-07-03vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig
2020-07-03arm64: Add KRYO4XX silver CPU cores to erratum list 1530923 and 1024718Sai Prakash Ranjan
2020-07-03arm64: Add KRYO4XX gold CPU cores to erratum list 1463225 and 1418040Sai Prakash Ranjan
2020-07-03arm64: Add MIDR value for KRYO4XX gold CPU coresSai Prakash Ranjan
2020-07-02arm64/alternatives: use subsections for replacement sequencesArd Biesheuvel
2020-06-28Merge tag 'arm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-28Merge tag 'imx-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann
2020-06-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-06-26arm64: use PAGE_KERNEL_ROX directly in alloc_insn_pageChristoph Hellwig
2020-06-25arm64: Add KRYO{3,4}XX silver CPU cores to SSB safelistSai Prakash Ranjan
2020-06-25arm64: perf: Report the PC value in REGS_ABI_32 modeJiping Ma
2020-06-24arm64: kpti: Add KRYO{3, 4}XX silver CPU cores to kpti safelistSai Prakash Ranjan
2020-06-24arm64: Don't insert a BTI instruction at inner labelsJean-Philippe Brucker
2020-06-24arm64: vdso: Don't use gcc plugins for building vgettimeofday.cAlexander Popov
2020-06-24arm64: vdso: Only pass --no-eh-frame-hdr when linker supports itWill Deacon
2020-06-23arm64: Depend on newer binutils when building PACMark Brown
2020-06-23arm64: compat: Remove 32-bit sigreturn code from the vDSOWill Deacon
2020-06-23arm64: compat: Always use sigpage for sigreturn trampolineWill Deacon
2020-06-23arm64: compat: Allow 32-bit vdso and sigpage to co-existWill Deacon
2020-06-23arm64: vdso: Disable dwarf unwinding through the sigreturn trampolineWill Deacon
2020-06-23KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbellMarc Zyngier
2020-06-22KVM: arm64: pvtime: Ensure task delay accounting is enabledAndrew Jones
2020-06-22KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVESteven Price
2020-06-22KVM: arm64: Annotate hyp NMI-related functions as __always_inlineAlexandru Elisei
2020-06-21Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig
2020-06-18arm64: dts: imx8mm-beacon: Fix voltages on LDO1 and LDO2Adam Ford
2020-06-18arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon
2020-06-18arm64: kexec_file: Use struct_size() in kmalloc()Gustavo A. R. Silva
2020-06-18arm64: mm: reserve hugetlb CMA after numa_initBarry Song
2020-06-18arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage rangeRobin Gong
2020-06-18arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage rangeRobin Gong
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-17arm64: bti: Require clang >= 10.0.1 for in-kernel BTI supportWill Deacon
2020-06-17kconfig: unify cc-option and as-optionMasahiro Yamada