Age | Commit message (Expand) | Author | Files | Lines |
2017-08-22 | ptp: make ptp_clock_info const | Bhumika Goyal | 4 | -4/+4 |
2017-08-02 | ptp: introduce ptp auxiliary worker | Grygorii Strashko | 2 | -0/+45 |
2017-07-06 | ptp: dte: Use LL suffix for 64-bit constants | Geert Uytterhoeven | 1 | -1/+1 |
2017-06-15 | ptp: Add a ptp clock driver for Broadcom DTE | Arun Parameswaran | 3 | -0/+370 |
2017-05-02 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -11/+7 |
2017-04-14 | time: Change posix clocks ops interfaces to use timespec64 | Deepa Dinamani | 1 | -11/+7 |
2017-03-20 | PTP: fix ptr_ret.cocci warnings | kbuild test robot | 1 | -4/+1 |
2017-02-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -0/+220 |
2017-02-17 | ptp: create "pins" together with the rest of attributes | Dmitry Torokhov | 3 | -42/+24 |
2017-02-17 | ptp: use is_visible method to hide unused attributes | Dmitry Torokhov | 1 | -70/+55 |
2017-02-17 | ptp: use kcalloc when allocating arrays | Dmitry Torokhov | 1 | -3/+2 |
2017-02-17 | ptp: do not explicitly set drvdata in ptp_clock_register() | Dmitry Torokhov | 1 | -2/+0 |
2017-02-16 | ptp_kvm: try to detect hypercall availability | Radim Krčmář | 1 | -0/+7 |
2017-02-08 | PTP: add kvm PTP driver | Marcelo Tosatti | 3 | -0/+213 |
2016-12-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -5/+5 |
2016-11-16 | posix-timers: Make them configurable | Nicolas Pitre | 1 | -1/+1 |
2016-11-16 | ptp_clock: Allow for it to be optional | Nicolas Pitre | 1 | -4/+4 |
2016-11-10 | ptp: Introduce a high resolution frequency adjustment method. | Richard Cochran | 1 | -1/+4 |
2016-10-31 | ptp: use permission-specific DEVICE_ATTR variants | Julia Lawall | 1 | -1/+1 |
2016-10-13 | drivers/ptp: Fix kernel memory disclosure | Vlad Tsyrklevich | 1 | -0/+1 |
2016-10-04 | ptp: Fix resource leak in case of error | Christophe Jaillet | 1 | -0/+1 |
2016-09-07 | ptp: ixp46x: remove NO_IRQ handling | Arnd Bergmann | 1 | -7/+8 |
2016-05-30 | ptp: oops in ptp_ioctl() | Dan Carpenter | 1 | -0/+1 |
2016-05-24 | ptp: use memdup_user(). | Muhammad Falak R Wani | 1 | -8/+3 |
2016-03-15 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+27 |
2016-03-04 | ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping | Christopher S. Hall | 1 | -0/+27 |
2016-01-29 | ptp: ixp46x: use helpers for converting ns to timespec | Kefeng Wang | 1 | -5/+2 |
2015-03-31 | ptp: remove 32 bit get/set methods. | Richard Cochran | 2 | -18/+5 |
2015-03-31 | ptp: pch: convert to the 64 bit get/set time methods. | Richard Cochran | 1 | -4/+4 |
2015-03-31 | ptp: ixp46x: convert to the 64 bit get/set time methods. | Richard Cochran | 1 | -4/+4 |
2015-03-31 | ptp: use the 64 bit get/set time methods for the posix clock. | Richard Cochran | 1 | -2/+17 |
2015-03-31 | ptp: use the 64 bit gettime method for the SYS_OFFSET ioctl. | Richard Cochran | 1 | -4/+10 |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 1 | -1/+1 |
2014-07-02 | ptp: Allow reassigning calibration pin function | Stefan Sørensen | 1 | -7/+2 |
2014-06-18 | ptp: ptp_pch depends on x86_32 | Jean Delvare | 1 | -1/+1 |
2014-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2014-05-12 | ptp: fix kconfig dependency warnings | Randy Dunlap | 1 | -1/+2 |
2014-04-28 | ptp: validate the requested frequency adjustment. | Richard Cochran | 1 | -1/+4 |
2014-04-02 | net: ptp: move PTP classifier in its own file | Daniel Borkmann | 1 | -0/+1 |
2014-03-21 | ptp: drivers: set the number of programmable pins. | Richard Cochran | 2 | -0/+2 |
2014-03-21 | ptp: expose the programmable pins via sysfs | Richard Cochran | 2 | -0/+118 |
2014-03-21 | ptp: introduce programmable pins. | Richard Cochran | 3 | -1/+155 |
2014-01-16 | ptp_pch: Add dependency on HAS_IOMEM | Richard Weinberger | 1 | -0/+1 |
2013-09-27 | ptp: switch to use gpiolib | Linus Walleij | 1 | -1/+8 |
2013-07-27 | PTP: convert class code to use dev_groups | Greg Kroah-Hartman | 3 | -24/+31 |
2013-06-25 | build some drivers only when compile-testing | Jiri Slaby | 1 | -0/+1 |
2013-05-26 | ptp_pch: fix error handling in pch_probe() | Wei Yongjun | 1 | -3/+5 |
2013-04-13 | ptp: dynamic allocation of PHC char devices | Jiri Benc | 1 | -25/+13 |
2013-03-27 | ptp_pch: eliminate a number of sparse warnings | Sahara | 1 | -13/+14 |
2013-03-26 | ptp_pch: fix typo in module parameter description | Jiri Benc | 1 | -1/+1 |