aboutsummaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)Author
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-19ptp: fix an IS_ERR() vs NULL checkDan Carpenter
2018-11-23ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing
2018-11-09ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar
2018-11-09ptp: add PTP_SYS_OFFSET_EXTENDED ioctlMiroslav Lichvar
2018-11-09ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlMiroslav Lichvar
2018-11-09ptp: reorder declarations in ptp_ioctl()Miroslav Lichvar
2018-10-28ptp: drop redundant kasprintf() to create worker nameRasmus Villemoes
2018-10-22ptp: ptp_dte: simplify getting .driver_dataWolfram Sang
2018-10-17ptp: fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-08-06ptp_qoriq: use div_u64/div_u64_rem for 64-bit divisionYangbo Lu
2018-08-05ptp_qoriq: support automatic configuration for ptp timerYangbo Lu
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18ptp: fix missing break in switchGustavo A. R. Silva
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-06-26ptp: support DPAA FMan 1588 timer in ptp_qoriqYangbo Lu
2018-06-20ptp: replace getnstimeofday64() with ktime_get_real_ts64()Arnd Bergmann
2018-05-28ptp_qoriq: move some definitions to header fileYangbo Lu
2018-05-28ptp: rework gianfar_ptp as QorIQ common PTP driverYangbo Lu
2018-04-27ptp_pch: use helpers function for converting between ns and timespecYueHaibing
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-11-08x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins
2017-11-08ptp_kvm: probe for kvm guest availabilityJoao Martins
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-22ptp: make ptp_clock_info constBhumika Goyal
2017-08-01ptp: introduce ptp auxiliary workerGrygorii Strashko
2017-07-06ptp: dte: Use LL suffix for 64-bit constantsGeert Uytterhoeven
2017-06-15ptp: Add a ptp clock driver for Broadcom DTEArun Parameswaran
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-04-14time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani
2017-03-20PTP: fix ptr_ret.cocci warningskbuild test robot
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-02-17ptp: create "pins" together with the rest of attributesDmitry Torokhov
2017-02-17ptp: use is_visible method to hide unused attributesDmitry Torokhov
2017-02-17ptp: use kcalloc when allocating arraysDmitry Torokhov
2017-02-17ptp: do not explicitly set drvdata in ptp_clock_register()Dmitry Torokhov
2017-02-16ptp_kvm: try to detect hypercall availabilityRadim Krčmář
2017-02-08PTP: add kvm PTP driverMarcelo Tosatti
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-11-16posix-timers: Make them configurableNicolas Pitre
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre
2016-11-09ptp: Introduce a high resolution frequency adjustment method.Richard Cochran
2016-10-31ptp: use permission-specific DEVICE_ATTR variantsJulia Lawall
2016-10-13drivers/ptp: Fix kernel memory disclosureVlad Tsyrklevich
2016-10-03ptp: Fix resource leak in case of errorChristophe Jaillet
2016-09-06ptp: ixp46x: remove NO_IRQ handlingArnd Bergmann
2016-05-29ptp: oops in ptp_ioctl()Dan Carpenter