aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-24Merge tag 'misc-habanalabs-next-2020-07-24' of git://people.freedesktop.org/~...Greg Kroah-Hartman
2020-07-24habanalabs: Fix memory leak in error flow of context initializationTomer Tayar
2020-07-24habanalabs: use no flags on MMU cache invalidationTomer Tayar
2020-07-24habanalabs: enable device before hw_init()Oded Gabbay
2020-07-24habanalabs: create internal CB poolOfir Bitton
2020-07-24habanalabs: update hl_boot_if.h from firmwareOded Gabbay
2020-07-24habanalabs: create common folderOded Gabbay
2020-07-24habanalabs: check for DMA errors when clearing memoryMoti Haimovski
2020-07-24habanalabs: verify queue can contain all cs jobsOfir Bitton
2020-07-24habanalabs: Assign each CQ with its own work queueOfir Bitton
2020-07-24habanalabs: halt device CPU only upon certain resetOded Gabbay
2020-07-24habanalabs: remove unused hashOmer Shpigelman
2020-07-24habanalabs: use queue pi/ci in order to determine queue occupancyOfir Bitton
2020-07-24habanalabs: configure maximum queues per asicOfir Bitton
2020-07-24habanalabs: remove soft-reset support from GAUDIOded Gabbay
2020-07-24habanalabs: PCIe iATU refactoringOfir Bitton
2020-07-24habanalabs: Extract ECC information from FWOded Gabbay
2020-07-24habanalabs: Add dropped cs statistics info structOfir Bitton
2020-07-24habanalabs: extract cpu boot status lookupChristine Gharzuzi
2020-07-24habanalabs: rephrase error messagesOded Gabbay
2020-07-24habanalabs: Increase queues depthOfir Bitton
2020-07-24habanalabs: rephrase error messageOmer Shpigelman
2020-07-24habanalabs: calculate trace frequency from PLLAdam Aharon
2020-07-24habanalabs: align armcp_packet structure to 8 bytesOded Gabbay
2020-07-24uapi/habanalabs: fix some commentsOded Gabbay
2020-07-24habanalabs: Use mask instead of shift in sync stream registersOfir Bitton
2020-07-24habanalabs: sync stream generic functionalityOfir Bitton
2020-07-24habanalabs: Use pending CS amount per ASICOfir Bitton
2020-07-24habanalabs: remove rate limiters from GAUDIOded Gabbay
2020-07-24Merge tag 'icc-5.9-rc1' of https://git.linaro.org/people/georgi.djakov/linux ...Greg Kroah-Hartman
2020-07-24dyndbg: export ddebug_exec_queriesJim Cromie
2020-07-24dyndbg: shorten our logging prefix, drop __func__Jim Cromie
2020-07-24dyndbg: allow anchored match on format query termJim Cromie
2020-07-24dyndbg: combine flags & mask into a struct, simplify with itJim Cromie
2020-07-24dyndbg: accept query terms like file=bar and module=fooJim Cromie
2020-07-24dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'Jim Cromie
2020-07-24dyndbg: refactor parse_linerange out of ddebug_parse_queryJim Cromie
2020-07-24dyndbg: use gcc ?: to reduce word countJim Cromie
2020-07-24dyndbg: make ddebug_tables list LIFO for add/remove_moduleJim Cromie
2020-07-24dyndbg: prefer declarative init in caller, to memset in calleeJim Cromie
2020-07-24dyndbg: fix pr_err with empty stringJim Cromie
2020-07-24dyndbg: fix a BUG_ON in ddebug_describe_flagsJim Cromie
2020-07-24dyndbg: fix overcounting of ram used by dyndbgJim Cromie
2020-07-24dyndbg: rename __verbose section to __dyndbgJim Cromie
2020-07-24dyndbg: refine debug verbosity; 1 is basic, 2 more chattyJim Cromie
2020-07-24dyndbg: drop obsolete comment on ddebug_proc_openJim Cromie
2020-07-24dyndbg-docs: initialization is done early, not archJim Cromie
2020-07-24dyndbg-docs: eschew file /full/path query in docsJim Cromie
2020-07-23mei: hw: don't use one element arraysTomas Winkler
2020-07-23mei: hw: use sizeof of variable instead of struct typeTomas Winkler