aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/ntsync.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-21ntsync: Check wait count based on byte size.Elizabeth Figura1-3/+3
2025-02-19ntsync: Set the permissions to be 0666Mike Lothian1-0/+1
2025-01-17ntsync: Fix reference leaks in the remaining create ioctls.Elizabeth Figura1-2/+2
2025-01-16ntsync: fix a file reference leak in drivers/misc/ntsync.cAl Viro1-4/+6
2025-01-08ntsync: Introduce alertable waits.Elizabeth Figura1-9/+61
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_READ.Elizabeth Figura1-0/+24
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_READ.Elizabeth Figura1-0/+26
2025-01-08ntsync: Introduce NTSYNC_IOC_SEM_READ.Elizabeth Figura1-0/+24
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_PULSE.Elizabeth Figura1-2/+6
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_RESET.Elizabeth Figura1-0/+24
2025-01-08ntsync: Introduce NTSYNC_IOC_EVENT_SET.Elizabeth Figura1-0/+27
2025-01-08ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.Elizabeth Figura1-0/+59
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_KILL.Elizabeth Figura1-2/+59
2025-01-08ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK.Elizabeth Figura1-0/+53
2025-01-08ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX.Elizabeth Figura1-3/+71
2025-01-08ntsync: Introduce NTSYNC_IOC_WAIT_ALL.Elizabeth Figura1-14/+322
2025-01-08ntsync: Introduce NTSYNC_IOC_WAIT_ANY.Elizabeth Figura1-1/+246
2025-01-08ntsync: Rename NTSYNC_IOC_SEM_POST to NTSYNC_IOC_SEM_RELEASE.Elizabeth Figura1-5/+5
2025-01-08ntsync: Return the fd from NTSYNC_IOC_CREATE_SEM.Elizabeth Figura1-5/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-2/+0
2024-04-11ntsync: Introduce NTSYNC_IOC_SEM_POST.Elizabeth Figura1-3/+69
2024-04-11ntsync: Introduce NTSYNC_IOC_CREATE_SEM.Elizabeth Figura1-0/+131
2024-04-11ntsync: Introduce the ntsync driver and character device.Elizabeth Figura1-0/+52