index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
habanalabs
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-07-24
habanalabs: create common folder
Oded Gabbay
18
-0
/
+14066