1. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  2. fd7e9a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  3. f4066c2 kvmclock: export kvmclock clocksource and data pointers by Marcelo Tosatti · 8 years ago
  4. acb0405 sched/clock: Fix hotplug crash by Peter Zijlstra · 8 years ago
  5. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  6. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  7. a4497a8 x86, clock: Fix kvm guest tsc initialization by Prarit Bhargava · 8 years ago
  8. 404f6aa x86: Apply more __ro_after_init and const by Kees Cook · 8 years ago
  9. 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 9 years ago
  10. cc1e24f x86/vdso: Remove pvclock fixmap machinery by Andy Lutomirski · 9 years ago
  11. dac16fb x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap by Andy Lutomirski · 9 years ago
  12. 72c930d x86: kvmclock: abolish PVCLOCK_COUNTS_FROM_ZERO by Radim Krčmář · 9 years ago
  13. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  14. 0ad83ca x86: kvmclock: set scheduler clock stable by Luiz Capitulino · 10 years ago
  15. c35ebbe Revert "kvmclock: set scheduler clock stable" by Paolo Bonzini · 10 years ago
  16. ff7bbb9 kvmclock: set scheduler clock stable by Luiz Capitulino · 10 years ago
  17. 29fa682 x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit by Andy Lutomirski · 10 years ago
  18. c6338ce kvm: kvmclock: use get_cpu() and put_cpu() by Tiejun Chen · 10 years ago
  19. 0d75de4 kvm: remove redundant registration of BSP's hv_clock area by Fernando Luis Vázquez Cao · 11 years ago
  20. d63285e pvclock: detect watchdog reset at pvclock read by Marcelo Tosatti · 11 years ago
  21. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 12 years ago
  22. 2b0f893 Merge branch 'timers/posix-cpu-timers-for-tglx' of by Thomas Gleixner · 11 years ago
  23. 07868fc x86: kvmclock: zero initialize pvclock shared memory area by Igor Mammedov · 12 years ago
  24. 3565184 x86: Increase precision of x86_platform.get/set_wallclock() by David Vrabel · 12 years ago
  25. ee2c25e Merge branch 'master' into queue by Marcelo Tosatti · 12 years ago
  26. fe1140c x86: kvmclock: Do not setup kvmclock vsyscall in the absence of that clock by Jan Kiszka · 12 years ago
  27. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  28. ed55705 x86: pvclock kvm: align allocation size to page size by Marcelo Tosatti · 12 years ago
  29. 5dfd486 x86, kvm: Fix kvm's use of __pa() on percpu areas by Dave Hansen · 12 years ago
  30. 3dc4f7c x86: kvm guest: pvclock vsyscall support by Marcelo Tosatti · 12 years ago
  31. 7069ed6 x86: kvmclock: allocate pvclock shared memory area by Marcelo Tosatti · 12 years ago
  32. e32025a x86: kvmclock: remove check_and_clear_guest_paused warning by Marcelo Tosatti · 13 years ago
  33. 2489970 kvmclock: remove unneeded EXPORT macro by Eric B Munson · 13 years ago
  34. 3b5d56b kvmclock: Add functions to check if the host has stopped the vm by Eric B Munson · 13 years ago
  35. b74f05d6 x86: kvmclock: abstract save/restore sched_clock_state by Marcelo Tosatti · 13 years ago
  36. df156f9 x86: Introduce x86_cpuinit.early_percpu_clock_init hook by Igor Mammedov · 13 years ago
  37. 95ef1e5 KVM guest: prevent tracing recursion with kvmclock by Avi Kivity · 13 years ago
  38. d910f5c KVM guest: KVM Steal time registration by Glauber Costa · 13 years ago
  39. b01cc1b x86: Convert remaining x86 clocksources to clocksource_register_hz/khz by John Stultz · 15 years ago
  40. ca3f101 KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c. by Gleb Natapov · 14 years ago
  41. 19b6a85 KVM guest: Move a printk that's using the clock before it's ready by Arjan Koers · 14 years ago
  42. 3a0d725 x86, paravirt: don't compute pvclock adjustments if we trust the tsc by Glauber Costa · 15 years ago
  43. 838815a x86: KVM guest: Try using new kvm clock msrs by Glauber Costa · 15 years ago
  44. 78f28b7 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  45. 7bd867d x86: Move get/set_wallclock to x86_platform_ops by Feng Tang · 15 years ago
  46. a20316d KVM guest: fix bogus wallclock physical address calculation by Glauber Costa · 15 years ago
  47. 2d82640 x86: Move tsc_calibration to x86_init_ops by Thomas Gleixner · 15 years ago
  48. 736deca x86: Move percpu clockevents setup to x86_init_ops by Thomas Gleixner · 15 years ago
  49. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 16 years ago
  50. 8e6dafd x86: refactor x86_quirks support by Ingo Molnar · 16 years ago
  51. e93353c9 x86: KVM guest: kvm_get_tsc_khz: return khz, not lpj by Eduardo Habkost · 16 years ago
  52. 423cd25 x86: KVM guest: sign kvmclock as paravirt by Glauber Costa · 16 years ago
  53. 23a14b9 kvm_setup_secondary_clock() is cpuinit by Al Viro · 16 years ago
  54. a29a2af x86: KVM guest: fix section mismatch warning in kvmclock.c by Rakib Mullick · 16 years ago
  55. 0293615 x86: KVM guest: use paravirt function to calculate cpu khz by Glauber Costa · 16 years ago
  56. 7e37c29 x86: KVM guest: make kvm_smp_prepare_boot_cpu() static by Adrian Bunk · 17 years ago
  57. f6e16d5 x86: KVM guest: Use the paravirt clocksource structs and functions by Gerd Hoffmann · 17 years ago
  58. 2ddfd20 namespacecheck: automated fixes by Ingo Molnar · 17 years ago
  59. b8ba5f1 x86: KVM geust: make setup_secondary_clock definition dependent on local apic by Glauber Costa · 17 years ago
  60. 1e977aa x86: KVM guest: disable clock before rebooting. by Glauber Costa · 17 years ago
  61. 790c73f x86: KVM guest: paravirtualized clocksource by Glauber de Oliveira Costa · 17 years ago