summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorLines
2022-06-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-77/+69
2022-06-16arm64/cpufeature: Unexport set_cpu_feature()Mark Brown-1/+0
2022-06-15arm64: ftrace: remove redundant labelMark Rutland-1/+0
2022-06-15arm64: ftrace: consistently handle PLTs.Mark Rutland-71/+66
2022-06-15arm64: ftrace: fix branch range checksMark Rutland-2/+2
2022-06-15Revert "arm64: Initialize jump labels before setup_machine_fdt()"Catalin Marinas-4/+3
2022-06-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-9/+1
2022-06-10arm64: Add kasan_hw_tags_enable() prototype to silence sparseCatalin Marinas-0/+6
2022-06-10arm64/sme: Fix EFI save/restoreMark Brown-4/+14
2022-06-10arm64/fpsimd: Fix typo in commentXiang wangx-1/+1
2022-06-09KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHEWill Deacon-9/+1
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+7
2022-06-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-5/+6
2022-06-02arm64: Initialize jump labels before setup_machine_fdt()Stephen Boyd-3/+4
2022-06-02arm64: hibernate: Fix syntax errors in commentsXiang wangx-1/+1
2022-06-02arm64: Remove the __user annotation for the restore_za_context() argumentCatalin Marinas-1/+1
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-2/+1
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-25/+4
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+14
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki-2/+1
2022-05-25Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-8/+7
2022-05-24Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-0/+1
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+3
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+2
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+4
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-327/+1563
2022-05-23Merge branch 'pm-cpufreq'Rafael J. Wysocki-0/+1
2022-05-20Merge branch 'for-next/esr-elx-64-bit' into for-next/coreCatalin Marinas-56/+56
2022-05-20Merge branch 'for-next/sysreg-gen' into for-next/coreCatalin Marinas-70/+71
2022-05-20Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subp...Catalin Marinas-229/+1464
2022-05-19arm64: Use do_kernel_power_off()Dmitry Osipenko-2/+1
2022-05-18arm64/sve: Move sve_free() into SVE code sectionGeert Uytterhoeven-17/+16
2022-05-17arm64: mte: Ensure the cleared tags are visible before setting the PTECatalin Marinas-0/+3
2022-05-17arm64: kexec: load from kimage prior to clobberingMark Rutland-7/+15
2022-05-17arm64: paravirt: Use RCU read locks to guard stolen_timePrakruthi Deepak Heragu-8/+21
2022-05-17arm64: lds: move special code sections out of kernel exec segmentArd Biesheuvel-9/+12
2022-05-16arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.hMark Brown-26/+26
2022-05-16arm64/sme: Standardise bitfield names for SVCRMark Brown-3/+3
2022-05-16arm64/fp: Rename SVE and SME LEN field name to _WIDTHMark Brown-2/+2
2022-05-16Merge branch 'for-next/sme' into for-next/sysreg-genCatalin Marinas-112/+1299
2022-05-16arm64/sve: Make kernel FPU protection RT friendlySebastian Andrzej Siewior-2/+14
2022-05-16arm64/sve: Delay freeing memory in fpsimd_flush_thread()Sebastian Andrzej Siewior-2/+15
2022-05-12arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUsShreyas K K-0/+2
2022-05-12arm64: cpufeature: remove duplicate ID_AA64ISAR2_EL1 entryKristina Martsenko-2/+1
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra-31/+37
2022-05-11arm64: Declare non global symbols as staticLinu Cherian-1/+1
2022-05-10arm64: vdso: fix makefile dependency on vdso.soJoey Gouly-6/+4
2022-05-08arm64: entry: use stackleak_erase_on_task_stack()Mark Rutland-1/+1
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook-1/+2
2022-05-07arm64: kdump: Reimplement crashkernel=XChen Zhou-4/+17