Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6bfa3134bd3a185e98031c8a8dee18e82153df2d
/
arch
/
arm64
/
Makefile
6bfa313
arm64: add arch/arm64/Kbuild
by Masahiro Yamada
· 5 years ago
a22c5cf
arm64: vdso: Fix Makefile regression
by Vincenzo Frascino
· 5 years ago
106f146
Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
bfe801e
arm64: vdso: Enable vDSO compat support
by Vincenzo Frascino
· 6 years ago
fa63da2
arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGS
by Nathan Chancellor
· 6 years ago
bd305f2
kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG
by Masahiro Yamada
· 6 years ago
ebcc592
arm64: Silence gcc warnings about arch ABI drift
by Dave Martin
· 6 years ago
b2f557e
kasan, arm64: adjust shadow size for tag-based mode
by Andrey Konovalov
· 6 years ago
0a1213f
arm64: enable per-task stack canaries
by Ard Biesheuvel
· 6 years ago
3bbd3db
arm64: relocatable: fix inconsistencies in linker script and options
by Ard Biesheuvel
· 6 years ago
83650fd
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
98356eb
arm64: makefile fix build of .i file in external module case
by Victor Kamensky
· 6 years ago
37c8a5f
kbuild: consolidate Devicetree dtb build rules
by Rob Herring
· 7 years ago
d503ac5
kbuild: rename LDFLAGS to KBUILD_LDFLAGS
by Masahiro Yamada
· 6 years ago
1202f4f
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
c931d34
arm64: build with baremetal linker target instead of Linux when available
by Olof Johansson
· 6 years ago
96f95a1
Revert "arm64: Use aarch64elf and aarch64elfb emulation mode variants"
by Laura Abbott
· 7 years ago
1a381d4
arm64: remove no-op -p linker flag
by Greg Hackmann
· 7 years ago
2893af0
arm64: add endianness option to LDFLAGS instead of LD
by Masahiro Yamada
· 7 years ago
38fc424
arm64: Use aarch64elf and aarch64elfb emulation mode variants
by Paul Kocialkowski
· 7 years ago
f3a53f7
arm64: move GCC version check for ARCH_SUPPORTS_INT128 to Kconfig
by Masahiro Yamada
· 7 years ago
1f2f01b
kbuild: add machine size to CHECKFLAGS
by Luc Van Oostenryck
· 7 years ago
ad40bda
arm64: support __int128 with clang
by Jason A. Donenfeld
· 7 years ago
a257e02
arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419
by Ard Biesheuvel
· 7 years ago
9597e74
kasan, arm64: clean up KASAN_SHADOW_SCALE_SHIFT usage
by Andrey Konovalov
· 7 years ago
be0f272
arm64: ftrace: emit ftrace-mod.o contents through code
by Ard Biesheuvel
· 7 years ago
fb87227
arm64: support __int128 on gcc 5+
by Jason A. Donenfeld
· 7 years ago
fd9dde6
arm64: prevent regressions in compressed kernel image size when upgrading to binutils 2.27
by Nick Desaulniers
· 7 years ago
3d6a7b9
arm64: ensure the kernel is compiled for LP64
by Andrew Pinski
· 7 years ago
bcde519
arm64: pass endianness info to sparse
by Luc Van Oostenryck
· 8 years ago
f5d2849
arm64: pass machine size to sparse
by Luc Van Oostenryck
· 8 years ago
e71a4e1b
arm64: ftrace: add support for far branches to dynamic ftrace
by Ard Biesheuvel
· 8 years ago
23ea3f62
Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 8 years ago
d91750f
arm64: Silence spurious kbuild warning on menuconfig
by Marc Zyngier
· 8 years ago
0699580
arm64: Use full path in KBUILD_IMAGE definition
by Michal Marek
· 8 years ago
bbb56c2
arm64: Add detection code for broken .inst support in binutils
by Marc Zyngier
· 8 years ago
b9dce7f
arm64: kernel: force ET_DYN ELF type for CONFIG_RELOCATABLE=y
by Ard Biesheuvel
· 8 years ago
cfa88c7
arm64: Set UTS_MACHINE in the Makefile
by Michal Marek
· 8 years ago
6ffe992
arm64: errata: Pass --fix-cortex-a53-843419 to ld if workaround enabled
by Will Deacon
· 8 years ago
194d6ad
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
08cc55b
arm64: relocatable: suppress R_AARCH64_ABS64 relocations in vmlinux
by Ard Biesheuvel
· 8 years ago
e831101
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
f8fa70f
arm64: localise Image objcopy flags
by Mark Rutland
· 8 years ago
a66649d
arm64: fix vdso-offsets.h dependency
by Kevin Brodsky
· 9 years ago
9ca4e58
arm64: fix boot image dependencies to not generate invalid images
by Masahiro Yamada
· 9 years ago
aed7eb8
arm64: fix alignment when RANDOMIZE_TEXT_OFFSET is enabled
by Mark Rutland
· 9 years ago
588ab3f
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
1e48ef7
arm64: add support for building vmlinux as a relocatable PIE binary
by Ard Biesheuvel
· 9 years ago
fd045f6
arm64: add support for module PLTs
by Ard Biesheuvel
· 9 years ago
8684fa3
arm64: kbuild: make "make install" not depend on vmlinux
by Masahiro Yamada
· 9 years ago
67dfa175
arm64: errata: Add -mpc-relative-literal-loads to build flags
by dann frazier
· 9 years ago
728dabd
Eliminate the .eh_frame sections from the aarch64 vmlinux and kernel modules
by William Cohen
· 9 years ago
2dc10ad
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
39d114d
arm64: add KASAN support
by Andrey Ryabinin
· 9 years ago
b6dd8e0
arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419
by Will Deacon
· 9 years ago
df057cc
arm64: errata: add module build workaround for erratum #843419
by Will Deacon
· 10 years ago
c09d6a0
arm64: atomics: patch in lse instructions when supported by the CPU
by Will Deacon
· 10 years ago
0723c05
arm64: enable more compressed Image formats
by Olof Johansson
· 9 years ago
ad08fd4
arm64: Adjust EFI libstub object include logic
by Steve Capper
· 10 years ago
6b00f7e
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
c7c52e4
arm64: Add dtb files to archclean rule
by Jungseok Lee
· 10 years ago
d67703a
arm64: kill off the libgcc dependency
by Kevin Hao
· 10 years ago
d38726c
dts, arm/arm64: Remove dtbs build rules in sub-makes
by Robert Richter
· 10 years ago
9fb5e53
dts, kbuild: Factor out dtbs install rules to Makefile.dtbinst
by Robert Richter
· 10 years ago
862f464
dts, arm64: Add dtbs_install make target
by Robert Richter
· 10 years ago
f33a3fa
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
226422d
kbuild: arm: Do not define "comma" twice
by Masahiro Yamada
· 10 years ago
e54bcde
arm64: eBPF JIT compiler
by Zi Shen Lim
· 10 years ago
4190312
arm64: align randomized TEXT_OFFSET on 4 kB boundary
by Ard Biesheuvel
· 10 years ago
76f09aa
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
f4f75ad5
efi: efistub: Convert into static library
by Ard Biesheuvel
· 11 years ago
da57a36
arm64: Enable TEXT_OFFSET fuzzing
by Mark Rutland
· 11 years ago
2c98833
arm64/crypto: SHA-1 using ARMv8 Crypto Extensions
by Ard Biesheuvel
· 11 years ago
a0974e6
arm64: big-endian: add big-endian support to top-level arch Makefile
by Will Deacon
· 11 years ago
3c01742
arm64/Makefile: provide vdso_install target
by Kyle McMartin
· 12 years ago
63917f0
Merge branch 'kvm-arm64/kvm-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into upstream
by Catalin Marinas
· 12 years ago
6211753
arm64: KVM: Build system integration
by Marc Zyngier
· 12 years ago
aa42aa1
arm64/xen: introduce CONFIG_XEN and hypercall.S on ARM64
by Stefano Stabellini
· 12 years ago
58fea35
arm64: Fix the dtbs target building
by Catalin Marinas
· 12 years ago
70f915a
arm64: Add dtbs target for building all the enabled dtb files
by Rob Herring
· 12 years ago
da4cbc6d
arm64: use new common dtc rule
by Stephen Warren
· 12 years ago
8c2c3df
arm64: Build infrastructure
by Catalin Marinas
· 13 years ago