summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | usb: dwc3: gadget: stop processing on HWO setFelipe Balbi2016-08-111-10/+1
| | * | | | usb: dwc3: don't set last bit for ISOC endpointsJanusz Dziedzic2016-08-111-1/+1
| | * | | | usb: gadget: rndis: free response queue during REMOTE_NDIS_RESET_MSGXerox Lin2016-08-111-0/+6
| | * | | | usb: udc: core: fix error handlingPeter Chen2016-08-111-1/+4
| | * | | | usb: gadget: fsl_qe_udc: off by one in setup_received_handle()Dan Carpenter2016-08-111-1/+1
| | * | | | usb/gadget: fix gadgetfs aio support.Mathieu Laurendeau2016-08-111-1/+1
| | * | | | usb: gadget: composite: Fix return value in case of errorChristophe JAILLET2016-08-111-2/+2
| | * | | | usb: gadget: uvc: Fix return value in case of errorChristophe JAILLET2016-08-111-1/+1
| | * | | | usb: gadget: fix check in sync read from ep in gadgetfsBinyamin Sharet2016-08-111-1/+1
| | * | | | usb: misc: usbtest: usbtest_do_ioctl may return positive integerPeter Chen2016-08-111-1/+1
| | * | | | usb: dwc3: fix missing platform_set_drvdata() in dwc3_of_simple_probe()Wei Yongjun2016-08-111-0/+1
| | * | | | usb: phy: omap-otg: Fix missing platform_set_drvdata() in omap_otg_probe()Wei Yongjun2016-08-111-0/+2
| | * | | | usb: gadget: configfs: add mutex lock before unregister gadgetWinter Wang2016-08-111-0/+2
| | * | | | usb: gadget: u_ether: fix dereference after null check coverify warningPeter Chen2016-08-111-1/+2
| | * | | | usb: gadget: composite: fix dereference after null check coverify warningPeter Chen2016-08-111-0/+2
| | * | | | usb: renesas_usbhs: Use dmac only if the pipe type is bulkYoshihiro Shimoda2016-08-111-2/+2
| | * | | | usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()Yoshihiro Shimoda2016-08-111-2/+5
| | * | | | usb: renesas_usbhs: Fix receiving data corrupt on R-Car Gen3 with dmacYoshihiro Shimoda2016-08-111-1/+2
| | * | | | usb: dwc3: pci: add Intel Kabylake PCI IDHeikki Krogerus2016-08-101-0/+2
| | * | | | usb: dwc3: gadget: always cleanup all TRBsFelipe Balbi2016-08-101-1/+1
| | * | | | usb: dwc3: gadget: fix for short pkts during chained xfersFelipe Balbi2016-08-101-3/+20
| | * | | | usb: dwc3: gadget: increment request->actual onceFelipe Balbi2016-08-101-8/+11
| | |/ / /
| * | | | usb: host: max3421-hcd: fix mask of IO control registerJaewon Kim2016-08-091-1/+1
| * | | | USB: remove race condition in usbfs/libusb when using reap-after-disconnectAlan Stern2016-08-091-1/+3
| * | | | usb: devio, do not warn when allocation failsJiri Slaby2016-08-091-1/+2
| * | | | usb: ehci: change order of register cleanup during shutdownMarc Ohlf2016-08-091-2/+2
| * | | | USB: validate wMaxPacketValue entries in endpoint descriptorsAlan Stern2016-08-091-3/+63
| * | | | usb: misc: ftdi-elan: Fix off-by-one memory corruptionsXiao Han2016-08-091-5/+5
| * | | | usb: misc: usbtest: usbtest_do_ioctl may return positive integerPeter Chen2016-08-091-1/+1
| * | | | USB: hub: change the locking in hub_activateAlan Stern2016-08-091-3/+3
| * | | | USB: hub: fix up early-exit pathway in hub_activateAlan Stern2016-08-091-9/+6
| * | | | usb: hub: Fix unbalanced reference count/memory leak/deadlocksViresh Kumar2016-08-091-2/+0
| |/ / /
* | | | Merge tag 'xfs-iomap-for-linus-4.8-rc3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-08-1911-28/+119
|\ \ \ \
| * \ \ \ Merge branch 'iomap-fixes-4.8-rc3' into for-nextDave Chinner2016-08-175-20/+71
| |\ \ \ \
| | * | | | xfs: (re-)implement FIEMAP_FLAG_XATTRChristoph Hellwig2016-08-173-1/+54
| | * | | | xfs: simplify xfs_file_iomap_beginChristoph Hellwig2016-08-172-11/+4
| | * | | | iomap: mark ->iomap_end as optionalChristoph Hellwig2016-08-171-2/+5
| | * | | | iomap: prepare iomap_fiemap for attribute mappingsDave Chinner2016-08-171-0/+3
| | * | | | iomap: fiemap should honor the FIEMAP_FLAG_SYNC flagDave Chinner2016-08-171-3/+5
| | * | | | iomap: remove superflous pagefault_disable from iomap_write_actorChristoph Hellwig2016-08-171-2/+0
| | * | | | iomap: remove superflous mark_page_accessed from iomap_write_actorChristoph Hellwig2016-08-171-1/+0
| | | |_|/ | | |/| |
| * | | | xfs: remove OWN_AG rmap when allocating a block from the AGFLDarrick J. Wong2016-08-171-0/+13
| * | | | xfs: store rmapbt block count in the AGFDarrick J. Wong2016-08-174-3/+16
| * | | | xfs: don't invalidate whole file on DAX read/writeDave Chinner2016-08-171-1/+12
| * | | | xfs: fix bogus space reservation in xfs_iomap_write_allocateChristoph Hellwig2016-08-171-3/+7
| * | | | xfs: don't assert fail on non-async buffers on ioacct decrementBrian Foster2016-08-171-1/+0
| |/ / /
* | | | Merge tag 'hwmon-for-linus-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-192-3/+3
|\ \ \ \
| * | | | hwmon: (ftsteutates) Correct ftp urls in driver documentationThilo Cestonaro2016-08-121-2/+2
| * | | | hwmon: (it87) Features mask must be 32 bit wideGuenter Roeck2016-08-111-1/+1
| | |/ / | |/| |
* | | | Merge tag 'drm-fixes-for-4.8-rc3-2' of git://people.freedesktop.org/~airlied/...Linus Torvalds2016-08-1811-100/+224
|\ \ \ \
OpenPOWER on IntegriCloud