1. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  2. e4ee8b8 Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  3. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  4. 303c146 Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 7 years ago
  5. ca35910 USB: move many drivers to use DEVICE_ATTR_WO by Greg Kroah-Hartman · 7 years ago
  6. 11fb379 usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc() by Benjamin Herrenschmidt · 7 years ago
  7. 0cb5818 usb: gadget: compress return logic into one line by Gustavo A. R. Silva · 7 years ago
  8. b1a31a5 usb/gadget/NCM: Replace tasklet with softirq hrtimer by Thomas Gleixner · 7 years ago
  9. c182ce9b Merge 4.15-rc8 into usb-next by Greg Kroah-Hartman · 7 years ago
  10. ce5bf9a usb: f_fs: Prevent gadget unbind if it is already unbound by Hemant Kumar · 7 years ago
  11. 7ae2c3c USB: UDC core: fix double-free in usb_add_gadget_udc_release by Alan Stern · 7 years ago
  12. 958e052 Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 7 years ago
  13. 9dbe416 Revert "usb: gadget: allow to enable legacy drivers without USB_ETH" by Felipe Balbi · 7 years ago
  14. 54eed78 usb: gadget: webcam: fix V4L2 Kconfig dependency by Arnd Bergmann · 7 years ago
  15. d855e08 USB: dummy-hcd: Adapt dummy_udc_set_speed() by Roger Quadros · 7 years ago
  16. 8ea4090 USB: dummy-hcd: don't set gadget.speed in dummy_hub_control() by Roger Quadros · 7 years ago
  17. 3700df9 usb: gadget: bcm63xx_udc: Use common error handling code in bcm63xx_udc_probe() by Markus Elfring · 7 years ago
  18. 71a9fda usb: gadget: pxa27x: Remove redundant assignment to is_short and dev by Colin Ian King · 7 years ago
  19. 1fd4c45 usb: gadget: udc-xilinx: remove redundant pointer udc by Colin Ian King · 7 years ago
  20. 2eeb44c USB: gadget: legacy: remove redundant zero assignment to variable 'value' by Colin Ian King · 7 years ago
  21. 1f86ece USB: gadget: udc: fix spelling mistake "unexpect" -> "unexpected" by Colin Ian King · 7 years ago
  22. c40619b usb: gadget: ffs: Make sparse happier by Vincent Pelletier · 7 years ago
  23. a622ee9 usb: gadget: u_serial: Use kfifo instead of homemade circular buffer by Lu Baolu · 7 years ago
  24. ac38655 gadget event trace : add request pointer by Matthieu CASTET · 7 years ago
  25. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  26. a3acc69 usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPAT by John Keeping · 7 years ago
  27. a4f0927 usb: gadget: core: Fix ->udc_set_speed() speed handling by Roger Quadros · 7 years ago
  28. 7a9618a usb: gadget: allow to enable legacy drivers without USB_ETH by Bart Van Assche · 7 years ago
  29. a58204a usb: gadget: udc: renesas_usb3: fix number of the pipes by Yoshihiro Shimoda · 7 years ago
  30. b2fc059 usb: gadget: don't dereference g until after it has been null checked by Colin Ian King · 7 years ago
  31. c23e0cb media: annotate ->poll() instances by Al Viro · 8 years ago
  32. 593e789f usb: bdc: fix platform_no_drv_owner.cocci warnings by Vasyl Gomonovych · 7 years ago
  33. 30bf90c usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping by Vincent Pelletier · 7 years ago
  34. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  35. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  36. abc36be Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 7 years ago
  37. 894025f Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  38. cdafb6d usb: gadget: f_fs: Fix use-after-free in ffs_free_inst by Andrew Gabbasov · 7 years ago
  39. e79bfcb USB: gadget: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  40. 24ceb9c USB: gadget: function: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  41. 229e368 USB: gadget: udc: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  42. d7e2853 USB: gadget: legacy: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  43. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  44. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  45. 8af620f usb: gadget: udc: renesas_usb3: make const array max_packet_array static by Colin Ian King · 7 years ago
  46. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  47. 74fef19 usb: gadget: zero: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  48. f93de0c usb: gadget: udc: dummy_hcd: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  49. 624916a usb: gadget: composite: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  50. 0f8838a usb: gadget: f_phonet: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  51. 4dce3c4 Merge tag 'extcon-next-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into usb-next by Greg Kroah-Hartman · 7 years ago
  52. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  53. 2d5afd5 Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 7 years ago
  54. fdb5e4f usb: gadget: serial: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  55. d4acce9 usb: gadget: f_tcm: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  56. 457b16d usb: gadget: goku_udc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  57. 176aa36 extcon: Split out extcon header file for consumer and provider device by Chanwoo Choi · 7 years ago
  58. 7521d47 usb: gadget: udc: gr: remove duplicate & operation by Jaejoong Kim · 7 years ago
  59. 99bcb23 usb: gadget: udc: remove duplicate & operation by Jaejoong Kim · 7 years ago
  60. 4ad0141 usb: gadget: configfs: make config_item_type const by Bhumika Goyal · 7 years ago
  61. 9736390 usb: gadget: make config_item_type structures const by Bhumika Goyal · 7 years ago
  62. 87e981d usb: gadget: f_uvc: make uvc_v4l2_fops const by Bhumika Goyal · 7 years ago
  63. ca02a5a usb: gadget: udc: renesas_usb3: Use of_device_get_match_data() helper by Geert Uytterhoeven · 7 years ago
  64. 279d4bc usb: gadget: udc: renesas_usb3: add support for generic phy by Yoshihiro Shimoda · 7 years ago
  65. 90d5886 usb: gadget: udc: renesas_usb3: Add suspend/resume functions by Yoshihiro Shimoda · 7 years ago
  66. cf06df3 usb: gadget: udc: renesas_usb3: move pm_runtime_{en,dis}able() by Kazuya Mizuguchi · 7 years ago
  67. 29bce57 usb/gadget/snps_udc_core: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  68. e4ed2b5 Merge 4.14-rc5 into usb-next by Greg Kroah-Hartman · 7 years ago
  69. ff74745 usb: gadget: configfs: Fix memory leak of interface directory data by Andrew Gabbasov · 7 years ago
  70. aec17e1 usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_options by Andrew Gabbasov · 7 years ago
  71. ab21922 USB: dummy-hcd: Fix deadlock caused by disconnect detection by Alan Stern · 7 years ago
  72. c9f20aa USB: dummy-hcd: remove unsupported isochronous endpoints by Alan Stern · 7 years ago
  73. ffc4ea7 USB: dummy-hcd: bandwidth limits for non-bulk transfers by Alan Stern · 7 years ago
  74. 4fcae77 Merge 4.14-rc4 into usb-next by Greg Kroah-Hartman · 7 years ago
  75. fb9bbce usb: gadget: udc: snps_udc_core: use setup_timer() helper. by Allen Pais · 7 years ago
  76. eb72ca9 usb: gadget: udc: dummy_hcd: use setup_timer() helper. by Allen Pais · 7 years ago
  77. 366bdc0 usb: gadget: udc: r8a66597: use setup_timer() helper. by Allen Pais · 7 years ago
  78. 8c0e183 usb: gadget: udc: pxa25x_udc: use setup_timer() helper. by Allen Pais · 7 years ago
  79. 3f948bd usb: gadget: udc: m66592: use setup_timer() helper. by Allen Pais · 7 years ago
  80. 6baeda1 usb: gadget: udc: atmel: set vbus irqflags explicitly by Nicolas Ferre · 7 years ago
  81. addfc58 usb: gadget: ffs: handle I/O completion in-order by John Keeping · 7 years ago
  82. 447b8a0 usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe() by Yoshihiro Shimoda · 7 years ago
  83. 73f2f57 usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT value by Yoshihiro Shimoda · 7 years ago
  84. 4dcf4ba usb: gadget: udc: renesas_usb3: fix for no-data control transfer by Yoshihiro Shimoda · 7 years ago
  85. 7dbd8f4 USB: dummy-hcd: Fix erroneous synchronization change by Alan Stern · 7 years ago
  86. 0173a68 USB: dummy-hcd: fix infinite-loop resubmission bug by Alan Stern · 7 years ago
  87. fe659bc USB: dummy-hcd: fix connection failures (wrong speed) by Alan Stern · 7 years ago
  88. 1fbbb78 USB: g_mass_storage: Fix deadlock when driver is unbound by Alan Stern · 7 years ago
  89. 520b72f USB: gadgetfs: Fix crash caused by inadequate synchronization by Alan Stern · 7 years ago
  90. 6e76c01 USB: gadgetfs: fix copy_to_user while holding spinlock by Alan Stern · 7 years ago
  91. 7661ca0 usb: gadget: dummy: fix nonsensical comparisons by Arnd Bergmann · 7 years ago
  92. 641663a usb: gadget: udc: fix snps_udc_plat.c build errors by Randy Dunlap · 7 years ago
  93. 9ada8c5 usb: gadget: function: printer: avoid spinlock recursion by Yoshihiro Shimoda · 7 years ago
  94. 97e133d usb: gadget: core: fix ->udc_set_speed() logic by Roger Quadros · 7 years ago
  95. 581bfce Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  96. bafb076 Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  97. 05a4a33 gadget/f_mass_storage: stop messing with the address limit by Christoph Hellwig · 7 years ago
  98. 9f57ed0 Merge tag 'extcon-next-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next by Greg Kroah-Hartman · 7 years ago
  99. 2ab3c34 usb: gadget: make snd_pcm_hardware const by Bhumika Goyal · 8 years ago
  100. 34a0036 Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago