summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c
Commit message (Expand)AuthorAgeFilesLines
* x86/xen: Probe target addresses in set_aliased_prot() before the hypercallAndy Lutomirski2015-07-311-0/+40
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-231-3/+5
|\
| *-. Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar2015-06-221-2/+3
| |\ \
| | * | x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov2015-06-071-2/+3
| * | | Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar2015-05-081-98/+19Star
| |\| |
| * | | x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvopAndy Lutomirski2015-04-221-1/+2
* | | | x86/fpu: Simplify fpu__cpu_init()Ingo Molnar2015-05-191-1/+1
* | | | x86/fpu: Rename fpu_init() to fpu__cpu_init()Ingo Molnar2015-05-191-1/+1
| |/ / |/| |
* | | hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guestsBoris Ostrovsky2015-05-051-9/+18
| |/ |/|
* | Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-04-161-89/+1Star
|\ \ | |/ |/|
| * x86/xen: Provide a "Xen PV" APIC driver to support >255 VCPUsKonrad Rzeszutek Wilk2015-03-161-89/+1Star
* | x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpuAndy Lutomirski2015-03-061-0/+1
|/
* x86/xen: Initialize cr4 shadow for 64-bit PV(H) guestsBoris Ostrovsky2015-02-231-0/+1
* x86/xen: Make sure X2APIC_ENABLE bit of MSR_IA32_APICBASE is not setBoris Ostrovsky2015-02-231-1/+18
* x86: Clean up cr4 manipulationAndy Lutomirski2015-02-041-2/+2
* Merge tag 'stable/for-linus-3.19-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2015-01-131-1/+21
|\
| * x86/xen: properly retrieve NMI reasonJan Beulich2015-01-131-1/+21
* | xen: Support Xen pv-domains using PATJuergen Gross2014-11-161-18/+7Star
|/
* x86/xen: delay construction of mfn_list_listJuergen Gross2014-10-231-3/+0Star
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-2/+2
|\
| * x86: Replace __get_cpu_var usesChristoph Lameter2014-08-261-2/+2
* | x86/xen: Set EFER.NX and EFER.SCE in PVH guestsMukesh Rathor2014-10-061-0/+6
* | xen: eliminate scalability issues from initrd handlingJuergen Gross2014-10-031-2/+9
* | x86: remove the Xen-specific _PAGE_IOMAP PTE flagDavid Vrabel2014-09-231-2/+0Star
|/
* Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-08-071-0/+13
|\
| * xen: Introduce 'xen_nopv' to disable PV extensions for HVM guests.Konrad Rzeszutek Wilk2014-07-141-0/+13
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-051-0/+2
|\ \ | |/ |/|
| * arch/x86/xen: Silence compiler warningsDaniel Kiper2014-07-181-14/+1Star
| * xen: Put EFI machinery in placeDaniel Kiper2014-07-181-0/+15
* | Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-06-191-1/+4
|\ \ | |/ |/|
| * x86/xen: fix memory setup for PVH dom0David Vrabel2014-06-051-1/+4
* | Merge tag 'stable/for-linus-3.16-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-06-021-0/+1
|\|
| * xen/x86: set panic notifier priority to minimumRadim Krčmář2014-05-151-0/+1
* | asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-061-1/+1
|/
* xen/pvh: set CR4 flags for APsMukesh Rathor2014-02-031-0/+12
* xen/pvh: Set X86_CR0_WP and others in CR0 (v2)Roger Pau Monne2014-01-211-3/+30
* xen/pvh: remove duplicated include from enlighten.cWei Yongjun2014-01-071-1/+0Star
* xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor2014-01-061-2/+3
* xen/pvh: Secondary VCPU bringup (non-bootup CPUs)Mukesh Rathor2014-01-061-3/+8
* xen/pvh: Load GDT/GS in early PV bootup code for BSP.Mukesh Rathor2014-01-061-2/+37
* xen/pvh: Don't setup P2M tree.Konrad Rzeszutek Wilk2014-01-061-2/+1Star
* xen/pvh: Early bootup changes in PV code (v4).Mukesh Rathor2014-01-061-14/+34
* Merge tag 'stable/for-linus-3.12-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds2013-09-111-1/+0Star
|\
| * xen/spinlock: Fix locking path engaging too soon under PVHVM.Konrad Rzeszutek Wilk2013-09-091-1/+0Star
* | Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-051-5/+10
|\|
| * xen/pvhvm: Initialize xen panic handler for PVHVM guestsVaughan Cao2013-08-201-0/+2
| * xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk2013-08-091-5/+8
* | x86: Correctly detect hypervisorJason Wang2013-08-051-6/+3Star
|/
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-151-3/+3
* x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin2013-06-061-1/+1