Linux-KBuild Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-16 05:19:44 to 2021-01-26 18:39:04 UTC [more...]

[PATCH RFC] gcc-plugins: Handle GCC version mismatch for OOT modules
 2021-01-26 16:22 UTC  (20+ messages)

[PATCH v5] scripts: use pkg-config to locate libcrypto
 2021-01-26 16:02 UTC  (5+ messages)

[PATCH] cmd_dtc: Enable generation of device tree symbols
 2021-01-26 13:42 UTC  (6+ messages)

module loader dead code removal and cleanusp
 2021-01-26 14:25 UTC  (23+ messages)
` [PATCH 01/13] powerpc/powernv: remove get_cxl_module
` [PATCH 02/13] module: add a module_loaded helper
` [PATCH 03/13] livepatch: refactor klp_init_object
` [PATCH 04/13] livepatch: move klp_find_object_module to module.c
` [PATCH 05/13] kallsyms: refactor {,module_}kallsyms_on_each_symbol
` [PATCH 06/13] kallsyms: only build {,module_}kallsyms_on_each_symbol when required
` [PATCH 07/13] module: mark module_mutex static
` [PATCH 08/13] drm: remove drm_fb_helper_modinit
` [PATCH 09/13] module: remove each_symbol_in_section
` [PATCH 10/13] module: merge each_symbol_section into find_symbol
` [PATCH 11/13] module: pass struct find_symbol_args to find_symbol
` [PATCH 12/13] module: remove EXPORT_SYMBOL_GPL_FUTURE
` [PATCH 13/13] module: remove EXPORY_UNUSED_SYMBOL*

[PATCH 1/4] net: move CONFIG_NET guard to top Makefile
 2021-01-25 23:16 UTC 

[PATCH] kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc
 2021-01-25 21:54 UTC  (2+ messages)

[PATCH v2] doc: gcc-plugins: drop more stale information
 2021-01-25 21:55 UTC  (2+ messages)

[PATCH] Documentation/Kbuild: Remove references to gcc-plugin.sh
 2021-01-23 16:40 UTC  (4+ messages)

[PATCH] doc: gcc-plugins: drop more stale information
 2021-01-23 13:11 UTC 

[PATCH] MAINTAINERS: adjust to clang-version.sh removal
 2021-01-23  9:20 UTC  (10+ messages)

[PATCH kspp-next] kbuild: prevent CC_FLAGS_LTO self-bloating on recursive rebuilds
 2021-01-22 19:33 UTC  (2+ messages)

[PATCH v4] pgo: add clang's Profile Guided Optimization infrastructure
 2021-01-22 18:41 UTC  (35+ messages)
` [PATCH v5] "
  ` [PATCH v6] "
    ` [PATCH v7] "

[RFC 0/2] Kbuild: Support nested composite objects
 2021-01-22 19:27 UTC  (3+ messages)
` [RFC 1/2] Kbuild: Make composite object searching more generic
` [RFC 2/2] Kbuild: Support nested composite objects

[PATCH v5 0/4] Add EFI_CERT_X509_GUID support for dbx/mokx entries
 2021-01-22 18:10 UTC  (5+ messages)
` [PATCH v5 1/4] certs: Add EFI_CERT_X509_GUID support for dbx entries
` [PATCH v5 2/4] certs: Move load_system_certificate_list to a common function
` [PATCH v5 3/4] certs: Add ability to preload revocation certs
` [PATCH v5 4/4] integrity: Load mokx variables into the blacklist keyring

[PATCH V6 0/6] dt: build overlays
 2021-01-22 11:12 UTC  (3+ messages)
` [PATCH V6 4/6] kbuild: Add support to build overlays (%.dtbo)

[PATCH V4 0/3] scripts: dtc: Build fdtoverlay
 2021-01-22  6:34 UTC  (9+ messages)
` [PATCH V4 1/3] scripts: dtc: Add fdtoverlay.c to DTC_SOURCE
` [PATCH V4 2/3] scripts: dtc: Build fdtoverlay tool

[PATCH] pgo: add clang's Profile Guided Optimization infrastructure
 2021-01-22  1:43 UTC  (4+ messages)

[PATCH v6] modules: introduce the MODULE_SCMVERSION config
 2021-01-21 21:36 UTC 

[PATCH V2 1/2] scripts: dtc: Add fdtoverlay.c and fdtdump.c to DTC_SOURCE
 2021-01-21  6:41 UTC  (25+ messages)
` [PATCH V2 2/2] scripts: dtc: Build fdtoverlay and fdtdump tools
` [PATCH] of: unittest: Statically apply overlays using fdtoverlay

[PATCH V5 0/5] dt: build overlays
 2021-01-21  6:25 UTC  (12+ messages)
` [PATCH V5 4/5] kbuild: Add support to build overlays (%.dtbo)

[kbuild:testing3 3/3] scripts/Makefile.clean:14: arch/sh/boards/Makefile: No such file or directory
 2021-01-21  3:02 UTC 

[PATCH v5 0/3] Kbuild: DWARF v5 support
 2021-01-21  2:35 UTC  (14+ messages)
` [PATCH v5 1/3] Remove $(cc-option,-gdwarf-4) dependency from CONFIG_DEBUG_INFO_DWARF4
` [PATCH v5 2/3] Kbuild: make DWARF version a choice

[kbuild:testing3 3/3] scripts/Makefile.headersinst:15: scripts/Kbuild.include: No such file or directory
 2021-01-21  2:52 UTC 

[kbuild:testing3 2/3] cc1: warning: -I: No such file or directory
 2021-01-21  2:48 UTC 

[PATCH] kbuild: use always-y instead of extra-y
 2021-01-20 21:39 UTC  (2+ messages)

[PATCH] kbuild: warn a relative path used for M= in out-of-tree builds
 2021-01-20 19:46 UTC  (2+ messages)

[PATCH v5] modules: introduce the MODULE_SCMVERSION config
 2021-01-20 19:41 UTC  (7+ messages)

[PATCH] kbuild: Add support for Clang's polyhedral loop optimizer
 2021-01-20 17:41 UTC 

[PATCH] kbuild: remove deprecated syntax EXTRA_*FLAGS, always, hostprogs-*
 2021-01-20  6:18 UTC 

[PATCH] kbuild: doc: remove "Objects which export symbols" section
 2021-01-20  5:54 UTC  (2+ messages)

[PATCH] kbuild: stop removing stale <linux/version.h> file
 2021-01-20  4:04 UTC 

[RFC v8 01/20] um: split build in kernel and host parts
 2021-01-20  2:27 UTC 

[PATCH] gcc-plugins: simplify GCC plugin-dev capability test
 2021-01-19 19:01 UTC  (12+ messages)

[PATCH 2/2] kbuild: handle excessively long argument lists
 2021-01-19 20:02 UTC  (6+ messages)
` [PATCH v2 "

[PATCH v2] kbuild: give the SUBLEVEL more room in KERNEL_VERSION
 2021-01-19 18:02 UTC  (3+ messages)

Kconfig support in build2
 2021-01-19 11:41 UTC 

[PATCH v6] kbuild: check the minimum compiler version in Kconfig
 2021-01-19  2:14 UTC  (2+ messages)

[PATCH] kbuild: give SUBLEVEL more room in KERNEL_VERSION
 2021-01-18 22:54 UTC  (11+ messages)

[PATCH v4] pgo: add clang's Profile Guided Optimization infrastructure
 2021-01-18  0:57 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).