aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-27x86/xen: correct bug in p2m list initializationJuergen Gross1-1/+1
2015-02-23x86/xen: Initialize cr4 shadow for 64-bit PV(H) guestsBoris Ostrovsky1-0/+1
2015-02-23x86/xen: Make sure X2APIC_ENABLE bit of MSR_IA32_APICBASE is not setBoris Ostrovsky1-1/+18
2015-02-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+9
2015-02-18x86/spinlocks/paravirt: Fix memory corruption on unlockRaghavendra K T1-4/+9
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linuxLinus Torvalds1-1/+1
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski1-2/+2
2015-01-28xen: mark grant mapped pages as foreignJennifer Herbert1-7/+0
2015-01-28x86/xen: require ballooned pages for grant mapsJennifer Herbert1-2/+3
2015-01-28xen: remove scratch frames for ballooned pages and m2p overrideDavid Vrabel1-246/+8
2015-01-28xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel1-11/+10
2015-01-28x86/xen: cleanup arch/x86/xen/mmu.cJuergen Gross1-2/+0
2015-01-28x86/xen: add some __init annotations in arch/x86/xen/mmu.cJuergen Gross1-7/+8
2015-01-28x86/xen: add some __init and static annotations in arch/x86/xen/setup.cJuergen Gross1-3/+3
2015-01-28x86/xen: use correct types for addresses in arch/x86/xen/setup.cJuergen Gross1-12/+13
2015-01-28x86/xen: cleanup arch/x86/xen/setup.cJuergen Gross2-10/+6
2015-01-26x86,xen: use current->state helpersDavidlohr Bueso1-1/+1
2015-01-20x86/xen: prefer TSC over xen clocksource for dom0Palik, Imre1-0/+4
2015-01-19x86/xen/p2m: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger1-1/+1
2015-01-14Merge tag 'stable/for-linus-3.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-46/+56
2015-01-13x86/xen: properly retrieve NMI reasonJan Beulich1-1/+21
2015-01-12xen: check for zero sized area when invalidating memoryJuergen Gross1-0/+2
2015-01-12xen: use correct type for physical addressesJuergen Gross1-2/+2
2015-01-12xen: correct race in alloc_p2m_pmd()Juergen Gross1-6/+3
2015-01-12xen: correct error for building p2m list on 32 bitsJuergen Gross1-1/+1
2015-01-08x86/xen: avoid freeing static 'name' when kasprintf() failsVitaly Kuznetsov1-11/+5
2015-01-08x86/xen: add extra memory for remapped frames during setupDavid Vrabel1-4/+9
2015-01-08x86/xen: don't count how many PFNs are identity mappedDavid Vrabel1-18/+9
2015-01-08x86/xen: Free bootmem in free_p2m_page() during early bootBoris Ostrovsky1-3/+6
2014-12-23x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer()Boris Ostrovsky1-2/+0
2014-12-16Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-951/+708
2014-12-11xen: switch to post-init routines in xen mmu.c earlierJuergen Gross1-1/+1
2014-12-10Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2014-12-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-65/+8
2014-12-08xen: annotate xen_set_identity_and_remap_chunk() with __initJuergen Gross1-1/+1
2014-12-08xen: introduce helper functions to do safe read and write accessesJuergen Gross1-1/+1
2014-12-04xen: Speed up set_phys_to_machine() by using read-only mappingsJuergen Gross1-6/+8
2014-12-04xen: switch to linear virtual mapped sparse p2m listJuergen Gross3-440/+331
2014-12-04xen: Hide get_phys_to_machine() to be able to tune common pathJuergen Gross2-4/+4
2014-12-04xen: Delay invalidating extra memoryJuergen Gross3-129/+100
2014-12-04xen: Delay m2p_override initializationJuergen Gross1-7/+12
2014-12-04xen: Delay remapping memory of pv-domainJuergen Gross4-296/+172
2014-12-04xen: use common page allocation function in p2m.cJuergen Gross2-22/+37
2014-12-04xen: Make functions staticJuergen Gross1-94/+92
2014-12-04xen: fix some style issues in p2m.cJuergen Gross1-8/+7
2014-11-16xen: Support Xen pv-domains using PATJuergen Gross3-65/+8
2014-11-10x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU downBoris Ostrovsky1-0/+3
2014-11-03x86_64,vsyscall: Make vsyscall emulation configurableAndy Lutomirski1-2/+4
2014-10-23x86/xen: panic on bad Xen-provided memory mapMartin Kelly1-0/+1