| Commit message (Expand) | Author | Age | Files | Lines |
* | ptp: check that rsv field is zero in struct ptp_sys_offset_extended | Eugene Syromiatnikov | 2019-01-08 | 1 | -1/+2 |
* | ptp: deprecate gettime64() in favor of gettimex64() | Miroslav Lichvar | 2018-11-10 | 1 | -1/+4 |
* | ptp: add PTP_SYS_OFFSET_EXTENDED ioctl | Miroslav Lichvar | 2018-11-10 | 1 | -0/+33 |
* | ptp: check gettime64 return code in PTP_SYS_OFFSET ioctl | Miroslav Lichvar | 2018-11-10 | 1 | -1/+4 |
* | ptp: reorder declarations in ptp_ioctl() | Miroslav Lichvar | 2018-11-10 | 1 | -7/+7 |
* | ptp: fix Spectre v1 vulnerability | Gustavo A. R. Silva | 2018-10-18 | 1 | -0/+4 |
* | ptp: fix missing break in switch | Gustavo A. R. Silva | 2018-07-19 | 1 | -0/+1 |
* | ptp: replace getnstimeofday64() with ktime_get_real_ts64() | Arnd Bergmann | 2018-06-20 | 1 | -2/+2 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -1/+1 |
* | the rest of drivers/*: annotate ->poll() instances | Al Viro | 2017-11-28 | 1 | -1/+1 |
* | drivers/ptp: Fix kernel memory disclosure | Vlad Tsyrklevich | 2016-10-13 | 1 | -0/+1 |
* | ptp: oops in ptp_ioctl() | Dan Carpenter | 2016-05-30 | 1 | -0/+1 |
* | ptp: use memdup_user(). | Muhammad Falak R Wani | 2016-05-23 | 1 | -8/+3 |
* | ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping | Christopher S. Hall | 2016-03-03 | 1 | -0/+27 |
* | ptp: remove 32 bit get/set methods. | Richard Cochran | 2015-03-31 | 1 | -7/+1 |
* | ptp: use the 64 bit gettime method for the SYS_OFFSET ioctl. | Richard Cochran | 2015-03-31 | 1 | -4/+10 |
* | ptp: Allow reassigning calibration pin function | Stefan Sørensen | 2014-07-02 | 1 | -7/+2 |
* | ptp: introduce programmable pins. | Richard Cochran | 2014-03-21 | 1 | -1/+127 |
* | ptp: reduce stack usage when measuring the system time offset | Richard Cochran | 2012-11-26 | 1 | -7/+14 |
* | ptp: reduce stack usage when reading external time stamps | Richard Cochran | 2012-11-26 | 1 | -5/+17 |
* | ptp: add an ioctl to compare PHC time with system time | Richard Cochran | 2012-11-01 | 1 | -0/+32 |
* | ptp: Fix some locking bugs in ptp_read() | Dan Carpenter | 2011-06-02 | 1 | -4/+4 |
* | ptp: Return -EFAULT on copy_to_user() errors | Dan Carpenter | 2011-06-02 | 1 | -1/+2 |
* | ptp: Added a brand new class driver for ptp clocks. | Richard Cochran | 2011-05-23 | 1 | -0/+159 |