aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-11x86/xen: use vmap() to map grant table pages in PVH guestsDavid Vrabel1-5/+5
2014-08-11x86/xen: resume timer irqs earlyDavid Vrabel1-1/+1
2014-08-07Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-58/+20
2014-08-04Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-0/+54
2014-07-31xen/setup: Remove Identity Map Debug MessageMatt Rushton1-3/+2
2014-07-30Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-57/+91
2014-07-30x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel1-57/+91
2014-07-18arch/x86/xen: Silence compiler warningsDaniel Kiper4-14/+53
2014-07-18xen: Put EFI machinery in placeDaniel Kiper1-0/+15
2014-07-14xen/grant-table: remove support for V2 tablesDavid Vrabel1-55/+5
2014-07-14x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel1-57/+91
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/linux/kernel/git/xen/tipLinus Torvalds3-29/+37
2014-06-18x86/xen: no need to explicitly register an NMI callbackDavid Vrabel1-8/+1
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds2-7/+12
2014-06-05Revert "xen/pvh: Update E820 to work with PVH (v2)"David Vrabel1-20/+2
2014-06-05x86/xen: fix memory setup for PVH dom0David Vrabel3-1/+34
2014-06-02Merge tag 'stable/for-linus-3.16-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip into nextLinus Torvalds6-70/+270
2014-05-27x86/xen: map foreign pfns for autotranslated guestsMukesh Rathor1-3/+118
2014-05-21Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin2-4/+4
2014-05-15x86/xen: do not use _PAGE_IOMAP in xen_remap_domain_mfn_range()David Vrabel1-3/+1
2014-05-15x86/xen: set regions above the end of RAM as 1:1David Vrabel2-1/+10
2014-05-15x86/xen: only warn once if bad MFNs are found during setupDavid Vrabel1-3/+3
2014-05-15x86/xen: compactly store large identity ranges in the p2mDavid Vrabel1-50/+105
2014-05-15x86/xen: fix set_phys_range_identity() if pfn_e > MAX_P2M_PFNDavid Vrabel1-1/+4
2014-05-15x86/xen: rename early_p2m_alloc() and early_p2m_alloc_middle()David Vrabel1-6/+6
2014-05-15xen/x86: set panic notifier priority to minimumRadim Krčmář1-0/+1
2014-05-12xen: refactor suspend pre/post hooksDavid Vrabel2-3/+22
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2-4/+4
2014-05-05x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski1-5/+3
2014-05-05x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski1-2/+9
2014-04-17Merge tag 'stable/for-linus-3.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-10/+23
2014-04-15xen/spinlock: Don't enable them unconditionally.Konrad Rzeszutek Wilk1-1/+4
2014-04-15x86/xen: Fix 32-bit PV guests's usage of kernel_stackBoris Ostrovsky2-9/+19
2014-04-07Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus-3.15David Vrabel2-3/+3
2014-04-03Merge tag 'stable/for-linus-3.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-20/+106
2014-04-02Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-04-02Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-03-25Revert "xen: properly account for _PAGE_NUMA during xen pte translations"David Vrabel1-2/+2
2014-03-18xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss1-15/+106
2014-03-18xen: remove XEN_PRIVILEGED_GUESTMichael Opdenacker1-5/+0
2014-03-13x86, vdso, xen: Remove stray reference to FIX_VDSOH. Peter Anvin1-1/+0
2014-03-04x86: Xen: Use the core irq stats functionThomas Gleixner1-1/+1
2014-02-27x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin1-1/+1
2014-02-10xen: properly account for _PAGE_NUMA during xen pte translationsMel Gorman1-2/+2
2014-02-05Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-2/+27
2014-02-03xen/pvh: set CR4 flags for APsMukesh Rathor1-0/+12
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk1-2/+15
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