summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-141-7/+7
|\
| * x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-7/+7
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-141-21/+25
|\ \ | |/ |/|
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-03-271-21/+25
| |\
| | * x86: Use common outgoing-CPU-notification codePaul E. McKenney2015-03-111-21/+25
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-133-17/+6
|\ \ \
| * \ \ Merge tag 'v4.0-rc7' into x86/asm, to resolve conflictsIngo Molnar2015-04-081-1/+9
| |\ \ \
| * | | | x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guestsBoris Ostrovsky2015-04-021-12/+1
| * | | | x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko2015-03-241-2/+1
| * | | | Merge tag 'v4.0-rc5' into x86/asm, to resolve conflictsIngo Molnar2015-03-231-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | x86/asm/entry/64: Rename 'old_rsp' to 'rsp_scratch'Ingo Molnar2015-03-171-4/+4
| * | | | x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpuAndy Lutomirski2015-03-061-0/+1
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-131-7/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner2015-04-011-1/+1
| * | | | clockevents: Make suspend/resume calls explicitThomas Gleixner2015-04-011-7/+4
| | |/ / | |/| |
* | | | x86/xen: prepare p2m list for memory hotplugJuergen Gross2015-03-231-1/+9
|/ / /
* | | 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/+0
* | | 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/+8
* | | xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel2015-01-281-11/+10
* | | x86/xen: cleanup arch/x86/xen/mmu.cJuergen Gross2015-01-281-2/+0
* | | 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/+6
* | | 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-144-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/+3
| * 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/+5
| * 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/+9
| * 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/+0
* | Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...Linus Torvalds2014-12-164-951/+708
|\ \ | |/
| * 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
OpenPOWER on IntegriCloud