summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-0527-33/+33
* timer: Remove users of expire and data arguments to DEFINE_TIMERKees Cook2017-10-051-2/+2
* timer: Remove last user of TIMER_INITIALIZERKees Cook2017-10-051-7/+5
* timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook2017-10-054-31/+29
* timer: Remove init_timer_pinned() in favor of timer_setup()Kees Cook2017-10-051-5/+4
* timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook2017-10-059-55/+35
* timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()Kees Cook2017-10-051-6/+7
* Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-033-11/+15
|\
| * ahci: don't ignore result code of ahci_reset_controller()Ard Biesheuvel2017-10-021-1/+4
| * ata_piix: Add Fujitsu-Siemens Lifebook S6120 to short cable IDsVille Syrjälä2017-09-181-0/+1
| * ata: avoid gcc-7 warning in ata_timing_quantizeArnd Bergmann2017-09-071-10/+10
* | Merge tag 'usb-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-10-0332-145/+276
|\ \
| * | usb: dwc3: of-simple: Add compatible for Spreadtrum SC9860 platformBaolin Wang2017-09-281-0/+1
| * | usb: gadget: udc: atmel: set vbus irqflags explicitlyNicolas Ferre2017-09-281-1/+3
| * | usb: gadget: ffs: handle I/O completion in-orderJohn Keeping2017-09-282-4/+14
| * | usb: renesas_usbhs: fix usbhsf_fifo_clear() for RX directionYoshihiro Shimoda2017-09-281-2/+11
| * | usb: renesas_usbhs: fix the BCLR setting condition for non-DCP pipeYoshihiro Shimoda2017-09-281-2/+8
| * | usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe()Yoshihiro Shimoda2017-09-281-2/+3
| * | usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT valueYoshihiro Shimoda2017-09-281-1/+10
| * | usb: gadget: udc: renesas_usb3: fix for no-data control transferYoshihiro Shimoda2017-09-281-1/+2
| * | USB: dummy-hcd: Fix erroneous synchronization changeAlan Stern2017-09-281-2/+30
| * | USB: dummy-hcd: fix infinite-loop resubmission bugAlan Stern2017-09-281-0/+9
| * | USB: dummy-hcd: fix connection failures (wrong speed)Alan Stern2017-09-281-4/+11
| * | USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponseBjørn Mork2017-09-251-1/+3
| * | USB: devio: Don't corrupt user memoryDan Carpenter2017-09-251-1/+5
| * | USB: devio: Prevent integer overflow in proc_do_submiturb()Dan Carpenter2017-09-251-0/+5
| * | USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern2017-09-223-57/+10
| * | USB: gadgetfs: Fix crash caused by inadequate synchronizationAlan Stern2017-09-221-5/+36
| * | USB: gadgetfs: fix copy_to_user while holding spinlockAlan Stern2017-09-221-1/+4
| * | USB: uas: fix bug in handling of alternate settingsAlan Stern2017-09-222-12/+13
| * | usb-storage: unusual_devs entry to fix write-access regression for Seagate ex...Alan Stern2017-09-221-0/+7
| * | usb-storage: fix bogus hardware error messages for ATA pass-thru devicesAlan Stern2017-09-221-1/+13
| * | USB: core: harden cdc_parse_cdc_headerGreg Kroah-Hartman2017-09-211-0/+4
| * | Merge tag 'fixes-for-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-09-215-8/+19
| |\ \
| | * | usb: gadget: dummy: fix nonsensical comparisonsArnd Bergmann2017-09-201-5/+4
| | * | usb: gadget: udc: fix snps_udc_plat.c build errorsRandy Dunlap2017-09-201-0/+1
| | * | usb: gadget: function: printer: avoid spinlock recursionYoshihiro Shimoda2017-09-201-1/+6
| | * | usb: gadget: core: fix ->udc_set_speed() logicRoger Quadros2017-09-201-2/+1
| | * | usb: dwc3: ep0: fix DMA starvation by assigning req->trb on ep0Felipe Balbi2017-09-181-0/+7
| * | | USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman2017-09-191-3/+11
| * | | Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng2017-09-183-16/+1
| * | | xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptorMathias Nyman2017-09-181-1/+10
| * | | xhci: Fix sleeping with spin_lock_irq() held in ASmedia 1042A workaroundMathias Nyman2017-09-181-1/+1
| * | | usb: host: xhci-plat: allow sysdev to inherit from ACPIAdam Wallis2017-09-181-6/+10
| * | | xhci: fix wrong endpoint ESIT value shown in tracingMathias Nyman2017-09-181-2/+4
| * | | usb: pci-quirks.c: Corrected timeout values used in handshakeJim Dickerson2017-09-181-4/+4
| * | | xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman2017-09-181-1/+1
| * | | usb: xhci: Free the right ring in xhci_add_endpoint()Lu Baolu2017-09-181-1/+2
| * | | usb: Increase quirk delay for USB devicesDmitry Fleytman2017-09-182-2/+2
| * | | uwb: properly check kthread_run return valueAndrey Konovalov2017-09-181-4/+8