index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
gdth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-30
gdth section fixes
Al Viro
1
-6
/
+6
2008-10-09
block: unify request timeout handling
Jens Axboe
1
-22
/
+38
2008-06-20
gdth: cdev lock_kernel() pushdown
Jonathan Corbet
1
-0
/
+3
2008-05-08
[SCSI] gdth: fix Error: Driver 'gdth' is already registered, aborting...
James Bottomley
1
-5
/
+8
2008-05-08
[SCSI] gdth: fix timer handling
James Bottomley
1
-12
/
+26
2008-05-02
[SCSI] Let scsi_cmnd->cmnd use request->cmd buffer
Boaz Harrosh
1
-1
/
+1
2008-04-07
[SCSI] gdth: remove command accessors
Boaz Harrosh
1
-59
/
+14
2008-04-07
[SCSI] gdth: convert to PCI hotplug API
Jeff Garzik
1
-102
/
+94
2008-04-07
[SCSI] gdth: PCI probe cleanups, prep for PCI hotplug API conversion
Jeff Garzik
1
-31
/
+28
2008-03-14
[SCSI] gdth: Allocate sense_buffer to prevent NULL pointer dereference
Sven Schnelle
1
-0
/
+7
2008-02-27
[SCSI] gdth: fix to internal commands execution
Boaz Harrosh
1
-18
/
+12
2008-02-27
[SCSI] gdth: bugfix for the at-exit problems
Boaz Harrosh
1
-54
/
+28
2008-02-13
[SCSI] gdth: update deprecated pci_find_device
Sergio Luis
1
-2
/
+5
2008-02-13
[SCSI] gdth: scan for scsi devices
Boaz Harrosh
1
-0
/
+9
2008-01-11
[SCSI] gdth: kill unneeded 'irq' argument
Jeff Garzik
1
-12
/
+10
2007-10-23
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-3
/
+3
2007-10-22
[SG] Update drivers to use sg helpers
Jens Axboe
1
-3
/
+3
2007-10-18
[SCSI] gdth: __init fixes
Adrian Bunk
1
-3
/
+3
2007-10-15
scsi/gdth: fix crash in gdth_timeout if no gdth controllers found
Linus Torvalds
1
-0
/
+4
2007-10-12
[SCSI] gdth: fix CONFIG_ISA build failure
Dhaval Giani
1
-1
/
+1
2007-10-12
[SCSI] gdth: !use_sg cleanup and use of scsi accessors
Boaz Harrosh
1
-119
/
+109
2007-10-12
[SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2
Boaz Harrosh
1
-87
/
+90
2007-10-12
[SCSI] gdth: Setup proper per-command private data
Boaz Harrosh
1
-34
/
+77
2007-10-12
[SCSI] gdth: Remove gdth_ctr_tab[]
Boaz Harrosh
1
-58
/
+51
2007-10-12
[SCSI] gdth: switch to modern scsi host registration
Christoph Hellwig
1
-164
/
+156
2007-10-12
[SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixes
Boaz Harrosh
1
-50
/
+43
2007-10-12
[SCSI] gdth: clean up host private data
Boaz Harrosh
1
-311
/
+247
2007-10-12
[SCSI] gdth: Remove virt hosts
Christoph Hellwig
1
-76
/
+12
2007-10-12
[SCSI] gdth: Reorder scsi_host_template intitializers
Jeff Garzik
1
-3
/
+3
2007-10-12
[SCSI] gdth: kill gdth_{read,write}[bwl] wrappers
Jeff Garzik
1
-160
/
+153
2007-10-12
[SCSI] gdth: Remove 2.4.x support, in-kernel changelog
Jeff Garzik
1
-394
/
+2
2007-10-12
[SCSI] gdth: split out pci probing
Christoph Hellwig
1
-145
/
+167
2007-10-12
[SCSI] gdth: split out eisa probing
Christoph Hellwig
1
-126
/
+159
2007-10-12
[SCSI] gdth: split out isa probing
Christoph Hellwig
1
-134
/
+162
2007-10-12
gdth: Make one abuse of scsi_cmnd less obvious
Matthew Wilcox
1
-16
/
+19
2007-10-12
[SCSI] gdth: Stop abusing ->done for internal commands
Matthew Wilcox
1
-8
/
+11
2007-10-12
[SCSI] kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-4
/
+3
2007-07-31
[SCSI] gdth: remove redundant PCI stuff
Jeff Garzik
1
-26
/
+22
2007-05-30
[SCSI] gdth: Fix obvious typo "spin_lock_irqrestore()"
Robert P. J. Day
1
-1
/
+1
2007-05-30
[SCSI] gdth: fix ambiguous gdthtable definition
David Rientjes
1
-1
/
+1
2007-03-11
[SCSI] gdth: fix oops in gdth_copy_cmd()
Joerg Dorchain
1
-0
/
+2
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-12
[PATCH] mark struct file_operations const 6
Arjan van de Ven
1
-1
/
+1
2006-11-10
[SCSI] gdth: Fix && typos
Jean Delvare
1
-2
/
+2
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-3
/
+3
2006-10-01
[PATCH] completions: lockdep annotate on stack completions
Peter Zijlstra
1
-2
/
+2
2006-07-02
[PATCH] irq-flags: scsi: Use the new IRQF_ constants
Thomas Gleixner
1
-3
/
+3
2006-06-10
[SCSI] remove scsi_request infrastructure
Christoph Hellwig
1
-4
/
+4
2006-06-10
[SCSI] drivers/scsi: Use ARRAY_SIZE macro
Tobias Klauser
1
-2
/
+2
2006-06-10
[SCSI] remove the scsi_request interface from the gdth driver
Leubner, Achim
1
-275
/
+236
[next]