aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2020-06-04checkpatch: use patch subject when reading from stdinGravatar Geert Uytterhoeven 1-0/+1
2020-06-04checkpatch: disallow --git and --file/--fixGravatar Joe Perches 1-2/+4
2020-06-04checkpatch: look for c99 comments in ctx_locate_commentGravatar Joe Perches 1-1/+9
2020-06-04checkpatch: additional MAINTAINER section entry ordering checksGravatar Joe Perches 1-8/+37
2020-06-04get_maintainer: fix unexpected behavior for path/to//file (double slashes)Gravatar Joe Perches 1-0/+2
2020-06-04get_maintainer: add email addresses from .yaml filesGravatar Joe Perches 1-15/+29
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 4-0/+95
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-89/+243
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+24
2020-06-01Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-5/+9
2020-05-31checkpatch/coding-style: deprecate 80-column warningGravatar Joe Perches 1-5/+9
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationGravatar Thomas Gleixner 1-1/+1
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Gravatar Ingo Molnar 8-9/+16
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-3/+3
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+8
2020-05-11checkpatch: warn about uses of ENOTSUPPGravatar Jakub Kicinski 1-0/+11
2020-05-11bpf: Minor fixes to BPF helpers documentationGravatar Quentin Monnet 1-0/+6
2020-05-09bpf: Add bpf_seq_printf and bpf_seq_write helpersGravatar Yonghong Song 1-0/+2
2020-05-07scripts/gdb: repair rb_first() and rb_last()Gravatar Aymeric Agon-Rambosson 1-2/+2
2020-05-07scripts/decodecode: fix trapping instruction formattingGravatar Ivan Delalande 1-1/+1
2020-05-07net: remove newlines in NL_SET_ERR_MSG_MODGravatar Jacob Keller 1-0/+75
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 4-4/+8
2020-05-04docs: dt: convert submitting-patches.txt to ReST formatGravatar Mauro Carvalho Chehab 1-1/+1
2020-05-04Merge tag 'gcc-plugins-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-3/+7
2020-05-04gcc-10 warnings: fix low-hanging fruitGravatar Linus Torvalds 1-1/+1
2020-04-28scripts: sphinx-pre-install: change the output orderGravatar Mauro Carvalho Chehab 1-7/+10
2020-04-28scripts: sphinx-pre-install: fix a bug when using with venvGravatar Mauro Carvalho Chehab 1-0/+20
2020-04-28scripts: sphinx-pre-install: change recommendation text if venv existsGravatar Mauro Carvalho Chehab 1-12/+22
2020-04-28scripts: sphinx-pre-install: change the warning for version < 2.4.4Gravatar Mauro Carvalho Chehab 1-5/+14
2020-04-28scripts: sphinx-pre-install: only ask to activate valid venvsGravatar Mauro Carvalho Chehab 1-16/+37
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 6-6/+9
2020-04-24Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+5
2020-04-23kbuild: fix DT binding schema rule again to avoid needless rebuildsGravatar Masahiro Yamada 1-1/+1
2020-04-23scripts/config: allow colons in option strings for sedGravatar Jeremie Francois (on alpha) 1-1/+4
2020-04-22kbuild/objtool: Add objtool-vmlinux.o passGravatar Peter Zijlstra 1-0/+24
2020-04-21kernel/module: Hide vermagic header file from general useGravatar Leon Romanovsky 1-0/+1
2020-04-21checkpatch: fix a typo in the regex for $allocFunctionsGravatar Christophe JAILLET 1-1/+1
2020-04-20scripts: kernel-doc: accept blank lines on parameter descriptionGravatar Mauro Carvalho Chehab 1-12/+23
2020-04-20scripts: kernel-doc: accept negation like !@varGravatar Mauro Carvalho Chehab 1-1/+3
2020-04-20scripts: kernel-doc: proper handle @foo->bar()Gravatar Mauro Carvalho Chehab 1-0/+2
2020-04-20scripts: sphinx-pre-install: add support for python -m venvGravatar Mauro Carvalho Chehab 1-38/+75
2020-04-20scripts: sphinx-pre-install: add support for OpenMandrivaGravatar Mauro Carvalho Chehab 1-4/+21
2020-04-20scripts: sphinx-pre-install: address some issues with GentooGravatar Mauro Carvalho Chehab 1-3/+4
2020-04-20scripts: sphinx-pre-install: fix a dependency hint with Ubuntu 16.04Gravatar Mauro Carvalho Chehab 1-1/+2
2020-04-20scripts: sphinx-pre-install: improve openSuse Tumbleweed checkGravatar Mauro Carvalho Chehab 1-1/+3
2020-04-20scripts: sphinx-pre-install: improve distro detection checkGravatar Mauro Carvalho Chehab 1-0/+18
2020-04-17Merge tag 'docs-fixes' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-2/+2
2020-04-17kbuild: check libyaml installation for 'make dt_binding_check'Gravatar Masahiro Yamada 1-1/+1