<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/arch/mips/kernel/reset.c, branch leds/master</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=leds%2Fmaster</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=leds%2Fmaster'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2015-04-01T15:21:58Z</updated>
<entry>
<title>MIPS: Provide fallback reboot/poweroff/halt implementations</title>
<updated>2015-04-01T15:21:58Z</updated>
<author>
<name>Andrew Bresticker</name>
<email>abrestic@chromium.org</email>
</author>
<published>2015-03-25T17:25:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=f45e388ff0f90b922b77bef959a2cfb0645cffbe'/>
<id>urn:sha1:f45e388ff0f90b922b77bef959a2cfb0645cffbe</id>
<content type='text'>
If a machine-specific hook is not implemented for restart, poweroff,
or halt, fall back to halting secondary CPUs, disabling interrupts,
and spinning.  In the case of restart, attempt to restart the system
via do_kernel_restart() (which will call any registered restart
handlers) before halting.

Signed-off-by: Andrew Bresticker &lt;abrestic@chromium.org&gt;
Cc: James Hogan &lt;james.hogan@imgtec.com&gt;
Cc: Maciej W. Rozycki &lt;macro@linux-mips.org&gt;
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/9600/
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>mips: migrate core kernel file from module.h --&gt; export.h</title>
<updated>2011-10-31T23:30:56Z</updated>
<author>
<name>Paul Gortmaker</name>
<email>paul.gortmaker@windriver.com</email>
</author>
<published>2011-07-23T20:30:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=73bc256d47a23272ce1dd50b4de64a0ff23d01f1'/>
<id>urn:sha1:73bc256d47a23272ce1dd50b4de64a0ff23d01f1</id>
<content type='text'>
These files are not modules, but were including module.h only for
EXPORT_SYMBOL and/or THIS_MODULE.  Now that we have the lightweight
export.h, use it in these kinds of cases.

Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;
</content>
</entry>
<entry>
<title>[MIPS] Export pm_power_off</title>
<updated>2006-12-10T21:52:11Z</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2006-12-10T15:09:38Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=f8bf35a9145b0831d7d110402662d9cff2d90bd9'/>
<id>urn:sha1:f8bf35a9145b0831d7d110402662d9cff2d90bd9</id>
<content type='text'>
This is required for ipmi_poweroff.c to work as a module.

Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again.</title>
<updated>2006-02-07T13:30:22Z</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2006-01-18T17:37:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=fcdb27ad1d5c66611d3df6400a9b559186f266fe'/>
<id>urn:sha1:fcdb27ad1d5c66611d3df6400a9b559186f266fe</id>
<content type='text'>
    
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] Check function pointers are non-zero before calling.</title>
<updated>2006-02-07T13:30:22Z</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2006-01-17T21:14:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=9414d3628abb646834965b6c23b8e9064729b110'/>
<id>urn:sha1:9414d3628abb646834965b6c23b8e9064729b110</id>
<content type='text'>
    
Several boards don't initialize the pointers, so let's play safe.
    
Signed-off-by: Ralf Baechle &lt;ralf@linux-mips.org&gt;
</content>
</entry>
<entry>
<title>[MIPS] Revert "mips: add pm_power_off"</title>
<updated>2006-02-07T13:30:21Z</updated>
<author>
<name>Ralf Baechle</name>
<email>ralf@linux-mips.org</email>
</author>
<published>2006-02-03T16:47:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=a3305a8835ed039363822523a3cac24e990083dc'/>
<id>urn:sha1:a3305a8835ed039363822523a3cac24e990083dc</id>
<content type='text'>
    
pm_power_off duplicates the functionality of _machine_restart.
    
This reverts b142159fa5ffbad73b6927fafa5440148030f3f1 commit.
</content>
</entry>
<entry>
<title>[PATCH] mips: add pm_power_off</title>
<updated>2006-01-17T07:15:26Z</updated>
<author>
<name>Yoichi Yuasa</name>
<email>yoichi_yuasa@tripeaks.co.jp</email>
</author>
<published>2006-01-17T06:14:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=b142159fa5ffbad73b6927fafa5440148030f3f1'/>
<id>urn:sha1:b142159fa5ffbad73b6927fafa5440148030f3f1</id>
<content type='text'>
Adds pm_power_off() to MIPS.

Signed-off-by: Yoichi Yuasa &lt;yoichi_yuasa@tripeaks.co.jp&gt;
Cc: Ralf Baechle &lt;ralf@linux-mips.org&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] Don't export machine_restart, machine_halt, or machine_power_off.</title>
<updated>2005-07-26T21:35:42Z</updated>
<author>
<name>Eric W. Biederman</name>
<email>ebiederm@xmission.com</email>
</author>
<published>2005-07-26T17:36:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=59586e5a262a29361c45c929ea3253d4aec830b0'/>
<id>urn:sha1:59586e5a262a29361c45c929ea3253d4aec830b0</id>
<content type='text'>
machine_restart, machine_halt and machine_power_off are machine
specific hooks deep into the reboot logic, that modules
have no business messing with.  Usually code should be calling
kernel_restart, kernel_halt, kernel_power_off, or
emergency_restart. So don't export machine_restart,
machine_halt, and machine_power_off so we can catch buggy users.

Signed-off-by: Eric W. Biederman &lt;ebiederm@xmission.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the tree</title>
<updated>2003-10-07T20:54:04Z</updated>
<author>
<name>Arnaldo Carvalho de Melo</name>
<email>acme@conectiva.com.br</email>
</author>
<published>2003-10-07T20:54:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ff08f6fe935ff0854990421e80d04c39c7c2a15a'/>
<id>urn:sha1:ff08f6fe935ff0854990421e80d04c39c7c2a15a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>v2.4.9.6 -&gt; v2.4.9.7</title>
<updated>2002-02-05T04:17:21Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T04:17:21Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7df131525f431f502873361fa2f8da2039d96c79'/>
<id>urn:sha1:7df131525f431f502873361fa2f8da2039d96c79</id>
<content type='text'>
  - Alan Cox: big driver/mips sync
  - Andries Brouwer, Christoph Hellwig: more gendisk fixups
  - Tobias Ringstrom: tulip driver workaround for DC21143 erratum
</content>
</entry>
</feed>
