aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ide: ide_id_has_flush_cache() -> ata_id_flush_enabled()Bartlomiej Zolnierkiewicz2008-10-104-7/+13
* ide: check only for CACHE FLUSH command support in ide_id_has_flush_cache()Bartlomiej Zolnierkiewicz2008-10-101-2/+2
* ide: idedisk_supports_lba48() -> ata_id_lba48_enabled()Bartlomiej Zolnierkiewicz2008-10-102-15/+15
* ide: ide_dev_is_sata() -> ata_id_is_sata()Bartlomiej Zolnierkiewicz2008-10-104-17/+12
* ide: ide_dev_has_iordy() -> ata_id_has_iordy()Bartlomiej Zolnierkiewicz2008-10-102-6/+1
* ide: factor out HDIO_*_NICE ioctl handling to ide_*_nice_ioctl()Bartlomiej Zolnierkiewicz2008-10-101-14/+26
* ide: remove ->supports_dsc_overlap field from ide_driver_tBartlomiej Zolnierkiewicz2008-10-107-12/+5
* ide: remove read-only ->atapi_overlap field from ide_drive_tBartlomiej Zolnierkiewicz2008-10-102-2/+0
* cmd640: add __set_prefetch_mode()Bartlomiej Zolnierkiewicz2008-10-101-22/+20
* ide: remove SECTOR_WORDS defineBartlomiej Zolnierkiewicz2008-10-106-8/+10
* ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz2008-10-109-335/+340
* ide: preparations for /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz2008-10-104-7/+8
* ide: call ide_proc_register_driver() laterBartlomiej Zolnierkiewicz2008-10-105-10/+8
* ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz2008-10-1053-50/+5
* ide: remove CONFIG_IDEDISK_MULTI_MODEBartlomiej Zolnierkiewicz2008-10-102-27/+2
* ide: check drive->present in ide_get_paired_drive()Bartlomiej Zolnierkiewicz2008-10-108-17/+17
* ide: remove needless drive->present checks from device driversBartlomiej Zolnierkiewicz2008-10-105-9/+7
* ide: remove unused _IDE_C and _IDE_DISK definesBartlomiej Zolnierkiewicz2008-10-102-5/+0
* ide: remove IDE_CHIPSET_* macrosBartlomiej Zolnierkiewicz2008-10-102-5/+2
* ide: remove no longer needed BUG_ON()-s from init_irq()Bartlomiej Zolnierkiewicz2008-10-101-5/+0
* ide: enhance ide_busy_sleep()Bartlomiej Zolnierkiewicz2008-10-103-28/+19
* ide: fix EXABYTENEST handling in probe_for_drive()Bartlomiej Zolnierkiewicz2008-10-101-9/+7
* ide-cd: use the new object_is_in_stack() helperFUJITA Tomonori2008-10-101-9/+5
* ide: re-code ide_fixstring() loop to be less evilLinus Torvalds2008-10-101-3/+5
* ide: remove no longer needed ide_drive_t fieldsBartlomiej Zolnierkiewicz2008-10-103-18/+4
* ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz2008-10-1015-113/+117
* hd: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2008-10-101-4/+5
* ide: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2008-10-109-93/+89
* libata: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2008-10-101-1/+1
* ide-disk: use ata_id_hpa_enabled()Bartlomiej Zolnierkiewicz2008-10-101-13/+2
* ide-disk: use ata_id_wcache_enabled()Bartlomiej Zolnierkiewicz2008-10-101-1/+1
* ide: use ata_id_current_chs_valid()Bartlomiej Zolnierkiewicz2008-10-101-3/+1
* ide: remove drive->driveidBartlomiej Zolnierkiewicz2008-10-1013-69/+90
* ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz2008-10-1028-280/+312
* ide: cleanup ide_fix_driveid()Bartlomiej Zolnierkiewicz2008-10-101-87/+20
* ide: cleanup ide_disk_init_mult_count()Bartlomiej Zolnierkiewicz2008-10-101-11/+10
* ide: remove superfluous check from ide_disk_special()Bartlomiej Zolnierkiewicz2008-10-101-2/+0
* ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1.Mark de Wever2008-10-101-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-10-1025-10059/+12249
|\
| * crypto: skcipher - Use RNG interface instead of get_random_bytesHerbert Xu2008-08-294-13/+75
| * crypto: rng - RNG interface and implementationNeil Horman2008-08-298-1/+754
| * crypto: api - Add fips_enable flagNeil Horman2008-08-295-0/+90
| * crypto: skcipher - Move IV generators into their own modulesHerbert Xu2008-08-295-41/+18
| * crypto: cryptomgr - Test ciphers using ECBHerbert Xu2008-08-292-50/+169
| * crypto: api - Use test infrastructureHerbert Xu2008-08-296-42/+267
| * crypto: cryptomgr - Add test infrastructureHerbert Xu2008-08-299-10413/+10527
| * crypto: tcrypt - Add alg_test interfaceHerbert Xu2008-08-291-438/+1017
| * crypto: tcrypt - Abort and only log if there is an errorHerbert Xu2008-08-291-146/+200
| * crypto: crc32c - Use Intel CRC32 instructionAustin Zhang2008-08-293-0/+211
| * crypto: tcrypt - Avoid using contiguous pagesHerbert Xu2008-08-292-155/+157