linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-07 09:21:01 to 2020-08-26 13:29:59 UTC [more...]

[PATCH 0/4] -ffreestanding/-fno-builtin-* patches
 2020-08-26 13:28 UTC  (64+ messages)
` [PATCH 1/4] Makefile: add -fno-builtin-stpcpy
` [PATCH 2/4] Revert "lib/string.c: implement a basic bcmp"
` [PATCH 3/4] x86/boot: use -fno-builtin-bcmp
` [PATCH 4/4] x86: don't build CONFIG_X86_32 as -ffreestanding

[PATCH v3 00/10] kbuild: clang-tidy
 2020-08-26 13:27 UTC  (14+ messages)
` [PATCH v3 01/10] gen_compile_commands: parse only the first line of .*.cmd files
` [PATCH v3 02/10] gen_compile_commands: use choices for --log_levels option
` [PATCH v3 03/10] gen_compile_commands: do not support .cmd files under tools/ directory
` [PATCH v3 04/10] gen_compile_commands: reword the help message of -d option
` [PATCH v3 05/10] gen_compile_commands: make -o option independent "
` [PATCH v3 06/10] gen_compile_commands: move directory walk to a generator function
` [PATCH v3 07/10] gen_compile_commands: support *.o, *.a, modules.order in positional argument
` [PATCH v3 08/10] kbuild: wire up the build rule of compile_commands.json to Makefile
` [PATCH v3 09/10] gen_compile_commands: remove the warning about too few .cmd files
` [PATCH v3 10/10] Makefile: Add clang-tidy and static analyzer support to makefile

Introduce CONFIG_DEBUG_INFO_AS_DWARF2 and CONFIG_DEBUG_INFO_AS_DWARF4
 2020-08-26 12:11 UTC  (2+ messages)

[PATCH] kbuild: Simplify DEBUG_INFO Kconfig handling
 2020-08-26 12:04 UTC  (2+ messages)

[PATCH] scipts/tags.sh: Add custom sort order
 2020-08-26 10:20 UTC  (3+ messages)
` [PATCH -v2] "

[PATCH] Documentation: add minimum clang/llvm version
 2020-08-26  8:25 UTC  (5+ messages)

[PATCH v5] kernel/trace: Add DISALLOW_TRACE_PRINTK make option
 2020-08-26  1:39 UTC  (8+ messages)

[PATCH] Documentation/llvm: Improve formatting of commands, variables, and arguments
 2020-08-25 23:14 UTC 

[GIT PULL] Kbuild fixes for v5.9-rc2
 2020-08-22 17:32 UTC  (2+ messages)

[PATCH] Makefile: add -fuse-ld=lld to KBUILD_HOSTLDFLAGS when LLVM=1
 2020-08-22  5:13 UTC  (3+ messages)

[PATCH v2 0/9] kbuild: clang-tidy
 2020-08-22  4:35 UTC  (23+ messages)
` [PATCH v2 1/9] gen_compile_commands: parse only the first line of .*.cmd files
` [PATCH v2 2/9] gen_compile_commands: use choices for --log_levels option
` [PATCH v2 3/9] gen_compile_commands: do not support .cmd files under tools/ directory
` [PATCH v2 4/9] gen_compile_commands: reword the help message of -d option
` [PATCH v2 5/9] gen_compile_commands: make -o option independent "
` [PATCH v2 6/9] gen_compile_commands: move directory walk to a generator function
` [PATCH v2 7/9] gen_compile_commands: support *.o, *.a, modules.order in positional argument
` [PATCH v2 8/9] kbuild: wire up the build rule of compile_commands.json to Makefile
` [PATCH v2 9/9] Makefile: Add clang-tidy and static analyzer support to makefile

[PATCH 1/2] kconfig: qconf: remove redundant help in the info view
 2020-08-21  3:43 UTC  (3+ messages)
` [PATCH 2/2] kconfig: qconf: replace depreacated QString::sprintf() with QTextStream

[PATCH] kbuild: hide commands to run Kconfig, and show short log for syncconfig
 2020-08-21  2:43 UTC 

[PATCH] kconfig: qconf: remove qInfo() to get back Qt4 support
 2020-08-20 15:16 UTC 

[PATCH] Documentation: kbuild: modules.rst: Edit '$$' typo, avoid make error
 2020-08-20 10:46 UTC  (2+ messages)

[PATCH v2 0/5] -ffreestanding/-fno-builtin-* patches
 2020-08-20  3:34 UTC  (11+ messages)
` [PATCH v2 1/5] Makefile: add -fno-builtin-stpcpy
` [PATCH v2 2/5] Makefile: add -fno-builtin-bcmp
` [PATCH v2 3/5] Revert "lib/string.c: implement a basic bcmp"
` [PATCH v2 4/5] x86/boot: use -fno-builtin-bcmp
` [PATCH v2 5/5] x86: don't build CONFIG_X86_32 as -ffreestanding

[PATCH 0/3] kbuild: clang-tidy
 2020-08-20  2:29 UTC  (15+ messages)
` [PATCH 1/3] gen_compile_commands: parse only the first line of .*.cmd files
` [PATCH 2/3] gen_compile_commands: wire up build rule to Makefile
` [PATCH 3/3] Makefile: Add clang-tidy and static analyzer support to makefile

[PATCH] Makefile: Yes. Finally remove '-Wdeclaration-after-statement'
 2020-08-20  0:15 UTC  (17+ messages)
        ` [RFC v2] kbuild: Introduce "Warnings for maintainers"

BUG with 5.8.x and make xconfig
 2020-08-19 20:08 UTC 

[PATCH v2 0/3] Build ORC fast lookup table in scripts/sorttable tool
 2020-08-19  3:03 UTC  (2+ messages)

Kernel build system broken in 5.8?
 2020-08-18 16:20 UTC 

Tools build error due to "Auto-detecting system features" missing cleanup
 2020-08-18 10:20 UTC 

[PATCH 1/3] kconfig: qconf: fix signal connection to invalid slots
 2020-08-17 16:36 UTC  (3+ messages)
` [PATCH 2/3] kconfig: qconf: fix the popup menu in the ConfigInfoView window
` [PATCH 3/3] kconfig: qconf: remove unused colNr

[GIT PULL] Kconfig updates for v5.9-rc1
 2020-08-14 18:14 UTC  (2+ messages)

[PATCH] kconfig qconf: Add grey background for hidden options
 2020-08-14 12:28 UTC  (3+ messages)

[PATCH v7] Makefile: Add clang-tidy and static analyzer support to makefile
 2020-08-12 17:47 UTC  (6+ messages)

[PATCH] kbuild: remove redundant patterns in filter/filter-out
 2020-08-12 14:49 UTC 

KASAN: global-out-of-bounds Read in precalculate_color
 2020-08-12  1:07 UTC 

[PATCH] gen_compile_commands: Add support for separate kbuild output directory
 2020-08-11 22:39 UTC 

[GIT PULL] Kbuild updates for v5.9-rc1
 2020-08-09 22:21 UTC  (2+ messages)

[PATCH v2 01/19] kconfig: qconf: remove ->addSeparator() to menuBar
 2020-08-07  9:19 UTC  (7+ messages)
` [PATCH v2 02/19] kconfig: qconf: do not use 'menu' variable for (QMenuBar *)
` [PATCH v2 07/19] kconfig: qconf: remove name from ConfigSearchWindow constructor
` [PATCH v2 08/19] kconfig: qconf: omit parent to QHBoxLayout()
` [PATCH v2 09/19] kconfig: qconf: remove unused argument from ConfigList::updateList()
` [PATCH v2 10/19] kconfig: qconf: remove unused argument from ConfigView::updateList()
` [PATCH v2 12/19] kconfig: qconf: drop more localization code


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).