summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in printed messagesAnatol Pomozov2012-06-242-2/+2
* Merge tag 'rdma-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rolan...Linus Torvalds2012-06-246-46/+55
|\
| * Merge branches 'cma' and 'ocrdma' into for-linusRoland Dreier2012-06-245-45/+54
| |\
| | * RDMA/ocrdma: Fix off by one in ocrdma_query_gid()Dan Carpenter2012-06-141-1/+1
| | * RDMA/ocrdma: Fixed RQ error CQE pollingParav Pandit2012-06-111-1/+3
| | * RDMA/ocrdma: Correct queue SGE calculationMahesh Vardhamanaiah2012-06-114-3/+10
| | * RDMA/ocrdma: Correct reported max queue sizesMahesh Vardhamanaiah2012-06-112-11/+6
| | * RDMA/ocrdma: Fixed GID table for vlan and eventsParav Pandit2012-06-111-29/+34
| * | RDMA/cma: QP type check on received REQs should be AND not ORSean Hefty2012-06-201-1/+1
| |/
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-06-243-2/+82
|\ \
| * | drm/edid: don't return stack garbage from supports_rbDaniel Vetter2012-06-211-1/+1
| * | drm/radeon: SI tiling fixes for displayAlex Deucher2012-06-202-1/+81
* | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-06-212-6/+10
|\ \ \
| * | | hwmon: (emc2103) Fix use of an uninitilized variable in error caseGuenter Roeck2012-06-181-4/+8
| * | | hwmon: (applesmc) Limit key length in warning messagesHenrik Rydberg2012-06-181-2/+2
* | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-06-212-20/+16
|\ \ \ \
| * | | | DMA: PL330: Fix racy mutex unlockJavi Merino2012-06-141-16/+10
| * | | | DMA: PL330: Add missing static storage class specifierSachin Kamat2012-06-071-1/+1
| * | | | dma: imx-sdma: buf_tail should be initialize in prepare functionRichard Zhao2012-06-071-2/+4
| * | | | dmaengine: pl330: dont complete descriptor for cyclic dmaTushar Behera2012-06-071-1/+1
* | | | | media: pms.c needs linux/slab.hRandy Dunlap2012-06-211-0/+1
* | | | | Merge tag 'staging-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-06-219-16/+28
|\ \ \ \ \
| * | | | | staging: r8712u: Add new USB IDsLubomir Schmidt2012-06-151-0/+2
| * | | | | staging: gdm72xx: Release netlink socket properlyBen Chan2012-06-151-1/+1
| * | | | | iio: drop wrong reference from KconfigJiri Kosina2012-06-151-2/+1
| * | | | | staging:iio:ad7298: Fix linker error due to missing IIO kfifo bufferLars-Peter Clausen2012-06-121-0/+1
| * | | | | Revert "staging: usbip: bugfix for stack corruption on 64-bit architectures"Greg Kroah-Hartman2012-06-121-1/+1
| * | | | | staging: usbip: bugfix for stack corruption on 64-bit architecturesBart Westgeest2012-06-121-1/+1
| * | | | | staging/comedi: fix build for USB not enabledRandy Dunlap2012-06-121-0/+5
| * | | | | staging: omapdrm: fix crash when freeing bad fbAndy Gross2012-06-111-3/+7
| * | | | | staging:iio:ad7606: Re-add missing scale attributeLars-Peter Clausen2012-06-071-1/+2
| * | | | | iio: Fix potential use after freeLars-Peter Clausen2012-06-051-7/+9
| * | | | | staging:iio: remove num_interrupt_lines from documentationJohan Hovold2012-06-051-2/+0
| |/ / / /
* | | | | Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-06-215-22/+11
|\ \ \ \ \
| * | | | | extcon: max8997: Add missing kfree for info->edev in max8997_muic_remove()Axel Lin2012-06-191-0/+1
| * | | | | extcon: Set platform drvdata in gpio_extcon_probe() and fix irq leakAxel Lin2012-06-191-0/+2
| * | | | | extcon: Fix wrong index in max8997_extcon_cable[]Axel Lin2012-06-191-2/+2
| * | | | | kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2012-06-151-18/+4
| * | | | | Extcon: Don't try to create duplicate link namesMark Brown2012-06-151-1/+1
| * | | | | driver core: fixup reversed deferred probe orderKuninori Morimoto2012-06-131-1/+1
* | | | | | Merge tag 'char-misc-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-06-213-6/+7
|\ \ \ \ \ \
| * | | | | | misc: mei: set WDIOF_ALARMONLY on mei watchdogTomas Winkler2012-06-141-1/+1
| * | | | | | misc: mei: Disable MSI when IRQ registration failsSamuel Ortiz2012-06-141-2/+2
| * | | | | | misc: mei: fix stalled readTomas Winkler2012-06-131-1/+1
| * | | | | | misc: mei: unregister misc device in pci_remove functionTomas Winkler2012-06-131-1/+2
| * | | | | | misc: mei: set IRQF_ONESHOT for msi request_threaded_irqTomas Winkler2012-06-131-1/+1
| |/ / / / /
* | | | | | Merge tag 'tty-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-06-213-6/+43
|\ \ \ \ \ \
| * | | | | | serial/amba-pl011: move custom pin control to driverLinus Walleij2012-06-131-4/+41
| * | | | | | serial: fix serial_txx9.c build warning/typoRandy Dunlap2012-06-131-1/+1
| * | | | | | serial: fix kernel-doc warnings in 8250.cRandy Dunlap2012-06-131-1/+1
| |/ / / / /