Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | PM / sleep: add pm-trace support for suspending phase | Zhonghui Fu | 2015-03-18 |
| | | | | | | | | | | | Occasionally, the system can't come back up after suspend/resume due to problems of device suspending phase. This patch make PM_TRACE infrastructure cover device suspending phase of suspend/resume process, and the information in RTC can tell developers which device suspending function make system hang. Signed-off-by: Zhonghui Fu <zhonghui.fu@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> | ||
* | x86: Fix ASM_X86__ header guards | H. Peter Anvin | 2008-10-23 |
| | | | | | | | | | Change header guards named "ASM_X86__*" to "_ASM_X86_*" since: a. the double underscore is ugly and pointless. b. no leading underscore violates namespace constraints. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||
* | x86, um: ... and asm-x86 move | Al Viro | 2008-10-23 |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com> |