index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: lba_capacity_is_ok() -> ata_id_is_lba_capacity_ok()
Bartlomiej Zolnierkiewicz
2008-10-10
2
-51
/
+51
*
ide: ide_id_to_hd_driveid() -> ata_id_to_hd_driveid()
Bartlomiej Zolnierkiewicz
2008-10-10
2
-21
/
+22
*
ide: use ata_id_is_cfa()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-8
/
+6
*
ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled()
Bartlomiej Zolnierkiewicz
2008-10-10
4
-8
/
+17
*
ide: ide_id_has_flush_cache() -> ata_id_flush_enabled()
Bartlomiej Zolnierkiewicz
2008-10-10
4
-7
/
+13
*
ide: check only for CACHE FLUSH command support in ide_id_has_flush_cache()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-2
/
+2
*
ide: idedisk_supports_lba48() -> ata_id_lba48_enabled()
Bartlomiej Zolnierkiewicz
2008-10-10
2
-15
/
+15
*
ide: ide_dev_is_sata() -> ata_id_is_sata()
Bartlomiej Zolnierkiewicz
2008-10-10
4
-17
/
+12
*
ide: ide_dev_has_iordy() -> ata_id_has_iordy()
Bartlomiej Zolnierkiewicz
2008-10-10
2
-6
/
+1
*
ide: factor out HDIO_*_NICE ioctl handling to ide_*_nice_ioctl()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-14
/
+26
*
ide: remove ->supports_dsc_overlap field from ide_driver_t
Bartlomiej Zolnierkiewicz
2008-10-10
7
-12
/
+5
*
ide: remove read-only ->atapi_overlap field from ide_drive_t
Bartlomiej Zolnierkiewicz
2008-10-10
2
-2
/
+0
*
cmd640: add __set_prefetch_mode()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-22
/
+20
*
ide: remove SECTOR_WORDS define
Bartlomiej Zolnierkiewicz
2008-10-10
6
-8
/
+10
*
ide: /proc/ide/hd*/settings rework
Bartlomiej Zolnierkiewicz
2008-10-10
9
-335
/
+340
*
ide: preparations for /proc/ide/hd*/settings rework
Bartlomiej Zolnierkiewicz
2008-10-10
4
-7
/
+8
*
ide: call ide_proc_register_driver() later
Bartlomiej Zolnierkiewicz
2008-10-10
5
-10
/
+8
*
ide: include <linux/hdreg.h> only when needed
Bartlomiej Zolnierkiewicz
2008-10-10
53
-50
/
+5
*
ide: remove CONFIG_IDEDISK_MULTI_MODE
Bartlomiej Zolnierkiewicz
2008-10-10
2
-27
/
+2
*
ide: check drive->present in ide_get_paired_drive()
Bartlomiej Zolnierkiewicz
2008-10-10
8
-17
/
+17
*
ide: remove needless drive->present checks from device drivers
Bartlomiej Zolnierkiewicz
2008-10-10
5
-9
/
+7
*
ide: remove unused _IDE_C and _IDE_DISK defines
Bartlomiej Zolnierkiewicz
2008-10-10
2
-5
/
+0
*
ide: remove IDE_CHIPSET_* macros
Bartlomiej Zolnierkiewicz
2008-10-10
2
-5
/
+2
*
ide: remove no longer needed BUG_ON()-s from init_irq()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-5
/
+0
*
ide: enhance ide_busy_sleep()
Bartlomiej Zolnierkiewicz
2008-10-10
3
-28
/
+19
*
ide: fix EXABYTENEST handling in probe_for_drive()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-9
/
+7
*
ide-cd: use the new object_is_in_stack() helper
FUJITA Tomonori
2008-10-10
1
-9
/
+5
*
ide: re-code ide_fixstring() loop to be less evil
Linus Torvalds
2008-10-10
1
-3
/
+5
*
ide: remove no longer needed ide_drive_t fields
Bartlomiej Zolnierkiewicz
2008-10-10
3
-18
/
+4
*
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
2008-10-10
15
-113
/
+117
*
hd: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
2008-10-10
1
-4
/
+5
*
ide: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
2008-10-10
9
-93
/
+89
*
libata: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
2008-10-10
1
-1
/
+1
*
ide-disk: use ata_id_hpa_enabled()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-13
/
+2
*
ide-disk: use ata_id_wcache_enabled()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-1
/
+1
*
ide: use ata_id_current_chs_valid()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-3
/
+1
*
ide: remove drive->driveid
Bartlomiej Zolnierkiewicz
2008-10-10
13
-69
/
+90
*
ide: make drive->id an union (take 2)
Bartlomiej Zolnierkiewicz
2008-10-10
28
-280
/
+312
*
ide: cleanup ide_fix_driveid()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-87
/
+20
*
ide: cleanup ide_disk_init_mult_count()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-11
/
+10
*
ide: remove superfluous check from ide_disk_special()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-2
/
+0
*
ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1.
Mark de Wever
2008-10-10
1
-3
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2008-10-10
25
-10059
/
+12249
|
\
|
*
crypto: skcipher - Use RNG interface instead of get_random_bytes
Herbert Xu
2008-08-29
4
-13
/
+75
|
*
crypto: rng - RNG interface and implementation
Neil Horman
2008-08-29
8
-1
/
+754
|
*
crypto: api - Add fips_enable flag
Neil Horman
2008-08-29
5
-0
/
+90
|
*
crypto: skcipher - Move IV generators into their own modules
Herbert Xu
2008-08-29
5
-41
/
+18
|
*
crypto: cryptomgr - Test ciphers using ECB
Herbert Xu
2008-08-29
2
-50
/
+169
|
*
crypto: api - Use test infrastructure
Herbert Xu
2008-08-29
6
-42
/
+267
|
*
crypto: cryptomgr - Add test infrastructure
Herbert Xu
2008-08-29
9
-10413
/
+10527
[next]