summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* VMCI: Fix deref before NULL-check of queuepair ptrAndy King2013-01-171-2/+2
* VMCI: Remove dependency on BLOCK I/OAndy King2013-01-171-12/+16
* VMCI: Add PCI as a dependencyAndy King2013-01-171-1/+1
* pcmcia/vrc4171: Add missing spinlock initJean Delvare2013-01-171-0/+1
* pcmcia: i82092: fix i82092aa_pci_remove()Dan Carpenter2013-01-171-5/+3
* mei: Fix some more kernel-doc typos in hw-me.cSedat Dilek2013-01-171-2/+2
* Drivers: hv: remove unused variable in vmbus_recvpacket_raw()Wei Yongjun2013-01-171-2/+0
* Drivers: hv: Cleanup and consolidate reporting of build/version infoK. Y. Srinivasan2013-01-172-11/+7
* Drivers: hv: Capture the host build informationK. Y. Srinivasan2013-01-172-0/+16
* Drivers: hv: Implement flow management on the send sideK. Y. Srinivasan2013-01-173-4/+61
* Drivers: hv: Enable protocol negotiation with win8 hostsK. Y. Srinivasan2013-01-171-1/+1
* Drivers: hv: Add a check to deal with spurious interruptsK. Y. Srinivasan2013-01-171-4/+6
* Drivers: hv: Handle vmbus interrupts concurrently on all cpusK. Y. Srinivasan2013-01-172-1/+22
* Drivers: hv: Manage event tasklets on per-cpu basisK. Y. Srinivasan2013-01-173-3/+19
* Drivers: hv: Get rid of unnecessary request for offersK. Y. Srinivasan2013-01-171-2/+0
* Drivers: hv: Get rid of the unused global signaling stateK. Y. Srinivasan2013-01-172-32/+0
* Drivers: hv: Add code to distribute channel interrupt loadK. Y. Srinivasan2013-01-171-1/+84
* Drivers: hv: Modify the interrupt handling code to support win8 and beyondK. Y. Srinivasan2013-01-172-7/+46
* Drivers: hv: Add state to manage incoming channel interrupt loadK. Y. Srinivasan2013-01-172-1/+3
* Drivers: hv: Setup a mapping for Hyper-V's notion cpu IDK. Y. Srinivasan2013-01-172-0/+21
* Drivers: hv: Cleanup vmbus_set_event() to support win7 and beyondK. Y. Srinivasan2013-01-171-5/+8
* Drivers: hv: Manage signaling state on a per-connection basisK. Y. Srinivasan2013-01-172-21/+20
* Drivers: hv: Move vmbus version definitions to hyperv.hK. Y. Srinivasan2013-01-171-15/+0
* Drivers: hv: Change the signature of vmbus_set_event()K. Y. Srinivasan2013-01-173-3/+4
* Drivers: hv: Change the signature for hv_signal_event()K. Y. Srinivasan2013-01-173-6/+5
* Drivers: hv: Save and export negotiated vmbus versionK. Y. Srinivasan2013-01-171-0/+9
* Drivers: hv: Support handling multiple VMBUS versionsK. Y. Srinivasan2013-01-171-54/+111
* Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask()K. Y. Srinivasan2013-01-172-14/+0
* Drivers: hv: Optimize the signaling on the write pathK. Y. Srinivasan2013-01-173-10/+49
* Drivers: hv: Optimize signaling in the read pathK. Y. Srinivasan2013-01-171-3/+25
* Drivers: hv: Turn off batched reading for util driversK. Y. Srinivasan2013-01-171-0/+10
* Drivers: hv: Add state to manage batched readingK. Y. Srinivasan2013-01-171-0/+7
* Drivers: hv: Implement routines for read side signaling optimizationK. Y. Srinivasan2013-01-172-0/+28
* hv: hv_balloon: remove duplicated include from hv_balloon.cWei Yongjun2013-01-171-1/+0
* misc: lattice-ecp3-config.c: remove __dev* markingsGreg Kroah-Hartman2013-01-171-4/+4
* misc: Add Lattice ECP3 FPGA configuration via SPIStefan Roese2013-01-173-0/+255
* misc: st_core: Error triggered by convert "char" to "int"channing2013-01-171-1/+2
* w1_therm: Retries: remove old code add CRCDavid Stevenson2013-01-151-19/+6
* drivers/w1/masters/mxc_w1.c: use devm_ functionsJulia Lawall2013-01-151-39/+10
* drivers/w1/masters/ds1wm.c: use devm_ functionsJulia Lawall2013-01-151-34/+18
* Merge tag 'extcon-for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Greg Kroah-Hartman2013-01-15979-6373/+6721
|\
| * mfd: wm5102: Add microphone clamp control registersMark Brown2013-01-151-0/+7
| * extcon: arizona: Support direct microphone measurement via HPDETMark Brown2013-01-151-5/+45
| * extcon: arizona: Support HPDET based accessory identificationMark Brown2013-01-151-12/+147
| * extcon: Simple code motion supporting future work.Mark Brown2013-01-151-60/+60
| * extcon: arizona: Enable basic headphone identificationMark Brown2013-01-152-21/+323
| * extcon: arizona: Support use of GPIO5 as an input to jack detectionMark Brown2013-01-151-18/+58
| * extcon: arizona: Use microphone clamp function if availableMark Brown2013-01-151-0/+19
| * extcon: arizona: Allow configuration of MICBIAS rise timeMark Brown2013-01-151-0/+6
| * extcon: arizona: Only set GPIO if it has been requestedMark Brown2013-01-151-2/+3