Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
676f44ce25afa1edf3f69359bb7c8206a7945311
/
scripts
/
Makefile.build
8c4ad5d
x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support
by Zhenzhong Duan
· 6 years ago
5a4630a
ftrace: Build with CPPFLAGS to get -Qunused-arguments
by Joel Stanley
· 6 years ago
113fc08
objtool: Remove workaround for unreachable warnings from old GCC
by Masahiro Yamada
· 6 years ago
d503ac5
kbuild: rename LDFLAGS to KBUILD_LDFLAGS
by Masahiro Yamada
· 6 years ago
87a32e6
kbuild: pass LDFLAGS to recordmcount.pl
by Masahiro Yamada
· 6 years ago
7140ad3
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
07d0408
tracing: Avoid calling cc-option -mrecord-mcount for every Makefile
by Vasily Gorbik
· 6 years ago
d6c6ab9
kbuild: remove deprecated host-progs variable
by Masahiro Yamada
· 6 years ago
6916162
kbuild: remove duplicated comments about PHONY
by Masahiro Yamada
· 6 years ago
ed7d40b
tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcount
by Greg Thelen
· 6 years ago
5eb6eed
Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
96f60df
trace: Use -mcount-record for dynamic ftrace
by Andi Kleen
· 7 years ago
704db5433
kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX
by Masahiro Yamada
· 6 years ago
74d9317
genksyms: remove symbol prefix support
by Masahiro Yamada
· 6 years ago
54a702f
kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers
by Masahiro Yamada
· 7 years ago
4fa8bc9
kbuild: rename *-asn1.[ch] to *.asn1.[ch]
by Masahiro Yamada
· 7 years ago
a7f9241
kbuild: add %.dtb.S and %.dtb to 'targets' automatically
by Masahiro Yamada
· 7 years ago
b23d1a2
kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically
by Masahiro Yamada
· 7 years ago
127668c
kbuild: clean up link rule of composite modules
by Masahiro Yamada
· 7 years ago
5e18f02
kbuild: clean up archive rule of built-in.a
by Masahiro Yamada
· 7 years ago
7657f60
kbuild: remove partial section mismatch detection for built-in.a
by Masahiro Yamada
· 7 years ago
f98fe47
kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.a
by Masahiro Yamada
· 7 years ago
f5f3368
kbuild: rename real-objs-y/m to real-obj-y/m
by Masahiro Yamada
· 7 years ago
c0152e9
kbuild: move modname and modname-multi close to modname_flags
by Masahiro Yamada
· 7 years ago
fe852ac
kbuild: simplify modname calculation
by Masahiro Yamada
· 7 years ago
f49821e
kbuild: rename built-in.o to built-in.a
by Nicholas Piggin
· 7 years ago
6358d6e
kbuild: remove incremental linking option
by Nicholas Piggin
· 7 years ago
1fe7d2b
kbuild: Improve portability of some sed invocations
by Michael Forney
· 7 years ago
d5028ba
objtool, retpolines: Integrate objtool with retpoline support more closely
by Peter Zijlstra
· 7 years ago
ca41b97
objtool: Add module specific retpoline rules
by Peter Zijlstra
· 7 years ago
b5bc223
objtool: Add retpoline validation
by Peter Zijlstra
· 7 years ago
88dc7fc
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
2a0098d
objtool: Fix seg fault with gold linker
by Josh Poimboeuf
· 7 years ago
0fd2e9c
Merge commit 'upstream-x86-entry' into WIP.x86/mm
by Ingo Molnar
· 7 years ago
5e2fda4
Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
1d3bc63
Merge tag 'docs-4.15-2' of git://git.lwn.net/linux
by Linus Torvalds
· 7 years ago
3a025e1
Add optional check for bad kernel-doc comments
by Matthew Wilcox
· 7 years ago
f7adc31
kbuild: create built-in.o automatically if parent directory wants it
by Masahiro Yamada
· 7 years ago
09bd7c7
Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
c4da7ed
kbuild: optimize object directory creation for incremental build
by Masahiro Yamada
· 7 years ago
8a78756
kbuild: create object directories simpler and faster
by Masahiro Yamada
· 7 years ago
591f668
kbuild: filter-out PHONY targets from "targets"
by Masahiro Yamada
· 7 years ago
2982c95
kbuild: remove redundant $(wildcard ...) for cmd_files calculation
by Masahiro Yamada
· 7 years ago
b3d9a13
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
by Ingo Molnar
· 7 years ago
5cb0512
Kbuild: don't pass "-C" to preprocessor when processing linker scripts
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
11af847
x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'
by Josh Poimboeuf
· 7 years ago
da541b2
objtool: Skip unreachable warnings for GCC 4.4 and older
by Josh Poimboeuf
· 7 years ago
b0c79f4
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
312a3d0
kbuild: trivial cleanups on the comments
by Cao jin
· 7 years ago
ee9f8fc
x86/unwind: Add the ORC unwinder
by Josh Poimboeuf
· 7 years ago
867ac9d
objtool: Fix gcov check for older versions of GCC
by Josh Poimboeuf
· 7 years ago
9a6cfca
kbuild: thin archives use P option to ar
by Nicholas Piggin
· 7 years ago
e8a3118
objtool: make it visible in make V=1 output
by Jiri Slaby
· 8 years ago
433db3e
kbuild: Add support to generate LLVM assembly files
by Vinícius Tinti
· 8 years ago
5606781
kbuild: modversions: add infrastructure for emitting relative CRCs
by Ard Biesheuvel
· 8 years ago
41e0e24
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 8 years ago
76bee23
kbuild: cmd_export_list: tighten the sed script
by Nicolas Pitre
· 8 years ago
9da2f58
kbuild: improve linker compatibility with lib-ksyms.o build
by Nicholas Piggin
· 8 years ago
fe026a8
kbuild: thin archives for multi-y targets
by Nicholas Piggin
· 8 years ago
cc6acc1
kbuild: be more careful about matching preprocessed asm ___EXPORT_SYMBOL
by Nicholas Piggin
· 8 years ago
4efca4e
kbuild: modversions for EXPORT_SYMBOL() for asm
by Nicholas Piggin
· 8 years ago
989cea5c
kbuild: prevent lib-ksyms.o rebuilds
by Nicholas Piggin
· 8 years ago
a5967db
kbuild: allow architectures to use thin archives instead of ld -r
by Stephen Rothwell
· 8 years ago
7f2084f
[kbuild] handle exports in lib-y objects reliably
by Al Viro
· 9 years ago
2440387
Shared library support
by Emese Revfy
· 8 years ago
e0f41e5
kbuild: rename cmd_as_s_S to cmd_cpp_s_S
by Masahiro Yamada
· 9 years ago
23d4384
kbuild: rename cmd_cc_i_c to cmd_cpp_i_c
by Masahiro Yamada
· 9 years ago
e4aca45
kbuild: de-duplicate fixdep usage
by Nicolas Pitre
· 9 years ago
9895c03
kbuild: record needed exported symbols for modules
by Nicolas Pitre
· 9 years ago
3b27a0c
objtool: Detect and warn if libelf is missing and don't break the build
by Josh Poimboeuf
· 9 years ago
b9ab5eb
objtool: Add CONFIG_STACK_VALIDATION option
by Josh Poimboeuf
· 9 years ago
cf4f219
kbuild: Allow to specify composite modules with modname-m
by Michal Marek
· 9 years ago
c0a80c0
ftrace: allow architectures to specify ftrace compile options
by Heiko Carstens
· 10 years ago
a4954fd
kbuild: remove obj-n and lib-n handling
by Masahiro Yamada
· 10 years ago
c8589d1
kbuild: handle multi-objs dependency appropriately
by Masahiro Yamada
· 10 years ago
38385f8
kbuild: trivial - remove trailing spaces
by Masahiro Yamada
· 11 years ago
a86fe35
kbuild: move extra gcc checks to scripts/Makefile.extrawarn
by Masahiro Yamada
· 11 years ago
3d3d6b8
kbuild: LLVMLinux: Adapt warnings for compilation with clang
by Jan-Simon Möller
· 12 years ago
1e64ff4
Kbuild, lto: Disable LTO for asm-offsets.c
by Andi Kleen
· 11 years ago
d70f82a
genksyms: pass symbol-prefix instead of arch
by James Hogan
· 12 years ago
4520c6a
X.509: Add simple ASN.1 grammar compiler
by David Howells
· 12 years ago
f858ee8
kbuild: disable -Wmissing-field-initializers for W=1
by Kirill A. Shutemov
· 13 years ago
49c57d2
scripts/Makefile.build: do not reference EXTRA_CFLAGS as CFLAGS replacement
by Arnaud Lacombe
· 13 years ago
2bb732c
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 13 years ago
d697182
ftrace/kbuild: Add recordmcount files to force full build
by Michal Marek
· 13 years ago
85356f8
kbuild/recordmcount: Add RECORDMCOUNT_WARN to warn about mcount callers
by Steven Rostedt
· 14 years ago
a6de553
kbuild: Allow to combine multiple W= levels
by Michal Marek
· 14 years ago
af0e5d5
kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0
by Dave Jones
· 14 years ago
28bc20d
kbuild: implement several W= levels
by Sam Ravnborg
· 14 years ago
40df759
kbuild: Fix build with binutils <= 2.19
by Michal Marek
· 14 years ago
09ff9fe
kbuild: Use the deterministic mode of ar
by Michal Marek
· 14 years ago
4a5838a
kbuild: Add extra gcc checks
by Borislav Petkov
· 14 years ago
4567745
ftrace: Speed up recordmcount
by Wu Zhangjin
· 14 years ago
b515316
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 14 years ago
d7b4d6d
ftrace: Remove recursion between recordmcount and scripts/mod/empty
by Steven Rostedt
· 14 years ago
85caa99
ftrace: Use objtree for C version of recordmcount
by Steven Rostedt
· 14 years ago
72441cb
ftrace/x86: Add support for C version of recordmcount
by Steven Rostedt
· 14 years ago
f9810a8
ARM: 6317/1: ftrace: pass KBUILD_CFLAGS to record_mcount.pl
by Rabin Vincent
· 14 years ago
80c00ba
kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command line
by Sam Ravnborg
· 14 years ago
Next »