Age | Commit message (Expand) | Author | Files | Lines |
2021-02-23 | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 12 | -31/+458 |
2021-02-22 | Merge tag 'docs-5.12' of git://git.lwn.net/linux | Linus Torvalds | 2 | -18/+49 |
2021-02-22 | Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 21 | -237/+367 |
2021-02-22 | Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -0/+31 |
2021-02-21 | Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -6/+0 |
2021-02-14 | Merge tag 'kbuild-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -0/+4 |
2021-02-14 | scripts: set proper OpenSSL include dir also for sign-file | Rolf Eike Beer | 1 | -0/+1 |
2021-02-13 | scripts/recordmcount.pl: support big endian for ARCH sh | Rong Chen | 1 | -1/+5 |
2021-02-13 | of: Remove of_dev_{get,put}() | Rob Herring | 1 | -1/+0 |
2021-02-12 | Merge branch 'linus' into locking/core, to pick up upstream fixes | Ingo Molnar | 13 | -34/+26 |
2021-02-11 | kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64 | Masahiro Yamada | 1 | -0/+3 |
2021-02-10 | checkpatch: Don't check for mutex_trylock_recursive() | Sebastian Andrzej Siewior | 1 | -6/+0 |
2021-02-05 | kallsyms: fix nonconverging kallsyms table with lld | Arnd Bergmann | 1 | -0/+6 |
2021-02-04 | kbuild: Add support to build overlays (%.dtbo) | Viresh Kumar | 2 | -0/+8 |
2021-02-04 | scripts: dtc: Remove the unused fdtdump.c file | Viresh Kumar | 1 | -163/+0 |
2021-02-04 | scripts: dtc: Build fdtoverlay tool | Viresh Kumar | 1 | -1/+7 |
2021-02-04 | scripts/dtc: Update to upstream version v1.6.0-51-g183df9e9c2b9 | Rob Herring | 15 | -71/+350 |
2021-02-04 | scripts: dtc: Fetch fdtoverlay.c from external DTC project | Viresh Kumar | 1 | -1/+2 |
2021-02-03 | scripts/clang-tools: switch explicitly to Python 3 | Masahiro Yamada | 2 | -2/+2 |
2021-02-02 | Docs: drop Python 2 support | Jonathan Corbet | 1 | -2/+2 |
2021-02-01 | kbuild: remove PYTHON variable | Masahiro Yamada | 1 | -1/+1 |
2021-01-29 | scripts/kernel-doc: add internal hyperlink to DOC: sections | Michal Wajdeczko | 1 | -0/+1 |
2021-01-28 | Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions" | Masahiro Yamada | 1 | -7/+0 |
2021-01-28 | scripts: use pkg-config to locate libcrypto | Rolf Eike Beer | 1 | -2/+6 |
2021-01-26 | kconfig: mconf: fix HOSTCC call | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2021-01-23 | kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc | Masahiro Yamada | 1 | -7/+3 |
2021-01-22 | scripts: switch explicitly to Python 3 | Andy Shevchenko | 2 | -2/+2 |
2021-01-18 | scripts: kernel-doc: validate kernel-doc markup with the actual names | Mauro Carvalho Chehab | 1 | -16/+46 |
2021-01-14 | scripts/mod: disable LTO for empty.c | Sami Tolvanen | 1 | -0/+1 |
2021-01-14 | modpost: lto: strip .lto from module names | Sami Tolvanen | 3 | -10/+21 |
2021-01-14 | init: lto: ensure initcall ordering | Sami Tolvanen | 3 | -2/+289 |
2021-01-14 | kbuild: lto: add a default list of used symbols | Sami Tolvanen | 1 | -0/+5 |
2021-01-14 | kbuild: lto: merge module sections | Sami Tolvanen | 1 | -0/+24 |
2021-01-14 | kbuild: lto: fix module versioning | Sami Tolvanen | 3 | -4/+58 |
2021-01-14 | kbuild: add support for Clang LTO | Sami Tolvanen | 4 | -12/+59 |
2021-01-11 | Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -11/+4 |
2021-01-09 | tracing: move function tracer options to Kconfig | Sami Tolvanen | 1 | -4/+2 |
2021-01-07 | gcc-plugins: fix gcc 11 indigestion with plugins... | Valdis Klētnieks | 1 | -2/+2 |
2021-01-07 | platform/surface: aggregator: Add dedicated bus and device type | Maximilian Luz | 2 | -0/+31 |
2021-01-04 | kconfig: remove 'kvmconfig' and 'xenconfig' shorthands | Masahiro Yamada | 1 | -10/+0 |
2021-01-04 | kconfig: Support building mconf with vendor sysroot ncurses | John Millikin | 1 | -1/+3 |
2021-01-04 | kconfig: config script: add a little user help | Randy Dunlap | 1 | -0/+1 |
2021-01-01 | depmod: handle the case of /sbin/depmod without /sbin in PATH | Linus Torvalds | 1 | -0/+2 |
2020-12-30 | checkpatch: prefer strscpy to strlcpy | Joe Perches | 1 | -0/+6 |
2020-12-25 | Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw... | Linus Torvalds | 4 | -304/+18 |
2020-12-24 | scripts: coccicheck: Correct usage of make coccicheck | Sumera Priyadarsini | 1 | -0/+12 |
2020-12-23 | Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 8 | -76/+94 |
2020-12-23 | Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 14 | -55/+87 |
2020-12-22 | kasan, arm64: expand CONFIG_KASAN checks | Andrey Konovalov | 1 | -0/+2 |
2020-12-21 | kconfig: fix return value of do_error_if() | Masahiro Yamada | 1 | -1/+1 |