summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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 'hwmon-for-linus-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-191-1/+1
|\ \ \ \
| * | | | 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
|\ \ \ \
| * \ \ \ Merge tag 'drm-intel-fixes-2016-08-15' of git://anongit.freedesktop.org/drm-i...Dave Airlie2016-08-1910-95/+219
| |\ \ \ \
| | * | | | drm/i915: Fix modeset handling during gpu reset, v5.Maarten Lankhorst2016-08-112-60/+111
| | * | | | drm/i915: fix aliasing_ppgtt leakMatthew Auld2016-08-111-0/+1
| | * | | | drm/i915: fix WaInsertDummyPushConstPsMatthew Auld2016-08-111-4/+4
| | * | | | drm/i915: Fix iboost setting for SKL Y/U DP DDI buffer translation entry 2Ville Syrjälä2016-08-111-2/+2
| | * | | | drm/i915/gen9: Give one extra block per line for SKL plane WM calculationsMatt Roper2016-08-111-0/+2
| | * | | | drm/i915: Acquire audio powerwell for HD-Audio registersChris Wilson2016-08-111-0/+6
| | * | | | drm/i915: Add missing rpm wakelock to GGTT preadChris Wilson2016-08-111-1/+4
| | * | | | drm/i915/fbc: FBC causes display flicker when VT-d is enabled on SkylakeChris Wilson2016-08-111-0/+20
| | * | | | drm/i915: Clean up the extra RPM ref on CHV with i915.enable_rc6=0Ville Syrjälä2016-08-111-3/+1
| | * | | | drm/i915: Program iboost settings for HDMI/DVI on SKLVille Syrjälä2016-08-111-11/+40
| | * | | | drm/i915: Fix iboost setting for DDI with 4 lanes on SKLVille Syrjälä2016-08-112-13/+24
| | * | | | drm/i915: Handle ENOSPC after failing to insert a mappable nodeChris Wilson2016-08-111-1/+1
| | * | | | drm/i915: Flush GT idle status upon resetChris Wilson2016-08-101-0/+3
| | |/ / /
| * | | | Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/git/lst/linux in...Dave Airlie2016-08-191-5/+5
| |\ \ \ \
| | * | | | drm/etnaviv: take GPU lock later in the submit processLucas Stach2016-08-151-5/+5
| | |/ / /
* | | | | Merge tag 'devicetree-fixes-for-4.8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-184-14/+9
|\ \ \ \ \
| * | | | | of: fix reference counting in of_graph_get_endpoint_by_regsLucas Stach2016-08-151-9/+2
| * | | | | of/platform: disable the of_platform_default_populate_init() for all the ppc ...Kevin Hao2016-08-121-0/+2
| * | | | | of/irq: Mark interrupt controllers as populated before initialisationPhilipp Zabel2016-08-091-2/+3
| * | | | | drivers/of: Validate device node in __unflatten_device_tree()Gavin Shan2016-08-091-1/+1
| * | | | | of: Delete an unnecessary check before the function call "of_node_put"Markus Elfring2016-08-091-2/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-08-183-8/+11
|\ \ \ \ \
| * | | | | clocksource/drivers/mips-gic-timer: Make gic_clocksource_of_init() return intPaul Gortmaker2016-08-171-1/+1
| * | | | | clocksource/drivers/kona: Fix get_counter() error handlingArnd Bergmann2016-08-171-6/+10
| * | | | | clocksource/drivers/time-armada-370-xp: Fix the clock referenceGregory CLEMENT2016-08-171-1/+0
* | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-08-181-1/+1
|\ \ \ \ \ \