summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | target: fix NULL pointer dereference bug alloc_page() fails to get memoryYi Zou2012-08-161-2/+2
| * | | tcm_fc: Avoid debug overhead when not debuggingMark Rustad2012-08-162-1/+8
| * | | tcm_vhost: Post-merge review changes requested by MSTNicholas Bellinger2012-08-162-93/+111
| * | | tcm_vhost: Fix incorrect IS_ERR() usage in vhost_scsi_map_iov_to_sglFengguang Wu2012-08-161-2/+2
| |/ /
* | | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds2012-08-224-12/+21
|\ \ \
| * | | i2c: tegra: protect suspend/resume callbacks with CONFIG_PM_SLEEPLaxman Dewangan2012-08-181-1/+1
| * | | i2c: diolan-u2c: Fix master_xfer return codeGuenter Roeck2012-08-181-0/+1
| * | | I2C: OMAP: xfer: fix runtime PM get/put balance on errorKevin Hilman2012-08-181-1/+1
| * | | i2c: nomadik: Add default configuration into the Nomadik I2C driverLee Jones2012-08-181-10/+18
| |/ /
* | | Merge tag 'for-3.6-rc3' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-08-227-22/+36
|\ \ \
| * | | pwm: Improve Kconfig help textThierry Reding2012-08-201-6/+25
| * | | pwm: core: Fix coding style issuesSachin Kamat2012-08-171-4/+4
| * | | pwm: vt8500: Fix coding style issueSachin Kamat2012-08-171-1/+1
| * | | pwm: Remove a redundant error message when devm_request_and_ioremap failsAxel Lin2012-08-173-9/+3
| * | | pwm: samsung: add missing device pointer to struct pwm_chipJingoo Han2012-08-171-0/+1
| * | | pwm: Add missing static storage class specifiers in core.c fileSachin Kamat2012-08-171-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-221-12/+7
|\ \ \
| * | | vfio: grab vfio_device reference *before* exposing the sucker via fd_install()Al Viro2012-08-221-2/+2
| * | | vfio: get rid of vfio_device_put()/vfio_group_get_device* racesAl Viro2012-08-221-2/+1
| * | | vfio: get rid of open-coding kref_put_mutexAl Viro2012-08-221-7/+2
| * | | vfio: don't dereference after kfree...Al Viro2012-08-221-1/+2
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-216-34/+86
|\ \ \ \
| * | | | rapidio/tsi721: fix unused variable compiler warningAlexandre Bounine2012-08-211-1/+4
| * | | | rapidio/tsi721: fix inbound doorbell interrupt handlingAlexandre Bounine2012-08-211-0/+7
| * | | | drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour modeAtsushi Nemoto2012-08-211-2/+5
| * | | | drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributesIlya Shchepetkov2012-08-211-0/+2
| * | | | drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ...Robin Holt2012-08-211-19/+65
| * | | | cciss: fix incorrect scsi status reportingStephen M. Cameron2012-08-211-10/+1
| * | | | cs5535-clockevt: typo, it's MFGPT, not MFPGTJens Rottmann2012-08-211-2/+2
* | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-08-2114-178/+216
|\ \ \ \ \
| * | | | | [media] media: soc_camera: don't clear pix->sizeimage in JPEG modeAlbert Wang2012-08-152-1/+8
| * | | | | [media] media: mx2_camera: Fix clock handling for i.MX27Javier Martin2012-08-151-14/+29
| * | | | | [media] video: mx2_camera: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam2012-08-151-6/+6
| * | | | | [media] video: mx1_camera: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam2012-08-151-2/+2
| * | | | | [media] media: mx3_camera: buf_init() add buffer state checkAlex Gershgorin2012-08-151-15/+7
| * | | | | [media] radio-shark2: Only compile led support when CONFIG_LED_CLASS is setHans de Goede2012-08-121-49/+73
| * | | | | [media] radio-shark: Only compile led support when CONFIG_LED_CLASS is setHans de Goede2012-08-121-56/+79
| * | | | | [media] radio-shark*: Call cancel_work_sync from disconnect rather then releaseHans de Goede2012-08-122-21/+4
| * | | | | [media] radio-shark*: Remove work-around for dangling pointer in usb intfdataHans de Goede2012-08-122-18/+0
| * | | | | [media] Add USB dependency for IguanaWorks USB IR TransceiverGuenter Roeck2012-08-121-0/+1
| * | | | | [media] Add missing logging for rangelow/high of hwseekHans Verkuil2012-08-111-2/+4
| * | | | | [media] VIDIOC_ENUM_FREQ_BANDS fixHans Verkuil2012-08-111-0/+4
| * | | | | [media] mem2mem_testdev: fix querycap regressionHans Verkuil2012-08-111-1/+1
| * | | | | [media] si470x: v4l2-compliance fixesHans Verkuil2012-08-113-3/+7
| * | | | | [media] uvcvideo: Reset the bytesused field when recycling an erroneous bufferJayakrishnan Memana2012-08-111-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-08-2130-301/+163
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | netconsole: remove a redundant netconsole_target_put()Amerigo Wang2012-08-201-1/+0
| * | | | | net/stmmac: fix issue of clk_get for Loongson1B.Kelvin Cheung2012-08-201-1/+1
| * | | | | drivers/net/irda: fix error return codeJulia Lawall2012-08-202-0/+2
| * | | | | drivers/net/wan/dscc4.c: fix error return codeJulia Lawall2012-08-201-2/+3