summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* x86/xen: correct bug in p2m list initializationJuergen Gross2015-02-271-1/+1
* x86/xen: Initialize cr4 shadow for 64-bit PV(H) guestsBoris Ostrovsky2015-02-231-0/+1
* x86/xen: Make sure X2APIC_ENABLE bit of MSR_IA32_APICBASE is not setBoris Ostrovsky2015-02-231-1/+18
* Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-02-211-4/+9
|\
| * x86/spinlocks/paravirt: Fix memory corruption on unlockRaghavendra K T2015-02-181-4/+9
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-161-2/+2
|\ \
| * | x86: Clean up cr4 manipulationAndy Lutomirski2015-02-041-2/+2
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2015-02-141-1/+1
|\ \
| * | x86/xen/p2m: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2015-01-191-1/+1
* | | xen: mark grant mapped pages as foreignJennifer Herbert2015-01-281-7/+0Star
* | | x86/xen: require ballooned pages for grant mapsJennifer Herbert2015-01-281-2/+3
* | | xen: remove scratch frames for ballooned pages and m2p overrideDavid Vrabel2015-01-281-246/+8Star
* | | xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel2015-01-281-11/+10Star
* | | x86/xen: cleanup arch/x86/xen/mmu.cJuergen Gross2015-01-281-2/+0Star
* | | x86/xen: add some __init annotations in arch/x86/xen/mmu.cJuergen Gross2015-01-281-7/+8
* | | x86/xen: add some __init and static annotations in arch/x86/xen/setup.cJuergen Gross2015-01-281-3/+3
* | | x86/xen: use correct types for addresses in arch/x86/xen/setup.cJuergen Gross2015-01-281-12/+13
* | | x86/xen: cleanup arch/x86/xen/setup.cJuergen Gross2015-01-282-10/+6Star
* | | x86,xen: use current->state helpersDavidlohr Bueso2015-01-261-1/+1
* | | x86/xen: prefer TSC over xen clocksource for dom0Palik, Imre2015-01-201-0/+4
| |/ |/|
* | Merge tag 'stable/for-linus-3.19-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2015-01-134-46/+56
|\ \ | |/ |/|
| * x86/xen: properly retrieve NMI reasonJan Beulich2015-01-131-1/+21
| * xen: check for zero sized area when invalidating memoryJuergen Gross2015-01-121-0/+2
| * xen: use correct type for physical addressesJuergen Gross2015-01-121-2/+2
| * xen: correct race in alloc_p2m_pmd()Juergen Gross2015-01-121-6/+3Star
| * xen: correct error for building p2m list on 32 bitsJuergen Gross2015-01-121-1/+1
| * x86/xen: avoid freeing static 'name' when kasprintf() failsVitaly Kuznetsov2015-01-081-11/+5Star
| * x86/xen: add extra memory for remapped frames during setupDavid Vrabel2015-01-081-4/+9
| * x86/xen: don't count how many PFNs are identity mappedDavid Vrabel2015-01-081-18/+9Star
| * x86/xen: Free bootmem in free_p2m_page() during early bootBoris Ostrovsky2015-01-081-3/+6
| * x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer()Boris Ostrovsky2014-12-231-2/+0Star
* | Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...Linus Torvalds2014-12-164-951/+708Star
|\|
| * xen: switch to post-init routines in xen mmu.c earlierJuergen Gross2014-12-111-1/+1
| * xen: annotate xen_set_identity_and_remap_chunk() with __initJuergen Gross2014-12-081-1/+1
| * xen: introduce helper functions to do safe read and write accessesJuergen Gross2014-12-081-1/+1
| * xen: Speed up set_phys_to_machine() by using read-only mappingsJuergen Gross2014-12-041-6/+8
| * xen: switch to linear virtual mapped sparse p2m listJuergen Gross2014-12-043-440/+331Star
| * xen: Hide get_phys_to_machine() to be able to tune common pathJuergen Gross2014-12-042-4/+4
| * xen: Delay invalidating extra memoryJuergen Gross2014-12-043-129/+100Star
| * xen: Delay m2p_override initializationJuergen Gross2014-12-041-7/+12
| * xen: Delay remapping memory of pv-domainJuergen Gross2014-12-044-296/+172Star
| * xen: use common page allocation function in p2m.cJuergen Gross2014-12-042-22/+37
| * xen: Make functions staticJuergen Gross2014-12-041-94/+92Star
| * xen: fix some style issues in p2m.cJuergen Gross2014-12-041-8/+7Star
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-101-2/+4
|\ \
| * | x86_64,vsyscall: Make vsyscall emulation configurableAndy Lutomirski2014-11-031-2/+4
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-12-103-65/+8Star
|\ \ \ | |_|/ |/| |
| * | xen: Support Xen pv-domains using PATJuergen Gross2014-11-163-65/+8Star
| |/
* / x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU downBoris Ostrovsky2014-11-101-0/+3
|/
* x86/xen: panic on bad Xen-provided memory mapMartin Kelly2014-10-231-0/+1