summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* usb: gadget: f_ncm: Use atomic_t to track in-flight requestBryan O'Donoghue2020-05-221-4/+13
* usb: dwc3: turn off VBUS when leaving host modeBin Liu2020-05-221-0/+3
* dm space map common: fix to ensure new block isn't already in useJoe Thornber2020-05-224-3/+37
* power: supply: sbs-battery: Fix a signedness bug in sbs_get_battery_capacity()Dan Carpenter2020-05-221-1/+1
* PCI: Don't disable bridge BARs when assigning bus resourcesLogan Gunthorpe2020-05-221-4/+16
* efi: Use early_mem*() instead of early_io*()Daniel Kiper2020-05-221-2/+2
* media: iguanair: fix endpoint sanity checkJohan Hovold2020-05-221-1/+1
* media: iguanair: add sanity checksOliver Neukum2020-05-221-8/+7
* pxa168fb: Fix the function used to release some memory in an error handling pathChristophe JAILLET2020-05-221-3/+3
* gianfar: Fix TX timestamping with a stacked DSA driverVladimir Oltean2020-05-221-3/+7
* rtc: hym8563: Return -EINVAL if the time is known to be invalidPaul Kocialkowski2020-05-221-1/+1
* scsi: qla2xxx: Fix mtcp dump collection failureQuinn Tran2020-05-221-2/+1
* crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan2020-05-221-2/+13
* brcmfmac: Fix memory leak in brcmf_usbdev_qinitNavid Emamdoost2020-05-221-0/+1
* zd1211rw: fix storage endpoint lookupJohan Hovold2020-05-221-1/+1
* rsi_91x_usb: fix interface sanity checkJohan Hovold2020-05-221-1/+1
* orinoco_usb: fix interface sanity checkJohan Hovold2020-05-221-2/+2
* brcmfmac: fix interface sanity checkJohan Hovold2020-05-221-1/+1
* brcmfmac: abort and release host after errorGuenter Roeck2020-05-221-0/+2
* brcmfmac: Fix use after free in brcmf_sdio_readframes()Dan Carpenter2020-05-221-0/+1
* rsi: fix use-after-free on failed probe and unbindJohan Hovold2020-05-221-0/+10
* ath9k: fix storage endpoint lookupJohan Hovold2020-05-221-1/+1
* mmc: spi: Toggle SPI polarity, do not hardcode itLinus Walleij2020-05-221-3/+8
* spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2020-05-222-2/+13
* slcan: Don't transmit uninitialized stack data in paddingRichard Palethorpe2020-04-281-3/+1
* media: fix media devnode ioctl/syscall and unregister raceShuah Khan2020-04-282-14/+20
* media: fix use-after-free in cdev_put() when app exits after driver unbindShuah Khan2020-04-282-21/+33
* media-device: dynamically allocate struct media_devnodeMauro Carvalho Chehab2020-04-283-14/+36
* media-devnode: fix namespace messMauro Carvalho Chehab2020-04-281-57/+57
* media-devnode: add missing mutex lock in error handlerMax Kellermann2020-04-281-0/+3
* drivers/media/media-devnode: clear private_data before put_device()Max Kellermann2020-04-281-1/+2
* media: Fix media_open() to clear filp->private_data in error legShuah Khan2020-04-281-0/+1
* media-devnode: just return 0 instead of using a varMauro Carvalho Chehab2020-04-281-2/+1
* ptp: free ptp device pin descriptors properlyVladis Dronov2020-04-281-2/+2
* ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2020-04-282-18/+15
* ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing2020-04-281-1/+4
* ptp: create "pins" together with the rest of attributesDmitry Torokhov2020-04-283-42/+24
* ptp: use is_visible method to hide unused attributesDmitry Torokhov2020-04-281-70/+55
* ptp: do not explicitly set drvdata in ptp_clock_register()Dmitry Torokhov2020-04-281-2/+0
* media: xirlink_cit: add missing descriptor sanity checksJohan Hovold2020-04-281-1/+17
* media: stv06xx: add missing descriptor sanity checksJohan Hovold2020-04-282-1/+22
* media: ov519: add missing endpoint sanity checksJohan Hovold2020-04-281-0/+10
* vhost: Check docket sk_family instead of call getnameEugenio PĂ©rez2020-04-281-11/+2
* floppy: check FDC index for errors before assigning itLinus Torvalds2020-04-281-2/+5
* vt: selection, push sel_lock upJiri Slaby2020-04-281-9/+7
* vt: selection, push console lock downJiri Slaby2020-04-282-3/+12
* vt: selection, close sel_buffer raceJiri Slaby2020-04-281-6/+17
* vt: selection, handle pending signals in paste_selectionJiri Slaby2020-04-281-1/+6
* tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley2020-04-281-0/+1
* vgacon: Fix a UAF in vgacon_invert_regionZhang Xiaoxu2020-04-281-0/+3