summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | x86/entry: Stop using PER_CPU_VAR(kernel_stack)Denys Vlasenko2015-05-081-2/+3
| * | | | Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar2015-05-087-349/+338
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvopAndy Lutomirski2015-04-223-17/+4
* | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-221-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/fpu: Simplify fpu__cpu_init()Ingo Molnar2015-05-191-1/+1
| * | | | x86/fpu: Rename fpu_init() to fpu__cpu_init()Ingo Molnar2015-05-191-1/+1
| | |/ / | |/| |
* | | | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar2015-05-111-5/+5
* | | | locking/pvqspinlock, x86: Enable PV qspinlock for XenDavid Vrabel2015-05-081-4/+60
|/ / /
* | | hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guestsBoris Ostrovsky2015-05-051-9/+18
* | | xen: Suspend ticks on all CPUs during suspendBoris Ostrovsky2015-04-291-0/+10
| |/ |/|
* | Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-04-165-312/+278
|\ \
| * | xen/privcmd: improve performance of MMAPBATCH_V2David Vrabel2015-03-161-19/+82
| * | xen: unify foreign GFN map/unmap for auto-xlated physmap guestsDavid Vrabel2015-03-161-107/+3
| * | x86/xen/apic: WARN with details.Konrad Rzeszutek Wilk2015-03-161-1/+1
| * | x86/xen: Provide a "Xen PV" APIC driver to support >255 VCPUsKonrad Rzeszutek Wilk2015-03-162-89/+181
| * | xen: use generated hypercall symbols in arch/x86/xen/xen-head.SJuergen Gross2015-03-161-53/+10
| * | xen: use generated hypervisor symbols in arch/x86/xen/trace.cJuergen Gross2015-03-161-46/+4
| * | xen: synchronize include/xen/interface/xen.h with xenJuergen Gross2015-03-161-1/+1
* | | 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
OpenPOWER on IntegriCloud