Skip to content
Snippets Groups Projects
  1. Aug 16, 2007
  2. May 24, 2007
  3. Nov 30, 2006
  4. Oct 12, 2006
  5. Oct 03, 2006
  6. Jun 28, 2006
    • Randy Dunlap's avatar
      [WATCHDOG] Documentation/watchdog update · 56fb9e53
      Randy Dunlap authored
      
      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: default avatarRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      56fb9e53
  7. Jun 20, 2006
  8. May 15, 2006
  9. Sep 05, 2005
    • Kumar Gala's avatar
      [PATCH] ppc32: Added support for the Book-E style Watchdog Timer · a2f40ccd
      Kumar Gala authored
      
      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: default avatarMatt McClintock <msm@freescale.com>
      Signed-off-by: default avatarKumar Gala <kumar.gala@freescale.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      a2f40ccd
  10. Apr 16, 2005
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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
Loading