summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-052-4/+4
* Merge tag 'stable/for-linus-3.15-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-04-173-10/+23
|\
| * xen/spinlock: Don't enable them unconditionally.Konrad Rzeszutek Wilk2014-04-151-1/+4
| * x86/xen: Fix 32-bit PV guests's usage of kernel_stackBoris Ostrovsky2014-04-152-9/+19
| * Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus...David Vrabel2014-04-072-3/+3
| |\
* | \ Merge tag 'stable/for-linus-3.15-tag' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-04-032-20/+106
|\ \ \ | |/ /
| * | xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss2014-03-181-15/+106
| * | xen: remove XEN_PRIVILEGED_GUESTMichael Opdenacker2014-03-181-5/+0
* | | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2014-04-021-1/+1
|\ \ \
| * | | x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin2014-02-271-1/+1
* | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-021-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86, vdso, xen: Remove stray reference to FIX_VDSOH. Peter Anvin2014-03-131-1/+0
| | |/ | |/|
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-011-1/+1
|\ \ \
| * | | x86: Xen: Use the core irq stats functionThomas Gleixner2014-03-041-1/+1
| |/ /
* | | Revert "xen: properly account for _PAGE_NUMA during xen pte translations"David Vrabel2014-03-251-2/+2
|/ /
* | xen: properly account for _PAGE_NUMA during xen pte translationsMel Gorman2014-02-101-2/+2
|/
* Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-02-052-2/+27
|\
| * xen/pvh: set CR4 flags for APsMukesh Rathor2014-02-031-0/+12
| * Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk2014-02-031-2/+15
* | Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc...Linus Torvalds2014-01-312-16/+4
|\ \ | |/
| * xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pagesDave Jones2014-01-311-1/+2
| * xen/grant-table: Avoid m2p_override during mappingZoltan Kiss2014-01-311-15/+2
* | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-01-304-15/+15
|\ \ | |/ |/|
| * x86, asmlinkage, xen: Fix type of NMIAndi Kleen2014-01-291-2/+2
| * x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visibleAndi Kleen2014-01-291-1/+1
| * x86, asmlinkage, paravirt: Make paravirt thunks globalAndi Kleen2014-01-292-12/+12
* | xen/pvh: Set X86_CR0_WP and others in CR0 (v2)Roger Pau Monne2014-01-213-5/+32
* | xen/pvh: Use 'depend' instead of 'select'.Konrad Rzeszutek Wilk2014-01-101-2/+1
* | xen/pvh: remove duplicated include from enlighten.cWei Yongjun2014-01-071-1/+0
* | xen/pvh: Fix compile issues with xen_pvh_domain()Konrad Rzeszutek Wilk2014-01-071-0/+1
* | xen/pvh: Support ParaVirtualized Hardware extensions (v3).Mukesh Rathor2014-01-062-2/+25
* | xen/pvh: Piggyback on PVHVM for grant driver (v4)Konrad Rzeszutek Wilk2014-01-061-0/+62
* | xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor2014-01-062-3/+7
* | xen/pvh: Update E820 to work with PVH (v2)Mukesh Rathor2014-01-061-2/+20
* | xen/pvh: Secondary VCPU bringup (non-bootup CPUs)Mukesh Rathor2014-01-063-19/+42
* | xen/pvh: Load GDT/GS in early PV bootup code for BSP.Mukesh Rathor2014-01-061-2/+37
* | xen/pvh: Setup up shared_info.Mukesh Rathor2014-01-061-0/+3
* | xen/pvh/mmu: Use PV TLB instead of native.Mukesh Rathor2014-01-061-0/+9
* | xen/pvh: MMU changes for PVH (v2)Mukesh Rathor2014-01-061-35/+46
* | xen/mmu: Cleanup xen_pagetable_p2m_copy a bit.Konrad Rzeszutek Wilk2014-01-061-20/+20
* | xen/mmu/p2m: Refactor the xen_pagetable_init code (v2).Konrad Rzeszutek Wilk2014-01-061-33/+37
* | xen/pvh: Don't setup P2M tree.Konrad Rzeszutek Wilk2014-01-062-4/+11
* | xen/pvh: Early bootup changes in PV code (v4).Mukesh Rathor2014-01-062-20/+46
* | xen/pvh/x86: Define what an PVH guest is (v3).Mukesh Rathor2014-01-061-0/+5
* | xen/x86: set VIRQ_TIMER priority to maximumDavid Vrabel2014-01-061-0/+1
* | xen/pvhvm: Remove the xen_platform_pci int.Konrad Rzeszutek Wilk2014-01-031-3/+2
* | xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-031-0/+74
|/
* Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-11-157-17/+25
|\
| * Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk2013-11-082-6/+11
| |\
| | * swiotlb-xen: use xen_alloc/free_coherent_pagesStefano Stabellini2013-10-101-2/+5
OpenPOWER on IntegriCloud