1. 28 3月, 2012 1 次提交
  2. 29 3月, 2011 1 次提交
  3. 16 3月, 2011 1 次提交
  4. 18 6月, 2009 1 次提交
  5. 25 3月, 2009 1 次提交
  6. 29 10月, 2008 1 次提交
  7. 06 8月, 2008 1 次提交
    • W
      [WATCHDOG] Coding style - Indentation - part 2 · 0c06090c
      Wim Van Sebroeck 提交于
      This brings the watchdog drivers into line with coding style.
      This patch takes cares of the indentation as described in chapter 1.
      Main changes:
      * Re-structure the ioctl switch call for all drivers as follows:
      	switch (cmd) {
      	case WDIOC_GETSUPPORT:
      	case WDIOC_GETSTATUS:
      	case WDIOC_GETBOOTSTATUS:
      	case WDIOC_GETTEMP:
      	case WDIOC_SETOPTIONS:
      	case WDIOC_KEEPALIVE:
      	case WDIOC_SETTIMEOUT:
      	case WDIOC_GETTIMEOUT:
      	case WDIOC_GETTIMELEFT:
      	default:
      	}
      
      This to make the migration from the drivers to the uniform watchdog
      device driver easier in the future.
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      0c06090c
  8. 21 6月, 2008 1 次提交
  9. 18 10月, 2007 1 次提交
  10. 28 1月, 2007 1 次提交
  11. 03 10月, 2006 1 次提交
  12. 04 7月, 2006 1 次提交
  13. 01 7月, 2006 1 次提交
  14. 31 10月, 2005 1 次提交
    • T
      [PATCH] fix missing includes · 4e57b681
      Tim Schmielau 提交于
      I recently picked up my older work to remove unnecessary #includes of
      sched.h, starting from a patch by Dave Jones to not include sched.h
      from module.h. This reduces the number of indirect includes of sched.h
      by ~300. Another ~400 pointless direct includes can be removed after
      this disentangling (patch to follow later).
      However, quite a few indirect includes need to be fixed up for this.
      
      In order to feed the patches through -mm with as little disturbance as
      possible, I've split out the fixes I accumulated up to now (complete for
      i386 and x86_64, more archs to follow later) and post them before the real
      patch.  This way this large part of the patch is kept simple with only
      adding #includes, and all hunks are independent of each other.  So if any
      hunk rejects or gets in the way of other patches, just drop it.  My scripts
      will pick it up again in the next round.
      Signed-off-by: NTim Schmielau <tim@physik3.uni-rostock.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      4e57b681
  15. 03 9月, 2005 1 次提交
    • C
      [WATCHDOG] softdog-timer-running-oops.patch · 1cc77248
      Chuck Ebbert 提交于
      The softdog watchdog timer has a bug that can create an oops:
      
      1.  Load the module without the nowayout option.
      2.  Open the driver and close it without writing 'V' before close.
      3.  Unload the module.  The timer will continue to run...
      4.  Oops happens when timer fires.
      
      Reported Sun, 10 Oct 2004, by Michael Schierl <schierlm@gmx.de>
      
      Fix is easy: always take a reference on the module on open.
      Release it only when the device is closed and no timer is running.
      Tested on 2.6.13-rc6 using the soft_noboot option.  While the
      timer is running and the device is closed, the module use count
      stays at 1.  After the timer fires, it drops to 0.  Repeatedly
      opening and closing the driver caused no problems.  Please apply.
      Signed-off-by: NChuck Ebbert <76306.1226@compuserve.com>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      1cc77248
  16. 28 7月, 2005 1 次提交
  17. 27 7月, 2005 2 次提交
  18. 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