index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
habanalabs
/
goya
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-27
habanalabs: don't reset device when getting VRHOT
Oded Gabbay
1
-1
/
+1
2019-07-08
habanalabs: use %pad for printing a dma_addr_t
Arnd Bergmann
1
-2
/
+2
2019-07-01
habanalabs: Add busy engines bitmask to HW idle IOCTL
Tomer Tayar
1
-2
/
+9
2019-07-01
habanalabs: Add debugfs node for engines status
Tomer Tayar
1
-45
/
+84
2019-07-01
habanalabs: Update the device idle check
Tomer Tayar
1
-4
/
+6
2019-06-16
habanalabs: Allow accessing host mapped addresses via debugfs
Tomer Tayar
1
-4
/
+15
2019-05-29
habanalabs: remove DMA mask hack for Goya
Oded Gabbay
1
-15
/
+4
2019-05-29
habanalabs: set Goya CPU to use ASIC MMU
Oded Gabbay
1
-3
/
+20
2019-05-29
habanalabs: add MMU mappings for Goya CPU
Oded Gabbay
2
-9
/
+129
2019-05-29
habanalabs: initialize device CPU queues after MMU init
Oded Gabbay
1
-36
/
+28
2019-05-30
habanalabs: restore unsecured registers default values
Dalit Ben Zoor
1
-3
/
+16
2019-05-30
habanalabs: clear sobs and monitors in context switch
Dalit Ben Zoor
1
-0
/
+7
2019-05-30
habanalabs: make tpc registers secured
Dalit Ben Zoor
1
-0
/
+16
2019-05-17
habanalabs: don't limit packet size for device CPU
Oded Gabbay
1
-1
/
+1
2019-05-16
habanalabs: support device memory memset > 4GB
Oded Gabbay
1
-19
/
+30
2019-05-13
habanalabs: print event name for fatal and non-RAZWI events
Omer Shpigelman
1
-19
/
+98
2019-05-12
habanalabs: pass device pointer to asic-specific function
Oded Gabbay
2
-4
/
+4
2019-05-09
habanalabs: change polling functions to macros
Oded Gabbay
1
-13
/
+12
2019-05-09
habanalabs: remove redundant memory clear
Oded Gabbay
1
-2
/
+0
2019-05-09
habanalabs: remove redundant CB size adjustment
Oded Gabbay
1
-8
/
+1
2019-05-08
habanalabs: check to load F/W before boot status
Oded Gabbay
1
-3
/
+3
2019-05-05
habanalabs: remove redundant CPU checks
Omer Shpigelman
1
-15
/
+5
2019-06-08
Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-3
/
+32
2019-06-04
habanalabs: Read upper bits of trace buffer from RWPHI
Tomer Tayar
1
-2
/
+12
2019-05-24
habanalabs: halt debug engines on user process close
Omer Shpigelman
3
-1
/
+20
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-02
habanalabs: Update CPU DMA memory label name
Tomer Tayar
1
-2
/
+2
2019-05-02
habanalabs: Update CPU DMA pool label name
Tomer Tayar
1
-2
/
+2
2019-05-01
habanalabs: remove condition that is always true
Dalit Ben Zoor
1
-25
/
+23
2019-05-01
habanalabs: remove redundant member from parser struct
Dalit Ben Zoor
1
-1
/
+1
2019-05-01
habanalabs: Manipulate DMA addresses in ASIC functions
Tomer Tayar
1
-33
/
+57
2019-05-01
habanalabs: rename functions to improve code readability
Oded Gabbay
1
-13
/
+15
2019-04-30
habanalabs: remove call to cs_parser()
Dalit Ben Zoor
1
-24
/
+3
2019-04-28
habanalabs: return old dram bar address upon change
Oded Gabbay
1
-32
/
+28
2019-04-22
habanalabs: use ASIC functions interface for rreg/wreg
Oded Gabbay
2
-38
/
+45
2019-04-21
uapi/habanalabs: add missing fields in bmon params
Oded Gabbay
1
-4
/
+12
2019-04-21
habanalabs: re-factor goya_parse_cb_no_ext_queue()
Oded Gabbay
1
-22
/
+21
2019-04-21
Merge 5.1-rc6 into char-misc-next
Greg Kroah-Hartman
1
-5
/
+4
2019-04-06
habanalabs: prevent device PTE read/write during hard-reset
Oded Gabbay
1
-0
/
+6
2019-04-02
habanalabs: refactoring in goya.c
Oded Gabbay
2
-77
/
+88
2019-04-01
habanalabs: add goya implementation for debug configuration
Omer Shpigelman
3
-5
/
+615
2019-04-01
habanalabs: add new IOCTL for debug, tracing and profiling
Omer Shpigelman
4
-1
/
+17
2019-03-24
habanalabs: remove low credit limit of DMA #0
Oded Gabbay
1
-5
/
+4
2019-03-21
habanalabs: allow user to modify TPC clock relaxation value
Dalit Ben Zoor
1
-2
/
+12
2019-03-20
habanalabs: set new golden value to tpc clock relaxation
Dalit Ben Zoor
1
-0
/
+2
2019-03-07
habanalabs: keep track of the device's dma mask
Oded Gabbay
1
-22
/
+10
2019-03-03
habanalabs: cast to expected type
Oded Gabbay
1
-1
/
+1
2019-03-03
habanalabs: prevent host crash during suspend/resume
Oded Gabbay
1
-62
/
+1
2019-03-02
habanalabs: use %px instead of %p in error print
Oded Gabbay
1
-1
/
+1
2019-02-28
habanalabs: fix little-endian<->cpu conversion warnings
Tomer Tayar
1
-98
/
+125
[next]