index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Lines
2008-04-29
V4L/DVB (7758): ivtv: fix oops when itv->speed == 0 and VIDEO_CMD_PLAY is called
Hans Verkuil
-10
/
+21
2008-04-29
V4L/DVB (7757): ivtv: add autodetect for the AVermedia M104 card
Hans Verkuil
-1
/
+39
2008-04-29
V4L/DVB (7756): ivtv: use strlcpy instead of strcpy
Hans Verkuil
-13
/
+15
2008-04-29
V4L/DVB (7755): ivtv: add support for card comments and detected but unsuppor...
Hans Verkuil
-0
/
+10
2008-04-29
V4L/DVB (7754): ivtv: change initialization order to fix an oops when device ...
Hans Verkuil
-17
/
+16
2008-04-29
V4L/DVB (7753): saa7134: fix tuner setup
Mauro Carvalho Chehab
-143
/
+117
2008-04-29
V4L/DVB (7752): tuner-core: add a missing \n after a debug printk
Mauro Carvalho Chehab
-1
/
+3
2008-04-29
V4L/DVB (7749): cx88: fix tuner setup
Mauro Carvalho Chehab
-36
/
+44
2008-04-29
libata: More TSSTcorp pain, keep in sync with legacy IDE
Alan Cox
-0
/
+3
2008-04-29
pata_via: Fix 6410 misdetect
Alan Cox
-5
/
+6
2008-04-29
[libata] pata_atiixp: fix PIO timing data misprogramming
Jeff Garzik
-2
/
+2
2008-04-29
i2c: Convert most new-style drivers to use module aliasing
Jean Delvare
-172
/
+174
2008-04-29
i2c: Add support for device alias names
Jean Delvare
-47
/
+113
2008-04-29
i2c-amd756-s4882: Fix an error path
Jean Delvare
-2
/
+3
2008-04-29
i2c/tps65010: Add missing intialization of client data
Jean Delvare
-0
/
+2
2008-04-29
i2c-sis5595: Minor cleanups in sis5595_access
Jean Delvare
-10
/
+2
2008-04-29
i2c-piix4: Minor cleanups
Jean Delvare
-7
/
+1
2008-04-29
i2c: Spelling fix (successful)
Jean Delvare
-3
/
+3
2008-04-29
i2c-stub: No newline in parameter description
Jean Delvare
-1
/
+1
2008-04-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
-326
/
+842
2008-04-29
alim15x3: disable init_hwif_ali15x3 for PowerPC
Anton Vorontsov
-5
/
+5
2008-04-29
ide: fix crash at boot with siimage driver
Benjamin Herrenschmidt
-1
/
+8
2008-04-29
[IA64] allocate multiple contiguous pages via uncached allocator
Dean Nelson
-8
/
+8
2008-04-29
RDMA/nes: Formatting cleanup
Glenn Streiff
-102
/
+109
2008-04-29
RDMA/nes: Add support for SFP+ PHY
Eric Schneider
-64
/
+259
2008-04-29
RDMA/nes: Use LRO
Faisal Latif
-12
/
+70
2008-04-29
IPoIB: Copy child MTU from parent
Eli Cohen
-0
/
+3
2008-04-29
IB/mthca: Avoid changing userspace ABI to handle DMA write barrier attribute
Roland Dreier
-5
/
+20
2008-04-29
IB/mthca: Avoid recycling old FMR R_Keys too soon
Olaf Kirch
-13
/
+0
2008-04-29
mlx4_core: Avoid recycling old FMR R_Keys too soon
Olaf Kirch
-6
/
+0
2008-04-29
IB/ehca: Allocate event queue size depending on max number of CQs and QPs
Stefan Roscher
-4
/
+74
2008-04-29
IPoIB: Use separate CQ for UD send completions
Eli Cohen
-40
/
+64
2008-04-29
IB/iser: Count FMR alignment violations per session
Eli Dorfman
-1
/
+5
2008-04-29
IB/iser: Move high-volume debug output to higher debug level
Eli Dorfman
-2
/
+12
2008-04-29
IB/ehca: handle negative return value from ibmebus_request_irq() properly
Hoang-Nam Nguyen
-18
/
+17
2008-04-29
RDMA/cxgb3: Support peer-2-peer connection setup
Steve Wise
-29
/
+137
2008-04-29
RDMA/cxgb3: Set the max_mr_size device attribute correctly
Steve Wise
-1
/
+4
2008-04-29
RDMA/cxgb3: Correctly serialize peer abort path
Steve Wise
-35
/
+72
2008-04-29
mlx4_core: Add a way to set the "collapsed" CQ flag
Yevgeny Petrilin
-2
/
+4
2008-04-29
Merge branches 'pxa' and 'orion-fixes1'
Russell King
-4
/
+5
2008-04-29
drivers/net/tehuti: use proper capability check for raw IO access
Linus Torvalds
-1
/
+1
2008-04-29
Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-61
/
+7
2008-04-29
drivers/pcmcia/pcmcia_ioctl.c: fix build
akpm@linux-foundation.org
-2
/
+2
2008-04-29
dm: use unlocked variants of queue flag check/set
Jens Axboe
-5
/
+3
2008-04-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
-447
/
+271
2008-04-29
intel_menlo: fix build warning
Len Brown
-5
/
+0
2008-04-29
pciehp: fix error message about getting hotplug control
Kenji Kaneshige
-1
/
+1
2008-04-29
pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2
Yinghai Lu
-9
/
+28
2008-04-29
pci/irq: restore mask_bits in msi shutdown -v3
Yinghai Lu
-7
/
+14
2008-04-29
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-459
/
+365
[prev]
[next]