summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gcc-plugins-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-1612-525/+2
|\
| * gcc-plugins: simplify GCC plugin-dev capability testMasahiro Yamada2020-12-042-20/+1
| * gcc-plugins: remove code for GCC versions older than 4.9Masahiro Yamada2020-12-0410-505/+1
* | ubsan: move cc-option tests into KconfigKees Cook2020-12-151-30/+15
* | ubsan: remove redundant -Wno-maybe-uninitializedKees Cook2020-12-151-4/+0
* | checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningJoe Perches2020-12-151-3/+10
* | checkpatch: fix TYPO_SPELLING check for words with apostropheDwaipayan Ray2020-12-151-2/+5
* | checkpatch: add warning for lines starting with a '#' in commit logDwaipayan Ray2020-12-151-0/+9
* | checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Dwaipayan Ray2020-12-151-0/+22
* | checkpatch: add fix and improve warning msg for non-standard signatureAditya Srivastava2020-12-151-2/+69
* | checkpatch: add fix option for LOGICAL_CONTINUATIONSAditya Srivastava2020-12-151-2/+10
* | checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSAditya Srivastava2020-12-151-2/+8
* | checkpatch: fix unescaped left braceDwaipayan Ray2020-12-151-1/+1
* | checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsAditya Srivastava2020-12-151-2/+2
* | checkpatch: fix spelling errors and remove repeated wordDwaipayan Ray2020-12-151-3/+3
* | checkpatch: improve email parsingDwaipayan Ray2020-12-151-17/+91
* | checkpatch: add __alias and __weak to suggested __attribute__ conversionsJoe Perches2020-12-151-1/+3
* | checkpatch: add fix option for GERRIT_CHANGE_IDAditya Srivastava2020-12-151-2/+5
* | checkpatch: update __attribute__((section("name"))) quote removalJoe Perches2020-12-151-32/+15
* | checkpatch: add a fixer for missing newline at eofTom Rix2020-12-151-2/+5
* | checkpatch: extend attributes check to handle more patternsDwaipayan Ray2020-12-151-38/+71
* | checkpatch: allow --fix removal of unnecessary break statementsJoe Perches2020-12-151-4/+8
* | checkpatch: prefer static const declarationsJoe Perches2020-12-151-0/+12
* | checkpatch: ignore generated CamelCase defines and enum valuesƁukasz Stelmach2020-12-151-0/+2
* | checkpatch: fix false positives in REPEATED_WORD warningAditya Srivastava2020-12-151-1/+15
* | checkpatch: add new exception to repeated word checkDwaipayan Ray2020-12-151-2/+13
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-154-2/+42
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-141-0/+4
| |\ \
| | * | bpf: Add a bpf_sock_from_file helperFlorent Revest2020-12-041-0/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-113-9/+25
| |\ \ \
| * \ \ \ Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2020-12-072-0/+11
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge tag 'auxbus-5.11-rc1' of https://git.kernel.org/pub/scm/linux/kernel/gi...Leon Romanovsky2020-12-042-0/+11
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Add auxiliary bus supportDave Ertman2020-12-042-0/+11
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-042-2/+11
| |\ \ \ \
| | * | | | bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh2020-11-261-0/+2
| | * | | | kbuild: Skip module BTF generation for out-of-tree external modulesAndrii Nakryiko2020-11-251-2/+7
| | * | | | bpf: Add bpf_bprm_opts_set helperKP Singh2020-11-181-0/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-0/+2
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-141-2/+18
| |\ \ \ \
| | * | | | kbuild: Build kernel module BTFs if BTF is enabled and pahole supports itAndrii Nakryiko2020-11-101-2/+18
* | | | | | Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-143-13/+79
|\ \ \ \ \ \
| * | | | | | locking/atomics: Regenerate the atomics-check SHA1'sIngo Molnar2020-11-071-0/+0
| * | | | | | Merge branch 'linus' into perf/kprobesIngo Molnar2020-11-0769-1405/+3011
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into perf/kprobesIngo Molnar2020-11-071-2/+6
| |\ \ \ \ \ \ \
| * | | | | | | | asm-generic/atomic: Add try_cmpxchg() fallbacksPeter Zijlstra2020-10-122-13/+79
* | | | | | | | | Merge tag 'docs-5.11' of git://git.lwn.net/linuxLinus Torvalds2020-12-142-2/+632
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | scripts: get_feat.pl: reduce table width for all features outputMauro Carvalho Chehab2020-12-041-12/+59
| * | | | | | | | | scripts: get_feat.pl: change the group by orderMauro Carvalho Chehab2020-12-041-1/+1
| * | | | | | | | | scripts: get_feat.pl: make complete table more coinciseMauro Carvalho Chehab2020-12-041-37/+68
| * | | | | | | | | scripts: kernel-doc: fix parsing function-like typedefsMauro Carvalho Chehab2020-12-031-1/+1