aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-17net: Add support for NTB virtual ethernet deviceJon Mason3-0/+424
2013-01-17PCI-Express Non-Transparent Bridge SupportJon Mason8-0/+2923
2013-01-17VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov2-0/+4
2013-01-17VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov2-5/+5
2013-01-17VMCI: Fix "always true condition"Andy King1-1/+1
2013-01-17VMCI: Fix deref before NULL-check of queuepair ptrAndy King1-2/+2
2013-01-17VMCI: Remove dependency on BLOCK I/OAndy King1-12/+16
2013-01-17VMCI: Add PCI as a dependencyAndy King1-1/+1
2013-01-17pcmcia/vrc4171: Add missing spinlock initJean Delvare1-0/+1
2013-01-17pcmcia: i82092: fix i82092aa_pci_remove()Dan Carpenter1-5/+3
2013-01-17mei: Fix some more kernel-doc typos in hw-me.cSedat Dilek1-2/+2
2013-01-17Drivers: hv: remove unused variable in vmbus_recvpacket_raw()Wei Yongjun1-2/+0
2013-01-17Drivers: hv: Cleanup and consolidate reporting of build/version infoK. Y. Srinivasan2-11/+7
2013-01-17Drivers: hv: Capture the host build informationK. Y. Srinivasan2-0/+16
2013-01-17Drivers: hv: Implement flow management on the send sideK. Y. Srinivasan3-4/+61
2013-01-17Drivers: hv: Enable protocol negotiation with win8 hostsK. Y. Srinivasan1-1/+1
2013-01-17Drivers: hv: Add a check to deal with spurious interruptsK. Y. Srinivasan1-4/+6
2013-01-17Drivers: hv: Handle vmbus interrupts concurrently on all cpusK. Y. Srinivasan2-1/+22
2013-01-17Drivers: hv: Manage event tasklets on per-cpu basisK. Y. Srinivasan3-3/+19
2013-01-17Drivers: hv: Get rid of unnecessary request for offersK. Y. Srinivasan1-2/+0
2013-01-17Drivers: hv: Get rid of the unused global signaling stateK. Y. Srinivasan2-32/+0
2013-01-17Drivers: hv: Add code to distribute channel interrupt loadK. Y. Srinivasan1-1/+84
2013-01-17Drivers: hv: Modify the interrupt handling code to support win8 and beyondK. Y. Srinivasan2-7/+46
2013-01-17Drivers: hv: Add state to manage incoming channel interrupt loadK. Y. Srinivasan2-1/+3
2013-01-17Drivers: hv: Setup a mapping for Hyper-V's notion cpu IDK. Y. Srinivasan2-0/+21
2013-01-17Drivers: hv: Cleanup vmbus_set_event() to support win7 and beyondK. Y. Srinivasan1-5/+8
2013-01-17Drivers: hv: Manage signaling state on a per-connection basisK. Y. Srinivasan2-21/+20
2013-01-17Drivers: hv: Move vmbus version definitions to hyperv.hK. Y. Srinivasan1-15/+0
2013-01-17Drivers: hv: Change the signature of vmbus_set_event()K. Y. Srinivasan3-3/+4
2013-01-17Drivers: hv: Change the signature for hv_signal_event()K. Y. Srinivasan3-6/+5
2013-01-17Drivers: hv: Save and export negotiated vmbus versionK. Y. Srinivasan1-0/+9
2013-01-17Drivers: hv: Support handling multiple VMBUS versionsK. Y. Srinivasan1-54/+111
2013-01-17Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask()K. Y. Srinivasan2-14/+0
2013-01-17Drivers: hv: Optimize the signaling on the write pathK. Y. Srinivasan3-10/+49
2013-01-17Drivers: hv: Optimize signaling in the read pathK. Y. Srinivasan1-3/+25
2013-01-17Drivers: hv: Turn off batched reading for util driversK. Y. Srinivasan1-0/+10
2013-01-17Drivers: hv: Add state to manage batched readingK. Y. Srinivasan1-0/+7
2013-01-17Drivers: hv: Implement routines for read side signaling optimizationK. Y. Srinivasan2-0/+28
2013-01-17hv: hv_balloon: remove duplicated include from hv_balloon.cWei Yongjun1-1/+0
2013-01-17misc: lattice-ecp3-config.c: remove __dev* markingsGreg Kroah-Hartman1-4/+4
2013-01-17misc: Add Lattice ECP3 FPGA configuration via SPIStefan Roese3-0/+255
2013-01-17misc: st_core: Error triggered by convert "char" to "int"channing1-1/+2
2013-01-15w1_therm: Retries: remove old code add CRCDavid Stevenson1-19/+6
2013-01-15drivers/w1/masters/mxc_w1.c: use devm_ functionsJulia Lawall1-39/+10
2013-01-15drivers/w1/masters/ds1wm.c: use devm_ functionsJulia Lawall1-34/+18
2013-01-15Merge tag 'extcon-for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-nextGreg Kroah-Hartman979-6373/+6721
2013-01-15ipack/devices/ipoctal: added shutdown callbackSamuel Iglesias Gonsalvez1-0/+17
2013-01-15ipack/devices/ipoctal: add rx_enable flagSamuel Iglesias Gonsalvez1-2/+8
2013-01-15ipack/devices/ipoctal: remove redundant tty_flip_buffer_push()Samuel Iglesias Gonsalvez1-1/+0
2013-01-15ipack/devices/ipoctal: protect the channel data processing with a spinlockSamuel Iglesias Gonsalvez1-0/+3