1. 898ec52 x86/xen/time: Set the X86_FEATURE_TSC_KNOWN_FREQ flag in xen_tsc_khz() by Hayato Ohhashi · 4 years, 6 months ago
  2. b95a8a2 x86/vdso: Use generic VDSO clock mode storage by Thomas Gleixner · 5 years ago
  3. eec399d x86/vdso: Move VDSO clocksource state tracking to callback by Thomas Gleixner · 5 years ago
  4. 2ec16bc x86/xen: Add "xen_timer_slop" command line option by Ryan Thibodeaux · 6 years ago
  5. 867cefb xen: Fix x86 sched_clock() interface for xen by Juergen Gross · 6 years ago
  6. 5c83511 x86/paravirt: Use a single ops structure by Juergen Gross · 6 years ago
  7. 38669ba x86/xen/time: Output xen sched_clock time from 0 by Pavel Tatashin · 6 years ago
  8. 7b25b9c x86/xen/time: Initialize pv xen time in init_hypervisor_platform() by Pavel Tatashin · 6 years ago
  9. e27c492 x86: Convert x86_platform_ops to timespec64 by Arnd Bergmann · 7 years ago
  10. 051089a Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  11. 2229f70 x86/xen/time: setup vcpu 0 time info page by Joao Martins · 7 years ago
  12. b888808 x86/xen/time: set pvclock flags on xen_time_init() by Joao Martins · 7 years ago
  13. b5494ad xen/time: Return -ENODEV from xen_get_wallclock() by Boris Ostrovsky · 7 years ago
  14. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  15. 0e4d394 xen/x86: Don't BUG on CPU0 offlining by Vitaly Kuznetsov · 8 years ago
  16. d162809 xen/x86: Do not call xen_init_time_ops() until shared_info is initialized by Boris Ostrovsky · 8 years ago
  17. 84d582d xen: Revert commits da72ff5bfcb0 and 72a9b186292d by Boris Ostrovsky · 8 years ago
  18. 3d18d66 x86/xen/time: Set ->min_delta_ticks and ->max_delta_ticks by Nicolai Stange · 8 years ago
  19. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  20. 72a9b18 xen: Remove event channel notification through Xen PCI platform device by KarimAllah Ahmed · 8 years ago
  21. d34c30c xen: add static initialization of steal_clock op to xen_time_ops by Juergen Gross · 8 years ago
  22. ad5475f x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_op by Vitaly Kuznetsov · 9 years ago
  23. ecb23dc xen: add steal_clock support on x86 by Juergen Gross · 9 years ago
  24. c06b6d7 xen/x86: don't lose event interrupts by Stefano Stabellini · 9 years ago
  25. 187b26a xen/x86: convert remaining timespec to timespec64 in xen_pvclock_gtod_notify by Stefano Stabellini · 9 years ago
  26. 7609686 xen/x86: support XENPF_settime64 by Stefano Stabellini · 9 years ago
  27. f3d6027 xen: introduce XENPF_settime64 by Stefano Stabellini · 9 years ago
  28. cfafae9 xen: rename dom0_op to platform_op by Stefano Stabellini · 9 years ago
  29. 4ccefbe xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/time.c by Stefano Stabellini · 9 years ago
  30. 955381d x86/xen/time: Migrate to new set-state interface by Viresh Kumar · 9 years ago
  31. 94dd85f x86/xen: prefer TSC over xen clocksource for dom0 by Palik, Imre · 10 years ago
  32. 7be0772 x86/xen: avoid freeing static 'name' when kasprintf() fails by Vitaly Kuznetsov · 10 years ago
  33. 8b8cd8a x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer() by Boris Ostrovsky · 10 years ago
  34. 3251f20 x86/xen: Fix incorrect per_cpu accessor in xen_clocksource_read() by Boris Ostrovsky · 10 years ago
  35. 89cbc76 x86: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  36. 8d5999d x86/xen: resume timer irqs early by David Vrabel · 10 years ago
  37. 8785c67 xen/x86: set VIRQ_TIMER priority to maximum by David Vrabel · 11 years ago
  38. 9d71cee x86/xen: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  39. 21884a8 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  40. 47433b8 x86: xen: Sync the CMOS RTC as well as the Xen wallclock by David Vrabel · 12 years ago
  41. 5584880 x86: xen: Sync the wallclock when the system time is set by David Vrabel · 12 years ago
  42. 0b0c002 xen/time: remove blocked time accounting from xen "clockchip" by Laszlo Ersek · 13 years ago
  43. 09e99da xen/time: Free onlined per-cpu data structure if we want to online it again. by Konrad Rzeszutek Wilk · 12 years ago
  44. a05e2c3 xen/time: Check that the per_cpu data structure has data before freeing. by Konrad Rzeszutek Wilk · 12 years ago
  45. c9d76a2 xen/time: Don't leak interrupt name when offlining. by Konrad Rzeszutek Wilk · 12 years ago
  46. 31620a1 xen/time: Encapsulate the struct clock_event_device in another structure. by Konrad Rzeszutek Wilk · 12 years ago
  47. 3565184 x86: Increase precision of x86_platform.get/set_wallclock() by David Vrabel · 12 years ago
  48. ef35a4e xen/time: Add default value of -1 for IRQ and check for that. by Konrad Rzeszutek Wilk · 12 years ago
  49. 7918c92 xen/time: Fix kasprintf splat when allocating timer%d IRQ line. by Konrad Rzeszutek Wilk · 12 years ago
  50. 403299a Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 13 years ago
  51. fdb9eb9 xen/dom0: set wallclock time in Xen by Jeremy Fitzhardinge · 15 years ago
  52. f1c3962 xen: use non-tracing preempt in xen_clocksource_read() by Jeremy Fitzhardinge · 13 years ago
  53. 0f1bdc1 Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  54. fb6ce5d arch/x86/xen/time: Cleanup code/data sections definitions by Daniel Kiper · 14 years ago
  55. a18f22a Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksource by Thomas Gleixner · 14 years ago
  56. f611f2d xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend. by Ian Campbell · 14 years ago
  57. b01cc1b x86: Convert remaining x86 clocksources to clocksource_register_hz/khz by John Stultz · 15 years ago
  58. 275c8b9 Merge branch 'this_cpu_ops' into for-2.6.38 by Tejun Heo · 14 years ago
  59. 780f36d xen: Use this_cpu_ops by Christoph Lameter · 14 years ago
  60. e7a3481c x86/pvclock: Zero last_value on resume by Jeremy Fitzhardinge · 14 years ago
  61. 31e7e93 xen: do not initialize PV timers on HVM if !xen_have_vector_callback by Stefano Stabellini · 14 years ago
  62. ca50a5f Merge branch 'upstream/pvhvm' into upstream/xen by Jeremy Fitzhardinge · 14 years ago
  63. a70ce4b Merge branch 'upstream/core' into upstream/xen by Jeremy Fitzhardinge · 14 years ago
  64. 8a22b99 xen: drop xen_sched_clock in favour of using plain wallclock time by Jeremy Fitzhardinge · 14 years ago
  65. ca65f9f Introduce CONFIG_XEN_PVHVM compile option by Stefano Stabellini · 14 years ago
  66. 409771d x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock. by Stefano Stabellini · 15 years ago
  67. 7d02093 Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  68. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  69. c450725 time: Clean up direct xtime usage in xen by John Stultz · 15 years ago
  70. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  71. f350c79 xen: register timer interrupt with IRQF_TIMER by Ian Campbell · 15 years ago
  72. be012920 xen: re-register runstate area earlier on resume. by Ian Campbell · 15 years ago
  73. c6e22f9 percpu: make percpu symbols in xen unique by Tejun Heo · 15 years ago
  74. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 16 years ago
  75. 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  76. 79741dd [PATCH] idle cputime accounting by Martin Schwidefsky · 16 years ago
  77. 320ab2b cpumask: convert struct clock_event_device to cpumask pointers. by Rusty Russell · 16 years ago
  78. 3807f34 x86: paravirt: factor out cpu_khz to common code by Glauber Costa · 16 years ago
  79. d68d82a xen: implement CPU hotplugging by Alex Nixon · 16 years ago
  80. ee7686b x86: build fix in "xen spinlock updates and performance measurements" by Jeremy Fitzhardinge · 16 years ago
  81. e93ef94 x86: rename paravirtualized TSC functions by Alok Kataria · 17 years ago
  82. d02859e Merge commit 'v2.6.26-rc8' into x86/xen by Ingo Molnar · 17 years ago
  83. 1c7b67f x86: Make xen use the paravirt clocksource structs and functions by Gerd Hoffmann · 17 years ago
  84. 688d22e Merge branch 'linus' into x86/xen by Ingo Molnar · 17 years ago
  85. f595ec9 common implementation of iterative div/mod by Jeremy Fitzhardinge · 17 years ago
  86. d07af1f xen: resume timers on all vcpus by Jeremy Fitzhardinge · 17 years ago
  87. 359cdd3 xen: maintain clock offset over save/restore by Jeremy Fitzhardinge · 17 years ago
  88. 0e91398 xen: implement save/restore by Jeremy Fitzhardinge · 17 years ago
  89. 88a5ac8 x86: fix sparse warning in xen/time.c by Harvey Harrison · 17 years ago
  90. 404ee5b x86: convert TSC disabling to generic cpuid disable bitmap by Andi Kleen · 17 years ago
  91. f0d7339 xen: yield to IPI target if necessary by Jeremy Fitzhardinge · 17 years ago
  92. 9702785 i386: move xen by Thomas Gleixner · 17 years ago[Renamed from arch/i386/xen/time.c]
  93. 18de5bc clockevents: fix resume logic by Thomas Gleixner · 17 years ago
  94. f120f13 xen: Add support for preemption by Jeremy Fitzhardinge · 17 years ago
  95. f87e4ca xen: SMP guest support by Jeremy Fitzhardinge · 17 years ago
  96. ab55028 xen: Implement sched_clock by Jeremy Fitzhardinge · 17 years ago
  97. f91a8b4 xen: Account for stolen time by Jeremy Fitzhardinge · 17 years ago
  98. 15c8473 xen: time implementation by Jeremy Fitzhardinge · 17 years ago