summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2019-04-21habanalabs: re-factor goya_parse_cb_no_ext_queue()Oded Gabbay-22/+21
2019-04-10habanalabs: Cancel pr_fmt() definition dependency on includes orderTomer Tayar-2/+4
2019-04-27misc: aspeed-p2a-ctrl: fix mixed declarationsPatrick Venture-1/+2
2019-04-25drivers/misc: Add Aspeed P2A control driverPatrick Venture-3/+3
2019-04-25Drivers: misc: fix out-of-bounds access in function param_set_kgdbts_varYoung Xiao-2/+2
2019-04-25misc: genwqe: Fix misuse of %xFuqian Huang-2/+2
2019-04-25mei: expose device state in sysfsAlexander Usyskin-18/+72
2019-04-25mei: hdcp: use own Kconfig fileTomas Winkler-9/+14
2019-04-25drivers/misc: Add Aspeed P2A control driverPatrick Venture-0/+452
2019-04-21Merge 5.1-rc6 into char-misc-nextGreg Kroah-Hartman-6/+10
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon-6/+0
2019-04-07lkdtm/bugs: Adjust recursion test to avoid elisionKees Cook-10/+21
2019-04-07lkdtm/usercopy: Moves the KERNEL_DS test to non-canonicalKees Cook-4/+6
2019-04-06habanalabs: prevent device PTE read/write during hard-resetOded Gabbay-0/+6
2019-04-06habanalabs: improve IOCTLs behavior when disabled or resetOded Gabbay-6/+16
2019-04-06habanalabs: all FD must be closed before removing deviceOded Gabbay-5/+27
2019-04-04habanalabs: split mmu/no-mmu code paths in memory ioctlOded Gabbay-85/+92
2019-04-04habanalabs: ASIC_AUTO_DETECT enum value is redundantOded Gabbay-7/+5
2019-04-02misc: fastrpc: add checked value for dma_set_maskBo YU-1/+6
2019-04-02habanalabs: refactoring in goya.cOded Gabbay-81/+88
2019-04-01habanalabs: add goya implementation for debug configurationOmer Shpigelman-6/+1122
2019-04-01habanalabs: add new IOCTL for debug, tracing and profilingOmer Shpigelman-2/+154
2019-04-02habanalabs: remove extra semicolonOded Gabbay-1/+1
2019-03-31habanalabs: prevent CPU soft lockup on PalladiumOded Gabbay-2/+9
2019-03-31habanalabs: remove trailing blank line from EOFOded Gabbay-91/+0
2019-03-27habanalabs: improve error messagesOded Gabbay-2/+3
2019-03-24habanalabs: remove low credit limit of DMA #0Oded Gabbay-5/+4
2019-03-24habanalabs: add device status option to INFO IOCTLDalit Ben Zoor-0/+35
2019-03-21habanalabs: allow user to modify TPC clock relaxation valueDalit Ben Zoor-2/+12
2019-03-20habanalabs: set new golden value to tpc clock relaxationDalit Ben Zoor-0/+2
2019-03-17habanalabs: never fail hard reset of deviceOded Gabbay-10/+9
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-26/+12
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-03-08Merge branch 'i2c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds-89/+80
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-11/+33
2019-03-07habanalabs: keep track of the device's dma maskOded Gabbay-39/+65
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-273/+53862
2019-03-06Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas-0/+1
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual-1/+2
2019-03-05vmw_balloon: mark inflated pages PG_offlineDavid Hildenbrand-0/+32
2019-03-03habanalabs: cast to expected typeOded Gabbay-1/+1
2019-03-03habanalabs: prevent host crash during suspend/resumeOded Gabbay-66/+43
2019-03-03habanalabs: perform accounting for active CSOded Gabbay-7/+18
2019-03-14habanalabs: fix mapping with page size bigger than 4KBOmer Shpigelman-2/+4
2019-03-13habanalabs: complete user context cleanup before hard resetOmer Shpigelman-1/+23
2019-03-07habanalabs: fix bug when mapping very large memory areaOmer Shpigelman-4/+5
2019-03-05habanalabs: fix MMU number of pages calculationOmer Shpigelman-21/+23
2019-03-02habanalabs: adjust Kconfig to fix build errorsOded Gabbay-1/+2
2019-03-02habanalabs: use %px instead of %p in error printOded Gabbay-1/+1
2019-03-01habanalabs: use do_div for 64-bit divisionsOded Gabbay-6/+6