index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
ntsync.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
ntsync: Check wait count based on byte size.
Elizabeth Figura
1
-3
/
+3
2025-02-19
ntsync: Set the permissions to be 0666
Mike Lothian
1
-0
/
+1
2025-01-17
ntsync: Fix reference leaks in the remaining create ioctls.
Elizabeth Figura
1
-2
/
+2
2025-01-16
ntsync: fix a file reference leak in drivers/misc/ntsync.c
Al Viro
1
-4
/
+6
2025-01-08
ntsync: Introduce alertable waits.
Elizabeth Figura
1
-9
/
+61
2025-01-08
ntsync: Introduce NTSYNC_IOC_EVENT_READ.
Elizabeth Figura
1
-0
/
+24
2025-01-08
ntsync: Introduce NTSYNC_IOC_MUTEX_READ.
Elizabeth Figura
1
-0
/
+26
2025-01-08
ntsync: Introduce NTSYNC_IOC_SEM_READ.
Elizabeth Figura
1
-0
/
+24
2025-01-08
ntsync: Introduce NTSYNC_IOC_EVENT_PULSE.
Elizabeth Figura
1
-2
/
+6
2025-01-08
ntsync: Introduce NTSYNC_IOC_EVENT_RESET.
Elizabeth Figura
1
-0
/
+24
2025-01-08
ntsync: Introduce NTSYNC_IOC_EVENT_SET.
Elizabeth Figura
1
-0
/
+27
2025-01-08
ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.
Elizabeth Figura
1
-0
/
+59
2025-01-08
ntsync: Introduce NTSYNC_IOC_MUTEX_KILL.
Elizabeth Figura
1
-2
/
+59
2025-01-08
ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK.
Elizabeth Figura
1
-0
/
+53
2025-01-08
ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX.
Elizabeth Figura
1
-3
/
+71
2025-01-08
ntsync: Introduce NTSYNC_IOC_WAIT_ALL.
Elizabeth Figura
1
-14
/
+322
2025-01-08
ntsync: Introduce NTSYNC_IOC_WAIT_ANY.
Elizabeth Figura
1
-1
/
+246
2025-01-08
ntsync: Rename NTSYNC_IOC_SEM_POST to NTSYNC_IOC_SEM_RELEASE.
Elizabeth Figura
1
-5
/
+5
2025-01-08
ntsync: Return the fd from NTSYNC_IOC_CREATE_SEM.
Elizabeth Figura
1
-5
/
+2
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-2
/
+0
2024-04-11
ntsync: Introduce NTSYNC_IOC_SEM_POST.
Elizabeth Figura
1
-3
/
+69
2024-04-11
ntsync: Introduce NTSYNC_IOC_CREATE_SEM.
Elizabeth Figura
1
-0
/
+131
2024-04-11
ntsync: Introduce the ntsync driver and character device.
Elizabeth Figura
1
-0
/
+52