public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-28 02:41:15 to 2022-09-15 04:38:15 UTC [more...]

[PATCH] fs/proc: add compile time info
 2022-09-15  4:37 UTC  (3+ messages)

[PATCH] scripts: remove unused argument 'type'
 2022-09-15  3:59 UTC  (2+ messages)

[PATCH resend v2] Kconfig: remove sym_set_choice_value
 2022-09-15  3:59 UTC  (2+ messages)

[PATCH 00/15] kbuild: various cleanups
 2022-09-14 13:00 UTC  (9+ messages)
` [PATCH 05/15] kbuild: build init/built-in.a just once
` [PATCH 07/15] scripts/mkcompile_h: move LC_ALL=C to '$LD -v'

[PATCH AUTOSEL 4.14 8/8] mksysmap: Fix the mismatch of 'L0' symbols in System.map
 2022-09-14  9:05 UTC 

[PATCH AUTOSEL 5.4 12/12] mksysmap: Fix the mismatch of 'L0' symbols in System.map
 2022-09-14  9:04 UTC 

[PATCH AUTOSEL 4.19 9/9] mksysmap: Fix the mismatch of 'L0' symbols in System.map
 2022-09-14  9:04 UTC 

[PATCH AUTOSEL 5.10 13/13] mksysmap: Fix the mismatch of 'L0' symbols in System.map
 2022-09-14  9:03 UTC 

[PATCH AUTOSEL 5.15 16/16] mksysmap: Fix the mismatch of 'L0' symbols in System.map
 2022-09-14  9:02 UTC 

[PATCH AUTOSEL 5.19 22/22] mksysmap: Fix the mismatch of 'L0' symbols in System.map
 2022-09-14  9:01 UTC 

[PATCH -next 0/2] Kconfig: clean code
 2022-09-14  1:34 UTC  (6+ messages)
` [PATCH -next 1/2] Kconfig: remove unused argment 'ch'
` [PATCH -next 2/2] Kconfig: remove unused function 'menu_get_root_menu'

[PATCH] scripts/clang-tools: remove unused module
 2022-09-13 14:04 UTC  (2+ messages)

[PATCH v2] kbuild: move -Wundef from KBUILD_CFLAGS to KBUILD_CPPFLAGS
 2022-09-13  8:07 UTC 

[PATCH v9 00/27] Rust support
 2022-09-13  6:37 UTC  (5+ messages)
` [PATCH v9 23/27] Kbuild: add "

[PATCH 1/2] kbuild: move -Werror from KBUILD_CFLAGS to KBUILD_CPPFLAGS
 2022-09-12  9:56 UTC  (6+ messages)
` [PATCH 2/2] kbuild: move -Wundef "

[PATCH] certs: make system keyring depend on built-in x509 parser
 2022-09-12  7:27 UTC  (2+ messages)

[GIT PULL] Kbuild fixes for v6.0-rc5
 2022-09-11 19:36 UTC  (2+ messages)

[PATCH] kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
 2022-09-10 17:35 UTC  (8+ messages)

[PATCH] x86/config: Make the x86 defconfigs a bit more usable
 2022-09-10 17:28 UTC  (6+ messages)

[PATCH v3 0/5] fix debug info for asm and DEBUG_INFO_SPLIT
 2022-09-09 21:59 UTC  (11+ messages)
` [PATCH v3 1/5] x86/boot/compressed: prefer cc-option for CFLAGS additions
` [PATCH v3 2/5] Makefile.compiler: Use KBUILD_AFLAGS for as-option
` [PATCH v3 3/5] Makefile.compiler: replace cc-ifversion with compiler-specific macros
` [PATCH v3 4/5] Makefile.debug: re-enable debug info for .S files
` [PATCH v3 5/5] Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLIT

[PATCH] mksysmap: Fix the mismatch of 'L0' symbols in System.map
 2022-09-09 20:34 UTC  (2+ messages)

[PATCH 0/6] Remove CONFIG_EMBEDDED
 2022-09-09  9:47 UTC  (20+ messages)
` [PATCH 1/6] arm: make config ARM_PATCH_PHYS_VIRT visible with EXPERT
` [PATCH 2/6] x86: make config X86_FEATURE_NAMES "
` [PATCH 3/6] media: remove reference to CONFIG_EMBEDDED in MEDIA_SUPPORT_FILTER
` [PATCH 4/6] usb: chipidea: make configs for glue drivers visible with EXPERT
` [PATCH 5/6] mm: Kconfig: make config SECRETMEM "
` [PATCH 6/6] init/Kconfig: remove confusing config EMBEDDED

[RFC PATCH v3 0/7] add support for CDX bus
 2022-09-09  6:32 UTC  (35+ messages)
  ` [RFC PATCH v3 1/7] dt-bindings: bus: add CDX bus device tree bindings
  ` [RFC PATCH v3 2/7] bus/cdx: add the cdx bus driver
  ` [RFC PATCH v3 3/7] iommu/arm-smmu-v3: support ops registration for CDX bus
  ` [RFC PATCH v3 4/7] bus/cdx: add cdx-MSI domain with gic-its domain as parent
  ` [RFC PATCH v3 5/7] bus/cdx: add bus and device attributes
  ` [RFC PATCH v3 6/7] vfio/cdx: add support for CDX bus
  ` [RFC PATCH v3 7/7] vfio/cdx: add interrupt support

[RFC-PATCH] Makefile: dts: include directory makefile for DTC_FLAGS
 2022-09-08 15:01 UTC  (4+ messages)

[PATCH v2 0/8] kbuild: various cleanups
 2022-09-08  7:15 UTC  (16+ messages)
` [PATCH v2 1/8] kbuild: fix and refactor single target build
` [PATCH v2 2/8] kbuild: rename modules.order in sub-directories to .modules.order
` [PATCH v2 3/8] kbuild: move core-y and drivers-y to ./Kbuild
` [PATCH v2 4/8] kbuild: move .vmlinux.objs rule to Makefile.modpost
` [PATCH v2 5/8] kbuild: move vmlinux.o rule to the top Makefile
` [PATCH v2 6/8] kbuild: unify two modpost invocations
` [PATCH v2 7/8] kbuild: use obj-y instead extra-y for objects placed at the head
` [PATCH v2 8/8] kbuild: remove head-y syntax

[PATCH 1/2] kbuild: use modpost-args-y to clean up modpost arguments
 2022-09-07  5:26 UTC  (3+ messages)
` [PATCH 2/2] kbuild: re-run modpost stage when scripts/mod/modpost is updated

[PATCH v2] kbuild: use objtool-args-y to clean up objtool arguments
 2022-09-07  5:16 UTC  (2+ messages)

[PATCH v2 0/5] fix debug info for asm and DEBUG_INFO_SPLIT
 2022-09-07  4:27 UTC  (19+ messages)
` [PATCH v2 1/5] x86/boot/compressed: prefer cc-option for CFLAGS additions
` [PATCH v2 2/5] Makefile.compiler: Use KBUILD_AFLAGS for as-option
` [PATCH v2 3/5] Makefile.compiler: replace cc-ifversion with compiler-specific macros
` [PATCH v2 4/5] Makefile.debug: re-enable debug info for .S files
` [PATCH v2 5/5] Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLIT

[PATCH v8 00/31] Rust support
 2022-09-06 23:34 UTC  (4+ messages)
` [PATCH v8 27/31] Kbuild: add "

[PATCH] kbuild: use objtool-args-y to clean up objtool arguments
 2022-09-06 20:11 UTC  (4+ messages)

[PATCH v2] kbuild: rewrite check-local-export in sh/awk
 2022-09-06  9:28 UTC  (7+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

Fwd: [RFC PATCH 1/1] Fix __kcrctab+* sections alignment
 2022-09-05 15:26 UTC  (11+ messages)
  `  "

mainline build failure for arm64 allmodconfig with clang
 2022-09-03 18:22 UTC  (4+ messages)
` [PATCH] Makefile.extrawarn: re-enable -Wformat for clang; take 2

Fix make.cross for 0day bot
 2022-09-01  8:20 UTC  (3+ messages)
` [LKP] "

[PATCH] kbuild: disable header exports for UML in a straightforward way
 2022-09-01  6:00 UTC  (2+ messages)

[PATCH 0/3] fix debug info for asm and DEBUG_INFO_SPLIT
 2022-08-31 17:40 UTC  (7+ messages)
` [PATCH 1/3] Makefile.compiler: s/KBUILD_CFLAGS/KBUILD_AFLAGS/ for as-option
` [PATCH 3/3] Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLIT

[PATCH] powerpc: align syscall table for ppc32
 2022-08-31 13:12 UTC  (2+ messages)

Napływ Klientów ze strony
 2022-08-31  7:50 UTC 

[PATCH] powerpc: clean up binutils version check
 2022-08-30 16:01 UTC  (7+ messages)

[PATCH] docs/core-api: expand Fedora instructions for GCC plugins
 2022-08-29 20:53 UTC  (3+ messages)

[PATCH] scripts: remove obsolete gcc-ld script
 2022-08-29  8:30 UTC  (4+ messages)

[PATCH] kbuild: Split up DT binding build targets
 2022-08-29  1:06 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox