summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2023-01-26habanalabs: move driver to accel subsystemOded Gabbay-333687/+0
2023-01-26habanalabs/uapi: move uapi file to drmOded Gabbay-14/+15
2023-01-26habanalabs: fix dma-buf release handling if dma_buf_fd() failsTomer Tayar-2/+8
2023-01-26habanalabs/gaudi2: dump event description even if no causeOfir Bitton-2/+2
2023-01-26habanalabs: pass-through request from user to f/wfarah kassabri-7/+135
2023-01-26habanalabs: support receiving ascii message from preboot f/wTal Cohen-15/+78
2023-01-26habanalabs: fix asic-specific functions documentationOhad Sharabi-1/+2
2023-01-26habanalabs: fix wrong variable type used for vzallocfarah kassabri-1/+2
2023-01-26habanalabs/gaudi2: wait for preboot ready if HW state is dirtyOhad Sharabi-2/+27
2023-01-26habanalabs: put fences in case of unexpected wait statusTomer Tayar-1/+2
2023-01-26habanalabs: fix handling of wait CS for interrupting signalsTomer Tayar-6/+11
2023-01-26habanalabs: fix dmabuf to export only required sizeOhad Sharabi-9/+28
2023-01-26habanalabs: modify export dmabuf APIOhad Sharabi-25/+203
2023-01-26habanalabs: helper function to validate export paramsOhad Sharabi-35/+44
2023-01-26habanalabs: remove support to export dmabuf from handleOhad Sharabi-139/+9
2023-01-26habanalabs: set log level for descriptor validation to debugfarah kassabri-2/+2
2023-01-26habanalabs: trace COMMS protocolOhad Sharabi-0/+31
2023-01-26habanalabs/gaudi2: support abrupt device reset eventOfir Bitton-0/+4
2023-01-26habanalabs: skip device idle check in hpriv_release if in resetTomer Tayar-2/+4
2023-01-26habanalabs: adjacent timestamps should be more accurateTamir Gilad-Raz-3/+3
2023-01-26habanalabs/gaudi2: remove duplicated event printsOfir Bitton-190/+149
2023-01-26habanalabs/gaudi2: count interrupt causesOfir Bitton-109/+252
2023-01-26habanalabs: update DRAM props according to preboot dataOhad Sharabi-0/+4
2023-01-26habanalabs: fix double assignment in MMU V1Marco Pagani-1/+0
2023-01-26habanalabs: make set_dram_properties an ASIC functionOhad Sharabi-1/+15
2023-01-26habanalabs: use dev_dbg() when hl_mmap_mem_buf_get() failsTomer Tayar-2/+1
2023-01-26habanalabs: don't allow user to destroy CB handle more than onceTomer Tayar-4/+32
2023-01-26habanalabs: don't notify user about clk throttling due to powerOfir Bitton-6/+8
2023-01-26habanalabs: abort waiting user threads upon errorTomer Tayar-3/+28
2023-01-26habanalabs: remove releasing of user threads from device releaseTomer Tayar-5/+0
2023-01-26habanalabs: read binning info from prebootfarah kassabri-10/+50
2023-01-26habanalabs/gaudi2: fix BMON 3rd address rangetal albo-4/+4
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+5
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-7/+1
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+2
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+3
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-626/+2269
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra-5/+2
2022-12-14lkdtm: cfi: Make PAC test work with GCC 7 and 8Kristina Martsenko-1/+5
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+1
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-36/+376
2022-12-06cxl: Remove unnecessary cxl_pci_window_alignment()Bjorn Helgaas-7/+0
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe-0/+2
2022-11-30habanalabs: remove FOLL_FORCE usageDavid Hildenbrand-2/+1
2022-11-29Merge tag 'misc-habanalabs-next-2022-11-23' of https://git.kernel.org/pub/scm...Greg Kroah-Hartman-512/+1184
2022-11-29driver core: fix up some missing class.devnode() conversions.Greg Kroah-Hartman-2/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-3/+3
2022-11-25misc: fastrpc: Add dma_mask to fastrpc_channel_ctxAbel Vesa-0/+2
2022-11-25misc: fastrpc: Add mmap request assigning for static PD poolAbel Vesa-1/+18