index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ptp
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-13
ptp: prevent possible ABBA deadlock in ptp_clock_freerun()
Jeongjun Park
2
-0
/
+12
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-394
/
+356
2025-07-30
Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-2
/
+2
2025-07-03
ptp: Enable auxiliary clocks for PTP_SYS_OFFSET_EXTENDED
Thomas Gleixner
1
-5
/
+19
2025-07-01
time/timecounter: Fix the lie that struct cyclecounter is const
Greg Kroah-Hartman
2
-2
/
+2
2025-06-27
ptp: Simplify ptp_read()
Thomas Gleixner
1
-38
/
+16
2025-06-27
ptp: Convert chardev code to lock guards
Thomas Gleixner
1
-21
/
+13
2025-06-27
ptp: Split out PTP_MASK_EN_SINGLE ioctl code
Thomas Gleixner
1
-20
/
+15
2025-06-27
ptp: Split out PTP_MASK_CLEAR_ALL ioctl code
Thomas Gleixner
1
-2
/
+7
2025-06-27
ptp: Split out PTP_PIN_SETFUNC ioctl code
Thomas Gleixner
1
-34
/
+24
2025-06-27
ptp: Split out PTP_PIN_GETFUNC ioctl code
Thomas Gleixner
1
-29
/
+21
2025-06-27
ptp: Split out PTP_SYS_OFFSET ioctl code
Thomas Gleixner
1
-38
/
+40
2025-06-27
ptp: Split out PTP_SYS_OFFSET_EXTENDED ioctl code
Thomas Gleixner
1
-36
/
+39
2025-06-27
ptp: Split out PTP_SYS_OFFSET_PRECISE ioctl code
Thomas Gleixner
1
-24
/
+29
2025-06-27
ptp: Split out PTP_ENABLE_PPS ioctl code
Thomas Gleixner
1
-17
/
+16
2025-06-27
ptp: Split out PTP_PEROUT_REQUEST ioctl code
Thomas Gleixner
1
-71
/
+58
2025-06-27
ptp: Split out PTP_EXTTS_REQUEST ioctl code
Thomas Gleixner
1
-55
/
+50
2025-06-27
ptp: Split out PTP_CLOCK_GETCAPS ioctl code
Thomas Gleixner
1
-18
/
+23
2025-06-23
Merge 6.16-rc3 into driver-core-next
Greg Kroah-Hartman
2
-2
/
+13
2025-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+23
2025-06-18
ptp: allow reading of currently dialed frequency to succeed on free-running c...
Vladimir Oltean
1
-1
/
+2
2025-06-18
ptp: fix breakage after ptp_vclock_in_use() rework
Vladimir Oltean
1
-1
/
+21
2025-06-17
sysfs: treewide: switch back to attribute_group::bin_attrs
Thomas Weißschuh
1
-1
/
+1
2025-06-17
ptp: Use ratelimite for freerun error message
Breno Leitao
1
-1
/
+1
2025-06-12
Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-11
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-06-06
ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use()
Jeongjun Park
1
-11
/
+1
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+17
2025-05-17
ptp: ocp: Limit signal/freq counts in summary output functions
Sagi Maimon
1
-7
/
+17
2025-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+50
2025-05-01
ptp: ocp: Fix NULL dereference in Adva board SMA sysfs operations
Sagi Maimon
1
-2
/
+50
2025-04-29
ptp: ocp: Add const to bp->attr_group allocation type
Kees Cook
1
-1
/
+1
2025-04-23
ptp: Do not enable by default during compile testing
Krzysztof Kozlowski
1
-2
/
+2
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2025-04-17
ptp: ocp: fix start time alignment in ptp_ocp_signal_set
Sagi Maimon
1
-0
/
+1
2025-04-16
net: ptp: introduce .supported_perout_flags to ptp_clock_info
Jacob Keller
1
-0
/
+2
2025-04-16
net: ptp: introduce .supported_extts_flags to ptp_clock_info
Jacob Keller
4
-25
/
+19
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-20
ptp: ocp: reject unsupported periodic output flags
Jacob Keller
1
-0
/
+4
2025-03-07
ptp: ocp: Remove redundant check in _signal_summary_show
Ivan Abramov
1
-3
/
+0
2025-03-05
ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.
Wojtek Wasko
1
-0
/
+16
2025-02-11
ptp: vmclock: Remove goto-based cleanup logic
Thomas Weißschuh
1
-19
/
+13
2025-02-11
ptp: vmclock: Clean up miscdev and ptp clock through devres
Thomas Weißschuh
1
-7
/
+6
2025-02-11
ptp: vmclock: Don't unregister misc device if it was not registered
Thomas Weißschuh
1
-1
/
+2
2025-02-11
ptp: vmclock: Set driver data before its usage
Thomas Weißschuh
1
-2
/
+2
2025-02-11
ptp: vmclock: Add .owner to vmclock_miscdev_fops
David Woodhouse
1
-0
/
+1
2025-01-30
Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-0
/
+12
2025-01-28
ptp: Properly handle compat ioctls
Thomas Weißschuh
1
-0
/
+4
2025-01-28
Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2025-01-28
ptp: Ensure info->enable callback is always set
Thomas Weißschuh
1
-0
/
+8
[next]