linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-30 16:52:20 to 2018-01-30 19:07:58 UTC [more...]

[PATCH 00/10] Remove empty help texts from Kconfig files
 2018-01-30 19:05 UTC  (11+ messages)
` [PATCH 01/10] net/sched: kconfig: Remove empty help texts
` [PATCH 02/10] video: fbdev: kconfig: Remove empty help text
` [PATCH 03/10] mmc: "
` [PATCH 04/10] Staging: rtl8192u: "
` [PATCH 05/10] Staging: rtl8192e: "
` [PATCH 06/10] lib/Kconfig.debug: "
` [PATCH 07/10] MIPS: BCM63XX: kconfig: "
` [PATCH 08/10] MIPS: "
` [PATCH 09/10] arm: vt8500: "
` [PATCH 10/10] nios2: "

[PATCH] kconfig: Warn if help text is blank
 2018-01-30 18:34 UTC  (2+ messages)

[PATCH] kbuild: Improve portability of some sed invocations
 2018-01-30  8:03 UTC  (2+ messages)

[PATCH] kbuild: Use ls(1) instead of stat(1) to obtain file size
 2018-01-30  8:01 UTC  (2+ messages)

unused-variable warning is getting disabled with clang
 2018-01-29 23:57 UTC  (6+ messages)
` [PATCH] kbuild: clang: Disable -Wunused-const-variable warnings

[PATCH v1 1/1] kconfig: double up dollar signs in strings
 2018-01-29 13:41 UTC  (4+ messages)

Link time optimization for LTO/x86
 2018-01-28 18:33 UTC  (6+ messages)
` [PATCH 20/21] Kbuild, lto: Add Link Time Optimization support

[PATCH] kbuild: fix W= option checks for extra DTC warnings
 2018-01-28  1:41 UTC  (3+ messages)

[PATCH] Remove silentoldconfig from "make help"; fix kconfig/conf's help
 2018-01-28  1:40 UTC  (11+ messages)
` [PATCH v2] "
` [PATCH v3] Remove silentoldconfig from help and docs; "

[PATCH v6 1/1] kconfig: make "Selected by:" and "Implied by:" readable
 2018-01-28  1:23 UTC  (2+ messages)

[PATCH] kconfig: announce removal of oldnoconfig if used
 2018-01-28  1:22 UTC  (3+ messages)

Mutli-directory module Makefiles
 2018-01-27 22:28 UTC  (5+ messages)

Darlehensangebot
 2018-01-27 14:05 UTC 

Darlehen Geld für Einzelpersonen und Fachleute in weniger als 72 Stunden
 2018-01-26  7:22 UTC 

[PATCH] kbuild: make Makefile|Kbuild in each directory optional
 2018-01-25 19:17 UTC  (3+ messages)
  ` [oss-drivers] "

[PATCH v5 1/1] kconfig: menuconfig make "Selected by:" and "Implied by:" readable
 2018-01-25  4:57 UTC  (3+ messages)

[PATCH v4 1/1] kconfig: menuconfig make "Selected by:" and "Depends on:" readable
 2018-01-23 19:02 UTC  (5+ messages)

[PATCH v2] kasan: don't emit builtin calls when sanitization is off
 2018-01-23 16:34 UTC  (10+ messages)

Darlehen
 2018-01-21 17:05 UTC 

[PATCH 0/2] kconfig: 'if' and automatic submenu creation documentation
 2018-01-21 16:47 UTC  (9+ messages)
` [PATCH 1/2] kconfig: Document 'if' flattening logic
  ` [PATCH 2/2] kconfig: Improve auto. menu documentation accuracy
  ` [PATCH v2 1/2] kconfig: Document 'if' flattening logic

[PATCH] kconfig: fix make xconfig when gettext is missing
 2018-01-21 16:45 UTC  (2+ messages)

[PATCH] kconfig: Clarify choice dependency propagation
 2018-01-21 16:44 UTC  (5+ messages)

[PATCH] kconfig: Clarify menu and 'if' dependency propagation
 2018-01-21 16:43 UTC  (2+ messages)

[PATCH] kasan: don't emit builtin calls when sanitization is off
 2018-01-19 17:58 UTC  (3+ messages)

[PATCH v4 0/1] Support for generalized use of make C={1,2} via a wrapper program
 2018-01-19 10:14 UTC  (2+ messages)
` [PATCH v4 1/1] runchecks: Generalize make C={1,2} to support multiple checkers

[PATCH 1/2] kconfig: use default 'yy' prefix for lexer and parser
 2018-01-18 14:05 UTC  (5+ messages)
` [PATCH 2/2] kbuild: remove unnecessary LEX_PREFIX and YACC_PREFIX

[PATCH 1/3] kconfig: make input_mode static
 2018-01-18 13:56 UTC  (4+ messages)
` [PATCH 2/3] kconfig: make xfgets() really static
` [PATCH 3/3] kconfig: make conf_unsaved a local variable of conf_read()

[PATCH] kconfig: Document SYMBOL_OPTIONAL logic
 2018-01-18 13:50 UTC  (2+ messages)

[PATCH] Kbuild: suppress packed-not-aligned warning for default setting only
 2018-01-18  3:33 UTC  (5+ messages)

[PATCH 1/6] kconfig: do not call check_conf() for olddefconfig
 2018-01-17 16:59 UTC  (15+ messages)
` [PATCH 2/6] kconfig: call sym_calc_value() for all symbols before writing to .config
` [PATCH 3/6] kconfig: do not call conf_set_all_new_symbols() for (all)defconfig
` [PATCH 4/6] kconfig: remove unneeded input_mode test in conf()
` [PATCH 5/6] kconfig: remove redundant input_mode test for check_conf() loop
` [PATCH 6/6] kconfig: hide irrelevant menu for oldconfig

[PATCH v2 1/7] fixdep: remove unnecessary <arpa/inet.h> inclusion
 2018-01-16 16:44 UTC  (8+ messages)
` [PATCH v2 2/7] fixdep: use malloc() and read() to load dep_file to buffer
` [PATCH v2 3/7] fixdep: factor out common code for reading files
` [PATCH v2 4/7] fixdep: remove unneeded memcpy() in parse_dep_file()
` [PATCH v2 5/7] fixdep: move global variables to local variables of main()
` [PATCH v2 6/7] fixdep: refactor parse_dep_file()
` [PATCH v2 7/7] fixdep: use existing helper to check modular CONFIG options

[PATCH] scripts: add the KDEB_ADDITIONAL_CONTROL knob to builddeb
 2018-01-16 16:20 UTC 

Neujahrsspende von 4.800.000 €
 2018-01-16  0:07 UTC 

[PATCH] kconfig: Warn if there is more than one help text
 2018-01-13 13:18 UTC  (2+ messages)

[PATCH] genksyms: drop *.hash.c from .gitignore
 2018-01-13 13:16 UTC  (2+ messages)

[GIT PULL] Kbuild fixes for v4.15-rc8
 2018-01-13 13:05 UTC 

[PATCH] kconfig: Sync zconf.y with zconf.tab.c_shipped
 2018-01-13  9:32 UTC  (5+ messages)

[PATCH 0/6] kconfig: Fix memory leaks during parsing
 2018-01-12  8:47 UTC  (5+ messages)
` [PATCH 5/6] kconfig: Don't leak help strings "

[PATCH 1/2] kconfig: use bool instead of boolean for type definition attributes, again
 2018-01-11 15:39 UTC  (4+ messages)
` [PATCH 2/2] kconfig: drop 'boolean' keyword

[PATCH v2] kconfig: Remove menu_end_entry()
 2018-01-11 15:33 UTC  (2+ messages)

[PATCH] kconfig: Document important expression functions
 2018-01-11 15:30 UTC  (2+ messages)

[PATCH] kconfig: Document automatic submenu creation code
 2018-01-11 15:29 UTC  (2+ messages)

[PATCH 0/3] kconfig: Fix expression memory leaks
 2018-01-11 15:28 UTC  (2+ messages)

[PATCH] kbuild: move cc-option and cc-disable-warning after incl. arch Makefile
 2018-01-10 16:39 UTC  (5+ messages)

Loan & Project Funding
 2018-01-09  9:41 UTC 

[PATCH] fixdep: exit with error code in error branches of do_config_file()
 2018-01-09  8:39 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 1/6] fixdep: use malloc() and read() to load dep_file to buffer
 2018-01-09  8:30 UTC  (6+ messages)
` [PATCH 2/6] fixdep: merge do_config_file() and print_deps() into load_file()
` [PATCH 3/6] fixdep: remove unneeded memcpy() in parse_dep_file()
` [PATCH 4/6] fixdep: move global variables to local variables of main()
` [PATCH 5/6] fixdep: refactor parse_dep_file()
` [PATCH 6/6] fixdep: use existing helper to check modular CONFIG options

[PATCH 1/1] tools: fix cross-compile var export
 2018-01-08 19:23 UTC  (5+ messages)

[PATCH] tools: fix cross-compile var export
 2018-01-08 11:45 UTC  (5+ messages)
` [PATCH v2] tools: fix cross-compile var clobbering

[PATCH v3 0/1] Support for generalized use of make C={1,2} via a wrapper program
 2018-01-08  7:33 UTC  (12+ messages)
` [PATCH v3 1/1] runchecks: Generalize make C={1,2} to support multiple checkers

[PATCH] kconfig: fix relational operators for bool and tristate symbols
 2018-01-05 17:34 UTC  (2+ messages)

Business Possibility
 2018-01-04 16:13 UTC 

Spende von € 3.400.000,00 EUR
 2018-01-01 17:09 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).