linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-19 19:29:38 to 2020-09-03 20:38:50 UTC [more...]

[PATCH 00/22] add support for Clang LTO
 2020-09-03 20:30 UTC  (25+ messages)
` [PATCH v2 00/28] Add "
  ` [PATCH v2 01/28] x86/boot/compressed: Disable relocation relaxation
  ` [PATCH v2 03/28] lib/string.c: implement stpcpy
  ` [PATCH v2 08/28] x86, build: use objtool mcount
  ` [PATCH v2 09/28] kbuild: add support for Clang LTO
  ` [PATCH v2 10/28] kbuild: lto: fix module versioning
  ` [PATCH v2 11/28] kbuild: lto: postpone objtool
  ` [PATCH v2 12/28] kbuild: lto: limit inlining
  ` [PATCH v2 13/28] kbuild: lto: merge module sections
  ` [PATCH v2 14/28] kbuild: lto: remove duplicate dependencies from .mod files
  ` [PATCH v2 15/28] init: lto: ensure initcall ordering
  ` [PATCH v2 16/28] init: lto: fix PREL32 relocations
  ` [PATCH v2 17/28] PCI: Fix PREL32 relocations for LTO
  ` [PATCH v2 18/28] modpost: lto: strip .lto from module names
  ` [PATCH v2 19/28] scripts/mod: disable LTO for empty.c
  ` [PATCH v2 20/28] efi/libstub: disable LTO
  ` [PATCH v2 21/28] drivers/misc/lkdtm: disable LTO for rodata.o
  ` [PATCH v2 22/28] arm64: export CC_USING_PATCHABLE_FUNCTION_ENTRY
  ` [PATCH v2 23/28] arm64: vdso: disable LTO
  ` [PATCH v2 24/28] KVM: arm64: disable LTO for the nVHE directory
  ` [PATCH v2 25/28] arm64: allow LTO_CLANG and THINLTO to be selected
  ` [PATCH v2 26/28] x86, vdso: disable LTO only for vDSO
  ` [PATCH v2 27/28] x86, relocs: Ignore L4_PAGE_OFFSET relocations
  ` [PATCH v2 28/28] x86, build: allow LTO_CLANG and THINLTO to be selected

[PATCH] scipts/tags.sh: Add custom sort order
 2020-09-03  7:26 UTC  (8+ messages)
` [PATCH -v2] "

[PATCH] kconfig: streamline_config.pl: check defined(ENV variable) before using it
 2020-09-03  2:42 UTC  (6+ messages)

[PATCH] Makefile: add -fuse-ld=lld to KBUILD_HOSTLDFLAGS when LLVM=1
 2020-09-03  1:45 UTC  (5+ messages)

[PATCH 0/1] block io layer filters api
 2020-09-01 16:35 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH] arch: vdso: add vdso linker script to 'targets' instead of extra-y
 2020-09-01 11:29 UTC  (3+ messages)

[PATCH v2] Documentation: add minimum clang/llvm version
 2020-08-31 22:30 UTC  (4+ messages)

[PATCH] microblaze: fix kbuild redundant file warning
 2020-08-31 16:33 UTC  (5+ messages)

[PATCH 0/3] ia64: clean-up header dependency and build process, fix build warning
 2020-08-31 15:00 UTC  (8+ messages)
` [PATCH 1/3] ia64: do not typedef struct pal_min_state_area_s
` [PATCH 2/3] ia64: remove unneeded header includes from <asm/mca.h>
` [PATCH 3/3] ia64: remove generated/nr-irqs.h generation to fix build warning

[PATCH] kconfig: remove redundant assignment prompt = prompt
 2020-08-31 10:50 UTC  (2+ messages)

[PATCH 01/11] kconfig: qconf: reformat the intro message
 2020-08-30 10:01 UTC  (18+ messages)
` [PATCH 02/11] kconfig: qconf: update the intro message to match to the current code
` [PATCH 03/11] kconfig: qconf: remove unused ConfigItem::okRename()
` [PATCH 04/11] kconfig: qconf: move ConfigView::updateList(All) to ConfigList class
` [PATCH 05/11] kconfig: qconf: show data column all the time
` [PATCH 06/11] kconfig: qconf: allow to edit "int", "hex", "string" menus in-place
` [PATCH 07/11] kconfig: qconf: remove ConfigLineEdit class
` [PATCH 08/11] kconfig: qconf: move setShowName/Range() to ConfigList from ConfigView
` [PATCH 09/11] kconfig: qconf: remove ConfigView class
` [PATCH 10/11] kconfig: qconf: remove Y, M, N columns
` [PATCH 11/11] kconfig: qconf: create QApplication after option checks

[PATCH] kbuild: Documentation: clean up makefiles.rst
 2020-08-29  8:36 UTC  (2+ messages)

ia64 kbuild warning message
 2020-08-28 19:45 UTC  (4+ messages)

[PATCH] Documentation/llvm: Improve formatting of commands, variables, and arguments
 2020-08-28 13:38 UTC  (3+ messages)

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

Introduce CONFIG_DEBUG_INFO_AS_DWARF2 and CONFIG_DEBUG_INFO_AS_DWARF4
 2020-08-26 16:05 UTC  (4+ messages)

[PATCH] kbuild: Simplify DEBUG_INFO Kconfig handling
 2020-08-26 14:21 UTC  (4+ messages)

[PATCH] kbuild: hide commands to run Kconfig, and show short log for syncconfig
 2020-08-26 13:45 UTC  (2+ messages)

[PATCH 0/4] -ffreestanding/-fno-builtin-* patches
 2020-08-26 13:28 UTC  (33+ messages)

[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

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

[GIT PULL] Kbuild fixes for v5.9-rc2
 2020-08-22 17:32 UTC  (2+ 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] 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  (10+ 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 0/3] kbuild: clang-tidy
 2020-08-20  2:29 UTC  (6+ messages)
` [PATCH 2/3] gen_compile_commands: wire up build rule to Makefile

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

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


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).