summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* checkstack.pl: fix for aarch64Qian Cai2019-01-131-2/+2
* kbuild: fix linker feature test macros when cross compiling with ClangNick Desaulniers2018-12-131-2/+3
* unifdef: use memcpy instead of strncpyLinus Torvalds2018-12-081-2/+2
* Kbuild: suppress packed-not-aligned warning for default setting onlyXiongfeng Wang2018-12-081-0/+3
* kbuild: Add __cc-option macroMatthias Kaehlcke2018-11-232-8/+12
* kbuild: Add support to generate LLVM assembly filesVinícius Tinti2018-11-231-0/+8
* kbuild, LLVMLinux: Add -Werror to cc-option to support clangMark Charlebois2018-11-231-3/+3
* kbuild: drop -Wno-unknown-warning-option from clang optionsMasahiro Yamada2018-11-231-1/+0
* kbuild: fix asm-offset generation to work with clangJeroen Hofstee2018-11-231-2/+6
* kbuild: consolidate redundant sed script ASM offset generationMasahiro Yamada2018-11-231-1/+0
* kbuild: Consolidate header generation from ASM offset informationMatthias Kaehlcke2018-11-232-26/+30
* kbuild: add .DELETE_ON_ERROR special targetMasahiro Yamada2018-09-261-0/+3
* kbuild: make missing $DEPMOD a Warning instead of an ErrorRandy Dunlap2018-09-151-2/+2
* scripts: modpost: check memory allocation resultsRandy Dunlap2018-09-151-4/+4
* kbuild: verify that $DEPMOD is installedRandy Dunlap2018-08-171-1/+7
* kasan: don't emit builtin calls when sanitization is offAndrey Konovalov2018-08-172-1/+4
* Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes2018-07-111-2/+3
* objtool: Fix gcov check for older versions of GCCJosh Poimboeuf2018-06-131-0/+3
* kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor2018-06-131-1/+1
* builddeb: Fix header package regarding dtc source linksJan Kiszka2018-05-301-1/+1
* kbuild: make scripts/adjust_autoksyms.sh robust against timestamp racesNicolas Pitre2018-05-301-0/+7
* kconfig: Fix expr_free() E_NOT leakUlf Magnusson2018-05-301-1/+1
* kconfig: Fix automatic menu creation mem leakUlf Magnusson2018-05-301-0/+1
* kconfig: Don't leak main menus during parsingUlf Magnusson2018-05-301-9/+24
* tags: honor COMPILED_SOURCE with apart output directoryRobert Jarzmik2018-04-131-0/+1
* kbuild: Handle builtin dtb file names containing hyphensJames Hogan2018-03-181-4/+4
* scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneWill Deacon2018-02-251-1/+1
* module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-02-131-0/+9
* scripts/gdb/linux/tasks.py: fix get_thread_infoXi Kangjie2018-01-231-0/+2
* objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf2018-01-172-1/+5
* coccinelle: fix parallel build with CHECK=scripts/coccicheckMasahiro Yamada2017-12-141-6/+9
* kbuild: pkg: use --transform option to prefix paths in tarMasahiro Yamada2017-12-141-3/+2
* module: set __jump_table alignment to 8David Daney2017-12-141-0/+2
* checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur2017-07-211-3/+3
* gcc-plugins: update gcc-common.h for gcc-7Kees Cook2017-01-121-0/+85
* kconfig/nconf: Fix hang when editing symbol with a long promptBen Hutchings2017-01-091-4/+11
* latent_entropy: fix ARM build error on earlier gccKees Cook2017-01-091-2/+2
* builddeb: fix cross-building to arm64 producing host-arch debsAdam Borowski2017-01-061-1/+1
* kbuild: make sure autoksyms.h exists earlyNicolas Pitre2016-12-011-0/+2
* Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2016-11-182-7/+76
|\
| * kbuild: be more careful about matching preprocessed asm ___EXPORT_SYMBOLNicholas Piggin2016-11-091-2/+2
| * scripts/has-stack-protector: add -fno-PIESebastian Andrzej Siewior2016-11-091-1/+1
| * kbuild: modversions for EXPORT_SYMBOL() for asmNicholas Piggin2016-11-011-6/+72
| * kbuild: prevent lib-ksyms.o rebuildsNicholas Piggin2016-10-221-0/+3
* | Merge branch 'maybe-uninitialized' (patches from Arnd)Linus Torvalds2016-11-112-0/+5
|\ \
| * | Kbuild: enable -Wmaybe-uninitialized warnings by defaultArnd Bergmann2016-11-111-2/+0
| * | Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"Arnd Bergmann2016-11-112-0/+7
* | | scripts/bloat-o-meter: fix SIGPIPEAlexey Dobriyan2016-11-111-0/+3
|/ /
* | latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook2016-10-311-10/+9
* | gcc-plugins: Export symbols needed by gccKees Cook2016-10-314-7/+8
|/