index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ptp
/
ptp_chardev.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-03
ptp: Enable auxiliary clocks for PTP_SYS_OFFSET_EXTENDED
Thomas Gleixner
1
-5
/
+19
2025-06-26
ptp: Simplify ptp_read()
Thomas Gleixner
1
-38
/
+16
2025-06-26
ptp: Convert chardev code to lock guards
Thomas Gleixner
1
-21
/
+13
2025-06-26
ptp: Split out PTP_MASK_EN_SINGLE ioctl code
Thomas Gleixner
1
-20
/
+15
2025-06-26
ptp: Split out PTP_MASK_CLEAR_ALL ioctl code
Thomas Gleixner
1
-2
/
+7
2025-06-26
ptp: Split out PTP_PIN_SETFUNC ioctl code
Thomas Gleixner
1
-34
/
+24
2025-06-26
ptp: Split out PTP_PIN_GETFUNC ioctl code
Thomas Gleixner
1
-29
/
+21
2025-06-26
ptp: Split out PTP_SYS_OFFSET ioctl code
Thomas Gleixner
1
-38
/
+40
2025-06-26
ptp: Split out PTP_SYS_OFFSET_EXTENDED ioctl code
Thomas Gleixner
1
-36
/
+39
2025-06-26
ptp: Split out PTP_SYS_OFFSET_PRECISE ioctl code
Thomas Gleixner
1
-24
/
+29
2025-06-26
ptp: Split out PTP_ENABLE_PPS ioctl code
Thomas Gleixner
1
-17
/
+16
2025-06-26
ptp: Split out PTP_PEROUT_REQUEST ioctl code
Thomas Gleixner
1
-71
/
+58
2025-06-26
ptp: Split out PTP_EXTTS_REQUEST ioctl code
Thomas Gleixner
1
-55
/
+50
2025-06-26
ptp: Split out PTP_CLOCK_GETCAPS ioctl code
Thomas Gleixner
1
-18
/
+23
2025-04-15
net: ptp: introduce .supported_perout_flags to ptp_clock_info
Jacob Keller
1
-0
/
+2
2025-04-15
net: ptp: introduce .supported_extts_flags to ptp_clock_info
Jacob Keller
1
-1
/
+13
2025-03-05
ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.
Wojtek Wasko
1
-0
/
+16
2025-01-28
ptp: Properly handle compat ioctls
Thomas Weißschuh
1
-0
/
+4
2024-09-08
ptp/ioctl: support MONOTONIC{,_RAW} timestamps for PTP_SYS_OFFSET_EXTENDED
Mahesh Bandewar
1
-2
/
+6
2024-06-05
ptp: Fix error message on failed pin verification
Karol Kolacinski
1
-1
/
+2
2023-11-13
ptp: annotate data-race around q->head and q->tail
Eric Dumazet
1
-1
/
+2
2023-11-13
Revert "ptp: Fixes a null pointer dereference in ptp_ioctl"
Jakub Kicinski
1
-2
/
+0
2023-11-10
ptp: Fixes a null pointer dereference in ptp_ioctl
Yuran Pereira
1
-0
/
+2
2023-11-08
ptp: fix corrupted list in ptp_open
Edward Adam Davis
1
-9
/
+12
2023-11-08
ptp: ptp_read should not release queue
Edward Adam Davis
1
-2
/
+0
2023-10-15
ptp: add debugfs interface to see applied channel masks
Xabier Marquiegui
1
-0
/
+14
2023-10-15
ptp: support event queue reader channel masks
Xabier Marquiegui
1
-0
/
+26
2023-10-15
ptp: support multiple timestamp event readers
Xabier Marquiegui
1
-19
/
+49
2023-10-15
ptp: Replace timestamp event queue with linked list
Xabier Marquiegui
1
-2
/
+10
2023-10-15
posix-clock: introduce posix_clock_context concept
Xabier Marquiegui
1
-8
/
+13
2023-06-20
ptp: Add .getmaxphase callback to ptp_clock_info
Rahul Rameshbabu
1
-1
/
+4
2020-08-05
ptp: only allow phase values lower than 1 period
Vladimir Oltean
1
-0
/
+13
2020-07-19
ptp: add ability to configure duty cycle for periodic output
Vladimir Oltean
1
-6
/
+27
2020-05-02
ptp: Add adjust_phase to ptp_clock_caps capability.
Vincent Cheng
1
-0
/
+1
2020-03-30
ptp: Avoid deadlocks in the programmable pin code.
Richard Cochran
1
-0
/
+9
2019-11-15
ptp: Introduce strict checking of external time stamp options.
Richard Cochran
1
-0
/
+2
2019-11-15
ptp: Validate requests to enable time stamping of external signals.
Richard Cochran
1
-5
/
+13
2019-09-27
ptp: correctly disable flags on old ioctls
Jacob Keller
1
-2
/
+2
2019-09-13
PTP: introduce new versions of IOCTLs
Felipe Balbi
1
-0
/
+63
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
1
-14
/
+1
2019-01-08
ptp: check that rsv field is zero in struct ptp_sys_offset_extended
Eugene Syromiatnikov
1
-1
/
+2
2018-11-09
ptp: deprecate gettime64() in favor of gettimex64()
Miroslav Lichvar
1
-1
/
+4
2018-11-09
ptp: add PTP_SYS_OFFSET_EXTENDED ioctl
Miroslav Lichvar
1
-0
/
+33
2018-11-09
ptp: check gettime64 return code in PTP_SYS_OFFSET ioctl
Miroslav Lichvar
1
-1
/
+4
2018-11-09
ptp: reorder declarations in ptp_ioctl()
Miroslav Lichvar
1
-7
/
+7
2018-10-17
ptp: fix Spectre v1 vulnerability
Gustavo A. R. Silva
1
-0
/
+4
2018-07-18
ptp: fix missing break in switch
Gustavo A. R. Silva
1
-0
/
+1
2018-06-20
ptp: replace getnstimeofday64() with ktime_get_real_ts64()
Arnd Bergmann
1
-2
/
+2
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-1
/
+1
[next]