summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-12/+12
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-14/+12
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+1
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera-7/+10
2026-02-05dpll: Add reference count tracking supportIvan Vecera-7/+8
2026-02-02ptp: ptp_vmclock: return TAI not UTCDavid Woodhouse-5/+5
2026-02-02ptp: ptp_vmclock: remove dependency on CONFIG_ACPIDavid Woodhouse-5/+11
2026-02-02ptp: ptp_vmclock: add 'VMCLOCK' to ACPI device matchDavid Woodhouse-0/+1
2026-02-02ptp: ptp_vmclock: Add device tree supportDavid Woodhouse-6/+61
2026-02-02ptp: vmclock: support device notificationsBabis Chalios-19/+143
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-33/+54
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+5
2025-11-26ptp: ptp_ines: add HW timestamp configuration reportingVadim Fedorenko-0/+23
2025-11-26phy: rename hwtstamp callback to hwtstamp_setVadim Fedorenko-4/+4
2025-11-25ptp: ocp: Reuse META's PCI vendor IDAndy Shevchenko-3/+2
2025-11-25ptp: ocp: Apply standard pattern for cleaning up loopAndy Shevchenko-2/+1
2025-11-25ptp: ocp: Make ptp_ocp_unregister_ext() NULL-awareAndy Shevchenko-14/+10
2025-11-25ptp: ocp: Refactor signal_show() and fix %ptT misuseAndy Shevchenko-9/+5
2025-11-19ptp: ocp: Switch to use %ptSpAndy Shevchenko-8/+5
2025-11-10ptp: ocp: Document sysfs output format for backward compatibilityZhongqiu Han-0/+6
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2025-11-05ptp: Return -EINVAL on ptp_clock_register if required ops are NULLTim Hostetler-1/+3
2025-10-31ptp: Allow exposing cycles only for clocks with free-running counterCarolina Jubran-0/+4
2025-10-22ptp: ocp: Fix typo using index 1 instead of i in SMA initialization loopJiasheng Jiang-1/+1
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+2
2025-09-26ptp: Add a upper bound on max_vclocksI Viswanath-1/+2
2025-09-19ptp_ocp: make ptp_ocp driver compatible with PTP_EXTTS_REQUEST2Vadim Fedorenko-4/+2
2025-09-17ptp: netc: only enable periodic pulse event interrupts for PPSWei Fang-4/+5
2025-09-17ptp: rework ptp_clock_unregister() to disable eventsRussell King (Oracle)-1/+36
2025-09-17ptp: describe the two disables in ptp_set_pinfunc()Russell King (Oracle)-1/+7
2025-09-09ptp: qoriq: convert to use generic interfaces to set loopback modeWei Fang-107/+24
2025-09-09ptp: netc: add the periodic output signal loopback supportWei Fang-0/+25
2025-09-09ptp: add debugfs interfaces to loop back the periodic output signalWei Fang-0/+69
2025-09-09ptp: Add ioctl commands to expose raw cycle counter valuesCarolina Jubran-8/+26
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+1
2025-09-02ptp: netc: add external trigger stamp supportF.S. Peng-0/+85
2025-09-02ptp: netc: add periodic pulse output supportWei Fang-50/+306
2025-09-02ptp: netc: add PTP_CLK_REQ_PPS supportWei Fang-3/+260
2025-09-02ptp: netc: add NETC V4 Timer PTP driver supportWei Fang-0/+431
2025-09-02ptp: add helpers to get the phc_index by of_node or devWei Fang-0/+53
2025-09-01ptp: Limit time setting of PTP clocksMiroslav Lichvar-1/+12
2025-08-29ptp: ocp: fix use-after-free bugs causing by ptp_ocp_watchdogDuoming Zhou-2/+1
2025-08-14ptp: ptp_clockmatrix: Remove redundant semicolonsLiao Yuanhong-1/+1
2025-08-12ptp: prevent possible ABBA deadlock in ptp_clock_freerun()Jeongjun Park-0/+12
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-394/+356
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2025-07-03ptp: Enable auxiliary clocks for PTP_SYS_OFFSET_EXTENDEDThomas Gleixner-5/+19
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman-2/+2
2025-06-26ptp: Simplify ptp_read()Thomas Gleixner-38/+16