Elizabeth Figura ([email protected])

Number of posts: 202 (0.17 per day)
First post: 2021-01-18 01:04:51
Last post: 2024-05-07 00:52:26

Date List Subject
2024-02-19 22:41:15 linux-kernel [PATCH v2 14/31] ntsync: Introduce NTSYNC_IOC_MUTEX_READ.
2024-02-19 22:40:31 linux-kernel [PATCH v2 13/31] ntsync: Introduce NTSYNC_IOC_SEM_READ.
2024-02-19 22:40:28 linux-kernel [PATCH v2 17/31] ntsync: Allow waits to use the REALTIME clock.
2024-02-19 19:02:31 linux-kernel Re: [PATCH 02/31] ntsync: Introduce NTSYNC_IOC_CREATE_SEM.
2024-02-15 19:22:20 linux-kernel Re: [PATCH 02/31] ntsync: Introduce NTSYNC_IOC_CREATE_SEM.
2024-02-15 19:10:28 linux-kernel Re: [PATCH 01/31] ntsync: Introduce the ntsync driver and character device.
2024-02-15 00:23:52 linux-kernel [PATCH 19/31] selftests: ntsync: Add some tests for mutex state.
2024-02-15 00:03:15 linux-kernel [PATCH 29/31] selftests: ntsync: Add a stress test for contended waits.
2024-02-15 00:03:01 linux-kernel Re: [PATCH 00/31] NT synchronization primitive driver
2024-02-15 00:02:18 linux-kernel [PATCH 24/31] selftests: ntsync: Add some tests for manual-reset event state.
2024-02-15 00:01:59 linux-kernel [PATCH 31/31] docs: ntsync: Add documentation for the ntsync uAPI.
2024-02-15 00:01:08 linux-kernel [PATCH 28/31] selftests: ntsync: Add some tests for wakeup signaling via alerts.
2024-02-15 00:00:53 linux-kernel [PATCH 30/31] maintainers: Add an entry for ntsync.
2024-02-15 00:00:17 linux-kernel [PATCH 27/31] selftests: ntsync: Add tests for alertable waits.
2024-02-15 00:00:15 linux-kernel [PATCH 26/31] selftests: ntsync: Add some tests for wakeup signaling with events.
2024-02-14 23:59:56 linux-kernel [PATCH 22/31] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY.
2024-02-14 23:59:38 linux-kernel [PATCH 25/31] selftests: ntsync: Add some tests for auto-reset event state.
2024-02-14 23:59:13 linux-kernel [PATCH 23/31] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL.
2024-02-14 23:58:44 linux-kernel [PATCH 21/31] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL.
2024-02-14 23:58:44 linux-kernel [PATCH 15/31] ntsync: Introduce NTSYNC_IOC_EVENT_READ.
2024-02-14 23:58:28 linux-kernel [PATCH 20/31] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY.
2024-02-14 23:58:25 linux-kernel [PATCH 14/31] ntsync: Introduce NTSYNC_IOC_MUTEX_READ.
2024-02-14 23:57:49 linux-kernel [PATCH 17/31] ntsync: Allow waits to use the REALTIME clock.
2024-02-14 23:57:48 linux-kernel [PATCH 00/31] NT synchronization primitive driver
2024-02-14 23:57:45 linux-kernel [PATCH 18/31] selftests: ntsync: Add some tests for semaphore state.
2024-02-14 23:57:41 linux-kernel [PATCH 11/31] ntsync: Introduce NTSYNC_IOC_EVENT_RESET.
2024-02-14 23:57:15 linux-kernel [PATCH 16/31] ntsync: Introduce alertable waits.
2024-02-14 23:56:40 linux-kernel [PATCH 01/31] ntsync: Introduce the ntsync driver and character device.
2024-02-14 23:55:59 linux-kernel [PATCH 13/31] ntsync: Introduce NTSYNC_IOC_SEM_READ.
2024-02-14 23:55:37 linux-kernel [PATCH 08/31] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL.
2024-02-14 23:55:31 linux-kernel [PATCH 12/31] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE.
2024-02-14 23:55:01 linux-kernel [PATCH 04/31] ntsync: Introduce NTSYNC_IOC_WAIT_ANY.
2024-02-14 23:55:00 linux-kernel [PATCH 10/31] ntsync: Introduce NTSYNC_IOC_EVENT_SET.
2024-02-14 23:54:35 linux-kernel [PATCH 05/31] ntsync: Introduce NTSYNC_IOC_WAIT_ALL.
2024-02-14 23:54:20 linux-kernel [PATCH 02/31] ntsync: Introduce NTSYNC_IOC_CREATE_SEM.
2024-02-14 23:54:07 linux-kernel [PATCH 03/31] ntsync: Introduce NTSYNC_IOC_SEM_POST.
2024-02-14 23:53:49 linux-kernel [PATCH 06/31] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX.
2024-02-14 23:53:34 linux-kernel [PATCH 07/31] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK.
2024-02-14 23:53:19 linux-kernel [PATCH 09/31] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.
2024-02-03 02:08:57 linux-kernel Re: [RFC PATCH v2 19/29] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY.
2024-01-31 03:18:51 linux-kernel [RFC PATCH v2 15/29] ntsync: Introduce NTSYNC_IOC_EVENT_READ.
2024-01-31 03:17:53 linux-kernel [RFC PATCH v2 09/29] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.
2024-01-31 03:17:44 linux-kernel [RFC PATCH v2 02/29] ntsync: Introduce NTSYNC_IOC_CREATE_SEM.
2024-01-31 03:07:34 linux-kernel [RFC PATCH v2 13/29] ntsync: Introduce NTSYNC_IOC_SEM_READ.
2024-01-31 02:46:15 linux-kernel [RFC PATCH v2 17/29] selftests: ntsync: Add some tests for semaphore state.
2024-01-31 02:45:24 linux-kernel [RFC PATCH v2 14/29] ntsync: Introduce NTSYNC_IOC_MUTEX_READ.
2024-01-31 02:40:28 linux-kernel [RFC PATCH v2 07/29] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK.
2024-01-31 02:31:23 linux-kernel [RFC PATCH v2 28/29] maintainers: Add an entry for ntsync.
2024-01-31 02:31:20 linux-kernel [RFC PATCH v2 27/29] selftests: ntsync: Add some tests for wakeup signaling via alerts.
2024-01-31 02:30:31 linux-kernel [RFC PATCH v2 16/29] ntsync: Introduce alertable waits.
2024-01-31 02:30:29 linux-kernel [RFC PATCH v2 12/29] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE.