public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-06 00:30:40 to 2018-05-20 09:45:55 UTC [more...]

[PATCH v2 0/5] kconfig: refactor package checks for GUI frontends
 2018-05-20  9:45 UTC  (7+ 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 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 v4 0/4] powerpc patches for new Kconfig language
 2018-05-20  7:58 UTC  (7+ messages)
` [PATCH v4 1/4] powerpc/kbuild: set default generic machine type for 32-bit compile
` [PATCH v4 2/4] powerpc/kbuild: remove CROSS32 defines from top level powerpc Makefile
` [PATCH v4 3/4] powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS
` [PATCH v4 4/4] powerpc/kbuild: move -mprofile-kernel check to Kconfig

[ANNOUNCE] Kconfiglib menuconfig implementation
 2018-05-20  7:51 UTC  (19+ messages)

[PATCH v2] kbuild: check for pkg-config on make {menu,n,g,x}config
 2018-05-19 22:42 UTC  (5+ messages)

[PATCH v5 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
 2018-05-17 17:58 UTC  (7+ messages)
` [PATCH v5 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH v5 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
` [PATCH v5 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
` [PATCH v5 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization

[PATCH v4 00/31] kconfig: move compiler capability tests to Kconfig
 2018-05-17 14:22 UTC  (46+ messages)
` [PATCH v4 01/31] kbuild: remove kbuild cache
` [PATCH v4 02/31] kbuild: remove CONFIG_CROSS_COMPILE support
` [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

[PATCH] build: Exclude cscope and tags files from packaging
 2018-05-17 13:48 UTC 

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

[RFCv2 PATCH 0/3] Salted build ids via linker sections
 2018-05-17  8:37 UTC  (12+ messages)
` [RFCv2 PATCH 2/3] kbuild: Link with generated build-salt header
` [RFCv2 PATCH 3/3] x86/vdso: Add build salt to the vDSO

[PATCH v3 0/4] powerpc patches for new Kconfig language
 2018-05-16  2:37 UTC  (11+ messages)
` [PATCH v3 1/4] powerpc/kbuild: set default generic machine type for 32-bit compile
` [PATCH v3 2/4] powerpc/kbuild: remove CROSS32 defines from top level powerpc Makefile
` [PATCH v3 3/4] powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS
` [PATCH v3 4/4] powerpc/kbuild: move -mprofile-kernel check to Kconfig

[PATCH v2] selftests: add headers_install to lib.mk
 2018-05-14 19:20 UTC  (5+ messages)
` [PATCH v3] "

[PATCH 0/4] LD_DEAD_CODE_DATA_ELIMINATION fixes and enabling for powerpc
 2018-05-14 19:10 UTC  (11+ messages)
` [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected

[kbuild:int-ll64 2/4] arch/sh/include/asm/types.h:13:9: error: unknown type name 'u16'
 2018-05-14 14:59 UTC 

[kbuild:int-ll64 2/4] include/uapi/linux/byteorder/big_endian.h:44:52: error: unknown type name '__u64'
 2018-05-14 14:30 UTC 

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

[PATCH 1/1] Makefile: Add testconfig target into doc
 2018-05-14  1:55 UTC  (2+ messages)

[PATCH 1/4] modpost: pass struct elf_info pointer to get_modinfo()
 2018-05-14  0:12 UTC  (5+ messages)
` [PATCH 2/4] modpost: use strstarts() helper more widely
` [PATCH 3/4] modpost: remove redundant is_vmlinux() test
` [PATCH 4/4] modpost: constify *modname function argument where possible

[PATCH 0/8] kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX and clean-up code
 2018-05-14  0:11 UTC  (14+ messages)
` [PATCH 1/8] modpost: remove symbol prefix support
` [PATCH 2/8] genksyms: "
` [PATCH 3/8] kallsyms: "
` [PATCH 4/8] depmod.sh: "
` [PATCH 5/8] export.h: remove code for prefixing symbols with underscore
` [PATCH 6/8] kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX
` [PATCH 7/8] vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()
` [PATCH 8/8] checkpatch: remove VMLINUX_SYMBOL() check

[PATCH v4 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
 2018-05-11  3:18 UTC  (11+ messages)
` [PATCH v4 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
` [PATCH v4 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
` [PATCH v4 3/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
` [PATCH v4 4/4] asm-generic: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING

[PATCH v2 0/5] kbuild and powerpc patches for new Kconfig language
 2018-05-10 14:52 UTC  (14+ messages)
` [PATCH v2 1/5] powerpc/kbuild: set default generic machine type for 32-bit compile
` [PATCH v2 2/5] powerpc/kbuild: remove CROSS32 defines from top level powerpc Makefile
` [PATCH v2 3/5] kbuild: call cc-option with the current set of KBUILD_CFLAGS
` [PATCH v2 4/5] powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS
` [PATCH v2 5/5] powerpc/kbuild: move -mprofile-kernel check to Kconfig

linux-next: build warning after merge of the devicetree tree
 2018-05-09 12:17 UTC  (2+ messages)

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

[PATCH v2] kbuild: deb-pkg improve maintainer address generation
 2018-05-09  7:21 UTC  (5+ messages)

[PATCH 2/2] kbuild: disable new dtc graph and unit-address warnings
 2018-05-08 23:51 UTC  (2+ messages)

[RFC PATCH 0/2] powerpc patches for new Kconfig language
 2018-05-07  9:50 UTC  (4+ messages)
` [RFC PATCH 1/2] powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS

Wohltätigkeitsspende in Höhe von € 2.000.000,00
 2018-05-06  8:21 UTC 


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