1. 25 5月, 2007 1 次提交
  2. 30 11月, 2006 1 次提交
  3. 04 10月, 2006 3 次提交
  4. 29 6月, 2006 1 次提交
    • R
      [WATCHDOG] Documentation/watchdog update · 56fb9e53
      Randy Dunlap 提交于
      Documentation/watchdog/:
      Expose example and tool source files in the Documentation/ directory in
      their own files instead of being buried (almost hidden) in readme/txt files.
      
      This will make them more visible/usable to users who may need
      to use them, to developers who may need to test with them, and
      to janitors who would update them if they were more visible.
      
      Also, if any of these possibly should not be in the kernel tree at
      all, it will be clearer that they are here and we can discuss if
      they should be removed.
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      56fb9e53
  5. 21 6月, 2006 2 次提交
  6. 16 5月, 2006 1 次提交
  7. 05 9月, 2005 1 次提交
    • K
      [PATCH] ppc32: Added support for the Book-E style Watchdog Timer · a2f40ccd
      Kumar Gala 提交于
      PowerPC 40x and Book-E processors support a watchdog timer at the processor
      core level.  The timer has implementation dependent timeout frequencies
      that can be configured by software.
      
      One the first Watchdog timeout we get a critical exception.  It is left to
      board specific code to determine what should happen at this point.  If
      nothing is done and another timeout period expires the processor may
      attempt to reset the machine.
      
      Command line parameters:
        wdt=0 : disable watchdog (default)
        wdt=1 : enable watchdog
      
        wdt_period=N : N sets the value of the Watchdog Timer Period.
      
        The Watchdog Timer Period meaning is implementation specific. Check
        User Manual for the processor for more details.
      
      This patch is based off of work done by Takeharu Kato.
      Signed-off-by: NMatt McClintock <msm@freescale.com>
      Signed-off-by: NKumar Gala <kumar.gala@freescale.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      a2f40ccd
  8. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4