index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
Age
Commit message (
Expand
)
Author
2011-01-10
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2011-01-07
nconf: handle comment entries within choice/endchoice
Peter Korsgaard
2010-12-29
kconfig: fix undesirable side effect of adding "visible" menu attribute
Jan Beulich
2010-12-27
kconfig: fix warning
Arnaud Lacombe
2010-12-21
kconfig: Make expr_copy() take a const argument
Michal Marek
2010-12-21
kconfig: simplify select-with-unmet-direct-dependency warning
Arnaud Lacombe
2010-12-15
kconfig: add more S_INT and S_HEX consistency checks
Arnaud Lacombe
2010-12-15
kconfig: fix `zconfdebug' extern declaration
Arnaud Lacombe
2010-12-15
kconfig/conf: merge duplicate switch's case
Arnaud Lacombe
2010-12-15
kconfig: fix typos
Arnaud Lacombe
2010-12-15
kbuild/gconf: add dummy inline for bind_textdomain_codeset()
Arnaud Lacombe
2010-12-15
kbuild/nconf: fix spaces damage
Arnaud Lacombe
2010-12-15
kconfig: nuke second argument of conf_write_symbol()
Arnaud Lacombe
2010-12-15
kconfig: do not define AUTOCONF_INCLUDED
Arnaud Lacombe
2010-11-22
kconfig: regen parser
Arnaud Lacombe
2010-11-22
kconfig: add an option to determine a menu's visibility
Arnaud Lacombe
2010-11-01
kconfig: sym_expand_string_value: allow for string termination when reallocing
Andy Whitcroft
2010-10-29
kconfig: Have streamline_config process menuconfigs too
Steven Rostedt
2010-10-29
kconfig: Fix streamline_config to read multi line deps in Kconfig files
Steven Rostedt
2010-10-29
kconfig: Fix missing declaration of variable $dir in streamline_config.pl
hiromu
2010-10-29
kconfig: Fix variable name typo %prompts in streamline_config.pl
hiromu yagura
2010-10-29
kconfig: Make localmodconfig handle environment variables
Steven Rostedt
2010-10-28
Merge branch 'message-callback' into kbuild/kconfig
Michal Marek
2010-10-12
Revert "kconfig: Temporarily disable dependency warnings"
Michal Marek
2010-10-12
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
Michal Marek
2010-10-09
kbuild: fix oldnoconfig to do the right thing
Kyle McMartin
2010-10-09
kconfig: Temporarily disable dependency warnings
Michal Marek
2010-10-04
kconfig: Use PATH_MAX instead of 128 for path buffer sizes.
Will Newton
2010-10-04
kconfig: delay symbol direct dependency initialization
Arnaud Lacombe
2010-09-30
kconfig: Fix realloc usage()
Michal Marek
2010-09-30
kconfig: Propagate const
Michal Marek
2010-09-30
kconfig: Don't go out from read config loop when you read new symbol
Naohiro Aota
2010-09-27
Merge branch 'kbuild/kconfig/kbuild-generic-v7' of http://github.com/lacombar...
Michal Marek
2010-09-20
kconfig: fix menuconfig on debian lenny
Junio C Hamano
2010-09-19
kbuild: migrate all arch to the kconfig mainmenu upgrade
Arnaud Lacombe
2010-09-19
kconfig: expand file names
Arnaud Lacombe
2010-09-19
kconfig: use the file's name of sourced file
Arnaud Lacombe
2010-09-19
kconfig: constify file name
Arnaud Lacombe
2010-09-19
kconfig: don't emit warning upon rootmenu's prompt redefinition
Arnaud Lacombe
2010-09-19
kconfig: replace KERNELVERSION usage by the mainmenu's prompt
Arnaud Lacombe
2010-09-19
kconfig: delay gconf window initialization
Arnaud Lacombe
2010-09-19
kconfig: expand by default the rootmenu's prompt
Arnaud Lacombe
2010-09-19
kconfig: add a symbol string expansion helper
Arnaud Lacombe
2010-09-19
kconfig: regen parser
Arnaud Lacombe
2010-09-19
kconfig: implement the `mainmenu' directive
Arnaud Lacombe
2010-09-19
kconfig: allow PACKAGE to be defined on the compiler's command-line
Arnaud Lacombe
2010-09-19
kconfig: rephrase help texts/comments not to include the package name
Arnaud Lacombe
2010-09-19
kconfig: allow build-time definition of the internal config prefix
Arnaud Lacombe
2010-09-19
kconfig: rephrase help text not to mention the internal prefix
Arnaud Lacombe
2010-09-19
kconfig: replace a `switch()' statement by a more flexible `if()' statement
Arnaud Lacombe
[next]