Age | Commit message (Expand) | Author | Files | Lines |
2020-04-08 | kbuild: add dummy toolchains to enable all cc-option etc. in Kconfig | Masahiro Yamada | 4 | -0/+123 |
2020-04-08 | kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=y | Masahiro Yamada | 1 | -17/+0 |
2020-04-08 | kbuild: remove -I$(srctree)/tools/include from scripts/Makefile | Masahiro Yamada | 1 | -4/+0 |
2020-04-08 | kbuild: mkcompile_h: Include $LD version in /proc/version | Kees Cook | 1 | -1/+5 |
2020-04-08 | kconfig: qconf: Fix a few alignment issues | Mauro Carvalho Chehab | 1 | -6/+7 |
2020-04-08 | kconfig: qconf: remove some old bogus TODOs | Mauro Carvalho Chehab | 1 | -2/+1 |
2020-04-08 | kconfig: qconf: fix support for the split view mode | Mauro Carvalho Chehab | 2 | -7/+28 |
2020-04-08 | kconfig: qconf: fix the content of the main widget | Mauro Carvalho Chehab | 1 | -6/+17 |
2020-04-08 | kconfig: qconf: Change title for the item window | Mauro Carvalho Chehab | 1 | -1/+9 |
2020-04-08 | kconfig: qconf: clean deprecated warnings | Mauro Carvalho Chehab | 1 | -4/+4 |
2020-04-08 | gcc-plugins: drop support for GCC <= 4.7 | Masahiro Yamada | 7 | -103/+14 |
2020-04-08 | kbuild: Enable -Wtautological-compare | Nathan Chancellor | 1 | -0/+1 |
2020-04-07 | ubsan: split "bounds" checker from other options | Kees Cook | 1 | -1/+6 |
2020-04-07 | ubsan: add trap instrumentation option | Kees Cook | 1 | -2/+7 |
2020-04-07 | checkpatch: avoid warning about uninitialized_var() | Joe Perches | 1 | -5/+9 |
2020-04-07 | checkpatch: check proper licensing of Devicetree bindings | Lubomir Rintel | 1 | -0/+11 |
2020-04-07 | checkpatch: improve Gerrit Change-Id: test | Joe Perches | 1 | -3/+10 |
2020-04-07 | checkpatch: add command-line option for TAB size | Antonio Borneo | 1 | -10/+16 |
2020-04-07 | checkpatch: fix multiple const * types | Antonio Borneo | 1 | -2/+2 |
2020-04-07 | checkpatch: fix minor typo and mixed space+tab in indentation | Antonio Borneo | 1 | -4/+4 |
2020-04-07 | checkpatch: prefer fallthrough; over fallthrough comments | Joe Perches | 1 | -0/+36 |
2020-04-07 | checkpatch: support "base-commit:" format | John Hubbard | 1 | -1/+1 |
2020-04-07 | checkpatch: check SPDX tags in YAML files | Lubomir Rintel | 1 | -1/+1 |
2020-04-07 | checkpatch: remove email address comment from email address comparisons | Joe Perches | 1 | -10/+29 |
2020-04-03 | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -17/+20 |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 10 | -7/+10 |
2020-04-03 | Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 11 | -208/+298 |
2020-04-03 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
2020-04-02 | scripts/spelling.txt: add more spellings to spelling.txt | Colin Ian King | 1 | -1/+19 |
2020-04-02 | scripts/spelling.txt: add syfs/sysfs pattern | Jonathan Neuschäfer | 1 | -0/+1 |
2020-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2 | -19/+27 |
2020-04-01 | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 15 | -122/+143 |
2020-04-01 | Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+8 |
2020-03-31 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+6 |
2020-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -14/+10 |
2020-03-31 | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+5 |
2020-03-30 | Merge tag 'docs-5.7' of git://git.lwn.net/linux | Linus Torvalds | 4 | -4/+207 |
2020-03-30 | Merge tag 'i3c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/... | Linus Torvalds | 2 | -0/+26 |
2020-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -5/+27 |
2020-03-30 | kbuild: deb-pkg: fix warning when CONFIG_DEBUG_INFO is unset | Reinhard Karcher | 1 | -0/+5 |
2020-03-29 | kbuild: add -Wall to KBUILD_HOSTCXXFLAGS | Masahiro Yamada | 1 | -1/+1 |
2020-03-29 | kconfig: remove unused variable in qconf.cc | Masahiro Yamada | 1 | -2/+0 |
2020-03-27 | Merge tag 'devicetree-fixes-for-5.6-4' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+0 |
2020-03-27 | scripts/dtc: Remove redundant YYLOC global declaration | Dirk Mueller | 1 | -1/+0 |
2020-03-27 | parse-maintainers: Do not sort section content by default | Joe Perches | 1 | -4/+27 |
2020-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 5 | -18/+27 |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 10 | -0/+10 |
2020-03-25 | .gitignore: remove too obvious comments | Masahiro Yamada | 3 | -7/+0 |
2020-03-25 | kbuild: refactor Makefile.dtbinst more | Masahiro Yamada | 1 | -11/+11 |
2020-03-25 | kbuild: compute the dtbs_install destination more simply | Masahiro Yamada | 1 | -6/+2 |