summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-10-25USB: mct_u232: fix broken closeJohan Hovold1-6/+8
2012-10-25USB: mct_u232: fix port-data memory leakJohan Hovold1-20/+25
2012-10-25USB: opticon: fix memory leak in error pathJohan Hovold1-1/+3
2012-10-25USB: opticon: fix DMA from stackJohan Hovold1-1/+6
2012-10-25USB: quatech2: fix io after disconnectJohan Hovold1-0/+7
2012-10-25USB: quatech2: fix close and disconnect urb handlingJohan Hovold1-4/+2
2012-10-25USB: quatech2: fix port-data memory leaksJohan Hovold1-70/+51
2012-10-25USB: quatech2: fix memory leak in error pathJohan Hovold1-0/+1
2012-10-25USB: omninet: fix port-data memory leakJohan Hovold1-18/+18
2012-10-25USB: mos7720: fix port-data memory leakJohan Hovold1-30/+32
2012-10-25USB: digi_acceleport: fix port-data memory leakJohan Hovold1-50/+67
2012-10-25USB: ch341: fix port-data memory leakJohan Hovold1-7/+16
2012-10-25USB: whiteheat: fix port-data memory leakJohan Hovold1-33/+26
2012-10-25USB: whiteheat: fix memory leak in error pathJohan Hovold1-0/+1
2012-10-25USB: metro-usb: fix io after disconnectJohan Hovold1-9/+6
2012-10-25USB: metro-usb: fix port-data memory leakJohan Hovold1-37/+13
2012-10-25vhost: fix mergeable bufs on BE hostsMichael S. Tsirkin1-1/+2
2012-10-25gianfar_ptp: use iomem, not ioports resource tree in probeWei Yang1-1/+1
2012-10-25Merge branch 'fixes-for-3.7' of git://gitorious.org/linux-can/linux-canDavid S. Miller2-5/+27
2012-10-25NET_VENDOR_TI: make available for am33xx as wellPeter Korsgaard1-1/+1
2012-10-25pch_gbe: fix error handling in pch_gbe_up()Veaceslav Falico1-6/+11
2012-10-25Merge tag 'spi-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-25/+34
2012-10-25Merge tag 'iommu-fixes-v3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+33
2012-10-25Merge tag 'pinctrl-v3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-21/+19
2012-10-25Merge tag 'edac_scrubrates_fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+4
2012-10-25staging: tidspbridge: delete unused mmu functionsOmar Ramirez Luna2-78/+0
2012-10-25staging: tidspbridge: ioremap physical address of the stack segment in shmOmar Ramirez Luna1-6/+15
2012-10-25staging: tidspbridge: ioremap dsp sync addrOmar Ramirez Luna1-11/+26
2012-10-25staging: tidspbridge: change type to __iomem for per and core addressesOmar Ramirez Luna2-6/+6
2012-10-25staging: tidspbridge: drop const from custom mmu implementationOmar Ramirez Luna2-34/+34
2012-10-25staging: tidspbridge: request the right irq for mmuOmar Ramirez Luna1-2/+2
2012-10-25Drivers: hv: Cleanup error handling in vmbus_open()K. Y. Srinivasan1-11/+13
2012-10-25staging: ipack: add missing include (implicit declaration of function 'kfree')Sergei Trofimovich1-0/+1
2012-10-25usb-storage: add unusual_devs entry for Casio EX-N1 digital cameraMichael Shigorin1-0/+6
2012-10-24Revert "serial: omap: fix software flow control"Felipe Balbi1-6/+6
2012-10-24USB: serial: Fix memory leak in sierra_release()Lennart Sorensen1-0/+1
2012-10-24b43: Fix oops on unload when firmware not foundLarry Finger1-0/+4
2012-10-24mwifiex: clean up scan state on errorBing Zhao1-2/+5
2012-10-24mwifiex: return -EBUSY if specific scan request cannot be honoredBing Zhao1-8/+5
2012-10-24brcmfmac: fix potential NULL dereferenceYuanhan Liu1-1/+1
2012-10-24Revert "ath9k_hw: Updated AR9003 tx gain table for 5GHz"Felix Fietkau1-82/+82
2012-10-24ath9k_htc: Add PID/VID for a Ubiquiti WiFiStationMohammed Shafi Shajakhan1-0/+1
2012-10-24rt2x00: usb: fix reset resumeStanislaw Gruszka3-0/+3
2012-10-24rtlwifi: pass rx setup error code to callerChristian Lamparter1-1/+1
2012-10-24drm/radeon: fix ATPX regression in acpi reworkAlex Deucher1-1/+1
2012-10-24drm/radeon: fix ATPX function documentationAlex Deucher1-2/+2
2012-10-24drm/radeon: move the retry to gem_object_createChristian König2-11/+7
2012-10-24drm/radeon: move size limits to gem_object_create.Christian König2-9/+10
2012-10-24drm/radeon: use vzalloc for gart pagesChristian König1-6/+5
2012-10-24drm/radeon: fix and simplify pot argument checks v3Christian König1-36/+24