summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2015-04-03mic: drop pci_msi_off call on probeMichael S. Tsirkin1-2/+0
2015-03-25misc: mic: fixup return type of wait_for_completion_timeoutNicholas Mc Guire1-7/+7
2015-03-25misc: carma: fixup return type of wait_for_completion_timeoutNicholas Mc Guire1-4/+6
2015-03-25misc: tifm: match return type of wait_for_completion_timeoutNicholas Mc Guire1-2/+3
2015-03-25mei: fix regression on NFC connectionTomas Winkler1-3/+1
2015-03-25VMCI: Guard against overflow in queue pair allocationJorgen Hansen2-10/+23
2015-03-25VMCI: Check userland-provided datagram sizeAndy King2-1/+7
2015-03-25drivers/vmw_vmci: Show correct get_user_pages_fast upon failureDavidlohr Bueso1-2/+4
2015-03-16misc: sram: switch to ioremap_wc from ioremapAbhilash Kesavan1-3/+14
2015-03-16misc: bh1780: Add module aliasesJean Delvare1-0/+2
2015-03-16misc: constify of_device_id arrayFabian Frederick5-5/+5
2015-03-09Merge 4.0-rc3 into char-misc-nextGreg Kroah-Hartman1-0/+2
2015-03-04mei: trace: fix missing include to linux/device.hTomas Winkler1-0/+2
2015-03-04mei: free me client references on host initTomas Winkler1-0/+3
2015-03-02mei: bus: call device disable handler prior to disconnectionTomas Winkler1-14/+11
2015-03-02mei: allow read concurrencyTomas Winkler8-119/+98
2015-03-02mei: simplify io callback disposalTomas Winkler6-105/+63
2015-03-02mei: add mei_cl_alloc_linked functionTomas Winkler4-36/+61
2015-03-02mei: always initialize the callback with the intended operation typeTomas Winkler6-45/+55
2015-03-02mei: use only one buffer in callbackTomas Winkler7-63/+31
2015-03-02mei: iamthif: use regular client read functionsTomas Winkler4-81/+35
2015-03-02mei: iamthif: use client write functionsTomas Winkler4-139/+51
2015-03-02mei: iamthif: send flow control as a regular clientTomas Winkler3-84/+77
2015-03-02mei: iamthif: remove useless iamthif_ioctl variableTomas Winkler3-11/+3
2015-03-02mei: iamthif: fix device reset on mei_amthif_irq_read_msgTomas Winkler3-34/+51
2015-03-02mei: fix device reset on mei_cl_irq_read_msg allocation failureTomas Winkler4-62/+80
2015-03-02mei: fix function names and format in KDocAlexander Usyskin4-16/+17
2015-03-02mei: me: change power gating function name conventionsAlexander Usyskin3-14/+14
2015-03-02mei: me: add io register tracingTomas Winkler4-4/+129
2015-03-02mei: me: use io register wrappers consistentlyTomas Winkler1-57/+66
2015-03-02mei: revamp me clients list handlingTomas Winkler6-62/+162
2015-03-02mei: make device disabled on stop unconditionallyAlexander Usyskin1-0/+2
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds21-186/+418
2015-02-12Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds11-26/+898
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-12/+96
2015-02-06cxl: Add missing return statement after handling AFU errrorIan Munsie1-0/+1
2015-02-06cxl: Fail AFU initialisation if an invalid configuration record is foundIan Munsie1-0/+9
2015-02-06cxl: Export optional AFU configuration record in sysfsIan Munsie3-10/+205
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro1-8/+8
2015-02-04ti-st: clean up data types (fix harmless memory corruption)Dan Carpenter1-6/+6
2015-02-04mei: me: release hw from reset only during the reset flowAlexander Usyskin1-2/+1
2015-02-04mei: mask interrupt set bit on clean reset bitAlexander Usyskin1-1/+1
2015-02-02cxl: Fix device_node reference countingRyan Grimm1-1/+1
2015-01-25VMCI: Fix two UVA mapping bugsJorgen Hansen2-7/+8
2015-01-25misc: ti-st: add handling of the signal caseNicholas Mc Guire1-8/+11
2015-01-25mei: add reference counting for me clientsTomas Winkler10-94/+221
2015-01-22cxl: Add ability to reset the cardRyan Grimm3-0/+56
2015-01-22cxl: Enable CAPP recoveryRyan Grimm1-1/+7
2015-01-22cxl: Add image control to sysfsRyan Grimm1-0/+39
2015-01-22cxl: Use image state defaults for reloading FPGARyan Grimm2-2/+41