public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-17 06:18:51 to 2018-05-30 12:19:33 UTC [more...]

[PATCH v5 0/4] powerpc patches for new Kconfig language
 2018-05-30 12:19 UTC 

[PATCH v4 0/4] powerpc patches for new Kconfig language
 2018-05-30 10:43 UTC  (8+ messages)
` [PATCH v4 1/4] powerpc/kbuild: set default generic machine type for 32-bit compile
` [PATCH v4 4/4] powerpc/kbuild: move -mprofile-kernel check to Kconfig

[PATCH v5 00/31] kconfig: move compiler capability tests to Kconfig
 2018-05-30  0:38 UTC  (34+ messages)
` [PATCH v5 01/31] kbuild: remove kbuild cache
` [PATCH v5 02/31] kbuild: remove CONFIG_CROSS_COMPILE support
` [PATCH v5 03/31] kconfig: reference environment variables directly and remove 'option env='
` [PATCH v5 04/31] kconfig: remove string expansion in file_lookup()
` [PATCH v5 05/31] kconfig: remove string expansion for mainmenu after yyparse()
` [PATCH v5 06/31] kconfig: remove sym_expand_string_value()
` [PATCH v5 07/31] kconfig: make default prompt of mainmenu less specific
` [PATCH v5 08/31] kconfig: add built-in function support
` [PATCH v5 09/31] kconfig: add 'shell' built-in function
` [PATCH v5 10/31] kconfig: replace $(UNAME_RELEASE) with function call
` [PATCH v5 11/31] kconfig: begin PARAM state only when seeing a command keyword
` [PATCH v5 12/31] kconfig: support user-defined function and recursively expanded variable
` [PATCH v5 13/31] kconfig: support simply "
` [PATCH v5 14/31] kconfig: support append assignment operator
` [PATCH v5 15/31] kconfig: expand lefthand side of assignment statement
` [PATCH v5 16/31] kconfig: add 'info', 'warning-if', and 'error-if' built-in functions
` [PATCH v5 17/31] kconfig: add 'filename' and 'lineno' built-in variables
` [PATCH v5 18/31] kconfig: error out if a recursive variable references itself
` [PATCH v5 19/31] Documentation: kconfig: document a new Kconfig macro language
` [PATCH v5 20/31] kconfig: test: add Kconfig macro language tests
` [PATCH v5 21/31] kconfig: show compiler version text in the top comment
` [PATCH v5 22/31] kconfig: add basic helper macros to scripts/Kconfig.include
` [PATCH v5 23/31] stack-protector: test compiler capability in Kconfig and drop AUTO mode
` [PATCH v5 24/31] kconfig: add CC_IS_GCC and GCC_VERSION
` [PATCH v5 25/31] kconfig: add CC_IS_CLANG and CLANG_VERSION
` [PATCH v5 26/31] gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT
` [PATCH v5 27/31] kcov: test compiler capability in Kconfig and correct dependency
` [PATCH v5 28/31] gcc-plugins: move GCC version check for PowerPC to Kconfig
` [PATCH v5 29/31] gcc-plugins: test plugin support in Kconfig and clean up Makefile
` [PATCH v5 30/31] gcc-plugins: allow to enable GCC_PLUGINS for COMPILE_TEST
` [PATCH v5 31/31] Documentation: kconfig: add recommended way to describe compiler support

[PATCH v2] kbuild: add endianness flag to CHEKCFLAGS
 2018-05-29 13:08 UTC  (2+ messages)

[PATCH] kbuild: $(CHECK) doesnt need NOSTDINC_FLAGS twice
 2018-05-29 13:07 UTC  (2+ messages)

linux-next: build warning after merge of the devicetree tree
 2018-05-29  6:04 UTC  (3+ messages)

[PATCH] kbuild: add endianness flag to CHEKCFLAGS
 2018-05-28 18:27 UTC  (3+ messages)

[PATCH] [net-next, wrong] make BPFILTER_UMH depend on X86
 2018-05-28 15:31 UTC 

[GIT PULL] Kbuild fixes for v4.17-rc7
 2018-05-27  8:52 UTC 

[PATCH v4 00/31] kconfig: move compiler capability tests to Kconfig
 2018-05-26 20:47 UTC  (65+ messages)
` [PATCH v4 03/31] kconfig: reference environment variables directly and remove 'option env='
` [PATCH v4 04/31] kconfig: remove string expansion in file_lookup()
` [PATCH v4 05/31] kconfig: remove string expansion for mainmenu after yyparse()
` [PATCH v4 06/31] kconfig: remove sym_expand_string_value()
` [PATCH v4 07/31] kconfig: add built-in function support
` [PATCH v4 08/31] kconfig: add 'shell' built-in function
` [PATCH v4 09/31] kconfig: replace $(UNAME_RELEASE) with function call
` [PATCH v4 10/31] kconfig: begin PARAM state only when seeing a command keyword
` [PATCH v4 11/31] kconfig: support user-defined function and recursively expanded variable
` [PATCH v4 12/31] kconfig: support simply "
` [PATCH v4 13/31] kconfig: support append assignment operator
` [PATCH v4 14/31] kconfig: expand lefthand side of assignment statement
` [PATCH v4 15/31] kconfig: add 'info', 'warning', and 'error' built-in functions
` [PATCH v4 16/31] kconfig: add 'if' built-in function
` [PATCH v4 17/31] kconfig: add 'filename' and 'lineno' built-in variables
` [PATCH v4 18/31] kconfig: error out if a recursive variable references itself
` [PATCH v4 19/31] Documentation: kconfig: document a new Kconfig macro language
` [PATCH v4 20/31] kconfig: test: add Kconfig macro language tests
` [PATCH v4 21/31] kconfig: show compiler version text in the top comment
` [PATCH v4 22/31] kconfig: add basic helper macros to scripts/Kconfig.include
` [PATCH v4 23/31] stack-protector: test compiler capability in Kconfig and drop AUTO mode
` [PATCH v4 24/31] kconfig: add CC_IS_GCC and GCC_VERSION
` [PATCH v4 25/31] kconfig: add CC_IS_CLANG and CLANG_VERSION
` [PATCH v4 26/31] gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT
` [PATCH v4 27/31] kcov: test compiler capability in Kconfig and correct dependency
` [PATCH v4 28/31] gcc-plugins: move GCC version check for PowerPC to Kconfig
` [PATCH v4 29/31] gcc-plugins: test plugin support in Kconfig and clean up Makefile
` [PATCH v4 30/31] gcc-plugins: allow to enable GCC_PLUGINS for COMPILE_TEST
` [PATCH v4 31/31] arm64: move GCC version check for ARCH_SUPPORTS_INT128 to Kconfig

[ANNOUNCE] Kconfiglib menuconfig implementation
 2018-05-25 22:06 UTC  (22+ messages)

Wrong -dirty suffix set by setlocalversion (was: BUG in git diff-index)
 2018-05-25  3:50 UTC  (3+ messages)

[RFC PATCH 1/1] kconfig: drop localization support
 2018-05-24 15:41 UTC  (5+ messages)

[PATCH v2] kbuild: check for pkg-config on make {menu,n,g,x}config
 2018-05-24 14:50 UTC  (6+ messages)

[PATCH v3 0/4] kconfig: refactor package checks for GUI frontends
 2018-05-24 14:10 UTC  (8+ messages)
` [PATCH v3 1/4] kbuild: do not display CHK for filechk
` [PATCH v3 2/4] kconfig: refactor Qt package checks for building qconf
` [PATCH v3 3/4] kconfig: refactor GTK+ package checks for building gconf
` [PATCH v3 4/4] kconfig: refactor ncurses package checks for building mconf and nconf

[PATCH] build: Exclude cscope and tags files from packaging
 2018-05-24  8:47 UTC  (3+ messages)

[PATCHv3 0/2] Salted build ids via linker sections
 2018-05-24  2:16 UTC  (13+ messages)
` [PATCHv3 1/2] kbuild: Introduce build-salt linker script
` [PATCHv3 2/2] x86/vdso: Add build salt to the vDSO

[PATCH] fixup! kconfig: refactor ncurses package checks for building mconf and nconf
 2018-05-23 21:07 UTC  (3+ messages)

[PATCH v2 0/5] kconfig: refactor package checks for GUI frontends
 2018-05-22 15:49 UTC  (18+ messages)
` [PATCH v2 1/5] kbuild: do not display CHK for filechk
` [PATCH v2 2/5] kconfig: refactor Qt package checks for building qconf
` [PATCH v2 3/5] kconfig: refactor GTK+ package checks for building gconf
` [PATCH v2 4/5] kconfig: refactor ncurses package checks for building mconf
` [PATCH v2 5/5] kconfig: refactor ncurses package checks for building nconf

[PATCH] scripts/kconfig/confdata.c: Fix script/checkpatch.pl coding style issues
 2018-05-22  3:32 UTC 

[PATCH 0/5] kconfig: refactor package checks for GUI frontends
 2018-05-20  8:21 UTC  (11+ messages)
` [PATCH 1/5] kbuild: do not display CHK for filechk
` [PATCH 2/5] kconfig: refactor Qt package checks for building qconf
` [PATCH 3/5] kconfig: refactor GTK+ package checks for building gconf
` [PATCH 4/5] kconfig: refactor ncurses package checks for building mconf
` [PATCH 5/5] kconfig: refactor ncurses package checks for building nconf

[PATCH v5 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
 2018-05-17 17:58 UTC  (3+ messages)

[PATCH] Makefile: disable PIE before testing asm goto
 2018-05-17 13:34 UTC  (2+ messages)

[RFCv2 PATCH 0/3] Salted build ids via linker sections
 2018-05-17  8:37 UTC  (4+ messages)


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