summaryrefslogtreecommitdiff
path: root/arch/x86/xen/enlighten.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+13
2014-08-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2014-07-19arch/x86/xen: Silence compiler warningsDaniel Kiper1-14/+1
2014-07-19xen: Put EFI machinery in placeDaniel Kiper1-0/+15
2014-07-14xen: Introduce 'xen_nopv' to disable PV extensions for HVM guests.Konrad Rzeszutek Wilk1-0/+13
2014-06-19Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+4
2014-06-05x86/xen: fix memory setup for PVH dom0David Vrabel1-1/+4
2014-06-02Merge tag 'stable/for-linus-3.16-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2014-05-15xen/x86: set panic notifier priority to minimumRadim Krčmář1-0/+1
2014-05-06asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen1-1/+1
2014-02-04xen/pvh: set CR4 flags for APsMukesh Rathor1-0/+12
2014-01-21xen/pvh: Set X86_CR0_WP and others in CR0 (v2)Roger Pau Monne1-3/+30
2014-01-07xen/pvh: remove duplicated include from enlighten.cWei Yongjun1-1/+0
2014-01-06xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor1-2/+3
2014-01-06xen/pvh: Secondary VCPU bringup (non-bootup CPUs)Mukesh Rathor1-3/+8
2014-01-06xen/pvh: Load GDT/GS in early PV bootup code for BSP.Mukesh Rathor1-2/+37
2014-01-06xen/pvh: Don't setup P2M tree.Konrad Rzeszutek Wilk1-2/+1
2014-01-06xen/pvh: Early bootup changes in PV code (v4).Mukesh Rathor1-14/+34
2013-09-11Merge tag 'stable/for-linus-3.12-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds1-1/+0
2013-09-09xen/spinlock: Fix locking path engaging too soon under PVHVM.Konrad Rzeszutek Wilk1-1/+0
2013-09-05Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-5/+10
2013-08-20xen/pvhvm: Initialize xen panic handler for PVHVM guestsVaughan Cao1-0/+2
2013-08-09xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk1-5/+8
2013-08-05x86: Correctly detect hypervisorJason Wang1-6/+3
2013-07-15x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-3/+3
2013-06-07x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin1-1/+1
2013-05-12Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds1-1/+49
2013-05-08xen: mask x2APIC feature in PVZhenzhong Duan1-0/+3
2013-05-08xen/smp/pvhvm: Don't point per_cpu(xen_vpcu, 33 and larger) to shared_infoKonrad Rzeszutek Wilk1-0/+3
2013-05-07xen/vcpu: Document the xen_vcpu_info and xen_vcpuKonrad Rzeszutek Wilk1-1/+28
2013-05-06xen/vcpu/pvhvm: Fix vcpu hotplugging hanging.Konrad Rzeszutek Wilk1-0/+15
2013-04-30Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2013-04-17xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk1-1/+4
2013-04-16x86/xen: populate boot_params with EDD dataDavid Vrabel1-0/+52
2013-04-12x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk1-1/+0
2013-02-28xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk1-1/+9
2013-02-20Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2013-02-15Revert "xen PVonHVM: use E820_Reserved area for shared_info"Konrad Rzeszutek Wilk1-53/+22
2013-02-15Revert "xen/PVonHVM: fix compile warning in init_hvm_pv_info"Konrad Rzeszutek Wilk1-1/+1
2013-01-24x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria1-0/+1
2012-12-18xen/vcpu: Fix vcpu restore path.Wei Liu1-3/+4
2012-12-01xen/PVonHVM: fix compile warning in init_hvm_pv_infoOlaf Hering1-1/+1
2012-11-28xen/acpi: Move the xen_running_on_version_or_later function.Konrad Rzeszutek Wilk1-0/+15
2012-11-27xen/acpi: revert pad config check in xen_check_mwaitLiu, Jinsong1-2/+8
2012-11-02xen PVonHVM: use E820_Reserved area for shared_infoOlaf Hering1-22/+53
2012-10-19Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk1-0/+4
2012-10-19xen/x86: remove duplicated include from enlighten.cWei Yongjun1-2/+0
2012-10-12Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+17
2012-10-12xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk1-1/+15
2012-10-12xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk1-0/+2