summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts: Require pahole v1.16 when generating BTFLorenz Bauer2020-06-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-034-0/+95
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-5/+9
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-152-3/+3
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-141-0/+8
| |\ \ \
| | * | | bpf: Minor fixes to BPF helpers documentationQuentin Monnet2020-05-111-0/+6
| | * | | bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song2020-05-091-0/+2
| * | | | checkpatch: warn about uses of ENOTSUPPJakub Kicinski2020-05-111-0/+11
| * | | | net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller2020-05-071-0/+75
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-064-4/+8
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-256-6/+9
| |\ \ \ \
| * | | | | kernel/module: Hide vermagic header file from general useLeon Romanovsky2020-04-211-0/+1
* | | | | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-012-89/+243
|\ \ \ \ \ \
| * | | | | | scripts: sphinx-pre-install: change the output orderMauro Carvalho Chehab2020-04-281-7/+10
| * | | | | | scripts: sphinx-pre-install: fix a bug when using with venvMauro Carvalho Chehab2020-04-281-0/+20
| * | | | | | scripts: sphinx-pre-install: change recommendation text if venv existsMauro Carvalho Chehab2020-04-281-12/+22
| * | | | | | scripts: sphinx-pre-install: change the warning for version < 2.4.4Mauro Carvalho Chehab2020-04-281-5/+14
| * | | | | | scripts: sphinx-pre-install: only ask to activate valid venvsMauro Carvalho Chehab2020-04-281-16/+37
| * | | | | | scripts: kernel-doc: accept blank lines on parameter descriptionMauro Carvalho Chehab2020-04-201-12/+23
| * | | | | | scripts: kernel-doc: accept negation like !@varMauro Carvalho Chehab2020-04-201-1/+3
| * | | | | | scripts: kernel-doc: proper handle @foo->bar()Mauro Carvalho Chehab2020-04-201-0/+2
| * | | | | | scripts: sphinx-pre-install: add support for python -m venvMauro Carvalho Chehab2020-04-201-38/+75
| * | | | | | scripts: sphinx-pre-install: add support for OpenMandrivaMauro Carvalho Chehab2020-04-201-4/+21
| * | | | | | scripts: sphinx-pre-install: address some issues with GentooMauro Carvalho Chehab2020-04-201-3/+4
| * | | | | | scripts: sphinx-pre-install: fix a dependency hint with Ubuntu 16.04Mauro Carvalho Chehab2020-04-201-1/+2
| * | | | | | scripts: sphinx-pre-install: improve openSuse Tumbleweed checkMauro Carvalho Chehab2020-04-201-1/+3
| * | | | | | scripts: sphinx-pre-install: improve distro detection checkMauro Carvalho Chehab2020-04-201-0/+18
* | | | | | | Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-011-0/+24
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar2020-05-188-9/+16
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | kbuild/objtool: Add objtool-vmlinux.o passPeter Zijlstra2020-04-221-0/+24
* | | | | | | | Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-011-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner2020-05-191-1/+1
| | |/ / / / / | |/| | | | |
* / | | | | | checkpatch/coding-style: deprecate 80-column warningJoe Perches2020-05-311-5/+9
|/ / / / / /
* | | | | | scripts/gdb: repair rb_first() and rb_last()Aymeric Agon-Rambosson2020-05-071-2/+2
* | | | | | scripts/decodecode: fix trapping instruction formattingIvan Delalande2020-05-071-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'gcc-plugins-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-05-043-3/+7
|\ \ \ \ \
| * | | | | gcc-common.h: Update for GCC 10Frédéric Pierret (fepitre)2020-04-132-0/+5
| * | | | | gcc-plugins/stackleak: Avoid assignment for unused macro argumentKees Cook2020-04-131-3/+2
| | |_|/ / | |/| | |
* | | | | gcc-10 warnings: fix low-hanging fruitLinus Torvalds2020-05-041-1/+1
| |_|_|/ |/| | |
* | | | Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-242-2/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | kbuild: fix DT binding schema rule again to avoid needless rebuildsMasahiro Yamada2020-04-231-1/+1
| * | | scripts/config: allow colons in option strings for sedJeremie Francois (on alpha)2020-04-231-1/+4
* | | | checkpatch: fix a typo in the regex for $allocFunctionsChristophe JAILLET2020-04-211-1/+1
|/ / /
* | | Merge tag 'docs-fixes' of git://git.lwn.net/linuxLinus Torvalds2020-04-172-2/+2
|\ \ \ | | |/ | |/|
| * | scripts: documentation-file-ref-check: Add line break before exitTiezhu Yang2020-04-151-1/+1
| * | scripts/kernel-doc: Add missing close-paren in c:function directivesPeter Maydell2020-04-151-1/+1
| |/
* / kbuild: check libyaml installation for 'make dt_binding_check'Masahiro Yamada2020-04-171-1/+1
|/
* kbuild: add dummy toolchains to enable all cc-option etc. in KconfigMasahiro Yamada2020-04-094-0/+123
* kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=yMasahiro Yamada2020-04-091-17/+0
* kbuild: remove -I$(srctree)/tools/include from scripts/MakefileMasahiro Yamada2020-04-091-4/+0