index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
habanalabs
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-04
habanalabs: fix kernel pointer type
Arnd Bergmann
4
-30
/
+29
2020-09-25
habanalabs: add notice of device not idle
Oded Gabbay
1
-0
/
+8
2020-09-25
habanalabs: add debug messages for opening/closing context
Oded Gabbay
1
-0
/
+5
2020-09-25
habanalabs: release kernel context after hw_fini
Oded Gabbay
1
-7
/
+6
2020-09-25
habanalabs: correct an error message
Oded Gabbay
1
-2
/
+2
2020-09-22
habanalabs: add indication of security-enabled F/W
Oded Gabbay
3
-9
/
+70
2020-09-22
habanalabs: Add an option to map CB to device MMU
Tomer Tayar
3
-6
/
+222
2020-09-22
habanalabs: Save context in a command buffer object
Tomer Tayar
3
-14
/
+19
2020-09-22
habanalabs: allow to wait on CS without sleep
Oded Gabbay
1
-2
/
+5
2020-09-22
habanalabs: add debugfs support for MMU with 6 HOPs
Moti Haimovski
1
-10
/
+60
2020-09-22
habanalabs: add num_hops to hl_mmu_properties
Moti Haimovski
1
-0
/
+6
2020-09-22
habanalabs: refactor MMU as device-oriented
Moti Haimovski
5
-222
/
+404
2020-09-22
habanalabs: rename mmu.c to mmu_v1.c
Moti Haimovski
2
-2
/
+2
2020-09-22
habanalabs: use smallest possible alignment for virtual addresses
Omer Shpigelman
1
-38
/
+48
2020-09-22
habanalabs: remove unused ASIC function pointer
Oded Gabbay
1
-5
/
+0
2020-09-22
habanalabs: rename ArmCP to CPU-CP
Oded Gabbay
2
-19
/
+20
2020-09-22
habanalabs: count dropped CS because max CS in-flight
Oded Gabbay
1
-1
/
+4
2020-09-22
habanalabs: make use of dma_mmap_coherent
Hillf Danton
2
-8
/
+3
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
3
-4
/
+20
2020-09-22
habanalabs: replace armcp with the generic cpucp
Oded Gabbay
8
-141
/
+160
2020-09-22
habanalabs: add support for getting device total energy
farah kassabri
3
-0
/
+50
2020-09-22
habanalabs: Include linux/bitfield.h only in habanalabs.h
Tomer Tayar
3
-2
/
+1
2020-09-22
habanalabs: extend busy engines mask to 64 bits
farah kassabri
2
-2
/
+2
2020-09-22
habanalabs: use FIELD_PREP() instead of <<
Oded Gabbay
1
-4
/
+5
2020-09-22
habanalabs: eliminate redundant else condition
Oded Gabbay
1
-2
/
+2
2020-09-22
habanalabs: cast int to u32 before printing it with %u
Oded Gabbay
1
-1
/
+1
2020-09-22
habanalabs: change CB's ID to be 64 bits
Oded Gabbay
3
-4
/
+4
2020-09-22
habanalabs: PCIe Advanced Error Reporting support
Ofir Bitton
1
-1
/
+75
2020-09-22
habanalabs: expose sync manager resources allocation in INFO IOCTL
Ofir Bitton
2
-1
/
+35
2020-09-22
habanalabs: add information about PCIe controller
Ofir Bitton
3
-0
/
+93
2020-09-22
habanalabs: Replace dma-fence mechanism with completions
Ofir Bitton
4
-63
/
+77
2020-09-22
habanalabs: increase length of ASIC name
Oded Gabbay
1
-1
/
+1
2020-08-31
habanalabs: prevent user buff overflow
Moti Haimovski
1
-1
/
+1
2020-08-22
habanalabs: correctly report inbound pci region cfg error
Ofir Bitton
1
-1
/
+1
2020-08-22
habanalabs: check correct vmalloc return code
Ofir Bitton
2
-3
/
+8
2020-08-22
habanalabs: validate FW file size
Ofir Bitton
1
-0
/
+9
2020-08-22
habanalabs: fix incorrect check on failed workqueue create
Colin Ian King
1
-1
/
+1
2020-08-22
habanalabs: set max power according to card type
Oded Gabbay
3
-5
/
+14
2020-08-22
habanalabs: proper handling of alloc size in coresight
Ofir Bitton
1
-1
/
+1
2020-08-22
habanalabs: verify user input in cs_ioctl_signal_wait
Ofir Bitton
1
-0
/
+8
2020-08-22
habanalabs: Fix memory corruption in debugfs
Dan Carpenter
1
-4
/
+4
2020-08-22
habanalabs: Validate user address before mapping
Ofir Bitton
1
-2
/
+14
2020-08-22
habanalabs: unmap PCI bars upon iATU failure
Ofir Bitton
1
-2
/
+4
2020-07-29
habanalabs: remove unused but set variable 'ctx_asid'
Wei Yongjun
1
-2
/
+1
2020-07-29
habanalabs: fix up absolute include instructions
Greg Kroah-Hartman
7
-9
/
+7
2020-07-27
Merge 5.8-rc7 into char-misc-next
Greg Kroah-Hartman
7
-45
/
+41
2020-07-24
habanalabs: Fix memory leak in error flow of context initialization
Tomer Tayar
1
-8
/
+10
2020-07-24
habanalabs: enable device before hw_init()
Oded Gabbay
2
-4
/
+15
2020-07-24
habanalabs: create internal CB pool
Ofir Bitton
4
-38
/
+83
[next]