1. 08 2月, 2006 2 次提交
  2. 02 2月, 2006 1 次提交
  3. 20 1月, 2006 1 次提交
  4. 14 1月, 2006 2 次提交
  5. 13 1月, 2006 2 次提交
  6. 10 1月, 2006 1 次提交
  7. 09 1月, 2006 11 次提交
  8. 07 1月, 2006 2 次提交
  9. 06 1月, 2006 3 次提交
  10. 05 1月, 2006 1 次提交
  11. 03 1月, 2006 1 次提交
    • B
      [PATCH] powerpc: more g5 overtemp problem fix · f12f4d90
      Benjamin Herrenschmidt 提交于
      Some G5s still occasionally experience shutdowns due to overtemp
      conditions despite the recent fix. After analyzing logs from such
      machines, it appears that the overtemp code is a bit too quick at
      shutting the machine down when reaching the critical temperature (tmax +
      8) and doesn't leave the fan enough time to actually cool it down. This
      happens if the temperature of a CPU suddenly rises too high in a very
      short period of time, or occasionally on boot (that is the CPUs are
      already overtemp by the time the driver loads).
      
      This patches makes the code a bit more relaxed, leaving a few seconds to
      the fans to do their job before kicking the machine shutown.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      f12f4d90
  12. 21 12月, 2005 1 次提交
    • B
      [PATCH] powerpc: g5 thermal overtemp bug · 6ee7fb7e
      Benjamin Herrenschmidt 提交于
      The g5 thermal control for liquid cooled machines has a small bug, when
      the temperatures gets too high, it boosts all fans to the max, but
      incorrectly sets the liquids pump to the min instead of the max speed,
      thus causing the overtemp condition not to clear and the machine to shut
      down after a while. This fixes it to set the pumps to max speed instead.
      This problem might explain some of the reports of random shutdowns that
      some g5 users have been reporting in the past.
      
      Many thanks to Marcus Rothe for spending a lot of time trying various
      patches & sending log logs before I found out that typo. Note that
      overtemp handling is still not perfect and the machine might still
      shutdown, that patch should reduce if not eliminate such occcurences in
      "normal" conditions with high load. I'll implement a better handling
      with proper slowing down of the CPUs later.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6ee7fb7e
  13. 09 12月, 2005 1 次提交
  14. 08 11月, 2005 5 次提交
  15. 07 11月, 2005 2 次提交
  16. 02 11月, 2005 1 次提交
  17. 31 10月, 2005 2 次提交
    • P
      Input: adbhid - fix OOPS introduced by dynalloc conversion · eb16292b
      Paul Mackerras 提交于
      The problem is that adbhid[]->input is NULL, so the kernel oopses with
      a null pointer dereference as soon as a key is pressed.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      eb16292b
    • 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
  18. 29 10月, 2005 1 次提交