aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/suspend.c
AgeCommit message (Expand)Author
2018-02-28x86/xen: Zero MSR_IA32_SPEC_CTRL before suspendJuergen Gross
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-11-08x86/xen/time: setup vcpu 0 time info pageJoao Martins
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-02x86/xen: split suspend.c for PV and PVHVM guestsVitaly Kuznetsov
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-01-04x86/xen: don't reset vcpu_info on a cancelled suspendOuyang Zhaowei (Charles)
2015-12-29arch/x86/xen/suspend.c: include xen/xen.hAndrew Morton
2015-12-02xen: Resume PMU from non-atomic contextBoris Ostrovsky
2015-08-20xen/PMU: Initialization code for Xen PMUBoris Ostrovsky
2015-04-29xen: Suspend ticks on all CPUs during suspendBoris Ostrovsky
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner
2014-05-12xen: refactor suspend pre/post hooksDavid Vrabel
2013-02-14Revert "xen PVonHVM: use E820_Reserved area for shared_info"Konrad Rzeszutek Wilk
2012-11-02xen PVonHVM: use E820_Reserved area for shared_infoOlaf Hering
2012-08-16Revert "xen PVonHVM: move shared_info to MMIO before kexec"Konrad Rzeszutek Wilk
2012-07-19xen PVonHVM: move shared_info to MMIO before kexecOlaf Hering
2011-02-25xen: suspend: add "arch" to pre/post suspend hooksIan Campbell
2011-02-25xen: fix compile issue if XEN is enabled but XEN_PVHVM is disabledStefano Stabellini
2010-12-02xen: unplug the emulated devices at resume timeStefano Stabellini
2010-07-26x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock.Stefano Stabellini
2010-07-22xen: Add suspend/resume support for PV on HVM guests.Stefano Stabellini
2010-06-03xen: ensure timer tick is resumed even on CPU driving the resumeIan Campbell
2009-12-03xen: call clock resume notifier on all CPUsIan Campbell
2009-12-03xen: correctly restore pfn_to_mfn_list_list after resumeIan Campbell
2009-01-23x86, xen: fix hardirq.h merge falloutIngo Molnar
2008-12-16xen: convert to cpumask_var_t and new cpumask primitives.Mike Travis
2008-07-16xen: add xen_arch_resume()/xen_timer_resume hook for ia64 supportIsaku Yamahata
2008-06-02xen: resume timers on all vcpusJeremy Fitzhardinge
2008-06-02xen: restore vcpu_info mappingJeremy Fitzhardinge
2008-05-27xen: implement save/restoreJeremy Fitzhardinge