index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
Makefile
Age
Commit message (
Expand
)
Author
2022-12-13
Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-11-09
arm64: implement dynamic shadow call stack for Clang
Ard Biesheuvel
2022-11-09
arm64: efi: Move efi-entry.S into the libstub source directory
Ard Biesheuvel
2022-10-10
Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2022-10-02
kbuild: use obj-y instead extra-y for objects placed at the head
Masahiro Yamada
2022-09-06
arm64: compat: Implement misalignment fixups for multiword loads
Ard Biesheuvel
2022-07-25
Merge branch 'for-next/boot' into for-next/core
Will Deacon
2022-06-24
arm64: head: avoid relocating the kernel twice for KASLR
Ard Biesheuvel
2022-06-23
arm64: kasan: do not instrument stacktrace.c
Andrey Konovalov
2022-05-10
arm64: vdso: fix makefile dependency on vdso.so
Joey Gouly
2022-02-15
arm64: mte: Dump the MTE tags in the core file
Catalin Marinas
2021-10-24
kbuild: use more subdir- for visiting subdirectories while cleaning
Masahiro Yamada
2021-07-15
arm64: entry: fix KCOV suppression
Mark Rutland
2021-06-24
Merge branch 'for-next/insn' into for-next/core
Will Deacon
2021-06-07
arm64: idle: don't instrument idle code with KCOV
Mark Rutland
2021-06-07
arm64: entry: don't instrument entry code with KCOV
Mark Rutland
2021-05-27
arm64: Move instruction encoder/decoder under lib/
Julien Thierry
2021-05-27
arm64: Move patching utilities out of instruction encoding/decoding
Julien Thierry
2021-04-08
arm64: entry: Enable random_kstack_offset support
Kees Cook
2021-02-12
Merge branch 'for-next/vdso' into for-next/core
Will Deacon
2021-02-09
arm64: cpufeature: Add an early command-line cpufeature override facility
Marc Zyngier
2021-01-20
arm64: do not descend to vdso directories twice
Masahiro Yamada
2020-12-01
arm64: scs: use vmapped IRQ and SDEI shadow stacks
Sami Tolvanen
2020-10-02
Merge branch 'for-next/mte' into for-next/core
Will Deacon
2020-10-02
Merge branch 'for-next/ghostbusters' into for-next/core
Will Deacon
2020-09-29
arm64: Move SSBD prctl() handler alongside other spectre mitigation code
Will Deacon
2020-09-29
arm64: Introduce separate file for spectre mitigations and reporting
Will Deacon
2020-09-29
arm64: Remove Spectre-related CONFIG_* options
Will Deacon
2020-09-07
arm64: get rid of TEXT_OFFSET
Ard Biesheuvel
2020-09-04
arm64: mte: Handle synchronous and asynchronous tag check faults
Vincenzo Frascino
2020-06-23
arm64: compat: Allow 32-bit vdso and sigpage to co-exist
Will Deacon
2020-05-15
arm64: Implement Shadow Call Stack
Sami Tolvanen
2020-03-09
arm64: efi: add efi-entry.o to targets instead of extra-$(CONFIG_EFI)
Masahiro Yamada
2019-10-28
arm64: entry: convert el1_sync to C
Mark Rutland
2019-06-22
arm64: vdso: Enable vDSO compat support
Vincenzo Frascino
2019-04-23
arm64: compat: Add KUSER_HELPERS config option
Vincenzo Frascino
2019-04-23
arm64: compat: Split kuser32
Vincenzo Frascino
2019-04-09
arm64: Makefile: Replace -pg with CC_FLAGS_FTRACE
Torsten Duwe
2019-01-04
arm64: replace arm64-obj-* in Makefile with obj-*
Masahiro Yamada
2018-12-13
arm64: add prctl control for resetting ptrauth keys
Kristina Martsenko
2018-12-10
Merge branch 'for-next/kexec' into aarch64/for-next/core
Will Deacon
2018-12-10
arm64: remove arm64ksyms.c
Mark Rutland
2018-12-06
arm64: kexec_file: allow for loading Image-format kernel
AKASHI Takahiro
2018-12-06
arm64: enable KEXEC_FILE config
AKASHI Takahiro
2018-09-11
arm64: kernel: arch_crash_save_vmcoreinfo() should depend on CONFIG_CRASH_CORE
James Morse
2018-07-12
arm64: convert compat wrappers to C
Mark Rutland
2018-07-12
arm64: convert raw syscall invocation to C
Mark Rutland
2018-05-31
arm64: ssbd: Add prctl interface for per-thread mitigation
Marc Zyngier
2018-04-11
arm64: Move the content of bpi.S to hyp-entry.S
Marc Zyngier
2018-04-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
[next]