Age | Commit message (Expand) | Author |
2019-06-12 | arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGS | Nathan Chancellor |
2019-06-06 | arm64: Silence gcc warnings about arch ABI drift | Dave Martin |
2018-12-28 | kasan, arm64: adjust shadow size for tag-based mode | Andrey Konovalov |
2018-12-12 | arm64: enable per-task stack canaries | Ard Biesheuvel |
2018-12-04 | arm64: relocatable: fix inconsistencies in linker script and options | Ard Biesheuvel |
2018-11-03 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2018-11-02 | arm64: makefile fix build of .i file in external module case | Victor Kamensky |
2018-10-02 | kbuild: consolidate Devicetree dtb build rules | Rob Herring |
2018-08-24 | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada |
2018-08-14 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2018-07-23 | arm64: build with baremetal linker target instead of Linux when available | Olof Johansson |
2018-07-10 | Revert "arm64: Use aarch64elf and aarch64elfb emulation mode variants" | Laura Abbott |
2018-07-05 | arm64: remove no-op -p linker flag | Greg Hackmann |
2018-07-04 | arm64: add endianness option to LDFLAGS instead of LD | Masahiro Yamada |
2018-07-04 | arm64: Use aarch64elf and aarch64elfb emulation mode variants | Paul Kocialkowski |
2018-06-08 | arm64: move GCC version check for ARCH_SUPPORTS_INT128 to Kconfig | Masahiro Yamada |
2018-06-01 | kbuild: add machine size to CHECKFLAGS | Luc Van Oostenryck |
2018-04-24 | arm64: support __int128 with clang | Jason A. Donenfeld |
2018-03-09 | arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419 | Ard Biesheuvel |
2018-03-06 | kasan, arm64: clean up KASAN_SHADOW_SCALE_SHIFT usage | Andrey Konovalov |
2017-12-01 | arm64: ftrace: emit ftrace-mod.o contents through code | Ard Biesheuvel |
2017-11-03 | arm64: support __int128 on gcc 5+ | Jason A. Donenfeld |
2017-10-30 | arm64: prevent regressions in compressed kernel image size when upgrading to ... | Nick Desaulniers |
2017-09-18 | arm64: ensure the kernel is compiled for LP64 | Andrew Pinski |
2017-06-26 | arm64: pass endianness info to sparse | Luc Van Oostenryck |
2017-06-20 | arm64: pass machine size to sparse | Luc Van Oostenryck |
2017-06-07 | arm64: ftrace: add support for far branches to dynamic ftrace | Ard Biesheuvel |
2017-05-10 | Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-04-12 | arm64: Silence spurious kbuild warning on menuconfig | Marc Zyngier |
2017-03-20 | arm64: Use full path in KBUILD_IMAGE definition | Michal Marek |
2016-12-06 | arm64: Add detection code for broken .inst support in binutils | Marc Zyngier |
2016-10-20 | arm64: kernel: force ET_DYN ELF type for CONFIG_RELOCATABLE=y | Ard Biesheuvel |
2016-08-31 | arm64: Set UTS_MACHINE in the Makefile | Michal Marek |
2016-08-26 | arm64: errata: Pass --fix-cortex-a53-843419 to ld if workaround enabled | Will Deacon |
2016-08-06 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2016-07-29 | arm64: relocatable: suppress R_AARCH64_ABS64 relocations in vmlinux | Ard Biesheuvel |
2016-07-27 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2016-07-19 | arm64: localise Image objcopy flags | Mark Rutland |
2016-07-11 | arm64: fix vdso-offsets.h dependency | Kevin Brodsky |
2016-06-21 | arm64: fix boot image dependencies to not generate invalid images | Masahiro Yamada |
2016-06-03 | arm64: fix alignment when RANDOMIZE_TEXT_OFFSET is enabled | Mark Rutland |
2016-03-17 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2016-02-24 | arm64: add support for building vmlinux as a relocatable PIE binary | Ard Biesheuvel |
2016-02-24 | arm64: add support for module PLTs | Ard Biesheuvel |
2016-02-19 | arm64: kbuild: make "make install" not depend on vmlinux | Masahiro Yamada |
2016-01-26 | arm64: errata: Add -mpc-relative-literal-loads to build flags | dann frazier |
2016-01-26 | Eliminate the .eh_frame sections from the aarch64 vmlinux and kernel modules | William Cohen |
2015-11-04 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2015-10-12 | arm64: add KASAN support | Andrey Ryabinin |
2015-10-12 | arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419 | Will Deacon |