aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'gcc-plugins-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 12-525/+2
2020-12-15ubsan: move cc-option tests into KconfigGravatar Kees Cook 1-30/+15
2020-12-15ubsan: remove redundant -Wno-maybe-uninitializedGravatar Kees Cook 1-4/+0
2020-12-15checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningGravatar Joe Perches 1-3/+10
2020-12-15checkpatch: fix TYPO_SPELLING check for words with apostropheGravatar Dwaipayan Ray 1-2/+5
2020-12-15checkpatch: add warning for lines starting with a '#' in commit logGravatar Dwaipayan Ray 1-0/+9
2020-12-15checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Gravatar Dwaipayan Ray 1-0/+22
2020-12-15checkpatch: add fix and improve warning msg for non-standard signatureGravatar Aditya Srivastava 1-2/+69
2020-12-15checkpatch: add fix option for LOGICAL_CONTINUATIONSGravatar Aditya Srivastava 1-2/+10
2020-12-15checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSGravatar Aditya Srivastava 1-2/+8
2020-12-15checkpatch: fix unescaped left braceGravatar Dwaipayan Ray 1-1/+1
2020-12-15checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsGravatar Aditya Srivastava 1-2/+2
2020-12-15checkpatch: fix spelling errors and remove repeated wordGravatar Dwaipayan Ray 1-3/+3
2020-12-15checkpatch: improve email parsingGravatar Dwaipayan Ray 1-17/+91
2020-12-15checkpatch: add __alias and __weak to suggested __attribute__ conversionsGravatar Joe Perches 1-1/+3
2020-12-15checkpatch: add fix option for GERRIT_CHANGE_IDGravatar Aditya Srivastava 1-2/+5
2020-12-15checkpatch: update __attribute__((section("name"))) quote removalGravatar Joe Perches 1-32/+15
2020-12-15checkpatch: add a fixer for missing newline at eofGravatar Tom Rix 1-2/+5
2020-12-15checkpatch: extend attributes check to handle more patternsGravatar Dwaipayan Ray 1-38/+71
2020-12-15checkpatch: allow --fix removal of unnecessary break statementsGravatar Joe Perches 1-4/+8
2020-12-15checkpatch: prefer static const declarationsGravatar Joe Perches 1-0/+12
2020-12-15checkpatch: ignore generated CamelCase defines and enum valuesGravatar Łukasz Stelmach 1-0/+2
2020-12-15checkpatch: fix false positives in REPEATED_WORD warningGravatar Aditya Srivastava 1-1/+15
2020-12-15checkpatch: add new exception to repeated word checkGravatar Dwaipayan Ray 1-2/+13
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 4-2/+42
2020-12-14Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-13/+79
2020-12-14Merge tag 'docs-5.11' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-2/+632
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-3/+0
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-0/+4
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-9/+25
2020-12-07Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Gravatar Jakub Kicinski 2-0/+11
2020-12-06Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-9/+25
2020-12-06kbuild: avoid split lines in .mod filesGravatar Masahiro Yamada 1-8/+4
2020-12-04gcc-plugins: simplify GCC plugin-dev capability testGravatar Masahiro Yamada 2-20/+1
2020-12-04gcc-plugins: remove code for GCC versions older than 4.9Gravatar Masahiro Yamada 10-505/+1
2020-12-04scripts: get_feat.pl: reduce table width for all features outputGravatar Mauro Carvalho Chehab 1-12/+59
2020-12-04scripts: get_feat.pl: change the group by orderGravatar Mauro Carvalho Chehab 1-1/+1
2020-12-04scripts: get_feat.pl: make complete table more coinciseGravatar Mauro Carvalho Chehab 1-37/+68
2020-12-04bpf: Add a bpf_sock_from_file helperGravatar Florent Revest 1-0/+4
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 2-2/+11
2020-12-04Merge tag 'auxbus-5.11-rc1' of https://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Leon Romanovsky 2-0/+11
2020-12-04Add auxiliary bus supportGravatar Dave Ertman 2-0/+11
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+2
2020-12-03scripts: kernel-doc: fix parsing function-like typedefsGravatar Mauro Carvalho Chehab 1-1/+1
2020-12-03scripts: get_feat.pl: use its implementation for list-arch.shGravatar Mauro Carvalho Chehab 1-13/+64
2020-12-03scripts: get_feat.pl: improve matrix outputGravatar Mauro Carvalho Chehab 1-43/+70
2020-12-03scripts: get_feat.pl: add a script to handle Documentation/featuresGravatar Mauro Carvalho Chehab 1-0/+474
2020-12-01kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1Gravatar Nathan Chancellor 1-0/+20
2020-11-28Merge tag 'kbuild-fixes-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2020-11-26bpf: Add a BPF helper for getting the IMA hash of an inodeGravatar KP Singh 1-0/+2