summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi13-29/+29
2015-06-12char:xilinx_hwicap:buffer_icap - change 1/0 to true/false for bool type varia...Shailendra Verma1-3/+3
2015-06-12Drivers: hv: vmbus: Allocate ring buffer memory in NUMA aware fashionK. Y. Srinivasan1-2/+12
2015-06-12parport: check exclusive access before registerSudip Mukherjee1-0/+28
2015-06-12w1: use correct lock on error in w1_seq_show()Dan Carpenter1-2/+2
2015-06-12w1: fix for loop exit condition in w1_seq_show()Dan Carpenter1-1/+1
2015-06-08drivers/hwtracing: fix coresight-etm4x implicit <module.h> usagePaul Gortmaker1-0/+1
2015-06-08drivers/hwtracing: fix coresight-replicator-qcom implicit <module.h> usagePaul Gortmaker1-0/+1
2015-06-03Merge tag 'extcon-next-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman16-532/+801
2015-06-01Drivers: hv: vmbus: Implement NUMA aware CPU affinity for channelsK. Y. Srinivasan1-29/+43
2015-06-01Drivers: hv: vmbus: Use the vp_index map even for channels bound to CPU 0K. Y. Srinivasan1-1/+1
2015-06-01w1: ds2482: Add i2c module alias nameLudek Hlavacek1-0/+1
2015-06-01snsc: pass timeout as HZ independent valueNicholas Mc Guire1-2/+2
2015-06-01paride: use new parport device modelSudip Mukherjee7-7/+96
2015-06-01i2c-parport: use new parport device modelSudip Mukherjee1-5/+10
2015-06-01i2c-parport: define ports to connectSudip Mukherjee1-0/+23
2015-06-01staging: panel: use new parport device modelSudip Mukherjee1-5/+9
2015-06-01parport: add device-model to parport subsystemSudip Mukherjee3-26/+338
2015-06-01char:pcmcia:synclink_cs - Do not initialise statics to 0.Shailendra Verma1-1/+1
2015-06-01Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONL...Vitaly Kuznetsov1-1/+3
2015-06-01Drivers: hv: vmbus:Update preferred vmbus protocol version to windows 10.Keith Mange1-3/+5
2015-06-01char: misc: restore MISC_DYNAMIC_MINOR on device_create() failureVladimir Zapolskiy1-4/+9
2015-05-31mei: fix up uuid matchingGreg Kroah-Hartman2-8/+3
2015-05-29extcon: Remove optional print_name() function pointer of extcon_devChanwoo Choi1-8/+0
2015-05-24hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8kPali Rohár3-67/+96
2015-05-24hwmon: Rename i8k driver to dell-smm-hwmon and move it to hwmon treePali Rohár3-3/+5
2015-05-24virtio_console: silence a static checker warningDan Carpenter1-2/+2
2015-05-24xillybus: XILLYBUS_OF should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2015-05-24goldfish_pipe: Fix unlikely() misuseJoe Perches1-1/+1
2015-05-24pcmcia: fix a boot time warning in pcmcia cs codeDmitry Eremin-Solenikov1-4/+6
2015-05-24drivers/char: Remove msm_smd_pkt driverStephen Boyd3-474/+0
2015-05-24Drivers: hv: vmbus: distribute subchannels among all vcpusVitaly Kuznetsov1-1/+28
2015-05-24Drivers: hv: vmbus: move init_vp_index() call to vmbus_process_offer()Vitaly Kuznetsov1-2/+5
2015-05-24Drivers: hv: vmbus: decrease num_sc on subchannel removalVitaly Kuznetsov1-1/+2
2015-05-24Drivers: hv: vmbus: unify calls to percpu_channel_enq()Vitaly Kuznetsov1-33/+18
2015-05-24Drivers: hv: vmbus: kill tasklets on module unloadVitaly Kuznetsov1-1/+4
2015-05-24Drivers: hv: vmbus: do cleanup on all vmbus_open() failure pathsVitaly Kuznetsov1-7/+6
2015-05-24Drivers: hv: vmbus: Implement the protocol for tearing down vmbus stateK. Y. Srinivasan4-1/+33
2015-05-24hv: vmbus_free_channels(): remove the redundant free_channel()Dexuan Cui1-3/+8
2015-05-24Drivers: hv: vmbus: unregister panic notifier on module unloadVitaly Kuznetsov1-0/+4
2015-05-24Drivers: hv: vmbus: introduce vmbus_acpi_removeVitaly Kuznetsov1-0/+10
2015-05-24Drivers: hv: utils: unify driver registration reportingVitaly Kuznetsov3-4/+4
2015-05-24Drivers: hv: fcopy: full handshake supportVitaly Kuznetsov1-1/+15
2015-05-24Drivers: hv: vss: full handshake supportVitaly Kuznetsov1-12/+37
2015-05-24Drivers: hv: kvp: convert to hv_utils_transportVitaly Kuznetsov1-49/+42
2015-05-24Drivers: hv: fcopy: convert to hv_utils_transportVitaly Kuznetsov1-148/+46
2015-05-24Drivers: hv: vss: convert to hv_utils_transportVitaly Kuznetsov1-25/+27
2015-05-24Drivers: hv: util: introduce hv_utils_transport abstractionVitaly Kuznetsov3-1/+328
2015-05-24Drivers: hv: fcopy: set .owner reference for file operationsVitaly Kuznetsov1-4/+2
2015-05-24Drivers: hv: fcopy: switch to using the hvutil_device_state state machineVitaly Kuznetsov1-40/+30