aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-09checkpatch: fix the usage of capture group ( ... )Mrinal Pandey1-2/+2
2020-09-03kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov3-8/+8
2020-09-03kbuild: add variables for compression toolsDenis Efremov4-14/+14
2020-08-26kconfig: qconf: fix signal connection to invalid slotsMasahiro Yamada1-4/+4
2020-08-26kconfig: qconf: do not limit the pop-up menu to the first rowMasahiro Yamada1-34/+34
2020-08-21recordmcount: Fix build failure on non arm64Christophe Leroy1-0/+2
2020-08-19recordmcount: only record relocation of type R_AARCH64_CALL26 on arm64.Gregory Herrero1-0/+6
2020-08-11scripts: add dummy report mode to add_namespace.cocciMatthias Maennich2-2/+8
2020-07-29scripts/gdb: fix lx-symbols 'gdb.error' while loading modulesStefano Garzarella1-1/+1
2020-07-29scripts/decode_stacktrace: strip basepath from all pathsPi-Hsun Shih1-2/+2
2020-06-30recordmcount: support >64k sectionsSami Tolvanen1-6/+92
2020-06-30kbuild: improve cc-option to clean up all temporary filesMasahiro Yamada1-5/+6
2020-06-24scripts: headers_install: Exit with error on config leakSiddharth Gupta1-5/+6
2020-06-24mksysmap: Fix the mismatch of '.L' symbols in System.mapashimida1-1/+1
2020-06-17bpf: Support llvm-objcopy for vmlinux BTFFangrui Song1-14/+10
2020-05-27kbuild: Remove debug info from kallsyms linkingKees Cook1-9/+19
2020-05-27scripts/gdb: repair rb_first() and rb_last()Aymeric Agon-Rambosson1-2/+2
2020-05-27gcc-common.h: Update for GCC 10Frédéric Pierret (fepitre)2-0/+5
2020-05-14scripts/decodecode: fix trapping instruction formattingIvan Delalande1-1/+1
2020-05-10scripts/config: allow colons in option strings for sedJeremie Francois (on alpha)1-1/+4
2020-05-02kbuild: fix DT binding schema rule again to avoid needless rebuildsMasahiro Yamada1-1/+1
2020-04-29kconfig: qconf: Fix a few alignment issuesMauro Carvalho Chehab1-6/+7
2020-04-08kconfig: introduce m32-flag and m64-flagMasahiro Yamada1-0/+7
2020-04-01scripts/dtc: Remove redundant YYLOC global declarationDirk Mueller1-1/+0
2020-03-25modpost: move the namespace field in Module.symvers lastJessica Yu2-13/+13
2020-03-25kbuild: Disable -Wpointer-to-enum-castNathan Chancellor1-0/+1
2020-03-25parse-maintainers: Mark as executableJonathan Neuschäfer1-0/+0
2020-03-05kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada1-18/+0
2020-03-05kbuild: remove header compile testMasahiro Yamada2-23/+0
2020-03-05kbuild: fix DT binding schema rule to detect command line changesMasahiro Yamada1-2/+2
2020-02-24bpf, btf: Always output invariant hit in pahole DWARF to BTF transformChris Down1-2/+2
2020-02-24kbuild: use -S instead of -E for precise cc-option test in KconfigMasahiro Yamada1-1/+1
2020-02-24kbuild: remove *.tmp file when filechk failsMasahiro Yamada1-8/+7
2020-02-24kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada1-1/+1
2020-02-11scripts/find-unused-docs: Fix massive false positivesGeert Uytterhoeven1-1/+1
2020-01-29ARM: 8950/1: ftrace/recordmcount: filter relocation typesAlex Sverdlin1-0/+17
2020-01-26bpf: Force .BTF section start to zero when dumping from vmlinuxStanislav Fomichev1-2/+3
2020-01-17kbuild/deb-pkg: annotate libelf-dev dependency as :nativeArd Biesheuvel1-1/+1
2020-01-17bpf: Support pre-2.25-binutils objcopy for vmlinux BTFStanislav Fomichev1-1/+6
2020-01-12scripts: package: mkdebian: add missing rsync dependencyEnrico Weigelt, metux IT consult1-1/+1
2020-01-12kconfig: don't crash on NULL expressions in expr_eq()Thomas Hebb1-0/+7
2020-01-09gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS againArnd Bergmann1-5/+4
2020-01-04scripts/kallsyms: fix definitely-lost memory leakMasahiro Yamada1-0/+2
2020-01-04dtc: Use pkg-config to locate libyamlPavel Modilaynen1-2/+2
2019-11-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+4
2019-11-13scripts/tools-support-relr.sh: un-quote variablesIlie Halip1-4/+4
2019-11-08Merge tag 'modules-for-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-3/+3
2019-11-06scripts/gdb: fix debugging modules compiled with hot/cold partitioningIlya Leoshkevich1-1/+2
2019-11-05scripts/nsdeps: make sure to pass all module source files to spatchJessica Yu1-3/+3
2019-10-25Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds3-20/+42