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