1. 7f4399b ptp_qoriq: fix NULL access if ptp dt node missing by Claudiu Manoil · 6 years ago
  2. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  3. 58066ac ptp_qoriq: don't pass a large struct by value but instead pass it by reference by Colin Ian King · 6 years ago
  4. ad6e1be ptp: add QorIQ PTP support for ENETC by Yangbo Lu · 6 years ago
  5. d4e1768 ptp_qoriq: fix register memory map by Yangbo Lu · 6 years ago
  6. f038ddf ptp_qoriq: add little enadian support by Yangbo Lu · 6 years ago
  7. ff54571 ptp_qoriq: convert to use ptp_qoriq_init/free by Yangbo Lu · 6 years ago
  8. 73356e4 ptp_qoriq: make ptp operations global by Yangbo Lu · 6 years ago
  9. 1e562c8 ptp_qoriq: make structure/function names more consistent by Yangbo Lu · 6 years ago
  10. 41ea391 Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  11. ead2541 timex: use __kernel_timex internally by Deepa Dinamani · 6 years ago
  12. 84239b4 ptp: fix debugfs_simple_attr.cocci warnings by YueHaibing · 6 years ago
  13. 19df751 ptp: add debugfs support for ptp_qoriq by Yangbo Lu · 6 years ago
  14. 6815d8b ptp_qoriq: support external trigger stamp FIFO by Yangbo Lu · 6 years ago
  15. b0bc10c ptp_qoriq: fix interrupt enabling and handling by Yangbo Lu · 6 years ago
  16. 895ac13 ptp: check that rsv field is zero in struct ptp_sys_offset_extended by Eugene Syromiatnikov · 6 years ago
  17. 457fa34 Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  18. b9d9359 ptp: fix an IS_ERR() vs NULL check by Dan Carpenter · 6 years ago
  19. aea0a89 ptp: Fix pass zero to ERR_PTR() in ptp_clock_register by YueHaibing · 6 years ago
  20. 916444d ptp: deprecate gettime64() in favor of gettimex64() by Miroslav Lichvar · 6 years ago
  21. 3618008 ptp: add PTP_SYS_OFFSET_EXTENDED ioctl by Miroslav Lichvar · 6 years ago
  22. 83d0bdc ptp: check gettime64 return code in PTP_SYS_OFFSET ioctl by Miroslav Lichvar · 6 years ago
  23. fbb960a ptp: reorder declarations in ptp_ioctl() by Miroslav Lichvar · 6 years ago
  24. 822c5f7 ptp: drop redundant kasprintf() to create worker name by Rasmus Villemoes · 6 years ago
  25. c0bfdae ptp: ptp_dte: simplify getting .driver_data by Wolfram Sang · 6 years ago
  26. efa61c8 ptp: fix Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  27. d5acba2 Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  28. 74c05a3 ptp_qoriq: use div_u64/div_u64_rem for 64-bit division by Yangbo Lu · 6 years ago
  29. 91305f2 ptp_qoriq: support automatic configuration for ptp timer by Yangbo Lu · 6 years ago
  30. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  31. 9ba8376 ptp: fix missing break in switch by Gustavo A. R. Silva · 6 years ago
  32. ac31672 headers: separate linux/mod_devicetable.h from linux/platform_device.h by Randy Dunlap · 6 years ago
  33. a8f62d0 ptp: support DPAA FMan 1588 timer in ptp_qoriq by Yangbo Lu · 6 years ago
  34. f696a21 ptp: replace getnstimeofday64() with ktime_get_real_ts64() by Arnd Bergmann · 6 years ago
  35. 6c50c1e ptp_qoriq: move some definitions to header file by Yangbo Lu · 6 years ago
  36. ceefc71d ptp: rework gianfar_ptp as QorIQ common PTP driver by Yangbo Lu · 6 years ago
  37. 80e95f4 ptp_pch: use helpers function for converting between ns and timespec by YueHaibing · 7 years ago
  38. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  39. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  40. 051089a Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  41. 9f08890a x86/pvclock: add setter for pvclock_pvti_cpu0_va by Joao Martins · 7 years ago
  42. 001f60e ptp_kvm: probe for kvm guest availability by Joao Martins · 7 years ago
  43. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  44. 7d47e9a ptp: make ptp_clock_info const by Bhumika Goyal · 7 years ago
  45. d9535cb ptp: introduce ptp auxiliary worker by Grygorii Strashko · 7 years ago
  46. 3d05035 ptp: dte: Use LL suffix for 64-bit constants by Geert Uytterhoeven · 7 years ago
  47. 8a56aa1 ptp: Add a ptp clock driver for Broadcom DTE by Arun Parameswaran · 7 years ago
  48. 174ddfd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  49. d340266e time: Change posix clocks ops interfaces to use timespec64 by Deepa Dinamani · 8 years ago
  50. 49e190e PTP: fix ptr_ret.cocci warnings by kbuild test robot · 8 years ago
  51. fd7e9a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  52. 85a66e5 ptp: create "pins" together with the rest of attributes by Dmitry Torokhov · 8 years ago
  53. af59e71 ptp: use is_visible method to hide unused attributes by Dmitry Torokhov · 8 years ago
  54. 6f7aa56 ptp: use kcalloc when allocating arrays by Dmitry Torokhov · 8 years ago
  55. 882f312 ptp: do not explicitly set drvdata in ptp_clock_register() by Dmitry Torokhov · 8 years ago
  56. 4306f20 ptp_kvm: try to detect hypercall availability by Radim Krčmář · 8 years ago
  57. a0e136d PTP: add kvm PTP driver by Marcelo Tosatti · 8 years ago
  58. 9465d9c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  59. baa73d9 posix-timers: Make them configurable by Nicolas Pitre · 8 years ago
  60. d1cbfd7 ptp_clock: Allow for it to be optional by Nicolas Pitre · 8 years ago
  61. d8d2635 ptp: Introduce a high resolution frequency adjustment method. by Richard Cochran · 8 years ago
  62. 63215705 ptp: use permission-specific DEVICE_ATTR variants by Julia Lawall · 8 years ago
  63. 02a9079 drivers/ptp: Fix kernel memory disclosure by Vlad Tsyrklevich · 8 years ago
  64. b9118b7 ptp: Fix resource leak in case of error by Christophe Jaillet · 8 years ago
  65. cf86799 ptp: ixp46x: remove NO_IRQ handling by Arnd Bergmann · 8 years ago
  66. 6756325 ptp: oops in ptp_ioctl() by Dan Carpenter · 8 years ago
  67. 2ece068 ptp: use memdup_user(). by Muhammad Falak R Wani · 8 years ago
  68. 8a284c0 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  69. 719f1aa ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping by Christopher S. Hall · 9 years ago
  70. b83ef50 ptp: ixp46x: use helpers for converting ns to timespec by Kefeng Wang · 9 years ago
  71. ed7c631 ptp: remove 32 bit get/set methods. by Richard Cochran · 10 years ago
  72. a043a72 ptp: pch: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
  73. 1ca13de ptp: ixp46x: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
  74. d7d38f5 ptp: use the 64 bit get/set time methods for the posix clock. by Richard Cochran · 10 years ago
  75. e13cfcb ptp: use the 64 bit gettime method for the SYS_OFFSET ioctl. by Richard Cochran · 10 years ago
  76. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  77. 72df7a7 ptp: Allow reassigning calibration pin function by Stefan Sørensen · 10 years ago
  78. bc56151 ptp: ptp_pch depends on x86_32 by Jean Delvare · 10 years ago
  79. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  80. 1a466ae ptp: fix kconfig dependency warnings by Randy Dunlap · 11 years ago
  81. d39a743 ptp: validate the requested frequency adjustment. by Richard Cochran · 11 years ago
  82. 408eccc net: ptp: move PTP classifier in its own file by Daniel Borkmann · 11 years ago
  83. 4986b4f0 ptp: drivers: set the number of programmable pins. by Richard Cochran · 11 years ago
  84. 653104d ptp: expose the programmable pins via sysfs by Richard Cochran · 11 years ago
  85. 6092315 ptp: introduce programmable pins. by Richard Cochran · 11 years ago
  86. c361f1a ptp_pch: Add dependency on HAS_IOMEM by Richard Weinberger · 11 years ago
  87. dc6ab07 ptp: switch to use gpiolib by Linus Walleij · 11 years ago
  88. 3499116 PTP: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  89. 4bb1667 build some drivers only when compile-testing by Jiri Slaby · 11 years ago
  90. 0d8c3e7 ptp_pch: fix error handling in pch_probe() by Wei Yongjun · 11 years ago
  91. 7356a76 ptp: dynamic allocation of PHC char devices by Jiri Benc · 12 years ago
  92. 7d3ac5c ptp_pch: eliminate a number of sparse warnings by Sahara · 12 years ago
  93. 55c31b5 ptp_pch: fix typo in module parameter description by Jiri Benc · 12 years ago
  94. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  95. b1f7c8c ptp: remove use of __devexit by Bill Pemberton · 12 years ago
  96. 5c0a425 ptp: remove use of __devinit by Bill Pemberton · 12 years ago
  97. c3484c2 ptp: reduce stack usage when measuring the system time offset by Richard Cochran · 12 years ago
  98. c7ec0ba ptp: reduce stack usage when reading external time stamps by Richard Cochran · 12 years ago
  99. 18d359ce pch_gbe, ptp_pch: Fix the dependency direction between these drivers by Ben Hutchings · 12 years ago
  100. 215b13d ptp: add an ioctl to compare PHC time with system time by Richard Cochran · 12 years ago