summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-10-23extcon: max77693: Use max77693_update_reg for rmw operationsAxel Lin1-12/+6
2012-10-23extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_Axel Lin1-2/+2
2012-10-23extcon: adc-jack: Add missing MODULE_LICENSEAxel Lin1-0/+5
2012-10-23extcon: adc-jack: Fix checking return value of request_any_context_irqAxel Lin1-3/+2
2012-10-23extcon: Fix return value in extcon_register_interest()Sachin Kamat1-1/+1
2012-10-23extcon: unregister compat link on cleanupPeter Huewe1-0/+4
2012-10-23extcon: Unregister compat class at module unload to fix oopsPeter Huewe1-0/+3
2012-10-23usb: renesas_usbhs: fixup dma transfer stallKuninori Morimoto1-0/+1
2012-10-23usb: renesas_usbhs: fixup: avoid NULL access on error case pipe detachKuninori Morimoto1-0/+5
2012-10-23usb: gadget: net2272: fix missing unlock on error in net2272_irq()Wei Yongjun1-1/+3
2012-10-23usb: musb: dsps: fix res_name lengthDaniel Mack1-4/+4
2012-10-23pch_gbe: don't reset MAC_RX on FIFO overflowVeaceslav Falico1-60/+6
2012-10-23pch_gbe: don't re-set RX_FIFO_ERR flag in napi_pollVeaceslav Falico1-13/+6
2012-10-23pch_gbe: create functions for MAC_RX {en,dis}ableVeaceslav Falico1-6/+20
2012-10-23Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds21-68/+148
2012-10-23Merge tag 'regmap-fix-mmio' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-10-23drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs()Thomas Hellstrom1-8/+12
2012-10-23drm/ttm: Fix a theoretical raceThomas Hellstrom1-2/+2
2012-10-23drm: platform: Don't initialize driver-private dataThierry Reding2-8/+5
2012-10-23drm/debugfs: remove redundant info from gem_namesMarcin Slusarz1-2/+0
2012-10-23drm: fb: cma: Fail gracefully on allocation failureThierry Reding1-1/+1
2012-10-23drm: fb: cma: Fix typo in debug messageThierry Reding1-1/+1
2012-10-23Fix memory leak in cpufreq stats.Tu, Xiaobing1-0/+1
2012-10-23cpufreq / powernow-k8: Remove usage of smp_processor_id() in preemptible codeAndreas Herrmann1-8/+1
2012-10-23PM / Domains: Fix memory leak on error path in pm_genpd_attach_cpuidlejhbird.choi@samsung.com1-1/+4
2012-10-23ACPI: Fix memory leak in acpi_bind_one()Jesper Juhl1-0/+1
2012-10-23staging: ramster: depends on NETRandy Dunlap1-0/+1
2012-10-23staging: omapdrm: fix allocation size for page addresses arrayVincent Penquerc'h1-2/+2
2012-10-23Merge tag 'fixes-for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Russell King2-0/+3
2012-10-23staging: zram: Fix handling of incompressible pagesNitin Gupta1-2/+10
2012-10-23usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assig...Lan Tianyu1-3/+2
2012-10-23usb/xhci: release xhci->lock during turning on/off usb port's acpi power reso...Lan Tianyu1-0/+4
2012-10-23Staging: android: binder: Allow using highmem for binder buffersArve Hjønnevåg1-1/+1
2012-10-23Staging: android: binder: Fix memory leak on thread/process exitArve Hjønnevåg1-1/+27
2012-10-22qla3xxx: Ensure request/response queue addr writes to the registersJoe Jin1-2/+7
2012-10-22staging: comedi: ni_labpc: fix possible NULL deref during detachIan Abbott1-0/+2
2012-10-22staging: comedi: das08: fix possible NULL deref during detachIan Abbott1-0/+2
2012-10-22staging: comedi: amplc_pc263: fix possible NULL deref during detachIan Abbott1-0/+2
2012-10-22staging: comedi: amplc_pc236: fix possible NULL deref during detachIan Abbott1-0/+2
2012-10-22staging: comedi: amplc_pc236: fix invalid register access during detachIan Abbott1-2/+1
2012-10-22staging: comedi: amplc_dio200: fix possible NULL deref during detachIan Abbott1-0/+2
2012-10-22staging: comedi: 8255_pci: fix possible NULL deref during detachIan Abbott1-0/+2
2012-10-22staging: comedi: ni_daq_700: fix dio subdevice regressionFred Brooks1-1/+1
2012-10-22usb hub: send clear_tt_buffer_complete events when canceling TT clear workOctavian Purdila1-2/+5
2012-10-22RDMA/cxgb4: Don't free chunk that we have failed to allocateThadeu Lima de Souza Cascardo1-1/+1
2012-10-22firmware loader: sync firmware cache by async_synchronize_full_domainMing Lei1-28/+6
2012-10-22firmware loader: let direct loading back on 'firmware_buf'Ming Lei1-71/+100
2012-10-22firmware loader: fix one reqeust_firmware raceMing Lei1-12/+20
2012-10-22firmware loader: cancel uncache work before caching firmwareMing Lei1-7/+28
2012-10-22Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie8-21/+47