You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zachary Amsden
1d5f066e0b
KVM: x86: Fix a possible backwards warp of kvmclock
...
Kernel time, which advances in discrete steps may progress much slower
than TSC. As a result, when kvmclock is adjusted to a new base, the
apparent time to the guest, which runs at a much higher, nsec scaled
rate based on the current TSC, may have already been observed to have
a larger value (kernel_ns + scaled tsc) than the value to which we are
setting it (kernel_ns + 0).
We must instead compute the clock as potentially observed by the guest
for kernel_ns to make sure it does not go backwards.
Signed-off-by: Zachary Amsden <zamsden@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
15 years ago
..
alpha
Fix up more fallout form alpha signal cleanups
15 years ago
arm
Merge master.kernel.org:/home/rmk/linux-2.6-arm
15 years ago
avr32
modules: Fix module_bug_list list corruption race
15 years ago
blackfin
Blackfin: bf52x/bf54x boards: drop unused nand page size
15 years ago
cris
Make do_execve() take a const filename pointer
15 years ago
frv
frv: double syscall restarts, syscall restart in sigreturn()
15 years ago
h8300
modules: Fix module_bug_list list corruption race
15 years ago
ia64
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
15 years ago
m32r
m32r: test __LITTLE_ENDIAN__ instead of __LITTLE_ENDIAN
15 years ago
m68k
arch/m68k/mac/macboing.c: use unsigned long for irqflags
15 years ago
m68knommu
m68k,m68knommu: Wire up fanotify_init, fanotify_mark, and prlimit64
15 years ago
microblaze
Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6
15 years ago
mips
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
15 years ago
mn10300
modules: Fix module_bug_list list corruption race
15 years ago
parisc
modules: Fix module_bug_list list corruption race
15 years ago
powerpc
KVM: PPC: fix leakage of error page in kvmppc_patch_dcbz()
15 years ago
s390
modules: Fix module_bug_list list corruption race
15 years ago
score
Make do_execve() take a const filename pointer
15 years ago
sh
modules: Fix module_bug_list list corruption race
15 years ago
sparc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
15 years ago
tile
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
15 years ago
um
uml: fix build
15 years ago
x86
KVM: x86: Fix a possible backwards warp of kvmclock
15 years ago
xtensa
Make do_execve() take a const filename pointer
15 years ago
.gitignore
…
Kconfig
kprobes: Fix Kconfig dependency
15 years ago