summaryrefslogtreecommitdiff
path: root/lwis_transaction.h
AgeCommit message (Expand)Author
2023-05-30LWIS: Update read buffer pointerMeghana Barkalle
2023-05-10LWIS: Fix transaction freeMeghana Barkalle
2023-05-08Add entry processing limit for queued transactionsMeghana Barkalle
2023-04-07LWIS: Remove partial fence enable flagHolmes Chou
2023-02-24Add precondition fence to event trigger logicEdmond Chung
2022-12-16Merge periodic and transaction threadsMeghana Barkalle
2022-12-15Lwis: Using kernel functions to determine current context.linyuny
2022-09-16LWIS: Fput trigger fence fp at lwis_transaction_free.Ge Bian
2022-08-29LWIS: Allow level triggered lwis_fenceTommy Kardach
2022-06-09Revert "Revert "LWIS: Implement completion_fences in lwis""Tommy Kardach
2022-06-09Revert "LWIS: Implement completion_fences in lwis"Tommy Kardach
2022-06-09LWIS: Implement completion_fences in lwisTommy Kardach
2022-06-01LWIS: add LWIS_FENCE_ENABLED for zumaWill McVicker
2022-05-31LWIS: Add trigger_condition event supports.Ge Bian
2022-05-28LWIS: Support AND/OR condition triggered by fencesNick Chung
2022-05-26LWIS: Add a pending transaction map to lwis_client.Ge Bian
2022-05-04LWIS: Support submitting transaction triggered by a lwis_fence.Ge Bian
2022-01-11LWIS: Implement memory allocator for reuseHolmes Chou
2021-12-24Revert "LWIS: Implement memory allocator for reuse"Edmond Chung
2021-12-22LWIS: Implement memory allocator for reuseHolmes Chou
2021-12-09LWIS: refact duplicate function / codeHolmes Chou
2021-11-13IoEntry: Created file for generic I/O entry functionsEdmond Chung
2021-04-27IO: Move mutex from per-entry to per-transaction based.Edmond Chung
2021-01-20LWIS: Use tasklet to process realtime transactionsGe Bian
2021-01-12LWIS: Support ReadAssert in IoEntryNick Chung
2020-11-19LWIS: Remove the kernel code to set address bias.Ge Bian
2020-11-19Transaction: Measure and print processing time in debug infoEdmond Chung
2020-11-17Formatting fix based on updated clang-formatEdmond Chung
2020-09-29LWIS: Run cleanup transaction at device disable.Ge Bian
2020-07-24Transaction: Fix race condition in submission.Edmond Chung
2020-05-01Transaction: Implement transaction replace.Ge Bian
2020-04-21LWIS: Add Poll and SetBias to synchronous IO.Ge Bian
2020-03-02LWIS: ensure transactions done before disabling.Ge Bian
2019-10-30Use int64_t for event ID, counter and timestampsEdmond Chung
2019-10-30Transaction: Propagate in-irq status to reg r/wEdmond Chung
2019-10-30Transaction: Implement cancellation and cleanupEdmond Chung
2019-10-01Transaction: Implement async i/o read/writesEdmond Chung