summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon: use 64-bit math to calculate CTS values for audio (v2)Alex Deucher2013-10-091-2/+9
* drm/edid: catch kmalloc failure in drm_edid_to_speaker_allocationAlex Deucher2013-10-091-0/+2
* Merge remote-tracking branch 'nouveau/drm-nouveau-next' into drm-fixesDave Airlie2013-10-091-1/+1
|\
| * drm/nouveau/mc: disable msi support by default, it's busted in tons of placesBen Skeggs2013-10-081-1/+1
* | drm/gma500: fix things after get/put page helpersRob Clark2013-10-091-0/+1
* | Merge tag 'drm-intel-fixes-2013-10-07' of git://people.freedesktop.org/~danve...Dave Airlie2013-10-074-9/+16
|\ \
| * | drm/i915: Only apply DPMS to the encoder if enabledChris Wilson2013-10-031-6/+2
| * | drm/i915: Mask LPSP to get PSR working even with Power Well in use by audio.Rodrigo Vivi2013-10-031-1/+1
| * | drm/i915/hsw: Disable L3 caching of atomic memory operations.Francisco Jerez2013-10-032-0/+11
| * | drm/i915: fix rps.vlv_work initializationImre Deak2013-10-011-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-10-068-25/+67
|\ \ \
| * | | iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tagsNicholas Bellinger2013-10-031-1/+1
| * | | iscsi-target: Perform release of acknowledged tags from RX contextNicholas Bellinger2013-10-031-4/+9
| * | | iscsi-target: Only perform wait_for_tasks when performing shutdownNicholas Bellinger2013-10-031-2/+2
| * | | target: Fail on non zero scsi_status in compare_and_write_callbackNicholas Bellinger2013-10-031-1/+10
| * | | target: Fix recursive COMPARE_AND_WRITE callback failureNicholas Bellinger2013-10-031-1/+10
| * | | target: Reset data_length for COMPARE_AND_WRITE to NoLB * block_sizeNicholas Bellinger2013-10-031-0/+6
| * | | ib_srpt: always set response for task managementJack Wang2013-10-031-6/+4
| * | | target: Fall back to vzalloc upon ->sess_cmd_map kzalloc failureNicholas Bellinger2013-10-011-5/+15
| * | | vhost/scsi: Use GFP_ATOMIC with percpu_ida_alloc for obtaining tagNicholas Bellinger2013-10-011-1/+6
| * | | ib_srpt: Destroy cm_id before destroying QP.Nicholas Bellinger2013-10-011-2/+2
| * | | target: Fix xop->dbl assignment in target_xcopy_parse_segdesc_02Nicholas Bellinger2013-10-011-2/+2
| |/ /
* | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-10-063-17/+17
|\ \ \
| * | | dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik2013-10-041-4/+6
| * | | dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik2013-10-041-11/+8
| * | | dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik2013-10-041-1/+1
| * | | dma/Kconfig: Make TI_EDMA select TI_PRIV_EDMAJosh Boyer2013-09-171-0/+1
| * | | edma: Update author email addressJosh Boyer2013-09-171-1/+1
* | | | Merge tag 'gpio-v3.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-10-051-57/+101
|\ \ \ \
| * | | | gpio/omap: auto-setup a GPIO when used as an IRQJavier Martinez Canillas2013-10-011-46/+83
| * | | | gpio/omap: maintain GPIO and IRQ usage separatelyJavier Martinez Canillas2013-10-011-14/+21
| |/ / /
* | | | Merge tag 'usb-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-10-058-13/+29
|\ \ \ \
| * | | | usb: chipidea: add Intel Clovertrail pci idDavid Cohen2013-10-031-1/+6
| * | | | Merge tag 'fixes-for-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-10-016-12/+20
| |\ \ \ \
| | * | | | usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpointsRobert Baldyga2013-10-011-1/+1
| | * | | | usb: gadget: f_fs: fix error handlingRobert Baldyga2013-10-011-0/+2
| | * | | | usb: musb: dsps: do not bind to "musb-hdrc"Sebastian Andrzej Siewior2013-10-011-0/+3
| | * | | | usb: musb: gadget: fix otg active status flagBin Liu2013-09-251-1/+0
| | * | | | usb: phy: gpio-vbus: fix deferred probe from __initJohan Hovold2013-09-231-6/+5
| | * | | | usb: gadget: pxa25x_udc: fix deferred probe from __initJohan Hovold2013-09-231-4/+5
| | * | | | usb: musb: fix otg default stateBin Liu2013-09-171-0/+4
| * | | | | USB: serial: option: Ignore card reader interface on Huawei E1750Michal Malý2013-09-301-0/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'tty-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-10-052-20/+27
|\ \ \ \ \
| * | | | | xen/hvc: allow xenboot console to be used againDavid Vrabel2013-10-031-0/+1
| * | | | | tty: Fix pty master read() after slave closesPeter Hurley2013-09-301-20/+26
| |/ / / /
* | | | | Merge tag 'staging-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-10-054-28/+21
|\ \ \ \ \
| * | | | | staging: comedi: ni_65xx: (bug fix) confine insn_bits to one subdeviceIan Abbott2013-10-031-15/+10
| * | | | | Merge tag 'iio-fixes-for-3.12b2' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2013-09-303-13/+11
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | iio:magnetometer: Bugfix magnetometer default output registersDenis CIOCCA2013-09-301-9/+9
| | * | | | iio: Remove debugfs entries in iio_device_unregister()Lars-Peter Clausen2013-09-301-1/+1