1. f3f26da x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal time by David Woodhouse · 3 years, 1 month ago
  2. 4d96f91 x86/sev: Replace occurrences of sev_active() with cc_platform_has() by Tom Lendacky · 3 years, 4 months ago
  3. ad9af93 x86/kvmclock: Move this_cpu_pvti into kvmclock.h by Zelin Deng · 3 years, 4 months ago
  4. 3d6b841 x86/kvm: Disable all PV features on crash by Vitaly Kuznetsov · 3 years, 9 months ago
  5. c02027b x86/kvm: Disable kvmclock on all CPUs on shutdown by Vitaly Kuznetsov · 3 years, 9 months ago
  6. 2c5ce2d Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 9 months ago
  7. d7eb79c KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged by Wanpeng Li · 3 years, 11 months ago
  8. a0e2bf7 x86/paravirt: Switch time pvops functions to use static_call() by Juergen Gross · 3 years, 10 months ago
  9. 789f52c x86/kvm: remove unused macro HV_CLOCK_SIZE by Alex Shi · 4 years, 2 months ago
  10. b95a8a2 x86/vdso: Use generic VDSO clock mode storage by Thomas Gleixner · 5 years ago
  11. eec399d x86/vdso: Move VDSO clocksource state tracking to callback by Thomas Gleixner · 5 years ago
  12. 7539b17 x86: kvmguest: use TSC clocksource if invariant TSC is exposed by Marcelo Tosatti · 6 years ago
  13. b5179ec x86/kvmclock: set offset for kvm unstable clock by Pavel Tatashin · 6 years ago
  14. 649472a x86/kvmclock: convert to SPDX identifiers by Peng Hao · 6 years ago
  15. f682a79 Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  16. 6a1cac5 x86/kvm: Use __bss_decrypted attribute in shared variables by Brijesh Singh · 6 years ago
  17. 5c83511 x86/paravirt: Use a single ops structure by Juergen Gross · 6 years ago
  18. 958f338 Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  19. 1088c6e x86/kvmclock: Mark kvm_get_preset_lpj() as __init by Dou Liyang · 6 years ago
  20. 95a3d44 x86/kvmclock: Switch kvmclock data to a PER_CPU variable by Thomas Gleixner · 6 years ago
  21. e499a9b x86/kvmclock: Move kvmclock vsyscall param and init to kvmclock by Thomas Gleixner · 6 years ago
  22. 42f8df9 x86/kvmclock: Mark variables __initdata and __ro_after_init by Thomas Gleixner · 6 years ago
  23. 146c394 x86/kvmclock: Cleanup the code by Thomas Gleixner · 6 years ago
  24. 7a5ddc8 x86/kvmclock: Decrapify kvm_register_clock() by Thomas Gleixner · 6 years ago
  25. 7ef363a x86/kvmclock: Remove page size requirement from wall_clock by Thomas Gleixner · 6 years ago
  26. 368a540 x86/kvmclock: Remove memblock dependency by Pavel Tatashin · 6 years ago
  27. 47f7dc4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  28. e10f780 kvmclock: fix TSC calibration for nested guests by Peng Hao · 7 years ago
  29. 94ffba4 x86/kvmclock: set pvti_cpu0_va after enabling kvmclock by Radim Krčmář · 7 years ago
  30. e27c492 x86: Convert x86_platform_ops to timespec64 by Arnd Bergmann · 7 years ago
  31. 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
  32. 9f08890a x86/pvclock: add setter for pvclock_pvti_cpu0_va by Joao Martins · 7 years ago
  33. 819aeee X86/KVM: Clear encryption attribute when SEV is active by Brijesh Singh · 7 years ago
  34. 0087552 kvm: Return -ENODEV from update_persistent_clock by Jason Gunthorpe · 7 years ago
  35. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  36. fd7e9a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  37. f4066c2 kvmclock: export kvmclock clocksource and data pointers by Marcelo Tosatti · 8 years ago
  38. acb0405 sched/clock: Fix hotplug crash by Peter Zijlstra · 8 years ago
  39. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  40. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  41. a4497a8 x86, clock: Fix kvm guest tsc initialization by Prarit Bhargava · 8 years ago
  42. 404f6aa x86: Apply more __ro_after_init and const by Kees Cook · 8 years ago
  43. 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 9 years ago
  44. cc1e24f x86/vdso: Remove pvclock fixmap machinery by Andy Lutomirski · 9 years ago
  45. dac16fb x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap by Andy Lutomirski · 9 years ago
  46. 72c930d x86: kvmclock: abolish PVCLOCK_COUNTS_FROM_ZERO by Radim Krčmář · 9 years ago
  47. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  48. 0ad83ca x86: kvmclock: set scheduler clock stable by Luiz Capitulino · 10 years ago
  49. c35ebbe Revert "kvmclock: set scheduler clock stable" by Paolo Bonzini · 10 years ago
  50. ff7bbb9 kvmclock: set scheduler clock stable by Luiz Capitulino · 10 years ago
  51. 29fa682 x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit by Andy Lutomirski · 10 years ago
  52. c6338ce kvm: kvmclock: use get_cpu() and put_cpu() by Tiejun Chen · 10 years ago
  53. 0d75de4 kvm: remove redundant registration of BSP's hv_clock area by Fernando Luis Vázquez Cao · 11 years ago
  54. d63285e pvclock: detect watchdog reset at pvclock read by Marcelo Tosatti · 11 years ago
  55. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 12 years ago
  56. 2b0f893 Merge branch 'timers/posix-cpu-timers-for-tglx' of by Thomas Gleixner · 12 years ago
  57. 07868fc x86: kvmclock: zero initialize pvclock shared memory area by Igor Mammedov · 12 years ago
  58. 3565184 x86: Increase precision of x86_platform.get/set_wallclock() by David Vrabel · 12 years ago
  59. ee2c25e Merge branch 'master' into queue by Marcelo Tosatti · 12 years ago
  60. fe1140c x86: kvmclock: Do not setup kvmclock vsyscall in the absence of that clock by Jan Kiszka · 12 years ago
  61. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  62. ed55705 x86: pvclock kvm: align allocation size to page size by Marcelo Tosatti · 12 years ago
  63. 5dfd486 x86, kvm: Fix kvm's use of __pa() on percpu areas by Dave Hansen · 12 years ago
  64. 3dc4f7c x86: kvm guest: pvclock vsyscall support by Marcelo Tosatti · 12 years ago
  65. 7069ed6 x86: kvmclock: allocate pvclock shared memory area by Marcelo Tosatti · 12 years ago
  66. e32025a x86: kvmclock: remove check_and_clear_guest_paused warning by Marcelo Tosatti · 13 years ago
  67. 2489970 kvmclock: remove unneeded EXPORT macro by Eric B Munson · 13 years ago
  68. 3b5d56b kvmclock: Add functions to check if the host has stopped the vm by Eric B Munson · 13 years ago
  69. b74f05d6 x86: kvmclock: abstract save/restore sched_clock_state by Marcelo Tosatti · 13 years ago
  70. df156f9 x86: Introduce x86_cpuinit.early_percpu_clock_init hook by Igor Mammedov · 13 years ago
  71. 95ef1e5 KVM guest: prevent tracing recursion with kvmclock by Avi Kivity · 13 years ago
  72. d910f5c KVM guest: KVM Steal time registration by Glauber Costa · 14 years ago
  73. b01cc1b x86: Convert remaining x86 clocksources to clocksource_register_hz/khz by John Stultz · 15 years ago
  74. ca3f101 KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c. by Gleb Natapov · 14 years ago
  75. 19b6a85 KVM guest: Move a printk that's using the clock before it's ready by Arjan Koers · 14 years ago
  76. 3a0d725 x86, paravirt: don't compute pvclock adjustments if we trust the tsc by Glauber Costa · 15 years ago
  77. 838815a x86: KVM guest: Try using new kvm clock msrs by Glauber Costa · 15 years ago
  78. 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
  79. 7bd867d x86: Move get/set_wallclock to x86_platform_ops by Feng Tang · 15 years ago
  80. a20316d KVM guest: fix bogus wallclock physical address calculation by Glauber Costa · 15 years ago
  81. 2d82640 x86: Move tsc_calibration to x86_init_ops by Thomas Gleixner · 15 years ago
  82. 736deca x86: Move percpu clockevents setup to x86_init_ops by Thomas Gleixner · 15 years ago
  83. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 16 years ago
  84. 8e6dafd x86: refactor x86_quirks support by Ingo Molnar · 16 years ago
  85. e93353c9 x86: KVM guest: kvm_get_tsc_khz: return khz, not lpj by Eduardo Habkost · 16 years ago
  86. 423cd25 x86: KVM guest: sign kvmclock as paravirt by Glauber Costa · 16 years ago
  87. 23a14b9 kvm_setup_secondary_clock() is cpuinit by Al Viro · 16 years ago
  88. a29a2af x86: KVM guest: fix section mismatch warning in kvmclock.c by Rakib Mullick · 16 years ago
  89. 0293615 x86: KVM guest: use paravirt function to calculate cpu khz by Glauber Costa · 16 years ago
  90. 7e37c29 x86: KVM guest: make kvm_smp_prepare_boot_cpu() static by Adrian Bunk · 17 years ago
  91. f6e16d5 x86: KVM guest: Use the paravirt clocksource structs and functions by Gerd Hoffmann · 17 years ago
  92. 2ddfd20 namespacecheck: automated fixes by Ingo Molnar · 17 years ago
  93. b8ba5f1 x86: KVM geust: make setup_secondary_clock definition dependent on local apic by Glauber Costa · 17 years ago
  94. 1e977aa x86: KVM guest: disable clock before rebooting. by Glauber Costa · 17 years ago
  95. 790c73f x86: KVM guest: paravirtualized clocksource by Glauber de Oliveira Costa · 17 years ago