summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | misc: hpilo: Do not claim unsupported hardwareMatt Hsiao2019-02-271-0/+2
| * | | | | | misc: hpilo: Exclude unsupported device via blacklistMatt Hsiao2019-02-271-3/+9
| * | | | | | misc: mic/scif: mark expected switch fall-throughGustavo A. R. Silva2019-02-271-1/+1
| * | | | | | habanalabs: make functions static or declare themOded Gabbay2019-02-276-45/+54
| * | | | | | habanalabs: allow memory allocations larger than 4GBOded Gabbay2019-02-272-7/+5Star
| * | | | | | mic: vop: Allow building on more systemsVincent Whitchurch2019-02-261-2/+1Star
| * | | | | | mic: Rename ioremap pointer to remapVincent Whitchurch2019-02-267-27/+26Star
| * | | | | | mic: vop: Cast pointers to unsigned longVincent Whitchurch2019-02-262-6/+12
| * | | | | | VMCI: Support upto 64-bit PPNsVishnu DASA2019-02-266-47/+72
| * | | | | | misc: rtsx: Enable OCP for rts522a rts524a rts525a rts5260RickyWu2019-02-265-112/+165
| * | | | | | habanalabs: use u64 when comparing variables' sum to u32_maxOded Gabbay2019-02-262-3/+5
| * | | | | | mei: bus: move hw module get/put to probe/releaseAlexander Usyskin2019-02-261-11/+10Star
| * | | | | | habanalabs: return error when failing to read/write i2cOded Gabbay2019-02-261-2/+2
| * | | | | | habanalabs: driver's Kconfig must select DMA_SHARED_BUFFEROded Gabbay2019-02-231-0/+1
| * | | | | | habanalabs: don't print result when rc indicates errorOded Gabbay2019-02-231-4/+10
| * | | | | | habanalabs: use GFP_ATOMIC under spin lockWei Yongjun2019-02-221-1/+1
| * | | | | | mei: hbm: clean the feature flags on link resetAlexander Usyskin2019-02-201-0/+7
| * | | | | | misc: fastrpc: Fix return value check in fastrpc_map_create()Wei Yongjun2019-02-191-2/+2
| * | | | | | misc: fastrpc: Fix device_open when no session is availableThierry Escande2019-02-191-1/+10
| * | | | | | misc: fastrpc: select CONFIG_DMA_SHARED_BUFFERSrinivas Kandagatla2019-02-191-0/+1
| * | | | | | habanalabs: add debugfs supportOded Gabbay2019-02-1810-2/+1420
| * | | | | | habanalabs: implement INFO IOCTLOded Gabbay2019-02-183-0/+134
| * | | | | | habanalabs: add virtual memory and MMU modulesOmer Shpigelman2019-02-1811-7/+2892
| * | | | | | habanalabs: add command submission moduleOded Gabbay2019-02-1810-6/+2686
| * | | | | | habanalabs: add device reset supportOded Gabbay2019-02-1810-25/+737
| * | | | | | habanalabs: add sysfs and hwmon supportOded Gabbay2019-02-1810-2/+1699
| * | | | | | habanalabs: add event queue and interruptsOded Gabbay2019-02-186-13/+694
| * | | | | | habanalabs: add h/w queues moduleOded Gabbay2019-02-1812-8/+2778
| * | | | | | habanalabs: add basic Goya h/w initializationOded Gabbay2019-02-1810-8/+3991
| * | | | | | habanalabs: add command buffer moduleOded Gabbay2019-02-187-2/+692
| * | | | | | habanalabs: add context and ASID modulesOded Gabbay2019-02-186-3/+374
| * | | | | | habanalabs: add basic Goya supportOded Gabbay2019-02-188-0/+1046
| * | | | | | habanalabs: add Goya registers header filesOded Gabbay2019-02-1894-0/+30555
| * | | | | | habanalabs: add skeleton driverOded Gabbay2019-02-187-0/+860
| * | | | | | misc: fastrpc: Add support for dmabuf exporterSrinivas Kandagatla2019-02-121-0/+184
| * | | | | | misc: fastrpc: Add support for create remote init processSrinivas Kandagatla2019-02-121-0/+156
| * | | | | | misc: fastrpc: Add support for context Invoke methodSrinivas Kandagatla2019-02-121-0/+730
| * | | | | | misc: fastrpc: Add Qualcomm fastrpc basic driver modelSrinivas Kandagatla2019-02-123-0/+333
| * | | | | | vmw_balloon: release lock on error in vmballoon_reset()Dan Carpenter2019-02-121-2/+3
| |/ / / / /
| * | | | | mei: bus: export to_mei_cl_device for mei client devices driversTomas Winkler2019-02-121-1/+0Star
| * | | | | Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman2019-02-114-31/+51
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | vmw_balloon: support 64-bit memory limitXavier Deguillard2019-02-081-3/+15
| * | | | | vmw_balloon: remove the version numberNadav Amit2019-02-081-1/+0Star
| * | | | | Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman2019-01-287-10/+32
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | vop: Fix handling of >32 feature bitsVincent Whitchurch2019-01-221-2/+2
| * | | | | vop: vringh: Do not crash if no DMA channelVincent Whitchurch2019-01-221-12/+20
| * | | | | vop: Add definition of readq/writeq if missingVincent Whitchurch2019-01-221-0/+1
| * | | | | vop: Use %z for size_tVincent Whitchurch2019-01-221-2/+2
| * | | | | misc: enclosure: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-181-3/+1Star
| * | | | | misc/sgi-gru/grufault: fix a style errorPeng Hao2019-01-181-2/+2