index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
kvmclock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: kvmguest: use TSC clocksource if invariant TSC is exposed
Marcelo Tosatti
2019-02-20
1
-0
/
+14
*
x86/kvmclock: set offset for kvm unstable clock
Pavel Tatashin
2019-02-20
1
-5
/
+1
*
x86/kvmclock: convert to SPDX identifiers
Peng Hao
2018-12-21
1
-14
/
+1
*
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-10-23
1
-2
/
+2
|
\
|
*
x86/paravirt: Use a single ops structure
Juergen Gross
2018-09-03
1
-2
/
+2
*
|
x86/kvm: Use __bss_decrypted attribute in shared variables
Brijesh Singh
2018-09-15
1
-3
/
+49
|
/
*
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2018-08-14
1
-0
/
+1
|
\
*
|
x86/kvmclock: Mark kvm_get_preset_lpj() as __init
Dou Liyang
2018-07-30
1
-1
/
+1
*
|
x86/kvmclock: Switch kvmclock data to a PER_CPU variable
Thomas Gleixner
2018-07-20
1
-37
/
+62
*
|
x86/kvmclock: Move kvmclock vsyscall param and init to kvmclock
Thomas Gleixner
2018-07-20
1
-17
/
+27
*
|
x86/kvmclock: Mark variables __initdata and __ro_after_init
Thomas Gleixner
2018-07-20
1
-5
/
+5
*
|
x86/kvmclock: Cleanup the code
Thomas Gleixner
2018-07-20
1
-50
/
+22
*
|
x86/kvmclock: Decrapify kvm_register_clock()
Thomas Gleixner
2018-07-20
1
-23
/
+10
*
|
x86/kvmclock: Remove page size requirement from wall_clock
Thomas Gleixner
2018-07-20
1
-8
/
+4
*
|
x86/kvmclock: Remove memblock dependency
Pavel Tatashin
2018-07-20
1
-55
/
+11
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-07-18
1
-6
/
+6
|
\
|
*
kvmclock: fix TSC calibration for nested guests
Peng Hao
2018-07-18
1
-0
/
+1
|
*
x86/kvmclock: set pvti_cpu0_va after enabling kvmclock
Radim Krčmář
2018-07-15
1
-6
/
+5
*
|
x86: Convert x86_platform_ops to timespec64
Arnd Bergmann
2018-05-19
1
-2
/
+2
|
/
*
Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2017-11-16
1
-6
/
+1
|
\
|
*
x86/pvclock: add setter for pvclock_pvti_cpu0_va
Joao Martins
2017-11-08
1
-6
/
+1
*
|
X86/KVM: Clear encryption attribute when SEV is active
Brijesh Singh
2017-11-07
1
-11
/
+54
*
|
kvm: Return -ENODEV from update_persistent_clock
Jason Gunthorpe
2017-11-02
1
-1
/
+1
|
/
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-02-22
1
-1
/
+4
|
\
|
*
kvmclock: export kvmclock clocksource and data pointers
Marcelo Tosatti
2017-02-08
1
-1
/
+4
*
|
sched/clock: Fix hotplug crash
Peter Zijlstra
2017-01-20
1
-1
/
+1
|
/
*
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-12-25
1
-5
/
+5
*
Merge branch 'linus' into x86/asm, to pick up recent fixes
Ingo Molnar
2016-09-15
1
-0
/
+1
|
\
|
*
x86, clock: Fix kvm guest tsc initialization
Prarit Bhargava
2016-09-08
1
-0
/
+1
*
|
x86: Apply more __ro_after_init and const
Kees Cook
2016-08-10
1
-1
/
+1
|
/
*
x86: Fix misspellings in comments
Adam Buchbinder
2016-02-24
1
-1
/
+1
*
x86/vdso: Remove pvclock fixmap machinery
Andy Lutomirski
2015-12-11
1
-6
/
+0
*
x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap
Andy Lutomirski
2015-12-11
1
-0
/
+5
*
x86: kvmclock: abolish PVCLOCK_COUNTS_FROM_ZERO
Radim Krčmář
2015-10-01
1
-11
/
+35
*
kexec: split kexec_load syscall from kexec core code
Dave Young
2015-09-10
1
-2
/
+2
*
x86: kvmclock: set scheduler clock stable
Luiz Capitulino
2015-05-29
1
-2
/
+12
*
Revert "kvmclock: set scheduler clock stable"
Paolo Bonzini
2015-05-19
1
-3
/
+0
*
kvmclock: set scheduler clock stable
Luiz Capitulino
2015-05-07
1
-0
/
+3
*
x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit
Andy Lutomirski
2014-12-10
1
-1
/
+0
*
kvm: kvmclock: use get_cpu() and put_cpu()
Tiejun Chen
2014-11-03
1
-11
/
+8
*
kvm: remove redundant registration of BSP's hv_clock area
Fernando Luis Vázquez Cao
2014-02-22
1
-1
/
+1
*
pvclock: detect watchdog reset at pvclock read
Marcelo Tosatti
2013-11-06
1
-0
/
+1
*
x86: delete __cpuinit usage from all x86 files
Paul Gortmaker
2013-07-14
1
-1
/
+1
*
Merge branch 'timers/posix-cpu-timers-for-tglx' of
Thomas Gleixner
2013-07-04
1
-0
/
+1
|
\
|
*
x86: kvmclock: zero initialize pvclock shared memory area
Igor Mammedov
2013-06-19
1
-0
/
+1
*
|
x86: Increase precision of x86_platform.get/set_wallclock()
David Vrabel
2013-05-28
1
-6
/
+3
|
/
*
Merge branch 'master' into queue
Marcelo Tosatti
2013-03-04
1
-2
/
+2
|
\
|
*
Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-02-24
1
-5
/
+6
|
|
\
|
*
|
x86, kvm: Fix kvm's use of __pa() on percpu areas
Dave Hansen
2013-01-25
1
-2
/
+2
[next]