06 Jan, 2012

1 commit


28 Jul, 2011

8 commits


21 Jun, 2006

2 commits

  • Some watchdog drivers have the ability to report the remaining time
    before the system will reboot. With the WDIOC_GETTIMELEFT ioctl
    you can now read the time left before the watchdog would reboot
    your system.

    The following drivers support this new IOCTL:
    i8xx_tco.c, pcwd_pci.c and pcwd_usb.c .

    Signed-off-by: Wim Van Sebroeck
    Signed-off-by: Andrew Morton

    Wim Van Sebroeck
     
  • Some watchdog timers support the concept of a "pretimeout" which
    occurs some time before the real timeout. The pretimeout can
    be delivered via an interrupt or NMI and can be used to panic
    the system when it occurs (so you get useful information instead
    of a blind reboot).

    Signed-off-by: Corey Minyard
    Signed-off-by: Wim Van Sebroeck
    Signed-off-by: Andrew Morton

    Corey Minyard
     

28 Jul, 2005

1 commit


17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds