summaryrefslogtreecommitdiff
path: root/drivers/misc/ntsync.c
AgeCommit message (Expand)Author
2025-02-21ntsync: Check wait count based on byte size.Elizabeth Figura
2025-02-19ntsync: Set the permissions to be 0666Mike Lothian
2025-01-17ntsync: Fix reference leaks in the remaining create ioctls.Elizabeth Figura
2025-01-16ntsync: fix a file reference leak in drivers/misc/ntsync.cAl Viro
2025-01-08ntsync: Introduce alertable waits.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_READ.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_READ.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_SEM_READ.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_PULSE.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_RESET.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_SET.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_KILL.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_WAIT_ALL.Elizabeth Figura
2025-01-08ntsync: Introduce NTSYNC_IOC_WAIT_ANY.Elizabeth Figura
2025-01-08ntsync: Rename NTSYNC_IOC_SEM_POST to NTSYNC_IOC_SEM_RELEASE.Elizabeth Figura
2025-01-08ntsync: Return the fd from NTSYNC_IOC_CREATE_SEM.Elizabeth Figura
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-04-11ntsync: Introduce NTSYNC_IOC_SEM_POST.Elizabeth Figura
2024-04-11ntsync: Introduce NTSYNC_IOC_CREATE_SEM.Elizabeth Figura
2024-04-11ntsync: Introduce the ntsync driver and character device.Elizabeth Figura