Series |
NT synchronization primitive driver
|
expand
-
[RFC,v2,00/29] NT synchronization primitive driver
-
[RFC,v2,01/29] ntsync: Introduce the ntsync driver and character device.
-
[RFC,v2,02/29] ntsync: Introduce NTSYNC_IOC_CREATE_SEM.
-
[RFC,v2,03/29] ntsync: Introduce NTSYNC_IOC_SEM_POST.
-
[RFC,v2,04/29] ntsync: Introduce NTSYNC_IOC_WAIT_ANY.
-
[RFC,v2,05/29] ntsync: Introduce NTSYNC_IOC_WAIT_ALL.
-
[RFC,v2,06/29] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX.
-
[RFC,v2,07/29] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK.
-
[RFC,v2,08/29] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL.
-
[RFC,v2,09/29] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.
-
[RFC,v2,10/29] ntsync: Introduce NTSYNC_IOC_EVENT_SET.
-
[RFC,v2,11/29] ntsync: Introduce NTSYNC_IOC_EVENT_RESET.
-
[RFC,v2,12/29] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE.
-
[RFC,v2,13/29] ntsync: Introduce NTSYNC_IOC_SEM_READ.
-
[RFC,v2,14/29] ntsync: Introduce NTSYNC_IOC_MUTEX_READ.
-
[RFC,v2,15/29] ntsync: Introduce NTSYNC_IOC_EVENT_READ.
-
[RFC,v2,16/29] ntsync: Introduce alertable waits.
-
[RFC,v2,17/29] selftests: ntsync: Add some tests for semaphore state.
-
[RFC,v2,18/29] selftests: ntsync: Add some tests for mutex state.
-
[RFC,v2,19/29] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY.
-
[RFC,v2,20/29] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL.
-
[RFC,v2,21/29] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY.
-
[RFC,v2,22/29] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL.
-
[RFC,v2,23/29] selftests: ntsync: Add some tests for manual-reset event state.
-
[RFC,v2,24/29] selftests: ntsync: Add some tests for auto-reset event state.
-
[RFC,v2,25/29] selftests: ntsync: Add some tests for wakeup signaling with events.
-
[RFC,v2,26/29] selftests: ntsync: Add tests for alertable waits.
-
[RFC,v2,27/29] selftests: ntsync: Add some tests for wakeup signaling via alerts.
-
[RFC,v2,28/29] maintainers: Add an entry for ntsync.
-
[RFC,v2,29/29] docs: ntsync: Add documentation for the ntsync uAPI.
|