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