1. 27 3月, 2012 1 次提交
    • L
      ACPICA: Sleep/Wake interfaces: optionally execute _GTS and _BFS · 8a73b17e
      Lin Ming 提交于
      Enhanced the sleep/wake interfaces to optionally execute the
      _GTS method (Going To Sleep), and the _BFS method (Back From
      Sleep).  Windows apparently does not execute these methods, and
      therefore these methods are often untested. It has been seen on
      some systems where the execution of these methods causes errors
      and also prevents the machine from entering S5. It is therefore
      suggested that host operating systems do not execute these methods
      by default. In the future, perhaps these methods can be optionally
      executed based on the age of the system and/or what is the newest
      version of Windows that the BIOS asks for via _OSI.
      Signed-off-by: NLin Ming <ming.m.lin@intel.com>
      Signed-off-by: NBob Moore <robert.moore@intel.com>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      8a73b17e
  2. 22 3月, 2012 5 次提交
  3. 17 1月, 2012 1 次提交
  4. 01 11月, 2011 1 次提交
  5. 19 1月, 2011 1 次提交
  6. 07 7月, 2010 1 次提交
  7. 20 4月, 2010 1 次提交
  8. 23 1月, 2010 1 次提交
  9. 02 9月, 2009 1 次提交
  10. 22 7月, 2009 1 次提交
    • J
      x86, intel_txt: Intel TXT Sx shutdown support · 86886e55
      Joseph Cihula 提交于
      Support for graceful handling of sleep states (S3/S4/S5) after an Intel(R) TXT launch.
      
      Without this patch, attempting to place the system in one of the ACPI sleep
      states (S3/S4/S5) will cause the TXT hardware to treat this as an attack and
      will cause a system reset, with memory locked.  Not only may the subsequent
      memory scrub take some time, but the platform will be unable to enter the
      requested power state.
      
      This patch calls back into the tboot so that it may properly and securely clean
      up system state and clear the secrets-in-memory flag, after which it will place
      the system into the requested sleep state using ACPI information passed by the kernel.
      
       arch/x86/kernel/smpboot.c     |    2 ++
       drivers/acpi/acpica/hwsleep.c |    3 +++
       kernel/cpu.c                  |    7 ++++++-
       3 files changed, 11 insertions(+), 1 deletion(-)
      Signed-off-by: NJoseph Cihula <joseph.cihula@intel.com>
      Signed-off-by: NShane Wang <shane.wang@intel.com>
      Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
      86886e55
  11. 18 4月, 2009 1 次提交
  12. 28 3月, 2009 3 次提交
  13. 27 3月, 2009 5 次提交
  14. 09 1月, 2009 2 次提交
  15. 31 12月, 2008 1 次提交
  16. 30 12月, 2008 2 次提交
  17. 17 10月, 2008 2 次提交
  18. 12 6月, 2008 1 次提交
  19. 24 4月, 2008 1 次提交
  20. 23 4月, 2008 1 次提交
  21. 14 2月, 2008 1 次提交
  22. 07 2月, 2008 1 次提交
  23. 02 2月, 2008 2 次提交
  24. 10 10月, 2007 3 次提交