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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-12
habanalabs: initialize new asic properties
Oded Gabbay
3
-14
/
+28
2022-07-12
habanalabs: add unsupported functions
Oded Gabbay
2
-0
/
+42
2022-07-12
habanalabs: add gaudi2 asic-specific code
Oded Gabbay
22
-97
/
+11155
2022-07-12
habanalabs/gaudi2: add asic registers header files
Oded Gabbay
168
-2
/
+136492
2022-07-12
habanalabs: remove redundant argument in access_dev_mem APIs
Ofir Bitton
3
-9
/
+7
2022-07-12
habanalabs: use %pa to print pci bar size
Oded Gabbay
2
-28
/
+22
2022-07-12
habanalabs/gaudi: replace hl_poll_timeout with while loop
Dafna Hirschfeld
1
-12
/
+11
2022-07-12
habanalabs: communicate supported page sizes to user
Ohad Sharabi
5
-19
/
+6
2022-07-12
habanalabs: remove dead code from free_device_memory()
Tomer Tayar
1
-28
/
+22
2022-07-12
habanalabs/gaudi: enable error interrupt on ARB WDT
Oded Gabbay
1
-0
/
+1
2022-07-12
habanalabs: page size can only be a power of 2
Ohad Sharabi
4
-7
/
+2
2022-07-12
habanalabs: refactor dma asic-specific functions
Ohad Sharabi
8
-152
/
+162
2022-07-12
habanalabs/gaudi: remove unused enum
Oded Gabbay
1
-22
/
+9
2022-07-12
habanalabs/gaudi: mask constant value before cast
Oded Gabbay
1
-4
/
+4
2022-07-12
habanalabs/gaudi: use correct type in assignment
Oded Gabbay
1
-1
/
+1
2022-07-12
habanalabs/gaudi: fix function name in comment
Oded Gabbay
1
-1
/
+1
2022-07-12
habanalabs/goya: move dma direction enum to uapi file
Oded Gabbay
2
-26
/
+14
2022-07-12
habanalabs: set default value for memory_scrub
Dafna Hirschfeld
1
-0
/
+3
2022-07-12
habanalabs: move call to scrub_device_mem after ctx_fini
Dafna Hirschfeld
2
-5
/
+14
2022-07-12
habanalabs/gaudi: use memory_scrub_val from debugfs
Dafna Hirschfeld
1
-3
/
+2
2022-07-12
habanalabs: don't send addr and size to scrub_device_mem cb
Dafna Hirschfeld
5
-38
/
+36
2022-07-12
habanalabs: don't do memory scrubbing when unmapping
Dafna Hirschfeld
1
-30
/
+6
2022-07-12
habanalabs: print if firmware is secured during load
Ofir Bitton
1
-1
/
+2
2022-07-12
habanalabs/gaudi: fix a race condition causing DMAR error
Yuri Nudelman
5
-16
/
+40
2022-07-12
habanalabs/gaudi: fix warning: var might be used uninitialized
Koby Elbaz
1
-1
/
+1
2022-07-12
habanalabs: move memory_scrub_val to hdev struct
Dafna Hirschfeld
2
-4
/
+4
2022-07-12
habanalabs: fix comment style
Oded Gabbay
1
-1
/
+1
2022-07-12
habanalabs: use kvcalloc when possible
Oded Gabbay
1
-3
/
+2
2022-07-12
habanalabs: print pointer with correct modifier
Oded Gabbay
1
-2
/
+2
2022-07-12
habanalabs: check fence pointer before use
Oded Gabbay
1
-1
/
+1
2022-07-12
habanalabs: add critical indication in sram ecc
ran shalit
1
-1
/
+2
2022-07-12
habanalabs/gaudi: notify user process on device unavailable
Tal Cohen
1
-1
/
+4
2022-07-12
habanalabs: remove unused get_dma_desc_list_size
Oded Gabbay
3
-5
/
+0
2022-07-12
habanalabs: fix NULL dereference on cs timeout
Yuri Nudelman
1
-2
/
+2
2022-07-12
habanalabs/gaudi: fix shift out of bounds
Ofir Bitton
1
-7
/
+9
2022-07-12
habanalabs: add validity check for cq counter offset
farah kassabri
1
-1
/
+8
2022-07-12
habanalabs/gaudi: fix incorrect MME offset calculation
Koby Elbaz
1
-3
/
+8
2022-07-12
habanalabs: avoid unnecessary error print
Dani Liberman
1
-1
/
+8
2022-07-12
habanalabs: send an event notification when CS timeout occurs
Tal Cohen
1
-9
/
+17
2022-07-12
habanalabs/gaudi: send device reset notification
Tal Cohen
1
-3
/
+10
2022-07-12
habanalabs/gaudi: invoke device reset from one code block
Tal Cohen
1
-9
/
+16
2022-07-12
habanalabs: expose undefined opcode status via info ioctl
Tal Cohen
1
-0
/
+25
2022-07-12
habanalabs/gaudi: collect undefined opcode error info
Tal Cohen
4
-30
/
+132
2022-07-12
habanalabs: fix race between hl_get_compute_ctx() and hl_ctx_put()
Tomer Tayar
4
-25
/
+47
2022-07-12
habanalabs: keep a record of completed CS outcomes
Yuri Nudelman
3
-12
/
+147
2022-07-12
habanalabs/gaudi: fix comment to reflect current code
Oded Gabbay
1
-2
/
+8
2022-07-12
habanalabs: change the write flag name of error info structs
Tal Cohen
4
-12
/
+12
2022-07-12
habanalabs/gaudi: move tpc assert raise into internal func
Tal Cohen
1
-15
/
+12
2022-07-12
habanalabs: add terminating NULL to attrs arrays
Dafna Hirschfeld
3
-0
/
+5
2022-07-12
habanalabs: Fix kernel-doc
Jiapeng Chong
1
-2
/
+2
[prev]
[next]