index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
ntsync.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ntsync: Check wait count based on byte size.
Elizabeth Figura
2025-02-21
1
-3
/
+3
*
ntsync: Set the permissions to be 0666
Mike Lothian
2025-02-19
1
-0
/
+1
*
ntsync: Fix reference leaks in the remaining create ioctls.
Elizabeth Figura
2025-01-17
1
-2
/
+2
*
ntsync: fix a file reference leak in drivers/misc/ntsync.c
Al Viro
2025-01-16
1
-4
/
+6
*
ntsync: Introduce alertable waits.
Elizabeth Figura
2025-01-08
1
-9
/
+61
*
ntsync: Introduce NTSYNC_IOC_EVENT_READ.
Elizabeth Figura
2025-01-08
1
-0
/
+24
*
ntsync: Introduce NTSYNC_IOC_MUTEX_READ.
Elizabeth Figura
2025-01-08
1
-0
/
+26
*
ntsync: Introduce NTSYNC_IOC_SEM_READ.
Elizabeth Figura
2025-01-08
1
-0
/
+24
*
ntsync: Introduce NTSYNC_IOC_EVENT_PULSE.
Elizabeth Figura
2025-01-08
1
-2
/
+6
*
ntsync: Introduce NTSYNC_IOC_EVENT_RESET.
Elizabeth Figura
2025-01-08
1
-0
/
+24
*
ntsync: Introduce NTSYNC_IOC_EVENT_SET.
Elizabeth Figura
2025-01-08
1
-0
/
+27
*
ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.
Elizabeth Figura
2025-01-08
1
-0
/
+59
*
ntsync: Introduce NTSYNC_IOC_MUTEX_KILL.
Elizabeth Figura
2025-01-08
1
-2
/
+59
*
ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK.
Elizabeth Figura
2025-01-08
1
-0
/
+53
*
ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX.
Elizabeth Figura
2025-01-08
1
-3
/
+71
*
ntsync: Introduce NTSYNC_IOC_WAIT_ALL.
Elizabeth Figura
2025-01-08
1
-14
/
+322
*
ntsync: Introduce NTSYNC_IOC_WAIT_ANY.
Elizabeth Figura
2025-01-08
1
-1
/
+246
*
ntsync: Rename NTSYNC_IOC_SEM_POST to NTSYNC_IOC_SEM_RELEASE.
Elizabeth Figura
2025-01-08
1
-5
/
+5
*
ntsync: Return the fd from NTSYNC_IOC_CREATE_SEM.
Elizabeth Figura
2025-01-08
1
-5
/
+2
*
[tree-wide] finally take no_llseek out
Al Viro
2024-09-27
1
-2
/
+0
*
ntsync: Introduce NTSYNC_IOC_SEM_POST.
Elizabeth Figura
2024-04-11
1
-3
/
+69
*
ntsync: Introduce NTSYNC_IOC_CREATE_SEM.
Elizabeth Figura
2024-04-11
1
-0
/
+131
*
ntsync: Introduce the ntsync driver and character device.
Elizabeth Figura
2024-04-11
1
-0
/
+52