aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/habanalabs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-22habanalabs: wrong handle removal in memory managerYuri Nudelman1-1/+1
2022-05-22habanalabs: remove debugfs read/write callbacksDafna Hirschfeld3-416/+1
2022-05-22habanalabs: enforce alignment upon registers access through debugfsDafna Hirschfeld1-0/+5
2022-05-22habanalabs: unify code for memory access from debugfsDafna Hirschfeld1-52/+104
2022-05-22habanalabs: add callback and field to be used for debugfs refactorDafna Hirschfeld4-2/+158
2022-05-22habanalabs: hl_ts_behavior can be statickernel test robot1-1/+1
2022-05-22habanalabs/gaudi: add debugfs to fetch internal sync statusOhad Sharabi6-16/+187
2022-05-22habanalabs: rephrase device out-of-memory messageOhad Sharabi1-2/+3
2022-05-22habanalabs/gaudi: Use correct sram size macro for debugfsDafna Hirschfeld1-4/+4
2022-05-22habanalabs: add MMU prefetch to ASIC-specific codeOhad Sharabi5-7/+40
2022-05-22habanalabs: convert ts to use unified memory managerYuri Nudelman6-235/+91
2022-05-22habanalabs: unified memory manager infrastructureYuri Nudelman3-1/+333
2022-05-22habanalabs: save f/w preboot major versionOfir Bitton2-10/+22
2022-05-22habanalabs: replace usage of found with dedicated list iterator variableJakob Koschel1-6/+5
2022-05-22habanalabs: modify dma_mask to be ASIC specific propertyTomer Tayar5-30/+10
2022-05-22habanalabs: parse full firmware versionsOfir Bitton1-2/+4
2022-05-22habanalabs/gaudi: avoid resetting max power in hard resetTomer Tayar1-2/+0
2022-05-22habanalabs/gaudi: increase submission resourcesOfir Bitton1-2/+2
2022-05-22habanalabs: expose compute ctx status through info ioctlOfir Bitton1-0/+2
2022-05-22habanalabs: add new return code to device fd openOfir Bitton3-1/+20
2022-05-22habanalabs: add user API to get valid DRAM page sizesOhad Sharabi4-0/+40
2022-05-22habanalabs: convert all MMU masks/shifts to arraysOhad Sharabi6-92/+52
2022-05-22habanalabs: change mmu_get_real_page_size to be ASIC-specificOhad Sharabi4-98/+112
2022-05-22habanalabs: add DRAM default page size to HW infoOhad Sharabi1-0/+1
2022-05-22habanalabs: set non-0 value in dram default page sizeOhad Sharabi4-1/+8
2022-04-04habanalabs: Fix test build failuresGuenter Roeck1-8/+8
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds24-844/+1393
2022-02-28habanalabs: remove deprecated firmware statesOfir Bitton1-2/+0
2022-02-28habanalabs: add an option to delay a device resetTomer Tayar3-2/+12
2022-02-28habanalabs: Add check for pci_enable_deviceJiasheng Jiang1-0/+2
2022-02-28habanalabs: Fix reset upon device release bugfarah kassabri3-13/+19
2022-02-28habanalabs: make sure device mem alloc is page alignedOhad Sharabi1-5/+14
2022-02-28habanalabs/gaudi: add missing handling of NIC related eventsOded Gabbay2-0/+15
2022-02-28habanalabs/gaudi: handle axi errors from NIC enginesOded Gabbay1-0/+48
2022-02-28habanalabs: allow user to set allocation page sizeOhad Sharabi4-2/+38
2022-02-28habanalabs: avoid using an uninitialized variableTomer Tayar1-1/+1
2022-02-28habanalabs: set max power on device init per ASICTomer Tayar4-1/+8
2022-02-28habanalabs: use proper max_power variable for device utilizationTomer Tayar1-1/+1
2022-02-28habanalabs: enable stop-on-error debugfs setting per ASICTomer Tayar4-0/+12
2022-02-28habanalabs: change function to staticOded Gabbay1-1/+1
2022-02-28habanalabs: add missing include of vmalloc.hOded Gabbay1-0/+1
2022-02-28habanalabs: fix use-after-free bugOded Gabbay1-2/+2
2022-02-28habanalabs: rephrase error messages in PCI initializationOded Gabbay1-2/+2
2022-02-28habanalabs: fix spelling mistakeOded Gabbay1-1/+1
2022-02-28habanalabs: Timestamps buffers registrationfarah kassabri6-56/+655
2022-02-28habanalabs: fix race when waiting on encaps signalDani Liberman1-5/+8
2022-02-28habanalabs: silence an uninitialized variable warningDan Carpenter1-0/+2
2022-02-28habanalabs: remove duplicate printOded Gabbay1-6/+1
2022-02-28habanalabs: prevent false heartbeat failure during soft-resetTomer Tayar1-2/+5
2022-02-28habanalabs: fix race between wait and irqOded Gabbay1-1/+5