summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2022-07-12habanalabs: page size can only be a power of 2Ohad Sharabi-7/+2
2022-07-12habanalabs: refactor dma asic-specific functionsOhad Sharabi-152/+162
2022-07-12habanalabs/gaudi: remove unused enumOded Gabbay-22/+9
2022-07-12habanalabs/gaudi: mask constant value before castOded Gabbay-4/+4
2022-07-12habanalabs/gaudi: use correct type in assignmentOded Gabbay-1/+1
2022-07-12habanalabs/gaudi: fix function name in commentOded Gabbay-1/+1
2022-07-12habanalabs/goya: move dma direction enum to uapi fileOded Gabbay-26/+14
2022-07-12habanalabs: set default value for memory_scrubDafna Hirschfeld-0/+3
2022-07-12habanalabs: move call to scrub_device_mem after ctx_finiDafna Hirschfeld-5/+14
2022-07-12habanalabs/gaudi: use memory_scrub_val from debugfsDafna Hirschfeld-3/+2
2022-07-12habanalabs: don't send addr and size to scrub_device_mem cbDafna Hirschfeld-38/+36
2022-07-12habanalabs: don't do memory scrubbing when unmappingDafna Hirschfeld-30/+6
2022-07-12habanalabs: print if firmware is secured during loadOfir Bitton-1/+2
2022-07-12habanalabs/gaudi: fix a race condition causing DMAR errorYuri Nudelman-16/+40
2022-07-12habanalabs/gaudi: fix warning: var might be used uninitializedKoby Elbaz-1/+1
2022-07-12habanalabs: move memory_scrub_val to hdev structDafna Hirschfeld-4/+4
2022-07-12habanalabs: fix comment styleOded Gabbay-1/+1
2022-07-12habanalabs: use kvcalloc when possibleOded Gabbay-3/+2
2022-07-12habanalabs: print pointer with correct modifierOded Gabbay-2/+2
2022-07-12habanalabs: check fence pointer before useOded Gabbay-1/+1
2022-07-12habanalabs: add critical indication in sram eccran shalit-1/+2
2022-07-12habanalabs/gaudi: notify user process on device unavailableTal Cohen-1/+4
2022-07-12habanalabs: remove unused get_dma_desc_list_sizeOded Gabbay-5/+0
2022-07-12habanalabs: fix NULL dereference on cs timeoutYuri Nudelman-2/+2
2022-07-12habanalabs/gaudi: fix shift out of boundsOfir Bitton-7/+9
2022-07-12habanalabs: add validity check for cq counter offsetfarah kassabri-1/+8
2022-07-12habanalabs/gaudi: fix incorrect MME offset calculationKoby Elbaz-3/+8
2022-07-12habanalabs: avoid unnecessary error printDani Liberman-1/+8
2022-07-12habanalabs: send an event notification when CS timeout occursTal Cohen-9/+17
2022-07-12habanalabs/gaudi: send device reset notificationTal Cohen-3/+10
2022-07-12habanalabs/gaudi: invoke device reset from one code blockTal Cohen-9/+16
2022-07-12habanalabs: expose undefined opcode status via info ioctlTal Cohen-0/+25
2022-07-12habanalabs/gaudi: collect undefined opcode error infoTal Cohen-30/+132
2022-07-12habanalabs: fix race between hl_get_compute_ctx() and hl_ctx_put()Tomer Tayar-25/+47
2022-07-12habanalabs: keep a record of completed CS outcomesYuri Nudelman-12/+147
2022-07-12habanalabs/gaudi: fix comment to reflect current codeOded Gabbay-2/+8
2022-07-12habanalabs: change the write flag name of error info structsTal Cohen-12/+12
2022-07-12habanalabs/gaudi: move tpc assert raise into internal funcTal Cohen-15/+12
2022-07-12habanalabs: add terminating NULL to attrs arraysDafna Hirschfeld-0/+5
2022-07-12habanalabs: Fix kernel-docJiapeng Chong-2/+2
2022-07-12habanalabs: Fix kernel-docJiapeng Chong-1/+1
2022-07-12habanalabs: fix double unlock on error in map_device_va()Dan Carpenter-4/+2
2022-07-11Merge 5.19-rc6 into char-misc-nextGreg Kroah-Hartman-22/+31
2022-07-08eeprom: idt_89hpesx: fix clang -Wformat warningsJustin Stitt-3/+3
2022-07-08sgi-xp: Use the bitmap API to allocate bitmapsChristophe JAILLET-7/+6
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin-1/+1
2022-07-02misc: rtsx_usb: set return value in rsp_buf alloc err pathShuah Khan-1/+3
2022-07-01uacce: Handle parent device removal or parent driver module rmmodJean-Philippe Brucker-46/+87
2022-07-01misc: rtsx_pcr: Fix a typoZhang Jiaming-1/+1
2022-07-01misc: rtsx_usb: use separate command and response buffersShuah Khan-9/+17