summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-11xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman
2021-03-11usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressingForest Crossman
2021-03-11xhci: Improve detection of device initiated wake signal.Mathias Nyman
2021-03-11usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka
2021-03-11Merge tag 'usb-serial-5.12-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2021-03-10usbip: fix vudc usbip_sockfd_store races leading to gpfShuah Khan
2021-03-10usbip: fix vhci_hcd attach_store() races leading to gpfShuah Khan
2021-03-10usbip: fix stub_dev usbip_sockfd_store() races leading to gpfShuah Khan
2021-03-10usbip: fix vudc to check for stream socketShuah Khan
2021-03-10usbip: fix vhci_hcd to check for stream socketShuah Khan
2021-03-10usbip: fix stub_dev to check for stream socketShuah Khan
2021-03-10usb: dwc3: qcom: Add missing DWC3 OF node refcount decrementSerge Semin
2021-03-10USB: usblp: fix a hang in poll() if disconnectedPete Zaitcev
2021-03-10USB: gadget: udc: s3c2410_udc: fix return value check in s3c2410_udc_probe()Wei Yongjun
2021-03-10usb: renesas_usbhs: Clear PIPECFG for re-enabling pipe with other EPNUMYoshihiro Shimoda
2021-03-10usb: dwc3: qcom: Honor wakeup enabled/disabled stateMatthias Kaehlcke
2021-03-10usb: gadget: f_uac1: stop playback on function disableRuslan Bilovol
2021-03-10usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slotRuslan Bilovol
2021-03-10USB: gadget: u_ether: Fix a configfs return codeDan Carpenter
2021-03-10usb: dwc3: qcom: add ACPI device id for sc8180xShawn Guo
2021-03-10Goodix Fingerprint device is not a modemYorick de Wid
2021-03-09USB: serial: io_edgeport: fix memory leak in edge_startupPavel Skripkin
2021-03-09USB: serial: ch341: add new Product IDNiv Sardi
2021-03-09USB: serial: xr: fix NULL-deref on disconnectJohan Hovold
2021-03-09USB: serial: cp210x: add some more GE USB IDsSebastian Reichel
2021-03-09USB: serial: cp210x: add ID for Acuity Brands nLight Air AdapterKaran Singhal
2021-03-05Linux 5.12-rc2Linus Torvalds
2021-03-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-03-05Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-05Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-05Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-03-05Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-05Merge tag 'pm-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-03-05Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-03-05Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-05Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-03-05Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-03-05RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()Bob Pearson
2021-03-05RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson
2021-03-05RDMA/rxe: Fix missed IB reference counting in loopbackBob Pearson
2021-03-05io_uring: don't restrict issue_flags for io_openatPavel Begunkov
2021-03-05Merge tag 'nvme-5.12-2021-03-05' of git://git.infradead.org/nvme into block-5.12Jens Axboe
2021-03-05io_uring: make SQPOLL thread parking sanerJens Axboe
2021-03-05io-wq: kill hashed waitqueue before manager exitsJens Axboe
2021-03-05io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED returnJens Axboe
2021-03-05io_uring: don't keep looping for more events if we can't flush overflowJens Axboe
2021-03-05io_uring: move to using create_io_thread()Jens Axboe
2021-03-05Merge branch 'powercap'Rafael J. Wysocki