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