summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* misc: genwqe: Fix misuse of %xFuqian Huang2019-04-251-2/+2
* mei: expose device state in sysfsAlexander Usyskin2019-04-254-18/+72
* mei: hdcp: use own Kconfig fileTomas Winkler2019-04-252-9/+14
* drivers/misc: Add Aspeed P2A control driverPatrick Venture2019-04-253-0/+452
* Merge 5.1-rc6 into char-misc-nextGreg Kroah-Hartman2019-04-212-6/+10
|\
| * misc: fastrpc: add checked value for dma_set_maskBo YU2019-04-021-1/+6
| * habanalabs: remove low credit limit of DMA #0Oded Gabbay2019-03-241-5/+4
* | habanalabs: prevent device PTE read/write during hard-resetOded Gabbay2019-04-061-0/+6
* | habanalabs: improve IOCTLs behavior when disabled or resetOded Gabbay2019-04-064-6/+16
* | habanalabs: all FD must be closed before removing deviceOded Gabbay2019-04-061-5/+27
* | habanalabs: split mmu/no-mmu code paths in memory ioctlOded Gabbay2019-04-041-85/+92
* | habanalabs: ASIC_AUTO_DETECT enum value is redundantOded Gabbay2019-04-042-7/+5
* | habanalabs: refactoring in goya.cOded Gabbay2019-04-023-81/+88
* | habanalabs: add goya implementation for debug configurationOmer Shpigelman2019-04-016-6/+1122
* | habanalabs: add new IOCTL for debug, tracing and profilingOmer Shpigelman2019-04-016-2/+154
* | habanalabs: remove extra semicolonOded Gabbay2019-04-021-1/+1
* | habanalabs: prevent CPU soft lockup on PalladiumOded Gabbay2019-03-311-2/+9
* | habanalabs: remove trailing blank line from EOFOded Gabbay2019-03-3191-91/+0
* | habanalabs: improve error messagesOded Gabbay2019-03-272-2/+3
* | habanalabs: add device status option to INFO IOCTLDalit Ben Zoor2019-03-243-0/+35
* | habanalabs: allow user to modify TPC clock relaxation valueDalit Ben Zoor2019-03-211-2/+12
* | habanalabs: set new golden value to tpc clock relaxationDalit Ben Zoor2019-03-201-0/+2
* | habanalabs: never fail hard reset of deviceOded Gabbay2019-03-171-10/+9
* | habanalabs: keep track of the device's dma maskOded Gabbay2019-03-074-39/+65
* | habanalabs: add MMU shadow mappingOmer Shpigelman2019-02-243-284/+356
* | habanalabs: Allow accessing DRAM virtual addresses via debugfsTomer Tayar2019-03-121-5/+91
* | habanalabs: Add a printout with the name of a busy engineTomer Tayar2019-03-073-13/+21
* | habanalabs: Remove unneeded function pointersTomer Tayar2019-03-062-12/+4
* | habanalabs: Move PCI code into common fileTomer Tayar2019-03-056-265/+434
* | habanalabs: ratelimit warnings at start of IOCTLsOded Gabbay2019-03-052-2/+2
* | habanalabs: remove unused definesOded Gabbay2019-02-281-8/+6
* | habanalabs: use EQ MSI/X ID per chipOded Gabbay2019-03-043-6/+6
* | habanalabs: Move device CPU code into common fileTomer Tayar2019-03-046-316/+408
* | habanalabs: remove implicit include from header filesDotan Barak2019-02-272-4/+1
* | habanalabs: rename goya_non_fatal_events array to all eventsOded Gabbay2019-02-242-5/+12
* | habanalabs: add new device CPU boot statusIgor Grinberg2019-02-242-1/+7
* | Merge 5.1-rc3 into char-misc-nextGreg Kroah-Hartman2019-04-018-102/+117
|\|
| * habanalabs: cast to expected typeOded Gabbay2019-03-031-1/+1
| * habanalabs: prevent host crash during suspend/resumeOded Gabbay2019-03-032-66/+43
| * habanalabs: perform accounting for active CSOded Gabbay2019-03-034-7/+18
| * habanalabs: fix mapping with page size bigger than 4KBOmer Shpigelman2019-03-141-2/+4
| * habanalabs: complete user context cleanup before hard resetOmer Shpigelman2019-03-131-1/+23
| * habanalabs: fix bug when mapping very large memory areaOmer Shpigelman2019-03-071-4/+5
| * habanalabs: fix MMU number of pages calculationOmer Shpigelman2019-03-053-21/+23
* | sgi-xpc: mark expected switch fall-throughGustavo A. R. Silva2019-03-281-0/+1
* | misc: fastrpc: increase max init file size to 64 MBSrinivas Kandagatla2019-03-281-1/+1
* | misc: fastrpc: fix remote page size calculationSrinivas Kandagatla2019-03-281-2/+9
* | misc: fastrpc: take into account of overlapping buffersSrinivas Kandagatla2019-03-281-14/+98
* | misc: fastrpc: consider address offset before sending to DSPSrinivas Kandagatla2019-03-281-0/+8
* | misc: fastrpc: use correct spinlock variantSrinivas Kandagatla2019-03-281-19/+29