summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | modpost: refactor sech_name()Masahiro Yamada2020-05-291-12/+11
| * | | | | modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada2020-05-291-9/+9
| * | | | | kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada2020-05-291-1/+1
| * | | | | kbuild: make modules.order rule consistent with built-in.aMasahiro Yamada2020-05-262-4/+8
| * | | | | kbuild: rename subdir-obj-y to subdir-builtinMasahiro Yamada2020-05-261-4/+5
| * | | | | kbuild: move subdir-obj-y to scripts/Makefile.buildMasahiro Yamada2020-05-262-5/+2
| * | | | | kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=nMasahiro Yamada2020-05-261-1/+1
| * | | | | kbuild: remove ifdef builtin-target / lib-targetMasahiro Yamada2020-05-261-8/+2
| * | | | | kbuild: make module name conflict fatal errorMasahiro Yamada2020-05-261-3/+13
| * | | | | gcc-plugins: remove always-false $(if ...) in MakefileMasahiro Yamada2020-05-261-1/+1
| * | | | | scripts/checkstack.pl: fix arm sp regexManinder Singh2020-05-261-1/+1
| * | | | | scripts/checkstack.pl: add arm push handling for stack usageManinder Singh2020-05-261-1/+27
| * | | | | scripts/checkstack.pl: Add argument to print stacks greather than value.Maninder Singh2020-05-261-3/+8
| * | | | | scripts/checkstack.pl: don't display $dre as different entityManinder Singh2020-05-261-27/+27
| * | | | | modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-263-3/+3
| * | | | | scripts: headers_install: Exit with error on config leakSiddharth Gupta2020-05-261-5/+6
| * | | | | kbuild: add infrastructure to build userspace programsMasahiro Yamada2020-05-173-1/+52
| * | | | | kbuild: warn if always, hostprogs-y, or hostprogs-m is usedMasahiro Yamada2020-05-171-1/+11
| * | | | | kbuild: determine the output format of DTC by the target suffixMasahiro Yamada2020-05-121-3/+3
| * | | | | kbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_COMPILER macroMasahiro Yamada2020-05-121-2/+1
| * | | | | kbuild: use -MMD instead of -MD to exclude system headers from dependencyMasahiro Yamada2020-05-123-7/+7
| |/ / / /
* | | | | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-061-0/+2
|\ \ \ \ \
| * | | | | firmware/dmi: Report DMI Bios & EC firmware releaseErwan Velu2020-06-061-0/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'devicetree-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-041-1/+1
|\ \ \ \ \
| * | | | | docs: dt: convert submitting-patches.txt to ReST formatMauro Carvalho Chehab2020-05-041-1/+1
* | | | | | checkpatch: use patch subject when reading from stdinGeert Uytterhoeven2020-06-041-0/+1
* | | | | | checkpatch: disallow --git and --file/--fixJoe Perches2020-06-041-2/+4
* | | | | | checkpatch: look for c99 comments in ctx_locate_commentJoe Perches2020-06-041-1/+9
* | | | | | checkpatch: additional MAINTAINER section entry ordering checksJoe Perches2020-06-041-8/+37
* | | | | | get_maintainer: fix unexpected behavior for path/to//file (double slashes)Joe Perches2020-06-041-0/+2
* | | | | | get_maintainer: add email addresses from .yaml filesJoe Perches2020-06-041-15/+29
* | | | | | 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