summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/qspinlock: Don't kick CPU if IRQ is not initializedRoss Lagerwall2016-04-231-0/+6
* xen/x86: Call cpu_startup_entry(CPUHP_AP_ONLINE_IDLE) from xen_play_dead()Boris Ostrovsky2016-03-291-0/+2
* Merge tag 'v4.6-rc1' into for-linus-4.6Konrad Rzeszutek Wilk2016-03-297-11/+21
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-243-6/+6
| |\
| | * x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski2016-03-171-1/+1
| | * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-172-5/+5
| | |\
| | | * x86: Fix misspellings in commentsAdam Buchbinder2016-02-242-5/+5
| * | | Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-221-7/+12
| |\ \ \
| * \ \ \ Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-203-2/+12
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | x86/xen: Mark xen_cpuid() stack frame as non-standardJosh Poimboeuf2016-02-291-1/+2
| | * | | x86/asm/xen: Create stack frames in xen-asm.SJosh Poimboeuf2016-02-241-1/+9
| | * | | x86/asm/xen: Set ELF function type for xen_adjust_exception_frame()Josh Poimboeuf2016-02-241-0/+1
| * | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-1/+1
| |\ \ \ \
| | * | | | arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
| | |/ / /
| * | | / perf/x86: Move perf_event.h to its new homeBorislav Petkov2016-02-171-1/+1
| | |_|/ | |/| |
| * | | x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han2016-02-011-1/+1
| |/ /
* | / xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC opBoris Ostrovsky2016-03-251-2/+10
| |/ |/|
* | xen/x86: Drop mode-selecting ifdefs in startup_xen()Boris Ostrovsky2016-03-031-7/+3
* | xen/x86: Zero out .bss for PV guestsBoris Ostrovsky2016-03-031-0/+9
|/
* Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-124-90/+38
|\
| * x86/xen: don't reset vcpu_info on a cancelled suspendOuyang Zhaowei (Charles)2016-01-041-1/+2
| * xen/x86: convert remaining timespec to timespec64 in xen_pvclock_gtod_notifyStefano Stabellini2015-12-211-2/+2
| * xen/x86: support XENPF_settime64Stefano Stabellini2015-12-211-7/+28
| * xen: introduce XENPF_settime64Stefano Stabellini2015-12-211-4/+4
| * xen: rename dom0_op to platform_opStefano Stabellini2015-12-213-6/+6
| * xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/ti...Stefano Stabellini2015-12-211-75/+1
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-112-8/+0
|\ \
| * | Merge branch 'linus' into x86/cleanupsThomas Gleixner2015-12-196-27/+48
| |\|
| * | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-251-1/+0
| * | x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross2015-11-191-7/+0
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-114-39/+0
|\ \ \
| * | | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky2015-11-231-19/+0
| * | | x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-233-20/+0
| * | | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-11-231-1/+3
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-081-2/+6
|\ \ \ \
| * | | | x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel2015-12-191-1/+3
| * | | | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-12-191-1/+3
| |/ / /
* | | / arch/x86/xen/suspend.c: include xen/xen.hAndrew Morton2015-12-291-0/+1
| |_|/ |/| |
* | | Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-182-17/+12
|\ \ \ | |/ / |/| |
| * | xen/x86/pvh: Use HVM's flush_tlb_others opBoris Ostrovsky2015-12-141-7/+2
| * | xen: Resume PMU from non-atomic contextBoris Ostrovsky2015-12-021-10/+10
* | | Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-045-10/+36
|\| | | |/ |/|
| * xen: fix the check of e_pfn in xen_find_pfn_rangeZhenzhong Duan2015-11-021-1/+1
| * x86/xen: add reschedule point when mapping foreign GFNsDavid Vrabel2015-10-281-0/+1
| * xen/arm: Enable cpu_hotplug.cStefano Stabellini2015-10-231-0/+15
| * x86/xen: export xen_alloc_p2m_entry()David Vrabel2015-10-231-6/+13
| * xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel2015-10-231-1/+1
| * x86/xen: discard RAM regions above the maximum reservationDavid Vrabel2015-10-231-2/+5
* | x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-071-11/+2
|/
* x86/xen/p2m: hint at the last populated P2M entryDavid Vrabel2015-10-061-1/+18