1. 10 5月, 2011 3 次提交
  2. 25 3月, 2011 1 次提交
  3. 23 3月, 2011 2 次提交
  4. 03 3月, 2011 3 次提交
  5. 19 1月, 2011 2 次提交
  6. 15 1月, 2011 1 次提交
  7. 12 1月, 2011 9 次提交
  8. 11 1月, 2011 1 次提交
  9. 07 1月, 2011 1 次提交
  10. 11 12月, 2010 1 次提交
  11. 02 11月, 2010 1 次提交
  12. 20 10月, 2010 1 次提交
  13. 18 10月, 2010 1 次提交
  14. 16 10月, 2010 1 次提交
  15. 02 10月, 2010 1 次提交
  16. 01 10月, 2010 9 次提交
  17. 29 9月, 2010 1 次提交
  18. 25 9月, 2010 1 次提交
    • R
      ACPI / ACPICA: Defer enabling of runtime GPEs (v3) · a2100801
      Rafael J. Wysocki 提交于
      The current ACPI GPEs initialization code has a problem that it
      enables some GPEs pointed to by device _PRW methods, generally
      intended for signaling wakeup events (system or device wakeup).
      These GPEs are then almost immediately disabled by the ACPI namespace
      scanning code with the help of acpi_gpe_can_wake(), but it would be
      better not to enable them at all until really necessary.
      
      Modify the initialization of GPEs so that the ones that have
      associated _Lxx or _Exx methods and are not pointed to by any _PRW
      methods will be enabled after the namespace scan is complete.
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      a2100801