public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-06 17:27:07 to 2018-05-03 13:10:22 UTC [more...]

[PATCH v2 0/5] kernel hacking: GCC optimization for debug experience (-Og)
 2018-05-03 13:00 UTC  (15+ messages)
` [PATCH v2 1/5] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH v2 2/5] regulator: add dummy function of_find_regulator_by_node
` [PATCH v2 3/5] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
` [PATCH v2 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
` [PATCH v2 5/5] asm-generic: fix build error in fix_to_virt with CONFIG_DEBUG_EXPERIENCE

[PATCH] kbuild: deb-pkg improve maintainer address generation
 2018-05-03 11:46 UTC 

[PATCH] kbuild/debian: Use KBUILD_BUILD_* when set
 2018-05-03  9:51 UTC  (7+ messages)
` [PATCH v2] "

[ANNOUNCE] Kconfiglib menuconfig implementation
 2018-05-03  2:47 UTC  (9+ messages)

[PATCH 0/5] kernel hacking: GCC optimization for debug experience (-Og)
 2018-05-02 20:30 UTC  (16+ messages)
` [PATCH 1/5] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH 2/5] regulator: add dummy of_find_regulator_by_node
` [PATCH 3/5] kernel hacking: new config NO_AUTO_INLINE to disable compiler atuo-inline optimizations
` [PATCH 4/5] kernel hacking: new config DEBUG_EXPERIENCE to apply GCC -Og optimization
` [PATCH 5/5] asm-generic: fix build error in fix_to_virt with CONFIG_DEBUG_EXPERIENCE

[PATCH] modpost: srcversion sometimes incorrect
 2018-05-02 16:34 UTC  (3+ messages)

[PATCH] kbuild: replace hardcoded bison in cmd_bison_h with $(YACC)
 2018-05-02 16:16 UTC  (2+ messages)

[PATCH] genksyms: fix typo in parse.tab.{c,h} generation rules
 2018-05-02 16:16 UTC  (2+ messages)

[RFC resend 1/2] modpost: delete stale comment
 2018-05-02 15:51 UTC  (4+ messages)
  ` [RFC resend 2/2] modpost: sumversions: try to fix "same dir" logic

[PATCH 0/4] LD_DEAD_CODE_DATA_ELIMINATION fixes and enabling for powerpc
 2018-05-02 12:24 UTC  (19+ messages)
` [PATCH 1/4] kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATION
` [PATCH 2/4] kbuild: LD_DEAD_CODE_DATA_ELIMINATION no -ffunction-sections/-fdata-sections for module build
` [PATCH 3/4] kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabled
` [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected

Link time optimization for LTO/x86
 2018-05-01 18:42 UTC  (4+ messages)
` [PATCH 11/21] trace: Use -mcount-record for dynamic ftrace

[RFC PATCH 0/2] powerpc patches for new Kconfig language
 2018-04-30  1:23 UTC  (3+ messages)
` [RFC PATCH 1/2] powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS
` [RFC PATCH 2/2] powerpc/kbuild: move -mprofile-kernel check to Kconfig

[RFC patch] Documenation: don't build media .rst files when not building Documentation/media/
 2018-04-29  1:56 UTC 

[PATCH] kbuild: "make tools/help" does not need syncconfig
 2018-04-28 22:36 UTC 

[PATCH] kbuild: gcov: enable -fno-tree-loop-im if supported
 2018-04-26 21:41 UTC  (2+ messages)

[PATCH] scripts: teach extract-vmlinux about LZ4 and ZSTD
 2018-04-25  1:16 UTC 

On Tue, Apr 24, 2018 at 11:08:34AM +0200, Paul Menzel wrote:
 2018-04-25  1:12 UTC 

Greetings to you,
 2018-04-24 19:36 UTC 

[PATCH] Makefile: Fix typo s/HOST_LOADLIBES/HOST_LOADLIBS
 2018-04-24 16:07 UTC  (4+ messages)

Representative Needed
 2018-04-20 22:25 UTC 

[PATCH] ARM: omap2: Fix build when using split object directories
 2018-04-18 17:14 UTC  (7+ messages)

[PATCH v6 3/4] MIPS: vmlinuz: Use generic ashldi3
 2018-04-18  8:39 UTC  (3+ messages)

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

Proposal
 2018-04-16 21:16 UTC 

[PATCH] fixdep: suppress consecutive / from file paths in dependency list files
 2018-04-16 19:07 UTC 

[kbuild:kconfig-shell-v3 21/30] arch/Kconfig:542: syntax error
 2018-04-15  2:24 UTC  (2+ messages)

[kbuild:kconfig-shell-v3 28/30] als.c:undefined reference to `latent_entropy'
 2018-04-15  2:15 UTC  (2+ messages)

[GIT PULL] Kbuild updates for 4.17 (2nd round)
 2018-04-14 18:44 UTC 

[kbuild:kconfig-shell-v3 27/30] sh: 1: [: -ge: unexpected operator
 2018-04-13 16:08 UTC 

[kbuild:kconfig-shell-v3 22/30] init/Kconfig:13: syntax error
 2018-04-13 15:31 UTC 

[PATCH v2] kconfig: extend output of 'listnewconfig'
 2018-04-13 14:27 UTC  (2+ messages)

[PATCH] kbuild: rpm-pkg: use kernel-install as a fallback for new-kernel-pkg
 2018-04-13 14:22 UTC  (2+ messages)

[PATCH v2] ARM: omap2: Fix build when using split object directories
 2018-04-13 14:05 UTC  (3+ messages)

[PATCH v2] selftests: add headers_install to lib.mk
 2018-04-13  9:03 UTC 

[PATCH v2 00/21] kconfig: move compiler capability tests to Kconfig
 2018-04-13  6:02 UTC  (25+ messages)
` [PATCH v2 04/21] kconfig: reference environments directly and remove 'option env=' syntax
` [PATCH v2 07/21] kconfig: add function support and implement 'shell' function
` [PATCH v2 09/21] kconfig: add 'macro' keyword to support user-defined function
` [PATCH v2 11/21] stack-protector: test compiler capability in Kconfig and drop AUTO mode
` [PATCH v2 19/21] gcc-plugins: test GCC plugin support in Kconfig
` [PATCH v2 20/21] gcc-plugins: enable GCC_PLUGINS for COMPILE_TEST

[PATCH] objtool: Support HOSTCFLAGS and HOSTLDFLAGS
 2018-04-12 19:21 UTC 

[PATCHv2] objtool: Support HOSTCFLAGS and HOSTLDFLAGS
 2018-04-12 13:18 UTC  (2+ messages)

[BUG] Fix drivers/memory O= build
 2018-04-11 21:17 UTC  (10+ messages)

[PATCH] bug.h: Work around GCC PR82365 in BUG()
 2018-04-11 10:19 UTC  (6+ messages)

[PATCH 2/1] Kbuild: fix # escaping in .cmd files for future Make
 2018-04-09 13:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] kconfig: add support for new option 'listnewdefconfig'
 2018-04-07  3:26 UTC  (6+ messages)

[PATCH v2] kbuild: check for pkg-config on make {menu,n,g,x}config
 2018-04-06 21:37 UTC  (3+ messages)

[PATCH 0/3] HOSTCFLAGS and HOSTLDFLAGS from the environment
 2018-04-06 17:27 UTC  (3+ messages)
` [PATCH 2/3] objtool: Support HOSTCFLAGS and HOSTLDFLAGS


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