summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2019-04-30Merge 4.4.179 into android-4.4-pGreg Kroah-Hartman
2019-04-27modpost: file2alias: check prototype of handlerMasahiro Yamada
2019-04-27modpost: file2alias: go back to simple devtable lookupMasahiro Yamada
2019-04-03Merge 4.4.178 into android-4.4-pGreg Kroah-Hartman
2019-04-03kbuild: setlocalversion: print error to STDERRWolfram Sang
2019-02-20Merge 4.4.175 into android-4.4-pGreg Kroah-Hartman
2019-02-20scripts/decode_stacktrace: only strip base path when a prefix of the pathMarc Zyngier
2019-02-20modpost: validate symbol names also in find_elf_symbolSami Tolvanen
2019-01-28Merge 4.4.172 into android-4.4-pGreg Kroah-Hartman
2019-01-26kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada
2019-01-26kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada
2019-01-13Merge 4.4.170 into android-4.4-pGreg Kroah-Hartman
2019-01-13checkstack.pl: fix for aarch64Qian Cai
2018-12-13Merge 4.4.167 into android-4.4-pGreg Kroah-Hartman
2018-12-13unifdef: use memcpy instead of strncpyLinus Torvalds
2018-12-13Kbuild: suppress packed-not-aligned warning for default setting onlyXiongfeng Wang
2018-11-27Merge 4.4.165 into android-4.4-pGreg Kroah-Hartman
2018-11-27kbuild: Add __cc-option macroMatthias Kaehlcke
2018-11-27kbuild: fix linker feature test macros when cross compiling with ClangNick Desaulniers
2018-11-27kbuild: Add support to generate LLVM assembly filesVinícius Tinti
2018-11-27kbuild, LLVMLinux: Add -Werror to cc-option to support clangMark Charlebois
2018-11-27kbuild: drop -Wno-unknown-warning-option from clang optionsMasahiro Yamada
2018-11-27kbuild: fix asm-offset generation to work with clangJeroen Hofstee
2018-11-27kbuild: consolidate redundant sed script ASM offset generationMasahiro Yamada
2018-11-27kbuild: Consolidate header generation from ASM offset informationMatthias Kaehlcke
2018-09-26Merge 4.4.158 into android-4.4-pGreg Kroah-Hartman
2018-09-26kbuild: add .DELETE_ON_ERROR special targetMasahiro Yamada
2018-09-15Merge 4.4.156 into android-4.4-pGreg Kroah-Hartman
2018-09-15kbuild: make missing $DEPMOD a Warning instead of an ErrorRandy Dunlap
2018-09-15scripts: modpost: check memory allocation resultsRandy Dunlap
2018-08-17Merge 4.4.149 into android-4.4-pGreg Kroah-Hartman
2018-08-17kbuild: verify that $DEPMOD is installedRandy Dunlap
2018-08-17kasan: don't emit builtin calls when sanitization is offAndrey Konovalov
2018-07-31Merge 4.4.142 into android-4.4-pGreg Kroah-Hartman
2018-07-19Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes
2018-06-13Merge 4.4.137 into android-4.4Greg Kroah-Hartman
2018-06-13kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor
2018-05-30Merge 4.4.134 into android-4.4Greg Kroah-Hartman
2018-05-30kconfig: Fix expr_free() E_NOT leakUlf Magnusson
2018-05-30kconfig: Fix automatic menu creation mem leakUlf Magnusson
2018-05-30kconfig: Don't leak main menus during parsingUlf Magnusson
2018-04-14Merge 4.4.128 into android-4.4Greg Kroah-Hartman
2018-04-13tags: honor COMPILED_SOURCE with apart output directoryRobert Jarzmik
2018-03-27dtc: turn off dtc unit address warnings by defaultRob Herring
2018-03-18Merge 4.4.122 into android-4.4Greg Kroah-Hartman
2018-03-18kbuild: Handle builtin dtb file names containing hyphensJames Hogan
2018-02-26Merge 4.4.118 into android-4.4Greg Kroah-Hartman
2018-02-25module/retpoline: Warn about missing retpoline in moduleAndi Kleen
2018-02-25genksyms: Fix segfault with invalid declarationsMichal Marek
2018-02-25scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneWill Deacon