RESEND [PATCH v6 05/12] arm: vdso: Add support for CLOCK_MONOTONIC_RAW

2018-10-01 Thread Mark Salyzyn
Take an effort to recode the arm64 vdso code from assembler to C previously submitted by Andrew Pinski , rework it for use in both arm and arm64, overlapping any optimizations for each architecture. But instead of landing it in arm64, land the result into lib/vdso and unify both implementations to

RESEND [PATCH v6 05/12] arm: vdso: Add support for CLOCK_MONOTONIC_RAW

2018-06-18 Thread Mark Salyzyn
Take an effort to recode the arm64 vdso code from assembler to C previously submitted by Andrew Pinski , rework it for use in both arm and arm64, overlapping any optimizations for each architecture. But instead of landing it in arm64, land the result into lib/vdso and unify both implementations to

[PATCH v6 05/12] arm: vdso: Add support for CLOCK_MONOTONIC_RAW

2017-11-09 Thread Mark Salyzyn
Take an effort to recode the arm64 vdso code from assembler to C previously submitted by Andrew Pinski , rework it for use in both arm and arm64, overlapping any optimizations for each architecture. But instead of landing it in arm64, land the result into lib/vdso and unify both implementations to