index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ptp
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-26
ptp: ocp: Simplify Kconfig.
Jonathan Lemon
1
-8
/
+2
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-08-16
ptp: ocp: Have Kconfig select NET_DEVLINK
Jonathan Lemon
1
-0
/
+1
2021-08-16
ptp: ocp: Fix error path for pci_ocp_device_init()
Jonathan Lemon
1
-3
/
+4
2021-08-16
ptp: ocp: Fix uninitialized variable warning spotted by clang.
Jonathan Lemon
1
-1
/
+1
2021-08-16
ptp: ocp: don't allow on S390
Randy Dunlap
1
-0
/
+1
2021-08-16
ptp_pch: Restore dependency on PCI
Andy Shevchenko
1
-1
/
+2
2021-08-13
ethernet: fix PTP_1588_CLOCK dependencies
Arnd Bergmann
2
-1
/
+16
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-08-09
devlink: Set device as early as possible
Leon Romanovsky
1
-22
/
+4
2021-08-08
ptp: Fix possible memory leak caused by invalid cast
Vinicius Costa Gomes
1
-1
/
+1
2021-08-06
ptp: ocp: Remove pending_image indicator from devlink
Jonathan Lemon
1
-10
/
+0
2021-08-06
ptp: ocp: Rename version string shown by devlink.
Jonathan Lemon
1
-2
/
+2
2021-08-06
ptp: ocp: Use 'gnss' naming instead of 'gps'
Jonathan Lemon
1
-21
/
+21
2021-08-06
ptp: ocp: Remove devlink health and unused parameters.
Jonathan Lemon
1
-80
/
+0
2021-08-06
ptp: ocp: Add the mapping for the external PPS registers.
Jonathan Lemon
1
-4
/
+11
2021-08-06
ptp: ocp: Fix the error handling path for the class device.
Jonathan Lemon
1
-1
/
+1
2021-08-04
ptp: ocp: Expose various resources on the timecard.
Jonathan Lemon
2
-46
/
+1348
2021-07-08
ptp: Relocate lookup cookie to correct block.
Jonathan Lemon
1
-1
/
+1
2021-07-05
ptp: fix format string mismatch in ptp_sysfs.c
Yangbo Lu
1
-2
/
+2
2021-07-05
ptp: fix NULL pointer dereference in ptp_clock_register
Yangbo Lu
1
-1
/
+1
2021-07-01
ptp: add kernel API ptp_convert_timestamp()
Yangbo Lu
1
-0
/
+34
2021-07-01
ptp: add kernel API ptp_get_vclocks_index()
Yangbo Lu
3
-1
/
+39
2021-07-01
ptp: track available ptp vclocks information
Yangbo Lu
3
-4
/
+40
2021-07-01
ptp: support ptp physical/virtual clocks conversion
Yangbo Lu
3
-0
/
+185
2021-07-01
ptp: add ptp virtual clock driver framework
Yangbo Lu
3
-1
/
+166
2021-06-29
ptp: Set lookup cookie when creating a PTP PPS source.
Jonathan Lemon
1
-0
/
+1
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-06-15
ptp: improve max_adj check against unreasonable values
Jakub Kicinski
1
-3
/
+3
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2021-05-12
ptp: ocp: Fix a resource leak in an error handling path
Christophe JAILLET
1
-1
/
+3
2021-05-10
ptp: ptp_clock: make scaled_ppm_to_ppb static inline
Radu Pirea (NXP OSS)
1
-21
/
+0
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-63
/
+151
2021-04-23
Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
5
-63
/
+151
2021-04-20
ptp: Don't print an error if ptp_kvm is not supported
Jon Hunter
1
-1
/
+2
2021-04-07
ptp: arm/arm64: Enable ptp_kvm for arm/arm64
Jianyong Wu
3
-1
/
+30
2021-04-07
ptp: Reorganize ptp_kvm.c to make it arch-independent
Jianyong Wu
3
-62
/
+120
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-6
/
+7
2021-03-24
ptp_qoriq: fix overflow in ptp_qoriq_adjfine() u64 calcalation
Yangbo Lu
1
-6
/
+7
2021-03-12
ptp: ptp_p: Demote non-conformant kernel-doc headers and supply a param descr...
Lee Jones
1
-3
/
+6
2021-03-12
ptp: ptp_clockmatrix: Demote non-kernel-doc header to standard comment
Lee Jones
1
-2
/
+2
2021-03-12
ptp_pch: Move 'pch_*()' prototypes to shared header
Lee Jones
1
-0
/
+1
2021-03-12
ptp_pch: Remove unused function 'pch_ch_control_read()'
Lee Jones
1
-11
/
+0
2021-02-17
ptp: ptp_clockmatrix: clean-up - parenthesis around a == b are unnecessary
Vincent Cheng
1
-10
/
+8
2021-02-17
ptp: ptp_clockmatrix: Simplify code - remove unnecessary `err` variable.
Vincent Cheng
1
-4
/
+1
2021-02-17
ptp: ptp_clockmatrix: Coding style - tighten vertical spacing.
Vincent Cheng
1
-79
/
+11
2021-02-17
ptp: ptp_clockmatrix: Clean-up dev_*() messages.
Vincent Cheng
1
-79
/
+43
2021-02-17
ptp: ptp_clockmatrix: Remove unused header declarations.
Vincent Cheng
1
-2
/
+0
2021-02-17
ptp: ptp_clockmatrix: Add alignment of 1 PPS to idtcm_perout_enable.
Vincent Cheng
1
-3
/
+13
2021-02-17
ptp: ptp_clockmatrix: Add wait_for_sys_apll_dpll_lock.
Vincent Cheng
3
-2
/
+87
[next]