| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kbuild-fixes-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-07-18 | 2 | -6/+9 |
|\ |
|
| * | Kbuild: lto: fix module versionings mismatch in GNU make 3.X | Lecopzer Chen | 2021-07-18 | 1 | -1/+1 |
| * | scripts/setlocalversion: fix a bug when LOCALVERSION is empty | Mikulas Patocka | 2021-07-18 | 1 | -5/+8 |
* | | scripts/spdxcheck.py: Strictly read license files in utf-8 | Nishanth Menon | 2021-07-12 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-07-10 | 12 | -99/+118 |
|\ |
|
| * | scripts: add generic syscallnr.sh | Masahiro Yamada | 2021-07-08 | 1 | -0/+74 |
| * | scripts: check duplicated syscall number in syscall table | Masahiro Yamada | 2021-07-08 | 2 | -2/+7 |
| * | kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set | Matthias Maennich | 2021-06-17 | 1 | -3/+11 |
| * | kbuild: modpost: Explicitly warn about unprototyped symbols | Mark Brown | 2021-06-17 | 1 | -2/+5 |
| * | kconfig: constify long_opts | Masahiro Yamada | 2021-06-05 | 1 | -1/+1 |
| * | scripts/setlocalversion: simplify the short version part | Masahiro Yamada | 2021-05-26 | 1 | -5/+3 |
| * | scripts/setlocalversion: factor out 12-chars hash construction | Masahiro Yamada | 2021-05-26 | 1 | -17/+5 |
| * | scripts/setlocalversion: add more comments to -dirty flag detection | Masahiro Yamada | 2021-05-26 | 1 | -0/+4 |
| * | scripts/setlocalversion: remove workaround for old make-kpkg | Masahiro Yamada | 2021-05-26 | 1 | -1/+1 |
| * | scripts/setlocalversion: remove mercurial, svn and git-svn supports | Masahiro Yamada | 2021-05-26 | 1 | -41/+0 |
| * | kbuild: clean up ${quiet} checks in shell scripts | Masahiro Yamada | 2021-05-26 | 2 | -6/+2 |
| * | kbuild: sink stdout from cmd for silent build | Masahiro Yamada | 2021-05-26 | 1 | -1/+6 |
| * | kbuild: merge scripts/mkmakefile to top Makefile | Masahiro Yamada | 2021-05-26 | 1 | -17/+0 |
| * | kbuild: remove libelf checks from top Makefile | Masahiro Yamada | 2021-05-24 | 2 | -4/+0 |
* | | scripts/decode_stacktrace.sh: indicate 'auto' can be used for base path | Stephen Boyd | 2021-07-08 | 1 | -1/+1 |
* | | scripts/decode_stacktrace.sh: silence stderr messages from addr2line/nm | Stephen Boyd | 2021-07-08 | 1 | -3/+3 |
* | | scripts/decode_stacktrace.sh: support debuginfod | Stephen Boyd | 2021-07-08 | 1 | -11/+70 |
* | | arch, mm: wire up memfd_secret system call where relevant | Mike Rapoport | 2021-07-08 | 1 | -0/+4 |
* | | Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw... | Linus Torvalds | 2021-07-06 | 8 | -61/+384 |
|\ \ |
|
| * | | coccinelle: api: remove kobj_to_dev.cocci script | Keith Busch | 2021-06-21 | 1 | -45/+0 |
| * | | scripts: coccicheck: fix troubles on non-English builds | Mauro Carvalho Chehab | 2021-05-18 | 1 | -1/+1 |
| * | | coccinelle: misc: minmax: suppress patch generation for err returns | Denis Efremov | 2021-05-01 | 1 | -1/+17 |
| * | | drop unneeded *s | Julia Lawall | 2021-05-01 | 1 | -6/+6 |
| * | | coccinelle: irqf_oneshot: reduce the severity due to false positives | Krzysztof Kozlowski | 2021-05-01 | 1 | -2/+2 |
| * | | coccinelle: misc: add swap script | Denis Efremov | 2021-05-01 | 1 | -0/+122 |
| * | | coccinelle: misc: update uninitialized_var.cocci documentation | Denis Efremov | 2021-05-01 | 1 | -5/+10 |
| * | | coccinelle: misc: restrict patch mode in flexible_array.cocci | Denis Efremov | 2021-05-01 | 1 | -2/+21 |
| * | | coccinelle: misc: add minmax script | Denis Efremov | 2021-05-01 | 1 | -0/+206 |
* | | | Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-07-04 | 1 | -1/+6 |
|\ \ \ |
|
| * | | | scripts/min-tool-version.sh: Raise minimum clang version to 13.0.0 for s390 | Nathan Chancellor | 2021-06-28 | 1 | -1/+6 |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-07-02 | 1 | -6/+10 |
|\ \ \ \ |
|
| * | | | | checkpatch: do not complain about positive return values starting with EPOLL | Guenter Roeck | 2021-07-01 | 1 | -1/+1 |
| * | | | | checkpatch: improve the indented label test | Joe Perches | 2021-07-01 | 1 | -3/+7 |
| * | | | | checkpatch: scripts/spdxcheck.py now requires python3 | Guenter Roeck | 2021-07-01 | 1 | -2/+2 |
* | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-06-30 | 3 | -39/+61 |
|\| | | | |
|
| * | | | | kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21 | Andrii Nakryiko | 2021-06-29 | 1 | -0/+4 |
| * | | | | scripts/spelling.txt: add more spellings to spelling.txt | Colin Ian King | 2021-06-29 | 1 | -0/+16 |
| * | | | | streamline_config.pl: add softtabstop=4 for vim users | Steven Rostedt (VMware) | 2021-06-29 | 1 | -0/+2 |
| * | | | | streamline_config.pl: make spacing consistent | Steven Rostedt (VMware) | 2021-06-29 | 1 | -39/+39 |
* | | | | | Merge tag 'docs-5.14' of git://git.lwn.net/linux | Linus Torvalds | 2021-06-29 | 3 | -120/+215 |
|\ \ \ \ \ |
|
| * | | | | | documentation-file-ref-check: Make git check work for multiple working direct... | Rob Herring | 2021-06-04 | 1 | -1/+1 |
| * | | | | | scripts: sphinx-pre-install: fix the need of virtenv packages | Mauro Carvalho Chehab | 2021-06-02 | 1 | -48/+74 |
| * | | | | | scripts: sphinx-pre-install: rework the sphinx install logic | Mauro Carvalho Chehab | 2021-06-02 | 1 | -68/+140 |
| * | | | | | scripts: kernel-doc: reduce repeated regex expressions into variables | Aditya Srivastava | 2021-05-17 | 1 | -37/+34 |
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2021-06-28 | 2 | -1/+3 |
|\ \ \ \ \ \ |
|