Show patches with: none      |   12427 patches
« 1 2 ... 79 80 81124 125 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
kbuild: clang: Disable -Wunused-const-variable warnings - - - --- 2018-01-27 Prasad Sodagudi New
[v3] Remove silentoldconfig from help and docs; fix kconfig/conf's help - - - --- 2018-01-26 Marc Herbert New
[v6,1/1] kconfig: make "Selected by:" and "Implied by:" readable - - - --- 2018-01-25 Petr Vorel New
kbuild: make Makefile|Kbuild in each directory optional - 1 - --- 2018-01-25 Jakub Kicinski New
[v5,1/1] kconfig: menuconfig make "Selected by:" and "Implied by:" readable - - - --- 2018-01-23 Petr Vorel New
[v2] kasan: don't emit builtin calls when sanitization is off 1 - - --- 2018-01-23 Andrew Morton New
[v1,1/1] kconfig: double up dollar signs in strings - - - --- 2018-01-22 Philip Prindeville New
[v2] kasan: don't emit builtin calls when sanitization is off 1 - - --- 2018-01-19 Andrey Konovalov New
kasan: don't emit builtin calls when sanitization is off - - - --- 2018-01-19 Andrey Konovalov New
[v4,1/1] runchecks: Generalize make C={1,2} to support multiple checkers - 4 - --- 2018-01-19 Knut Omang New
kconfig: announce removal of oldnoconfig if used - 1 - --- 2018-01-18 Masahiro Yamada New
kbuild: fix W= option checks for extra DTC warnings 1 - - --- 2018-01-18 Masahiro Yamada New
[v2] Remove silentoldconfig from "make help"; fix kconfig/conf's help - - - --- 2018-01-18 Marc Herbert New
kconfig: fix make xconfig when gettext is missing - - - --- 2018-01-16 Yaakov Selkowitz New
kconfig: Clarify menu and 'if' dependency propagation - - - --- 2018-01-16 Ulf Magnusson New
scripts: add the KDEB_ADDITIONAL_CONTROL knob to builddeb - - - --- 2018-01-16 Florian Margaine New
[v4,1/1] kconfig: menuconfig make "Selected by:" and "Depends on:" readable 1 - 1 --- 2018-01-15 Petr Vorel New
[v2,1/2] kconfig: Document 'if' flattening logic - - - --- 2018-01-14 Ulf Magnusson New
kconfig: Clarify choice dependency propagation - - - --- 2018-01-14 Ulf Magnusson New
[2/2] kconfig: Improve auto. menu documentation accuracy - - - --- 2018-01-14 Ulf Magnusson New
[1/2] kconfig: Document 'if' flattening logic - - - --- 2018-01-14 Ulf Magnusson New
[1/2] kconfig: Document 'if' flattening logic - - - --- 2018-01-14 Ulf Magnusson New
kconfig: Document SYMBOL_OPTIONAL logic - - - --- 2018-01-14 Ulf Magnusson New
kconfig: Warn if there is more than one help text - - - --- 2018-01-12 Ulf Magnusson New
[2/2] kbuild: remove unnecessary LEX_PREFIX and YACC_PREFIX 1 - - --- 2018-01-12 Masahiro Yamada New
[1/2] kconfig: use default 'yy' prefix for lexer and parser 1 - - --- 2018-01-12 Masahiro Yamada New
[3/3] kconfig: make conf_unsaved a local variable of conf_read() - - - --- 2018-01-11 Masahiro Yamada New
[2/3] kconfig: make xfgets() really static - - - --- 2018-01-11 Masahiro Yamada New
[1/3] kconfig: make input_mode static - - - --- 2018-01-11 Masahiro Yamada New
[v2,7/7] fixdep: use existing helper to check modular CONFIG options - - - --- 2018-01-11 Masahiro Yamada New
[v2,6/7] fixdep: refactor parse_dep_file() - - - --- 2018-01-11 Masahiro Yamada New
[v2,5/7] fixdep: move global variables to local variables of main() - - - --- 2018-01-11 Masahiro Yamada New
[v2,4/7] fixdep: remove unneeded memcpy() in parse_dep_file() - - - --- 2018-01-11 Masahiro Yamada New
[v2,3/7] fixdep: factor out common code for reading files - - - --- 2018-01-11 Masahiro Yamada New
[v2,2/7] fixdep: use malloc() and read() to load dep_file to buffer - - - --- 2018-01-11 Masahiro Yamada New
[v2,1/7] fixdep: remove unnecessary <arpa/inet.h> inclusion - - - --- 2018-01-11 Masahiro Yamada New
genksyms: drop *.hash.c from .gitignore - - - --- 2018-01-11 Masahiro Yamada New
Kbuild: suppress packed-not-aligned warning for default setting only - - - --- 2018-01-11 Xiongfeng Wang New
[6/6] kconfig: hide irrelevant menu for oldconfig 1 - - --- 2018-01-10 Masahiro Yamada New
[5/6] kconfig: remove redundant input_mode test for check_conf() loop 1 - - --- 2018-01-10 Masahiro Yamada New
[4/6] kconfig: remove unneeded input_mode test in conf() 1 - - --- 2018-01-10 Masahiro Yamada New
[3/6] kconfig: do not call conf_set_all_new_symbols() for (all)defconfig - - - --- 2018-01-10 Masahiro Yamada New
[2/6] kconfig: call sym_calc_value() for all symbols before writing to .config 1 - - --- 2018-01-10 Masahiro Yamada New
[1/6] kconfig: do not call check_conf() for olddefconfig 1 - - --- 2018-01-10 Masahiro Yamada New
[6/6] fixdep: use existing helper to check modular CONFIG options - - - --- 2018-01-09 Masahiro Yamada New
[5/6] fixdep: refactor parse_dep_file() - - - --- 2018-01-09 Masahiro Yamada New
[4/6] fixdep: move global variables to local variables of main() - - - --- 2018-01-09 Masahiro Yamada New
[3/6] fixdep: remove unneeded memcpy() in parse_dep_file() - - - --- 2018-01-09 Masahiro Yamada New
[2/6] fixdep: merge do_config_file() and print_deps() into load_file() - - - --- 2018-01-09 Masahiro Yamada New
[1/6] fixdep: use malloc() and read() to load dep_file to buffer - - - --- 2018-01-09 Masahiro Yamada New
[1/1] tools: fix cross-compile var export - - - --- 2018-01-08 Dan Carpenter New
[v3] fixdep: exit with error code in error branches of do_config_file() - - - --- 2018-01-08 Lukas Bulwahn New
[v2] tools: fix cross-compile var clobbering 1 - - --- 2018-01-07 Martin Kelly New
[v3,1/1] runchecks: Generalize make C={1,2} to support multiple checkers - 3 - --- 2018-01-04 Knut Omang New
[Regression,4.15] Can't kill CONFIG_UNWINDER_ORC with fire or plague. - - - --- 2017-12-29 Josh Poimboeuf New
[4.14,029/159] x86/build: Beautify build log of syscall headers 1 - - --- 2017-12-22 Greg Kroah-Hartman New
[v2] fixdep: exit with error code in error branches of do_config_file() - - - --- 2017-12-21 Lukas Bulwahn New
[v4] kasan: rework Kconfig settings 1 - - --- 2017-12-21 Arnd Bergmann New
fixdep: exit with error code in error branches of do_config_file() - 1 - --- 2017-12-20 Lukas Bulwahn New
bug.h: Work around GCC PR82365 in BUG() - - 1 --- 2017-12-19 Arnd Bergmann New
Remove silentoldconfig from "make help"; fix kconfig/conf's help - - - --- 2017-12-19 Marc Herbert New
[v2,2/5] Documentation: Add doc for runchecks, a checker runner - 3 - --- 2017-12-16 Knut Omang New
[v2,1/5] runchecks: Generalize make C={1,2} to support multiple checkers - - - --- 2017-12-16 Knut Omang New
[2/2] kconfig: drop 'boolean' keyword 1 - - --- 2017-12-15 Masahiro Yamada New
[1/2] kconfig: use bool instead of boolean for type definition attributes, again 1 - - --- 2017-12-15 Masahiro Yamada New
kconfig: display recursive dependency resolution hint just once 1 - - --- 2017-12-15 Masahiro Yamada New
fixdep: free memory on second error path of do_config_file - 1 - --- 2017-12-14 Lukas Bulwahn New
of: build dbts with symbols when CONFIG_OF_OVERLAY is set - - - --- 2017-12-14 Andre Heider New
[2/3] kbuild: prepare to remove C files pre-generated by flex and bison - - - --- 2017-12-09 Masahiro Yamada New
[1/3] kbuild: add LEX and YACC variables - - - --- 2017-12-09 Masahiro Yamada New
unused-variable warning is getting disabled with clang - - - --- 2017-12-08 Prasad Sodagudi New
kbuild: pkg: make out-of-tree rpm/deb-pkg build immediately fail - - 1 --- 2017-12-06 Masahiro Yamada New
string.h: work around for increased stack usage - - - --- 2017-12-05 Andrew Morton New
string.h: work around for increased stack usage - - - --- 2017-12-05 Arnd Bergmann New
[2/2,RFC] disable -Wattribute-alias warning for SYSCALL_DEFINEx() - - - --- 2017-12-05 Arnd Bergmann New
[1/2,RFC] kbuild: add macro for controlling warnings to linux/compiler.h - - - --- 2017-12-05 Arnd Bergmann New
[v4,5/5] kasan: added functions for unpoisoning stack variables 1 - - --- 2017-12-04 Paul Lawrence New
[v4,4/5] kasan: Add tests for alloca poisoning 1 - - --- 2017-12-04 Paul Lawrence New
[v4,3/5] kasan: support alloca() poisoning 1 - - --- 2017-12-04 Paul Lawrence New
[v4,2/5] kasan/Makefile: Support LLVM style asan parameters. - 1 - --- 2017-12-04 Paul Lawrence New
[v4,1/5] kasan: add compiler support for clang 1 - - --- 2017-12-04 Paul Lawrence New
[v3,2/5] kasan/Makefile: Support LLVM style asan parameters. - - - --- 2017-12-04 Andrey Ryabinin New
[v2] scripts: builddeb: allow customization of "Depends:" fields - - - --- 2017-12-04 Henning Schild New
[v3,5/5] kasan: added functions for unpoisoning stack variables - - - --- 2017-12-01 Paul Lawrence New
[v3,4/5] kasan: Add tests for alloca poisonong - - - --- 2017-12-01 Paul Lawrence New
[v3,3/5] kasan: support alloca() poisoning - 1 - --- 2017-12-01 Paul Lawrence New
[v3,2/5] kasan/Makefile: Support LLVM style asan parameters. - - - --- 2017-12-01 Paul Lawrence New
[v3,1/5] kasan: add compiler support for clang - - - --- 2017-12-01 Paul Lawrence New
[v2,7/7] arm64: add a workaround for GNU gold with ARM64_MODULE_PLTS 1 - - --- 2017-11-30 Sami Tolvanen New
[v2,6/7] arm64: explicitly pass --no-fix-cortex-a53-843419 to GNU gold - 1 - --- 2017-11-30 Sami Tolvanen New
[v2,5/7] arm64: fix -m for GNU gold 1 - - --- 2017-11-30 Sami Tolvanen New
[v2,4/7] kbuild: add __ld-ifversion and linker-specific macros - - - --- 2017-11-30 Sami Tolvanen New
[v2,3/7] kbuild: add ld-name macro - 1 - --- 2017-11-30 Sami Tolvanen New
[v2,2/7] arm64: keep .altinstructions and .altinstr_replacement - - - --- 2017-11-30 Sami Tolvanen New
[v2,1/7] kbuild: fix LD_DEAD_CODE_DATA_ELIMINATION - 1 - --- 2017-11-30 Sami Tolvanen New
[v2,2/2] kbuild: add __cc-ifversion and compiler-specific variants - - - --- 2017-11-30 Sami Tolvanen New
[v2,1/2] kbuild: add clang-version.sh - - 1 --- 2017-11-30 Sami Tolvanen New
[v2,4/5] kasan: support LLVM-style asan parameters - - - --- 2017-11-30 Andrey Ryabinin New
[7/7] arm64: add a workaround for GNU gold with ARM64_MODULE_PLTS 1 - - --- 2017-11-29 Sami Tolvanen New
[6/7] arm64: explicitly pass --no-fix-cortex-a53-843419 to GNU gold - - - --- 2017-11-29 Sami Tolvanen New
« 1 2 ... 79 80 81124 125 »