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.
Mukesh Rathor
fc590efe66
xen/p2m: Check for auto-xlat when doing mfn_to_local_pfn.
...
Most of the functions in page.h are prefaced with
if (xen_feature(XENFEAT_auto_translated_physmap))
return mfn;
Except the mfn_to_local_pfn. At a first sight, the function
should work without this patch - as the 'mfn_to_mfn' has
a similar check. But there are no such check in the
'get_phys_to_machine' function - so we would crash in there.
This fixes it by following the convention of having the
check for auto-xlat in these static functions.
Signed-off-by: Mukesh Rathor <mukesh.rathor@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11 years ago
..
boot
x86, build: Pass in additional -mno-mmx, -mno-sse options
11 years ago
configs
x86, defconfig: Add DEVTMPFS and DEVTMPFS_MOUNT to *86*_defconfig
11 years ago
crypto
crypto: sha256_ssse3 - also test for BMI2
11 years ago
ia32
constify copy_siginfo_to_user{,32}()
11 years ago
include
xen/p2m: Check for auto-xlat when doing mfn_to_local_pfn.
11 years ago
kernel
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
11 years ago
kvm
KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)
11 years ago
lguest
lguest: fix GPF in guest when using gdb.
12 years ago
lib
ACPI and power management updates for 3.13-rc1
11 years ago
math-emu
…
mm
mm: numa: serialise parallel get_user_page against THP migration
11 years ago
net
net: x86: bpf: don't forget to free sk_filter (v2)
11 years ago
oprofile
perf: Fix arch_perf_out_copy_user default
11 years ago
pci
ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node
11 years ago
platform
x86, efi: Don't use (U)EFI time services on 32 bit
11 years ago
power
…
realmode
x86, build: Pass in additional -mno-mmx, -mno-sse options
11 years ago
syscalls
…
tools
…
um
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
11 years ago
vdso
seqcount: Add lockdep functionality to seqcount/seqlock structures
11 years ago
video
…
xen
xen/x86: set VIRQ_TIMER priority to maximum
11 years ago
.gitignore
…
Kbuild
…
Kconfig
math64: Add mul_u64_u32_shr()
11 years ago
Kconfig.cpu
…
Kconfig.debug
x86/efi: Add EFI framebuffer earlyprintk support
11 years ago
Makefile
x86, build: Pass in additional -mno-mmx, -mno-sse options
11 years ago
Makefile.um
…
Makefile_32.cpu
…