aboutsummaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)AuthorFilesLines
2019-01-08ptp: check that rsv field is zero in struct ptp_sys_offset_extendedGravatar Eugene Syromiatnikov 1-1/+2
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2018-12-19ptp: fix an IS_ERR() vs NULL checkGravatar Dan Carpenter 1-1/+2
2018-11-23ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerGravatar YueHaibing 1-1/+4
2018-11-09ptp: deprecate gettime64() in favor of gettimex64()Gravatar Miroslav Lichvar 2-2/+8
2018-11-09ptp: add PTP_SYS_OFFSET_EXTENDED ioctlGravatar Miroslav Lichvar 1-0/+33
2018-11-09ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlGravatar Miroslav Lichvar 1-1/+4
2018-11-09ptp: reorder declarations in ptp_ioctl()Gravatar Miroslav Lichvar 1-7/+7
2018-10-28ptp: drop redundant kasprintf() to create worker nameGravatar Rasmus Villemoes 1-5/+1
2018-10-22ptp: ptp_dte: simplify getting .driver_dataGravatar Wolfram Sang 1-4/+2
2018-10-17ptp: fix Spectre v1 vulnerabilityGravatar Gustavo A. R. Silva 1-0/+4
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2018-08-06ptp_qoriq: use div_u64/div_u64_rem for 64-bit divisionGravatar Yangbo Lu 1-2/+4
2018-08-05ptp_qoriq: support automatic configuration for ptp timerGravatar Yangbo Lu 1-3/+108
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxGravatar David S. Miller 1-0/+1
2018-07-18ptp: fix missing break in switchGravatar Gustavo A. R. Silva 1-0/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2018-06-26ptp: support DPAA FMan 1588 timer in ptp_qoriqGravatar Yangbo Lu 2-39/+67
2018-06-20ptp: replace getnstimeofday64() with ktime_get_real_ts64()Gravatar Arnd Bergmann 2-3/+3
2018-05-28ptp_qoriq: move some definitions to header fileGravatar Yangbo Lu 1-131/+1
2018-05-28ptp: rework gianfar_ptp as QorIQ common PTP driverGravatar Yangbo Lu 3-7/+592
2018-04-27ptp_pch: use helpers function for converting between ns and timespecGravatar YueHaibing 1-5/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 2-2/+2
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+4
2017-11-08x86/pvclock: add setter for pvclock_pvti_cpu0_vaGravatar Joao Martins 1-1/+1
2017-11-08ptp_kvm: probe for kvm guest availabilityGravatar Joao Martins 1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-22ptp: make ptp_clock_info constGravatar Bhumika Goyal 4-4/+4
2017-08-01ptp: introduce ptp auxiliary workerGravatar Grygorii Strashko 2-0/+45
2017-07-06ptp: dte: Use LL suffix for 64-bit constantsGravatar Geert Uytterhoeven 1-1/+1
2017-06-15ptp: Add a ptp clock driver for Broadcom DTEGravatar Arun Parameswaran 3-0/+370
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-11/+7
2017-04-14time: Change posix clocks ops interfaces to use timespec64Gravatar Deepa Dinamani 1-11/+7
2017-03-20PTP: fix ptr_ret.cocci warningsGravatar kbuild test robot 1-4/+1
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-0/+220
2017-02-17ptp: create "pins" together with the rest of attributesGravatar Dmitry Torokhov 3-42/+24
2017-02-17ptp: use is_visible method to hide unused attributesGravatar Dmitry Torokhov 1-70/+55
2017-02-17ptp: use kcalloc when allocating arraysGravatar Dmitry Torokhov 1-3/+2
2017-02-17ptp: do not explicitly set drvdata in ptp_clock_register()Gravatar Dmitry Torokhov 1-2/+0
2017-02-16ptp_kvm: try to detect hypercall availabilityGravatar Radim Krčmář 1-0/+7
2017-02-08PTP: add kvm PTP driverGravatar Marcelo Tosatti 3-0/+213
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+5
2016-11-16posix-timers: Make them configurableGravatar Nicolas Pitre 1-1/+1
2016-11-16ptp_clock: Allow for it to be optionalGravatar Nicolas Pitre 1-4/+4
2016-11-09ptp: Introduce a high resolution frequency adjustment method.Gravatar Richard Cochran 1-1/+4
2016-10-31ptp: use permission-specific DEVICE_ATTR variantsGravatar Julia Lawall 1-1/+1
2016-10-13drivers/ptp: Fix kernel memory disclosureGravatar Vlad Tsyrklevich 1-0/+1
2016-10-03ptp: Fix resource leak in case of errorGravatar Christophe Jaillet 1-0/+1
2016-09-06ptp: ixp46x: remove NO_IRQ handlingGravatar Arnd Bergmann 1-7/+8