summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-5.18' of git://git.lwn.net/linuxLinus Torvalds2022-03-211-187/+167
|\
| * docs: scripts/kernel-doc: Detect absence of FILE argAkira Yokosawa2022-02-241-8/+17
| * scripts: kernel-doc: Refresh the copyright linesTomasz Warniełło2022-02-241-0/+2
| * scripts: kernel-doc: Drop obsolete commentsTomasz Warniełło2022-02-241-143/+0
| * scripts: kernel-doc: Replace the usage functionTomasz Warniełło2022-02-241-10/+1
| * scripts: kernel-doc: Translate the "Other parameters" subsection of OPTIONSTomasz Warniełło2022-02-241-5/+18
| * scripts: kernel-doc: Translate the "Output selection modifiers" subsection of...Tomasz Warniełło2022-02-241-8/+29
| * scripts: kernel-doc: Translate the "Output selection" subsection of OPTIONSTomasz Warniełło2022-02-241-13/+29
| * scripts: kernel-doc: Translate the "Output format selection modifier" subsect...Tomasz Warniełło2022-02-241-7/+15
| * scripts: kernel-doc: Translate the "Output format selection" subsection of OP...Tomasz Warniełło2022-02-241-5/+26
| * scripts: kernel-doc: Translate the DESCRIPTION sectionTomasz Warniełło2022-02-241-6/+9
| * scripts: kernel-doc: Relink argument parsing error handling to pod2usageTomasz Warniełło2022-02-241-3/+17
| * scripts: kernel-doc: Add the basic POD sectionsTomasz Warniełło2022-02-241-0/+25
* | kconfig: fix failing to generate auto.confJing Leng2022-02-121-4/+9
* | kconfig: fix missing fclose() on error pathsMasahiro Yamada2022-02-101-6/+6
* | Makefile.extrawarn: Move -Wunaligned-access to W=1Nathan Chancellor2022-02-081-0/+1
* | kconfig: let 'shell' return enough output for deep path namesBrenda Streiff2022-02-081-1/+1
* | ftrace: Have architectures opt-in for mcount build time sortingSteven Rostedt (Google)2022-01-281-1/+1
|/
* Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-221-6/+2
|\
| * scripts/dtc: dtx_diff: remove broken example from help textMatthias Schiffer2022-01-171-6/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-204-29/+51
|\ \
| * | ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook2022-01-201-1/+0
| * | const_structs.checkpatch: add frequently used ops structsRikard Falkeborn2022-01-201-0/+23
| * | checkpatch: improve Kconfig help testJoe Perches2022-01-201-26/+26
| * | checkpatch: relax regexp for COMMIT_LOG_LONG_LINEJerome Forissier2022-01-201-1/+1
| * | get_maintainer: don't remind about no git repo when --nogit is usedRandy Dunlap2022-01-201-1/+1
* | | Merge tag 'trace-v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-01-191-2/+3
|\ \ \
| * | | script/sorttable: Fix some initialization problemsYinan Liu2022-01-181-2/+3
* | | | Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-192-34/+19
|\ \ \ \
| * | | | riscv: extable: add `type` and `data` fieldsJisheng Zhang2022-01-061-1/+1
| * | | | riscv: switch to relative exception tablesJisheng Zhang2022-01-062-1/+16
| * | | | scripts/sorttable: Unify arm64 & x86 sort functionsMark Rutland2022-01-051-33/+3
| | |_|/ | |/| |
* | | | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-1916-457/+93
|\ \ \ \
| * | | | kbuild: add cmd_file_sizeMasahiro Yamada2022-01-131-0/+3
| * | | | kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada2022-01-131-6/+24
| * | | | kbuild: drop $(size_append) from cmd_zstdMasahiro Yamada2022-01-131-1/+1
| * | | | certs: move scripts/extract-cert to certs/Masahiro Yamada2022-01-084-172/+4
| * | | | kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-084-14/+15
| * | | | kbuild: do not include include/config/auto.conf from shell scriptsMasahiro Yamada2022-01-083-36/+31
| * | | | certs: simplify $(srctree)/ handling and remove config_filename macroMasahiro Yamada2022-01-081-47/+0
| * | | | kbuild: stop using config_filename in scripts/Makefile.modsignMasahiro Yamada2022-01-081-2/+3
| * | | | kbuild: move headers_check.pl to usr/include/Masahiro Yamada2022-01-081-171/+0
| * | | | Documentation: Raise the minimum supported version of LLVM to 11.0.0Nathan Chancellor2021-12-021-1/+1
| * | | | streamline_config.pl: show the full Kconfig nameŁukasz Stelmach2021-12-021-1/+1
| * | | | kconfig: Add `make mod2noconfig` to disable module optionsJosh Triplett2021-12-022-8/+12
* | | | | Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds2022-01-172-187/+0
|\ \ \ \ \
| * | | | | drop fen.cocciJulia Lawall2022-01-151-124/+0
| * | | | | scripts/coccinelle: drop bugon.cocciJulia Lawall2022-01-151-63/+0
| |/ / / /
* | | | | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-164-8/+130
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | scripts: ftrace - move the sort-processing in ftrace_initYinan Liu2022-01-134-6/+128