index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
aec62xx: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
2008-07-24
1
-0
/
+13
*
ide: add ide_pci_remove() helper
Bartlomiej Zolnierkiewicz
2008-07-24
2
-6
/
+36
*
via82cxxx: cleanup ->init_chipset method
Bartlomiej Zolnierkiewicz
2008-07-24
1
-46
/
+35
*
cmd64x: cleanup ->init_chipset method
Bartlomiej Zolnierkiewicz
2008-07-24
1
-18
/
+0
*
amd74xx: cleanup ->init_chipset method
Bartlomiej Zolnierkiewicz
2008-07-24
1
-18
/
+18
*
tc86c001: remove ->init_chipset method
Bartlomiej Zolnierkiewicz
2008-07-24
1
-12
/
+26
*
via82cxxx: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
2008-07-24
1
-12
/
+21
*
siimage: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
2008-07-24
1
-56
/
+58
*
sc1200: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
2008-07-24
1
-20
/
+19
*
it821x: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
2008-07-24
1
-15
/
+13
*
hpt366: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
2008-07-24
1
-31
/
+41
*
aec62xx: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
2008-07-24
1
-16
/
+16
*
ide: add ide_device_{get,put}() helpers
Bartlomiej Zolnierkiewicz
2008-07-24
6
-12
/
+85
*
ide: add ->dev and ->host_priv fields to struct ide_host
Bartlomiej Zolnierkiewicz
2008-07-24
32
-39
/
+80
*
ide: call ide_pci_setup_ports() before do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
2008-07-24
1
-7
/
+11
*
ide: move ide_setup_pci_controller() call to ide_setup_pci_device[s]()
Bartlomiej Zolnierkiewicz
2008-07-24
1
-5
/
+9
*
ide: respect dev->irq in do_ide_setup_pci_device() also if 'tried_config'
Bartlomiej Zolnierkiewicz
2008-07-24
1
-9
/
+3
*
ide: always call ->init_chipset method in do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
2008-07-24
1
-14
/
+10
*
ide: small whitespace fixes
Pavel Machek
2008-07-23
2
-2
/
+2
*
ide: ide-cd_ioctl.c fix sparse integer as NULL pointer warnings
Harvey Harrison
2008-07-23
1
-4
/
+4
*
ide: ide-cd.c fix sparse endianness warnings
Harvey Harrison
2008-07-23
1
-11
/
+8
*
ide-cd: convert to using the new atapi_flags
Borislav Petkov
2008-07-23
3
-109
/
+64
*
ide: remove unused PC_FLAG_DRQ_INTERRUPT
Borislav Petkov
2008-07-23
1
-2
/
+1
*
ide-tape: convert to using the new atapi_flags
Borislav Petkov
2008-07-23
1
-45
/
+23
*
ide-floppy: convert to using the new atapi_flags (take 2)
Borislav Petkov
2008-07-23
2
-48
/
+30
*
ide: use rq->cmd instead of pc->c in atapi common code
Borislav Petkov
2008-07-23
1
-5
/
+13
*
ide-tape: pass packet command in rq->cmd
Borislav Petkov
2008-07-23
1
-8
/
+11
*
ide-tape: make room for packet command ids in rq->cmd
Borislav Petkov
2008-07-23
1
-11
/
+11
*
ide-floppy: pass packet command in rq->cmd
Borislav Petkov
2008-07-23
1
-0
/
+4
*
ide-scsi: use drive->pc_callback instead of pc->callback
Borislav Petkov
2008-07-23
1
-8
/
+2
*
ide-tape: use drive->pc_callback instead of pc->callback
Borislav Petkov
2008-07-23
2
-5
/
+6
*
ide-floppy: use drive->pc_callback instead of pc->callback
Borislav Petkov
2008-07-23
2
-4
/
+10
*
drivers/ide/ide-tape.c: remove double kfree
Darren Jenkins
2008-07-23
1
-1
/
+0
*
ide: add ide_host_free() helper (take 2)
Bartlomiej Zolnierkiewicz
2008-07-23
5
-20
/
+87
*
ide: allocate ide_hwif_t instances dynamically
Bartlomiej Zolnierkiewicz
2008-07-23
2
-9
/
+6
*
ide: add ide_ports[]
Bartlomiej Zolnierkiewicz
2008-07-23
1
-2
/
+9
*
ide: move ide_remove_port_from_hwgroup() to ide-probe.c
Bartlomiej Zolnierkiewicz
2008-07-23
2
-35
/
+35
*
ide: fix IDE port slots reservation and freeing (take 2)
Bartlomiej Zolnierkiewicz
2008-07-23
1
-37
/
+50
*
ide: fix ide_host_register() return value
Bartlomiej Zolnierkiewicz
2008-07-23
1
-20
/
+18
*
ide: add ide_host_add() helper
Bartlomiej Zolnierkiewicz
2008-07-23
22
-136
/
+70
*
ide: add struct ide_host (take 3)
Bartlomiej Zolnierkiewicz
2008-07-23
26
-339
/
+253
*
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
2008-07-23
21
-205
/
+319
*
ide: add 'config' field to hw_regs_t
Bartlomiej Zolnierkiewicz
2008-07-23
2
-3
/
+2
*
ide-generic: probing fix
Bartlomiej Zolnierkiewicz
2008-07-23
1
-7
/
+1
*
gayle: reserve memory resources at once
Bartlomiej Zolnierkiewicz
2008-07-23
1
-14
/
+11
*
ide: filter out "default" transfer mode values in set_xfer_rate()
Bartlomiej Zolnierkiewicz
2008-07-23
12
-34
/
+8
*
ide: filter out invalid transfer mode values in set_xfer_rate()
Bartlomiej Zolnierkiewicz
2008-07-23
1
-1
/
+1
*
ide: remove dead Virtual DMA support
Bartlomiej Zolnierkiewicz
2008-07-23
4
-36
/
+4
*
ide: mark hpt34x host driver as BROKEN
Bartlomiej Zolnierkiewicz
2008-07-23
1
-0
/
+1
*
ide: limit cy82c693 host driver to ALPHA
Bartlomiej Zolnierkiewicz
2008-07-23
1
-0
/
+1
[prev]
[next]