messages from 2018-04-12 09:09:53 to 2018-05-06 00:30:40 UTC [more...]
[PATCH v3 0/5] kernel hacking: GCC optimization for better debug experience (-Og)
2018-05-06 0:20 UTC (2+ messages)
` [PATCH v3 1/5] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
[PATCH v2 0/5] kernel hacking: GCC optimization for debug experience (-Og)
2018-05-06 0:27 UTC (24+ 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
[RFC] Removal of CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX
2018-05-05 15:55 UTC (3+ messages)
[PATCH] kbuild: gcov: enable -fno-tree-loop-im if supported
2018-05-05 10:35 UTC (3+ messages)
[PATCH] fixdep: suppress consecutive / from file paths in dependency list files
2018-05-05 10:31 UTC (2+ messages)
[PATCH] kbuild: deb-pkg improve maintainer address generation
2018-05-05 9:45 UTC (3+ messages)
[GIT PULL] Kbuild fixes for 4.17-rc4
2018-05-05 2:01 UTC
[PATCH 0/5] kernel hacking: GCC optimization for debug experience (-Og)
2018-05-05 1:44 UTC (17+ 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
` Applied "regulator: add dummy function of_find_regulator_by_node" to the regulator tree
` [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] MAINTAINERS: Update Kbuild entry with a few paths
2018-05-05 1:37 UTC (2+ messages)
[PATCH 00/30] kconfig: move compiler capability tests to Kconfig
2018-05-05 1:35 UTC (53+ 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
[ANNOUNCE] Kconfiglib menuconfig implementation
2018-05-04 0:05 UTC (14+ messages)
[PATCH] kbuild/debian: Use KBUILD_BUILD_* when set
2018-05-03 17:08 UTC (8+ messages)
` [PATCH v2] "
[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] 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)
Proposal
2018-04-16 21:16 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 (12+ 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] 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox