public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-18 14:42:50 to 2020-05-01 05:43:28 UTC [more...]

[PATCH 1/2] kbuild: add CONFIG_LD_IS_LLD
 2020-04-30  3:14 UTC  (35+ messages)
` [PATCH 2/2] MIPS: VDSO: Do not disable VDSO when linking with ld.lld
` [PATCH v2 1/3] kbuild: add CONFIG_LD_IS_LLD
  ` [PATCH v2 2/3] MIPS: VDSO: Move disabling the VDSO logic to Kconfig
  ` [PATCH v2 3/3] MIPS: VDSO: Allow ld.lld to link the VDSO
  ` [PATCH v3 1/4] kbuild: add CONFIG_LD_IS_LLD
    ` [PATCH v3 2/4] MIPS: VDSO: Move disabling the VDSO logic to Kconfig
    ` [PATCH v3 3/4] MIPS: VDSO: Use $(LD) instead of $(CC) to link VDSO
    ` [PATCH v3 4/4] MIPS: VDSO: Allow ld.lld to link the VDSO
    ` [PATCH v5 0/5] Allow ld.lld to link the MIPS VDSO
      ` [PATCH v4 1/5] kbuild: add CONFIG_LD_IS_LLD
      ` [PATCH v4 2/5] MIPS: VDSO: Move disabling the VDSO logic to Kconfig
      ` [PATCH v4 3/5] MIPS: Unconditionally specify '-EB' or '-EL'
      ` [PATCH v4 4/5] MIPS: VDSO: Use $(LD) instead of $(CC) to link VDSO
      ` [PATCH v4 5/5] MIPS: VDSO: Allow ld.lld to link the VDSO

[PATCH] kbuild: remove unused AS assignment
 2020-05-01  5:42 UTC  (4+ messages)

[PATCH] kbuild: determine the output format of DTC by the target suffix
 2020-05-01  5:37 UTC  (2+ messages)

[PATCH] kbuild: remove '/' target
 2020-05-01  5:36 UTC  (2+ messages)

[PATCH] unicore32: do not evaluate compiler's library path when cleaning
 2020-05-01  5:35 UTC  (3+ messages)

[PATCH] h8300: suppress error messages for 'make clean'
 2020-05-01  5:34 UTC  (2+ messages)

[PATCH v2 1/4] kbuild: use $(CC_VERSION_TEXT) to evaluate CC_IS_GCC and CC_IS_CLANG
 2020-05-01  5:34 UTC  (7+ messages)
` [PATCH v2 2/4] kbuild: ensure full rebuild when the compiler is updated
` [PATCH v2 3/4] kbuild: use -MMD instead of -MD to exclude system headers from dependency
` [PATCH v2 4/4] kbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_COMPILER macro

bug: Kbuild seems to require "make prepare-objtool" in order to use (some) new config vars
 2020-05-01  3:27 UTC  (8+ messages)
        ` [PATCH RFC] Kbuild: Makefile: warn if auto.conf is obsolete

[PATCH] streamline_config.pl: add LOCALMODCONFIG_PRESERVE to preserve some kconfigs
 2020-05-01  2:37 UTC 

[PATCH] kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthands
 2020-04-30  6:18 UTC 

[PATCH 0/2] Build ORC fast lookup table in scripts/sorttable tool
 2020-04-30  4:10 UTC  (7+ messages)
` [PATCH 1/2] scripts/sorttable: Build orc fast lookup table via sorttable tool
` [PATCH 2/2] x86/unwind/orc: Remove unwind_init() from x86 boot

[PATCH v2 00/15] kbuild: support 'userprogs' syntax
 2020-04-29  3:45 UTC  (16+ messages)
` [PATCH v2 01/15] bpfilter: match bit size of bpfilter_umh to that of the kernel
` [PATCH v2 02/15] kbuild: add infrastructure to build userspace programs
` [PATCH v2 03/15] bpfilter: use 'userprogs' syntax to build bpfilter_umh
` [PATCH v2 04/15] samples: seccomp: build sample programs for target architecture
` [PATCH v2 05/15] kbuild: doc: document the new syntax 'userprogs'
` [PATCH v2 06/15] samples: uhid: fix warnings in uhid-example
` [PATCH v2 07/15] samples: uhid: build sample program for target architecture
` [PATCH v2 08/15] samples: hidraw: "
` [PATCH v2 09/15] samples: connector: "
` [PATCH v2 10/15] samples: vfs: build sample programs "
` [PATCH v2 11/15] samples: pidfd: build sample program "
` [PATCH v2 12/15] samples: mei: "
` [PATCH v2 13/15] samples: auxdisplay: use 'userprogs' syntax
` [PATCH v2 14/15] samples: timers: "
` [PATCH v2 15/15] samples: watchdog: "

[PATCH 00/16] kbuild: support 'userprogs' syntax
 2020-04-29  2:43 UTC  (26+ messages)
` [PATCH 01/16] Documentation: kbuild: fix the section title format
` [PATCH 02/16] Revert "objtool: Skip samples subdirectory"
` [PATCH 03/16] kbuild: add infrastructure to build userspace programs
` [PATCH 04/16] net: bpfilter: use 'userprogs' syntax to build bpfilter_umh
` [PATCH 05/16] samples: seccomp: build sample programs for target architecture
` [PATCH 06/16] kbuild: doc: document the new syntax 'userprogs'
` [PATCH 07/16] samples: uhid: fix warnings in uhid-example
` [PATCH 08/16] samples: uhid: build sample program for target architecture
` [PATCH 09/16] samples: hidraw: "
` [PATCH 10/16] samples: connector: "
` [PATCH 11/16] samples: vfs: build sample programs "
` [PATCH 12/16] samples: pidfd: build sample program "
` [PATCH 13/16] samples: mei: "
` [PATCH 14/16] samples: auxdisplay: use 'userprogs' syntax
` [PATCH 15/16] samples: timers: "
` [PATCH 16/16] samples: watchdog: "

[PATCH] kbuild: warn if always, hostprogs-y, or hostprogs-m is used
 2020-04-27 16:03 UTC 

Why continued silence 2
 2020-04-27 11:41 UTC 

[PATCH] kconfig: do not assign a variable in the return statement
 2020-04-25 17:00 UTC  (2+ messages)

[PATCH] kconfig: do not use OR-assignment for zero-cleared structure
 2020-04-25 16:59 UTC  (2+ messages)

[PATCH] kbuild: Add $(strip ...) before compare make variable with string
 2020-04-25 11:33 UTC  (2+ messages)

[PATCH] recordmcount: support >64k sections
 2020-04-24 22:22 UTC  (7+ messages)
` [PATCH v2] "

[GIT PULL] Kbuild fixes for v5.7-rc3
 2020-04-24 18:40 UTC  (2+ messages)

[PATCH 1/2] kconfig: tests: remove randconfig test for choice in choice
 2020-04-24  5:49 UTC  (2+ messages)
` [PATCH 2/2] kconfig: allow only 'config', 'comment', and 'if' statements inside choice

[RFC PATCH 1/2] Kconfig: Introduce "uses" keyword
 2020-04-23 18:52 UTC  (22+ messages)

Contact Bank of Africa-Benin to receive your payment funds transfer amount of $12.800.000,00 Million USD,approved this morning by IMF
 2020-04-23 18:26 UTC 

[PATCH] kconfig: allow for conditional dependencies
 2020-04-23 16:05 UTC  (3+ messages)

[PATCH v1] modpost: file2alias: Kill the old UUID type
 2020-04-23 12:47 UTC  (2+ messages)

[PATCH] Documentation: kbuild: fix the section title format
 2020-04-23  2:00 UTC  (2+ messages)

[PATCH v2] arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>
 2020-04-22 16:06 UTC  (3+ messages)

[PATCH v2 1/2] kbuild: Always validate DT binding examples
 2020-04-21 20:40 UTC  (14+ messages)

[PATCH net-next v2 0/4] Remove vermagic header from global include folder
 2020-04-21 20:28 UTC  (7+ messages)
` [PATCH net-next v2 4/4] kernel/module: Hide vermagic header file from general use

[PATCH] arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>
 2020-04-21 16:16 UTC  (5+ messages)

[PATCH 1/2] kbuild: ensure full rebuild when the compiler is updated
 2020-04-21 12:48 UTC  (2+ messages)
` [PATCH 2/2] kbuild: use -MMD instead of -MD to exclude system headers from dependency

[PATCH 1/2] kbuild: ensure full rebuild when the compiler is updated
 2020-04-21 12:32 UTC  (2+ messages)
` [PATCH 2/2] kbuild: use -MMD instead of -MD to exclude system headers from dependency

[PATCH v2] kbuild: ensure mrproper removes arch/$(SUBARCH)/include/generated/
 2020-04-21  4:52 UTC  (5+ messages)

[PATCH 0/6] Silence some instances of -Wtautological-compare and enable globally
 2020-04-21  4:32 UTC  (3+ messages)

[PATCH 1/2] kbuild: fix DT binding schema rule again to avoid needless rebuilds
 2020-04-21  3:35 UTC  (2+ messages)
` [PATCH 2/2] kbuild: use separate commands for generating *.dtb and *.dt.yaml

gcc extended format checking plugin
 2020-04-19 22:34 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 17/47] kconfig: qconf: Fix a few alignment issues
 2020-04-18 14:41 UTC 


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