summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-05-31sony-laptop: Enable keyboard backlight by defaultJosh Boyer1-1/+1
2012-05-31ahci: Detect Marvell 88SE9172 SATA controllerMatt Johnson1-0/+2
2012-05-31Input: wacom - relax Bamboo stylus ID checkChris Bagwell1-6/+1
2012-05-31md: using GFP_NOIO to allocate bio for flush requestShaohua Li1-1/+1
2012-05-31USB: Remove races in devio.cHuajun Li1-8/+25
2012-05-31xhci: Reset reserved command ring TRBs on cleanup.Sarah Sharp1-0/+1
2012-05-31USB: fix resource leak in xhci power loss pathOliver Neukum1-0/+26
2012-05-31usbcore: enable USB2 LPM if port suspend failsAndiry Xu1-0/+4
2012-05-31xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp3-3/+19
2012-05-31tty: Allow uart_register/unregister/registerAlan Cox1-0/+1
2012-05-31USB: cdc-wdm: cannot use dev_printk when device is goneBjørn Mork1-4/+7
2012-05-31USB: cdc-wdm: add debug messages on cleanupBjørn Mork1-2/+6
2012-05-31USB: cdc-wdm: poll must return POLLHUP if device is goneBjørn Mork1-1/+1
2012-05-31USB: serial: ti_usb_3410_5052: Add support for the FRI2 serial consoleDarren Hart2-2/+5
2012-05-31HID: logitech: read all 32 bits of report type bitfieldJonathan Nieder1-2/+3
2012-05-31USB: ohci-at91: add a reset function to fix race conditionNicolas Ferre1-1/+10
2012-05-31usb-storage: unusual_devs entry for Yarvik PMP400 MP4 playerAlan Stern1-0/+7
2012-05-31HID: wiimote: Fix IR data parserDavid Herrmann1-11/+5
2012-05-31USB: ftdi-sio: add support for Physik Instrumente E-861Éric Piel2-0/+9
2012-05-31Add missing call to uart_update_timeout()Lothar Waßmann1-0/+2
2012-05-31usb: gadget: fsl_udc_core: dTD's next dtd pointer need to be updated once wri...Peter Chen1-0/+2
2012-05-31xhci: Add Lynx Point to list of Intel switchable hosts.Sarah Sharp2-2/+20
2012-05-31xhci: Avoid dead ports when CONFIG_USB_XHCI_HCD=nSarah Sharp1-0/+14
2012-05-31usb-xhci: Handle COMP_TX_ERR for isoc tdsHans de Goede1-0/+1
2012-05-318250.c: less than 2400 baud fix.Christian Melki1-4/+5
2012-05-31usb: usbtest: two super speed fixes for usbtestPaul Zimmerman1-5/+12
2012-05-31usb: add USB_QUIRK_RESET_RESUME for M-Audio 88esSteffen Müller1-0/+3
2012-05-318250_pci: fix pch uart matchingArnaud Patard1-0/+18
2012-05-31USB: cdc-wdm: fix memory leakOliver Neukum1-0/+2
2012-05-31USB: cdc-wdm: sanitize error returnsOliver Neukum1-1/+1
2012-05-31USB: move usb_translate_errors to linux/usb.hJohan Hovold1-14/+0
2012-05-31drivers/staging/comedi/comedi_fops.c: add missing vfreeJulia Lawall1-1/+1
2012-05-31isci: fix oem parameter validation on single controller skusDan Williams1-1/+1
2012-05-31RDMA/cxgb4: Drop peer_abort when no endpoint foundSteve Wise1-0/+6
2012-05-31RDMA/cxgb4: Always wake up waiters in c4iw_peer_abort_intr()Steve Wise1-4/+1
2012-05-31iommu: Fix off by one in dmar_get_fault_reason()Dan Carpenter1-2/+2
2012-05-31regulator: core: Release regulator-regulator supplies on errorMark Brown1-0/+2
2012-05-31IB/core: Fix mismatch between locked and pinned pagesYishai Hadas1-1/+1
2012-05-31isdn/gigaset: improve error handling querying firmware versionTilman Schmidt1-1/+3
2012-05-31isdn/gigaset: fix CAPI disconnect B3 handlingTilman Schmidt1-0/+4
2012-05-31isdn/gigaset: ratelimit CAPI message dumpsTilman Schmidt1-13/+9
2012-05-31mpt2sas: Fix for panic happening because of improper memory allocationnagalakshmi.nandigama@lsi.com1-3/+3
2012-05-31hpsa: Fix problem with MSA2xxx devicesStephen M. Cameron1-19/+15
2012-05-31mtd: sm_ftl: fix typo in major number.Maxim Levitsky1-1/+1
2012-05-21stmmac: Fix compilation error in mmc_core.cStefan Roese1-0/+1
2012-05-21e1000: Prevent reset task killing itself.Tushar Dave1-1/+5
2012-05-21target: Fix bug in handling of FILEIO + block_device resize opsNicholas Bellinger1-6/+16
2012-05-21MD: Add del_timer_sync to mddev_suspend (fix nasty panic)Jonathan Brassow1-0/+2
2012-05-21cdc_ether: add Novatel USB551L device IDs for FLAG_WWANDan Williams1-0/+16
2012-05-21usbnet: fix skb traversing races during unlink(v2)Ming Lei1-16/+38