index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ptp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-10-01
1
-7
/
+2
|
\
|
*
ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvm
Zelin Deng
2021-09-30
1
-7
/
+2
*
|
ptp: ocp: add COMMON_CLK dependency
Arnd Bergmann
2021-09-20
1
-0
/
+1
|
/
*
ptp: ocp: Simplify Kconfig.
Jonathan Lemon
2021-08-26
1
-8
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-19
1
-1
/
+2
|
\
|
*
ptp_pch: Restore dependency on PCI
Andy Shevchenko
2021-08-16
1
-1
/
+2
*
|
ptp: ocp: Have Kconfig select NET_DEVLINK
Jonathan Lemon
2021-08-16
1
-0
/
+1
*
|
ptp: ocp: Fix error path for pci_ocp_device_init()
Jonathan Lemon
2021-08-16
1
-3
/
+4
*
|
ptp: ocp: Fix uninitialized variable warning spotted by clang.
Jonathan Lemon
2021-08-16
1
-1
/
+1
*
|
ptp: ocp: don't allow on S390
Randy Dunlap
2021-08-16
1
-0
/
+1
*
|
ethernet: fix PTP_1588_CLOCK dependencies
Arnd Bergmann
2021-08-13
2
-1
/
+16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
1
-1
/
+1
|
\
|
|
*
ptp: Fix possible memory leak caused by invalid cast
Vinicius Costa Gomes
2021-08-08
1
-1
/
+1
*
|
devlink: Set device as early as possible
Leon Romanovsky
2021-08-09
1
-22
/
+4
*
|
ptp: ocp: Remove pending_image indicator from devlink
Jonathan Lemon
2021-08-06
1
-10
/
+0
*
|
ptp: ocp: Rename version string shown by devlink.
Jonathan Lemon
2021-08-06
1
-2
/
+2
*
|
ptp: ocp: Use 'gnss' naming instead of 'gps'
Jonathan Lemon
2021-08-06
1
-21
/
+21
*
|
ptp: ocp: Remove devlink health and unused parameters.
Jonathan Lemon
2021-08-06
1
-80
/
+0
*
|
ptp: ocp: Add the mapping for the external PPS registers.
Jonathan Lemon
2021-08-06
1
-4
/
+11
*
|
ptp: ocp: Fix the error handling path for the class device.
Jonathan Lemon
2021-08-06
1
-1
/
+1
*
|
ptp: ocp: Expose various resources on the timecard.
Jonathan Lemon
2021-08-04
2
-46
/
+1348
|
/
*
ptp: Relocate lookup cookie to correct block.
Jonathan Lemon
2021-07-08
1
-1
/
+1
*
ptp: fix format string mismatch in ptp_sysfs.c
Yangbo Lu
2021-07-05
1
-2
/
+2
*
ptp: fix NULL pointer dereference in ptp_clock_register
Yangbo Lu
2021-07-05
1
-1
/
+1
*
ptp: add kernel API ptp_convert_timestamp()
Yangbo Lu
2021-07-01
1
-0
/
+34
*
ptp: add kernel API ptp_get_vclocks_index()
Yangbo Lu
2021-07-01
3
-1
/
+39
*
ptp: track available ptp vclocks information
Yangbo Lu
2021-07-01
3
-4
/
+40
*
ptp: support ptp physical/virtual clocks conversion
Yangbo Lu
2021-07-01
3
-0
/
+185
*
ptp: add ptp virtual clock driver framework
Yangbo Lu
2021-07-01
3
-1
/
+166
*
ptp: Set lookup cookie when creating a PTP PPS source.
Jonathan Lemon
2021-06-29
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-18
1
-1
/
+1
|
\
|
*
ptp: improve max_adj check against unreasonable values
Jakub Kicinski
2021-06-15
1
-3
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-05-27
1
-1
/
+3
|
\
|
|
*
ptp: ocp: Fix a resource leak in an error handling path
Christophe JAILLET
2021-05-12
1
-1
/
+3
*
|
ptp: ptp_clock: make scaled_ppm_to_ppb static inline
Radu Pirea (NXP OSS)
2021-05-10
1
-21
/
+0
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-01
5
-63
/
+151
|
\
|
*
Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2021-04-23
5
-63
/
+151
|
|
\
|
|
*
ptp: Don't print an error if ptp_kvm is not supported
Jon Hunter
2021-04-20
1
-1
/
+2
|
|
*
ptp: arm/arm64: Enable ptp_kvm for arm/arm64
Jianyong Wu
2021-04-07
3
-1
/
+30
|
|
*
ptp: Reorganize ptp_kvm.c to make it arch-independent
Jianyong Wu
2021-04-07
3
-62
/
+120
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-25
1
-6
/
+7
|
\
|
|
|
*
|
ptp_qoriq: fix overflow in ptp_qoriq_adjfine() u64 calcalation
Yangbo Lu
2021-03-24
1
-6
/
+7
|
|
/
*
|
ptp: ptp_p: Demote non-conformant kernel-doc headers and supply a param descr...
Lee Jones
2021-03-12
1
-3
/
+6
*
|
ptp: ptp_clockmatrix: Demote non-kernel-doc header to standard comment
Lee Jones
2021-03-12
1
-2
/
+2
*
|
ptp_pch: Move 'pch_*()' prototypes to shared header
Lee Jones
2021-03-12
1
-0
/
+1
*
|
ptp_pch: Remove unused function 'pch_ch_control_read()'
Lee Jones
2021-03-12
1
-11
/
+0
|
/
*
ptp: ptp_clockmatrix: clean-up - parenthesis around a == b are unnecessary
Vincent Cheng
2021-02-17
1
-10
/
+8
*
ptp: ptp_clockmatrix: Simplify code - remove unnecessary `err` variable.
Vincent Cheng
2021-02-17
1
-4
/
+1
*
ptp: ptp_clockmatrix: Coding style - tighten vertical spacing.
Vincent Cheng
2021-02-17
1
-79
/
+11
*
ptp: ptp_clockmatrix: Clean-up dev_*() messages.
Vincent Cheng
2021-02-17
1
-79
/
+43
[next]