summaryrefslogtreecommitdiff
path: root/arch/arm64/Makefile
AgeCommit message (Expand)Author
2017-11-03arm64: support __int128 on gcc 5+Jason A. Donenfeld
2017-10-30arm64: prevent regressions in compressed kernel image size when upgrading to ...Nick Desaulniers
2017-09-18arm64: ensure the kernel is compiled for LP64Andrew Pinski
2017-06-26arm64: pass endianness info to sparseLuc Van Oostenryck
2017-06-20arm64: pass machine size to sparseLuc Van Oostenryck
2017-06-07arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel
2017-05-10Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-12arm64: Silence spurious kbuild warning on menuconfigMarc Zyngier
2017-03-20arm64: Use full path in KBUILD_IMAGE definitionMichal Marek
2016-12-06arm64: Add detection code for broken .inst support in binutilsMarc Zyngier
2016-10-20arm64: kernel: force ET_DYN ELF type for CONFIG_RELOCATABLE=yArd Biesheuvel
2016-08-31arm64: Set UTS_MACHINE in the MakefileMichal Marek
2016-08-26arm64: errata: Pass --fix-cortex-a53-843419 to ld if workaround enabledWill Deacon
2016-08-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2016-07-29arm64: relocatable: suppress R_AARCH64_ABS64 relocations in vmlinuxArd Biesheuvel
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-07-19arm64: localise Image objcopy flagsMark Rutland
2016-07-11arm64: fix vdso-offsets.h dependencyKevin Brodsky
2016-06-21arm64: fix boot image dependencies to not generate invalid imagesMasahiro Yamada
2016-06-03arm64: fix alignment when RANDOMIZE_TEXT_OFFSET is enabledMark Rutland
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-02-24arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel
2016-02-24arm64: add support for module PLTsArd Biesheuvel
2016-02-19arm64: kbuild: make "make install" not depend on vmlinuxMasahiro Yamada
2016-01-26arm64: errata: Add -mpc-relative-literal-loads to build flagsdann frazier
2016-01-26Eliminate the .eh_frame sections from the aarch64 vmlinux and kernel modulesWilliam Cohen
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-10-12arm64: add KASAN supportAndrey Ryabinin
2015-10-12arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419Will Deacon
2015-09-17arm64: errata: add module build workaround for erratum #843419Will Deacon
2015-07-27arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon
2015-07-27arm64: enable more compressed Image formatsOlof Johansson
2015-03-17arm64: Adjust EFI libstub object include logicSteve Capper
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-01-20arm64: Add dtb files to archclean ruleJungseok Lee
2015-01-15arm64: kill off the libgcc dependencyKevin Hao
2014-10-21dts, arm/arm64: Remove dtbs build rules in sub-makesRobert Richter
2014-10-21dts, kbuild: Factor out dtbs install rules to Makefile.dtbinstRobert Richter
2014-10-21dts, arm64: Add dtbs_install make targetRobert Richter
2014-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2014-10-02kbuild: arm: Do not define "comma" twiceMasahiro Yamada
2014-09-08arm64: eBPF JIT compilerZi Shen Lim
2014-08-19arm64: align randomized TEXT_OFFSET on 4 kB boundaryArd Biesheuvel
2014-08-04Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-07-18efi: efistub: Convert into static libraryArd Biesheuvel
2014-07-10arm64: Enable TEXT_OFFSET fuzzingMark Rutland
2014-05-14arm64/crypto: SHA-1 using ARMv8 Crypto ExtensionsArd Biesheuvel
2013-10-25arm64: big-endian: add big-endian support to top-level arch MakefileWill Deacon
2013-06-19arm64/Makefile: provide vdso_install targetKyle McMartin
2013-06-12Merge branch 'kvm-arm64/kvm-for-3.11' of git://git.kernel.org/pub/scm/linux/k...Catalin Marinas