aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAge
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-04
|\
| * arch/x86/xen: Silence compiler warningsDaniel Kiper2014-07-18
| * xen: Put EFI machinery in placeDaniel Kiper2014-07-18
* | Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-07-30
|\ \
| * | x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel2014-07-30
* | | Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-06-19
|\| | | |/ |/|
| * x86/xen: no need to explicitly register an NMI callbackDavid Vrabel2014-06-18
| * Revert "xen/pvh: Update E820 to work with PVH (v2)"David Vrabel2014-06-05
| * x86/xen: fix memory setup for PVH dom0David Vrabel2014-06-05
* | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-05
|\ \
| * \ Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin2014-05-21
| |\ \
| * | | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski2014-05-05
| * | | x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski2014-05-05
* | | | Merge tag 'stable/for-linus-3.16-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-06-02
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | x86/xen: map foreign pfns for autotranslated guestsMukesh Rathor2014-05-27
| * | x86/xen: do not use _PAGE_IOMAP in xen_remap_domain_mfn_range()David Vrabel2014-05-15
| * | x86/xen: set regions above the end of RAM as 1:1David Vrabel2014-05-15
| * | x86/xen: only warn once if bad MFNs are found during setupDavid Vrabel2014-05-15
| * | x86/xen: compactly store large identity ranges in the p2mDavid Vrabel2014-05-15
| * | x86/xen: fix set_phys_range_identity() if pfn_e > MAX_P2M_PFNDavid Vrabel2014-05-15
| * | x86/xen: rename early_p2m_alloc() and early_p2m_alloc_middle()David Vrabel2014-05-15
| * | xen/x86: set panic notifier priority to minimumRadim Krčmář2014-05-15
| * | xen: refactor suspend pre/post hooksDavid Vrabel2014-05-12
| |/
* / asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-05
|/
* Merge tag 'stable/for-linus-3.15-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-04-17
|\
| * xen/spinlock: Don't enable them unconditionally.Konrad Rzeszutek Wilk2014-04-15
| * x86/xen: Fix 32-bit PV guests's usage of kernel_stackBoris Ostrovsky2014-04-15
| * Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus...David Vrabel2014-04-07
| |\
* | | Merge tag 'stable/for-linus-3.15-tag' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-04-03
|\| |
| * | xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss2014-03-18
| * | xen: remove XEN_PRIVILEGED_GUESTMichael Opdenacker2014-03-18
* | | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2014-04-02
|\ \ \
| * | | x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin2014-02-27
* | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-02
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86, vdso, xen: Remove stray reference to FIX_VDSOH. Peter Anvin2014-03-13
| | |/ | |/|
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-01
|\ \ \
| * | | x86: Xen: Use the core irq stats functionThomas Gleixner2014-03-04
| |/ /
* / / Revert "xen: properly account for _PAGE_NUMA during xen pte translations"David Vrabel2014-03-25
|/ /
* / xen: properly account for _PAGE_NUMA during xen pte translationsMel Gorman2014-02-10
|/
* Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-02-05
|\
| * xen/pvh: set CR4 flags for APsMukesh Rathor2014-02-03
| * Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk2014-02-03
* | Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc...Linus Torvalds2014-01-31
|\|
| * xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pagesDave Jones2014-01-31
| * xen/grant-table: Avoid m2p_override during mappingZoltan Kiss2014-01-31
* | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-01-30
|\ \ | |/ |/|
| * x86, asmlinkage, xen: Fix type of NMIAndi Kleen2014-01-30
| * x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visibleAndi Kleen2014-01-30
| * x86, asmlinkage, paravirt: Make paravirt thunks globalAndi Kleen2014-01-30
* | xen/pvh: Set X86_CR0_WP and others in CR0 (v2)Roger Pau Monne2014-01-21