summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-18148-2216/+8804
|\
| * misc: mic: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang2019-09-101-3/+2
| * habanalabs: correctly cast variable to __le32Oded Gabbay2019-09-051-2/+2
| * habanalabs: show correct id in error printOded Gabbay2019-09-051-2/+2
| * habanalabs: stop using the acronym KMDOded Gabbay2019-09-058-73/+77
| * habanalabs: display card name as sensors headerOded Gabbay2019-09-054-2/+25
| * habanalabs: add uapi to retrieve aggregate H/W eventsOded Gabbay2019-09-054-7/+19
| * habanalabs: add uapi to retrieve device utilizationOded Gabbay2019-09-056-8/+188
| * habanalabs: Make the Coresight timestamp perpetualTomer Tayar2019-09-052-15/+25
| * habanalabs: print to kernel log when reset is finishedOded Gabbay2019-09-051-0/+2
| * habanalabs: replace __le32_to_cpu with le32_to_cpuOded Gabbay2019-09-054-7/+7
| * habanalabs: replace __cpu_to_le32/64 with cpu_to_le32/64Oded Gabbay2019-09-055-27/+27
| * habanalabs: Handle HW_IP_INFO if device disabled or in resetTomer Tayar2019-09-051-6/+13
| * habanalabs: Expose devices after initialization is doneTomer Tayar2019-09-052-54/+111
| * habanalabs: improve security in Debug IOCTLOmer Shpigelman2019-09-051-10/+62
| * habanalabs: use default structure for user input in Debug IOCTLOmer Shpigelman2019-09-051-7/+10
| * habanalabs: Add descriptive name to PSOC app status registerTomer Tayar2019-09-052-2/+4
| * habanalabs: Add descriptive names to PSOC scratch-pad registersTomer Tayar2019-09-052-17/+48
| * habanalabs: create two char devices per ASICOded Gabbay2019-09-054-52/+199
| * habanalabs: change device_setup_cdev() to be more genericOded Gabbay2019-09-051-22/+25
| * habanalabs: maintain a list of file private data objectsOded Gabbay2019-09-054-132/+129
| * habanalabs: rename user_ctx as compute_ctxOded Gabbay2019-09-054-19/+21
| * habanalabs: show the process context dram usageOded Gabbay2019-09-051-4/+7
| * habanalabs: kill user process after CS rollbackOded Gabbay2019-09-051-4/+13
| * habanalabs: add handle field to context structureOded Gabbay2019-09-052-11/+18
| * habanalabs: Use dev_get_drvdataChuhong Yuan2019-09-051-4/+2
| * habanalabs: power management through sysfs is only for GOYAOded Gabbay2019-09-052-98/+98
| * habanalabs: cap simulator timeoutOded Gabbay2019-09-051-6/+14
| * habanalabs: add debug print when rejecting CSOded Gabbay2019-09-051-0/+2
| * habanalabs: remove write_open_cnt propertyOded Gabbay2019-09-051-10/+0
| * w1: add DS2501, DS2502, DS2505 EPROM device driverThomas Bogendoerfer2019-09-043-0/+297
| * w1: add 1-wire master driver for IP block found in SGI ASICsThomas Bogendoerfer2019-09-043-0/+140
| * pcmcia/i82092: Refactored dprintk macro for dev_dbg().Adam Zerella2019-09-041-3/+3
| * uio: uio_pdrv_genirq: Make UIO name controllable via DT node propertyDaniel Mack2019-09-041-3/+11
| * toshiba: Add correct printk log level while emitting error logRishi Gupta2019-09-041-4/+4
| * misc: fastrpc: free dma buf scatter listSrinivas Kandagatla2019-09-041-0/+1
| * misc: fastrpc: fix double refcounting on dmabufSrinivas Kandagatla2019-09-041-25/+0
| * misc: fastrpc: remove unused definitionJorge Ramirez-Ortiz2019-09-041-1/+0
| * misc: fastrpc: Don't reference rpmsg_device after removeBjorn Andersson2019-09-041-0/+4
| * misc: fastrpc: Reference count channel contextBjorn Andersson2019-09-041-5/+38
| * firmware: add Intel Stratix10 remote system update driverRichard Gong2019-09-043-0/+470
| * firmware: stratix10-svc: extend svc to support new RSU featuresRichard Gong2019-09-041-3/+73
| * firmware: google: check if size is valid when decoding VPD dataHung-Te Lin2019-09-043-28/+37
| * /dev/mem: Bail out upon SIGKILL.Tetsuo Handa2019-09-041-0/+21
| * binder: Add binder_proc logging to binderfsHridya Valsaraju2019-09-043-39/+121
| * binder: Make transaction_log available in binderfsHridya Valsaraju2019-09-043-29/+53
| * binder: Add stats, state and transactions filesHridya Valsaraju2019-09-043-10/+153
| * binder: add a mount option to show global statsHridya Valsaraju2019-09-041-2/+43
| * binder: Add default binder devices through binderfs when configuredHridya Valsaraju2019-09-043-5/+25
| * binder: Validate the default binderfs device names.Hridya Valsaraju2019-09-041-0/+12