summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-10-31xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp1-0/+11
2012-10-31USB: mos7840: remove invalid disconnect handlingJohan Hovold1-12/+1
2012-10-31USB: mos7840: remove NULL-urb submissionJohan Hovold1-14/+1
2012-10-31USB: mos7840: fix port-device leak in error pathJohan Hovold1-1/+0
2012-10-31USB: mos7840: fix urb leak at releaseJohan Hovold1-0/+1
2012-10-31USB: sierra: fix memory leak in probe error pathJohan Hovold1-6/+10
2012-10-31USB: sierra: fix memory leak in attach error pathJohan Hovold1-1/+8
2012-10-31USB: serial: Fix memory leak in sierra_release()Lennart Sorensen1-0/+1
2012-10-31USB: opticon: fix memory leak in error pathJohan Hovold1-1/+3
2012-10-31USB: opticon: fix DMA from stackJohan Hovold1-1/+6
2012-10-31USB: whiteheat: fix memory leak in error pathJohan Hovold1-0/+1
2012-10-31usb hub: send clear_tt_buffer_complete events when canceling TT clear workOctavian Purdila1-2/+5
2012-10-31usb-storage: add unusual_devs entry for Casio EX-N1 digital cameraMichael Shigorin1-0/+6
2012-10-31ehci: Add yet-another Lucid nohandoff pci quirkAnisse Astier1-0/+7
2012-10-31ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versionsAnisse Astier1-1/+1
2012-10-31drivers/rtc/rtc-imxdi.c: add missing spin lock initializationJan Luebbe1-0/+2
2012-10-28xHCI: handle command after aborting the command ringElric Fu2-6/+168
2012-10-28xHCI: cancel command after command timeoutElric Fu2-7/+22
2012-10-28xHCI: add aborting command ring functionElric Fu4-1/+128
2012-10-28xHCI: add cmd_ring_stateElric Fu3-1/+11
2012-10-28skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboardGraham Gower1-0/+7
2012-10-28drm/i915: apply timing generator bug workaround on CPT and PPTJesse Barnes2-0/+9
2012-10-28media: au0828: fix case where STREAMOFF being called on stopped stream causes...Devin Heitmueller1-4/+8
2012-10-28amd64_edac:__amd64_set_scrub_rate(): avoid overindexing scrubrates[]Andrew Morton1-7/+4
2012-10-28USB: option: add more ZTE devicesBjørn Mork1-0/+18
2012-10-28USB: option: blacklist net interface on ZTE devicesBjørn Mork1-22/+52
2012-10-28usb: acm: fix the computation of the number of data bitsNicolas Boullis1-5/+15
2012-10-28USB: cdc-acm: fix pipe type of write endpointMing Lei1-1/+1
2012-10-28pcmcia: sharpsl: don't discard sharpsl_pcmcia_opsArnd Bergmann1-1/+1
2012-10-21tpm: Propagate error from tpm_transmit to fix a timeout hangPeter Huewe1-7/+14
2012-10-21drm/radeon: Don't destroy I2C Bus Rec in radeon_ext_tmds_enc_destroy().Egbert Eich1-5/+1
2012-10-21Add CDC-ACM support for the CX93010-2x UCMxx USB ModemJean-Christian de Rivaz1-0/+3
2012-10-21tg3: Apply short DMA frag workaround to 5906Matt Carlson1-2/+3
2012-10-21viafb: don't touch clock state on OLPC XO-1.5Daniel Drake1-0/+19
2012-10-21video/udlfb: fix line counting in fb_writeAlexander Holler1-1/+1
2012-10-21firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel)Stefan Richter1-2/+2
2012-10-21ACPI: EC: Add a quirk for CLEVO M720T/M730T laptopFeng Tang1-1/+15
2012-10-21ACPI: EC: Make the GPE storm threshold a module parameterFeng Tang1-4/+10
2012-10-13mtd: omap2: fix module loadingAndreas Bießmann1-0/+1
2012-10-13mtd: omap2: fix omap_nand_remove segfaultAndreas Bießmann1-1/+1
2012-10-13mtd: nand: Use the mirror BBT descriptor when reading its versionShmulik Ladkani1-1/+1
2012-10-13mtd: nandsim: bugfix: fail if overridesize is too bigRichard Genoud1-0/+1
2012-10-13mtd: autcpu12-nvram: Fix compile breakageAlexander Shiyan1-8/+11
2012-10-13r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga1-0/+3
2012-10-13r8169: fix unsigned int wraparound with TSOJulien Ducourthial1-6/+10
2012-10-13r8169: 8168c and later require bit 0x20 to be set in Config2 for PME signaling.Francois Romieu1-0/+6
2012-10-13r8169: Config1 is read-only on 8168c and later.Francois Romieu1-2/+13
2012-10-13r8169: runtime resume before shutdown.françois romieu1-0/+5
2012-10-13r8169: missing barriers.Francois Romieu1-3/+2
2012-10-13r8169: fix Config2 MSIEnable bit setting.françois romieu1-6/+8