index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
timerqueue.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
habanalabs: use no flags on MMU cache invalidation
Tomer Tayar
1
-2
/
+1
2020-07-24
habanalabs: enable device before hw_init()
Oded Gabbay
2
-4
/
+15
2020-07-24
habanalabs: create internal CB pool
Ofir Bitton
6
-53
/
+106
2020-07-24
habanalabs: update hl_boot_if.h from firmware
Oded Gabbay
1
-0
/
+14
2020-07-24
habanalabs: create common folder
Oded Gabbay
25
-12
/
+20
2020-07-24
habanalabs: check for DMA errors when clearing memory
Moti Haimovski
1
-2
/
+23
2020-07-24
habanalabs: verify queue can contain all cs jobs
Ofir Bitton
2
-0
/
+11
2020-07-24
habanalabs: Assign each CQ with its own work queue
Ofir Bitton
4
-12
/
+40
2020-07-24
habanalabs: halt device CPU only upon certain reset
Oded Gabbay
5
-37
/
+61
2020-07-24
habanalabs: remove unused hash
Omer Shpigelman
2
-3
/
+0
2020-07-24
habanalabs: use queue pi/ci in order to determine queue occupancy
Ofir Bitton
4
-69
/
+39
2020-07-24
habanalabs: configure maximum queues per asic
Ofir Bitton
6
-43
/
+83
2020-07-24
habanalabs: remove soft-reset support from GAUDI
Oded Gabbay
1
-63
/
+36
2020-07-24
habanalabs: PCIe iATU refactoring
Ofir Bitton
4
-104
/
+180
2020-07-24
habanalabs: Extract ECC information from FW
Oded Gabbay
3
-251
/
+146
2020-07-24
habanalabs: Add dropped cs statistics info struct
Ofir Bitton
5
-2
/
+77
2020-07-24
habanalabs: extract cpu boot status lookup
Christine Gharzuzi
1
-44
/
+48
2020-07-24
habanalabs: rephrase error messages
Oded Gabbay
4
-13
/
+17
2020-07-24
habanalabs: Increase queues depth
Ofir Bitton
4
-36
/
+7
2020-07-24
habanalabs: rephrase error message
Omer Shpigelman
1
-1
/
+2
2020-07-24
habanalabs: calculate trace frequency from PLL
Adam Aharon
7
-10
/
+194
2020-07-24
habanalabs: align armcp_packet structure to 8 bytes
Oded Gabbay
1
-0
/
+2
2020-07-24
uapi/habanalabs: fix some comments
Oded Gabbay
1
-3
/
+3
2020-07-24
habanalabs: Use mask instead of shift in sync stream registers
Ofir Bitton
2
-36
/
+38
2020-07-24
habanalabs: sync stream generic functionality
Ofir Bitton
6
-66
/
+67
2020-07-24
habanalabs: Use pending CS amount per ASIC
Ofir Bitton
8
-10
/
+37
2020-07-24
habanalabs: remove rate limiters from GAUDI
Oded Gabbay
2
-126
/
+1
2020-07-24
dyndbg: export ddebug_exec_queries
Jim Cromie
1
-1
/
+2
2020-07-24
dyndbg: shorten our logging prefix, drop __func__
Jim Cromie
1
-1
/
+1
2020-07-24
dyndbg: allow anchored match on format query term
Jim Cromie
1
-3
/
+10
2020-07-24
dyndbg: combine flags & mask into a struct, simplify with it
Jim Cromie
1
-21
/
+24
2020-07-24
dyndbg: accept query terms like file=bar and module=foo
Jim Cromie
2
-20
/
+34
2020-07-24
dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'
Jim Cromie
2
-1
/
+22
2020-07-24
dyndbg: refactor parse_linerange out of ddebug_parse_query
Jim Cromie
1
-27
/
+36
2020-07-24
dyndbg: use gcc ?: to reduce word count
Jim Cromie
1
-4
/
+4
2020-07-24
dyndbg: make ddebug_tables list LIFO for add/remove_module
Jim Cromie
1
-1
/
+1
2020-07-24
dyndbg: prefer declarative init in caller, to memset in callee
Jim Cromie
1
-2
/
+1
2020-07-24
dyndbg: fix pr_err with empty string
Jim Cromie
1
-1
/
+1
2020-07-24
dyndbg: fix a BUG_ON in ddebug_describe_flags
Jim Cromie
1
-12
/
+11
2020-07-24
dyndbg: fix overcounting of ram used by dyndbg
Jim Cromie
1
-6
/
+2
2020-07-24
dyndbg: rename __verbose section to __dyndbg
Jim Cromie
4
-12
/
+12
2020-07-24
dyndbg: refine debug verbosity; 1 is basic, 2 more chatty
Jim Cromie
1
-13
/
+8
2020-07-24
dyndbg: drop obsolete comment on ddebug_proc_open
Jim Cromie
1
-7
/
+0
2020-07-24
dyndbg-docs: initialization is done early, not arch
Jim Cromie
1
-2
/
+2
2020-07-24
dyndbg-docs: eschew file /full/path query in docs
Jim Cromie
1
-10
/
+9
2020-07-23
mei: hw: don't use one element arrays
Tomas Winkler
1
-4
/
+4
2020-07-23
mei: hw: use sizeof of variable instead of struct type
Tomas Winkler
2
-6
/
+4
2020-07-23
mei: client: use sizeof of variable instead of struct type
Tomas Winkler
1
-4
/
+4
2020-07-23
mei: bus: use sizeof of variable instead of struct type
Tomas Winkler
2
-13
/
+12
2020-07-23
mei: ioctl: use sizeof of variable instead of struct type
Tomas Winkler
1
-3
/
+3
[next]