public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-26 13:16:06 to 2018-07-08 15:20:12 UTC [more...]

include architecture Kconfig files from top-level Kconfig v2
 2018-07-08 15:20 UTC  (10+ messages)
` [PATCH 1/9] um: stop abusing KBUILD_KCONFIG
` [PATCH 2/9] um: cleanup Kconfig files
` [PATCH 3/9] um: create a proper drivers Kconfig
` [PATCH 4/9] kconfig: include common Kconfig files from top-level Kconfig
` [PATCH 5/9] Kconfig: consolidate the "Kernel hacking" menu
` [PATCH 6/9] kconfig: include kernel/Kconfig.preempt from init/Kconfig
` [PATCH 7/9] arch/Kconfig: use a menu to reduce clutter
` [PATCH 8/9] kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt
` [PATCH 9/9] kconfig: add a Memory Management options" menu

powerpc: 32BIT vs. 64BIT (PPC32 vs. PPC64)
 2018-07-08 11:51 UTC  (6+ messages)

[PATCH] Fix the oldconfig target rule
 2018-07-08 11:13 UTC  (4+ messages)

[PATCH 0/7] HOSTFLAGS and HOSTLDFLAGS from the environment (new approach)
 2018-07-08 10:59 UTC  (14+ messages)
` [PATCH 1/7] tools: build: Fixup host c flags
` [PATCH 2/7] tools: build: Use HOSTLDFLAGS with fixdep
` [PATCH 3/7] treewide: Rename HOSTCFLAGS -> KBUILD_HOSTCFLAGS
` [PATCH 4/7] treewide: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGS
` [PATCH 5/7] treewide: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGS
` [PATCH 6/7] treewide: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS
` [PATCH 7/7] Kbuild: Use HOST*FLAGS options from the command line

[PATCH] objtool: move libelf detection to Kconfig from Makefile
 2018-07-08  9:59 UTC 

kconfig usage in automatic kernel test
 2018-07-08  2:15 UTC  (2+ messages)

[PATCH resend] scripts: teach extract-vmlinux about LZ4 and ZSTD
 2018-07-08  2:04 UTC  (2+ messages)

[PATCH v3 00/12] kbuild/kconfig: do not update config during installation
 2018-07-06 23:38 UTC  (15+ messages)
` [PATCH v3 01/12] kconfig: rename file_write_dep and move it to confdata.c
` [PATCH v3 02/12] kconfig: split out helpers to check file/directory, create directory
` [PATCH v3 03/12] kconfig: remove unneeded directory generation from local*config
` [PATCH v3 04/12] kconfig: create directories needed for syncconfig by itself
` [PATCH v3 05/12] kconfig: make syncconfig update .config regardless of sym_change_count
` [PATCH v3 06/12] kconfig: allow all config targets to write auto.conf if missing
` [PATCH v3 07/12] kbuild: use 'include' directive to load auto.conf from top Makefile
` [PATCH v3 08/12] kbuild: add .DELETE_ON_ERROR special target
` [PATCH v3 09/12] kbuild: do not update config when running install targets
` [PATCH v3 10/12] kbuild: do not update config for 'make kernelrelease'
` [PATCH v3 11/12] kbuild: remove auto.conf and tristate.conf from prerequisites
` [PATCH v3 12/12] kbuild: replace include/config/%.conf with include/config/auto.conf

[PATCH] kbuild: document the KBUILD_KCONFIG env. variable
 2018-07-06  8:58 UTC  (3+ messages)

[PATCH] kbuild: add LDFLAGS_KERNEL to pass additional linker flags for vmlinux
 2018-07-06  6:34 UTC 

[PATCH 0/3] Fixes concerning zconfdump()
 2018-07-06  2:54 UTC  (19+ messages)
` [PATCH 1/3] kconfig: avoid assert()-triggered segfaults in xfwrite()
      ` [PATCH 0/2] kconfig: expr_print(): print constant symbols within quotes
        ` [PATCH v2 1/2] "
        ` [PATCH 2/2] kconfig: fix comment for symbol flag SYMBOL_AUTO
                  ` [PATCH v3] kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
            ` [PATCH v2] kconfig: fix comment for symbol flag SYMBOL_AUTO
` [PATCH 2/3] kconfig: handle P_SYMBOL in print_symbol()
` [PATCH 3/3] kconfig: add debugconfig target for debugging purposes

[PATCH] kconfig: update user kconfig tools doc
 2018-07-06  2:53 UTC  (2+ messages)

[PATCH] kbuild: update kbuild.txt ARCH alias list
 2018-07-06  1:05 UTC  (3+ messages)

[PATCH] kbuild: update ARCH alias info for sparc
 2018-07-06  1:04 UTC  (3+ messages)

[PATCH] kbuild: delete INSTALL_FW_PATH from kbuild documentation
 2018-07-06  1:03 UTC  (4+ messages)

[PATCHv6 0/4] Salted build ids via ELF notes
 2018-07-06  0:49 UTC  (5+ messages)
` [PATCHv6 1/4] kbuild: Add build salt to the kernel and modules
` [PATCHv6 2/4] x86: Add build salt to the vDSO
` [PATCHv6 3/4] powerpc: "
` [PATCHv6 4/4] arm64: "

[PATCH v2] kbuild: verify that $DEPMOD is installed
 2018-07-06  0:38 UTC  (2+ messages)

[RFC PATCH 0/5] kbuild: build modules from code in multiple directories
 2018-07-05 23:03 UTC  (8+ messages)
` [PATCH 4/5] kbuild: disable KBUILD_MODNAME when building for mod.a

[PATCHv5 0/4] Salted build ids via ELF notes
 2018-07-05 21:46 UTC  (13+ messages)
` [PATCHv5 1/4] kbuild: Add build salt to the kernel and modules
` [PATCHv5 2/4] x86: Add build salt to the vDSO
` [PATCHv5 3/4] powerpc: "
` [PATCHv5 4/4] arm64: "

include architecture Kconfig files from top-level Kconfig
 2018-07-05  6:04 UTC  (24+ messages)
` [PATCH 1/5] kconfig: include common "
` [PATCH 2/5] Kconfig: consolidate the "Kernel hacking menu"
` [PATCH 3/5] kconfig: include kernel/Kconfig.preempt from top-level Kconfig
  ` [PATCH] Kconfig: menus: add PREEMPT options back
` [PATCH 4/5] kconfig: add a Memory Management options" menu
` [PATCH 5/5] kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt
` [PATCH] arch/Kconfig: use a menu to reduce clutter

[RESEND PATCH 1/2] Makefile: .PHONY is not a variable, but PHONY is
 2018-07-05  3:33 UTC  (2+ messages)
` [RESEND PATCH 2/2] kbuild: remove duplicated comments about PHONY

[PATCH] kbuild: do not drop -I without parameter
 2018-07-05  2:48 UTC 

[PATCH] kconfig: handle format string before calling conf_message_callback()
 2018-07-05  2:46 UTC 

[PATCHv5 0/4] Salted build ids via ELF notes
 2018-07-04  3:57 UTC  (2+ messages)

[PATCH v4 00/17] khwasan: kernel hardware assisted address sanitizer
 2018-07-03 17:36 UTC  (30+ messages)
` [PATCH v4 17/17] kasan: add SPDX-License-Identifier mark to source files

[PATCH v6 0/3] extern inline native_save_fl for paravirt
 2018-07-03  7:21 UTC  (7+ messages)
` [PATCH v6 3/3] x86: paravirt: make native_save_fl extern inline

[PATCH] kbuild: move bin2c back to scripts/ from scripts/basic/
 2018-07-03  4:02 UTC  (2+ messages)

[PATCH] gcc-plugins: remove unused GCC_PLUGIN_SUBDIR
 2018-07-03  2:25 UTC  (4+ messages)

[PATCH] kbuild: check for /sbin/depmod installed
 2018-07-02  1:23 UTC  (2+ messages)

[PATCH 3.18 01/85] tools build: No need to make libapi for perf explicitly
 2018-07-01 16:01 UTC  (2+ messages)
` [PATCH 3.18 02/85] tools build: Fix Makefile(s) to properly invoke tools build

[PATCH] kbuild: honor HOSTCFLAGS and HOSTLDFLAGS in libelf test
 2018-07-01 13:07 UTC 

[PATCH v4] kconfig: check for pkg-config on make {menu,n,g,x}config
 2018-06-30 14:19 UTC  (2+ messages)

[GIT PULL] Kbuild fixes for v4.18-rc3
 2018-06-30 14:14 UTC 

[PATCH v3 0/1] kconfig: expr_print(): print constant symbols within quotes
 2018-06-29 13:18 UTC  (4+ messages)
` [PATCH v3 1/1] "
` [PATCH v4 0/1] "
  ` [PATCH v4 1/1] "

due to kconfig changes kernel config file is no longer sufficient for configuring the kernel
 2018-06-28  9:16 UTC  (3+ messages)

[PATCHv4 0/3] Salted build ids via linker sections
 2018-06-28 13:56 UTC  (5+ messages)
` [PATCHv4 3/3] x86: Add build salt to the vDSO and kernel linker scripts

[PATCH v2 1/3] kbuild: use 'include' directive to load auto.conf from top Makefile
 2018-06-28 13:39 UTC  (3+ messages)

[RESEND PATCH] bpfilter: check compiler capability in Kconfig
 2018-06-28  4:37 UTC  (3+ messages)

[PATCH] kbuild: reword help of LD_DEAD_CODE_DATA_ELIMINATION
 2018-06-27 16:41 UTC  (2+ messages)

[RFC][PATCH] Makefile: globally enable VLA warning
 2018-06-26 22:02 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