1. 9e72ba0 xen/manage: don't complain about an empty value in control/sysrq node by Vitaly Kuznetsov · 6 years ago
  2. 10a4d81 xen: add error handling for xenbus_printf by Zhouyang Jia · 6 years ago
  3. 244cff7 xen: don't print error message in case of missing Xenstore entry by Juergen Gross · 7 years ago
  4. b469d5c xen/manage: correct return value check on xenbus_scanf() by Jan Beulich · 7 years ago
  5. 44b3c7a xenbus: advertise control feature flags by Juergen Gross · 8 years ago
  6. 0df4f26 xen: Use correctly the Xen memory terminologies by Julien Grall · 9 years ago
  7. a9fd60e xen: Include xen/page.h rather than asm/xen/page.h by Julien Grall · 9 years ago
  8. 2b953a5 xen: Suspend ticks on all CPUs during suspend by Boris Ostrovsky · 9 years ago
  9. 72978b2 xen/manage: Fix USB interaction issues when resuming by Ross Lagerwall · 9 years ago
  10. 61a734d xen/manage: Always freeze/thaw processes when suspend/resuming by Ross Lagerwall · 10 years ago
  11. 1b64782 xen/manage: fix potential deadlock when resuming the console by David Vrabel · 10 years ago
  12. aa8532c xen: refactor suspend pre/post hooks by David Vrabel · 10 years ago
  13. eb47f71 xen/manage: Poweroff forcefully if user-space is not yet up. by Konrad Rzeszutek Wilk · 10 years ago
  14. cd97988 xen/acpi-processor: fix enabling interrupts on syscore_resume by Stanislaw Gruszka · 10 years ago
  15. 21884a8 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  16. 0eb0716 xen: Remove clock_was_set() call in the resume path by David Vrabel · 11 years ago
  17. 283c097 xen: Convert printks to pr_<level> by Joe Perches · 11 years ago
  18. 65e053a xen: ifdef CONFIG_HIBERNATE_CALLBACKS xen_*_suspend by Stefano Stabellini · 11 years ago
  19. 186bab1 xen/resume: Fix compile warnings. by Konrad Rzeszutek Wilk · 12 years ago
  20. cf579df PM / Sleep: Introduce "late suspend" and "early resume" of devices by Rafael J. Wysocki · 12 years ago
  21. 63c9744 xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users. by Paul Gortmaker · 13 years ago
  22. 2e711c0 PM: Remove sysdev suspend, resume and shutdown operations by Rafael J. Wysocki · 13 years ago
  23. 19234c0 PM: Add missing syscore_suspend() and syscore_resume() calls by Rafael J. Wysocki · 13 years ago
  24. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 13 years ago
  25. b3e96c0 xen: use freeze/restore/thaw PM events for suspend/resume/chkpt by Shriram Rajagopalan · 13 years ago
  26. b056b6a xen: suspend: remove xen_hvm_suspend by Ian Campbell · 13 years ago
  27. 55fb4ac xen: suspend: pull pre/post suspend hooks out into suspend_info by Ian Campbell · 13 years ago
  28. 07af381 xen: suspend: move arch specific pre/post suspend hooks into generic hooks by Ian Campbell · 13 years ago
  29. 82043bb xen: suspend: refactor non-arch specific pre/post suspend hooks by Ian Campbell · 13 years ago
  30. 03c8142 xen: suspend: add "arch" to pre/post suspend hooks by Ian Campbell · 13 years ago
  31. 36b401e xen: suspend: pass extra hypercall argument via suspend_info struct by Ian Campbell · 13 years ago
  32. ceb1802 xen: suspend: refactor cancellation flag into a structure by Ian Campbell · 13 years ago
  33. bd1c0ad xen: suspend: use HYPERVISOR_suspend for PVHVM case instead of open coding by Ian Campbell · 13 years ago
  34. 5527172 xen: do not respond to unknown xenstore control requests by Ian Campbell · 13 years ago
  35. 702d4eb9 xen: no need to delay xen_setup_shutdown_event for hvm guests anymore by Stefano Stabellini · 13 years ago
  36. 8dd3838 xen: suspend and resume system devices when running PVHVM by Ian Campbell · 13 years ago
  37. 6411fe69 xen: resume the pv console for hvm guests too by Stefano Stabellini · 13 years ago
  38. f335397 Input: sysrq - drop tty argument form handle_sysrq() by Dmitry Torokhov · 14 years ago
  39. 016b6f5 xen: Add suspend/resume support for PV on HVM guests. by Stefano Stabellini · 14 years ago
  40. 183d03c xen: Xen PCI platform device driver. by Stefano Stabellini · 14 years ago
  41. f3bc318 xen: fix build when SYSRQ is disabled by Randy Dunlap · 14 years ago
  42. 3fc1f1e stop_machine: reimplement using cpu_stop by Tejun Heo · 14 years ago
  43. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  44. c5cae66 xen: fix hang on suspend. by Ian Campbell · 14 years ago
  45. b4606f2 xen: explicitly create/destroy stop_machine workqueues outside suspend/resume region. by Ian Campbell · 14 years ago
  46. 65f6338 xen: improve error handling in do_suspend. by Ian Campbell · 14 years ago
  47. 922cc38a xen: don't call dpm_resume_noirq() with interrupts disabled. by Jeremy Fitzhardinge · 14 years ago
  48. d161630 PM core: rename suspend and resume functions by Alan Stern · 15 years ago
  49. e39a71e PM: Rename device_power_down/up() by Magnus Damm · 15 years ago
  50. 38f4b8c Merge commit 'origin/master' into for-linus/xen/master by Jeremy Fitzhardinge · 15 years ago
  51. 2ed8d2b PM: Rework handling of interrupts during suspend-resume by Rafael J. Wysocki · 15 years ago
  52. de5b31b xen: use device model for suspending xenbus devices by Ian Campbell · 15 years ago
  53. 1e6fcf8 xen: resume interrupts before system devices. by Ian Campbell · 15 years ago
  54. fc6fc7f Merge branch 'linus' into x86/apic by Ingo Molnar · 15 years ago
  55. 770824b PM: Split up sysdev_[suspend|resume] from device_power_[down|up] by Rafael J. Wysocki · 15 years ago
  56. f7df8ed cpumask: convert misc driver functions by Rusty Russell · 15 years ago
  57. ed6e5e5 xen: don't reload cr3 on suspend by Jeremy Fitzhardinge · 16 years ago
  58. 37a7c0f stop_machine: wean Xen off stop_machine_run by Rusty Russell · 16 years ago
  59. 55ca089 linux-next: pci tree build failure by Stephen Rothwell · 16 years ago
  60. ad55db9 xen: add xen_arch_resume()/xen_timer_resume hook for ia64 support by Isaku Yamahata · 16 years ago
  61. c782772 CONFIG_PM_SLEEP fix: xen: fix compilation when CONFIG_PM_SLEEP is disabled by Jeremy Fitzhardinge · 16 years ago
  62. 359cdd3 xen: maintain clock offset over save/restore by Jeremy Fitzhardinge · 16 years ago
  63. 0e91398 xen: implement save/restore by Jeremy Fitzhardinge · 16 years ago
  64. ec9b206 xen: Move manage.c to drivers/xen for ia64/xen support by Isaku Yamahata · 16 years ago[Renamed from arch/x86/xen/manage.c]
  65. 9702785 i386: move xen by Thomas Gleixner · 17 years ago[Renamed from arch/i386/xen/manage.c]
  66. 3e2b8fb xen: handle external requests for shutdown, reboot and sysrq by Jeremy Fitzhardinge · 17 years ago