summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* recordmcount: Correct st_shndx handlingPeter Zijlstra2021-06-181-5/+10
* kbuild: Quote OBJCOPY var to avoid a pahole call break the buildJavier Martinez Canillas2021-05-272-2/+2
* kbuild: dummy-tools: adjust to stricter stackprotector checkMichal Kubecek2021-05-171-1/+5
* scripts/jobserver-exec: Fix a typo ("envirnoment")Jonathan Neuschäfer2021-05-171-1/+1
* Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-0815-65/+85
|\
| * kbuild: Don't remove link-vmlinux temporary files on exit/signalAndi Kleen2021-05-061-14/+0
| * kbuild: refactor modname-multi by using suffix-searchMasahiro Yamada2021-05-061-1/+1
| * kbuild: refactor fdtoverlay ruleMasahiro Yamada2021-05-062-19/+16
| * kbuild: parameterize the .o part of suffix-searchMasahiro Yamada2021-05-061-8/+11
| * .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-026-18/+18
| * kbuild: replace LANG=C with LC_ALL=CMasahiro Yamada2021-05-024-4/+4
| * kbuild: add a script to remove stale generated filesMasahiro Yamada2021-05-021-0/+31
| * genksyms: fix stale commentMasahiro Yamada2021-05-021-1/+1
| * kbuild: add comment about why cmd_shipped uses 'cat'Masahiro Yamada2021-05-021-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-074-5/+39
|\ \
| * | scripts/spelling.txt: add "overflw"Drew Fustini2021-05-071-0/+1
| * | scripts/spelling.txt: Add "diabled" typozuoqilin2021-05-071-0/+1
| * | scripts/spelling.txt: add "overlfow"Drew Fustini2021-05-071-0/+1
| * | scripts/gdb: add lx_current support for arm64Barry Song2021-05-071-0/+13
| * | scripts/gdb: document lx_current is only supported by x86Barry Song2021-05-071-2/+8
| * | gdb: lx-symbols: store the abspath()Johannes Berg2021-05-071-1/+2
| * | checkpatch: improve ALLOC_ARRAY_ARGS testChristophe JAILLET2021-05-061-1/+1
| * | checkpatch: exclude four preprocessor sub-expressions from MACRO_ARG_REUSEVincent Mailhol2021-05-061-1/+1
| * | checkpatch: warn when missing newline in return sysfs_emit() formatsJoe Perches2021-05-061-0/+11
| |/
* | Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-062-1/+9
|\ \
| * | riscv: Workaround mcount name prior to clang-13Nathan Chancellor2021-04-261-1/+1
| * | scripts/recordmcount.pl: Fix RISC-V regex for clangNathan Chancellor2021-04-261-1/+1
| * | kbuild: buildtar: add riscv supportCarlos de Paula2021-03-291-0/+8
* | | Merge tag 'docs-5.13-2' of git://git.lwn.net/linuxLinus Torvalds2021-05-062-1/+1
|\ \ \
| * | | Removed the oprofiled version optionBhaskar Chowdhury2021-05-031-1/+0
| * | | kernel-doc: Add support for __deprecatedMatthew Wilcox2021-04-271-0/+1
* | | | Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-05-031-12/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | scripts/recordmcount.pl: Make vim and emacs indent the sameSteven Rostedt (VMware)2021-03-221-0/+2
| * | | scripts/recordmcount.pl: Make indent spacing consistentSteven Rostedt (VMware)2021-03-221-12/+12
* | | | scripts: a new script for checking duplicate struct declarationWan Jiabing2021-04-301-0/+53
* | | | scripts/spelling.txt: add entries for recent discoveriesTom Saeger2021-04-301-1/+25
* | | | Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2021-04-2924-635/+559
|\ \ \ \
| * | | | kconfig: refactor .gitignoreMasahiro Yamada2021-04-261-10/+3
| * | | | kconfig: highlight xconfig 'comment' lines with '***'Randy Dunlap2021-04-191-0/+1
| * | | | kconfig: highlight gconfig 'comment' lines with '***'Randy Dunlap2021-04-191-2/+6
| * | | | kconfig: gconf: remove unused codeMasahiro Yamada2021-04-191-7/+0
| * | | | kconfig: remove unused PACKAGE definitionMasahiro Yamada2021-04-191-4/+0
| * | | | kconfig: nconf: stop endless search loopsMihai Moldovan2021-04-161-1/+1
| * | | | kconfig: split menu.c out of parser.yMasahiro Yamada2021-04-144-5/+14
| * | | | kconfig: nconf: refactor in print_in_middle()Masahiro Yamada2021-04-143-34/+6
| * | | | kconfig: nconf: remove meaningless wattrset() call from show_menu()Masahiro Yamada2021-04-141-1/+0
| * | | | kconfig: nconf: change set_config_filename() to void functionMasahiro Yamada2021-04-141-2/+1
| * | | | kconfig: nconf: refactor attributes setup codeMasahiro Yamada2021-04-143-175/+144
| * | | | kconfig: nconf: remove unneeded default for menu promptMasahiro Yamada2021-04-141-4/+2
| * | | | kconfig: nconf: get rid of (void) casts from wattrset() callsMasahiro Yamada2021-04-142-17/+17