index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-02
ide: move blk_register_region() call out from init_gendisk()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-02-02
ide: skip not present devices in init_gendisk()
Bartlomiej Zolnierkiewicz
1
-0
/
+4
2008-02-02
ide: remove incorrect init_gendisk() comment
Bartlomiej Zolnierkiewicz
1
-6
/
+0
2008-02-02
ide: add ->port_init_devs method to ide_hwif_t
Bartlomiej Zolnierkiewicz
4
-26
/
+57
2008-02-02
ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flags
Bartlomiej Zolnierkiewicz
4
-12
/
+8
2008-02-02
ide: factor out code initializing devices from ide_init_port()
Bartlomiej Zolnierkiewicz
1
-15
/
+17
2008-02-02
ide: fix ide_unregister() usage in host drivers
Bartlomiej Zolnierkiewicz
8
-10
/
+10
2008-02-02
ide: add ide_deprecated_find_port() helper
Bartlomiej Zolnierkiewicz
4
-20
/
+99
2008-02-02
ide: add 'init_default' and 'restore' arguments to ide_unregister()
Bartlomiej Zolnierkiewicz
9
-17
/
+24
2008-02-02
ide: remove redundant init_hwif_default() call from ide_register_hw()
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2008-02-02
ide: remove redundant hwif->present check from ide_register_hw()
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-02-02
pdc202xx_old: remove surplus initialiser
Alan Cox
1
-1
/
+1
2008-02-02
ide-floppy: bump driver version number
Borislav Petkov
1
-4
/
+1
2008-02-02
ide-floppy: fix most of the remaining checkpatch.pl issues
Borislav Petkov
1
-195
/
+160
2008-02-02
ide-floppy: remove atomic test_*bit macros
Borislav Petkov
1
-56
/
+69
2008-02-02
ide-floppy: remove unused flag PC_ABORT
Borislav Petkov
1
-13
/
+6
2008-02-02
ide-floppy: remove IDEFLOPPY_DEBUG_INFO
Borislav Petkov
1
-50
/
+13
2008-02-02
ide-floppy: remove unused IDEFLOPPY_USE_READ12
Borislav Petkov
1
-11
/
+7
2008-02-02
ide-floppy: merge idefloppy_{input,output}_buffers
Borislav Petkov
1
-46
/
+19
2008-02-02
ide-floppy: use an xfer_func_t and io_buf_t typedefs in order to unify rw
Borislav Petkov
2
-19
/
+16
2008-02-02
ide-floppy: remove IDEFLOPPY_DEBUG_BUGS macro
Borislav Petkov
1
-6
/
+1
2008-02-02
ide-floppy: mv idefloppy_{should_,}report_error
Borislav Petkov
1
-24
/
+14
2008-02-02
ide-floppy: report DMA handling in idefloppy_pc_intr() properly
Borislav Petkov
1
-1
/
+5
2008-02-02
ide-floppy: factor out ioctl handlers from idefloppy_ioctl()
Borislav Petkov
1
-75
/
+78
2008-02-02
ide-floppy: remove struct idefloppy_capacity_descriptor
Borislav Petkov
1
-100
/
+76
2008-02-02
ide-floppy: remove struct idefloppy_flexible_disk_page
Borislav Petkov
1
-54
/
+36
2008-02-02
ide-floppy: remove struct idefloppy_mode_parameter_header
Borislav Petkov
1
-23
/
+3
2008-02-02
ide-floppy: remove struct idefloppy_request_sense_result
Borislav Petkov
1
-58
/
+24
2008-02-02
ide-floppy: remove struct idefloppy_inquiry_result
Borislav Petkov
1
-41
/
+0
2008-02-02
ide-floppy: remove struct idefloppy_capabilities_page
Borislav Petkov
1
-49
/
+6
2008-02-02
ide-floppy: cleanup and unify debugging macro calls
Borislav Petkov
1
-37
/
+31
2008-02-02
ide-floppy: include the proper headers
Borislav Petkov
1
-3
/
+3
2008-02-02
ide-floppy: disambiguate function names
Borislav Petkov
1
-3
/
+3
2008-02-02
ide-floppy: remove unnecessary ->handler != NULL check
Borislav Petkov
1
-4
/
+3
2008-02-02
ide-floppy: replace ntoh{s,l} and hton{s,l} calls with the generic byteorder
Borislav Petkov
1
-14
/
+14
2008-02-02
ide-floppy: convert to generic packet commands
Borislav Petkov
1
-32
/
+12
2008-02-02
ide: remove needless includes from PCI host drivers
Bartlomiej Zolnierkiewicz
32
-134
/
+4
2008-02-02
ide: add ->cable_detect method to ide_hwif_t
Bartlomiej Zolnierkiewicz
21
-150
/
+135
2008-02-02
ide: add struct ide_port_info instances to legacy host drivers
Bartlomiej Zolnierkiewicz
28
-268
/
+247
2008-02-02
ide: separate PCI specific init from generic init in ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
1
-8
/
+21
2008-02-02
ide: always set DMA masks in ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
1
-4
/
+9
2008-02-02
macide: remove drive->capacity64 quirk
Bartlomiej Zolnierkiewicz
1
-10
/
+0
2008-02-02
atiixp/cs5535/scc_pata: fix "idex=ata66" parameter handling
Bartlomiej Zolnierkiewicz
3
-15
/
+26
2008-02-02
au1xxx-ide: fix ->io_32bit handling
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-02-02
dtc2278: fix ->io_32bit handling
Bartlomiej Zolnierkiewicz
2
-10
/
+6
2008-02-02
ieee1394: sbp2: fix bogus s/g access change
Stefan Richter
1
-3
/
+2
2008-02-02
Merge git://git.infradead.org/battery-2.6
Linus Torvalds
5
-139
/
+292
2008-02-02
Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
4
-46
/
+166
2008-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
46
-661
/
+1755
2008-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
126
-2353
/
+7181
[prev]
[next]