aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds33-920/+1042
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-3/+0
2015-04-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-04-13mei: trace: remove unused TRACE_SYSTEM_STRINGTomas Winkler1-2/+0
2015-04-11Merge branch 'iocb' into for-nextAl Viro3-3/+0
2015-04-10Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+6
2015-04-03lis3lv02d: DT: add wakeup unit 2 and wakeup thresholdSebastian Reichel1-0/+17
2015-04-03lis3lv02d: DT: use s32 to support negative valuesSebastian Reichel1-19/+20
2015-04-03mei: replace check for connection instead of transitioningTomas Winkler3-10/+12
2015-04-03mei: use mei_cl_is_connected consistentlyTomas Winkler5-17/+22
2015-04-03mei: fix mei_poll operationTomas Winkler3-24/+27
2015-04-03mic: drop pci_msi_off call on probeMichael S. Tsirkin1-2/+0
2015-03-31enclosure: fix WARN_ON removing an adapter in multi-path devicesJames Bottomley1-5/+6
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig3-3/+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-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski1-1/+1
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-01mei: bus: call device disable handler prior to disconnectionTomas Winkler1-14/+11
2015-03-01mei: allow read concurrencyTomas Winkler8-119/+98
2015-03-01mei: simplify io callback disposalTomas Winkler6-105/+63
2015-03-01mei: add mei_cl_alloc_linked functionTomas Winkler4-36/+61
2015-03-01mei: always initialize the callback with the intended operation typeTomas Winkler6-45/+55
2015-03-01mei: use only one buffer in callbackTomas Winkler7-63/+31
2015-03-01mei: iamthif: use regular client read functionsTomas Winkler4-81/+35
2015-03-01mei: iamthif: use client write functionsTomas Winkler4-139/+51
2015-03-01mei: iamthif: send flow control as a regular clientTomas Winkler3-84/+77
2015-03-01mei: iamthif: remove useless iamthif_ioctl variableTomas Winkler3-11/+3
2015-03-01mei: iamthif: fix device reset on mei_amthif_irq_read_msgTomas Winkler3-34/+51
2015-03-01mei: fix device reset on mei_cl_irq_read_msg allocation failureTomas Winkler4-62/+80
2015-03-01mei: fix function names and format in KDocAlexander Usyskin4-16/+17
2015-03-01mei: me: change power gating function name conventionsAlexander Usyskin3-14/+14
2015-03-01mei: me: add io register tracingTomas Winkler4-4/+129
2015-03-01mei: me: use io register wrappers consistentlyTomas Winkler1-57/+66
2015-03-01mei: revamp me clients list handlingTomas Winkler6-62/+162
2015-03-01mei: 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/git/gregkh/char-miscLinus Torvalds21-186/+418
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus 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