summaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-08Drivers: hv: vmbus: define a new VMBus message type for hvsockDexuan Cui3-0/+32
2016-02-08Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signalingDexuan Cui1-1/+5
2016-02-08Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)Dexuan Cui1-0/+7
2016-02-08Drivers: hv: vmbus: add a helper function to set a channel's pending send sizeDexuan Cui1-0/+6
2016-02-08Drivers: hv: vmbus: don't manipulate with clocksources on crashVitaly Kuznetsov1-2/+8
2016-02-08Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_u...Vitaly Kuznetsov1-1/+43
2016-02-08Drivers: hv: vmbus: avoid infinite loop in init_vp_index()Vitaly Kuznetsov1-0/+11
2016-02-08tools/hv: Use include/uapi with __EXPORTED_HEADERS__Kamal Mostafa1-0/+2
2016-02-08Drivers: hv: vmbus: Add vendor and device atttributesK. Y. Srinivasan4-43/+186
2016-02-08Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan3-21/+3
2016-02-08goldfish: locking bugs in goldfish_pipe_read_write()Dan Carpenter1-14/+8
2016-02-08misc: mic: fix incorrect use of error codes in SCIF DMA driverEric Biggers1-9/+5
2016-02-08misc: mic/scif: use list_next_entry instead of list_entry_nextGeliang Tang1-16/+11
2016-02-08misc: mic/scif: fix wrap around testsDan Carpenter1-3/+4
2016-02-08staging: goldfish: (coding style) Rewrite comparisons to NULL as "!data->reg_...Christian Colic1-3/+3
2016-02-08staging: goldfish: (coding style) Add spaces around the "+" to conform to che...Christian Colic1-1/+1
2016-02-08staging: goldfish: use div64_s64 instead of do_divArnd Bergmann1-15/+15
2016-02-07mei: split amthif client init from end of clients enumerationAlexander Usyskin7-23/+15
2016-02-07mei: hbm: send immediate reply flag in enum requestAlexander Usyskin4-5/+32
2016-02-07mei: bus: run rescan on me_clients list changeAlexander Usyskin4-1/+20
2016-02-07mei: drop reserved host client idsAlexander Usyskin7-24/+11
2016-02-07mei: hbm: warn about fw-initiated disconnectAlexander Usyskin2-1/+4
2016-02-07mei: fixed address clients for the new platformsAlexander Usyskin5-6/+57
2016-02-07mei: fill file pointer in read cb for fixed address clientAlexander Usyskin3-10/+397
2016-02-07mei: discard replies from unconnected fixed address clientsAlexander Usyskin1-1/+19
2016-02-07mei: clean write queues and wake waiters on disconnectAlexander Usyskin3-48/+30
2016-02-07mei: wake blocked write on link resetAlexander Usyskin1-1/+6
2016-02-07mei: drop superfluous closing bracket from write tracesAlexander Usyskin1-2/+2
2016-02-07mei: bus: check if the device is enabled before data transferAlexander Usyskin1-0/+9
2016-02-07mei: bus: fix notification event deliveryTomas Winkler3-7/+12
2016-02-07mei: bus: fix RX event schedulingTomas Winkler3-9/+12
2016-02-07mei: amthif: interrupt reader on link resetAlexander Usyskin1-1/+7
2016-02-07mei: amthif: use rx_wait queue also for amthif clientAlexander Usyskin1-5/+5
2016-02-07mei: amthif: drop parameter validation from mei_amthif_writeTomas Winkler1-9/+1
2016-02-07mei: amthif: replace amthif_rd_complete_list with rd_completedTomas Winkler5-37/+13
2016-02-07mei: amthif: allow only one request at a timeAlexander Usyskin1-0/+8
2016-02-07mei: rename variable names 'file_object' to fpTomas Winkler4-19/+19
2016-02-07mei: constify struct file pointerTomas Winkler5-18/+22
2016-02-07mei: amthif: don't drop read packets on timeoutAlexander Usyskin5-80/+0
2016-02-07mei: amthif: don't copy from an empty bufferAlexander Usyskin1-1/+1
2016-02-07mei: call stop on failed char device registerAlexander Usyskin2-2/+6
2016-02-07mei: fix possible integer overflow issueTomas Winkler5-13/+24
2016-02-07mei: debugfs: allow hbm features list dump in earlier stagesAlexander Usyskin1-1/+2
2016-02-07mei: debugfs: adjust active clients print bufferAlexander Usyskin1-7/+22
2016-02-07mei: trace pci configuration space ioTomas Winkler4-4/+56
2016-02-07watchdog: mei_wdt: re-register device on eventTomas Winkler1-2/+26
2016-02-07watchdog: mei_wdt: add activation debugfs entryTomas Winkler1-0/+27
2016-02-07watchdog: mei_wdt: register wd device only if requiredTomas Winkler1-9/+191
2016-02-07mei: bus: whitelist the watchdog clientTomas Winkler1-0/+29
2016-02-07watchdog: mei_wdt: add status debugfs entryTomas Winkler1-0/+87