1. 17 1月, 2012 10 次提交
  2. 07 11月, 2011 1 次提交
  3. 01 11月, 2011 2 次提交
  4. 30 8月, 2011 1 次提交
  5. 14 7月, 2011 4 次提交
  6. 10 5月, 2011 6 次提交
  7. 25 3月, 2011 2 次提交
  8. 23 3月, 2011 1 次提交
  9. 03 3月, 2011 7 次提交
  10. 25 2月, 2011 1 次提交
    • R
      ACPI / ACPICA: Implicit notify for multiple devices · 981858bd
      Rafael J. Wysocki 提交于
      Commit bba63a29 (ACPICA: Implicit notify support) introduced a
      mechanism that causes a notify request of type
      ACPI_NOTIFY_DEVICE_WAKE to be queued automatically by
      acpi_ev_asynch_execute_gpe_method() for the device whose _PRW points
      to the GPE being handled if that GPE is not associated with an
      _Lxx/_Exx method.  However, it turns out that on some systems there
      are multiple devices with _PRW pointing to the same GPE without
      _Lxx/_Exx and the mechanism introduced by commit bba63a29 needs to be
      extended so that "implicit" notify requests of type
      ACPI_NOTIFY_DEVICE_WAKE can be queued automatically for all those
      devices at the same time.
      Reported-and-tested-by: NMatthew Garrett <mjg@redhat.com>
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      981858bd
  11. 12 2月, 2011 1 次提交
    • R
      ACPI / ACPICA: Avoid crashing if _PRW is defined for the root object · 2d559513
      Rafael J. Wysocki 提交于
      Some ACPI BIOSes define _PRW for the root object which causes
      acpi_setup_gpe_for_wake() to crash when trying to dereference the
      bogus device_node pointer.  Avoid the crash by checking if
      wake_device is not the root object before attempting to set up the
      "implicit notify" mechanism for it.
      
      The problem was introduced by commit bba63a29
      (ACPICA: Implicit notify support) that added the wake_device argument
      to acpi_setup_gpe_for_wake().
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      2d559513
  12. 19 1月, 2011 4 次提交