carl9170 firmware: remove explicit language standard std=gnu99 parameter
[carl9170fw.git] / config /
2017-11-05 Linus TorvaldsRemove gperf usage from toolchain
2017-11-05 Nicolas PitreKconfig: Introduce the "imply" keyword
2017-11-05 Dirk Gouderskconfig/symbol.c: handle choice_values that depend...
2017-11-05 Paul Bollekconfig: add unexpected data itself to warning
2016-04-27 Al Virounbreak allmodconfig KCONFIG_ALLCONFIG=...
2016-04-27 Vegard Nossumkconfig: return 'false' instead of 'no' in bool function
2016-04-27 Markus Mayerkconfig: allow kconfig to handle longer path names
2016-04-27 Michal Sojkakconfig: Fix copy&paste error
2016-04-27 Luis R. Rodriguezkbuild: document recursive dependency limitation /...
2016-04-27 Andreas Ruprechtkconfig: warn of unhandled characters in Kconfig commands
2016-04-27 Markus Elfringkconfig: Delete unnecessary checks before the function...
2016-04-27 Jan Beulichkconfig: allow use of relations other than (in)equality
2016-04-27 Jan Beulichkconfig: don't silently ignore unhandled characters
2016-04-27 Martin WalchKconfig: Remove bad inference rules expr_eliminate_dups2()
2015-05-20 Michal Marekkconfig: Do not print status messages in make -s mode
2015-05-20 Michal Marekkconfig: Remove unnecessary prototypes from headers
2015-05-20 Michal Marekkconfig: Remove dead code
2015-05-20 Michal Marekkconfig: Get rid of the P() macro in headers
2015-05-20 Colin Ian Kingkconfig: use va_end to match corresponding va_start
2015-01-01 Peter Kümmelkconfig: Fix warning "‘jump’ may be used uninitialized"
2015-01-01 Andrey UtkinReplace mentions of "list_struct" to "list_head"
2015-01-01 Masahiro Yamadakbuild: trivial - use tabs for code indent where possible
2015-01-01 Masahiro Yamadakbuild: trivial - remove trailing empty lines
2015-01-01 Josh Triplettkconfig: make allnoconfig disable options behind EMBEDD...
2013-12-22 Christian LamparterMerge branch 'master' of git://github.com/chunkeey...
2013-11-23 Martin Walchkconfig: fix bug in search results string: use strlen...
2013-11-23 Martin Walchkconfig: remove unused definition from scanner
2013-11-23 Martin Walchkconfig: adjust warning message for conflicting types
2013-11-23 Martin Walchkconfig: fix trivial typos and update mconf documentation
2013-11-23 Martin Walchkconfig: add short explanation to SYMBOL_WRITE
2013-10-25 Christian LamparterMerge branch 'master' of git://github.com/chunkeey...
2013-10-23 Yann E. MORINkconfig: do not allow more than one symbol to have...
2013-10-23 Yann E. MORINkconfig: do not special-case 'MODULES' symbol
2013-10-23 Yann E. MORINkconfig: silence warning when parsing auto.conf when...
2013-10-23 Kees Cookkconfig: switch to "long long" for sanity
2013-10-23 Yann E. MORINkconfig: simplify symbol-search code
2013-10-23 Yann E. MORINkconfig: don't allocate n+1 elements in temporary array
2013-10-23 Yann E. MORINkconfig: minor style fixes in symbol-search code
2013-10-23 Yann E. MORINkconfig: avoid multiple calls to strlen
2013-10-23 Kees Cookkconfig: allow "hex" and "range" to support longs
2013-10-23 Yann E. MORINRevert "kconfig: fix randomising choice entries in...
2013-10-23 Yann E. MORINkconfig: fix randomising choice entries in presence...
2013-10-23 Yann E. MORINkconfig: loop as long as we changed some symbols in...
2013-10-23 Yann E. MORINkconfig: sort found symbols by relevance
2013-10-23 Yann E. MORINkconfig/conf: print the seed used to initialise the...
2013-10-23 Yann E. MORINkconfig/conf: accept a base-16 seed for randconfig
2013-10-23 Yann E. MORINkconfig/conf: fix randconfig setting multiple symbols...
2013-10-23 Dirk Goudersmconf/nconf: mark empty menus/menuconfigs different...
2013-10-23 Arve Hjønnevågkconfig: Fix defconfig when one choice menu selects...
2013-10-23 Dirk Gouderskconfig/menu.c: fix multiple references to expressions...
2013-10-23 Yann E. MORINRevert "kconfig: fix randomising choice entries in...
2013-10-23 Yann E. MORINkconfig: fix randomising choice entries in presence...
2013-06-01 Christian LamparterMerge branch 'master' of git://github.com/chunkeey...
2013-05-31 Li Zefanmenuconfig: fix NULL pointer dereference when searching...
2013-05-31 Wengmeilingmenuconfig: print more info for symbol without prompts
2013-05-31 Yann E. MORINkconfig: fix lists definition for C++
2013-05-31 Yann E. MORINRevert "kconfig: fix randomising choice entries in...
2013-05-31 Yann E. MORINkconfig: implement KCONFIG_PROBABILITY for randconfig
2013-05-31 Yann E. MORINkconfig: allow specifying the seed for randconfig
2013-05-31 Yann E. MORINkconfig: fix randomising choice entries in presence...
2013-05-31 Yann E. MORINkconfig: do not override symbols already set
2013-05-31 Yann E. MORINkconfig: fix randconfig tristate detection
2013-05-31 Benjamin Poiriermenuconfig: Add "breadcrumbs" navigation aid
2013-05-31 Benjamin Poiriermenuconfig: Fix memory leak introduced by jump keys...
2013-03-23 Christian LamparterMerge branch 'master' of git://github.com/chunkeey...
2013-03-22 Ben Hutchingskbuild: Fix missing '\n' for NEW symbols in yes ""...
2013-03-22 Alan Coxkconfig: Fix malloc handling in conf tools
2013-03-22 Yann E. MORINkconfig: get CONFIG_ prefix from the environment
2013-03-22 Yann E. MORINkconfig: add a function to get the CONFIG_ prefix
2012-12-16 Christian LamparterMerge branch 'master' of git://github.com/chunkeey...
2012-12-15 Benjamin Poiriermenuconfig: Replace CIRCLEQ by list_head-style lists.
2012-12-15 Benjamin Poiriermenuconfig: Assign jump keys per-page instead of globally
2012-12-15 Benjamin Poiriermenuconfig: Add jump keys to search results
2012-09-16 Christian LamparterMerge branch 'master' of git://github.com/chunkeey...
2012-09-13 Cody Schaferkconfig: allow long lines in config file
2012-09-13 Paul Gortmakerkconfig: delete last traces of __enabled_ from autoconf.h
2012-09-13 Paul GortmakerRevert "kconfig: fix __enabled_ macros definition for...
2012-08-19 Christian LamparterMerge branch 'master' of git://github.com/chunkeey...
2012-07-21 Eric W. Biedermankbuild: all{no,yes,mod,def,rand}config only read files...
2012-07-21 Eric W. Biedermankconfig: Add error handling to KCONFIG_ALLCONFIG
2012-07-19 Christian Lampartercarl9170 cmake: config requires at least cmake 2.8.4
2012-05-05 Paul Gortmakerkconfig: delete last traces of __enabled_ from autoconf.h
2012-05-05 Paul GortmakerRevert "kconfig: fix __enabled_ macros definition for...
2012-05-05 Arnaud Lacombekconfig: fix new choices being skipped upon config...
2012-05-05 Arnaud Lacombekbuild: Fix compiler warning with assertion when callin...
2012-05-05 Peter Foleykconfig: use xfwrite wrapper function to silence warnings
2011-11-23 Arnaud Lacombeconfig: fix __enabled_ macros definition for invisible...
2011-11-23 Arnaud Lacombeconfig: factor code in menu_get_ext_help()
2011-11-23 Srinivas Kandagatlaconfig: Fix help text not displayed in choice option.
2011-08-17 Christian Lamparterconfig: import latest kconfig
2011-08-15 Christian Lampartercarl9170 firmware: checkpatch/style fixes
2011-05-28 Christian LamparterMerge git://git./linux/kernel/git/chr/carl9170fw into wol
2011-05-24 Christian Lampartercarl9170 firmware: replace makefile with cmake
2010-07-19 Christian Lampartercarl9170 firmware: import 1.7.0 1.7.0