Age | Commit message (Expand) | Author | Files | Lines |
2021-10-25 | dma-buf: move dma-buf symbols into the DMA_BUF module namespace | Greg Kroah-Hartman | 1 | -0/+2 |
2021-10-18 | habanalabs: refactor fence handling in hl_cs_poll_fences | Dani Liberman | 1 | -35/+36 |
2021-10-18 | habanalabs: context cleanup cosmetics | Omer Shpigelman | 1 | -7/+1 |
2021-10-18 | habanalabs: simplify wait for interrupt with timestamp flow | Yuri Nudelman | 3 | -10/+7 |
2021-10-18 | habanalabs: initialize hpriv fields before adding new node | Moti Haimovski | 1 | -8/+15 |
2021-10-18 | habanalabs: Unify frequency set/get functionality | Rajaravi Krishna Katta | 9 | -65/+38 |
2021-10-18 | habanalabs: select CRC32 | Vegard Nossum | 1 | -0/+1 |
2021-10-18 | habanalabs: add support for dma-buf exporter | Tomer Tayar | 5 | -3/+535 |
2021-10-18 | habanalabs: fix NULL pointer dereference | Dani Liberman | 1 | -2/+11 |
2021-10-18 | habanalabs: fix race condition in multi CS completion | Dani Liberman | 2 | -1/+23 |
2021-10-18 | habanalabs: use only u32 | Oded Gabbay | 1 | -1/+1 |
2021-10-18 | habanalabs: update firmware files | Oded Gabbay | 4 | -78/+130 |
2021-10-18 | habanalabs: bypass reset for continuous h/w error event | Bharat Jauhari | 5 | -36/+111 |
2021-10-18 | habanalabs: take timestamp on wait for interrupt | Yuri Nudelman | 3 | -3/+21 |
2021-10-18 | habanalabs: prevent race between fd close/open | Oded Gabbay | 1 | -7/+23 |
2021-10-18 | habanalabs: refactor reset log message | Oded Gabbay | 1 | -1/+8 |
2021-10-18 | habanalabs: define soft-reset as inference op | Oded Gabbay | 4 | -8/+12 |
2021-10-18 | habanalabs: fix debugfs device memory MMU VA translation | Yuri Nudelman | 1 | -14/+16 |
2021-10-18 | habanalabs: add support for a long interrupt target value | Ofir Bitton | 1 | -4/+4 |
2021-10-18 | habanalabs: remove redundant cs validity checks | Ofir Bitton | 1 | -3/+2 |
2021-10-18 | habanalabs: enable power info via HWMON framework | Rajaravi Krishna Katta | 3 | -0/+108 |
2021-10-18 | habanalabs: generalize COMMS message sending procedure | Alon Mizrahi | 1 | -10/+18 |
2021-10-18 | habanalabs: create static map of f/w hwmon enums | Rajaravi Krishna Katta | 2 | -9/+97 |
2021-10-18 | habanalabs: add debugfs node for configuring CS timeout | Ofir Bitton | 1 | -0/+51 |
2021-09-29 | habanalabs: fix resetting args in wait for CS IOCTL | Rajaravi Krishna Katta | 1 | -14/+19 |
2021-09-14 | habanalabs: expose a single cs seq in staged submissions | Ofir Bitton | 1 | -0/+6 |
2021-09-14 | habanalabs: fix wait offset handling | farah kassabri | 1 | -2/+7 |
2021-09-14 | habanalabs: rate limit multi CS completion errors | Ofir Bitton | 1 | -1/+2 |
2021-09-14 | habanalabs/gaudi: fix LBW RR configuration | Oded Gabbay | 1 | -48/+67 |
2021-09-14 | habanalabs: Fix spelling mistake "FEADBACK" -> "FEEDBACK" | Colin Ian King | 1 | -1/+1 |
2021-09-14 | habanalabs: fail collective wait when not supported | Ofir Bitton | 1 | -0/+9 |
2021-09-14 | habanalabs/gaudi: use direct MSI in single mode | Omer Shpigelman | 2 | -3/+8 |
2021-09-14 | habanalabs: fix kernel OOPs related to staged cs | farah kassabri | 1 | -5/+13 |
2021-09-14 | habanalabs: fix potential race in interrupt wait ioctl | Ofir Bitton | 1 | -14/+21 |
2021-09-01 | habanalabs/gaudi: hwmon default card name | Rajaravi Krishna Katta | 1 | -1/+1 |
2021-09-01 | habanalabs: add support for f/w reset | Oded Gabbay | 5 | -35/+61 |
2021-09-01 | habanalabs/gaudi: block ICACHE_BASE_ADDERESS_HIGH in TPC | Oded Gabbay | 1 | -0/+8 |
2021-09-01 | habanalabs: cannot sleep while holding spinlock | farah kassabri | 2 | -3/+1 |
2021-09-01 | habanalabs: never copy_from_user inside spinlock | Oded Gabbay | 1 | -23/+12 |
2021-09-01 | habanalabs: remove unnecessary device status check | Oded Gabbay | 1 | -4/+6 |
2021-09-01 | habanalabs: disable IRQ in user interrupts spinlock | Oded Gabbay | 1 | -12/+13 |
2021-09-01 | habanalabs: add "in device creation" status | Omer Shpigelman | 4 | -16/+17 |
2021-09-01 | habanalabs/gaudi: invalidate PMMU mem cache on init | Oded Gabbay | 1 | -0/+3 |
2021-09-01 | habanalabs/gaudi: size should be printed in decimal | Oded Gabbay | 1 | -2/+2 |
2021-09-01 | habanalabs/gaudi: define DC POWER for secured PMC | Oded Gabbay | 2 | -1/+7 |
2021-09-01 | habanalabs/gaudi: unmask out of bounds SLM access interrupt | Tomer Tayar | 1 | -1/+1 |
2021-09-01 | habanalabs: add userptr_lookup node in debugfs | Yuri Nudelman | 3 | -19/+93 |
2021-09-01 | habanalabs/gaudi: fetch TPC/MME ECC errors from F/W | Ofir Bitton | 1 | -0/+6 |
2021-09-01 | habanalabs: modify multi-CS to wait on stream masters | Ohad Sharabi | 6 | -28/+77 |
2021-09-01 | habanalabs/gaudi: add monitored SOBs to state dump | Alon Mizrahi | 2 | -2/+37 |