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
2007-10-24
[NETDRVR] lib82596, netxen: delete pointless tests from irq handler
Jeff Garzik
2
-16
/
+3
2007-10-24
Eliminate pointless casts from void* in a few driver irq handlers.
Jeff Garzik
6
-9
/
+10
2007-10-24
[PARPORT] Remove unused 'irq' argument from parport irq functions
Jeff Garzik
11
-39
/
+19
2007-10-24
[PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt}
Jeff Garzik
5
-9
/
+9
2007-10-24
[PARPORT] Consolidate code copies into a single generic irq handler
Jeff Garzik
9
-50
/
+25
2007-10-24
NFS: Fix for bug in handling of errors for O_DIRECT writes
Neil Brown
1
-3
/
+3
2007-10-24
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
Linus Torvalds
88
-3029
/
+2368
2007-10-24
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
60
-5316
/
+675
2007-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
4
-7
/
+374
2007-10-24
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
3
-7
/
+9
2007-10-24
x86: Add HPET force support for MCP55 (nForce 5) chipsets
Carlos Corbacho
1
-0
/
+18
2007-10-24
x86: Force enable HPET for CK804 (nForce 4) chipsets
Carlos Corbacho
2
-2
/
+38
2007-10-24
x86: clean up setup.h and the boot code
H. Peter Anvin
4
-15
/
+9
2007-10-24
x86: Save registers in saved_context during suspend and hibernation
Rafael J. Wysocki
5
-105
/
+125
2007-10-24
x86: merge setup_32/64.h
Thomas Gleixner
4
-95
/
+60
2007-10-24
x86: merge signal_32/64.h
Thomas Gleixner
4
-425
/
+263
2007-10-24
x86: merge required-features.h
Brian Gerst
3
-104
/
+70
2007-10-24
x86: merge sigcontext_32/64.h
Thomas Gleixner
4
-154
/
+137
2007-10-24
x86: merge msr_32/64.h
Thomas Gleixner
4
-360
/
+347
2007-10-24
x86: merge mttr_32/64.h
Thomas Gleixner
4
-281
/
+163
2007-10-24
x86: merge statfs_32/64.h
Thomas Gleixner
4
-77
/
+61
2007-10-24
x86: merge stat_32/64.h
Thomas Gleixner
4
-134
/
+112
2007-10-24
x86: merge shmbuf_32/64.h
Thomas Gleixner
4
-94
/
+50
2007-10-24
x86: merge ptrace_32/64.h
Thomas Gleixner
4
-158
/
+141
2007-10-24
x86: merge msgbuf_32/64.h
Thomas Gleixner
4
-72
/
+38
2007-10-24
x86: merge elf_32/64.h
Thomas Gleixner
4
-358
/
+288
2007-10-24
x86: merge byteorder_32/64.h
Thomas Gleixner
4
-104
/
+70
2007-10-24
x86: whitespace cleanup of mce_64.c
Thomas Gleixner
1
-78
/
+86
2007-10-24
x86: consolidate the cpu/ related code usage
Thomas Gleixner
5
-14
/
+6
2007-10-24
x86: prepare consolidation of cpu/ related code usage
Thomas Gleixner
2
-4
/
+2
2007-10-24
x86: prepare consolidation of cpu/ related Makefiles
Thomas Gleixner
2
-14
/
+17
2007-10-24
x86: Unify arch/x86/kernel/acpi Makefiles
Thomas Gleixner
3
-18
/
+6
2007-10-24
x86: merge arch/x86/crypto Makefiles
Thomas Gleixner
3
-29
/
+15
2007-10-24
x86: Add BITS to allow simple Makefile sharing
Thomas Gleixner
2
-0
/
+12
2007-10-24
x86: unify div64{,_32,_64}.h
Chris Snook
3
-56
/
+57
2007-10-24
x86: unify a.out{,_32,_64}.h
Chris Snook
4
-65
/
+25
2007-10-24
x86: unify crash_32/64.c
Hiroshi Shimamoto
4
-139
/
+11
2007-10-24
x86: add safe_smp_processor_id for x86_64
Hiroshi Shimamoto
1
-0
/
+2
2007-10-24
x86: add lapic_shutdown for x86_64
Hiroshi Shimamoto
2
-0
/
+15
2007-10-24
x86: merge mmu{,_32,_64}.h
Chris Snook
3
-43
/
+22
2007-10-24
x86: ARRAY_SIZE cleanup
Alejandro Martinez Ruiz
2
-5
/
+3
2007-10-24
x86: fix more TSC clock source calibration errors
Dave Johnson
1
-14
/
+20
2007-10-24
x86: fix TSC clock source calibration error
Dave Johnson
1
-3
/
+2
2007-10-24
x86: lock bitops
Nick Piggin
2
-2
/
+83
2007-10-24
x86: add instrumentation menu
Adrian Bunk
3
-17
/
+4
2007-10-24
[WATCHDOG] Documentation/watchdog/src/watchdog-simple.c: improve this code
WANG Cong
1
-4
/
+14
2007-10-24
[WATCHDOG] AR7: watchdog timer
Matteo Croce
3
-0
/
+356
2007-10-24
[WATCHDOG] Linux kernel IPC SBC Watchdog Timer driver
Veljkovic Srdjan
1
-3
/
+4
2007-10-23
[SCSI] qla2xxx: Update version number to 8.02.00-k5.
Andrew Vasquez
1
-1
/
+1
2007-10-23
[SCSI] qla2xxx: Correct display of ISP serial-number.
Andrew Vasquez
1
-0
/
+3
[prev]
[next]