1. 26 2月, 2020 1 次提交
  2. 18 2月, 2020 2 次提交
  3. 17 2月, 2020 1 次提交
    • T
      x86/vdso: Move VDSO clocksource state tracking to callback · eec399dd
      Thomas Gleixner 提交于
      All architectures which use the generic VDSO code have their own storage
      for the VDSO clock mode. That's pointless and just requires duplicate code.
      
      X86 abuses the function which retrieves the architecture specific clock
      mode storage to mark the clocksource as used in the VDSO. That's silly
      because this is invoked on every tick when the VDSO data is updated.
      
      Move this functionality to the clocksource::enable() callback so it gets
      invoked once when the clocksource is installed. This allows to make the
      clock mode storage generic.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Reviewed-by: Michael Kelley <mikelley@microsoft.com>  (Hyper-V parts)
      Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com> (VDSO parts)
      Acked-by: Juergen Gross <jgross@suse.com> (Xen parts)
      Link: https://lkml.kernel.org/r/20200207124402.934519777@linutronix.de
      
      eec399dd
  4. 16 2月, 2020 1 次提交
  5. 15 2月, 2020 8 次提交
  6. 14 2月, 2020 12 次提交
  7. 13 2月, 2020 15 次提交