1. 20 10月, 2010 1 次提交
  2. 07 7月, 2010 1 次提交
    • R
      ACPI / Wakeup: Simplify enabling of wakeup devices · 78f5f023
      Rafael J. Wysocki 提交于
      To simplify the enabling of wakeup devices during system suspend and
      hibernation, merge acpi_enable_wakeup_device_prep() with
      acpi_disable_wakeup_device() and remove unnecessary (and no longer
      valid) comments from the latter.  Rename acpi_enable_wakeup_device()
      to acpi_enable_wakeup_devices() and acpi_disable_wakeup_device()
      to acpi_disable_wakeup_devices(), because these functions usually
      operate on multiple device objects.
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      78f5f023
  3. 29 5月, 2010 1 次提交
  4. 07 4月, 2009 1 次提交
  5. 09 1月, 2009 1 次提交
  6. 02 2月, 2008 1 次提交
  7. 28 9月, 2007 1 次提交
  8. 30 7月, 2007 1 次提交
    • R
      Introduce CONFIG_SUSPEND for suspend-to-Ram and standby · 296699de
      Rafael J. Wysocki 提交于
      Introduce CONFIG_SUSPEND representing the ability to enter system sleep
      states, such as the ACPI S3 state, and allow the user to choose SUSPEND
      and HIBERNATION independently of each other.
      
      Make HOTPLUG_CPU be selected automatically if SUSPEND or HIBERNATION has
      been chosen and the kernel is intended for SMP systems.
      
      Also, introduce CONFIG_PM_SLEEP which is automatically selected if
      CONFIG_SUSPEND or CONFIG_HIBERNATION is set and use it to select the
      code needed for both suspend and hibernation.
      
      The top-level power management headers and the ACPI code related to
      suspend and hibernation are modified to use the new definitions (the
      changes in drivers/acpi/sleep/main.c are, mostly, moving code to reduce
      the number of ifdefs).
      
      There are many other files in which CONFIG_PM can be replaced with
      CONFIG_PM_SLEEP or even with CONFIG_SUSPEND, but they can be updated in
      the future.
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      296699de
  9. 16 12月, 2005 1 次提交
  10. 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