summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2019-02-21Merge branch 'topic/dma' into nextMichael Ellerman-2/+1
2019-02-21misc: pci_endpoint_test: Add the layerscape EP device supportXiaowei Bao-0/+1
2019-02-20mei: hbm: clean the feature flags on link resetAlexander Usyskin-0/+7
2019-02-19misc: fastrpc: Fix return value check in fastrpc_map_create()Wei Yongjun-2/+2
2019-02-19misc: fastrpc: Fix device_open when no session is availableThierry Escande-1/+10
2019-02-19misc: fastrpc: select CONFIG_DMA_SHARED_BUFFERSrinivas Kandagatla-0/+1
2019-02-18powerpc/dma: remove set_dma_offsetChristoph Hellwig-1/+1
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig-1/+0
2019-02-18habanalabs: add debugfs supportOded Gabbay-2/+1420
2019-02-18habanalabs: implement INFO IOCTLOded Gabbay-0/+134
2019-02-18habanalabs: add virtual memory and MMU modulesOmer Shpigelman-7/+2892
2019-02-18habanalabs: add command submission moduleOded Gabbay-6/+2686
2019-02-18habanalabs: add device reset supportOded Gabbay-25/+737
2019-02-18habanalabs: add sysfs and hwmon supportOded Gabbay-2/+1699
2019-02-18habanalabs: add event queue and interruptsOded Gabbay-13/+694
2019-02-18habanalabs: add h/w queues moduleOded Gabbay-8/+2778
2019-02-18habanalabs: add basic Goya h/w initializationOded Gabbay-8/+3991
2019-02-18habanalabs: add command buffer moduleOded Gabbay-2/+692
2019-02-18habanalabs: add context and ASID modulesOded Gabbay-3/+374
2019-02-18habanalabs: add basic Goya supportOded Gabbay-0/+1046
2019-02-18habanalabs: add Goya registers header filesOded Gabbay-0/+30555
2019-02-18habanalabs: add skeleton driverOded Gabbay-0/+860
2019-02-14eeprom: at24: implement support for 'num-addresses' propertyBartosz Golaszewski-5/+8
2019-02-14eeprom: at24: remove at24_platform_dataBartosz Golaszewski-87/+75
2019-02-12misc: fastrpc: Add support for dmabuf exporterSrinivas Kandagatla-0/+184
2019-02-12misc: fastrpc: Add support for create remote init processSrinivas Kandagatla-0/+156
2019-02-12misc: fastrpc: Add support for context Invoke methodSrinivas Kandagatla-0/+730
2019-02-12misc: fastrpc: Add Qualcomm fastrpc basic driver modelSrinivas Kandagatla-0/+333
2019-02-12vmw_balloon: release lock on error in vmballoon_reset()Dan Carpenter-2/+3
2019-02-12mei: bus: export to_mei_cl_device for mei client devices driversTomas Winkler-1/+0
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman-31/+51
2019-02-08vmw_balloon: support 64-bit memory limitXavier Deguillard-3/+15
2019-02-08vmw_balloon: remove the version numberNadav Amit-1/+0
2019-02-07drivers/mic/scif: do not use mmap_semDavidlohr Bueso-25/+11
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso-3/+3
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko-1/+0
2019-02-01mic: vop: Fix crash on removeVincent Whitchurch-3/+6
2019-02-01mic: vop: Fix use-after-free on removeVincent Whitchurch-1/+3
2019-01-30mic: vop: Fix broken virtqueuesVincent Whitchurch-26/+34
2019-01-30mei: free read cb on ctrl_wr list flushAlexander Usyskin-1/+4
2019-01-30mei: me: add ice lake point device id.Tomas Winkler-0/+4
2019-01-30cxl: Wrap iterations over afu slices inside 'afu_list_lock'Vaibhav Jain-9/+32
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman-10/+32
2019-01-25Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+23
2019-01-22vop: Fix handling of >32 feature bitsVincent Whitchurch-2/+2
2019-01-22vop: vringh: Do not crash if no DMA channelVincent Whitchurch-12/+20
2019-01-22vop: Add definition of readq/writeq if missingVincent Whitchurch-0/+1
2019-01-22vop: Use %z for size_tVincent Whitchurch-2/+2
2019-01-18misc: pvpanic: fix warning implicit declarationAnders Roxell-0/+4
2019-01-18misc: enclosure: Use struct_size() in kzalloc()Gustavo A. R. Silva-3/+1