summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-12-09staging: line6: fixed ALSA/PCM interactionMarkus Grabner6-45/+118
2011-12-09staging: line6: wait for urbs in snd_line6_prepare()Stefan Hajnoczi1-0/+14
2011-12-09staging: line6: eliminate useless NULL checksStefan Hajnoczi4-20/+4
2011-12-09staging: line6: eliminate useless index_out variableStefan Hajnoczi2-9/+1
2011-12-09staging: line6: fix playback urb transfer buffer calculationStefan Hajnoczi1-1/+1
2011-12-09staging: line6: fix memory leak in .hw_params()Stefan Hajnoczi2-4/+10
2011-12-09Merge 3.2-rc5 into staging-nextGreg Kroah-Hartman420-34754/+20103
2011-12-09net/hyperv: Fix the stop/wake queue mechanismHaiyang Zhang2-26/+12
2011-12-09Merge branch 'spi/for-3.2' of git://git.pengutronix.de/git/wsa/linux-2.6Linus Torvalds4-4/+6
2011-12-09staging:iio:dac:ad5791: Add id entry for the ad5790Lars-Peter Clausen2-4/+6
2011-12-09Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds3-7/+32
2011-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-4/+4
2011-12-09rapidio/tsi721: modify PCIe capability settingsAlexandre Bounine2-5/+17
2011-12-09rapidio/tsi721: fix mailbox resource reportingAlexandre Bounine1-2/+2
2011-12-09rapidio/tsi721: switch to dma_zalloc_coherentAlexandre Bounine1-13/+4
2011-12-09drivers/rtc/rtc-s3c.c: fix driver clock enable/disable balance issuesJonghwan Choi1-1/+1
2011-12-09md: raid5 crash during degradationAdam Kwolek1-2/+2
2011-12-08Staging: comedi: fix initialise statics to 0 or NULL issue in cb_das16_cs.cRavishankar karkala Mallikarjunayya1-1/+1
2011-12-08Staging: comedi: fix initialise statics to 0 or NULL issue in dt3000.cRavishankar karkala Mallikarjunayya1-1/+1
2011-12-08Staging: comedi: fix line over 80 character issue in cb_pcimdda.cRavishankar karkala Mallikarjunayya1-7/+17
2011-12-08Staging: comedi: fix brace coding style issue in daqboard2000.cRavishankar karkala Mallikarjunayya1-10/+5
2011-12-08staging: comedi: comedi_fops: Removed int overflow checkFlorian Schmaus1-19/+11
2011-12-08staging: comedi: comedi_fops: Replace deprecated strict_strtoul with kstrtouintFlorian Schmaus1-12/+20
2011-12-08Staging: lttng: remove from the drivers/staging/ treeGreg Kroah-Hartman134-25927/+0
2011-12-08staging: remove intel_sst driverGreg Kroah-Hartman27-14483/+0
2011-12-08staging: lttng: Update max symbol length to 256Mathieu Desnoyers1-1/+1
2011-12-08staging: lttng: TODO update: lttng reported to work fine on -rt nowMathieu Desnoyers1-6/+0
2011-12-08staging: lttng: Fix recent modifications to string_from_user operationYannick Brosseau1-2/+2
2011-12-08drm/omap: add GEM support for tiled/dmm buffersRob Clark6-37/+466
2011-12-08drm/omap: DMM/TILER support for OMAP4+ platformAndy Gross11-11/+2143
2011-12-08staging: et131x: Revert changes from previous commitMark Einon1-15/+13
2011-12-08Staging: olpc_dcon.c: obsolete use of strict_stroulValentin Rothberg1-4/+4
2011-12-08Staging: olpc_dcon.c: obsolete use of strict_strtoulValentin Rothberg1-3/+3
2011-12-08staging: mei: updating mei driver documentationOren Weil1-100/+126
2011-12-08staging/mei: fix failure for multiple mei clients connectionNatalia Ovsyanikov1-1/+1
2011-12-08staging/mei: Don't check if loop cursor is nullTomas Winkler1-8/+5
2011-12-08staging: olpc_dcon: ->read_status() API changeXi Wang4-15/+11
2011-12-08Staging: zram: Add a missing GFP_KERNEL specifier in zram_init_device()Jerome Marchand1-1/+2
2011-12-08Staging: zram/zram_sysfs.c: Fixed call of obsolete function strict_strtoXSergey Datsevich1-3/+3
2011-12-08Staging: hv: storvsc: Fix a bug in create_bounce_buffer()K. Y. Srinivasan1-3/+6
2011-12-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+3
2011-12-08staging: bcm: led_control.c: breaking of long linesJohannes Tenschert1-92/+199
2011-12-08staging: bcm: led_control.c: fix parens/bracesJohannes Tenschert1-208/+87
2011-12-08staging: bcm: led_control.c: fix commentsJohannes Tenschert1-122/+167
2011-12-08staging: bcm: led_control.c: fix indentationJohannes Tenschert1-146/+146
2011-12-08staging: bcm: led_control.c: fix whitespacesJohannes Tenschert1-217/+215
2011-12-08Staging: bcm: Alter return value for copy_to/from_user() to "return -EFAULT" ...Kevin McKinney1-34/+41
2011-12-08Staging: bcm: Alter code to move error handling closer to the calls; and remo...Kevin McKinney1-9/+5
2011-12-08Staging: bcm: Fix double free of 'pReadData' in IOCTL_BCM_NVM_WRITE.Kevin McKinney1-1/+1
2011-12-08staging/line6: refactor device information and add POD HD 500Markus Grabner5-61/+109