summaryrefslogtreecommitdiff
path: root/include/linux/reboot.h
AgeCommit message (Collapse)Author
2004-05-19[PATCH] reserve syscall slots for kexecAndrew Morton
From: "Randy.Dunlap" <rddunlap@osdl.org> kexec is a fairly major and popular feature. People are shipping it in products, although it is not known if Linux distributors plan to ship it. The patch reserves the kexec syscall slots to pin the ABI down for everyone. - add kexec_load prototype to syscalls.h - add LINUX_REBOOT_CMD_KEXEC to reboot.h - add kexec_load syscall for ia32, ia64, x86_64, ppc32, ppc64
2003-08-05[power] Fix some incorrect comments. Patrick Mochel
From Pavel Machek.
2003-06-10[PATCH] Missing magic numberAlan Iwi
This fixes an oversight in the reboot code, making some reboot incantations fail mysteriously.
2002-12-04[PATCH] fix duplicate decls in swsuspWilliam Lee Irwin III
Remove the reboot.h declaration of swsusp functions that clash with the no-op inline.
2002-05-21[PATCH] suspend-to-{RAM,disk}Pavel Machek
Here's suspend-to-{RAM,disk} combined patch for 2.5.17. Suspend-to-disk is pretty stable and was tested in 2.4-ac. Suspend-to-RAM is little more experimental, but works for me, and is certainly better than disk-eating version currently in kernel. Major parts are: process stopper, S3 specific code, S4 specific code.
2002-02-04Import changesetLinus Torvalds