index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
conf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-10
kconfig: allow kconfig to handle longer path names
Markus Mayer
1
-3
/
+4
2015-04-09
kconfig: Do not print status messages in make -s mode
Michal Marek
1
-2
/
+6
2014-06-10
kbuild: trivial - use tabs for code indent where possible
Masahiro Yamada
1
-1
/
+1
2013-06-24
kconfig: loop as long as we changed some symbols in randconfig
Yann E. MORIN
1
-1
/
+2
2013-06-18
kconfig/conf: print the seed used to initialise the RNG for randconfig
Yann E. MORIN
1
-0
/
+1
2013-06-18
kconfig/conf: accept a base-16 seed for randconfig
Yann E. MORIN
1
-1
/
+1
2013-04-25
kconfig: allow specifying the seed for randconfig
Yann E. MORIN
1
-1
/
+11
2013-02-19
kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.new
Ben Hutchings
1
-1
/
+6
2012-09-27
kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ...
Adam Lee
1
-9
/
+16
2012-08-31
kconfig: document oldnoconfig to what it really does in conf.c
Adam Lee
1
-1
/
+1
2012-05-07
kbuild: all{no,yes,mod,def,rand}config only read files when instructed to.
Eric W. Biederman
1
-1
/
+3
2012-05-05
kconfig: Add error handling to KCONFIG_ALLCONFIG
Eric W. Biederman
1
-6
/
+14
2011-07-02
kconfig/conf: mark xfgets() private
Arnaud Lacombe
1
-4
/
+3
2011-07-02
kconfig/conf: add command line options' description
Arnaud Lacombe
1
-1
/
+31
2011-07-02
kconfig/conf: reduce the scope of `defconfig_file'
Arnaud Lacombe
1
-3
/
+1
2011-06-06
kconfig: nuke LKC_DIRECT_LINK cruft
Arnaud Lacombe
1
-1
/
+0
2011-06-06
kconfig: annotate non-trivial fall-trough
Arnaud Lacombe
1
-0
/
+4
2011-04-24
kconfig: Avoid buffer underrun in choice input
Ben Hutchings
1
-1
/
+1
2010-12-15
kconfig/conf: merge duplicate switch's case
Arnaud Lacombe
1
-2
/
+0
2010-10-12
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
Michal Marek
1
-1
/
+1
2010-10-09
kbuild: fix oldnoconfig to do the right thing
Kyle McMartin
1
-1
/
+1
2010-09-19
kconfig: rephrase help texts/comments not to include the package name
Arnaud Lacombe
1
-6
/
+5
2010-09-19
kconfig: allow build-time definition of the internal config prefix
Arnaud Lacombe
1
-1
/
+1
2010-09-08
kbuild: fix oldnoconfig to do the right thing
Kyle McMartin
1
-1
/
+1
2010-08-31
kbuild: use getopt_long(), not its _only() variant
Arnaud Lacombe
1
-1
/
+1
2010-08-13
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
1
-2
/
+13
2010-08-13
kconfig: Fix warning: ignoring return value of 'fgets'
Jean Sacren
1
-2
/
+13
2010-08-06
kconfig: fix make oldconfig
Sam Ravnborg
1
-1
/
+1
2010-08-03
kconfig: add savedefconfig
Sam Ravnborg
1
-0
/
+14
2010-08-03
kconfig: add alldefconfig
Sam Ravnborg
1
-0
/
+7
2010-08-03
kconfig: change nonint_oldconfig to listnewconfig
Sam Ravnborg
1
-23
/
+11
2010-08-03
kconfig: rename loose_nonint_oldconfig => oldnoconfig
Sam Ravnborg
1
-7
/
+7
2010-08-03
kconfig: use long options in conf
Sam Ravnborg
1
-86
/
+75
2010-06-12
scripts:conf.c Fix warning: variable 'type' set but not used
Justin P. Mattock
1
-4
/
+0
2010-06-02
kconfig: introduce nonint_oldconfig and loose_nonint_oldconfig
Aristeu Rozanski
1
-9
/
+44
2009-09-20
kbuild: add static to prototypes
Trevor Keith
1
-1
/
+1
2009-09-20
kconfig: make use of menu_get_ext_help in "make config"
Cheng Renquan
1
-11
/
+11
2009-06-09
kconfig: do not hardcode ".config" filename
Markus Heidelberg
1
-3
/
+4
2009-03-15
kconfig: improve seed in randconfig
Ingo Molnar
1
-1
/
+15
2008-09-29
kconfig: fix silentoldconfig
zippel@linux-m68k.org
1
-66
/
+57
2008-08-04
kconfig: always write out .config
Sam Ravnborg
1
-1
/
+1
2008-07-25
kconfig: make defconfig is no longer chatty
Sam Ravnborg
1
-8
/
+3
2008-07-25
kconfig: make oldconfig is now less chatty
Sam Ravnborg
1
-1
/
+1
2008-07-25
kconfig: speed up all*config + randconfig
Sam Ravnborg
1
-86
/
+68
2008-01-28
kconfig: tristate choices with mixed tristate and boolean values
Jan Beulich
1
-2
/
+2
2008-01-28
kconfig: gettext support for config
EGRY Gabor
1
-15
/
+20
2008-01-28
kconfig: use C89 random functions in conf.c
Ladislav Michl
1
-2
/
+2
2008-01-28
kconfig: fix whitespace and sort includes in conf.c
Ladislav Michl
1
-3
/
+3
2008-01-28
kconfig: use getopt() in conf.c for handling command line arguments
Andres Salomon
1
-13
/
+11
2007-12-23
kconfig: obey KCONFIG_ALLCONFIG choices with randconfig.
Paul Mundt
1
-1
/
+2
[next]