<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/kernel/power/console.c, branch v2.6.16.6</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v2.6.16.6</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v2.6.16.6'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2006-02-08T00:12:33Z</updated>
<entry>
<title>[PATCH] Fix build failure in recent pm_prepare_* changes.</title>
<updated>2006-02-08T00:12:33Z</updated>
<author>
<name>Rafael J. Wysocki</name>
<email>rjw@sisk.pl</email>
</author>
<published>2006-02-07T20:58:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=46cd2f32baf181b74b16cceb123bab6fe1f61f85'/>
<id>urn:sha1:46cd2f32baf181b74b16cceb123bab6fe1f61f85</id>
<content type='text'>
Fix compilation problem in PM headers.

Signed-off-by: Rafael J. Wysocki &lt;rjw@sisk.pl&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] swsusp: do not change log level during suspend/resume</title>
<updated>2006-02-01T16:53:14Z</updated>
<author>
<name>Rafael J. Wysocki</name>
<email>rjw@sisk.pl</email>
</author>
<published>2006-02-01T11:05:21Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=f7b8988ff50d99c99746f65f420364e91362c065'/>
<id>urn:sha1:f7b8988ff50d99c99746f65f420364e91362c065</id>
<content type='text'>
Prevent the kernel from setting the log level to 10 unconditionally during
suspend/resume which was needed in the past for debugging, but generally is
undesirable.

Signed-off-by: Rafael J. Wysocki &lt;rjw@sisk.pl&gt;
Acked-by: Pavel Machek &lt;pavel@suse.cz&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] pm: console driver fixes</title>
<updated>2004-10-09T08:03:26Z</updated>
<author>
<name>Ian Campbell</name>
<email>icampbell@arcom.com</email>
</author>
<published>2004-10-09T08:03:26Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=b959d48e8272523cb004120e703e5f21c26a3edb'/>
<id>urn:sha1:b959d48e8272523cb004120e703e5f21c26a3edb</id>
<content type='text'>
Fix warnings in kernel/power/console.c by only declaring orig_fgconsole
and orig_kmsg when required by SUSPEND_CONSOLE. Restore kmsg_redirect on
resume.

Signed-off-by: Ian Campbell &lt;icampbell@arcom.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] VT locking fixes</title>
<updated>2004-02-04T02:31:40Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2004-02-04T02:31:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=93a2d85f93059cb8e534594281217ddc8b84dcfa'/>
<id>urn:sha1:93a2d85f93059cb8e534594281217ddc8b84dcfa</id>
<content type='text'>
From: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;

- Make sure that all console operations are approriately protected under
  console_sem.

- Adds checks to make sure that people are taking console_sem when it is
  expected to be held.
</content>
</entry>
<entry>
<title>[power] Make sure console level is high when suspending.</title>
<updated>2003-08-22T06:15:07Z</updated>
<author>
<name>Patrick Mochel</name>
<email>mochel@osdl.org</email>
</author>
<published>2003-08-22T06:15:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ab2672c6516bfea623f4e1d24fe8fff7e9b80903'/>
<id>urn:sha1:ab2672c6516bfea623f4e1d24fe8fff7e9b80903</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[power] Further swsusp cleanups.</title>
<updated>2003-08-19T15:39:03Z</updated>
<author>
<name>Patrick Mochel</name>
<email>mochel@osdl.org</email>
</author>
<published>2003-08-19T15:39:03Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=72a4a1790e1b2ae9c6f450144e3c733ae303ad23'/>
<id>urn:sha1:72a4a1790e1b2ae9c6f450144e3c733ae303ad23</id>
<content type='text'>
- Remove drivers_resume() and call from do_magic_resume2(). Handled by core.
- When bringing devices back to life, call device_pm_resume()
- Make sure we report the error from write_suspend_image()
- Remove suspend_power_down() and call to it. Handled by PM core.
- Move swap file resetting and freeing of pagedir to swsusp_free()
- Remove extraneous in_atomic() checks. 
- Mark all resume functions __init.
- Move resume_suspend_image() inside swsusp_read() and cleanup. 
- Make do_magic() report error.
</content>
</entry>
<entry>
<title>[power] Minor cleanups.</title>
<updated>2003-08-13T03:04:08Z</updated>
<author>
<name>Patrick Mochel</name>
<email>mochel@osdl.org</email>
</author>
<published>2003-08-13T03:04:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5e29fc2e90e6389f9cc3f8f8df6c54cb09eb5d47'/>
<id>urn:sha1:5e29fc2e90e6389f9cc3f8f8df6c54cb09eb5d47</id>
<content type='text'>
From Pavel Machek.
</content>
</entry>
<entry>
<title>[power] Divorce suspend console code from swsusp.</title>
<updated>2003-08-04T10:35:30Z</updated>
<author>
<name>Patrick Mochel</name>
<email>mochel@osdl.org</email>
</author>
<published>2003-08-04T10:35:30Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=2e4208cd650e04a06eef8fa769892fc6964c9b37'/>
<id>urn:sha1:2e4208cd650e04a06eef8fa769892fc6964c9b37</id>
<content type='text'>
- Create kernel/power/console.c
- Rename prepare_suspend_console() to pm_prepare_console() and 
  restore_console() to pm_restore_console().
- Add prototypes to include/linux/suspend.h.
- Make kernel/power/console.o dependent only on CONFIG_PM
- Simplify logic for SUSPEND_CONSOLE define
- Make software_resume() prepare console much earlier, so we can localize
  the loglevel variables in console.c. 
- Remove #ifdef CONFIG_VT from console.c, and just check for SUSPEND_CONSOLE.
  (Perhaps we should make entire file dependent on CONFIG_VT_CONSOLE?)
- Add kernel/power/power.h to share things across local files.
</content>
</entry>
</feed>
