aboutsummaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)AuthorFilesLines
4 daysptp: netc: explicitly clear TMR_OFF during initializationClark Wang1-0/+1
4 daysptp: ptp_s390: Add missing facility checkSven Schnelle1-1/+5
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-17Merge tag 'bitmap-for-7.2' of https://github.com/norov/linuxLinus Torvalds1-2/+2
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+1
2026-06-15Merge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds3-31/+27
2026-06-12ptp: ocp: add shutdown callbackVadim Fedorenko1-0/+1
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+21
2026-06-09ptp: ocp: fix resource freeing orderVadim Fedorenko1-3/+21
2026-06-05ptp: vmclock: Use hw_cycles from snapshot for precise TSC pairingDavid Woodhouse1-0/+4
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+9
2026-06-04ptp: Switch to ktime_get_snapshot_id() for pre/post timestampsThomas Gleixner3-28/+20
2026-06-04ptp: Use system_device_crosststamp::sys_systimeThomas Gleixner1-1/+1
2026-06-04timekeeping: Add CLOCK ID to system_device_crosststampThomas Gleixner1-1/+1
2026-06-04ptp: ptp_vmclock: Convert to ktime_get_snapshot_id()Thomas Gleixner1-4/+4
2026-06-03ptp: vclock: Switch from RCU to SRCUKurt Kanzenbach1-5/+9
2026-05-20ptp: switch to using FIELD_GET_SIGNED()Yury Norov1-2/+2
2026-05-14ptp: vmw: Drop ptp_vmw_acpi_deviceRafael J. Wysocki1-3/+0
2026-03-17ptp: vmw: Convert to a platform driverRafael J. Wysocki1-11/+12
2026-03-13ptp: ocp: Add support for Xilinx-based Adva TimeCard variantSagi Maimon1-28/+337
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-12/+12
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-14/+12
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera1-7/+10
2026-02-05dpll: Add reference count tracking supportIvan Vecera1-7/+8
2026-02-02ptp: ptp_vmclock: return TAI not UTCDavid Woodhouse1-5/+5
2026-02-02ptp: ptp_vmclock: remove dependency on CONFIG_ACPIDavid Woodhouse2-5/+11
2026-02-02ptp: ptp_vmclock: add 'VMCLOCK' to ACPI device matchDavid Woodhouse1-0/+1
2026-02-02ptp: ptp_vmclock: Add device tree supportDavid Woodhouse1-6/+61
2026-02-02ptp: vmclock: support device notificationsBabis Chalios1-19/+143
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-33/+54
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+5
2025-11-26ptp: ptp_ines: add HW timestamp configuration reportingVadim Fedorenko1-0/+23
2025-11-26phy: rename hwtstamp callback to hwtstamp_setVadim Fedorenko1-4/+4
2025-11-25ptp: ocp: Reuse META's PCI vendor IDAndy Shevchenko1-3/+2
2025-11-25ptp: ocp: Apply standard pattern for cleaning up loopAndy Shevchenko1-2/+1
2025-11-25ptp: ocp: Make ptp_ocp_unregister_ext() NULL-awareAndy Shevchenko1-14/+10
2025-11-25ptp: ocp: Refactor signal_show() and fix %ptT misuseAndy Shevchenko1-9/+5
2025-11-19ptp: ocp: Switch to use %ptSpAndy Shevchenko1-8/+5
2025-11-10ptp: ocp: Document sysfs output format for backward compatibilityZhongqiu Han1-0/+6
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2025-11-05ptp: Return -EINVAL on ptp_clock_register if required ops are NULLTim Hostetler1-1/+3
2025-10-31ptp: Allow exposing cycles only for clocks with free-running counterCarolina Jubran1-0/+4
2025-10-22ptp: ocp: Fix typo using index 1 instead of i in SMA initialization loopJiasheng Jiang1-1/+1
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-1/+2
2025-09-26ptp: Add a upper bound on max_vclocksI Viswanath2-1/+2
2025-09-19ptp_ocp: make ptp_ocp driver compatible with PTP_EXTTS_REQUEST2Vadim Fedorenko1-4/+2
2025-09-17ptp: netc: only enable periodic pulse event interrupts for PPSWei Fang1-4/+5
2025-09-17ptp: rework ptp_clock_unregister() to disable eventsRussell King (Oracle)3-1/+36