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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-24
efs: move headers out of include/linux/
Christoph Hellwig
10
-175
/
+150
2008-02-24
NBD: make nbd default to deadline I/O scheduler
Paul Clements
1
-0
/
+6
2008-02-24
uml: fix FP register corruption
Jeff Dike
6
-0
/
+49
2008-02-24
uml: fix helper_wait calls in watchdog
Johann Felix Soden
1
-2
/
+2
2008-02-24
uml: remove unused sigcontext accessors
Jeff Dike
2
-55
/
+0
2008-02-24
dmi: don't save the same device twice
Jean Delvare
1
-30
/
+44
2008-02-24
rtc-cmos: display HPET emulation mode
David Brownell
1
-0
/
+2
2008-02-24
hwrng: remove Michael as HWRNG maintainer
Michael Buesch
1
-3
/
+1
2008-02-24
cpuset: trivial documentation fix s/N_MEMORY/N_HIGH_MEMORY/
KOSAKI Motohiro
1
-1
/
+1
2008-02-24
spi: pxa2xx_spi clock polarity fix
Ned Forrester
2
-14
/
+28
2008-02-24
atmel_spi: fix clock polarity
Atsushi Nemoto
1
-0
/
+10
2008-02-24
lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)
Hoang-Nam Nguyen
1
-1
/
+1
2008-02-24
NOMMU: is_vmalloc_addr() won't compile if !MMU
David Howells
1
-0
/
+2
2008-02-24
atmel_serial: fix interrupt handler return value
Haavard Skinnemoen
1
-1
/
+1
2008-02-24
copyright owner and author clean up for intel iommu and related files
mark gross
5
-11
/
+16
2008-02-24
sparc: fix build
David Rientjes
1
-3
/
+0
2008-02-24
markers: fix sparse warnings in markers.c
Harvey Harrison
1
-2
/
+2
2008-02-24
file capabilities: simplify signal check
Serge E. Hallyn
1
-1
/
+1
2008-02-24
hugetlb: ensure we do not reference a surplus page after handing it to buddy
Andy Whitcroft
1
-1
/
+1
2008-02-24
/proc/pid/pagemap: fix PM_SPECIAL macro
Hans Rosenfeld
1
-1
/
+1
2008-02-24
MAINTAINERS: linux-fbdev is moderated
Geert Uytterhoeven
1
-11
/
+11
2008-02-24
ufs: fix parenthesisation in ufs_set_fs_state()
Roel Kluin
1
-1
/
+1
2008-02-24
MN10300: define SO_MARK
David Howells
1
-0
/
+2
2008-02-24
MN10300: define HZ as a config option
David Howells
2
-1
/
+5
2008-02-24
fuse: fix permission checking
Miklos Szeredi
1
-1
/
+1
2008-02-24
make LKDTM depend on BLOCK
Chris Snook
1
-0
/
+1
2008-02-24
arch/um/kernel/mem.c: fix a shadowed variable
WANG Cong
1
-3
/
+3
2008-02-24
UML: update defconfig
Jeff Dike
1
-93
/
+187
2008-02-24
uml: fix initrd printk
Johann Felix Soden
1
-1
/
+1
2008-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
26
-183
/
+3184
2008-02-23
percpu: fix DEBUG_PREEMPT per_cpu checking
Hugh Dickins
2
-1
/
+3
2008-02-23
PM: Introduce PM_EVENT_HIBERNATE callback state
Rafael J. Wysocki
18
-24
/
+42
2008-02-23
[SCSI] qlogicpt: section fixes
Adrian Bunk
1
-6
/
+6
2008-02-23
[SCSI] mvsas: convert from rough draft to working driver
Ke Wei
1
-313
/
+1469
2008-02-23
[SCSI] mvsas: Add Marvell 6440 SAS/SATA driver
Jeff Garzik
3
-0
/
+1836
2008-02-23
i915: fix AR register restore.
Jesse Barnes
1
-0
/
+1
2008-02-23
[SCSI] libsas: correctly flush the LU queue on error recovery
James Bottomley
1
-1
/
+2
2008-02-23
[SCSI] aic94xx: fix sequencer hang on error recovery
James Bottomley
1
-4
/
+0
2008-02-23
[SCSI] st: compile fix when DEBUG set to one
Kai Makisara
2
-8
/
+4
2008-02-23
[SCSI] stex: stex_internal_copy should be called with sg_count in struct st_ccb
FUJITA Tomonori
1
-4
/
+6
2008-02-23
[SCSI] stex: stex_direct_copy shouldn't call dma_map_sg
FUJITA Tomonori
1
-22
/
+12
2008-02-23
[SCSI] lpfc: Balance locking
Matthew Wilcox
1
-9
/
+9
2008-02-23
[SCSI] qla4xxx: fix up residual handling
David Somayajulu
1
-2
/
+1
2008-02-23
[SCSI] libsas: fix error handling
James Bottomley
1
-24
/
+41
2008-02-23
[ALSA] bt87X: fix freeing of shared interrupt
Clemens Ladisch
1
-6
/
+3
2008-02-23
[ALSA] hda-intel - Fix Oops with ATI HDMI devices
Takashi Iwai
1
-1
/
+1
2008-02-23
[ALSA] caiaq - fix section mismatch warning
Sam Ravnborg
1
-3
/
+3
2008-02-23
[ALSA] hda-codec - Fix amp-in values for pin widgets
Takashi Iwai
1
-1
/
+2
2008-02-23
[ALSA] hda-codec - Fix ALC882 capture source selection
Takashi Iwai
1
-1
/
+5
2008-02-23
[ALSA] hda-codec - Fix wrong capture source selection for ALC883 codec
Takashi Iwai
1
-1
/
+1
[next]