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
/
memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-01
habanalabs: initialize variable to default value
Tomer Tayar
1
-1
/
+1
2020-05-25
habanalabs: handle MMU cache invalidation timeout
Omer Shpigelman
1
-7
/
+28
2020-03-24
habanalabs: split the host MMU properties
Omer Shpigelman
1
-71
/
+142
2020-03-24
habanalabs: flush only at the end of the map/unmap
Pawel Piskorski
1
-3
/
+6
2019-11-21
habanalabs: remove unnecessary checks
Omer Shpigelman
1
-31
/
+9
2019-11-21
habanalabs: invalidate MMU cache only once
Omer Shpigelman
1
-1
/
+11
2019-11-21
habanalabs: skip VA block list update in reset flow
Omer Shpigelman
1
-10
/
+20
2019-11-21
habanalabs: split MMU properties to PCI/DRAM
Omer Shpigelman
1
-22
/
+23
2019-11-21
habanalabs: type specific MMU cache invalidation
Omer Shpigelman
1
-2
/
+2
2019-11-21
habanalabs: re-factor memory module code
Omer Shpigelman
1
-126
/
+155
2019-08-12
habanalabs: fix DRAM usage accounting on context tear down
Tomer Tayar
1
-0
/
+2
2019-05-29
habanalabs: de-couple MMU and VM module initialization
Oded Gabbay
1
-12
/
+1
2019-05-28
habanalabs: fix bug in checking huge page optimization
Oded Gabbay
1
-6
/
+0
2019-05-01
habanalabs: Manipulate DMA addresses in ASIC functions
Tomer Tayar
1
-4
/
+0
2019-04-06
habanalabs: improve IOCTLs behavior when disabled or reset
Oded Gabbay
1
-1
/
+2
2019-04-04
habanalabs: split mmu/no-mmu code paths in memory ioctl
Oded Gabbay
1
-85
/
+92
2019-03-31
habanalabs: prevent CPU soft lockup on Palladium
Oded Gabbay
1
-2
/
+9
2019-03-27
habanalabs: improve error messages
Oded Gabbay
1
-1
/
+1
2019-03-07
habanalabs: fix bug when mapping very large memory area
Omer Shpigelman
1
-4
/
+5
2019-03-05
habanalabs: fix MMU number of pages calculation
Omer Shpigelman
1
-14
/
+15
2019-02-28
habanalabs: add MMU DRAM default page mapping
Omer Shpigelman
1
-5
/
+7
2019-02-27
habanalabs: make functions static or declare them
Oded Gabbay
1
-1
/
+1
2019-02-27
habanalabs: allow memory allocations larger than 4GB
Oded Gabbay
1
-6
/
+4
2019-02-22
habanalabs: use GFP_ATOMIC under spin lock
Wei Yongjun
1
-1
/
+1
2019-02-18
habanalabs: add debugfs support
Oded Gabbay
1
-0
/
+8
2019-02-18
habanalabs: add virtual memory and MMU modules
Omer Shpigelman
1
-0
/
+1517
2019-02-18
habanalabs: add command submission module
Oded Gabbay
1
-0
/
+198