linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-13 23:32:10 to 2020-12-01 19:52:35 UTC [more...]

[PATCH v7 00/17] Add support for Clang LTO
 2020-12-01 19:51 UTC  (46+ messages)
` [PATCH v7 01/17] tracing: move function tracer options to Kconfig
` [PATCH v7 02/17] kbuild: add support for Clang LTO
` [PATCH v7 03/17] kbuild: lto: fix module versioning
` [PATCH v7 04/17] kbuild: lto: limit inlining
` [PATCH v7 05/17] kbuild: lto: merge module sections
` [PATCH v7 06/17] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v7 07/17] init: lto: ensure initcall ordering
` [PATCH v7 08/17] init: lto: fix PREL32 relocations
` [PATCH v7 09/17] PCI: Fix PREL32 relocations for LTO
` [PATCH v7 10/17] modpost: lto: strip .lto from module names
` [PATCH v7 11/17] scripts/mod: disable LTO for empty.c
` [PATCH v7 12/17] efi/libstub: disable LTO
` [PATCH v7 13/17] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v7 14/17] arm64: vdso: disable LTO
` [PATCH v7 15/17] KVM: arm64: disable LTO for the nVHE directory
` [PATCH v7 16/17] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v7 17/17] arm64: allow LTO_CLANG and THINLTO to be selected

[PATCH bpf-next] kbuild: Restore ability to build out-of-tree modules
 2020-12-01 19:32 UTC  (3+ messages)

[PATCH] menuconfig,mconf-cfg: Allow specification of ncurses location
 2020-12-01 19:01 UTC  (4+ messages)

[PATCH v2] modpost: turn static exports into error
 2020-12-01 16:52 UTC 

[PATCH 1/5] modpost: rename merror() to error()
 2020-12-01 16:47 UTC  (6+ messages)
` [PATCH 2/5] modpost: refactor error handling and clarify error/fatal difference
` [PATCH 3/5] modpost: turn missing MODULE_LICENSE() into error
` [PATCH 4/5] modpost: change license incompatibility to error() from fatal()
` [PATCH 5/5] modpost: turn section mismatches to error "

kconfig: diagnostics cleanups
 2020-12-01 14:19 UTC  (2+ messages)

[PATCH] modpost: Make static exports fatal
 2020-12-01 14:13 UTC  (5+ messages)

[PATCH 1/2] ld-version: use /usr/bin/env awk for shebank
 2020-12-01 13:52 UTC  (3+ messages)
` [PATCH 2/2] kbuild: don't hardcode depmod path

[PATCH 1/2] kbuild: Hoist '--orphan-handling' into Kconfig
 2020-12-01 13:31 UTC  (19+ messages)
` [PATCH 2/2] kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1
` [PATCH v2 1/2] kbuild: Hoist '--orphan-handling' into Kconfig
` [PATCH v2 2/2] kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1

[PATCH v2 1/7] kbuild: doc: update the description about kbuild Makefiles
 2020-12-01 10:43 UTC  (8+ messages)
` [PATCH v2 2/7] kbuild: doc: replace arch/$(ARCH)/ with arch/$(SRCARCH)/
` [PATCH v2 3/7] kbuild: doc: fix 'List directories to visit when descending' section
` [PATCH v2 4/7] kbuild: doc: merge 'Special Rules' and 'Custom kbuild commands' sections
` [PATCH v2 5/7] kbuild: doc: split if_changed explanation to a separate section
` [PATCH v2 6/7] kbuild: doc: clarify the difference between extra-y and always-y
` [PATCH v2 7/7] kbuild: doc: document subdir-y syntax

[PATCH v1] kbuild: enforce -Werror=unused-result
 2020-12-01 10:42 UTC  (2+ messages)

[PATCH] Kbuild: implement support for DWARF5
 2020-12-01  9:32 UTC  (16+ messages)
` [PATCH v2 0/4] Kbuild: DWARF v5 support
  ` [PATCH v2 3/4] Kbuild: make DWARF version a choice
  ` [PATCH v2 4/4] Kbuild: implement support for DWARF v5

[PATCH] Remove $(cc-option,-gdwarf-4) dependency from CONFIG_DEBUG_INFO_DWARF4
 2020-12-01  3:41 UTC  (2+ messages)

vmlinux link failure on ia64 with zstd
 2020-11-30 12:27 UTC  (3+ messages)

[GIT PULL 2/2] Kconfig updates for v5.10-rc1
 2020-11-28 18:28 UTC  (7+ messages)

kconfig as a git subtree on Linux
 2020-11-28  8:39 UTC  (6+ messages)

[PATCH 1/7] kbuild: doc: update the description about kbuild Makefiles
 2020-11-28 16:56 UTC  (14+ messages)
` [PATCH 2/7] kbuild: doc: replace arch/$(ARCH)/ with arch/$(SRCARCH)/
` [PATCH 3/7] kbuild: doc: fix 'List directories to visit when descending' section
` [PATCH 4/7] kbuild: doc: merge 'Special Rules' and 'Custom kbuild commands' sections
` [PATCH 5/7] kbuild: doc: split if_changed explanation to a separate section
` [PATCH 6/7] kbuild: doc: clarify the difference between extra-y and always-y
` [PATCH 7/7] kbuild: doc: document subdir-y syntax

[GIT PULL] Kbuild fixes for v5.10-rc6
 2020-11-28 19:28 UTC  (2+ messages)

[PATCH] kbuild: add extra-y to targets-for-modules
 2020-11-25 13:42 UTC  (4+ messages)

[PATCH] Makefile.extrawarn: remove -Wnested-externs warning
 2020-11-25  4:20 UTC  (2+ messages)

[PATCH v2] Fix most Shebang lines
 2020-11-25  4:16 UTC  (2+ messages)

[PATCH v1 0/2] Add support to capture external module's SCM version
 2020-11-25  1:05 UTC  (17+ messages)
` [PATCH v1 1/2] scripts/setlocalversion: allow running in a subdir
` [PATCH v1 2/2] modules: add scmversion field
                  ` [PATCH v2 0/2] Adds support to capture module's SCM version
                    ` [PATCH v2 1/2] scripts/setlocalversion: allow running in a subdir
                    ` [PATCH v2 2/2] modules: add scmversion field

[PATCH v2 2/4] Kbuild: do not emit debug info for assembly with LLVM_IAS=1
 2020-11-24 18:44 UTC  (5+ messages)
` [PATCH v3] "

[PATCH 1/2] Makefile.extrawarn: move -Wcast-align to W=3
 2020-11-24 15:42 UTC  (8+ messages)
` [PATCH 2/2] Makefile.extrawarn: limit -Wnested-externs to clang

[PATCH v2 1/2] modpost: Mark uuid_le type only for MEI
 2020-11-24 14:38 UTC  (6+ messages)
` [PATCH v2 2/2] uuid: Make guid_t completely internal type to the kernel

[PATCH 0/9] Add support for Microsoft Surface System Aggregator Module
 2020-11-24 13:43 UTC  (4+ messages)
` [PATCH 6/9] platform/surface: aggregator: Add dedicated bus and device type

[PATCH] gconfig: avoid use of hard coded colors for rows
 2020-11-23 21:51 UTC  (2+ messages)

[PATCH v3] kbuild: use -fmacro-prefix-map for .S sources
 2020-11-23 16:33 UTC  (5+ messages)

[PATCH 0/2] kconfig: header inclusion cleanups
 2020-11-23 12:19 UTC  (7+ messages)
` [PATCH 2/2] kconfig: clean up header inclusion
        ` [PATCH v2 "

[PATCH] kconfig: qconf: show Qt version in the About dialog
 2020-11-23  5:54 UTC  (2+ messages)

[PATCH] Fix most Shebang lines
 2020-11-23  3:14 UTC  (2+ messages)

[PATCH] kbuild: Always link with '-z norelro'
 2020-11-19 19:33 UTC  (11+ messages)

[RFC PATCH] treewide: remove bzip2 compression support
 2020-11-19  9:21 UTC  (2+ messages)

Corporate and Personal Loan *
 2020-11-15 16:44 UTC 

Corporate and Personal Loan/
 2020-11-10 14:10 UTC 

[PATCH v6 22/25] x86/asm: annotate indirect jumps
 2020-11-14  0:49 UTC  (13+ messages)


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