summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-07misc/bmp085: Enable building as a moduleBen Hutchings1-1/+1
2016-02-07drivers/misc: make arm-charlcd.c explicitly non-modularPaul Gortmaker1-22/+2
2016-02-07misc: pch_phub: allow build on MIPS platformsPaul Burton1-1/+1
2016-02-07misc: st_core: remove unreachable codeSudip Mukherjee1-1/+0
2016-02-07scripts: fix typo in ver_linuxMatthias Lange1-1/+1
2016-02-07misc: mic: use common error pathSudip Mukherjee1-6/+7
2016-02-07misc: mic: return error directlySudip Mukherjee1-2/+2
2016-02-07misc: mic: return error properlySudip Mukherjee1-1/+6
2016-02-07misc: mic: remove unneeded debug messageSudip Mukherjee1-6/+5
2016-02-07mic_virtio: fix a timeout loopDan Carpenter1-1/+1
2016-02-07misc: mic: Fix crash when MIC reset is invoked in RESET_FAILED stateAshutosh Dixit2-4/+11
2016-02-07intel_th: pci: Add Broxton SOC supportAlexander Shishkin1-0/+5
2016-02-07intel_th: pci: Add Apollo Lake SOC supportAlexander Shishkin1-0/+5
2016-02-07stm class: Prevent user-controllable allocationsAlexander Shishkin1-0/+3
2016-02-07stm class: Fix an off-by-one in master array allocationChunyan Zhang1-1/+1
2016-02-07stm class: Fix link list lockingAlexander Shishkin2-9/+30
2016-02-07stm class: Fix locking in unbinding policy pathAlexander Shishkin1-3/+15
2016-02-07stm class: Select CONFIG_SRCUArnd Bergmann1-0/+1
2016-02-07intel_th: INTEL_TH should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2016-02-07stm class: Hide STM-specific options if STM is disabledGeert Uytterhoeven1-0/+4
2016-02-07coresight: implementing 'cpu_id()' APIMathieu Poirier3-0/+19
2016-02-07coresight: removing bind/unbind options from sysfsMathieu Poirier8-91/+8
2016-02-07coresight: remove csdev's link from topologyMathieu Poirier1-0/+46
2016-02-07coresight: release reference taken by 'bus_find_device()'Mathieu Poirier1-0/+2
2016-02-07coresight: coresight_unregister() function cleanupMathieu Poirier1-1/+2
2016-02-07coresight: fixing lockdep errorMathieu Poirier1-4/+0
2016-02-07coresight: fixing indentation problemMathieu Poirier1-1/+1
2016-02-07VMCI: Use 32bit atomics for queue headers on X86_32Jorgen Hansen2-5/+40
2016-02-07Drivers: hv: vmbus: Give control over how the ring access is serializedK. Y. Srinivasan5-10/+37
2016-02-07Drivers: hv: vmbus: Eliminate the spin lock on the read pathK. Y. Srinivasan1-13/+5
2016-02-07Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()Dexuan Cui3-7/+32
2016-02-07Drivers: hv: vmbus: add a per-channel rescind callbackDexuan Cui2-0/+20
2016-02-07Drivers: hv: vmbus: add a hvsock flag in struct hv_driverDexuan Cui2-0/+18
2016-02-07Drivers: hv: vmbus: define a new VMBus message type for hvsockDexuan Cui3-0/+32
2016-02-07Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signalingDexuan Cui1-1/+5
2016-02-07Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)Dexuan Cui1-0/+7
2016-02-07Drivers: hv: vmbus: add a helper function to set a channel's pending send sizeDexuan Cui1-0/+6
2016-02-07Drivers: hv: vmbus: don't manipulate with clocksources on crashVitaly Kuznetsov1-2/+8
2016-02-07Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_u...Vitaly Kuznetsov1-1/+43
2016-02-07Drivers: hv: vmbus: avoid infinite loop in init_vp_index()Vitaly Kuznetsov1-0/+11
2016-02-07tools/hv: Use include/uapi with __EXPORTED_HEADERS__Kamal Mostafa1-0/+2
2016-02-07Drivers: hv: vmbus: Add vendor and device atttributesK. Y. Srinivasan4-43/+186
2016-02-07Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan3-21/+3
2016-02-07goldfish: locking bugs in goldfish_pipe_read_write()Dan Carpenter1-14/+8
2016-02-07misc: mic: fix incorrect use of error codes in SCIF DMA driverEric Biggers1-9/+5
2016-02-07misc: mic/scif: use list_next_entry instead of list_entry_nextGeliang Tang1-16/+11
2016-02-07misc: mic/scif: fix wrap around testsDan Carpenter1-3/+4
2016-02-07staging: goldfish: (coding style) Rewrite comparisons to NULL as "!data->reg_...Christian Colic1-3/+3
2016-02-07staging: goldfish: (coding style) Add spaces around the "+" to conform to che...Christian Colic1-1/+1
2016-02-07staging: goldfish: use div64_s64 instead of do_divArnd Bergmann1-15/+15