summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-01-09mmc: sdhci: Fix recovery from tuning timeoutAdrian Hunter1-0/+20
2017-01-09ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)1-2/+5
2017-01-09rtlwifi: Fix enter/exit power_saveLarry Finger4-27/+40
2017-01-09ssb: Fix error routine when fallback SPROM failsLarry Finger1-0/+1
2017-01-06ppp: defer netns reference release for ppp channelWANG Cong1-2/+3
2017-01-06driver core: fix race between creating/querying glue dir and its cleanupMing Lei1-10/+29
2017-01-06xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancingBoris Ostrovsky1-1/+1
2017-01-06tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe1-1/+0
2017-01-06dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski1-8/+6
2017-01-06dm crypt: mark key as invalid until properly loadedOndrej Kozina1-2/+5
2017-01-06dm flakey: return -EINVAL on interval bounds error in flakey_ctr()Wei Yongjun1-0/+2
2017-01-06usb: gadget: composite: always set ep->mult to a sensible valueFelipe Balbi2-3/+8
2017-01-06loop: return proper error from loop_queue_rq()Omar Sandoval1-1/+1
2017-01-06crypto: caam - fix AEAD givenc descriptorsAlex Porosanu1-1/+3
2017-01-06clk: ti: omap36xx: Work around sprz319 advisory 2.1Richard Watts4-11/+104
2017-01-06USB: UHCI: report non-PME wakeup signalling for Intel hardwareAlan Stern1-0/+4
2017-01-06usb: gadget: composite: correctly initialize ep->maxpacketFelipe Balbi1-1/+1
2017-01-06usb: gadget: f_uac2: fix error handling at afunc_bindPeter Chen1-7/+7
2017-01-06usb: hub: Fix auto-remount of safely removed or ejected USB-3 devicesMathias Nyman1-65/+36
2017-01-06USB: cdc-acm: add device id for GW Instek AFG-125Nathaniel Quillin1-0/+1
2017-01-06USB: serial: kl5kusb105: fix open error pathJohan Hovold1-9/+24
2017-01-06USB: serial: option: add dlink dwm-158Giuseppe Lippolis1-0/+1
2017-01-06USB: serial: option: add support for Telit LE922A PIDs 0x1040, 0x1041Daniele Palmas1-0/+6
2016-12-15can: peak: fix bad memory access and free sequence추지호1-2/+4
2016-12-15zram: restrict add/remove attributes to root onlySergey Senozhatsky1-1/+7
2016-12-10geneve: avoid use-after-free of skb->dataSabrina Dubroca1-10/+4
2016-12-10sh_eth: remove unchecked interrupts for RZ/A1Chris Brandt1-1/+1
2016-12-10net: bcmgenet: Utilize correct struct device for all DMA operationsFlorian Fainelli1-3/+5
2016-12-10net: dsa: bcm_sf2: Ensure we re-negotiate EEE during after link changeFlorian Fainelli1-0/+4
2016-12-10net: sky2: Fix shutdown crashJeremy Linton1-0/+13
2016-12-10virtio-net: add a missing synchronize_net()Eric Dumazet1-0/+5
2016-12-08pwm: Fix device reference leakJohan Hovold1-0/+2
2016-12-08mwifiex: printk() overflow with 32-byte SSIDsBrian Norris1-6/+7
2016-12-08PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX)Johannes Thumshirn1-1/+27
2016-12-08PCI: Export pcie_find_root_portJohannes Thumshirn1-14/+0
2016-12-08zram: fix unbalanced idr management at hot removalTakashi Iwai1-1/+2
2016-12-02scsi: mpt3sas: Unblock device after controller resetSuganath Prabu S1-5/+8
2016-12-02mei: fix return value on disconnectionTomas Winkler2-2/+2
2016-12-02mei: me: fix place for kaby point device ids.Tomas Winkler1-3/+4
2016-12-02mei: me: disable driver on SPT SPS firmwareTomas Winkler2-4/+10
2016-12-02drm/radeon: Ensure vblank interrupt is enabled on DPMS transition to onMichel Dänzer2-0/+4
2016-12-02scsi: mpt3sas: Fix secure erase premature terminationAndrey Grodzovsky1-1/+14
2016-12-02Fix USB CB/CBI storage devices with CONFIG_VMAP_STACK=yPetr Vandrovec1-1/+6
2016-12-02USB: serial: ftdi_sio: add support for TI CC3200 LaunchPadDoug Brown2-0/+8
2016-12-02USB: serial: cp210x: add ID for the Zone DPMXPaul Jakma1-0/+1
2016-12-02usb: chipidea: move the lock initialization to core filePeter Chen2-2/+1
2016-12-02iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj2-1/+16
2016-12-02iommu/vt-d: Fix PASID table allocationDavid Woodhouse1-11/+17
2016-11-26IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch1-16/+110
2016-11-26IB/uverbs: Fix leak of XRC target QPsTariq Toukan1-5/+2