summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-04-27kernel-doc: Add support for __deprecatedMatthew Wilcox
2021-04-15docs: sphinx-pre-install: don't barf on beta Sphinx releasesJonathan Corbet
2021-04-15scripts: kernel-doc: improve parsing for kernel-doc comments syntaxAditya Srivastava
2021-03-31scripts: get_abi: ignore code blocks for cross-referencesMauro Carvalho Chehab
2021-03-31scripts: get_abi.pl: parse description line per lineMauro Carvalho Chehab
2021-03-31scripts: get_abi.pl: extend xref match to other typesMauro Carvalho Chehab
2021-03-31get_abi.pl: fix xref boundariesMauro Carvalho Chehab
2021-03-31get_abi.pl: seek for all occurrences for Documentation/ABIMauro Carvalho Chehab
2021-03-31scripts: get_abi.pl: better handle escape chars on what:Mauro Carvalho Chehab
2021-03-29scripts: kernel-doc: add warning for comment not following kernel-doc syntaxAditya Srivastava
2021-03-26docs: kernel-doc: properly recognize parameter lines with colonsJonathan Corbet
2021-03-25kernel-doc: better handle '::' sequencesMauro Carvalho Chehab
2021-03-08scripts/kernel-doc: ignore identifier on anonymous enumsMauro Carvalho Chehab
2021-03-08scripts: kernel-doc: fix attribute capture in function parsingAditya Srivastava
2021-03-06checkpatch: add verbose modeDwaipayan Ray
2021-03-06scripts: kernel-doc: fix typedef support for struct/union parsingAditya Srivastava
2021-03-05Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-05Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-03-02ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcountChen Jun
2021-03-01gcc-plugins: latent_entropy: remove unneeded semicolonJason Yan
2021-03-01gcc-plugins: structleak: remove unneeded variable 'ret'Jason Yan
2021-02-28kbuild: do not include include/config/auto.conf from adjust_autoksyms.shMasahiro Yamada
2021-02-28kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTOMasahiro Yamada
2021-02-27kbuild: lto: add _mcount to list of used symbolsArnd Bergmann
2021-02-26Merge tag 'docs-5.12-2' of git://git.lwn.net/linuxLinus Torvalds
2021-02-26ubsan: remove overflow checksAndrey Ryabinin
2021-02-26scripts/gdb: fix list_for_eachGeorge Prekas
2021-02-26checkpatch: do not apply "initialise globals to 0" check to BPF progsSong Liu
2021-02-26checkpatch: don't warn about colon termination in linker scriptsChris Down
2021-02-26checkpatch: add kmalloc_array_node to unnecessary OOM message checkJoe Perches
2021-02-26checkpatch: add warning for avoiding .L prefix symbols in assembly filesAditya Srivastava
2021-02-26checkpatch: improve TYPECAST_INT_CONSTANT test messageJoe Perches
2021-02-26checkpatch: prefer ftrace over function entry/exit printksJoe Perches
2021-02-26checkpatch: trivial style fixesDwaipayan Ray
2021-02-26checkpatch: ignore warning designated initializers using NR_CPUSPeng Wang
2021-02-26checkpatch: improve blank line after declaration testJoe Perches
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-02-24scripts/spelling.txt: add more spellings to spelling.txtColin Ian King
2021-02-24scripts/spelling.txt: add "allocted" and "exeeds" typodingsenjie
2021-02-24scripts/spelling.txt: check for "exeeds"zuoqilin
2021-02-24scripts/spelling.txt: increase error-prone spell checkingtangchunyou
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-24kbuild: remove deprecated 'always' and 'hostprogs-y/m'Masahiro Yamada
2021-02-24kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigMasahiro Yamada
2021-02-24kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada
2021-02-24kconfig: fix 'invalid option' for help optionMasahiro Yamada
2021-02-24kconfig: remove dead code in conf_askvalue()Masahiro Yamada
2021-02-24kconfig: clean up nested if-conditionals in check_conf()Masahiro Yamada
2021-02-24kconfig: Remove duplicate call to sym_get_string_value()Mickaël Salaün