1. 58c8512 greybus: es1/2: fix use-after-free in completion callback by Johan Hovold · 9 years ago
  2. 6872c46 greybus: es1, es2: hook tracepoints to hardware send/recv operations by Bryan O'Donoghue · 9 years ago
  3. d090446 greybus: loopback: drop dependency on internal timestamps by Bryan O'Donoghue · 9 years ago
  4. ced6007 greybus: es{1,2}: remove obselete define by Fabien Parent · 9 years ago
  5. 239adcf greybus: es1: fix build-time cport constraint by Johan Hovold · 9 years ago
  6. f470ead greybus: es{1,2}: remove control endpoint field by Fabien Parent · 9 years ago
  7. 144670c greybus: add num_cports field to greybus hd by Fabien Parent · 9 years ago
  8. 977e209 greybus: es1/es2: set transfer flag to send a zero-length packet by Alexandre Bailon · 9 years ago
  9. d706ef8 greybus: Merge branch 'master' into branch 'svc'. by Greg Kroah-Hartman · 9 years ago
  10. 3f2a809 greybus: es-drivers: add outbound timestamp to connection by Bryan O'Donoghue · 9 years ago
  11. e75b82b greybus: initialize svc connection while creating hd by Viresh Kumar · 9 years ago
  12. 0b161d0 greybus: es1: create svc connection early enough by Viresh Kumar · 9 years ago
  13. 260998e greybus: remove submit_svc from the host driver by Greg Kroah-Hartman · 9 years ago
  14. 1a95812 greybus: es1: remove svc endpoint message handling by Greg Kroah-Hartman · 9 years ago
  15. 619dccd greybus: es1/2: Lets start using svc protocol by Viresh Kumar · 9 years ago
  16. 3eac885 greybus: svc: revert svc changes to keep things working for a while. by Greg Kroah-Hartman · 9 years ago
  17. 9612f2b greybus: initialize svc connection while creating hd by Viresh Kumar · 9 years ago
  18. 5a202ef greybus: es1: create svc connection early enough by Viresh Kumar · 9 years ago
  19. d187576 greybus: remove submit_svc from the host driver by Greg Kroah-Hartman · 9 years ago
  20. 972e84a greybus: es1: remove svc endpoint message handling by Greg Kroah-Hartman · 9 years ago
  21. 8aa0135 greybus: es1/2: Lets start using svc protocol by Viresh Kumar · 9 years ago
  22. 3e136cc greybus: operation/esx: fix message-cancellation lifetime bugs by Johan Hovold · 9 years ago
  23. 86f918e greybus: esx: fix null-deref on hotplug events by Johan Hovold · 9 years ago
  24. 9df9449 greybus: Merge branch alex into Alexandre by Greg Kroah-Hartman · 9 years ago
  25. 799baa2 greybus: es1.c: Don't use magic value for USB control request by Alexandre Bailon · 9 years ago
  26. 4bc1389 greybus: esX: use one byte to encode cport ids in header by Alex Elder · 9 years ago
  27. d29b3d6 greybus: esX: encapsulate packing cport id into header by Alex Elder · 9 years ago
  28. 821c620 greybus: introduce cport_id_valid() by Alex Elder · 9 years ago
  29. 190241a greybus: drop some unnecessary headers by Alex Elder · 9 years ago
  30. cce3103 greybus: es?: decrease buffer size to 2k by Greg Kroah-Hartman · 9 years ago
  31. 4441f47 greybus: update copyrights by Alex Elder · 9 years ago
  32. eb765e4 greybus: core: don't set up endo until host device is initialized by Alex Elder · 9 years ago
  33. 8ea70fe greybus: core: return error code when creating host device by Alex Elder · 9 years ago
  34. d933667 greybus: fix host-device buffer constraints by Johan Hovold · 9 years ago
  35. 6cf42a4 greybus: MODULE_LICENSE cleanup by Greg Kroah-Hartman · 9 years ago
  36. 24ef485 greybus: drop host-driver buffer headroom by Johan Hovold · 9 years ago
  37. a9cf7da greybus: es1: fix transfer-buffer alignment by Johan Hovold · 9 years ago
  38. 7cf7bca greybus: pass messages to host drivers by Johan Hovold · 9 years ago
  39. bfd9a94 greybus: es1: fix buffer-size limit by Johan Hovold · 9 years ago
  40. 79940cf greybus: es1: fix DMA-buffer on stack by Johan Hovold · 9 years ago
  41. b7744b7 greybus: es1: drop unnecessary casts by Johan Hovold · 9 years ago
  42. e4c4b4d greybus: reduce the ranting by Alex Elder · 9 years ago
  43. dada3b0 greybus: es1: test apb1_log_task safely by Alex Elder · 9 years ago
  44. 142f8dd greybus: get rid of {conceal,reveal}_urb() by Alex Elder · 9 years ago
  45. 25d1c37 greybus: es1: allow the debug log to be stopped by Greg Kroah-Hartman · 9 years ago
  46. 0c264c6 greybus: es1: separate usb_log enable/disable logic into different functions by Greg Kroah-Hartman · 9 years ago
  47. efdc431 greybus: es1: fix checkpatch warning about blank lines needed by Greg Kroah-Hartman · 9 years ago
  48. 64b8a16 greybus: es1: move debugfs function to use kstrotoint_from_user() by Greg Kroah-Hartman · 9 years ago
  49. d52f997 greybus: es1: decimal modes are not what are wanted for debugfs by Greg Kroah-Hartman · 9 years ago
  50. 4600d03 greybus: es1: struct file_operations needs to be const by Greg Kroah-Hartman · 9 years ago
  51. 26164ed greybus: es1: no need to check for NULL on debugfs_remove() by Greg Kroah-Hartman · 9 years ago
  52. cd674c8 greybus: es1: use <linux/uaccess.h> and not <asm/uaccess.h> by Greg Kroah-Hartman · 9 years ago
  53. 2f4e236 greybus: es1: fix tiny whitespace issues by Greg Kroah-Hartman · 9 years ago
  54. 6c28f09 greybus: es1: fix build warning for apb1_log_enable_write by Greg Kroah-Hartman · 9 years ago
  55. 59e3344 greybus: Dump log from APB1 by Alexandre Bailon · 9 years ago
  56. 45a7063 greybus: es1.c: wait until the last possible minute to start the svc messages by Greg Kroah-Hartman · 10 years ago
  57. 98abb41 greybus: Remove "gb-" prefix from .c files by Viresh Kumar · 10 years ago[Renamed from drivers/staging/greybus/gb-es1.c]
  58. 2ec515b greybus: es1: no need to assign a variable we return directly by Greg Kroah-Hartman · 10 years ago
  59. 0008d9d greybus: es1: release urb on error path by Rui Miguel Silva · 10 years ago
  60. b976266 greybus: es1: remove useless statement by Rui Miguel Silva · 10 years ago
  61. 60a7ad7 greybus: rename es1-ap-usb.ko to gb-es1.ko by Greg Kroah-Hartman · 10 years ago[Renamed from drivers/staging/greybus/es1-ap-usb.c]
  62. f9b1df6 greybus: es1-ap-usb: don't protest when getting -EPROTO USB errors by Greg Kroah-Hartman · 10 years ago
  63. a46e967 greybus: add Linaro copyrights by Alex Elder · 10 years ago
  64. 0a9c4d7 greybus: switch cport id used for sends by Alex Elder · 10 years ago
  65. 835fb5e greybus: enforce a buffer headroom maximum size by Alex Elder · 10 years ago
  66. f34541d greybus: ignore a null cookie when canceling buffer by Alex Elder · 10 years ago
  67. ecc25a7 greybus: es1-ap-usb: don't use 'es1' after it is freed by Viresh Kumar · 10 years ago
  68. 696e0cc greybus: Random spell fixes by Viresh Kumar · 10 years ago
  69. de3557d greybus: rename greybus_cport_in() by Alex Elder · 10 years ago
  70. d98b52b greybus: define greybus_data_sent() by Alex Elder · 10 years ago
  71. 8b33730 greybus: have greybus allocate its own buffers by Alex Elder · 10 years ago
  72. c41f165 greybus: tidy up svc_in_callback() and cport_in_callback() by Alex Elder · 10 years ago
  73. 2292bac greybus: explicitly mark cookies as opaque by Alex Elder · 10 years ago
  74. 58a5bdc greybus: send buffers without gbufs by Alex Elder · 10 years ago
  75. fa23ffe greybus: stash hd as context for all URBs by Alex Elder · 10 years ago
  76. a9163b2 greybus: cancel buffers via magic cookie by Alex Elder · 10 years ago
  77. 9ec5411 greybus: free space without gbufs by Alex Elder · 10 years ago
  78. d2a259f greybus: allocate space without gbufs by Alex Elder · 10 years ago
  79. 0f4c808 greybus: fill in destination data at send time by Alex Elder · 10 years ago
  80. 06a4a06 greybus: improve data buffer alignment by Alex Elder · 10 years ago
  81. 5259ef1 greybus: prepend cport byte for all gbufs by Alex Elder · 10 years ago
  82. f7935e3 greybus: use null gbuf->transfer_buffer by Alex Elder · 10 years ago
  83. ba99346 greybus: record the host device in a gbuf by Alex Elder · 10 years ago
  84. 6af2908 greybus: use gbuf's destination cport id by Alex Elder · 10 years ago
  85. 63921d8 greybus: record a gbuf's destination CPort id by Alex Elder · 10 years ago
  86. 3e9cb4a greybus: don't assume PAGE_SIZE for URB size by Alex Elder · 10 years ago
  87. ef45fa3 greybus: record gbuf->operation by Alex Elder · 10 years ago
  88. f9ab34c greybus: es1-ap-usb: document the lack of callback for the outgoing bulk urbs by Greg Kroah-Hartman · 10 years ago
  89. 4afbba0 greybus: core: make greybus_kill_gbuf not return a value by Greg Kroah-Hartman · 10 years ago
  90. d814488 greybus: gbuf: implement gbuf_kill_gbuf() by Greg Kroah-Hartman · 10 years ago
  91. c4a432d greybus: fix repeated input errors by Alex Elder · 10 years ago
  92. 1ec1d6d greybus: leverage ap_disconnect() in ap_probe() by Alex Elder · 10 years ago
  93. 6892537 greybus: move ap_disconnect() by Alex Elder · 10 years ago
  94. 599dc6a greybus: properly drop device reference by Alex Elder · 10 years ago
  95. bedfdf3 greybus: update gbuf status for completion handlers by Alex Elder · 10 years ago
  96. 61418b9 greybus: drop hd arg from submit_gbuf method by Alex Elder · 10 years ago
  97. a7901d5 greybus: zero all data buffers by Alex Elder · 10 years ago
  98. 170229d greybus: don't restrict input buffer size by Alex Elder · 10 years ago
  99. 8fd39e3 greybus: es1-ap-usb: handle -EPROTO in check_urb_status() by Matt Porter · 10 years ago
  100. e8caf9a greybus: get rid of gbuf->hdpriv by Alex Elder · 10 years ago