index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-10
ide-floppy: remove needless parens
Bartlomiej Zolnierkiewicz
1
-11
/
+16
2008-10-10
ide: add ide_check_atapi_device() helper
Bartlomiej Zolnierkiewicz
3
-85
/
+53
2008-10-10
ide: move ioctls handling to ide-ioctls.c
Bartlomiej Zolnierkiewicz
4
-285
/
+291
2008-10-10
ide: cleanup generic_ide_ioctl()
Bartlomiej Zolnierkiewicz
1
-52
/
+45
2008-10-10
ide: add ide_setting_ioctl() helper
Bartlomiej Zolnierkiewicz
2
-60
/
+52
2008-10-10
ide: remove ->bus_state field from ide_hwif_t
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2008-10-10
ide: add proper PCI PM support (v2)
Bartlomiej Zolnierkiewicz
29
-31
/
+120
2008-10-10
hpt366: add hpt3xx_disable_fast_irq() helper
Bartlomiej Zolnierkiewicz
1
-25
/
+33
2008-10-10
ide: lba_capacity_is_ok() -> ata_id_is_lba_capacity_ok()
Bartlomiej Zolnierkiewicz
1
-51
/
+1
2008-10-10
ide: ide_id_to_hd_driveid() -> ata_id_to_hd_driveid()
Bartlomiej Zolnierkiewicz
1
-21
/
+1
2008-10-10
ide: use ata_id_is_cfa()
Bartlomiej Zolnierkiewicz
1
-8
/
+6
2008-10-10
ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled()
Bartlomiej Zolnierkiewicz
2
-4
/
+4
2008-10-10
ide: ide_id_has_flush_cache() -> ata_id_flush_enabled()
Bartlomiej Zolnierkiewicz
2
-4
/
+4
2008-10-10
ide: idedisk_supports_lba48() -> ata_id_lba48_enabled()
Bartlomiej Zolnierkiewicz
1
-15
/
+6
2008-10-10
ide: ide_dev_is_sata() -> ata_id_is_sata()
Bartlomiej Zolnierkiewicz
2
-3
/
+3
2008-10-10
ide: ide_dev_has_iordy() -> ata_id_has_iordy()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-10
ide: factor out HDIO_*_NICE ioctl handling to ide_*_nice_ioctl()
Bartlomiej Zolnierkiewicz
1
-14
/
+26
2008-10-10
ide: remove ->supports_dsc_overlap field from ide_driver_t
Bartlomiej Zolnierkiewicz
5
-10
/
+5
2008-10-10
ide: remove read-only ->atapi_overlap field from ide_drive_t
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2008-10-10
cmd640: add __set_prefetch_mode()
Bartlomiej Zolnierkiewicz
1
-22
/
+20
2008-10-10
ide: remove SECTOR_WORDS define
Bartlomiej Zolnierkiewicz
5
-7
/
+9
2008-10-10
ide: /proc/ide/hd*/settings rework
Bartlomiej Zolnierkiewicz
7
-283
/
+230
2008-10-10
ide: preparations for /proc/ide/hd*/settings rework
Bartlomiej Zolnierkiewicz
3
-7
/
+6
2008-10-10
ide: call ide_proc_register_driver() later
Bartlomiej Zolnierkiewicz
4
-9
/
+7
2008-10-10
ide: include <linux/hdreg.h> only when needed
Bartlomiej Zolnierkiewicz
51
-48
/
+4
2008-10-10
ide: remove CONFIG_IDEDISK_MULTI_MODE
Bartlomiej Zolnierkiewicz
2
-27
/
+2
2008-10-10
ide: check drive->present in ide_get_paired_drive()
Bartlomiej Zolnierkiewicz
7
-14
/
+14
2008-10-10
ide: remove needless drive->present checks from device drivers
Bartlomiej Zolnierkiewicz
4
-8
/
+7
2008-10-10
ide: remove unused _IDE_C and _IDE_DISK defines
Bartlomiej Zolnierkiewicz
2
-5
/
+0
2008-10-10
ide: remove IDE_CHIPSET_* macros
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2008-10-10
ide: remove no longer needed BUG_ON()-s from init_irq()
Bartlomiej Zolnierkiewicz
1
-5
/
+0
2008-10-10
ide: enhance ide_busy_sleep()
Bartlomiej Zolnierkiewicz
2
-28
/
+17
2008-10-10
ide: fix EXABYTENEST handling in probe_for_drive()
Bartlomiej Zolnierkiewicz
1
-9
/
+7
2008-10-10
ide-cd: use the new object_is_in_stack() helper
FUJITA Tomonori
1
-9
/
+5
2008-10-10
ide: re-code ide_fixstring() loop to be less evil
Linus Torvalds
1
-3
/
+5
2008-10-10
ide: remove no longer needed ide_drive_t fields
Bartlomiej Zolnierkiewicz
2
-16
/
+4
2008-10-10
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
13
-105
/
+108
2008-10-10
ide: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
8
-92
/
+88
2008-10-10
ide-disk: use ata_id_hpa_enabled()
Bartlomiej Zolnierkiewicz
1
-13
/
+2
2008-10-10
ide-disk: use ata_id_wcache_enabled()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-10
ide: use ata_id_current_chs_valid()
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2008-10-10
ide: remove drive->driveid
Bartlomiej Zolnierkiewicz
12
-62
/
+88
2008-10-10
ide: make drive->id an union (take 2)
Bartlomiej Zolnierkiewicz
26
-265
/
+291
2008-10-10
ide: cleanup ide_fix_driveid()
Bartlomiej Zolnierkiewicz
1
-87
/
+20
2008-10-10
ide: cleanup ide_disk_init_mult_count()
Bartlomiej Zolnierkiewicz
1
-11
/
+10
2008-10-10
ide: remove superfluous check from ide_disk_special()
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-10-10
ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1.
Mark de Wever
1
-3
/
+4
2008-10-09
block: allow disk to have extended device number
Tejun Heo
1
-1
/
+1
2008-10-09
block: replace @ext_minors with GENHD_FL_EXT_DEVT
Tejun Heo
1
-9
/
+5
2008-10-09
block: move policy from disk to part0
Tejun Heo
1
-1
/
+1
[prev]
[next]