summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kernel-doc: Add support for __deprecatedMatthew Wilcox2021-04-271-0/+1
* docs: sphinx-pre-install: don't barf on beta Sphinx releasesJonathan Corbet2021-04-151-1/+1
* scripts: kernel-doc: improve parsing for kernel-doc comments syntaxAditya Srivastava2021-04-151-4/+15
* scripts: get_abi: ignore code blocks for cross-referencesMauro Carvalho Chehab2021-03-311-0/+19
* scripts: get_abi.pl: parse description line per lineMauro Carvalho Chehab2021-03-311-21/+28
* scripts: get_abi.pl: extend xref match to other typesMauro Carvalho Chehab2021-03-311-1/+1
* get_abi.pl: fix xref boundariesMauro Carvalho Chehab2021-03-311-4/+9
* get_abi.pl: seek for all occurrences for Documentation/ABIMauro Carvalho Chehab2021-03-311-1/+1
* scripts: get_abi.pl: better handle escape chars on what:Mauro Carvalho Chehab2021-03-311-2/+3
* scripts: kernel-doc: add warning for comment not following kernel-doc syntaxAditya Srivastava2021-03-291-4/+13
* docs: kernel-doc: properly recognize parameter lines with colonsJonathan Corbet2021-03-261-1/+7
* kernel-doc: better handle '::' sequencesMauro Carvalho Chehab2021-03-251-1/+1
* scripts/kernel-doc: ignore identifier on anonymous enumsMauro Carvalho Chehab2021-03-081-2/+7
* scripts: kernel-doc: fix attribute capture in function parsingAditya Srivastava2021-03-081-0/+2
* checkpatch: add verbose modeDwaipayan Ray2021-03-061-20/+113
* scripts: kernel-doc: fix typedef support for struct/union parsingAditya Srivastava2021-03-061-3/+14
* Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-052-3/+2
|\
| * gcc-plugins: latent_entropy: remove unneeded semicolonJason Yan2021-03-011-1/+1
| * gcc-plugins: structleak: remove unneeded variable 'ret'Jason Yan2021-03-011-2/+1
* | Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-03-051-1/+0
|\ \
| * | dts: drop dangling c6x symlinkMichal Kubecek2021-02-231-1/+0
* | | ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcountChen Jun2021-03-021-1/+1
| |/ |/|
* | kbuild: do not include include/config/auto.conf from adjust_autoksyms.shMasahiro Yamada2021-02-281-3/+0
* | kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTOMasahiro Yamada2021-02-282-15/+26
* | kbuild: lto: add _mcount to list of used symbolsArnd Bergmann2021-02-271-0/+1
* | Merge tag 'docs-5.12-2' of git://git.lwn.net/linuxLinus Torvalds2021-02-261-1/+1
|\ \
| * | scripts: kernel-doc: fix array element capture in pointer-to-func parsingAditya Srivastava2021-02-221-1/+1
* | | ubsan: remove overflow checksAndrey Ryabinin2021-02-261-2/+0
* | | scripts/gdb: fix list_for_eachGeorge Prekas2021-02-261-0/+5
* | | checkpatch: do not apply "initialise globals to 0" check to BPF progsSong Liu2021-02-261-1/+11
* | | checkpatch: don't warn about colon termination in linker scriptsChris Down2021-02-261-1/+1
* | | checkpatch: add kmalloc_array_node to unnecessary OOM message checkJoe Perches2021-02-261-1/+1
* | | checkpatch: add warning for avoiding .L prefix symbols in assembly filesAditya Srivastava2021-02-261-0/+7
* | | checkpatch: improve TYPECAST_INT_CONSTANT test messageJoe Perches2021-02-261-10/+10
* | | checkpatch: prefer ftrace over function entry/exit printksJoe Perches2021-02-261-0/+35
* | | checkpatch: trivial style fixesDwaipayan Ray2021-02-261-9/+9
* | | checkpatch: ignore warning designated initializers using NR_CPUSPeng Wang2021-02-261-1/+3
* | | checkpatch: improve blank line after declaration testJoe Perches2021-02-261-23/+29
* | | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-2520-230/+423
|\ \ \
| * | | kbuild: remove deprecated 'always' and 'hostprogs-y/m'Masahiro Yamada2021-02-243-16/+0
| * | | kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigMasahiro Yamada2021-02-241-22/+14
| * | | kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada2021-02-242-1/+2
| * | | kconfig: fix 'invalid option' for help optionMasahiro Yamada2021-02-241-2/+2
| * | | kconfig: remove dead code in conf_askvalue()Masahiro Yamada2021-02-241-15/+1
| * | | kconfig: clean up nested if-conditionals in check_conf()Masahiro Yamada2021-02-241-26/+29
| * | | kconfig: Remove duplicate call to sym_get_string_value()Mickaël Salaün2021-02-241-1/+1
| * | | kbuild: check the minimum linker version in KconfigMasahiro Yamada2021-02-223-32/+77
| * | | kbuild: remove ld-version macroMasahiro Yamada2021-02-221-5/+1
| * | | scripts: add generic syscallhdr.shMasahiro Yamada2021-02-221-0/+98
| * | | scripts: add generic syscalltbl.shMasahiro Yamada2021-02-221-0/+73