1. 21 1月, 2009 1 次提交
  2. 17 1月, 2009 1 次提交
  3. 16 1月, 2009 1 次提交
    • D
      sgi-xp: eliminate false detection of no heartbeat · 158bc69e
      Dean Nelson 提交于
      After XPC has been up and running on multiple partitions for any length of
      time, if XPC on one of the partitions is stopped and restarted (either by
      a rmmod/insmod or a system restart), it is possible for the XPCs running
      on the other partitions to falsely detect a lack of heartbeat from the XPC
      that was just restarted.  This false detection will occur if the restarted
      XPC comes up within the five-seconds preceding one of the other XPC's
      heartbeat check (which occurs once every twenty seconds).
      
      The detection of no heartbeat results in the detecting XPC deactivating
      from the just restarted XPC.  The only remedy is to restart one of the
      XPCs and hope that one doesn't hit this five-second window on any of the
      other partitions.
      Signed-off-by: NDean Nelson <dcn@sgi.com>
      Signed-off-by: NRobin Holt <holt@sgi.com>
      Cc: <stable@kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      158bc69e
  4. 12 1月, 2009 1 次提交
    • R
      cpumask: convert misc driver functions · f7df8ed1
      Rusty Russell 提交于
      Impact: use new cpumask API.
      
      Convert misc driver functions to use struct cpumask.
      
      To Do:
        - Convert iucv_buffer_cpumask to cpumask_var_t.
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      Signed-off-by: NMike Travis <travis@sgi.com>
      Acked-by: NDean Nelson <dcn@sgi.com>
      Cc: Robert Richter <robert.richter@amd.com>
      Cc: oprofile-list@lists.sf.net
      Cc: Jeremy Fitzhardinge <jeremy@xensource.com>
      Cc: Chris Wright <chrisw@sous-sol.org>
      Cc: virtualization@lists.osdl.org
      Cc: xen-devel@lists.xensource.com
      Cc: Ursula Braun <ursula.braun@de.ibm.com>
      Cc: linux390@de.ibm.com
      Cc: linux-s390@vger.kernel.org
      f7df8ed1
  5. 09 1月, 2009 3 次提交
  6. 08 1月, 2009 1 次提交
  7. 07 1月, 2009 4 次提交
  8. 06 1月, 2009 3 次提交
  9. 03 1月, 2009 1 次提交
  10. 31 12月, 2008 3 次提交
  11. 24 12月, 2008 1 次提交
  12. 19 12月, 2008 2 次提交
  13. 17 12月, 2008 1 次提交
  14. 10 12月, 2008 1 次提交
  15. 05 12月, 2008 1 次提交
  16. 03 12月, 2008 1 次提交
  17. 27 11月, 2008 3 次提交
    • H
      ACPI: thinkpad-acpi: fix fan sleep/resume path · 0081b162
      Henrique de Moraes Holschuh 提交于
      This fixes a regression from v2.6.27, caused by commit
      5814f737e1cd2cfa2893badd62189acae3e1e1fd, "ACPI: thinkpad-acpi:
      attempt to preserve fan state on resume".
      
      It is possible for fan_suspend() to fail to properly initialize
      fan_control_desired_level as required by fan_resume(), resulting on
      the fan always being set to level 7 on resume if the user didn't
      touch the fan controller.
      
      In order to get fan sleep/resume handling to work right:
      
      1. Fix the fan_suspend handling of the T43 firmware quirk. If it is
      still undefined, we didn't touch the fan yet and that means we have no
      business doing it on resume.
      
      2. Store the fan level on its own variable to avoid any possible
      issues with hijacking fan_control_desired_level (which isn't supposed
      to have anything other than 0-7 in it, anyway).
      
      3. Change the fan_resume code to me more straightforward to understand
      (although we DO optimize the boolean logic there, otherwise it looks
      disgusting).
      
      4. Add comments to help understand what the code is supposed to be
      doing.
      
      5. Change fan_set_level to be less strict about how auto and
      full-speed modes are requested.
      
      http://bugzilla.kernel.org/show_bug.cgi?id=11982Signed-off-by: NHenrique de Moraes Holschuh <hmh@hmh.eng.br>
      Reported-by: NTino Keitel <tino.keitel@tikei.de>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      0081b162
    • A
      sony-laptop: printk tweak · 3fedd90f
      Alessandro Guido 提交于
      There's no need to print "Sony: " just after "sony-laptop: " (DRV_PFX).
      Signed-off-by: NAlessandro Guido <ag@alessandroguido.name>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      3fedd90f
    • A
      sony-laptop: brightness regression fix · 38cfc148
      Alessandro Guido 提交于
      After commit 540b8bb9:
      
        sony-laptop: fingers off backlight if video.ko is serving this functionality
      
      I can't set brightness on my sony laptop (nothing in /sys/class/backlight).
      dmesg says "sony-laptop: Sony: Brightness ignored, must be controlled by ACPI
      video driver".
      
      The function acpi_video_backlight_support returns 0 if we should use the
      vendor-specific backlight support, while non-0 if the ACPI generic should
      be used. Because of this, the check introduced by the said commit appears
      reversed.
      Signed-off-by: NAlessandro Guido <ag@alessandroguido.name>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      38cfc148
  18. 20 11月, 2008 1 次提交
  19. 16 11月, 2008 1 次提交
  20. 13 11月, 2008 3 次提交
  21. 12 11月, 2008 1 次提交
  22. 11 11月, 2008 1 次提交
  23. 08 11月, 2008 4 次提交