1. 3958b79 configfs: fix kernel infoleak through user-controlled format string by Nicolas Iooss · 9 years ago
  2. b2e2c94 usb: gadget: f_midi: fix error recovery path by Andrzej Pietrasiewicz · 9 years ago
  3. 2184fe6 usb: gadget: udc: fix free_irq() after request_irq() failed by Takeshi Yoshimura · 10 years ago
  4. b4c21f0 usb: gadget: composite: Fix NULL pointer dereference by Kishon Vijay Abraham I · 10 years ago
  5. 4088acf usb: gadget: f_fs: do not set cancel function on synchronous {read,write} by Rui Miguel Silva · 10 years ago
  6. 8515bac usb: f_mass_storage: limit number of reported LUNs by Michal Nazarewicz · 10 years ago
  7. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  8. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  9. 2a29867 Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  10. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  11. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 10 years ago
  12. bc0c94b target: Drop unnecessary core_tpg_register TFO parameter by Nicholas Bellinger · 10 years ago
  13. 19915e6 Merge 4.1-rc7 into usb-next by Greg Kroah-Hartman · 10 years ago
  14. ba92999 target: Minimize SCSI header #include directives by Bart Van Assche · 10 years ago
  15. e152813 Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  16. 7ad34a9 target: target_core_configfs.h is not needed in fabric drivers by Christoph Hellwig · 10 years ago
  17. 649ee05 target: Move task tag into struct se_cmd + support 64-bit tags by Bart Van Assche · 10 years ago
  18. 2650d71 target: move transport ID handling to the core by Christoph Hellwig · 10 years ago
  19. 2aeeafa target: remove the get_fabric_proto_ident method by Christoph Hellwig · 10 years ago
  20. e4aae5a target: change core_tpg_register prototype by Christoph Hellwig · 10 years ago
  21. 144bc4c target: move node ACL allocation to core code by Christoph Hellwig · 10 years ago
  22. c7d6a80 target: refactor init/drop_nodeacl methods by Christoph Hellwig · 10 years ago
  23. e1750d2 target: make the tpg_get_default_depth method optional by Christoph Hellwig · 10 years ago
  24. a3b679e tcm_usb: remove struct usbg_nacl by Christoph Hellwig · 10 years ago
  25. 94a715e usb: gadget: atmel: fix build warnings by Felipe Balbi · 10 years ago
  26. 7a64c72 usb: gadget: atmel: fix build warning by Felipe Balbi · 10 years ago
  27. 11bece5 usb: gadget: net2280: fix pullup handling by Mian Yousaf Kaukab · 10 years ago
  28. 971fe65 usb: gadget: net2280: physically disable endpoint on disable operation by Mian Yousaf Kaukab · 10 years ago
  29. e9ab4d0 usb: gadget: autoconf: net2280: match hardware and usb ep address by Mian Yousaf Kaukab · 10 years ago
  30. c65c4f0 usb: gadget: net2280: fix use of GPEP in both directions by Mian Yousaf Kaukab · 10 years ago
  31. a09e23f usb: gadget: net2280: check interrupts for all endpoints by Mian Yousaf Kaukab · 10 years ago
  32. 463e104 usb: gadget: net2280: set all byte enables on start by Mian Yousaf Kaukab · 10 years ago
  33. ea86507 usb: gadget: net2280: don't set ep_cfg.direction bit by Mian Yousaf Kaukab · 10 years ago
  34. 3fc0a7c usb: gadget: net2280: unconditionally reset dma in usb_reset by Mian Yousaf Kaukab · 10 years ago
  35. e6ac4bb usb: gadget: net2280: reset sequence number on ep enable by Mian Yousaf Kaukab · 10 years ago
  36. 25d40ee usb: gadget: net2280: fix ep_cfg for defect7374 by Mian Yousaf Kaukab · 10 years ago
  37. f14e9ad usb: gadget: f_fs: add extra check before unregister_gadget_item by Rui Miguel Silva · 10 years ago
  38. 342f39a usb: gadget: f_fs: fix check in read operation by Rui Miguel Silva · 10 years ago
  39. ca4de53 usb: gadget: f_uac1: check return code from config_ep_by_speed by Michael Trimarchi · 10 years ago
  40. 49a79d8 usb: gadget: ffs: fix: Always call ffs_closed() in ffs_data_clear() by Krzysztof Opasiak · 10 years ago
  41. c41b33c usb: gadget: g_ffs: Fix counting of missing_functions by Krzysztof Opasiak · 10 years ago
  42. 10f0958 usb: s3c2410_udc: correct reversed pullup logic by Sergiy Kibrik · 10 years ago
  43. 81dff86 usb: gadget: rndis: use signed type for a signed value by Andrzej Pietrasiewicz · 10 years ago
  44. c0d96af usb: gadget: rndis: don't duplicate the "i" variable by Andrzej Pietrasiewicz · 10 years ago
  45. 868055f usb: gadget: rndis: change the value passed to rndis_signal_(dis)connect() by Andrzej Pietrasiewicz · 10 years ago
  46. 909eacd Merge 4.1-rc4 into usb-next by Greg Kroah-Hartman · 10 years ago
  47. a25a23c usb: gadget: f_midi: fix segfault when reading empty id by Pawel Szewczyk · 10 years ago
  48. 1ee7eea USB: inode.c: move assignment out of if () block by Greg Kroah-Hartman · 10 years ago
  49. d6d2292 usb: gadget: rndis: remove the limit of available rndis connections by Andrzej Pietrasiewicz · 10 years ago
  50. 6122b15 usb: gadget: rndis: style correction by Andrzej Pietrasiewicz · 10 years ago
  51. 83210e5 usb: gadget: rndis: use rndis_params instead of configNr by Andrzej Pietrasiewicz · 10 years ago
  52. d74c23d usb: gadget: s3c2410_udc: Remove static char buffer, use vsprintf extension %pV by Joe Perches · 10 years ago
  53. 87841c8 usb: gadget: uvc: remove unused including <linux/version.h> by Wei Yongjun · 10 years ago
  54. c94e289 usb: gadget: remove incorrect __init/__exit annotations by Arnd Bergmann · 10 years ago
  55. 3e9d3d2 usb: gadget: serial: fix re-ordering of tx data by Philip Oberstaller · 10 years ago
  56. f286d48 usb: gadget: hid: Fix static variable usage by Krzysztof Opasiak · 10 years ago
  57. 903124f usb: gadget: configfs: Fix interfaces array NULL-termination by Krzysztof Opasiak · 10 years ago
  58. 49bce15 usb: gadget: xilinx: fix devm_ioremap_resource() check by Vladimir Zapolskiy · 10 years ago
  59. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  60. c666872 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  61. 64131a8 Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux into v4l_for_linus by Mauro Carvalho Chehab · 10 years ago
  62. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  63. 75c3cfa VFS: assorted weird filesystems: d_inode() annotations by David Howells · 10 years ago
  64. ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  65. 9ac8928 target: simplify the target template registration API by Christoph Hellwig · 10 years ago
  66. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  67. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 10 years ago
  68. 2569ffd dummy_hcd: use USB_DT[_SS]_HUB by Sergei Shtylyov · 10 years ago
  69. dbe98b3 [media] gadget/uvc: embed video_device by Hans Verkuil · 10 years ago
  70. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  71. 1c41a95 Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  72. f4b4976 usb: gadget: f_printer: fix dependencies by Andrzej Pietrasiewicz · 10 years ago
  73. cd0e075 Merge 4.0-rc5 into usb-next by Greg Kroah-Hartman · 10 years ago
  74. cedd5f6 Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  75. e477f3e Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  76. 2f450cc loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_session by Bart Van Assche · 10 years ago
  77. a3dd3bef usb: gadget: atmel_usba: use endian agnostic IO on ARM by Ben Dooks · 10 years ago
  78. 3463d79 usb: gadget: constify of_device_id array by Fabian Frederick · 10 years ago
  79. 557f358 usb: gadget: goku_udc: Remove uses of seq_<foo> return values by Joe Perches · 10 years ago
  80. 628ef0d usb: udc: add usb_udc_vbus_handler by Peter Chen · 10 years ago
  81. dfea9c9 usb: udc: store usb_udc pointer in struct usb_gadget by Peter Chen · 10 years ago
  82. f1f0b57 usb: gadget: constify of_device_id array by Fabian Frederick · 10 years ago
  83. c7b364f USB: gadget: f_mass_storage: use static attribute groups for sysfs entries by Takashi Iwai · 10 years ago
  84. f788baa Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  85. 04b2fa9 fs: split generic and aio kiocb by Christoph Hellwig · 10 years ago
  86. fbdecad usb: gadget: f_printer: use non-zero flag for bitwise and by Andrzej Pietrasiewicz · 10 years ago
  87. 2bb2077 usb: gadget: printer: use after free in gprinter_alloc_inst() by Dan Carpenter · 10 years ago
  88. fdb51e3 usb: gadget: printer: delete some dead code by Dan Carpenter · 10 years ago
  89. 16d9efa usb: gadget: serial: %pf is only for function pointers by Scott Wood · 10 years ago
  90. 005a643 usb: gadget: lpc32xxx_udc: Fix NULL dereference by Peter Chen · 10 years ago
  91. f4e4f8d usb: gadget: f_hid: remove unnecessary usb_ep_dequeue() by Robert Baldyga · 10 years ago
  92. fa84acf usb: gadget: dummy-hcd: Remove utf8 from format string by Rasmus Villemoes · 10 years ago
  93. 112bf24 usb: gadget: atmel_usba_udc: Add suspend/resume with wakeup support by Sylvain Rochet · 10 years ago
  94. a64ef71 usb: gadget: atmel_usba_udc: condition clocks to vbus state by Sylvain Rochet · 10 years ago
  95. bb0a203 usb: gadget: atmel_usba_udc: Request an auto disabled Vbus signal IRQ by Sylvain Rochet · 10 years ago
  96. 227ab58 usb: gadget: atmel_usba_udc: Fixed vbus_prev initial state by Sylvain Rochet · 10 years ago
  97. fddc26f usb: gadget: f_mass_storage: use defined constant instead of numeric value by Tal Shorer · 10 years ago
  98. 06ed0de usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xml by Masanari Iida · 10 years ago
  99. 2c24780 Revert "usb: gadget: zero: Add support for interrupt EP" by Felipe Balbi · 10 years ago
  100. ee1cd51 usb: gadget: printer: add configfs support by Andrzej Pietrasiewicz · 10 years ago