index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-21
kconfig: Make expr_copy() take a const argument
Michal Marek
2
-2
/
+2
2010-12-21
kconfig: simplify select-with-unmet-direct-dependency warning
Arnaud Lacombe
2
-1
/
+47
2010-12-16
kconfig: add more S_INT and S_HEX consistency checks
Arnaud Lacombe
1
-3
/
+12
2010-12-15
kconfig: fix `zconfdebug' extern declaration
Arnaud Lacombe
1
-2
/
+4
2010-12-15
kconfig/conf: merge duplicate switch's case
Arnaud Lacombe
1
-2
/
+0
2010-12-15
kconfig: fix typos
Arnaud Lacombe
2
-4
/
+4
2010-12-15
kbuild/gconf: add dummy inline for bind_textdomain_codeset()
Arnaud Lacombe
1
-0
/
+1
2010-12-15
kbuild/nconf: fix spaces damage
Arnaud Lacombe
1
-1
/
+1
2010-12-15
kconfig: nuke second argument of conf_write_symbol()
Arnaud Lacombe
1
-13
/
+5
2010-12-15
kconfig: do not define AUTOCONF_INCLUDED
Arnaud Lacombe
1
-2
/
+1
2010-12-02
kconfig: the day kconfig warns about "select"-abuse has come
Arnaud Lacombe
1
-1
/
+0
2010-10-29
kbuild: convert `arch/tile' to the kconfig mainmenu upgrade
Arnaud Lacombe
1
-2
/
+0
2010-10-28
Merge branch 'message-callback' into kbuild/kconfig
Michal Marek
3
-48
/
+40
2010-10-13
README: cite nconfig
Andrea Gelmini
1
-0
/
+1
2010-10-12
Revert "kconfig: Temporarily disable dependency warnings"
Michal Marek
1
-2
/
+0
2010-10-12
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
Michal Marek
8483
-568581
/
+517131
2010-10-10
kbuild: fix oldnoconfig to do the right thing
Kyle McMartin
1
-1
/
+1
2010-10-10
kconfig: Temporarily disable dependency warnings
Michal Marek
1
-0
/
+2
2010-10-04
kconfig: Use PATH_MAX instead of 128 for path buffer sizes.
Will Newton
1
-2
/
+2
2010-10-04
kconfig: delay symbol direct dependency initialization
Arnaud Lacombe
2
-6
/
+2
2010-10-01
kconfig: Fix realloc usage()
Michal Marek
1
-1
/
+1
2010-10-01
kconfig: Propagate const
Michal Marek
1
-6
/
+9
2010-09-30
kconfig: Don't go out from read config loop when you read new symbol
Naohiro Aota
1
-2
/
+3
2010-09-28
Merge branch 'kbuild/kconfig/kbuild-generic-v7' of http://github.com/lacombar...
Michal Marek
42
-560
/
+501
2010-09-20
kconfig: fix menuconfig on debian lenny
Junio C Hamano
1
-0
/
+2
2010-09-20
kbuild: migrate all arch to the kconfig mainmenu upgrade
Arnaud Lacombe
25
-137
/
+12
2010-09-20
kconfig: expand file names
Arnaud Lacombe
1
-2
/
+5
2010-09-20
kconfig: use the file's name of sourced file
Arnaud Lacombe
1
-2
/
+3
2010-09-20
kconfig: constify file name
Arnaud Lacombe
3
-3
/
+3
2010-09-20
kconfig: don't emit warning upon rootmenu's prompt redefinition
Arnaud Lacombe
1
-1
/
+1
2010-09-20
kconfig: replace KERNELVERSION usage by the mainmenu's prompt
Arnaud Lacombe
5
-26
/
+11
2010-09-20
kconfig: delay gconf window initialization
Arnaud Lacombe
1
-6
/
+6
2010-09-20
kconfig: expand by default the rootmenu's prompt
Arnaud Lacombe
1
-0
/
+4
2010-09-20
kconfig: add a symbol string expansion helper
Arnaud Lacombe
2
-0
/
+50
2010-09-20
kconfig: regen parser
Arnaud Lacombe
2
-267
/
+287
2010-09-20
kconfig: implement the `mainmenu' directive
Arnaud Lacombe
2
-4
/
+13
2010-09-20
kconfig: allow PACKAGE to be defined on the compiler's command-line
Arnaud Lacombe
1
-0
/
+3
2010-09-20
kconfig: rephrase help texts/comments not to include the package name
Arnaud Lacombe
6
-54
/
+45
2010-09-20
kconfig: allow build-time definition of the internal config prefix
Arnaud Lacombe
6
-34
/
+43
2010-09-20
kconfig: rephrase help text not to mention the internal prefix
Arnaud Lacombe
2
-11
/
+11
2010-09-20
kconfig: replace a `switch()' statement by a more flexible `if()' statement
Arnaud Lacombe
1
-14
/
+5
2010-09-17
scripts/kconfig/gconf.glade Update broken web addresses.
Justin P. Mattock
1
-1
/
+0
2010-09-13
kconfig: Simplify Makefile for xconfig
Michal Marek
1
-2
/
+2
2010-09-13
Fix QT4 moc, cflags libs detection on dual QT3/Qt4 systems
Alexander Stein
1
-6
/
+4
2010-09-13
nconfig: Fix help for choice menus
Stephen Boyd
1
-0
/
+2
2010-09-08
kbuild: fix oldnoconfig to do the right thing
Kyle McMartin
1
-1
/
+1
2010-09-06
xconfig: Change the titlebar if using Qt3
Michal Marek
1
-2
/
+8
2010-09-01
kconfig qconf: port to QT4
Alexander Stein
3
-146
/
+168
2010-08-31
kbuild: use getopt_long(), not its _only() variant
Arnaud Lacombe
1
-1
/
+1
2010-08-26
kbuild: don't overwrite HOST_EXTRACFLAGS
Arnaud Lacombe
1
-4
/
+2
[next]