public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-06 10:35:17 to 2020-04-24 18:40:20 UTC [more...]

[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

[PATCH 00/16] kbuild: support 'userprogs' syntax
 2020-04-24  2:59 UTC  (20+ 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] recordmcount: support >64k sections
 2020-04-23 21:47 UTC  (4+ messages)

[RFC PATCH 1/2] Kconfig: Introduce "uses" keyword
 2020-04-23 18:52 UTC  (30+ messages)
` [RFC PATCH 2/2] net/mlx5: Kconfig: Use "uses" instead of "imply"

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 1/2] kbuild: add CONFIG_LD_IS_LLD
 2020-04-23 17:18 UTC  (16+ 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 v2 1/4] kbuild: use $(CC_VERSION_TEXT) to evaluate CC_IS_GCC and CC_IS_CLANG
 2020-04-23 16:48 UTC  (5+ 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

[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 

[PATCH AUTOSEL 5.4 27/78] kconfig: qconf: Fix a few alignment issues
 2020-04-18 14:39 UTC 

[PATCH AUTOSEL 5.5 28/75] kconfig: qconf: Fix a few alignment issues
 2020-04-18 14:08 UTC 

[PATCH AUTOSEL 5.6 30/73] kconfig: qconf: Fix a few alignment issues
 2020-04-18 13:47 UTC 

[PATCH] um: do not evaluate compiler's library path when cleaning
 2020-04-17 22:19 UTC  (2+ messages)

[RFC PATCH v2 1/3] Kconfig: Introduce "uses" keyword
 2020-04-17 20:29 UTC  (4+ messages)
` [RFC PATCH v2 2/3] net/mlx5: Kconfig: Use "uses" instead of "imply"
` [RFC PATCH v2 3/3] treewide: drivers: Convert to "uses" keyword for Kconfig weak dependencies

[PATCH net-next v1 0/4] Remove vermagic header from global include folder
 2020-04-17 14:37 UTC  (5+ messages)
` [PATCH net-next v1 4/4] kernel/module: Hide vermagic header file from general use

Hey, how are u, can we talk?
 2020-04-16 20:35 UTC 

[PATCH 4/9] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
 2020-04-15 21:04 UTC 

[PATCH] kbuild: arch/$(SUBARCH)/include/generated/ aren't cleaned by mrproper
 2020-04-13 20:09 UTC  (3+ messages)

[PATCH] kconfig: do not assign a variable in the return statement
 2020-04-13 15:35 UTC 

[PATCH] kconfig: do not use OR-assignment for zero-cleared structure
 2020-04-13 15:33 UTC 

I have already sent you first payment US$5000.00 this morning through MONEY Gram service.it is available to pick up in address now
 2020-04-13 11:41 UTC 

[GIT PULL] Kconfig updates for v5.7-rc1
 2020-04-12 19:44 UTC  (2+ messages)

[GIT PULL] more Kbuild updates for v5.7-rc1
 2020-04-11 18:35 UTC  (2+ messages)

[PATCH] scripts/config: allow colons in option strings for sed
 2020-04-10 17:36 UTC 

[GIT PULL][PATCH v5 0/8] Add support for ZSTD-compressed kernel and initramfs
 2020-04-08 21:57 UTC  (9+ messages)
` [PATCH v5 1/8] lib: prepare zstd for preboot environment
` [PATCH v5 2/8] lib: prepare xxhash "
` [PATCH v5 3/8] lib: add zstd support to decompress
` [PATCH v5 4/8] init: add support for zstd compressed kernel
` [PATCH v5 5/8] usr: add support for zstd compressed initramfs
` [PATCH v5 6/8] x86: bump ZO_z_extra_bytes margin for zstd
` [PATCH v5 7/8] x86: Add support for ZSTD compressed kernel
` [PATCH v5 8/8] .gitignore: add ZSTD-compressed files

[PATCH] kbuild: fix comment about missing include guard detection
 2020-04-08 18:29 UTC 

[PATCH] kbuild: mkcompile_h: Include $LD version in /proc/version
 2020-04-08 10:22 UTC  (8+ messages)

kbuild: do not pass $(KBUILD_CFLAGS) to scripts/mkcompile_h
 2020-04-08  8:00 UTC  (3+ messages)

[PATCH v3 1/2] kbuild: replace AS=clang with LLVM_IAS=1
 2020-04-08  1:36 UTC  (2+ messages)
` [PATCH v3 2/2] kbuild: support LLVM=1 to switch the default tools to Clang/LLVM

[PATCH] kbuild: support 'LLVM' to switch the default tools to Clang/LLVM
 2020-04-08  1:23 UTC  (8+ messages)

[PATCH v2 1/2] kbuild: replace AS=clang with LLVM_IA=1
 2020-04-07 20:39 UTC  (5+ messages)
` [PATCH v2 2/2] kbuild: support LLVM=1 to switch the default tools to Clang/LLVM

[PATCH v2] kbuild: add dummy toolchains to enable all cc-option etc. in Kconfig
 2020-04-07 17:11 UTC  (2+ messages)

[PATCH] MIPS: fw: arc: add __weak to prom_meminit and prom_free_prom_memory
 2020-04-07 16:48 UTC  (9+ messages)

[PATCH] kbuild: add dummy toolchains to enable all cc-option etc. in Kconfig
 2020-04-07 15:39 UTC  (3+ messages)

whether this is your correct email address or not
 2020-04-07  5:12 UTC 

[PATCH v4 0/8] Add support for ZSTD-compressed kernel and initramfs
 2020-04-06 10:47 UTC  (7+ messages)
` [PATCH v4 6/8] x86: bump ZO_z_extra_bytes margin for zstd


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