index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
mconf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
Michal Marek
2013-02-25
1
-3
/
+3
|
\
|
*
menuconfig: Replace CIRCLEQ by list_head-style lists.
Benjamin Poirier
2012-10-25
1
-3
/
+3
*
|
menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an A...
Wang YanQing
2013-01-16
1
-14
/
+0
*
|
menuconfig: Add Save/Load buttons
Wang YanQing
2013-01-16
1
-5
/
+25
*
|
kconfig: remove CONFIG_ from string constants
Yann E. MORIN
2012-11-20
1
-2
/
+8
|
/
*
menuconfig: Assign jump keys per-page instead of globally
Benjamin Poirier
2012-09-27
1
-16
/
+59
*
menuconfig: Add jump keys to search results
Benjamin Poirier
2012-09-27
1
-21
/
+43
*
menuconfig: Extend dialog_textbox so that it can return to a scrolled position
Benjamin Poirier
2012-09-27
1
-4
/
+4
*
menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypresses
Benjamin Poirier
2012-09-27
1
-2
/
+10
*
kconfig/mconf.c: revision of curses initialization.
Dirk Gouders
2012-08-30
1
-4
/
+0
*
menuconfig: add u, d, q command keys in text boxes
Benjamin Poirier
2012-07-26
1
-3
/
+3
*
MCA: delete all remaining traces of microchannel bus support.
Paul Gortmaker
2012-05-17
1
-1
/
+1
*
menuconfig: fix a regression when canceling the prompt dialog at exit
Li Zefan
2012-01-16
1
-1
/
+2
*
menuconfig: let make not report error when not save configuration
Wang YanQing
2012-01-14
1
-0
/
+1
*
kconfig: handle SIGINT in menuconfig
Davidlohr Bueso
2011-08-29
1
-34
/
+52
*
kconfig: nuke LKC_DIRECT_LINK cruft
Arnaud Lacombe
2011-06-06
1
-1
/
+0
*
kconfig: annotate non-trivial fall-trough
Arnaud Lacombe
2011-06-06
1
-0
/
+1
*
kconfig: replace KERNELVERSION usage by the mainmenu's prompt
Arnaud Lacombe
2010-09-19
1
-5
/
+1
*
kconfig: rephrase help texts/comments not to include the package name
Arnaud Lacombe
2010-09-19
1
-20
/
+18
*
kconfig: allow build-time definition of the internal config prefix
Arnaud Lacombe
2010-09-19
1
-5
/
+5
*
kconfig: rephrase help text not to mention the internal prefix
Arnaud Lacombe
2010-09-19
1
-5
/
+5
*
menuconfig: improive help text a bit
Li Zefan
2010-06-02
1
-1
/
+1
*
menuconfig: add support to show hidden options which have prompts
Li Zefan
2010-04-14
1
-4
/
+18
*
kconfig: new configuration interface (nconfig)
nir.tzachar@gmail.com
2010-02-02
1
-13
/
+0
*
menuconfig: wrap long help lines
Vadim Bendebury (вб)
2010-02-02
1
-0
/
+1
*
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-12-04
1
-1
/
+1
*
kconfig: make use of menu_get_ext_help in menuconfig
Cheng Renquan
2009-09-20
1
-75
/
+3
*
kconfig: initialize the screen before using curses(3) functions
Arnaud Lacombe
2009-07-17
1
-0
/
+2
*
kconfig: handle comment entries within choice/endchoice
Peter Korsgaard
2009-06-09
1
-1
/
+9
*
kconfig: fix MAC OS X warnings in menuconfig
Sam Ravnborg
2008-05-04
1
-1
/
+2
*
kconfig: mark config as changed when loading an alternate config
Sam Ravnborg
2008-02-03
1
-0
/
+1
*
kconfig: gettext support for menuconfig
EGRY Gabor
2008-01-28
1
-25
/
+26
*
kconfig: make kconfig MinGW friendly
Ladislav Michl
2008-01-28
1
-52
/
+9
*
kconfig/menuconfig: distinguish between selected-by-another options and comments
Matej Laitl
2007-10-12
1
-8
/
+15
*
kconfig: fix segv fault in menuconfig
Sam Ravnborg
2007-10-12
1
-2
/
+3
*
kconfig: make comments stand out in menuconfig
Sam Ravnborg
2007-10-12
1
-0
/
+8
*
kconfig: attach help text to menus
Sam Ravnborg
2007-07-25
1
-2
/
+2
*
kconfig: strip 'CONFIG_' automatically in kernel configuration search
Bernhard Walle
2007-07-17
1
-2
/
+9
*
kconfig/menuconfig: do not hardcode '.config'
Sam Ravnborg
2007-05-02
1
-1
/
+1
*
menuconfig: remember alternate config filename
Sam Ravnborg
2007-05-02
1
-12
/
+31
*
[PATCH] kconfig: new function "bool conf_get_changed(void)"
Karsten Wiese
2006-12-13
1
-7
/
+14
*
kconfig/menuconfig: do not let ncurses clutter screen on exit
Sam Ravnborg
2006-09-30
1
-8
/
+8
*
kconfig/lxdialog: support resize
Sam Ravnborg
2006-09-30
1
-4
/
+8
*
kconfig/lxdialog: let <ESC><ESC> behave as expected
Sam Ravnborg
2006-09-30
1
-11
/
+14
*
kconfig/menuconfig: lxdialog is now built-in
Sam Ravnborg
2006-09-30
1
-341
/
+141
*
kconfig/lxdialog: add a new theme bluetitle which is now default
Sam Ravnborg
2006-09-30
1
-1
/
+2
*
kconfig/lxdialog: add support for color themes and add blackbg theme
Sam Ravnborg
2006-09-30
1
-1
/
+14
*
kbuild: create .kernelrelease at *config step
Sam Ravnborg
2006-01-16
1
-1
/
+1
*
kconfig: move lxdialog to scripts/kconfig/lxdialog
Sam Ravnborg
2005-12-16
1
-1
/
+1
*
[PATCH] clarify menuconfig /(search) help text
Randy Dunlap
2005-10-30
1
-1
/
+2
[next]