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
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
path:
root
/
scripts
/
mod
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-22
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
1
-8
/
+15
2011-03-17
modpost: fix trailing comma
Randy Dunlap
1
-8
/
+15
2011-03-14
kbuild: Fix computing srcversion for modules
Michal Marek
1
-2
/
+17
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2010-12-28
modpost: Fix address calculation in reloc_location()
Olof Johansson
1
-1
/
+1
2010-12-17
modpost: Put .zdebug* section on white list
H.J. Lu
1
-0
/
+1
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
1
-1
/
+1
2010-10-29
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
1
-1
/
+4
2010-08-26
scripts/mod/modpost.c: fix commentary accordingly to last changes
Andy Shevchenko
1
-1
/
+4
2010-08-12
Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Linus Torvalds
1
-0
/
+13
2010-08-12
MN10300: Permit .GCC-command-line sections
David Howells
1
-0
/
+1
2010-08-11
fix "scripts/mod/modpost.c: fix memory leak"
Andrew Morton
1
-2
/
+3
2010-08-11
param: silence .init.text references from param ops
Rusty Russell
1
-0
/
+13
2010-08-10
scripts/mod/modpost.c: fix memory leak
Alexey Fomenko
1
-14
/
+40
2010-08-04
Merge commit 'v2.6.35' into kbuild/kbuild
Michal Marek
2
-1
/
+63
2010-08-03
modpost: support objects with more than 64k sections
Denys Vlasenko
3
-29
/
+122
2010-07-08
powerpc: Fix module building for gcc 4.5 and 64 bit
Stephen Rothwell
1
-0
/
+5
2010-06-12
kbuild: Fix modpost segfault
Krzysztof Halasa
1
-1
/
+1
2010-06-01
Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
Linus Torvalds
1
-64
/
+88
2010-05-22
Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...
Linus Torvalds
1
-0
/
+17
2010-05-19
MODULE_DEVICE_TABLE(isapnp, ...) does nothing
Ondrej Zary
1
-0
/
+17
2010-05-19
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-0
/
+14
2010-05-17
m68k: amiga - Zorro bus modalias support
Geert Uytterhoeven
1
-0
/
+14
2010-04-03
phylib: Support phy module autoloading
David Woodhouse
1
-0
/
+26
2010-01-30
modpost: don't allow *driver to reference .init.*
Uwe Kleine-König
1
-1
/
+10
2010-01-30
modpost: make symbol white list a per mismatch type variable
Uwe Kleine-König
1
-18
/
+31
2010-01-30
modpost: remove now unused NO_MISMATCH constant
Uwe Kleine-König
1
-3
/
+0
2010-01-30
modpost: pass around const struct sectioncheck * instead of enum mismatch
Uwe Kleine-König
1
-7
/
+9
2010-01-30
modpost: give most mismatch constants a better name
Uwe Kleine-König
1
-28
/
+28
2010-01-29
modpost: define ALL_XXX{IN,EX}IT_SECTIONS
Uwe Kleine-König
1
-6
/
+9
2010-01-29
modpost: members of *driver structs should not point to __init functions
Uwe Kleine-König
1
-1
/
+1
2010-01-17
modpost: fix segfault in sym_is() with prefixed arches
Mike Frysinger
1
-1
/
+1
2009-12-17
Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
Linus Torvalds
1
-1
/
+1
2009-12-15
modpost: fix segfault with short symbol names
Michal Marek
1
-2
/
+2
2009-12-15
Kbuild: clear marker out of modpost
Wenji Huang
2
-167
/
+0
2009-12-15
module: make MODULE_SYMBOL_PREFIX into a CONFIG option
Alan Jenkins
3
-10
/
+10
2009-12-11
USB: handle bcd incrementation in usb modalias generation
Nathaniel McCallum
1
-2
/
+47
2009-12-11
USB: add hex/bcd detection to usb modalias generation
Nathaniel McCallum
1
-12
/
+36
2009-09-23
spi: prefix modalias with "spi:"
Anton Vorontsov
1
-2
/
+2
2009-09-23
spi: add support for device table matching
Anton Vorontsov
1
-0
/
+13
2009-09-23
Fix all -Wmissing-prototypes warnings in x86 defconfig
Trevor Keith
1
-2
/
+2
2009-09-21
trivial: remove references to non-existent include/linux/config.h
Markus Heidelberg
1
-2
/
+0
2009-06-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb...
Linus Torvalds
1
-11
/
+39
2009-06-12
virtio: enhance id_matching for virtio drivers
Christian Borntraeger
1
-1
/
+1
2009-06-10
kbuild: add hint about __refdata to modpost
Sam Ravnborg
1
-1
/
+1
2009-06-10
initconst adjustments
Jan Beulich
1
-10
/
+38
2009-05-04
kbuild, modpost: fix unexpected non-allocatable warning with mips
Sam Ravnborg
1
-1
/
+11
2009-05-04
kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc
Sam Ravnborg
1
-1
/
+1
2009-05-04
kbuild, modpost: fix unexpected non-allocatable section when cross compiling
Anders Kaseorg
1
-12
/
+23
2009-05-01
kbuild, modpost: Check the section flags, to catch missing "ax"/"aw"
Anders Kaseorg
1
-32
/
+19
[next]