index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
aha1542: Unify aha1542_in and aha1542_in1
Ondrej Zary
2015-04-10
1
-26
/
+7
*
aha1542: Remove WAIT and WAITd macros
Ondrej Zary
2015-04-10
1
-47
/
+57
*
aha1542: Use BIT() macro
Ondrej Zary
2015-04-10
1
-18
/
+19
*
aha1542: remove empty aha1542_stat
Ondrej Zary
2015-04-10
1
-15
/
+1
*
aha1542: Reorder functions to remove forward declarations
Ondrej Zary
2015-04-10
2
-39
/
+24
*
aha1542: Use u8 instead of unchar
Ondrej Zary
2015-04-10
2
-46
/
+46
*
aha1542: Convert aha1542_intr_reset to function
Ondrej Zary
2015-04-10
1
-1
/
+4
*
aha1542: Remove HOSTDATA macro
Ondrej Zary
2015-04-10
1
-59
/
+55
*
aha1542: Remove SCSI_BUF_PA, SCSI_SG_PA, AHA1542_SCATTER and AHA1542_CMDLUN
Ondrej Zary
2015-04-10
2
-15
/
+10
*
aha1542: remove dead code
Ondrej Zary
2015-04-10
2
-248
/
+1
*
aha1542: Stop using scsi_module.c
Ondrej Zary
2015-04-10
2
-133
/
+169
*
aacraid: driver version change
Mahesh Rajashekhara
2015-04-10
2
-2
/
+2
*
aacraid: AIF raw device remove support
Mahesh Rajashekhara
2015-04-10
2
-0
/
+36
*
aacraid: performance improvement changes
Mahesh Rajashekhara
2015-04-10
7
-58
/
+57
*
aacraid: IOCTL fix
Mahesh Rajashekhara
2015-04-10
3
-1
/
+7
*
aacraid: IOP RESET command handling changes
Mahesh Rajashekhara
2015-04-10
3
-10
/
+31
*
aacraid: 240 simple volume support
Mahesh Rajashekhara
2015-04-10
2
-0
/
+8
*
aacraid: vpd page code 0x83 support
Mahesh Rajashekhara
2015-04-10
1
-12
/
+153
*
aacraid: MSI-x support
Mahesh Rajashekhara
2015-04-10
6
-107
/
+505
*
aacraid: 4KB sector support
Mahesh Rajashekhara
2015-04-10
2
-51
/
+200
*
aacraid: IOCTL pass-through command fix
Mahesh Rajashekhara
2015-04-10
1
-2
/
+8
*
aacraid: AIF support for SES device add/remove
Mahesh Rajashekhara
2015-04-10
2
-2
/
+8
*
ipr: Driver version 2.6.1
Brian King
2015-04-09
1
-2
/
+2
*
ipr: AF DASD raw mode implementation in ipr driver
Wen Xiong
2015-04-09
2
-0
/
+88
*
ipr: Re-enable write same
Brian King
2015-04-09
1
-1
/
+0
*
ipr: Fix possible error path oops during initialization
Brian King
2015-04-09
1
-7
/
+9
*
ipr: Reset in task context
Brian King
2015-04-09
2
-26
/
+67
*
ipr: Reboot speed improvements
Brian King
2015-04-09
2
-9
/
+157
*
scsi: storvsc: Set the tablesize based on the information given by the host
K. Y. Srinivasan
2015-04-09
1
-25
/
+64
*
scsi: storvsc: Don't assume that the scatterlist is not chained
K. Y. Srinivasan
2015-04-09
1
-42
/
+57
*
scsi: storvsc: Fix a bug in copy_from_bounce_buffer()
K. Y. Srinivasan
2015-04-09
1
-7
/
+8
*
scsi: storvsc: Retrieve information about the capability of the target
K. Y. Srinivasan
2015-04-09
1
-0
/
+6
*
scsi: storvsc: Always send on the selected outgoing channel
K. Y. Srinivasan
2015-04-09
1
-1
/
+1
*
scsi: storvsc: Size the queue depth based on the ringbuffer size
K. Y. Srinivasan
2015-04-09
1
-11
/
+16
*
scsi: storvsc: Increase the ring buffer size
K. Y. Srinivasan
2015-04-09
1
-1
/
+1
*
aic7xxx: replace kmalloc/memset by kzalloc
Michael Opdenacker
2015-04-09
4
-12
/
+7
*
scsi: proper state checking and module refcount handling in scsi_device_get
Christoph Hellwig
2015-03-19
1
-7
/
+13
*
sd: don't grab a device references from driver methods
Christoph Hellwig
2015-03-19
1
-44
/
+11
*
scsi: serialize ->rescan against ->remove
Christoph Hellwig
2015-03-19
1
-4
/
+3
*
ncr5380: Harmonize jiffies conversion with msecs_to_jiffies
Nicholas Mc Guire
2015-03-09
3
-9
/
+9
*
g_NCR5380: Kill compiler warning if builtin
Geert Uytterhoeven
2015-03-09
1
-1
/
+1
*
ncr5380: Drop owner assignment from platform_drivers
Wolfram Sang
2015-03-09
3
-3
/
+0
*
Linux 4.0-rc2
v4.0-rc2
Linus Torvalds
2015-03-03
1
-1
/
+1
*
drm/i915: Fix modeset state confusion in the load detect code
Daniel Vetter
2015-03-03
1
-0
/
+1
*
Merge tag 'gpio-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2015-03-02
2
-8
/
+15
|
\
|
*
gpio: tps65912: fix wrong container_of arguments
Nicolas Saenz Julienne
2015-02-23
1
-4
/
+10
|
*
gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per ...
Hans Holmberg
2015-02-23
1
-4
/
+5
*
|
Merge branch 'fixes-for-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2015-03-02
12
-67
/
+145
|
\
\
|
*
\
Merge branch 'tmon-fixes' of .git into next
Zhang Rui
2015-02-28
5
-14
/
+63
|
|
\
\
|
|
*
|
tools/thermal: tmon: silence 'set but not used' warnings
Brian Norris
2015-02-28
1
-0
/
+3
[next]