summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2020-05-18arm64: Call debug_traps_init() from trap_init() to help early kgdbDouglas Anderson3-4/+4
2020-05-18arm64: entry-ftrace.S: Update comment to indicate that x18 is liveWill Deacon1-2/+3
2020-05-18scs: Move DEFINE_SCS macro into core codeWill Deacon1-4/+0
2020-05-18scs: Move scs_overflow_check() out of architecture codeWill Deacon3-21/+1
2020-05-18arm64: scs: Use 'scs_sp' register alias for x18Will Deacon3-8/+10
2020-05-18arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon3-8/+7
2020-05-16Merge tag 'arm-soc-fixes-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds31-123/+95
2020-05-16Merge tag 'renesas-fixes-for-v5.7-tag2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann6-14/+2
2020-05-16Merge tag 'sunxi-fixes-for-5.7-1' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2-19/+1
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2020-05-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+1
2020-05-15arm64: scs: Add shadow stacks for SDEISami Tolvanen2-1/+18
2020-05-15arm64: Implement Shadow Call StackSami Tolvanen9-2/+114
2020-05-15arm64: Disable SCS for hypervisor codeSami Tolvanen1-1/+1
2020-05-15arm64: vdso: Disable Shadow Call StackSami Tolvanen1-1/+1
2020-05-15arm64: efi: Restore register x18 if it was corruptedSami Tolvanen1-1/+10
2020-05-15arm64: Preserve register x18 when CPU is suspendedSami Tolvanen2-1/+15
2020-05-15arm64: Reserve register x18 from general allocation with SCSSami Tolvanen1-0/+4
2020-05-15arm64: dts: mt8173: fix vcodec-enc clockHsin-Yi Wang1-2/+2
2020-05-15bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann1-0/+1
2020-05-15arm64: dts: renesas: Make hdmi encoder nodes compliant with DT bindingsRicardo CaƱuelo6-14/+2
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi2-1/+3
2020-05-14arm64: defconfig: add MEDIA_PLATFORM_SUPPORTMax Krummenacher1-0/+1
2020-05-14arm64: defconfig: ARCH_R8A7795: follow changed config symbol nameMax Krummenacher1-1/+2
2020-05-14arm64: defconfig: add DRM_DISPLAY_CONNECTORMax Krummenacher1-0/+1
2020-05-14arm64: defconfig: DRM_DUMB_VGA_DAC: follow changed config symbol nameMax Krummenacher1-1/+1
2020-05-14Merge tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kh...Arnd Bergmann4-3/+6
2020-05-14Merge tag 'v5.7-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann7-36/+16
2020-05-14Merge tag 'tegra-for-5.7-arm64-defconfig-fixes' of git://git.kernel.org/pub/s...Arnd Bergmann1-1/+1
2020-05-14Merge tag 'renesas-fixes-for-v5.7-tag1' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann1-0/+2
2020-05-14Merge tag 'imx-fixes-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann6-40/+40
2020-05-14Merge tag 'qcom-arm64-fixes-for-5.7' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann4-8/+22
2020-05-12arm64: bti: Fix support for userspace only BTIMark Brown1-0/+8
2020-05-12arm64: cpufeature: Add "or" to mitigations for multiple errataGeert Uytterhoeven1-3/+3
2020-05-12arm64: kconfig: Update and comment GCC version check for kernel BTIWill Deacon1-1/+2
2020-05-11arm64/crash_core: Export KERNELPACMASK in vmcoreinfoAmit Daniel Kachhap2-4/+4
2020-05-11bpf, arm64: Optimize ADD,SUB,JMP BPF_K using arm64 add/sub immediatesLuke Nelson2-6/+38
2020-05-11bpf, arm64: Optimize AND,OR,XOR,JSET BPF_K using arm64 logical immediatesLuke Nelson2-8/+43
2020-05-11arm64: insn: Fix two bugs in encoding 32-bit logical immediatesLuke Nelson1-7/+7
2020-05-11arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig1-0/+1
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2-2/+0
2020-05-08crypto: arm64/aes-glue - use crypto_shash_tfm_digest()Eric Biggers1-3/+1
2020-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+2
2020-05-07arm64: vdso: Map the vDSO text with guarded pages when built for BTIMark Brown1-1/+5
2020-05-07arm64: vdso: Force the vDSO to be linked as BTI when built for BTIMark Brown1-1/+3
2020-05-07arm64: vdso: Annotate for BTIMark Brown3-0/+9
2020-05-07arm64: asm: Provide a mechanism for generating ELF note for BTIMark Brown1-0/+50
2020-05-07arm64: bti: Provide Kconfig for kernel mode BTIMark Brown1-0/+19
2020-05-07arm64: mm: Mark executable text as guarded pagesMark Brown1-2/+2
2020-05-07arm64: bpf: Annotate JITed code for BTIMark Brown2-0/+20