summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2019-02-23habanalabs: driver's Kconfig must select DMA_SHARED_BUFFEROded Gabbay1-0/+1
2019-02-23habanalabs: don't print result when rc indicates errorOded Gabbay1-4/+10
2019-02-22habanalabs: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2019-02-20mei: hbm: clean the feature flags on link resetAlexander Usyskin1-0/+7
2019-02-19misc: fastrpc: Fix return value check in fastrpc_map_create()Wei Yongjun1-2/+2
2019-02-19misc: fastrpc: Fix device_open when no session is availableThierry Escande1-1/+10
2019-02-19misc: fastrpc: select CONFIG_DMA_SHARED_BUFFERSrinivas Kandagatla1-0/+1
2019-02-18habanalabs: add debugfs supportOded Gabbay10-2/+1420
2019-02-18habanalabs: implement INFO IOCTLOded Gabbay3-0/+134
2019-02-18habanalabs: add virtual memory and MMU modulesOmer Shpigelman11-7/+2892
2019-02-18habanalabs: add command submission moduleOded Gabbay10-6/+2686
2019-02-18habanalabs: add device reset supportOded Gabbay10-25/+737
2019-02-18habanalabs: add sysfs and hwmon supportOded Gabbay10-2/+1699
2019-02-18habanalabs: add event queue and interruptsOded Gabbay6-13/+694
2019-02-18habanalabs: add h/w queues moduleOded Gabbay12-8/+2778
2019-02-18habanalabs: add basic Goya h/w initializationOded Gabbay10-8/+3991
2019-02-18habanalabs: add command buffer moduleOded Gabbay7-2/+692
2019-02-18habanalabs: add context and ASID modulesOded Gabbay6-3/+374
2019-02-18habanalabs: add basic Goya supportOded Gabbay8-0/+1046
2019-02-18habanalabs: add Goya registers header filesOded Gabbay94-0/+30555
2019-02-18habanalabs: add skeleton driverOded Gabbay7-0/+860
2019-02-12misc: fastrpc: Add support for dmabuf exporterSrinivas Kandagatla1-0/+184
2019-02-12misc: fastrpc: Add support for create remote init processSrinivas Kandagatla1-0/+156
2019-02-12misc: fastrpc: Add support for context Invoke methodSrinivas Kandagatla1-0/+730
2019-02-12misc: fastrpc: Add Qualcomm fastrpc basic driver modelSrinivas Kandagatla3-0/+333
2019-02-12vmw_balloon: release lock on error in vmballoon_reset()Dan Carpenter1-2/+3
2019-02-12mei: bus: export to_mei_cl_device for mei client devices driversTomas Winkler1-1/+0
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman4-31/+51
2019-02-08vmw_balloon: support 64-bit memory limitXavier Deguillard1-3/+15
2019-02-08vmw_balloon: remove the version numberNadav Amit1-1/+0
2019-02-01mic: vop: Fix crash on removeVincent Whitchurch1-3/+6
2019-02-01mic: vop: Fix use-after-free on removeVincent Whitchurch1-1/+3
2019-01-30mic: vop: Fix broken virtqueuesVincent Whitchurch1-26/+34
2019-01-30mei: free read cb on ctrl_wr list flushAlexander Usyskin1-1/+4
2019-01-30mei: me: add ice lake point device id.Tomas Winkler2-0/+4
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman7-10/+32
2019-01-26Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-6/+23
2019-01-22vop: Fix handling of >32 feature bitsVincent Whitchurch1-2/+2
2019-01-22vop: vringh: Do not crash if no DMA channelVincent Whitchurch1-12/+20
2019-01-22vop: Add definition of readq/writeq if missingVincent Whitchurch1-0/+1
2019-01-22vop: Use %z for size_tVincent Whitchurch1-2/+2
2019-01-18misc: pvpanic: fix warning implicit declarationAnders Roxell1-0/+4
2019-01-18misc: enclosure: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2019-01-18misc/sgi-gru/grufault: fix a style errorPeng Hao1-2/+2
2019-01-18misc/mic/vop/vop_main : remove unneeded semicolonPeng Hao1-2/+2
2019-01-18misc/ics932s401: Add a missing check to i2c_smbus_read_word_dataAditya Pakki1-0/+2
2019-01-18drivers: misc: ad525x_dpot: clean indentation issue, remove tabsColin Ian King1-13/+11
2019-01-18lkdtm: change snprintf to scnprintf for possible overflowSilvio Cesare1-2/+2
2019-01-18misc: ibmvsm: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-2/+5
2019-01-15virtio: don't allocate vqs when names[i] = NULLWei Wang1-2/+7