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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-11
ide: ide_id_has_flush_cache() -> ata_id_flush_enabled()
Bartlomiej Zolnierkiewicz
2
-4
/
+4
2008-10-11
ide: idedisk_supports_lba48() -> ata_id_lba48_enabled()
Bartlomiej Zolnierkiewicz
1
-15
/
+6
2008-10-11
ide: ide_dev_is_sata() -> ata_id_is_sata()
Bartlomiej Zolnierkiewicz
2
-3
/
+3
2008-10-11
ide: ide_dev_has_iordy() -> ata_id_has_iordy()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-11
ide: factor out HDIO_*_NICE ioctl handling to ide_*_nice_ioctl()
Bartlomiej Zolnierkiewicz
1
-14
/
+26
2008-10-11
ide: remove ->supports_dsc_overlap field from ide_driver_t
Bartlomiej Zolnierkiewicz
6
-11
/
+5
2008-10-11
ide: remove read-only ->atapi_overlap field from ide_drive_t
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-10-11
cmd640: add __set_prefetch_mode()
Bartlomiej Zolnierkiewicz
1
-22
/
+20
2008-10-11
ide: remove SECTOR_WORDS define
Bartlomiej Zolnierkiewicz
5
-7
/
+9
2008-10-11
ide: /proc/ide/hd*/settings rework
Bartlomiej Zolnierkiewicz
8
-299
/
+266
2008-10-11
ide: preparations for /proc/ide/hd*/settings rework
Bartlomiej Zolnierkiewicz
3
-7
/
+6
2008-10-11
ide: call ide_proc_register_driver() later
Bartlomiej Zolnierkiewicz
5
-10
/
+8
2008-10-11
ide: include <linux/hdreg.h> only when needed
Bartlomiej Zolnierkiewicz
52
-49
/
+4
2008-10-11
ide: remove CONFIG_IDEDISK_MULTI_MODE
Bartlomiej Zolnierkiewicz
2
-27
/
+2
2008-10-11
ide: check drive->present in ide_get_paired_drive()
Bartlomiej Zolnierkiewicz
7
-14
/
+14
2008-10-11
ide: remove needless drive->present checks from device drivers
Bartlomiej Zolnierkiewicz
5
-9
/
+7
2008-10-11
ide: remove unused _IDE_C and _IDE_DISK defines
Bartlomiej Zolnierkiewicz
2
-5
/
+0
2008-10-11
ide: remove IDE_CHIPSET_* macros
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2008-10-11
ide: remove no longer needed BUG_ON()-s from init_irq()
Bartlomiej Zolnierkiewicz
1
-5
/
+0
2008-10-11
ide: enhance ide_busy_sleep()
Bartlomiej Zolnierkiewicz
2
-28
/
+17
2008-10-11
ide: fix EXABYTENEST handling in probe_for_drive()
Bartlomiej Zolnierkiewicz
1
-9
/
+7
2008-10-11
ide-cd: use the new object_is_in_stack() helper
FUJITA Tomonori
1
-9
/
+5
2008-10-11
ide: re-code ide_fixstring() loop to be less evil
Linus Torvalds
1
-3
/
+5
2008-10-11
ide: remove no longer needed ide_drive_t fields
Bartlomiej Zolnierkiewicz
2
-16
/
+4
2008-10-11
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
14
-106
/
+109
2008-10-11
hd: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
1
-4
/
+5
2008-10-11
ide: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
9
-93
/
+89
2008-10-11
libata: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-11
ide-disk: use ata_id_hpa_enabled()
Bartlomiej Zolnierkiewicz
1
-13
/
+2
2008-10-11
ide-disk: use ata_id_wcache_enabled()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-11
ide: use ata_id_current_chs_valid()
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2008-10-11
ide: remove drive->driveid
Bartlomiej Zolnierkiewicz
12
-62
/
+88
2008-10-11
ide: make drive->id an union (take 2)
Bartlomiej Zolnierkiewicz
27
-271
/
+298
2008-10-11
ide: cleanup ide_fix_driveid()
Bartlomiej Zolnierkiewicz
1
-87
/
+20
2008-10-11
ide: cleanup ide_disk_init_mult_count()
Bartlomiej Zolnierkiewicz
1
-11
/
+10
2008-10-11
ide: remove superfluous check from ide_disk_special()
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-10-11
ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1.
Mark de Wever
1
-3
/
+4
2008-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
28
-355
/
+957
2008-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
8
-117
/
+173
2008-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
43
-1106
/
+1888
2008-10-10
Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
70
-1092
/
+902
2008-10-10
PnP: move pnpacpi/pnpbios_init to after PCI init
Linus Torvalds
3
-3
/
+6
2008-10-10
Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
23
-327
/
+883
2008-10-10
dm: detect lost queue
Alasdair G Kergon
1
-3
/
+23
2008-10-10
dm: publish dm_vcalloc
Mikulas Patocka
1
-1
/
+0
2008-10-10
dm: publish dm_table_unplug_all
Mikulas Patocka
1
-1
/
+0
2008-10-10
dm: publish dm_get_mapinfo
Mikulas Patocka
1
-1
/
+0
2008-10-10
dm: export struct dm_dev
Mikulas Patocka
3
-39
/
+43
2008-10-10
dm crypt: avoid unnecessary wait when splitting bio
Milan Broz
1
-8
/
+18
2008-10-10
dm crypt: tidy ctx pending
Milan Broz
1
-5
/
+11
[next]