summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | USB: mos7840: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-5/+8
| * | | | | | USB: mos7840: fix broken TIOCMIWAITJohan Hovold2013-03-211-2/+3
| * | | | | | USB: mct_u232: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-6/+7
| * | | | | | USB: io_ti: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-6/+6
| * | | | | | USB: io_edgeport: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-5/+7
| * | | | | | USB: ftdi_sio: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-11/+8
| * | | | | | USB: f81232: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-4/+5
| * | | | | | USB: cypress_m8: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-6/+8
| * | | | | | USB: ch341: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-5/+6
| * | | | | | USB: ark3116: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-4/+6
| * | | | | | USB: serial: fix interface refcountingJohan Hovold2013-03-211-1/+2
| * | | | | | USB: io_ti: fix get_icount for two port adaptersJohan Hovold2013-03-211-0/+1
| * | | | | | USB: garmin_gps: fix memory leak on disconnectJohan Hovold2013-03-211-6/+1
| * | | | | | USB: cdc-acm: fix device unregistrationJohan Hovold2013-03-211-1/+2
| * | | | | | usb: cdc-acm: fix error handling in acm_probe()Alexey Khoroshilov2013-03-211-2/+17
| * | | | | | Merge tag 'fixes-for-v3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2013-03-218-11/+28
| |\ \ \ \ \ \
| | * | | | | | usb: gadget: net2272: finally convert "CONFIG_USB_GADGET_NET2272_DMA"Paul Bolle2013-03-211-1/+1
| | * | | | | | usb: gadget: f_rndis: Avoid to use ERROR macro if cdev can be nullTruls Bengtsson2013-03-201-2/+1
| | * | | | | | usb: gadget: ffs: fix enable multiple instancesAndrzej Pietrasiewicz2013-03-201-2/+2
| | * | | | | | USB: gadget: net2280: remove leftover driver->unbind call in error pathwayAlan Stern2013-03-201-1/+0
| | * | | | | | usb: gadget: udc-core: fix a regression during gadget driver unbindingAlan Stern2013-03-201-1/+1
| | * | | | | | usb: gadget: net22xx: fix ->disconnect reportingFelipe Balbi2013-03-202-0/+14
| | * | | | | | usb: musb: gadget: do *unmap_dma_buffer* only for valid DMA addrKishon Vijay Abraham I2013-03-181-2/+7
| | * | | | | | usb: gadget: u_serial: fix typo which cause build warningBo Shen2013-03-141-1/+1
| | * | | | | | usb: musb: da8xx: Fix build breakage due to typoMikhail Kshevetskiy2013-03-141-1/+1
| * | | | | | | USB: EHCI: fix regression in QH unlinkingAlan Stern2013-03-211-1/+1
| * | | | | | | USB: xhci - fix bit definitions for IMAN registerDmitry Torokhov2013-03-181-2/+2
| * | | | | | | USB: EHCI: fix regression during bus resumeAlan Stern2013-03-153-1/+15
| * | | | | | | usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 playerDmitry Artamonow2013-03-151-0/+7
| * | | | | | | USB: xhci: correctly enable interruptsHannes Reinecke2013-03-152-10/+16
* | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2013-03-223-21/+17
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | EDAC: Merge mci.mem_is_per_rank with mci.csbasedMauro Carvalho Chehab2013-03-163-5/+4
| * | | | | | | amd64_edac: Correct DIMM sizesMauro Carvalho Chehab2013-03-162-15/+12
| * | | | | | | EDAC: Make sysfs functions staticStephen Hemminger2013-03-051-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2013-03-214-31/+24
|\ \ \ \ \ \ \
| * | | | | | | thermal: exynos_thermal: return a proper error code while thermal_zone_device...Devendra Naga2013-03-111-1/+1
| * | | | | | | thermal: rcar_thermal: propagate return value of thermal_zone_device_registerDevendra Naga2013-03-111-1/+3
| * | | | | | | Thermal: kirkwood: Convert to devm_ioremap_resource()Sachin Kamat2013-03-111-5/+3
| * | | | | | | Thermal: rcar: Convert to devm_ioremap_resource()Sachin Kamat2013-03-111-10/+6
| * | | | | | | Thermal: dove: Convert to devm_ioremap_resource()Sachin Kamat2013-03-111-10/+6
| * | | | | | | thermal: rcar: fix missing unlock on error in rcar_thermal_update_temp()Wei Yongjun2013-03-111-4/+5
* | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-03-2117-89/+191
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-03-214-7/+31
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/i915: stop using GMBUS IRQs on Gen4 chipsJiri Kosina2013-03-201-1/+10
| | * | | | | | | | drm/i915: Use the fixed pixel clock for eDP in intel_dp_set_m_n()Takashi Iwai2013-03-181-1/+11
| | * | | | | | | | Revert "drm/i915: try to train DP even harder"Takashi Iwai2013-03-171-1/+1
| | * | | | | | | | drm/i915: bounds check execbuffer relocation countKees Cook2013-03-131-3/+8
| | * | | | | | | | drm/i915: restrict kernel address leak in debugfsKees Cook2013-03-131-1/+1
| | |/ / / / / / /
| * | | | | | | | drm/mgag200: Bug fix: Modified pll algorithm for EH projectJulia Lemire2013-03-211-5/+5
| * | | | | | | | Merge branch 'drm-fixes-3.9' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-03-203-17/+38
| |\ \ \ \ \ \ \ \