1. 08 2月, 2008 4 次提交
  2. 07 2月, 2008 1 次提交
  3. 22 1月, 2008 1 次提交
  4. 03 1月, 2008 1 次提交
  5. 04 12月, 2007 1 次提交
    • R
      HWMON: coretemp, suspend fix · 561d9a96
      Rafael J. Wysocki 提交于
      It's not permitted to unregister a device after devices have been suspended.
      It causes deadlocks to appear on systems with coretemp hwmon loaded.  To avoid
      this, we can make coretemp_cpu_callback() do nothing if the _FROZEN bit is set
      in action.
       
      Also, in other cases it's generally too late to unregister the coretemp device
      if the CPU is already dead, so it should be unregistered on CPU_DOWN_PREPARE.
       
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Acked-by: NMark M. Hoffman <mhoffman@lightlink.com>
      Cc: Jiri Slaby <jirislaby@gmail.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      561d9a96
  6. 08 11月, 2007 17 次提交
  7. 20 10月, 2007 3 次提交
  8. 19 10月, 2007 1 次提交
    • J
      Add missing newlines to some uses of dev_<level> messages · 898eb71c
      Joe Perches 提交于
      Found these while looking at printk uses.
      
      Add missing newlines to dev_<level> uses
      Add missing KERN_<level> prefixes to multiline dev_<level>s
      Fixed a wierd->weird spelling typo
      Added a newline to a printk
      Signed-off-by: NJoe Perches <joe@perches.com>
      Cc: "Luck, Tony" <tony.luck@intel.com>
      Cc: Jens Axboe <jens.axboe@oracle.com>
      Cc: Mark M. Hoffman <mhoffman@lightlink.com>
      Cc: Roland Dreier <rolandd@cisco.com>
      Cc: Tilman Schmidt <tilman@imap.cc>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Jeff Garzik <jeff@garzik.org>
      Cc: Stephen Hemminger <shemminger@linux-foundation.org>
      Cc: Greg KH <greg@kroah.com>
      Cc: Jeremy Fitzhardinge <jeremy@goop.org>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: David Brownell <david-b@pacbell.net>
      Cc: James Smart <James.Smart@Emulex.Com>
      Cc: Andrew Vasquez <andrew.vasquez@qlogic.com>
      Cc: "Antonino A. Daplas" <adaplas@pol.net>
      Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Jaroslav Kysela <perex@suse.cz>
      Cc: Takashi Iwai <tiwai@suse.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      898eb71c
  9. 15 10月, 2007 2 次提交
  10. 14 10月, 2007 3 次提交
  11. 13 10月, 2007 1 次提交
  12. 11 10月, 2007 5 次提交