summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/operation.c
Commit message (Expand)AuthorAgeFilesLines
...
* greybus: operation: fix response-cancellation raceJohan Hovold2015-07-151-4/+8
* greybus: operation: fix operation look-up raceJohan Hovold2015-07-151-11/+9
* greybus: operation: fix connection tear downJohan Hovold2015-07-151-40/+75
* greybus: operation: suppress response submission on connection tear downJohan Hovold2015-07-151-0/+3
* greybus: operation: clean up operation work functionJohan Hovold2015-07-151-11/+10
* greybus: operation: complete operations on cancellationJohan Hovold2015-07-151-2/+1
* greybus: operation: make cancellation synchronousJohan Hovold2015-07-151-2/+22
* greybus: operation: add active counterJohan Hovold2015-07-151-2/+26
* greybus: operation: clean up create-incoming error pathJohan Hovold2015-07-151-4/+5
* greybus: operation: fix another cancellation use-after-freeJohan Hovold2015-07-151-5/+10
* greybus: operation: fix incoming-response corruptionJohan Hovold2015-07-131-2/+3
* greybus: operation: fix outgoing-response corruptionJohan Hovold2015-07-131-5/+6
* greybus: operation: fix use-after-free in response receive pathJohan Hovold2015-07-131-0/+7
* greybus: operation: fix operation-destroy raceJohan Hovold2015-07-131-5/+6
* greybus: operation: fix cancellation of responsesJohan Hovold2015-07-011-2/+3
* greybus: operation: allocate response before setting resultJohan Hovold2015-07-011-5/+6
* greybus: operation: drop redundant oom messageJohan Hovold2015-07-011-5/+1
* greybus: operation: add unidirectional-operation flagJohan Hovold2015-07-011-1/+4
* greybus: operation: add incoming-operation flagJohan Hovold2015-07-011-8/+9
* greybus: operation: fix cancellation use-after-freeJohan Hovold2015-07-011-1/+1
* greybus: operation: make response helper staticJohan Hovold2015-07-011-2/+5
* greybus: operation: allow atomic request submissionsJohan Hovold2015-07-011-5/+7
* greybus: operation: allow atomic operation allocationsJohan Hovold2015-07-011-15/+8
* greybus: operation/esx: fix message-cancellation lifetime bugsJohan Hovold2015-07-011-24/+3
* greybus: endo: define endo_init() and endo_exit()Alex Elder2015-06-101-1/+1
* greybus: tag core init and exit functionsAlex Elder2015-06-101-2/+2
* greybus: operation: Remove unused variable 'buffer'Viresh Kumar2015-06-041-2/+0
* greybus: operation: add support for incoming unidirectional operationsJohan Hovold2015-05-261-0/+4
* greybus: operation: add helper to retrieve max payload sizeJohan Hovold2015-05-201-0/+8
* greybus: fix host-device buffer constraintsJohan Hovold2015-05-201-15/+0
* greybus: eliminate extra response flag definitionsAlex Elder2015-05-071-4/+4
* greybus: drop host-driver buffer headroomJohan Hovold2015-04-071-5/+2
* greybus: operation: fix potential message corruptionJohan Hovold2015-04-071-42/+30
* greybus: pass messages to host driversJohan Hovold2015-04-071-34/+8
* greybus: operation: move message-header definition to header fileJohan Hovold2015-04-071-29/+0
* greybus: operation: fix unaligned memory accesses in receive pathJohan Hovold2015-04-071-9/+10
* greybus: operation: refactor response handlingJohan Hovold2015-03-301-7/+10
* greybus: operation: make incomplete-message errors more informativeJohan Hovold2015-03-301-2/+4
* greybus: operation: replace pr_err with dev_errJohan Hovold2015-03-301-4/+8
* greybus: operation: fix incoming request payload sizeJohan Hovold2015-03-301-2/+6
* greybus: operation: fix null-deref on operation destroyJohan Hovold2015-03-301-1/+2
* greybus: operation: fix null-deref on operation cancelJohan Hovold2015-03-301-1/+2
* greybus: operation: fix use-after-free and infinite loop on unhandled requestsJohan Hovold2015-03-301-8/+9
* greybus: operation: fix memory leak in request_send error pathJohan Hovold2015-03-301-1/+6
* greybus: operation: fix use-after-free when sending responsesJohan Hovold2015-03-301-3/+12
* greybus: operation: fix callback handling and documentationJohan Hovold2015-03-301-19/+14
* greybus: operation: fix typo in commentJohan Hovold2015-03-301-1/+1
* greybus: operation: fix missing symbol exportsJohan Hovold2015-03-301-0/+5
* greybus: clean up some small messesAlex Elder2015-03-271-3/+2
* greybus: operation: remove unnecessary castJohan Hovold2015-03-191-1/+1
OpenPOWER on IntegriCloud