aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-16/+4
2014-01-31xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pagesDave Jones1-1/+2
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss1-15/+2
2014-01-30Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-15/+15
2014-01-29x86, asmlinkage, xen: Fix type of NMIAndi Kleen1-2/+2
2014-01-29x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visibleAndi Kleen1-1/+1
2014-01-29x86, asmlinkage, paravirt: Make paravirt thunks globalAndi Kleen2-12/+12
2014-01-21xen/pvh: Set X86_CR0_WP and others in CR0 (v2)Roger Pau Monne3-5/+32
2014-01-10xen/pvh: Use 'depend' instead of 'select'.Konrad Rzeszutek Wilk1-2/+1
2014-01-07xen/pvh: remove duplicated include from enlighten.cWei Yongjun1-1/+0
2014-01-07xen/pvh: Fix compile issues with xen_pvh_domain()Konrad Rzeszutek Wilk1-0/+1
2014-01-06xen/pvh: Support ParaVirtualized Hardware extensions (v3).Mukesh Rathor2-2/+25
2014-01-06xen/pvh: Piggyback on PVHVM for grant driver (v4)Konrad Rzeszutek Wilk1-0/+62
2014-01-06xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor2-3/+7
2014-01-06xen/pvh: Update E820 to work with PVH (v2)Mukesh Rathor1-2/+20
2014-01-06xen/pvh: Secondary VCPU bringup (non-bootup CPUs)Mukesh Rathor3-19/+42
2014-01-06xen/pvh: Load GDT/GS in early PV bootup code for BSP.Mukesh Rathor1-2/+37
2014-01-06xen/pvh: Setup up shared_info.Mukesh Rathor1-0/+3
2014-01-06xen/pvh/mmu: Use PV TLB instead of native.Mukesh Rathor1-0/+9
2014-01-06xen/pvh: MMU changes for PVH (v2)Mukesh Rathor1-35/+46
2014-01-06xen/mmu: Cleanup xen_pagetable_p2m_copy a bit.Konrad Rzeszutek Wilk1-20/+20
2014-01-06xen/mmu/p2m: Refactor the xen_pagetable_init code (v2).Konrad Rzeszutek Wilk1-33/+37
2014-01-06xen/pvh: Don't setup P2M tree.Konrad Rzeszutek Wilk2-4/+11
2014-01-06xen/pvh: Early bootup changes in PV code (v4).Mukesh Rathor2-20/+46
2014-01-06xen/pvh/x86: Define what an PVH guest is (v3).Mukesh Rathor1-0/+5
2014-01-06xen/x86: set VIRQ_TIMER priority to maximumDavid Vrabel1-0/+1
2014-01-03xen/pvhvm: Remove the xen_platform_pci int.Konrad Rzeszutek Wilk1-3/+2
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-0/+74
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds7-17/+25
2013-11-15mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov1-1/+1
2013-11-15mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov1-3/+3
2013-11-08Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-3.13Konrad Rzeszutek Wilk2-6/+11
2013-11-08pci-swiotlb-xen: call pci_request_acs only ifdef CONFIG_PCIStefano Stabellini1-0/+4
2013-11-08xen: delete new instances of added __cpuinitPaul Gortmaker1-1/+1
2013-11-06x86/xen: remove deprecated IRQF_DISABLEDMichael Opdenacker3-8/+7
2013-10-10xen: Fix possible user space selector corruptionFrediano Ziglio1-0/+9
2013-10-10swiotlb-xen: use xen_alloc/free_coherent_pagesStefano Stabellini1-2/+5
2013-10-09xen: make xen_create_contiguous_region return the dma addressStefano Stabellini1-1/+3
2013-10-09xen/x86: allow __set_phys_to_machine for autotranslate guestsStefano Stabellini1-3/+3
2013-09-27xen/mmu: Correct PAT MST setting.Konrad Rzeszutek Wilk1-2/+2
2013-09-25Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-8/+28
2013-09-25xen/p2m: check MFN is in range before using the m2p tableDavid Vrabel1-6/+4
2013-09-24xen: Do not enable spinlocks before jump_label_init() has executedKonrad Rzeszutek Wilk1-2/+24
2013-09-10Merge tag 'stable/for-linus-3.12-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-47/+37
2013-09-09xen/spinlock: Don't use __initdate for xen_pv_spinKonrad Rzeszutek Wilk1-1/+1
2013-09-09Revert "xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVM"Konrad Rzeszutek Wilk1-20/+0
2013-09-09xen/spinlock: Don't setup xen spinlock IPI kicker if disabled.Konrad Rzeszutek Wilk1-1/+10
2013-09-09xen/smp: Update pv_lock_ops functions before alternative code starts under PVHVMKonrad Rzeszutek Wilk1-5/+14
2013-09-09xen/spinlock: We don't need the old structure anymoreKonrad Rzeszutek Wilk1-18/+0
2013-09-09xen/spinlock: Fix locking path engaging too soon under PVHVM.Konrad Rzeszutek Wilk2-1/+9