1. 109e37a Merge tag 'usb-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 7 years ago
  2. ddf12f0 usb: musb: gadget: fix to_musb_ep() to not return NULL by Bin Liu · 7 years ago
  3. 8dca510 usb: musb: gadget: fix to_musb_request() to not return NULL by Bin Liu · 7 years ago
  4. 49484ab USB: musb: dsps: propagate device-tree node by Johan Hovold · 7 years ago
  5. 0a9134b usb: musb: disable otg protocol support by Bin Liu · 7 years ago
  6. d2852f2 usb: musb: remove references to default_a of struct usb_otg by Bin Liu · 7 years ago
  7. bcb8fd3 usb: musb: break the huge isr musb_stage0_irq() into small functions by Bin Liu · 7 years ago
  8. 2bc2e05 usb: musb: remove unused members in struct musb_hdrc_config by Bin Liu · 7 years ago
  9. 7ad7695 usb: musb: remove duplicated port mode enum by Bin Liu · 7 years ago
  10. 5547995 usb: musb: dsps: remove duplicated get_musb_port_mode() by Bin Liu · 7 years ago
  11. dc8fca6 usb: musb: remove duplicated quirks flag by Bin Liu · 7 years ago
  12. 113ad15 usb: musb: remove some register access wrapper functions by Bin Liu · 7 years ago
  13. 53e1657 usb: musb: remove adjust_channel_params() callback from musb_platform_ops by Bin Liu · 7 years ago
  14. 42e990e usb: musb: remove readl/writel from struct musb_platform_ops by Bin Liu · 7 years ago
  15. 78fba98 usb: musb: merge musbhsdma.h into musbhsdma.c by Bin Liu · 7 years ago
  16. 47265c0 usb: dwc2: gadget: Fix coverity issue by Grigor Tovmasyan · 7 years ago
  17. 8223b2f usb: gadget: udc: renesas_usb3: fix double phy_put() by Yoshihiro Shimoda · 7 years ago
  18. bd6bce0 usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnecting by Yoshihiro Shimoda · 7 years ago
  19. 0259068 usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error by Yoshihiro Shimoda · 7 years ago
  20. 003bc1d usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc by Yoshihiro Shimoda · 7 years ago
  21. d998844 usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udc by Yoshihiro Shimoda · 7 years ago
  22. 1990cf7 usb: gadget: udc: renesas_usb3: should remove debugfs by Yoshihiro Shimoda · 7 years ago
  23. a665140 usb: gadget: composite Allow for larger configuration descriptors by Joel Pepper · 7 years ago
  24. 0564536 usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue by Mayank Rana · 7 years ago
  25. 6910251 usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be static by Wei Yongjun · 7 years ago
  26. fe70dce usb: dwc2: pci: Fix error return code in dwc2_pci_probe() by Wei Yongjun · 7 years ago
  27. 5295322 usb: dwc2: WA for Full speed ISOC IN in DDMA mode. by Artur Petrosyan · 7 years ago
  28. a7ef207 usb: dwc2: dwc2_vbus_supply_init: fix error check by Tomeu Vizoso · 7 years ago
  29. 43a6dc9 usb: gadget: f_phonet: fix pn_net_xmit()'s return type by Luc Van Oostenryck · 7 years ago
  30. d98c624 usb: dwc2: Fix HiKey regression caused by power_down feature by John Stultz · 7 years ago
  31. 6fb914d usb: dwc2: Fix kernel doc's warnings. by Grigor Tovmasyan · 7 years ago
  32. 431d93c usb: gadget: fsl: Introduce FSL_USB2_PHY_UTMI_DUAL for usb gadget by Nikhil Badola · 7 years ago
  33. edbbfe1 usb: dwc3: dwc3_get_extcon() can be static by kbuild test robot · 7 years ago
  34. 31a2f5a usb: dwc3: gadget: init req->{direction,epnum} from alloc_request() by Felipe Balbi · 7 years ago
  35. d7ca7e1 usb: dwc3: gadget: initialize transfer index from send_gadget_ep_cmd() by Felipe Balbi · 7 years ago
  36. 4439661 usb: dwc3: gadget: assign resource_index inside get_transfer_index() by Felipe Balbi · 7 years ago
  37. f62afb4 usb: dwc3: gadget: always start isochronous aligned to dep->interval by Felipe Balbi · 7 years ago
  38. d513320 usb: dwc3: gadget: don't issue End Transfer if we have started reqs by Felipe Balbi · 7 years ago
  39. e1d542f usb: dwc3: debug: decode uFrame from event too by Felipe Balbi · 7 years ago
  40. 4262691 usb: dwc3: gadget: move dwc3_calc_trbs_left() in place of prototype by Felipe Balbi · 7 years ago
  41. 20d1d43 usb: dwc3: gadget: move set_xfer_resource() in place of prototype by Felipe Balbi · 7 years ago
  42. b07c2db usb: dwc3: gadget: remove a few more dwc arguments by Felipe Balbi · 7 years ago
  43. a2d23f0 usb: dwc3: gadget: combine modify & restore into single argument by Felipe Balbi · 7 years ago
  44. 8f1c99c usb: dwc3: gadget: refactor dwc3_gadget_init_endpoints() by Felipe Balbi · 7 years ago
  45. f38e35d usb: dwc3: gadget: split dwc3_gadget_ep_cleanup_completed_requests() by Felipe Balbi · 7 years ago
  46. 6d9d22d usb: dwc3: gadget: get rid of the length variable by Felipe Balbi · 7 years ago
  47. fee73e6 usb: dwc3: gadget: reduce scope of ret variable by Felipe Balbi · 7 years ago
  48. 6afbdb5 usb: dwc3: gadget: one declaration per line by Felipe Balbi · 7 years ago
  49. e0c42ce usb: dwc3: gadget: simplify IOC handling by Felipe Balbi · 7 years ago
  50. d80fe1b usb: dwc3: gadget: simplify short packet event by Felipe Balbi · 7 years ago
  51. b27972b usb: dwc3: trace: print out event status too by Felipe Balbi · 7 years ago
  52. 8b3b7b66 usb: dwc3: gadget: simplify unaligned and zlp handling by Felipe Balbi · 7 years ago
  53. cf35fc3 usb: dwc3: gadget: remove unnecessary 'chain' variable by Felipe Balbi · 7 years ago
  54. 0215959 usb: dwc3: gadget: remove PENDING handling from cleanup_completed by Felipe Balbi · 7 years ago
  55. d369295 usb: dwc3: gadget: split scatterlist and linear handlers by Felipe Balbi · 7 years ago
  56. d5044a0 usb: dwc3: gadget: simplify isoc case on cleanup_completed_requests by Felipe Balbi · 7 years ago
  57. fe990ce usb: dwc3: gadget: simplify queueing of isoc transfers by Felipe Balbi · 7 years ago
  58. 4d588a1 usb: dwc3: gadget: remove duplicated missed isoc handling by Felipe Balbi · 7 years ago
  59. 6d8a019 usb: dwc3: gadget: check for Missed Isoc from event status by Felipe Balbi · 7 years ago
  60. 58f0218 usb: dwc3: gadget: remove unnecessary 'ioc' variable by Felipe Balbi · 7 years ago
  61. 12a3a4a usb: dwc3: gadget: make cleanup_completed_requests() return nothing by Felipe Balbi · 7 years ago
  62. 5f2e797 usb: dwc3: gadget: remove DWC3_EP_BUSY flag by Felipe Balbi · 7 years ago
  63. 1912cbc usb: dwc3: gadget: start removing BUSY flag by Felipe Balbi · 7 years ago
  64. ee3638b usb: dwc3: gadget: update dep->frame_number from XferInprogress too by Felipe Balbi · 7 years ago
  65. 5828cad usb: dwc3: gadget: always use frame number from XferNotReady by Felipe Balbi · 7 years ago
  66. 8f608e8 usb: dwc3: gadget: remove unnecessary 'dwc' parameter by Felipe Balbi · 7 years ago
  67. 3203386 usb: dwc3: gadget: move handler closer to calling site by Felipe Balbi · 7 years ago
  68. ed27442 usb: dwc3: gadget: rename dwc3_gadget_start_isoc() by Felipe Balbi · 7 years ago
  69. a24a6ab usb: dwc3: gadget: remove some pointless checks by Felipe Balbi · 7 years ago
  70. 0bd0f6d usb: dwc3: gadget: remove allocated/queued request tracking by Felipe Balbi · 7 years ago
  71. 66f5dd5 usb: dwc3: gadget: rename done_trbs and done_reqs by Felipe Balbi · 7 years ago
  72. a861282 usb: dwc3: gadget: don't kick transfer all the time by Felipe Balbi · 7 years ago
  73. fbea935 usb: dwc3: gadget: rename dwc3_endpoint_transfer_complete() by Felipe Balbi · 7 years ago
  74. 742a4ff usb: dwc3: gadget: XferComplete only for EP0 by Felipe Balbi · 7 years ago
  75. 3840846 usb: dwc3: gadget: XferNotReady is Isoc-only by Felipe Balbi · 7 years ago
  76. 52fcc0b usb: dwc3: gadget: pre-issue Start Transfer for Interrupt EPs too by Felipe Balbi · 7 years ago
  77. c96e672 usb: dwc3: gadget: Correct the logic for queuing sgs by Anurag Kumar Vulisha · 7 years ago
  78. a31e63b usb: dwc3: gadget: Correct handling of scattergather lists by Anurag Kumar Vulisha · 7 years ago
  79. c049ffb Merge 4.17-rc6 into usb-next by Greg Kroah-Hartman · 7 years ago
  80. 771c577 Linux 4.17-rc6 by Linus Torvalds · 7 years ago
  81. 6fd5a36 Merge branch 'parisc-4.17-5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  82. e5e03ad Merge tag 'for-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  83. 132ce5d Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  84. 8a6bd2f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  85. b9aad92 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  86. 441cab9 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  87. 74cce52 Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  88. 95bcce4 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  89. 4b65f45 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  90. 056ad12 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  91. 583dbad Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  92. 203ec2f Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  93. 709f490 Merge tag 'tegra-for-4.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into fixes by Olof Johansson · 7 years ago
  94. 92d44a4 ARM: fix kill( ,SIGFPE) breakage by Russell King · 7 years ago
  95. 0b449a4 Merge tag 'dmaengine-fix-4.17-rc6' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  96. 423913a mmap: relax file size limit for regular files by Linus Torvalds · 7 years ago
  97. 78ce241 x86/MCE/AMD: Cache SMCA MISC block addresses by Borislav Petkov · 7 years ago
  98. 0d73c3f ARM: 8772/1: kprobes: Prohibit kprobes on get_user functions by Masami Hiramatsu · 7 years ago
  99. eb0146d ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr by Masami Hiramatsu · 7 years ago
  100. 70948c0 ARM: 8770/1: kprobes: Prohibit probing on optimized_callback by Masami Hiramatsu · 7 years ago