| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] gdth: kill unneeded 'irq' argument | Jeff Garzik | 2008-01-11 | 1 | -12/+10 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-10-23 | 1 | -3/+3 |
|\ |
|
| * | [SCSI] gdth: __init fixes | Adrian Bunk | 2007-10-18 | 1 | -3/+3 |
* | | [SG] Update drivers to use sg helpers | Jens Axboe | 2007-10-22 | 1 | -3/+3 |
|/ |
|
* | scsi/gdth: fix crash in gdth_timeout if no gdth controllers found | Linus Torvalds | 2007-10-15 | 1 | -0/+4 |
* | [SCSI] gdth: fix CONFIG_ISA build failure | Dhaval Giani | 2007-10-12 | 1 | -1/+1 |
* | [SCSI] gdth: !use_sg cleanup and use of scsi accessors | Boaz Harrosh | 2007-10-12 | 1 | -119/+109 |
* | [SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2 | Boaz Harrosh | 2007-10-12 | 1 | -87/+90 |
* | [SCSI] gdth: Setup proper per-command private data | Boaz Harrosh | 2007-10-12 | 1 | -34/+77 |
* | [SCSI] gdth: Remove gdth_ctr_tab[] | Boaz Harrosh | 2007-10-12 | 1 | -58/+51 |
* | [SCSI] gdth: switch to modern scsi host registration | Christoph Hellwig | 2007-10-12 | 1 | -164/+156 |
* | [SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixes | Boaz Harrosh | 2007-10-12 | 1 | -50/+43 |
* | [SCSI] gdth: clean up host private data | Boaz Harrosh | 2007-10-12 | 1 | -311/+247 |
* | [SCSI] gdth: Remove virt hosts | Christoph Hellwig | 2007-10-12 | 1 | -76/+12 |
* | [SCSI] gdth: Reorder scsi_host_template intitializers | Jeff Garzik | 2007-10-12 | 1 | -3/+3 |
* | [SCSI] gdth: kill gdth_{read,write}[bwl] wrappers | Jeff Garzik | 2007-10-12 | 1 | -160/+153 |
* | [SCSI] gdth: Remove 2.4.x support, in-kernel changelog | Jeff Garzik | 2007-10-12 | 1 | -394/+2 |
* | [SCSI] gdth: split out pci probing | Christoph Hellwig | 2007-10-12 | 1 | -145/+167 |
* | [SCSI] gdth: split out eisa probing | Christoph Hellwig | 2007-10-12 | 1 | -126/+159 |
* | [SCSI] gdth: split out isa probing | Christoph Hellwig | 2007-10-12 | 1 | -134/+162 |
* | gdth: Make one abuse of scsi_cmnd less obvious | Matthew Wilcox | 2007-10-12 | 1 | -16/+19 |
* | [SCSI] gdth: Stop abusing ->done for internal commands | Matthew Wilcox | 2007-10-12 | 1 | -8/+11 |
* | [SCSI] kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-10-12 | 1 | -4/+3 |
* | [SCSI] gdth: remove redundant PCI stuff | Jeff Garzik | 2007-07-31 | 1 | -26/+22 |
* | [SCSI] gdth: Fix obvious typo "spin_lock_irqrestore()" | Robert P. J. Day | 2007-05-30 | 1 | -1/+1 |
* | [SCSI] gdth: fix ambiguous gdthtable definition | David Rientjes | 2007-05-30 | 1 | -1/+1 |
* | [SCSI] gdth: fix oops in gdth_copy_cmd() | Joerg Dorchain | 2007-03-11 | 1 | -0/+2 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | [PATCH] mark struct file_operations const 6 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | [SCSI] gdth: Fix && typos | Jean Delvare | 2006-11-10 | 1 | -2/+2 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -3/+3 |
* | [PATCH] completions: lockdep annotate on stack completions | Peter Zijlstra | 2006-10-01 | 1 | -2/+2 |
* | [PATCH] irq-flags: scsi: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -3/+3 |
* | [SCSI] remove scsi_request infrastructure | Christoph Hellwig | 2006-06-10 | 1 | -4/+4 |
* | [SCSI] drivers/scsi: Use ARRAY_SIZE macro | Tobias Klauser | 2006-06-10 | 1 | -2/+2 |
* | [SCSI] remove the scsi_request interface from the gdth driver | Leubner, Achim | 2006-06-10 | 1 | -275/+236 |
* | [SCSI] fix up request buffer reference in various scsi drivers | Christoph Hellwig | 2006-06-06 | 1 | -1/+1 |
* | [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK | Matthias Gehre | 2006-03-28 | 1 | -3/+4 |
* | [PATCH] Notifier chain update: API changes | Alan Stern | 2006-03-27 | 1 | -3/+6 |
* | [SCSI] gdth: don't map zero-length requests | Jenx Axboe | 2006-02-05 | 1 | -1/+1 |
* | spelling: s/appropiate/appropriate/ | Adrian Bunk | 2006-01-15 | 1 | -1/+1 |
* | [SCSI] remove Scsi_Device typedef | Christoph Hellwig | 2005-11-09 | 1 | -3/+3 |
* | [SCSI] remove Scsi_Host_Template typedef | Christoph Hellwig | 2005-11-09 | 1 | -3/+3 |
* | [SCSI] remove scsi_set_device | Christoph Hellwig | 2005-06-26 | 1 | -3/+1 |
* | [SCSI] Remove no-op implementations of SCSI EH hooks | Jeff Garzik | 2005-06-17 | 1 | -23/+0 |
* | [PATCH] drivers/scsi/gdth.c: cleanups | | 2005-04-18 | 1 | -12/+12 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+5738 |