OSDN Git Service

android-x86/kernel.git
2015-07-27 Viresh Kumargreybus: get rid of old svc-protocol
2015-07-27 Greg Kroah... greybus: es2: remove svc endpoint message handling
2015-07-27 Greg Kroah... greybus: es1: remove svc endpoint message handling
2015-07-27 Viresh Kumargreybus: Switch to Cport 0 for svc and control protocol
2015-07-27 Viresh Kumargreybus: es1/2: Lets start using svc protocol
2015-07-25 Viresh Kumargreybus: connection: compare hd_cport_id for matching...
2015-07-24 Perry Hunggreybus: connection: silence warning on unbound protocols
2015-07-24 Perry Hunggreybus: battery: fix panic on operation error
2015-07-24 Viresh Kumargreybus: interface: localize gb_interface_destroy()
2015-07-24 Viresh Kumargreybus: svc: remove interface->svc pointer
2015-07-24 Viresh Kumargreybus: svc: connection is created only once now
2015-07-24 Viresh Kumargreybus: svc: fully initialize the partially initialize...
2015-07-24 Bryan O'Donoghuegreybus: loopback: convert loopback wake/sleep to a...
2015-07-24 Greg Kroah... greybus: loopback: add poll support to the iteration_co...
2015-07-23 Johan Hovoldgreybus: operation: add completion work queue
2015-07-23 Johan Hovoldgreybus: operation: use per-connection work queues
2015-07-23 Johan Hovoldgreybus: connection: clean up creation error paths
2015-07-23 Johan Hovoldgreybus: connection: clean up connection creation
2015-07-23 Greg Kroah... greybus: connection: prevent oops for protocol_id sysfs...
2015-07-23 Viresh Kumargreybus: svc: Fix build warning on 64bit systems
2015-07-22 Johan Hovoldgreybus: connection: fix connection initialisation
2015-07-22 Johan Hovoldgreybus: operation: clean up greybus_message_sent
2015-07-22 Johan Hovoldgreybus: operation: fix operation ordering
2015-07-22 Bryan O'Donoghuegreybus: loopback: rename frequency to requests
2015-07-22 Bryan O'Donoghuegreybus: loopback: add commentary to sysfs variables
2015-07-22 Bryan O'Donoghuegreybus: loopback: run operations a set number of times
2015-07-22 Bryan O'Donoghuegreybus: loopback: update loopback operation descriptio...
2015-07-22 Bryan O'Donoghuegreybus: loopback: timestamp seeding should not drop...
2015-07-22 Bryan O'Donoghuegreybus: manifest: convert pr_err to dev_err
2015-07-22 Bryan O'Donoghuegreybus: manifest: reserve control connection cport...
2015-07-22 Viresh Kumargreybus: svc: No need of a separate version request
2015-07-22 Viresh Kumargreybus: svc: Implement SVC requests
2015-07-22 Viresh Kumargreybus: svc: Add helpers to create AP<->SVC connection
2015-07-22 Viresh Kumargreybus: interface: Update gb_create_control_connection...
2015-07-22 Viresh Kumargreybus: connection: Allow a bundle-less connection
2015-07-22 Viresh Kumargreybus: connection: Create gb_connection_create_range...
2015-07-22 Viresh Kumargreybus: connection: don't send connected/disconnected...
2015-07-22 Viresh Kumargreybus: Define cport/bundle for SVC protocol
2015-07-22 Viresh Kumargreybus: Define device ids for AP/SVC/modules
2015-07-22 Viresh Kumargreybus: protocol: move version_response structure...
2015-07-22 Viresh Kumargreybus: sync protocol and class definitions
2015-07-22 Viresh Kumargreybus: interface: drop stale comment
2015-07-22 Viresh Kumargreybus: connections: comment style fix
2015-07-20 Johan Hovoldgreybus: operation: fix atomic message submission
2015-07-20 Johan Hovoldgreybus: operation: fix atomic response allocation
2015-07-16 Johan Hovoldgreybus: kernel_ver: add list_last_entry for old kernels
2015-07-15 Johan Hovoldgreybus: operation: add gb_operation_sync_timeout helper
2015-07-15 Johan Hovoldgreybus: operation: allow drivers to define custom...
2015-07-15 Johan Hovoldgreybus: operation: split incoming and outgoing cancell...
2015-07-15 Johan Hovoldgreybus: operation: fix response-cancellation race
2015-07-15 Johan Hovoldgreybus: operation: fix operation look-up race
2015-07-15 Johan Hovoldgreybus: connection: fix protocol tear-down race
2015-07-15 Johan Hovoldgreybus: operation: fix connection tear down
2015-07-15 Johan Hovoldgreybus: connection: add connection-state locking
2015-07-15 Johan Hovoldgreybus: operation: suppress response submission on...
2015-07-15 Johan Hovoldgreybus: operation: clean up operation work function
2015-07-15 Johan Hovoldgreybus: operation: complete operations on cancellation
2015-07-15 Johan Hovoldgreybus: operation: make cancellation synchronous
2015-07-15 Johan Hovoldgreybus: operation: add active counter
2015-07-15 Johan Hovoldgreybus: operation: clean up create-incoming error...
2015-07-15 Johan Hovoldgreybus: operation: fix another cancellation use-after...
2015-07-14 Bryan O'Donoghuegreybus: uart: fix typo in defintion
2015-07-14 Bryan O'Donoghuegreybus: loopback: fix 64bit printf format error
2015-07-14 Bryan O'Donoghuegreybus: loopback: fix broken tabs in greybus_protocols.h
2015-07-13 Bryan O'Donoghuegreybus: loopback: update throughput metrics to improve...
2015-07-13 Bryan O'Donoghuegreybus: loopback: truncate maximum loop data to link...
2015-07-13 Bryan O'Donoghuegreybus: loopback: add sink to loopback protocol
2015-07-13 Bryan O'Donoghuegreybus: loopback: make loopback type input equivalent...
2015-07-13 Bryan O'Donoghuegreybus: loopback: remove spurious pr_err in sysfs...
2015-07-13 Bryan O'Donoghuegreybus: loopback: remove magic number in state-machine
2015-07-13 Bryan O'Donoghuegreybus: loopback: Move loopback operation definitions
2015-07-13 Viresh Kumargreybus: Cleanup connection leftovers
2015-07-13 Johan Hovoldgreybus: operation: fix incoming-response corruption
2015-07-13 Johan Hovoldgreybus: operation: fix outgoing-response corruption
2015-07-13 Johan Hovoldgreybus: operation: fix use-after-free in response...
2015-07-13 Johan Hovoldgreybus: operation: fix operation-destroy race
2015-07-08 Greg Kroah... greybus: properly cleanup ida and idr structures when...
2015-07-08 Viresh Kumargreybus: svc: save pointer to struct gb_svc in struct...
2015-07-08 Viresh Kumargreybus: svc: SVC is part of greybus core
2015-07-08 Viresh Kumargreybus: connection: Use connection->dev for printing...
2015-07-08 Viresh Kumargreybus: interface: Fix comment mistake (s/add/init)
2015-07-08 Viresh Kumargreybus: connection: Exit connection before destroying it
2015-07-06 Rui Miguel... greybus: sdio: fix transfer buffer handling and blocks...
2015-07-06 Rui Miguel... greybus: sdio: add need poll to host caps
2015-07-06 Rui Miguel... greybus: sdio: check number of blocks in transfer
2015-07-06 Rui Miguel... greybus: sdio: pass only data pointer to tranfer funtion
2015-07-06 Rui Miguel... greybus: sdio: fix call to stop command if no data...
2015-07-06 Rui Miguel... greybus: sdio: fix return of get_cd and get_ro
2015-07-06 Rui Miguel... greybus: sdio: rework of event handler
2015-07-06 Rui Miguel... greybus: sdio: split cmd_flags to there meaning
2015-07-06 Greg Kroah... greybus: Revert "examples: add manifest file for sdio"
2015-07-06 Rui Miguel... greybus: examples: add manifest file for sdio
2015-07-06 Perry Hunggreybus: makefile: fix unused cflags
2015-07-01 Johan Hovoldgreybus: operation: fix cancellation of responses
2015-07-01 Johan Hovoldgreybus: operation: allocate response before setting...
2015-07-01 Johan Hovoldgreybus: operation: drop redundant oom message
2015-07-01 Johan Hovoldgreybus: operation: remove obsolete operation-field...
2015-07-01 Johan Hovoldgreybus: operation: add unidirectional-operation flag
2015-07-01 Johan Hovoldgreybus: operation: add incoming-operation flag
2015-07-01 Johan Hovoldgreybus: operation: fix cancellation use-after-free
next