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.
Glauber Costa
a20316d2aa
KVM guest: fix bogus wallclock physical address calculation
...
The use of __pa() to calculate the address of a C-visible symbol
is wrong, and can lead to unpredictable results. See arch/x86/include/asm/page.h
for details.
It should be replaced with __pa_symbol(), that does the correct math here,
by taking relocations into account. This ensures the correct wallclock data
structure physical address is passed to the hypervisor.
Cc: stable@kernel.org
Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
16 years ago
..
alpha
mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
16 years ago
arm
[ARM] Kirkwood: enable eSATA on QNAP TS-219P
16 years ago
avr32
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6
16 years ago
blackfin
…
cris
mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
16 years ago
frv
mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
16 years ago
h8300
…
ia64
KVM: Add __KERNEL__ guards to exported headers
16 years ago
m32r
mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
16 years ago
m68k
m68k,m68knommu: Wire up rt_tgsigqueueinfo and perf_counter_open
16 years ago
m68knommu
m68k,m68knommu: Wire up rt_tgsigqueueinfo and perf_counter_open
16 years ago
microblaze
microblaze: Update Microblaze defconfigs
16 years ago
mips
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
16 years ago
mn10300
MN10300: includecheck fix: mn10300, pci.h
16 years ago
parisc
parisc: fix warning in traps.c
16 years ago
powerpc
KVM: Reduce runnability interface with arch support code
16 years ago
s390
KVM: Add __KERNEL__ guards to exported headers
16 years ago
sh
sh: sh7724 ddr self-refresh changes
16 years ago
sparc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
16 years ago
um
mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
16 years ago
x86
KVM guest: fix bogus wallclock physical address calculation
16 years ago
xtensa
mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
16 years ago
.gitignore
…
Kconfig
…