aboutsummaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)AuthorFilesLines
2018-07-18ptp: fix missing break in switchGravatar Gustavo A. R. Silva 1-0/+1
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
2016-05-29ptp: oops in ptp_ioctl()Gravatar Dan Carpenter 1-0/+1
2016-05-23ptp: use memdup_user().Gravatar Muhammad Falak R Wani 1-8/+3
2016-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+27
2016-03-03ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestampingGravatar Christopher S. Hall 1-0/+27
2016-01-29ptp: ixp46x: use helpers for converting ns to timespecGravatar Kefeng Wang 1-5/+2
2015-03-31ptp: remove 32 bit get/set methods.Gravatar Richard Cochran 2-18/+5
2015-03-31ptp: pch: convert to the 64 bit get/set time methods.Gravatar Richard Cochran 1-4/+4
2015-03-31ptp: ixp46x: convert to the 64 bit get/set time methods.Gravatar Richard Cochran 1-4/+4
2015-03-31ptp: use the 64 bit get/set time methods for the posix clock.Gravatar Richard Cochran 1-2/+17
2015-03-31ptp: use the 64 bit gettime method for the SYS_OFFSET ioctl.Gravatar Richard Cochran 1-4/+10
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 1-1/+1
2014-07-01ptp: Allow reassigning calibration pin functionGravatar Stefan Sørensen 1-7/+2
2014-06-17ptp: ptp_pch depends on x86_32Gravatar Jean Delvare 1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2014-05-12ptp: fix kconfig dependency warningsGravatar Randy Dunlap 1-1/+2
2014-04-28ptp: validate the requested frequency adjustment.Gravatar Richard Cochran 1-1/+4
2014-04-01net: ptp: move PTP classifier in its own fileGravatar Daniel Borkmann 1-0/+1