summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* staging: wlan-ng: Fix clamping of returned SSID lengthTormod Volden2013-01-181-1/+1
* Merge tag 'iio-fixes-for-3.8b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2013-01-182-2/+2
|\
| * staging:iio:adis16080: Perform sign extensionLars-Peter Clausen2013-01-091-1/+1
| * iio: mxs-lradc: indexes are unsignedFabio Estevam2013-01-091-1/+1
* | staging: vt6656: Fix inconsistent structure packingBen Hutchings2013-01-174-24/+19Star
* | staging: zram: fix invalid memory references during disk writeNitin Gupta2013-01-141-15/+24
* | staging: tidspbridge: use prepare/unprepare on dsp clocksOmar Ramirez Luna2013-01-082-3/+22
* | staging: tidspbridge: Fix build breakage due to splitting CM functions.Enric Balletbo i Serra2013-01-081-1/+1
* | staging: comedi: comedi_test: fix race when cancelling commandIan Abbott2013-01-071-1/+1
* | staging: comedi: Kconfig: COMEDI_NI_AT_A2150 should select COMEDI_FCIan Abbott2013-01-071-0/+1
* | staging: comedi: prevent auto-unconfig of manually configured devicesIan Abbott2013-01-071-0/+3
* | staging: comedi: fix minimum AO period for NI 625x and NI 628xÉric Piel2013-01-071-8/+8
* | staging: vme_pio2: fix oops on module unloadingKonstantin Khlebnikov2013-01-071-12/+2Star
* | staging: speakup: avoid out-of-range access in synth_add()Samuel Thibault2013-01-071-1/+1
* | staging: speakup: avoid out-of-range access in synth_init()Nickolai Zeldovich2013-01-071-1/+1
* | staging: rtl8192e: Fix failure to check pci_map_single()Larry Finger2013-01-072-2/+13
* | staging: rtl8187se: Fix failure to check pci_map_single()Larry Finger2013-01-071-1/+2
* | staging: drm/imx: fix double free bug in error pathLothar Waßmann2013-01-071-1/+0Star
* | staging: drm/imx: several bug fixesLothar Waßmann2013-01-071-2/+4
* | staging: drm/imx: check return value of ipu_reset()Lothar Waßmann2013-01-071-1/+4
* | staging: drm/omap: fix flags in dma buf exportingRob Clark2013-01-071-1/+1
* | staging: drm/omap: use omapdss low level APIRob Clark2013-01-079-893/+1214
* | staging/fwserial: Update TODO file per reviewer commentsPeter Hurley2013-01-071-8/+3Star
* | staging/fwserial: Limit tx/rx to 1394-2008 spec maximumPeter Hurley2013-01-073-7/+4Star
* | staging/fwserial: Refine Kconfig help textPeter Hurley2013-01-071-1/+3
* | Merge tag 'iio-fixes-for-3.8a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2013-01-0717-21/+69
|\|
| * iio: (max1363) Fix probe error pathGuenter Roeck2012-12-271-7/+6Star
| * iio: dac: ad5446: Don't set error code to voltage_uvAxel Lin2012-12-271-1/+5
| * iio: dac: ad5686: Don't set error code to voltage_uvAxel Lin2012-12-271-1/+5
| * iio: dac: ad5624r_spi: Don't set error code to voltage_uvAxel Lin2012-12-271-1/+5
| * iio: dac: ad5504: Don't set error code to voltage_uvAxel Lin2012-12-271-1/+5
| * iio: dac: ad5791: Don't set error code to [pos|neg]_voltage_uvAxel Lin2012-12-271-2/+11
| * iio: dac: ad5380: Don't set error code to st->vrefAxel Lin2012-12-271-1/+5
| * iio: adc: ad7266: Don't set error code to st->vref_uvAxel Lin2012-12-271-1/+5
| * iio: hid-sensors: respect CONFIG_IIO_TRIGGERAlexander Holler2012-12-276-2/+18
| * iio: at91: fix dev var name in at91_adc_trigger_handlerJean-Christophe PLAGNIOL-VILLARD2012-12-271-1/+1
| * staging:iio:adis16260: Select adislibLars-Peter Clausen2012-12-271-2/+2
| * iio:adf4350: Fix typoMichael Hennerich2012-12-271-1/+1
* | staging: r8712u: Add new device IDLarry Finger2013-01-071-0/+2
* | Staging: wlan-ng: Add missing argumentEmil Goode2013-01-071-3/+4
* | staging: Enable parport sb105x drivers if parport is configuredSteven Rostedt2013-01-071-0/+2
* | staging: Make SystemBase PCI Multiport UART only for x86Steven Rostedt2013-01-071-0/+1
* | Linux 3.8-rc2Linus Torvalds2013-01-031-1/+1
* | Merge branch 'fixes-for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-01-031-2/+3
|\ \
| * | leds: leds-gpio: set devm_gpio_request_one() flags param correctlyJavier Martinez Canillas2013-01-031-2/+3
| |/
* | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2013-01-035-14/+29
|\ \
| * | watchdog: twl4030_wdt: add DT supportAaro Koskinen2013-01-023-2/+23
| * | watchdog: omap_wdt: eliminate unused variable and a compiler warningAaro Koskinen2013-01-021-1/+0Star
| * | watchdog: da9055: Don't update wdt_dev->timeout in da9055_wdt_set_timeout err...Axel Lin2013-01-021-7/+6Star
| * | watchdog: da9055: Fix invalid free of devm_ allocated dataAxel Lin2013-01-021-4/+0Star