summaryrefslogtreecommitdiff
path: root/lwis_fence.c
AgeCommit message (Expand)Author
2023-06-13Remove unnecessary error logs from kmallocEdmond Chung
2023-06-07Allocator/Fence: Remove unnecessary error loggingEdmond Chung
2023-04-07LWIS: Remove partial fence enable flagHolmes Chou
2023-03-13LWIS: Initialize lwis_fence spinlockTommy Kardach
2023-02-24Fence: Create fences with O_CLOEXECEdmond Chung
2023-02-24Add precondition fence to event trigger logicEdmond Chung
2022-09-22[LWIS] Fix kernel panic on fence creationTommy Kardach
2022-09-16LWIS: Fput trigger fence fp at lwis_transaction_free.Ge Bian
2022-09-01[LWIS] Cleanup level-fence codeTommy Kardach
2022-08-29LWIS: Rename allow_counter_eq to is_level_triggeredTommy Kardach
2022-08-29LWIS: Allow level triggered lwis_fenceTommy Kardach
2022-08-26LWIS: Create debug param nodeNick Chung
2022-07-13LWIS: Fix weak transaction free.Ge Bian
2022-06-28LWIS: Implement TriggerExpression SignalFenceOnDoneTommy 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-03LWIS: Check for NEXT_OCCURRENCE in trigger condition.Ge Bian
2022-06-01LWIS: add LWIS_FENCE_ENABLED for zumaWill McVicker
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-05-04LWIS: Add LWIS_FENCE_CREATE.Ge Bian