1. 01 1月, 2016 1 次提交
  2. 22 10月, 2015 2 次提交
  3. 05 2月, 2015 1 次提交
  4. 31 7月, 2014 2 次提交
  5. 21 4月, 2014 1 次提交
  6. 11 2月, 2014 1 次提交
  7. 31 10月, 2013 1 次提交
  8. 25 1月, 2013 1 次提交
  9. 17 7月, 2012 3 次提交
  10. 22 3月, 2012 1 次提交
  11. 17 1月, 2012 2 次提交
  12. 01 11月, 2011 1 次提交
  13. 10 5月, 2011 1 次提交
  14. 03 3月, 2011 2 次提交
  15. 19 1月, 2011 1 次提交
  16. 12 1月, 2011 2 次提交
  17. 18 10月, 2010 1 次提交
  18. 01 10月, 2010 1 次提交
    • L
      ACPICA/ACPI: Add new host interfaces for _OSI support · b0ed7a91
      Lin Ming 提交于
      Adds install/remove interfaces so that the host can dynamically
      alter the global _OSI table. Also adds support for _OSI handlers.
      Additional support: new debugger command (osi), and test support in
      the acpiexec utility. Adds new file, utilities/utosi.c.
      ACPICA bugzilla 836.
      
      The Linux OSL _OSI code is also changed.
      acpi_osi_setup can't call acpi_install/remove_interface because ACPICA
      is not initialized yet at this early time.
      So we just save the osi string in acpi_osi_setup and will handle it
      later in a new function acpi_osi_setup_late.
      
      http://www.acpica.org/bugzilla/show_bug.cgi?id=836Signed-off-by: NLin Ming <ming.m.lin@intel.com>
      Signed-off-by: Bob Moore <robert.moore@intel.com
      Signed-off-by: NLen Brown <len.brown@intel.com>
      b0ed7a91
  19. 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
  20. 07 7月, 2010 1 次提交
  21. 20 4月, 2010 1 次提交
  22. 23 1月, 2010 2 次提交
  23. 29 8月, 2009 1 次提交
  24. 27 8月, 2009 2 次提交
  25. 28 3月, 2009 1 次提交
  26. 27 3月, 2009 3 次提交
  27. 09 1月, 2009 2 次提交
  28. 31 12月, 2008 1 次提交