A few fixes for timers/timekeeping:

  - Prevent undefined behaviour in the timespec64_to_ns() conversion which
    is used for converting user supplied time input to nanoseconds. It
    lacked overflow protection.

  - Mark sched_clock_read_begin/retry() to prevent recursion in the tracer

  - Remove unused debug functions in the hrtimer and timerlist code