Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'kspp/for-next/kspp' | Stephen Rothwell | 2020-04-14 | 3 | -3/+7 |
|\ | |||||
| * | gcc-common.h: Update for GCC 10 | Frédéric Pierret (fepitre) | 2020-04-13 | 2 | -0/+5 |
| * | gcc-plugins/stackleak: Avoid assignment for unused macro argument | Kees Cook | 2020-04-13 | 1 | -3/+2 |
* | | Merge remote-tracking branch 'tip/auto-latest' | Stephen Rothwell | 2020-04-14 | 24 | -24/+44 |
|\ \ | |||||
| * \ | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh | Ingo Molnar | 2020-04-13 | 63 | -577/+1138 |
| |\ \ | | |/ | |||||
| * | | asm-generic, atomic-instrumented: Use generic instrumented.h | Marco Elver | 2020-03-21 | 1 | -16/+3 |
| * | | Merge branch 'linus' into locking/kcsan, to pick up fixes | Ingo Molnar | 2020-03-21 | 7 | -21/+30 |
| |\ \ | |||||
| * \ \ | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2020-03-21 | 59 | -1158/+1033 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'kcsan.2020.01.07a' into locking/kcsan | Ingo Molnar | 2020-01-24 | 22 | -23/+27 |
| |\ \ \ \ | |||||
| | * | | | | asm-generic/atomic: Use __always_inline for fallback wrappers | Marco Elver | 2020-01-07 | 20 | -19/+21 |
| | * | | | | asm-generic/atomic: Use __always_inline for pure wrappers | Marco Elver | 2020-01-07 | 2 | -4/+6 |
| * | | | | | Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflict | Ingo Molnar | 2020-01-06 | 2 | -6/+5 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2019-12-30 | 34 | -921/+722 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2019-11-19 | 3 | -2/+31 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | locking/atomics, kcsan: Add KCSAN instrumentation | Marco Elver | 2019-11-16 | 1 | -2/+15 |
| | * | | | | | | kcsan: Add Kernel Concurrency Sanitizer infrastructure | Marco Elver | 2019-11-16 | 2 | -0/+16 |
* | | | | | | | | Merge branch 'dmi/master' | Stephen Rothwell | 2020-04-14 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | firmware/dmi: Report DMI Bios & EC firmware release | Erwan Velu | 2020-04-14 | 1 | -0/+2 |
* | | | | | | | | | scripts/config: allow colons in option strings for sed | Jeremie Francois (on alpha) | 2020-04-13 | 1 | -1/+4 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | kbuild: add dummy toolchains to enable all cc-option etc. in Kconfig | Masahiro Yamada | 2020-04-09 | 4 | -0/+123 |
* | | | | | | | | kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=y | Masahiro Yamada | 2020-04-09 | 1 | -17/+0 |
* | | | | | | | | kbuild: remove -I$(srctree)/tools/include from scripts/Makefile | Masahiro Yamada | 2020-04-09 | 1 | -4/+0 |
* | | | | | | | | kbuild: mkcompile_h: Include $LD version in /proc/version | Kees Cook | 2020-04-09 | 1 | -1/+5 |
* | | | | | | | | kconfig: qconf: Fix a few alignment issues | Mauro Carvalho Chehab | 2020-04-09 | 1 | -6/+7 |
* | | | | | | | | kconfig: qconf: remove some old bogus TODOs | Mauro Carvalho Chehab | 2020-04-09 | 1 | -2/+1 |
* | | | | | | | | kconfig: qconf: fix support for the split view mode | Mauro Carvalho Chehab | 2020-04-09 | 2 | -7/+28 |
* | | | | | | | | kconfig: qconf: fix the content of the main widget | Mauro Carvalho Chehab | 2020-04-09 | 1 | -6/+17 |
* | | | | | | | | kconfig: qconf: Change title for the item window | Mauro Carvalho Chehab | 2020-04-09 | 1 | -1/+9 |
* | | | | | | | | kconfig: qconf: clean deprecated warnings | Mauro Carvalho Chehab | 2020-04-09 | 1 | -4/+4 |
* | | | | | | | | gcc-plugins: drop support for GCC <= 4.7 | Masahiro Yamada | 2020-04-09 | 7 | -103/+14 |
* | | | | | | | | kbuild: Enable -Wtautological-compare | Nathan Chancellor | 2020-04-09 | 1 | -0/+1 |
* | | | | | | | | ubsan: split "bounds" checker from other options | Kees Cook | 2020-04-07 | 1 | -1/+6 |
* | | | | | | | | ubsan: add trap instrumentation option | Kees Cook | 2020-04-07 | 1 | -2/+7 |
* | | | | | | | | checkpatch: avoid warning about uninitialized_var() | Joe Perches | 2020-04-07 | 1 | -5/+9 |
* | | | | | | | | checkpatch: check proper licensing of Devicetree bindings | Lubomir Rintel | 2020-04-07 | 1 | -0/+11 |
* | | | | | | | | checkpatch: improve Gerrit Change-Id: test | Joe Perches | 2020-04-07 | 1 | -3/+10 |
* | | | | | | | | checkpatch: add command-line option for TAB size | Antonio Borneo | 2020-04-07 | 1 | -10/+16 |
* | | | | | | | | checkpatch: fix multiple const * types | Antonio Borneo | 2020-04-07 | 1 | -2/+2 |
* | | | | | | | | checkpatch: fix minor typo and mixed space+tab in indentation | Antonio Borneo | 2020-04-07 | 1 | -4/+4 |
* | | | | | | | | checkpatch: prefer fallthrough; over fallthrough comments | Joe Perches | 2020-04-07 | 1 | -0/+36 |
* | | | | | | | | checkpatch: support "base-commit:" format | John Hubbard | 2020-04-07 | 1 | -1/+1 |
* | | | | | | | | checkpatch: check SPDX tags in YAML files | Lubomir Rintel | 2020-04-07 | 1 | -1/+1 |
* | | | | | | | | checkpatch: remove email address comment from email address comparisons | Joe Perches | 2020-04-07 | 1 | -10/+29 |
* | | | | | | | | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-04-03 | 3 | -17/+20 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge 5.6-rc7 into char-misc-next | Greg Kroah-Hartman | 2020-03-23 | 5 | -18/+27 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
| * | | | | | | | | bus: mhi: core: Add uevent support for module autoloading | Manivannan Sadhasivam | 2020-03-19 | 2 | -0/+13 |
| * | | | | | | | | Merge 5.6-rc5 into char-misc-next | Greg Kroah-Hartman | 2020-03-09 | 2 | -3/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge 5.6-rc3 into char-misc-next | Greg Kroah-Hartman | 2020-02-24 | 3 | -31/+7 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||||
| * | | | | | | | | | ver_linux: Query ld cache for versions of libc/libcpp run-time | Alexander Kapshuk | 2020-02-10 | 1 | -17/+7 |
* | | | | | | | | | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2020-04-03 | 10 | -7/+10 |
|\ \ \ \ \ \ \ \ \ \ |