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
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-22
Merge branch 'tj-block-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-3
/
+8
2009-07-19
virtio_blk: mark virtio_blk with __refdata to kill spurious section mismatch
Rakib Mullick
1
-1
/
+6
2009-07-17
virtio_blk: ioctl return value fix
Christoph Hellwig
1
-1
/
+1
2009-07-17
virtio_blk: don't bounce highmem requests
Christoph Hellwig
1
-0
/
+3
2009-07-17
ataflop: adjust NULL test
Julia Lawall
1
-1
/
+1
2009-07-15
z2ram: Small cleanup for z2ram.c
Zhaolei
1
-1
/
+1
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
3
-1
/
+2
2009-07-11
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
3
-0
/
+718
2009-07-10
Fix congestion_wait() sync/async vs read/write confusion
Jens Axboe
1
-4
/
+6
2009-07-08
Remove multiple KERN_ prefixes from printk formats
Joe Perches
2
-4
/
+5
2009-07-03
cciss: Ignore stale commands after reboot
Hannes Reinecke
2
-2
/
+14
2009-07-01
floppy: fix lock imbalance
Jiri Slaby
1
-1
/
+4
2009-06-24
osdblk: Adjust queue limits to lower device's limits
Boaz Harrosh
1
-0
/
+7
2009-06-24
osdblk: a Linux block device for OSD objects
Jeff Garzik
3
-0
/
+711
2009-06-18
hd: stop defining MAJOR_NR
Christoph Hellwig
1
-6
/
+4
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
3
-8
/
+22
2009-06-16
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2
-28
/
+1
2009-06-16
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
2
-89
/
+97
2009-06-16
block: remove some includings of blktrace_api.h
Li Zefan
1
-1
/
+0
2009-06-16
mg_disk: seperate mg_disk.h again
unsik Kim
1
-27
/
+1
2009-06-16
debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.
GeunSik Lim
1
-1
/
+1
2009-06-16
block/ps3: remove driver_data direct access of struct device
Roel Kluin
2
-32
/
+32
2009-06-16
xen block: remove driver_data direct access of struct device
Greg Kroah-Hartman
1
-7
/
+7
2009-06-16
Driver Core: aoe: add nodename for aoe devices
Kay Sievers
1
-0
/
+7
2009-06-16
Driver Core: block: add nodename support for block drivers.
Kay Sievers
1
-0
/
+7
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
31
-1141
/
+1534
2009-06-15
ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdata
Geert Uytterhoeven
2
-38
/
+33
2009-06-15
block/ps3: remove driver_data direct access of struct device
Roel Kluin
2
-35
/
+38
2009-06-15
ps3vram: Make ps3vram_priv.reports a void *
Geert Uytterhoeven
1
-3
/
+3
2009-06-15
ps3vram: Remove no longer used ps3vram_priv.ddr_base
Geert Uytterhoeven
1
-13
/
+1
2009-06-15
ps3vram: Replace mutex by spinlock + bio_list
Geert Uytterhoeven
1
-15
/
+36
2009-06-15
ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>
Geert Uytterhoeven
1
-14
/
+7
2009-06-15
ps3vram: GPU memory mapping cleanup
Geert Uytterhoeven
1
-5
/
+14
2009-06-15
ps3vram: Correct exchanged gotos in ps3vram_probe() error path
Jim Paris
1
-2
/
+2
2009-06-15
ps3vram: Use proc_create_data() instead of proc_create()
Geert Uytterhoeven
1
-5
/
+3
2009-06-15
ps3vram: Fix error path (return -EIO) for short read/write
Geert Uytterhoeven
1
-0
/
+1
2009-06-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-06-13
Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
1
-1
/
+1
2009-06-12
trivial: Kconfig: .ko is normally not included in module names
Pavel Machek
1
-1
/
+1
2009-06-12
virtio_blk: add missing __dev{init,exit} markings
Mike Frysinger
1
-2
/
+2
2009-06-12
virtio: find_vqs/del_vqs virtio operations
Michael S. Tsirkin
1
-3
/
+3
2009-06-12
virtio: add names to virtqueue struct, mapping from devices to queues.
Rusty Russell
1
-1
/
+1
2009-06-11
floppy: fix hibernation
Ondrej Zary
1
-1
/
+26
2009-06-11
ramdisk: remove long-deprecated "ramdisk=" boot-time parameter
Robert P. J. Day
1
-6
/
+1
2009-06-09
Add serial number support for virtio_blk, V4a
john cooper
1
-3
/
+34
2009-06-09
cciss: decode unit attention in SCSI error handling code
scameron@beardog.cca.cpqcorp.net
1
-7
/
+16
2009-06-09
cciss: Remove no longer needed sendcmd reject processing code
scameron@beardog.cca.cpqcorp.net
2
-104
/
+3
2009-06-09
cciss: change SCSI error handling routines to work with interrupts enabled.
scameron@beardog.cca.cpqcorp.net
2
-15
/
+12
2009-06-09
cciss: separate error processing and command retrying code in sendcmd_withirq...
scameron@beardog.cca.cpqcorp.net
2
-32
/
+46
2009-06-09
cciss: factor out fix target status processing code from sendcmd functions
scameron@beardog.cca.cpqcorp.net
1
-22
/
+34
[next]