linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-11 06:07:12 to 2020-03-26 21:13:01 UTC [more...]

[PATCH v2 00/16] x86, crypto: remove always-defined CONFIG_AS_* and cosolidate Kconfig/Makefiles
 2020-03-26 21:12 UTC  (33+ messages)
` [PATCH v2 01/16] lib/raid6/test: fix build on distros whose /bin/sh is not bash
` [PATCH v2 02/16] x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.h
` [PATCH v2 03/16] x86: remove always-defined CONFIG_AS_CFI
` [PATCH v2 04/16] x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAME
` [PATCH v2 05/16] x86: remove always-defined CONFIG_AS_CFI_SECTIONS
` [PATCH v2 06/16] x86: remove always-defined CONFIG_AS_SSSE3
` [PATCH v2 07/16] x86: remove always-defined CONFIG_AS_AVX
` [PATCH v2 08/16] x86: replace arch macros from compiler with CONFIG_X86_{32,64}
` [PATCH v2 09/16] drm/i915: remove always-defined CONFIG_AS_MOVNTDQA
` [PATCH v2 10/16] x86: probe assembler capabilities via kconfig instead of makefile
` [PATCH v2 11/16] x86: add comments about the binutils version to support code in as-instr
` [PATCH v2 12/16] crypto: x86 - rework configuration based on Kconfig
` [PATCH v2 13/16] crypto: curve25519 - do not pollute dispatcher based on assembler
` [PATCH v2 14/16] Documentation/changes: Raise minimum supported binutils version to 2.23
` [PATCH v2 15/16] x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2
        ` [PATCH] "
` [PATCH v2 16/16] crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'

[PATCH v3 0/8] Add support for ZSTD-compressed kernel and initramfs
 2020-03-26 20:16 UTC  (15+ messages)
` [PATCH v3 1/8] lib: prepare zstd for preboot environment
` [PATCH v3 2/8] lib: prepare xxhash "
` [PATCH v3 3/8] lib: add zstd support to decompress
` [PATCH v3 4/8] init: add support for zstd compressed kernel
` [PATCH v3 5/8] usr: add support for zstd compressed initramfs
` [PATCH v3 6/8] x86: bump ZO_z_extra_bytes margin for zstd
` [PATCH v3 7/8] x86: Add support for ZSTD compressed kernel
` [PATCH v3 8/8] .gitignore: add ZSTD-compressed files

[PATCH v2] kbuild: Enable -Wtautological-compare
 2020-03-26 19:41 UTC 

[PATCH] kbuild: add outputmakefile to no-dot-config-targets
 2020-03-26 19:29 UTC 

[PATCH 00/16] x86, crypto: remove always-defined CONFIG_AS_* and cosolidate Kconfig/Makefiles
 2020-03-26 17:27 UTC  (34+ messages)
` [PATCH 01/16] lib/raid6/test: fix build on distros whose /bin/sh is not bash
` [PATCH 02/16] x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.h
` [PATCH 03/16] x86: remove always-defined CONFIG_AS_CFI
` [PATCH 04/16] x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAME
` [PATCH 05/16] x86: remove always-defined CONFIG_AS_CFI_SECTIONS
` [PATCH 06/16] x86: remove always-defined CONFIG_AS_SSSE3
` [PATCH 07/16] x86: remove always-defined CONFIG_AS_AVX
` [PATCH 08/16] x86: add comments about the binutils version to support code in as-instr
` [PATCH 09/16] x86: replace arch macros from compiler with CONFIG_X86_{32,64}
` [PATCH 10/16] drm/i915: remove always-defined CONFIG_AS_MOVNTDQA
` [PATCH 11/16] x86: probe assembler capabilities via kconfig instead of makefile
` [PATCH 12/16] crypto: x86 - rework configuration based on Kconfig
` [PATCH 13/16] crypto: curve25519 - do not pollute dispatcher based on assembler
` [PATCH 14/16] Documentation/changes: Raise minimum supported binutils version to 2.23
` [PATCH 15/16] x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2
` [PATCH 16/16] crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'

[PATCH 1/3] net: wan: wanxl: use $(CC68K) instead of $(AS68K) for rebuilding firmware
 2020-03-26  6:13 UTC  (13+ messages)
` [PATCH 2/3] net: wan: wanxl: refactor the firmware rebuild rule
` [PATCH 3/3] kbuild: remove AS variable

[PATCH v2 1/4] net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmware
 2020-03-26  5:57 UTC  (4+ messages)
` [PATCH v2 2/4] net: wan: wanxl: use $(M68KCC) instead of $(M68KAS) "
` [PATCH v2 3/4] net: wan: wanxl: refactor the firmware rebuild rule
` [PATCH v2 4/4] kbuild: remove AS variable

[PATCH 1/2] kconfig: remove unused variable in qconf.cc
 2020-03-26  2:06 UTC  (4+ messages)
` [PATCH 2/2] kbuild: add -Wall to KBUILD_HOSTCXXFLAGS

[PATCH] kbuild: add comment about grouped target
 2020-03-25  3:16 UTC 

[PATCH] kbuild: remove AS variable
 2020-03-24 19:43 UTC  (2+ messages)

Patch: Suppress irrelevant warning when generating a debian package
 2020-03-24 10:24 UTC 

[PATCH] kconfig: allow to pass optional flag into as-instr macro
 2020-03-23 22:20 UTC  (2+ messages)

using libbpf in external projects
 2020-03-23 18:17 UTC  (5+ messages)

[PATCH 0/9] Enable orphan section warning
 2020-03-22 16:00 UTC  (12+ messages)
` [PATCH 1/9] scripts/link-vmlinux.sh: Delay orphan handling warnings until final link
` [PATCH 6/9] arm64/build: Use common DISCARDS in linker script
` [PATCH 7/9] arm64/build: Warn on orphan section placement

[PATCH RFC 0/3] x86: probe for assembler capabilities in Kconfig
 2020-03-21  0:49 UTC  (4+ messages)
  ` [PATCH RFC 1/3] x86: probe assembler instead of kconfig instead of makefile
  ` [PATCH RFC 2/3] crypto: x86 - rework configuration based on Kconfig
  ` [PATCH RFC 3/3] crypto: curve25519 - do not pollute dispatcher based on assembler

[PATCH v3 0/8] Add support for ZSTD-compressed kernel and initramfs
 2020-03-20 18:10 UTC 

HAPPY SURVIVAL OF CORONAVIRUS
 2020-03-20 11:08 UTC 

[GIT PULL] Kbuild fixes for v5.6-rc7
 2020-03-19 17:25 UTC  (2+ messages)

[PATCH v2 1/2] sparc: revive __HAVE_ARCH_STRLEN for 32bit sparc
 2020-03-19 16:22 UTC  (11+ messages)
` [PATCH v2 2/2] kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=y

[PATCH] Makefile: disallow data races on gcc-10 as well
 2020-03-19 15:34 UTC  (4+ messages)

[PATCH v2] scripts/kallsyms: fix wrong kallsyms_relative_base
 2020-03-19  8:15 UTC  (2+ messages)

[PATCH] scripts/kallsyms: fix wrong kallsyms_relative_base with CONFIG_KALLSYMS_BASE_RELATIVE
 2020-03-19  8:02 UTC  (8+ messages)

[PATCH v2 2/7] lib: prepare xxhash for preboot environment
 2020-03-19  1:36 UTC  (5+ messages)
  ` [PATCH v2 3/7] lib: add zstd support to decompress
` [PATCH v2 8/7] .gitignore: add ZSTD-compressed files

[PATCH v2] modpost: Get proper section index by get_secindex() instead of st_shndx
 2020-03-18 16:45 UTC  (2+ messages)

[PATCH] modpost: Get proper section index by get_secindex() instead of st_shndx
 2020-03-18 10:08 UTC  (4+ messages)

[PATCH v2] Makefile.llvm: simplify LLVM build
 2020-03-17 21:55 UTC 

[PATCH 1/2] lib: add support for ZSTD-compressed kernel
 2020-03-17 21:02 UTC  (9+ messages)
` [PATCH 2/2] x86: Enable "
    ` [PATCH v2 1/2] lib: add "
      ` [PATCH v2 2/2] x86: Enable "

REF
 2020-03-17 12:07 UTC 

linux-kbuild missing from lore?
 2020-03-17  4:32 UTC  (4+ messages)

(no subject)
 2020-03-17  0:11 UTC 

[PATCH] kbuild: Disable -Wpointer-to-enum-cast
 2020-03-14  1:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] kbuild: fix references to other documents
 2020-03-14  1:29 UTC  (2+ messages)

[PATCH v7 15/17] kconfig: Add support for 'as-option'
 2020-03-13  9:14 UTC  (3+ messages)

[kbuild:kbuild 16/20] ERROR: modpost: "__mulsi3" [lib/lzo/lzo_compress.ko] undefined!
 2020-03-13  8:07 UTC 

[PATCH] kbuild: Add an "imgdeb-pkg" target to build only linux-image
 2020-03-12  5:50 UTC 

[PATCH] net: drop_monitor: use IS_REACHABLE() to guard net_dm_hw_report()
 2020-03-11 21:26 UTC  (6+ messages)

INVESTMENT PROPOSAL
 2020-03-11 11:53 UTC 

[PATCH] net: drop_monitor: make drop_monitor built-in
 2020-03-11  6:30 UTC  (2+ 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).