summaryrefslogtreecommitdiffstats
path: root/drivers/xen/manage.c
Commit message (Expand)AuthorAgeFilesLines
* xen/time: do not decrease steal time after live migration on xenDongli Zhang2017-11-021-5/+2
* Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-061-2/+10
|\
| * xen: don't print error message in case of missing Xenstore entryJuergen Gross2017-06-071-2/+10
* | init: Introduce SYSTEM_SCHEDULING stateThomas Gleixner2017-05-231-0/+1
|/
* xen: modify xenstore watch event interfaceJuergen Gross2017-02-091-3/+3
* xen/manage: correct return value check on xenbus_scanf()Jan Beulich2017-02-031-1/+1
* xenbus: advertise control feature flagsJuergen Gross2016-10-241-16/+29
* xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-1/+1
* xen: Include xen/page.h rather than asm/xen/page.hJulien Grall2015-06-171-1/+1
* xen: Suspend ticks on all CPUs during suspendBoris Ostrovsky2015-04-291-3/+6
* xen/manage: Fix USB interaction issues when resumingRoss Lagerwall2015-02-061-1/+7
* xen/manage: Always freeze/thaw processes when suspend/resumingRoss Lagerwall2014-09-021-7/+0
* xen/manage: fix potential deadlock when resuming the consoleDavid Vrabel2014-07-031-1/+4
* xen: refactor suspend pre/post hooksDavid Vrabel2014-05-121-38/+7
* xen/manage: Poweroff forcefully if user-space is not yet up.Konrad Rzeszutek Wilk2014-04-151-2/+30
* xen/acpi-processor: fix enabling interrupts on syscore_resumeStanislaw Gruszka2014-03-181-0/+16
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-061-3/+0
|\
| * xen: Remove clock_was_set() call in the resume pathDavid Vrabel2013-06-281-3/+0
* | xen: Convert printks to pr_<level>Joe Perches2013-06-281-11/+12
* | xen: ifdef CONFIG_HIBERNATE_CALLBACKS xen_*_suspendStefano Stabellini2013-06-281-1/+1
|/
* xen/resume: Fix compile warnings.Konrad Rzeszutek Wilk2012-04-191-0/+1
* PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki2012-01-291-3/+3
* xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker2011-10-311-0/+1
* PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki2011-05-111-7/+1
* PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki2011-04-201-1/+8
* PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki2011-04-111-3/+3
* xen: use freeze/restore/thaw PM events for suspend/resume/chkptShriram Rajagopalan2011-03-161-8/+8
* xen: suspend: remove xen_hvm_suspendIan Campbell2011-02-251-42/+1
* xen: suspend: pull pre/post suspend hooks out into suspend_infoIan Campbell2011-02-251-5/+18
* xen: suspend: move arch specific pre/post suspend hooks into generic hooksIan Campbell2011-02-251-7/+7
* xen: suspend: refactor non-arch specific pre/post suspend hooksIan Campbell2011-02-251-5/+20
* xen: suspend: add "arch" to pre/post suspend hooksIan Campbell2011-02-251-3/+3
* xen: suspend: pass extra hypercall argument via suspend_info structIan Campbell2011-02-251-2/+8
* xen: suspend: refactor cancellation flag into a structureIan Campbell2011-02-251-13/+19
* xen: suspend: use HYPERVISOR_suspend for PVHVM case instead of open codingIan Campbell2011-02-251-2/+6
* xen: do not respond to unknown xenstore control requestsIan Campbell2011-02-251-12/+37
* xen: no need to delay xen_setup_shutdown_event for hvm guests anymoreStefano Stabellini2011-02-251-13/+4
* xen: suspend and resume system devices when running PVHVMIan Campbell2011-02-171-0/+10
* xen: resume the pv console for hvm guests tooStefano Stabellini2010-12-021-0/+1
* Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov2010-08-211-1/+1
* xen: Add suspend/resume support for PV on HVM guests.Stefano Stabellini2010-07-221-4/+41
* xen: Xen PCI platform device driver.Stefano Stabellini2010-07-221-0/+1
* xen: fix build when SYSRQ is disabledRandy Dunlap2010-05-251-5/+9
* stop_machine: reimplement using cpu_stopTejun Heo2010-05-061-12/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* xen: fix hang on suspend.Ian Campbell2010-01-131-4/+4
* xen: explicitly create/destroy stop_machine workqueues outside suspend/resume...Ian Campbell2009-12-031-1/+11
* xen: improve error handling in do_suspend.Ian Campbell2009-12-031-9/+11
* xen: don't call dpm_resume_noirq() with interrupts disabled.Jeremy Fitzhardinge2009-12-031-4/+3
* PM core: rename suspend and resume functionsAlan Stern2009-06-121-8/+8
OpenPOWER on IntegriCloud