Age | Commit message (Expand) | Author | Files | Lines |
2021-02-22 | scripts: add generic syscalltbl.sh | Masahiro Yamada | 1 | -0/+73 |
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-16 | gen_compile_commands: prune some directories | Masahiro Yamada | 1 | -2/+10 |
2021-02-16 | Kconfig: allow explicit opt in to DWARF v5 | Nick Desaulniers | 1 | -0/+8 |
2021-02-16 | Kbuild: Make composite object searching more generic | Elliot Berman | 1 | -4/+8 |
2021-02-16 | kbuild: use always-y instead of extra-y | Masahiro Yamada | 2 | -7/+7 |
2021-02-16 | genksyms: remove useless case DOTS | Masahiro Yamada | 1 | -1/+0 |
2021-02-16 | genksyms: remove dead code for ST_TABLE_* | Masahiro Yamada | 1 | -54/+0 |
2021-02-16 | genksyms: make source_file a local variable in lexer | Masahiro Yamada | 3 | -2/+3 |
2021-02-16 | kbuild: check the minimum compiler version in Kconfig | Masahiro Yamada | 4 | -39/+88 |
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-15 | 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-12 | 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-12 | kbuild: LD_VERSION redenomination | Masahiro Yamada | 1 | -1/+1 |
2021-02-12 | 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-08 | module: remove EXPORT_UNUSED_SYMBOL* | Christoph Hellwig | 4 | -46/+5 |
2021-02-08 | module: remove EXPORT_SYMBOL_GPL_FUTURE | Christoph Hellwig | 3 | -15/+1 |
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-03 | 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-01 | Docs: drop Python 2 support | Jonathan Corbet | 1 | -2/+2 |
2021-02-01 | kbuild: remove PYTHON variable | Masahiro Yamada | 1 | -1/+1 |
2021-01-28 | 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-27 | ver_linux: Eliminate duplicate code in ldconfig processing logic | Alexander Kapshuk | 1 | -7/+5 |
2021-01-27 | spdxcheck.py: Use Python 3 | Bert Vermeulen | 1 | -1/+1 |
2021-01-27 | 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 5.11-rc3 into char-misc-next | Greg Kroah-Hartman | 6 | -13/+14 |
2021-01-10 | Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -11/+4 |
2021-01-08 | tracing: move function tracer options to Kconfig | Sami Tolvanen | 1 | -4/+2 |
2021-01-07 | fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE() | Xu Yilun | 2 | -0/+17 |
2021-01-06 | gcc-plugins: fix gcc 11 indigestion with plugins... | Valdis Klētnieks | 1 | -2/+2 |