Age | Commit message (Expand) | Author | Files | Lines |
2022-09-19 | habanalabs: MMU invalidation h/w is per device | Oded Gabbay | 1 | -5/+5 |
2022-09-19 | habanalabs: fix possible hole in device va | farah kassabri | 1 | -83/+16 |
2022-09-18 | habanalabs: set command buffer host VA dynamically | Dafna Hirschfeld | 1 | -4/+14 |
2022-07-12 | habanalabs: refactor dma asic-specific functions | Ohad Sharabi | 1 | -8/+4 |
2022-05-22 | habanalabs: remove hdev from hl_ctx_get args | Ohad Sharabi | 1 | -1/+1 |
2022-05-22 | habanalabs: add topic to memory manager buffer | Yuri Nudelman | 1 | -0/+1 |
2022-05-22 | habanalabs: use unified memory manager for CB flow | Yuri Nudelman | 1 | -337/+25 |
2022-05-22 | habanalabs: unified memory manager new code for CB flow | Yuri Nudelman | 1 | -0/+156 |
2022-02-28 | habanalabs: avoid using an uninitialized variable | Tomer Tayar | 1 | -1/+1 |
2022-02-28 | habanalabs: silence an uninitialized variable warning | Dan Carpenter | 1 | -0/+2 |
2021-12-26 | habanalabs: add a lock to protect multiple reset variables | Ofir Bitton | 1 | -2/+1 |
2021-12-26 | habanalabs: refactor reset information variables | Ofir Bitton | 1 | -1/+1 |
2021-12-26 | habanalabs: replace some -ENOTTY with -EINVAL | Oded Gabbay | 1 | -1/+1 |
2021-12-26 | habanalabs: change wait_for_interrupt implementation | farah kassabri | 1 | -6/+25 |
2021-12-26 | habanalabs: fix possible deadlock in cache invl failure | Ofir Bitton | 1 | -5/+4 |
2021-12-26 | habanalabs: partly skip cache flush when in PMMU map flow | Yuri Nudelman | 1 | -1/+2 |
2021-12-26 | habanalabs: add enum mmu_op_flags | Yuri Nudelman | 1 | -3/+3 |
2021-12-26 | habanalabs: wrong VA size calculation | Yuri Nudelman | 1 | -1/+1 |
2021-09-01 | habanalabs: cannot sleep while holding spinlock | farah kassabri | 1 | -2/+0 |
2021-08-29 | habanalabs: rename cb_mmap to mmap | Zvika Yehudai | 1 | -1/+1 |
2021-04-09 | habanalabs: replace GFP_ATOMIC with GFP_KERNEL | Ofir Bitton | 1 | -3/+9 |
2021-01-27 | habanalabs: replace WARN/WARN_ON with dev_crit in driver | Alon Mizrahi | 1 | -3/+5 |
2020-11-30 | habanalabs: Add CB IOCTL opcode to retrieve CB information | Tomer Tayar | 1 | -0/+38 |
2020-11-30 | habanalabs: mmu map wrapper for sizes larger than a page | Ofir Bitton | 1 | -5/+5 |
2020-11-30 | habanalabs: restore vm_pgoff after mmap | Oded Gabbay | 1 | -0/+1 |
2020-11-30 | habanalabs: add 'needs reset' state in driver | Ofir Bitton | 1 | -2/+3 |
2020-11-30 | habanalabs: Move repeatedly included headers to habanalabs.h | Tomer Tayar | 1 | -1/+0 |
2020-11-04 | habanalabs: fix kernel pointer type | Arnd Bergmann | 1 | -5/+4 |
2020-09-22 | habanalabs: Add an option to map CB to device MMU | Tomer Tayar | 1 | -4/+192 |
2020-09-22 | habanalabs: Save context in a command buffer object | Tomer Tayar | 1 | -9/+13 |
2020-09-22 | habanalabs: make use of dma_mmap_coherent | Hillf Danton | 1 | -7/+2 |
2020-09-22 | habanalabs: clear vm_pgoff before doing the mmap | Oded Gabbay | 1 | -0/+4 |
2020-09-22 | habanalabs: restructure hl_mmap | Oded Gabbay | 1 | -1/+1 |
2020-09-22 | habanalabs: change CB's ID to be 64 bits | Oded Gabbay | 1 | -1/+1 |
2020-08-22 | habanalabs: Validate user address before mapping | Ofir Bitton | 1 | -2/+14 |
2020-07-24 | habanalabs: create internal CB pool | Ofir Bitton | 1 | -30/+52 |
2020-07-24 | habanalabs: create common folder | Oded Gabbay | 1 | -0/+463 |