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
2008-07-23
ide: small whitespace fixes
Pavel Machek
2
-2
/
+2
2008-07-23
ide: ide-cd_ioctl.c fix sparse integer as NULL pointer warnings
Harvey Harrison
1
-4
/
+4
2008-07-23
ide: ide-cd.c fix sparse endianness warnings
Harvey Harrison
1
-11
/
+8
2008-07-23
ide-cd: convert to using the new atapi_flags
Borislav Petkov
3
-109
/
+64
2008-07-23
ide: remove unused PC_FLAG_DRQ_INTERRUPT
Borislav Petkov
2
-3
/
+1
2008-07-23
ide-scsi: convert to using the new atapi_flags
Borislav Petkov
1
-16
/
+1
2008-07-23
ide-tape: convert to using the new atapi_flags
Borislav Petkov
1
-45
/
+23
2008-07-23
ide-floppy: convert to using the new atapi_flags (take 2)
Borislav Petkov
3
-50
/
+31
2008-07-23
ide: add per-device flags
Borislav Petkov
1
-0
/
+60
2008-07-23
ide: use rq->cmd instead of pc->c in atapi common code
Borislav Petkov
1
-5
/
+13
2008-07-23
ide-scsi: pass packet command in rq->cmd
Borislav Petkov
1
-0
/
+2
2008-07-23
ide-tape: pass packet command in rq->cmd
Borislav Petkov
1
-8
/
+11
2008-07-23
ide-tape: make room for packet command ids in rq->cmd
Borislav Petkov
1
-11
/
+11
2008-07-23
ide-floppy: pass packet command in rq->cmd
Borislav Petkov
1
-0
/
+4
2008-07-23
ide: remove pc->callback member from ide_atapi_pc
Borislav Petkov
1
-2
/
+0
2008-07-23
ide-scsi: use drive->pc_callback instead of pc->callback
Borislav Petkov
2
-10
/
+5
2008-07-23
ide-tape: use drive->pc_callback instead of pc->callback
Borislav Petkov
2
-5
/
+6
2008-07-23
ide-floppy: use drive->pc_callback instead of pc->callback
Borislav Petkov
2
-4
/
+10
2008-07-23
ide: push pc callback pointer into the ide_drive_t structure
Borislav Petkov
1
-2
/
+7
2008-07-23
drivers/ide/ide-tape.c: remove double kfree
Darren Jenkins
1
-1
/
+0
2008-07-23
ide: add ide_host_free() helper (take 2)
Bartlomiej Zolnierkiewicz
6
-20
/
+88
2008-07-23
ide: allocate ide_hwif_t instances dynamically
Bartlomiej Zolnierkiewicz
2
-9
/
+6
2008-07-23
ide: add ide_ports[]
Bartlomiej Zolnierkiewicz
1
-2
/
+9
2008-07-23
ide: move ide_remove_port_from_hwgroup() to ide-probe.c
Bartlomiej Zolnierkiewicz
2
-35
/
+35
2008-07-23
ide: fix IDE port slots reservation and freeing (take 2)
Bartlomiej Zolnierkiewicz
1
-37
/
+50
2008-07-23
ide: fix ide_host_register() return value
Bartlomiej Zolnierkiewicz
1
-20
/
+18
2008-07-23
ide: add ide_host_add() helper
Bartlomiej Zolnierkiewicz
23
-136
/
+72
2008-07-23
ide: add struct ide_host (take 3)
Bartlomiej Zolnierkiewicz
27
-349
/
+264
2008-07-23
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
23
-225
/
+358
2008-07-23
ide: add 'config' field to hw_regs_t
Bartlomiej Zolnierkiewicz
3
-3
/
+3
2008-07-23
ide-generic: probing fix
Bartlomiej Zolnierkiewicz
1
-7
/
+1
2008-07-23
gayle: reserve memory resources at once
Bartlomiej Zolnierkiewicz
1
-14
/
+11
2008-07-23
ide: filter out "default" transfer mode values in set_xfer_rate()
Bartlomiej Zolnierkiewicz
13
-35
/
+8
2008-07-23
ide: filter out invalid transfer mode values in set_xfer_rate()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-23
ide: remove dead Virtual DMA support
Bartlomiej Zolnierkiewicz
5
-39
/
+4
2008-07-23
ide: mark hpt34x host driver as BROKEN
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-07-23
ide: limit cy82c693 host driver to ALPHA
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-07-23
ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
Bartlomiej Zolnierkiewicz
14
-115
/
+15
2008-07-23
ide: add ide_read_bcount_and_ireason() helper
Bartlomiej Zolnierkiewicz
4
-12
/
+22
2008-07-23
ide: add ide_read_ireason() helper
Bartlomiej Zolnierkiewicz
1
-3
/
+14
2008-07-23
ide: add ide_read_device() helper
Bartlomiej Zolnierkiewicz
1
-3
/
+14
2008-07-23
ide: use ->tf_read in ide_read_error()
Bartlomiej Zolnierkiewicz
5
-7
/
+24
2008-07-23
ide: use ->tf_load in SELECT_DRIVE()
Bartlomiej Zolnierkiewicz
1
-1
/
+5
2008-07-23
ide: use ->tf_load in actual_try_to_identify()
Bartlomiej Zolnierkiewicz
1
-3
/
+9
2008-07-23
ide: use ->tf_load in ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
1
-3
/
+10
2008-07-23
ide: change order of register access in ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-23
ide: add ->set_irq method
Bartlomiej Zolnierkiewicz
7
-30
/
+78
2008-07-23
ide: add ->read_altstatus method
Bartlomiej Zolnierkiewicz
4
-11
/
+20
2008-07-23
ide: add ->read_status method
Bartlomiej Zolnierkiewicz
15
-69
/
+103
2008-07-23
ide: add ->exec_command method
Bartlomiej Zolnierkiewicz
8
-14
/
+40
[next]