aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/ntsync.c
Commit message (Expand)AuthorAgeFilesLines
* ntsync: Check wait count based on byte size.Elizabeth Figura2025-02-211-3/+3
* ntsync: Set the permissions to be 0666Mike Lothian2025-02-191-0/+1
* ntsync: Fix reference leaks in the remaining create ioctls.Elizabeth Figura2025-01-171-2/+2
* ntsync: fix a file reference leak in drivers/misc/ntsync.cAl Viro2025-01-161-4/+6
* ntsync: Introduce alertable waits.Elizabeth Figura2025-01-081-9/+61
* ntsync: Introduce NTSYNC_IOC_EVENT_READ.Elizabeth Figura2025-01-081-0/+24
* ntsync: Introduce NTSYNC_IOC_MUTEX_READ.Elizabeth Figura2025-01-081-0/+26
* ntsync: Introduce NTSYNC_IOC_SEM_READ.Elizabeth Figura2025-01-081-0/+24
* ntsync: Introduce NTSYNC_IOC_EVENT_PULSE.Elizabeth Figura2025-01-081-2/+6
* ntsync: Introduce NTSYNC_IOC_EVENT_RESET.Elizabeth Figura2025-01-081-0/+24
* ntsync: Introduce NTSYNC_IOC_EVENT_SET.Elizabeth Figura2025-01-081-0/+27
* ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.Elizabeth Figura2025-01-081-0/+59
* ntsync: Introduce NTSYNC_IOC_MUTEX_KILL.Elizabeth Figura2025-01-081-2/+59
* ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK.Elizabeth Figura2025-01-081-0/+53
* ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX.Elizabeth Figura2025-01-081-3/+71
* ntsync: Introduce NTSYNC_IOC_WAIT_ALL.Elizabeth Figura2025-01-081-14/+322
* ntsync: Introduce NTSYNC_IOC_WAIT_ANY.Elizabeth Figura2025-01-081-1/+246
* ntsync: Rename NTSYNC_IOC_SEM_POST to NTSYNC_IOC_SEM_RELEASE.Elizabeth Figura2025-01-081-5/+5
* ntsync: Return the fd from NTSYNC_IOC_CREATE_SEM.Elizabeth Figura2025-01-081-5/+2
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-2/+0
* ntsync: Introduce NTSYNC_IOC_SEM_POST.Elizabeth Figura2024-04-111-3/+69
* ntsync: Introduce NTSYNC_IOC_CREATE_SEM.Elizabeth Figura2024-04-111-0/+131
* ntsync: Introduce the ntsync driver and character device.Elizabeth Figura2024-04-111-0/+52