Historique des commits

Auteur SHA1 Message Date
  Linus Torvalds 2857676045 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux il y a 7 ans
  Kees Cook acafe7e302 treewide: Use struct_size() for kmalloc()-family il y a 7 ans
  Jerry Zhang 9286e24b83 usb: gadget: f_midi: Use refcount when freeing f_midi_opts il y a 7 ans
  Yavuz, Tuba 7fafcfdf63 USB: gadget: f_midi: fixing a possible double-free in f_midi il y a 7 ans
  Linus Torvalds abc36be236 Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs il y a 7 ans
  Greg Kroah-Hartman 24ceb9c669 USB: gadget: function: Remove redundant license text il y a 7 ans
  Greg Kroah-Hartman 5fd54ace47 USB: add SPDX identifiers to all remaining files in drivers/usb/ il y a 7 ans
  Bhumika Goyal 9736390234 usb: gadget: make config_item_type structures const il y a 7 ans
  Jerry Zhang 2d19cdc1cb usb: gadget: f_midi: Use snd_card_free_when_closed with refcount il y a 8 ans
  Badhri Jagan Sridharan 24cf34595d usb: gadget: f_midi: add super speed support il y a 8 ans
  Julia Lawall c05429005b usb: gadget: f_midi: constify snd_rawmidi_ops structures il y a 8 ans
  Felipe F. Tonello aadbe81246 usb: gadget: remove useless parameter in alloc_ep_req() il y a 9 ans
  Felipe F. Tonello f8ca46aeb7 usb: gadget: f_midi: drop substreams when disabling endpoint il y a 9 ans
  Felipe F. Tonello f42ab18cc8 usb: gadget: f_midi: refactor state machine il y a 9 ans
  Felipe F. Tonello 7ea9fde760 usb: gadget: f_midi: defaults buflen sizes to 512 il y a 9 ans
  Felipe F. Tonello 4a655f152e usb: gadget: f_midi: remove alignment code for OUT endpoint il y a 9 ans
  Dan Carpenter 4fc50ba596 usb: gadget: f_midi: unlock on error il y a 9 ans
  Felipe F. Tonello 03d27ade49 usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize il y a 9 ans
  Felipe F. Tonello 9acdf4df2f usb: gadget: f_midi: added spinlock on transmit function il y a 9 ans
  Michal Nazarewicz 4111d4943a usb: gadget: f_midi: stash substream in gmidi_in_port structure il y a 9 ans
  Dan Carpenter 413489c833 usb: gadget: f_midi: missing unlock on error path il y a 9 ans
  Michal Nazarewicz bf0028f8cb usb: gadget: f_midi: use flexible array member for gmidi_in_port elements il y a 9 ans
  Michal Nazarewicz 06cd928b0c usb: gadget: f_midi: fix in_last_port looping logic il y a 9 ans
  Michal Nazarewicz 9a71eb5634 usb: gadget: f_midi: move some of f_midi_transmit to separate func il y a 9 ans
  Felipe F. Tonello f297e86c7f usb: gadget: f_midi: remove useless midi reference from port struct il y a 9 ans
  Felipe F. Tonello e1e3d7ec5d usb: gadget: f_midi: pre-allocate IN requests il y a 9 ans
  Felipe F. Tonello f0f1b8cac4 usb: gadget: f_midi: fail if set_alt fails to allocate requests il y a 9 ans
  Felipe F. Tonello 919de443c2 usb: gadget: f_midi: set altsettings only for MIDIStreaming interface il y a 9 ans
  Felipe F. Tonello 079fe5a6da usb: gadget: define free_ep_req as universal function il y a 9 ans
  Felipe F. Tonello bc1d3cdc9c usb: gadget: f_midi: remove duplicated code il y a 9 ans