summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* misc: apds990x, bh1770glc, lis3lv02d: use to_i2c_clientGeliang Tang2016-02-073-12/+12
* misc/bmp085: Enable building as a moduleBen Hutchings2016-02-071-1/+1
* drivers/misc: make arm-charlcd.c explicitly non-modularPaul Gortmaker2016-02-071-22/+2
* misc: pch_phub: allow build on MIPS platformsPaul Burton2016-02-071-1/+1
* misc: st_core: remove unreachable codeSudip Mukherjee2016-02-071-1/+0
* scripts: fix typo in ver_linuxMatthias Lange2016-02-071-1/+1
* misc: mic: use common error pathSudip Mukherjee2016-02-071-6/+7
* misc: mic: return error directlySudip Mukherjee2016-02-071-2/+2
* misc: mic: return error properlySudip Mukherjee2016-02-071-1/+6
* misc: mic: remove unneeded debug messageSudip Mukherjee2016-02-071-6/+5
* mic_virtio: fix a timeout loopDan Carpenter2016-02-071-1/+1
* misc: mic: Fix crash when MIC reset is invoked in RESET_FAILED stateAshutosh Dixit2016-02-072-4/+11
* intel_th: pci: Add Broxton SOC supportAlexander Shishkin2016-02-071-0/+5
* intel_th: pci: Add Apollo Lake SOC supportAlexander Shishkin2016-02-071-0/+5
* stm class: Prevent user-controllable allocationsAlexander Shishkin2016-02-071-0/+3
* stm class: Fix an off-by-one in master array allocationChunyan Zhang2016-02-071-1/+1
* stm class: Fix link list lockingAlexander Shishkin2016-02-072-9/+30
* stm class: Fix locking in unbinding policy pathAlexander Shishkin2016-02-071-3/+15
* stm class: Select CONFIG_SRCUArnd Bergmann2016-02-071-0/+1
* intel_th: INTEL_TH should depend on HAS_DMAGeert Uytterhoeven2016-02-071-0/+1
* stm class: Hide STM-specific options if STM is disabledGeert Uytterhoeven2016-02-071-0/+4
* coresight: implementing 'cpu_id()' APIMathieu Poirier2016-02-073-0/+19
* coresight: removing bind/unbind options from sysfsMathieu Poirier2016-02-078-91/+8
* coresight: remove csdev's link from topologyMathieu Poirier2016-02-071-0/+46
* coresight: release reference taken by 'bus_find_device()'Mathieu Poirier2016-02-071-0/+2
* coresight: coresight_unregister() function cleanupMathieu Poirier2016-02-071-1/+2
* coresight: fixing lockdep errorMathieu Poirier2016-02-071-4/+0
* coresight: fixing indentation problemMathieu Poirier2016-02-071-1/+1
* VMCI: Use 32bit atomics for queue headers on X86_32Jorgen Hansen2016-02-072-5/+40
* Drivers: hv: vmbus: Give control over how the ring access is serializedK. Y. Srinivasan2016-02-075-10/+37
* Drivers: hv: vmbus: Eliminate the spin lock on the read pathK. Y. Srinivasan2016-02-071-13/+5
* Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()Dexuan Cui2016-02-073-7/+32
* Drivers: hv: vmbus: add a per-channel rescind callbackDexuan Cui2016-02-072-0/+20
* Drivers: hv: vmbus: add a hvsock flag in struct hv_driverDexuan Cui2016-02-072-0/+18
* Drivers: hv: vmbus: define a new VMBus message type for hvsockDexuan Cui2016-02-073-0/+32
* Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signalingDexuan Cui2016-02-071-1/+5
* Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)Dexuan Cui2016-02-071-0/+7
* Drivers: hv: vmbus: add a helper function to set a channel's pending send sizeDexuan Cui2016-02-071-0/+6
* Drivers: hv: vmbus: don't manipulate with clocksources on crashVitaly Kuznetsov2016-02-071-2/+8
* Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_u...Vitaly Kuznetsov2016-02-071-1/+43
* Drivers: hv: vmbus: avoid infinite loop in init_vp_index()Vitaly Kuznetsov2016-02-071-0/+11
* tools/hv: Use include/uapi with __EXPORTED_HEADERS__Kamal Mostafa2016-02-071-0/+2
* Drivers: hv: vmbus: Add vendor and device atttributesK. Y. Srinivasan2016-02-074-43/+186
* Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan2016-02-073-21/+3
* goldfish: locking bugs in goldfish_pipe_read_write()Dan Carpenter2016-02-071-14/+8
* misc: mic: fix incorrect use of error codes in SCIF DMA driverEric Biggers2016-02-071-9/+5
* misc: mic/scif: use list_next_entry instead of list_entry_nextGeliang Tang2016-02-071-16/+11
* misc: mic/scif: fix wrap around testsDan Carpenter2016-02-071-3/+4
* staging: goldfish: (coding style) Rewrite comparisons to NULL as "!data->reg_...Christian Colic2016-02-071-3/+3
* staging: goldfish: (coding style) Add spaces around the "+" to conform to che...Christian Colic2016-02-071-1/+1