index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
pvclock.h
Age
Commit message (
Expand
)
Author
2019-06-22
x86/vdso: Switch to generic vDSO implementation
Vincenzo Frascino
2018-05-19
x86: Convert x86_platform_ops to timespec64
Arnd Bergmann
2017-11-16
Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2017-11-08
x86/pvclock: add setter for pvclock_pvti_cpu0_va
Joao Martins
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-09-20
KVM: x86: introduce get_kvmclock_ns
Paolo Bonzini
2016-08-04
pvclock: introduce seqcount-like API
Paolo Bonzini
2016-06-27
pvclock: Cleanup to remove function pvclock_get_nsec_offset
Minfei Huang
2016-06-27
pvclock: Add CPU barriers to get correct version value
Minfei Huang
2016-01-06
x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=n
Andy Lutomirski
2015-12-11
x86/vdso: Remove pvclock fixmap machinery
Andy Lutomirski
2015-12-11
x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap
Andy Lutomirski
2015-07-06
x86/asm/tsc, x86/kvm: Drop open-coded barrier and use rdtsc_ordered() in kvmc...
Andy Lutomirski
2015-07-06
x86/asm/tsc: Rename native_read_tsc() to rdtsc()
Andy Lutomirski
2015-07-06
x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()
Andy Lutomirski
2015-05-07
x86: kvmclock: drop rdtsc_barrier()
Marcelo Tosatti
2015-04-27
x86: pvclock: Really remove the sched notifier for cross-cpu migrations
Paolo Bonzini
2015-03-23
x86: kvm: Revert "remove sched notifier for cross-cpu migrations"
Marcelo Tosatti
2013-11-06
pvclock: detect watchdog reset at pvclock read
Marcelo Tosatti
2013-07-18
remove sched notifier for cross-cpu migrations
Marcelo Tosatti
2012-11-27
x86: pvclock: generic pvclock vsyscall initialization
Marcelo Tosatti
2012-11-27
x86: pvclock: add note about rdtsc barriers
Marcelo Tosatti
2012-11-27
x86: pvclock: introduce helper to read flags
Marcelo Tosatti
2012-11-27
x86: pvclock: create helper for pvclock data retrieval
Marcelo Tosatti
2011-08-30
KVM: Fix instruction size issue in pvclock scaling
Duncan Sands
2011-06-19
KVM: Fix register corruption in pvclock_scale_delta
Zachary Amsden
2010-11-28
x86/pvclock: Zero last_value on resume
Jeremy Fitzhardinge
2010-10-24
x86: pvclock: Move scale_delta into common header
Zachary Amsden
2010-05-19
x86, paravirt: Enable pvclock flags in vcpu_time_info structure
Glauber Costa
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro