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
/
ide
/
ide-probe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-08
ide: officially deprecated the legacy IDE driver
Christoph Hellwig
1
-0
/
+3
2019-01-31
ide: ensure atapi sense request aren't preempted
Jens Axboe
1
-7
/
+16
2018-11-12
ide: don't clear special on ide_queue_rq() entry
Jens Axboe
1
-0
/
+1
2018-11-07
ide: convert to blk-mq
Jens Axboe
1
-18
/
+50
2018-08-13
ide: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+3
2018-05-07
ide: remove the PCI_DMA_BUS_IS_PHYS check
Christoph Hellwig
1
-2
/
+1
2018-05-07
ide: kill ide_toggle_bounce
Christoph Hellwig
1
-3
/
+0
2018-03-08
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
1
-1
/
+1
2018-02-28
block: Add 'lock' as third argument to blk_alloc_queue_node()
Bart Van Assche
1
-1
/
+1
2018-02-26
genhd: Rename get_disk() to get_disk_and_module()
Jan Kara
1
-1
/
+1
2017-11-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2017-11-06
ide: Convert timers to use timer_setup()
Kees Cook
1
-1
/
+1
2017-10-03
ide: free hwif->portdev on hwif_init() failure
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2017-06-20
block: Change argument type of scsi_req_init()
Bart Van Assche
1
-1
/
+1
2017-06-20
block: Make most scsi_req_init() calls implicit
Bart Van Assche
1
-3
/
+3
2017-06-01
block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGH
Bart Van Assche
1
-0
/
+1
2017-05-08
ide: use setup_timer
Geliang Tang
1
-3
/
+1
2017-01-27
block: split scsi_request out of struct request
Christoph Hellwig
1
-5
/
+31
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2015-03-27
ide,ata: Rename ATA_IDX to ATA_SENSE
Hannes Reinecke
1
-1
/
+1
2014-03-04
m68k/atari - ide: do not register interrupt if host->get_lock is set
Michael Schmitz
1
-3
/
+5
2013-07-03
drivers: avoid format string in dev_set_name
Kees Cook
1
-2
/
+2
2010-09-13
ide: Fix ordering of procfs registry.
Wolfram Sang
1
-9
/
+3
2010-03-28
Revert "ide: skip probe if there are no devices on the port (v2)"
David S. Miller
1
-9
/
+3
2010-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6
Linus Torvalds
1
-0
/
+2
2010-02-26
block: Consolidate phys_segment and hw_segment limits
Martin K. Petersen
1
-2
/
+1
2010-02-26
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
Martin K. Petersen
1
-1
/
+1
2010-01-19
ide: add drive->pio_mode field
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2009-11-06
Revert "ide: try to use PIO Mode 0 during probe if possible"
David S. Miller
1
-9
/
+0
2009-10-07
Revert "Revert "ide: try to use PIO Mode 0 during probe if possible""
Bartlomiej Zolnierkiewicz
1
-0
/
+9
2009-10-04
Revert "ide: try to use PIO Mode 0 during probe if possible"
David S. Miller
1
-9
/
+0
2009-09-21
trivial: remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2009-08-07
ide: allow ide_dev_read_id() to be called from the IRQ context
Bartlomiej Zolnierkiewicz
1
-10
/
+21
2009-06-24
ide: fix handling of unexpected IRQs vs request_irq()
Bartlomiej Zolnierkiewicz
1
-3
/
+20
2009-06-20
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Linus Torvalds
1
-2
/
+15
2009-06-15
ide: remove driver_data direct access of struct device
Greg Kroah-Hartman
1
-2
/
+2
2009-06-15
ide: move ack_intr() method into 'struct ide_port_ops' (take 2)
Sergei Shtylyov
1
-1
/
+0
2009-06-15
ide: don't enable IORDY at a probe time
Bartlomiej Zolnierkiewicz
1
-1
/
+15
2009-06-10
ide: fix PowerMac bootup oops
Hugh Dickins
1
-26
/
+21
2009-06-08
ide: skip probe if there are no devices on the port (v2)
Bartlomiej Zolnierkiewicz
1
-3
/
+9
2009-06-07
ide: respect quirk_drives[] list on all controllers
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2009-05-22
Merge branch 'for-linus' into for-next
Bartlomiej Zolnierkiewicz
1
-3
/
+6
2009-05-22
ide: report timeouts in ide_busy_sleep()
Bartlomiej Zolnierkiewicz
1
-3
/
+6
2009-05-17
ide: remove hw_regs_t typedef
Bartlomiej Zolnierkiewicz
1
-5
/
+5
2009-05-17
ide: pass number of ports to ide_host_{alloc,add}() (v2)
Bartlomiej Zolnierkiewicz
1
-4
/
+5
2009-05-17
ide: remove chipset field from hw_regs_t
Bartlomiej Zolnierkiewicz
1
-3
/
+1
2009-05-17
ide: replace special_t typedef by IDE_SFLAG_* flags
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2009-05-17
ide: try to use PIO Mode 0 during probe if possible
Joao Ramos
1
-0
/
+9
[next]