aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-07stm class: Select CONFIG_SRCUGravatar Arnd Bergmann 1-0/+1
2016-02-07intel_th: INTEL_TH should depend on HAS_DMAGravatar Geert Uytterhoeven 1-0/+1
2016-02-07stm class: Hide STM-specific options if STM is disabledGravatar Geert Uytterhoeven 1-0/+4
2016-02-07coresight: implementing 'cpu_id()' APIGravatar Mathieu Poirier 3-0/+19
2016-02-07coresight: removing bind/unbind options from sysfsGravatar Mathieu Poirier 8-91/+8
2016-02-07coresight: remove csdev's link from topologyGravatar Mathieu Poirier 1-0/+46
2016-02-07coresight: release reference taken by 'bus_find_device()'Gravatar Mathieu Poirier 1-0/+2
2016-02-07coresight: coresight_unregister() function cleanupGravatar Mathieu Poirier 1-1/+2
2016-02-07coresight: fixing lockdep errorGravatar Mathieu Poirier 1-4/+0
2016-02-07coresight: fixing indentation problemGravatar Mathieu Poirier 1-1/+1
2016-02-07VMCI: Use 32bit atomics for queue headers on X86_32Gravatar Jorgen Hansen 2-5/+40
2016-02-07Drivers: hv: vmbus: Give control over how the ring access is serializedGravatar K. Y. Srinivasan 5-10/+37
2016-02-07Drivers: hv: vmbus: Eliminate the spin lock on the read pathGravatar K. Y. Srinivasan 1-13/+5
2016-02-07Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()Gravatar Dexuan Cui 3-7/+32
2016-02-07Drivers: hv: vmbus: add a per-channel rescind callbackGravatar Dexuan Cui 2-0/+20
2016-02-07Drivers: hv: vmbus: add a hvsock flag in struct hv_driverGravatar Dexuan Cui 2-0/+18
2016-02-07Drivers: hv: vmbus: define a new VMBus message type for hvsockGravatar Dexuan Cui 3-0/+32
2016-02-07Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signalingGravatar Dexuan Cui 1-1/+5
2016-02-07Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)Gravatar Dexuan Cui 1-0/+7
2016-02-07Drivers: hv: vmbus: add a helper function to set a channel's pending send sizeGravatar Dexuan Cui 1-0/+6
2016-02-07Drivers: hv: vmbus: don't manipulate with clocksources on crashGravatar Vitaly Kuznetsov 1-2/+8
2016-02-07Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_u...Gravatar Vitaly Kuznetsov 1-1/+43
2016-02-07Drivers: hv: vmbus: avoid infinite loop in init_vp_index()Gravatar Vitaly Kuznetsov 1-0/+11
2016-02-07tools/hv: Use include/uapi with __EXPORTED_HEADERS__Gravatar Kamal Mostafa 1-0/+2
2016-02-07Drivers: hv: vmbus: Add vendor and device atttributesGravatar K. Y. Srinivasan 4-43/+186
2016-02-07Drivers: hv: vmbus: Cleanup vmbus_set_event()Gravatar K. Y. Srinivasan 3-21/+3
2016-02-07goldfish: locking bugs in goldfish_pipe_read_write()Gravatar Dan Carpenter 1-14/+8
2016-02-07misc: mic: fix incorrect use of error codes in SCIF DMA driverGravatar Eric Biggers 1-9/+5
2016-02-07misc: mic/scif: use list_next_entry instead of list_entry_nextGravatar Geliang Tang 1-16/+11
2016-02-07misc: mic/scif: fix wrap around testsGravatar Dan Carpenter 1-3/+4
2016-02-07staging: goldfish: (coding style) Rewrite comparisons to NULL as "!data->reg_...Gravatar Christian Colic 1-3/+3
2016-02-07staging: goldfish: (coding style) Add spaces around the "+" to conform to che...Gravatar Christian Colic 1-1/+1
2016-02-07staging: goldfish: use div64_s64 instead of do_divGravatar Arnd Bergmann 1-15/+15
2016-02-07mei: split amthif client init from end of clients enumerationGravatar Alexander Usyskin 7-23/+15
2016-02-07mei: hbm: send immediate reply flag in enum requestGravatar Alexander Usyskin 4-5/+32
2016-02-07mei: bus: run rescan on me_clients list changeGravatar Alexander Usyskin 4-1/+20
2016-02-07mei: drop reserved host client idsGravatar Alexander Usyskin 7-24/+11
2016-02-07mei: hbm: warn about fw-initiated disconnectGravatar Alexander Usyskin 2-1/+4
2016-02-07mei: fixed address clients for the new platformsGravatar Alexander Usyskin 5-6/+57
2016-02-07mei: fill file pointer in read cb for fixed address clientGravatar Alexander Usyskin 3-10/+397
2016-02-07mei: discard replies from unconnected fixed address clientsGravatar Alexander Usyskin 1-1/+19
2016-02-07mei: clean write queues and wake waiters on disconnectGravatar Alexander Usyskin 3-48/+30
2016-02-07mei: wake blocked write on link resetGravatar Alexander Usyskin 1-1/+6
2016-02-07mei: drop superfluous closing bracket from write tracesGravatar Alexander Usyskin 1-2/+2
2016-02-07mei: bus: check if the device is enabled before data transferGravatar Alexander Usyskin 1-0/+9
2016-02-07mei: bus: fix notification event deliveryGravatar Tomas Winkler 3-7/+12
2016-02-07mei: bus: fix RX event schedulingGravatar Tomas Winkler 3-9/+12
2016-02-07mei: amthif: interrupt reader on link resetGravatar Alexander Usyskin 1-1/+7
2016-02-07mei: amthif: use rx_wait queue also for amthif clientGravatar Alexander Usyskin 1-5/+5
2016-02-07mei: amthif: drop parameter validation from mei_amthif_writeGravatar Tomas Winkler 1-9/+1