summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-141-1/+21
|\
| * x86/xen: properly retrieve NMI reasonJan Beulich2015-01-131-1/+21
* | xen: Support Xen pv-domains using PATJuergen Gross2014-11-161-18/+7
|/
* x86/xen: delay construction of mfn_list_listJuergen Gross2014-10-231-3/+0
* 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/+0
|/
* 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-041-0/+2
|\ \ | |/ |/|
| * arch/x86/xen: Silence compiler warningsDaniel Kiper2014-07-181-14/+1
| * 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-051-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/+0
* 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/+1
* 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-101-1/+0
|\
| * xen/spinlock: Fix locking path engaging too soon under PVHVM.Konrad Rzeszutek Wilk2013-09-091-1/+0
* | Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-041-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/+3
|/
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-3/+3
* x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin2013-06-061-1/+1
* Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds2013-05-111-1/+49
|\
| * xen: mask x2APIC feature in PVZhenzhong Duan2013-05-081-0/+3
| * xen/smp/pvhvm: Don't point per_cpu(xen_vpcu, 33 and larger) to shared_infoKonrad Rzeszutek Wilk2013-05-081-0/+3
| * xen/vcpu: Document the xen_vcpu_info and xen_vcpuKonrad Rzeszutek Wilk2013-05-071-1/+28
| * xen/vcpu/pvhvm: Fix vcpu hotplugging hanging.Konrad Rzeszutek Wilk2013-05-061-0/+15
* | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-301-1/+0
|\ \ | |/ |/|
| * x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk2013-04-111-1/+0
* | xen/time: Fix kasprintf splat when allocating timer%d IRQ line.Konrad Rzeszutek Wilk2013-04-161-1/+4
* | x86/xen: populate boot_params with EDD dataDavid Vrabel2013-04-161-0/+52
|/
* xen/pat: Disable PAT using pat_enabled value.Konrad Rzeszutek Wilk2013-02-281-1/+9
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-191-0/+1
|\
| * x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria2013-01-241-0/+1
* | Revert "xen PVonHVM: use E820_Reserved area for shared_info"Konrad Rzeszutek Wilk2013-02-141-53/+22
* | Revert "xen/PVonHVM: fix compile warning in init_hvm_pv_info"Konrad Rzeszutek Wilk2013-02-141-1/+1
|/