summaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-12/+12
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-14/+12
14 daysMerge 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-03ptp: ptp_vmclock: return TAI not UTCDavid Woodhouse1-5/+5
2026-02-03ptp: ptp_vmclock: remove dependency on CONFIG_ACPIDavid Woodhouse2-5/+11
2026-02-03ptp: ptp_vmclock: add 'VMCLOCK' to ACPI device matchDavid Woodhouse1-0/+1
2026-02-03ptp: ptp_vmclock: Add device tree supportDavid Woodhouse1-6/+61
2026-02-03ptp: vmclock: support device notificationsBabis Chalios1-19/+143
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-12-04Merge 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-27ptp: ptp_ines: add HW timestamp configuration reportingVadim Fedorenko1-0/+23
2025-11-27phy: rename hwtstamp callback to hwtstamp_setVadim Fedorenko1-4/+4
2025-11-26ptp: ocp: Reuse META's PCI vendor IDAndy Shevchenko1-3/+2
2025-11-26ptp: ocp: Apply standard pattern for cleaning up loopAndy Shevchenko1-2/+1
2025-11-26ptp: ocp: Make ptp_ocp_unregister_ext() NULL-awareAndy Shevchenko1-14/+10
2025-11-26ptp: ocp: Refactor signal_show() and fix %ptT misuseAndy Shevchenko1-9/+5
2025-11-19ptp: ocp: Switch to use %ptSpAndy Shevchenko1-8/+5
2025-11-11ptp: 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-06ptp: Return -EINVAL on ptp_clock_register if required ops are NULLTim Hostetler1-1/+3
2025-11-01ptp: Allow exposing cycles only for clocks with free-running counterCarolina Jubran1-0/+4
2025-10-23ptp: 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-27ptp: Add a upper bound on max_vclocksI Viswanath2-1/+2
2025-09-20ptp_ocp: make ptp_ocp driver compatible with PTP_EXTTS_REQUEST2Vadim Fedorenko1-4/+2
2025-09-18ptp: netc: only enable periodic pulse event interrupts for PPSWei Fang1-4/+5
2025-09-18ptp: rework ptp_clock_unregister() to disable eventsRussell King (Oracle)3-1/+36
2025-09-18ptp: describe the two disables in ptp_set_pinfunc()Russell King (Oracle)1-1/+7
2025-09-10ptp: qoriq: convert to use generic interfaces to set loopback modeWei Fang4-107/+24
2025-09-10ptp: netc: add the periodic output signal loopback supportWei Fang1-0/+25
2025-09-10ptp: add debugfs interfaces to loop back the periodic output signalWei Fang1-0/+69
2025-09-09ptp: Add ioctl commands to expose raw cycle counter valuesCarolina Jubran1-8/+26
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2025-09-02ptp: netc: add external trigger stamp supportF.S. Peng1-0/+85
2025-09-02ptp: netc: add periodic pulse output supportWei Fang1-50/+306
2025-09-02ptp: netc: add PTP_CLK_REQ_PPS supportWei Fang1-3/+260
2025-09-02ptp: netc: add NETC V4 Timer PTP driver supportWei Fang3-0/+431
2025-09-02ptp: add helpers to get the phc_index by of_node or devWei Fang1-0/+53
2025-09-01ptp: Limit time setting of PTP clocksMiroslav Lichvar1-1/+12
2025-08-30ptp: ocp: fix use-after-free bugs causing by ptp_ocp_watchdogDuoming Zhou1-2/+1
2025-08-15ptp: ptp_clockmatrix: Remove redundant semicolonsLiao Yuanhong1-1/+1
2025-08-13ptp: prevent possible ABBA deadlock in ptp_clock_freerun()Jeongjun Park2-0/+12
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-394/+356
2025-07-30Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2025-07-03ptp: Enable auxiliary clocks for PTP_SYS_OFFSET_EXTENDEDThomas Gleixner1-5/+19
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman2-2/+2
2025-06-27ptp: Simplify ptp_read()Thomas Gleixner1-38/+16