aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/manage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2013-06-28xen: Remove clock_was_set() call in the resume pathDavid Vrabel1-3/+0
2013-06-28xen: Convert printks to pr_<level>Joe Perches1-11/+12
2013-06-28xen: ifdef CONFIG_HIBERNATE_CALLBACKS xen_*_suspendStefano Stabellini1-1/+1
2012-04-19xen/resume: Fix compile warnings.Konrad Rzeszutek Wilk1-0/+1
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki1-3/+3
2011-10-31xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker1-0/+1
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki1-7/+1
2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki1-1/+8
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki1-3/+3
2011-03-16xen: use freeze/restore/thaw PM events for suspend/resume/chkptShriram Rajagopalan1-8/+8
2011-02-25xen: suspend: remove xen_hvm_suspendIan Campbell1-42/+1
2011-02-25xen: suspend: pull pre/post suspend hooks out into suspend_infoIan Campbell1-5/+18
2011-02-25xen: suspend: move arch specific pre/post suspend hooks into generic hooksIan Campbell1-7/+7
2011-02-25xen: suspend: refactor non-arch specific pre/post suspend hooksIan Campbell1-5/+20
2011-02-25xen: suspend: add "arch" to pre/post suspend hooksIan Campbell1-3/+3
2011-02-25xen: suspend: pass extra hypercall argument via suspend_info structIan Campbell1-2/+8
2011-02-25xen: suspend: refactor cancellation flag into a structureIan Campbell1-13/+19
2011-02-25xen: suspend: use HYPERVISOR_suspend for PVHVM case instead of open codingIan Campbell1-2/+6
2011-02-25xen: do not respond to unknown xenstore control requestsIan Campbell1-12/+37
2011-02-25xen: no need to delay xen_setup_shutdown_event for hvm guests anymoreStefano Stabellini1-13/+4
2011-02-17xen: suspend and resume system devices when running PVHVMIan Campbell1-0/+10
2010-12-02xen: resume the pv console for hvm guests tooStefano Stabellini1-0/+1
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov1-1/+1
2010-07-22xen: Add suspend/resume support for PV on HVM guests.Stefano Stabellini1-4/+41
2010-07-22xen: Xen PCI platform device driver.Stefano Stabellini1-0/+1
2010-05-25xen: fix build when SYSRQ is disabledRandy Dunlap1-5/+9
2010-05-06stop_machine: reimplement using cpu_stopTejun Heo1-12/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-13xen: fix hang on suspend.Ian Campbell1-4/+4
2009-12-03xen: explicitly create/destroy stop_machine workqueues outside suspend/resume region.Ian Campbell1-1/+11
2009-12-03xen: improve error handling in do_suspend.Ian Campbell1-9/+11
2009-12-03xen: don't call dpm_resume_noirq() with interrupts disabled.Jeremy Fitzhardinge1-4/+3
2009-06-12PM core: rename suspend and resume functionsAlan Stern1-8/+8
2009-06-12PM: Rename device_power_down/up()Magnus Damm1-5/+5
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge1-6/+9
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki1-7/+9
2009-03-30xen: use device model for suspending xenbus devicesIan Campbell1-5/+4
2009-03-30xen: resume interrupts before system devices.Ian Campbell1-3/+3
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar1-0/+8
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki1-0/+8
2009-01-11cpumask: convert misc driver functionsRusty Russell1-1/+1
2008-10-23xen: don't reload cr3 on suspendJeremy Fitzhardinge1-2/+0
2008-08-26stop_machine: wean Xen off stop_machine_runRusty Russell1-1/+1
2008-07-18linux-next: pci tree build failureStephen Rothwell1-2/+2
2008-07-16xen: add xen_arch_resume()/xen_timer_resume hook for ia64 supportIsaku Yamahata1-2/+4
2008-06-02CONFIG_PM_SLEEP fix: xen: fix compilation when CONFIG_PM_SLEEP is disabledJeremy Fitzhardinge1-0/+2
2008-05-27xen: maintain clock offset over save/restoreJeremy Fitzhardinge1-3/+12
2008-05-27xen: implement save/restoreJeremy Fitzhardinge1-14/+112
2008-05-27xen: Move manage.c to drivers/xen for ia64/xen supportIsaku Yamahata1-0/+143