aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-1/+3
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-19/+3
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-1/+3
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-3/+0
2020-01-28Merge tag 'thermal-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds1-0/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+1
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds27-195/+172
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-33/+36
2020-01-28Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+10
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-01-27Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds80-480/+1142
2020-01-27ARM: configs: Build BCM2711 thermal as moduleStefan Wahren1-0/+1
2020-01-24Merge tag 'irqchip-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-0/+1
2020-01-22arm64: acpi: fix DAIF manipulation with pNMIMark Rutland2-2/+11
2020-01-22irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocationMarc Zyngier1-0/+1
2020-01-22Merge branch 'for-next/rng' into for-next/coreWill Deacon9-2/+118
2020-01-22Merge branch 'for-next/errata' into for-next/coreWill Deacon8-25/+59
2020-01-22Merge branch 'for-next/asm-annotations' into for-next/coreWill Deacon25-104/+112
2020-01-22Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for-next/e0pd', 'for-next/entry', 'for-next/kbuild', 'for-next/kexec/cleanup', 'for-next/kexec/file-kdump', 'for-next/misc', 'for-next/nofpsimd', 'for-next/perf' and 'for-next/scs' into for-next/coreWill Deacon52-349/+844
2020-01-22arm64: kconfig: Fix alignment of E0PD help textWill Deacon1-6/+6
2020-01-22arm64: Use v8.5-RNG entropy for KASLR seedMark Brown2-0/+19
2020-01-22arm64: Implement archrandom.h for ARMv8.5-RNGRichard Henderson8-1/+102
2020-01-21arm64: kbuild: remove compressed images on 'make ARCH=arm64 (dist)clean'Dirk Behme1-1/+1
2020-01-21arm64: entry: Avoid empty alternatives entriesJulien Thierry1-2/+2
2020-01-21arm64: Kconfig: select HAVE_FUTEX_CMPXCHGVladimir Murzin1-0/+1
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar13-22/+48
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller13-22/+48
2020-01-18open: introduce openat2(2) syscallAleksa Sarai2-1/+3
2020-01-17arm64: csum: Fix pathological zero-length callsRobin Murphy1-0/+3
2020-01-17arm64: entry: cleanup sp_el0 manipulationMark Rutland1-10/+7
2020-01-17arm64: entry: cleanup el0 svc handler namingMark Rutland3-6/+6
2020-01-17arm64: entry: mark all entry code as notraceMark Rutland1-2/+2
2020-01-17arm64: assembler: remove smp_dmb macroMark Rutland1-7/+0
2020-01-17arm64: assembler: remove inherit_daif macroMark Rutland1-6/+0
2020-01-17arm64: Use macros instead of hard-coded constants for MAIR_EL1Catalin Marinas2-17/+22
2020-01-17arm64: Add KRYO{3,4}XX CPU cores to spectre-v2 safe listSai Prakash Ranjan2-0/+6
2020-01-17locking/osq: Use optimized spinning loop for arm64Waiman Long1-0/+9
2020-01-16Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds9-16/+41
2020-01-16arm64: kernel: avoid x18 in __cpu_soft_restartArd Biesheuvel1-2/+2
2020-01-16arm64: kvm: stop treating register x18 as caller saveArd Biesheuvel1-21/+24
2020-01-16arm64/lib: copy_page: avoid x18 register in assembler codeArd Biesheuvel1-19/+19
2020-01-16arm64: mm: avoid x18 in idmap_kpti_install_ng_mappingsSami Tolvanen1-31/+32
2020-01-16arm64: fix alternatives with LLVM's integrated assemblerSami Tolvanen1-11/+21
2020-01-16arm64: lse: fix LSE atomics with LLVM's integrated assemblerSami Tolvanen2-3/+22
2020-01-16arm64: Implement optimised checksum routineRobin Murphy3-3/+129
2020-01-16arm64: context: Free up kernel ASIDs if KPTI is not in useVladimir Murzin1-8/+30
2020-01-16arm64: Workaround for Cortex-A55 erratum 1530923Steven Price5-7/+24