summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/operation.c
AgeCommit message (Expand)Author
2015-07-15greybus: operation: add gb_operation_sync_timeout helperJohan Hovold
2015-07-15greybus: operation: allow drivers to define custom timeoutsJohan Hovold
2015-07-15greybus: operation: split incoming and outgoing cancellationJohan Hovold
2015-07-15greybus: operation: fix response-cancellation raceJohan Hovold
2015-07-15greybus: operation: fix operation look-up raceJohan Hovold
2015-07-15greybus: operation: fix connection tear downJohan Hovold
2015-07-15greybus: operation: suppress response submission on connection tear downJohan Hovold
2015-07-15greybus: operation: clean up operation work functionJohan Hovold
2015-07-15greybus: operation: complete operations on cancellationJohan Hovold
2015-07-15greybus: operation: make cancellation synchronousJohan Hovold
2015-07-15greybus: operation: add active counterJohan Hovold
2015-07-15greybus: operation: clean up create-incoming error pathJohan Hovold
2015-07-15greybus: operation: fix another cancellation use-after-freeJohan Hovold
2015-07-13greybus: operation: fix incoming-response corruptionJohan Hovold
2015-07-13greybus: operation: fix outgoing-response corruptionJohan Hovold
2015-07-13greybus: operation: fix use-after-free in response receive pathJohan Hovold
2015-07-13greybus: operation: fix operation-destroy raceJohan Hovold
2015-07-01greybus: operation: fix cancellation of responsesJohan Hovold
2015-07-01greybus: operation: allocate response before setting resultJohan Hovold
2015-07-01greybus: operation: drop redundant oom messageJohan Hovold
2015-07-01greybus: operation: add unidirectional-operation flagJohan Hovold
2015-07-01greybus: operation: add incoming-operation flagJohan Hovold
2015-07-01greybus: operation: fix cancellation use-after-freeJohan Hovold
2015-07-01greybus: operation: make response helper staticJohan Hovold
2015-07-01greybus: operation: allow atomic request submissionsJohan Hovold
2015-07-01greybus: operation: allow atomic operation allocationsJohan Hovold
2015-07-01greybus: operation/esx: fix message-cancellation lifetime bugsJohan Hovold
2015-06-10greybus: endo: define endo_init() and endo_exit()Alex Elder
2015-06-10greybus: tag core init and exit functionsAlex Elder
2015-06-04greybus: operation: Remove unused variable 'buffer'Viresh Kumar
2015-05-26greybus: operation: add support for incoming unidirectional operationsJohan Hovold
2015-05-20greybus: operation: add helper to retrieve max payload sizeJohan Hovold
2015-05-20greybus: fix host-device buffer constraintsJohan Hovold
2015-05-07greybus: eliminate extra response flag definitionsAlex Elder
2015-04-07greybus: drop host-driver buffer headroomJohan Hovold
2015-04-07greybus: operation: fix potential message corruptionJohan Hovold
2015-04-07greybus: pass messages to host driversJohan Hovold
2015-04-07greybus: operation: move message-header definition to header fileJohan Hovold
2015-04-07greybus: operation: fix unaligned memory accesses in receive pathJohan Hovold
2015-03-30greybus: operation: refactor response handlingJohan Hovold
2015-03-30greybus: operation: make incomplete-message errors more informativeJohan Hovold
2015-03-30greybus: operation: replace pr_err with dev_errJohan Hovold
2015-03-30greybus: operation: fix incoming request payload sizeJohan Hovold
2015-03-30greybus: operation: fix null-deref on operation destroyJohan Hovold
2015-03-30greybus: operation: fix null-deref on operation cancelJohan Hovold
2015-03-30greybus: operation: fix use-after-free and infinite loop on unhandled requestsJohan Hovold
2015-03-30greybus: operation: fix memory leak in request_send error pathJohan Hovold
2015-03-30greybus: operation: fix use-after-free when sending responsesJohan Hovold
2015-03-30greybus: operation: fix callback handling and documentationJohan Hovold
2015-03-30greybus: operation: fix typo in commentJohan Hovold