1. 27 3月, 2009 1 次提交
  2. 24 3月, 2009 1 次提交
  3. 21 3月, 2009 3 次提交
  4. 20 3月, 2009 2 次提交
  5. 12 3月, 2009 1 次提交
  6. 18 2月, 2009 1 次提交
  7. 06 2月, 2009 1 次提交
  8. 29 1月, 2009 2 次提交
  9. 28 1月, 2009 1 次提交
  10. 14 1月, 2009 1 次提交
  11. 08 1月, 2009 11 次提交
  12. 30 12月, 2008 1 次提交
  13. 26 11月, 2008 1 次提交
  14. 12 11月, 2008 1 次提交
    • H
      x86: attempt reboot via port CF9 if we have standard PCI ports · 14d7ca5c
      H. Peter Anvin 提交于
      Impact: Changes reboot behavior.
      
      If port CF9 seems to be safe to touch, attempt it before trying the
      keyboard controller.  Port CF9 is not available on all chipsets (a
      significant but decreasing number of modern chipsets don't implement
      it), but port CF9 itself should in general be safe to poke (no ill
      effects if unimplemented) on any system which has PCI Configuration
      Method #1 or #2, as it falls inside the PCI configuration port range
      in both cases.  No chipset without PCI is known to have port CF9,
      either, although an explicit "pci=bios" would mean we miss this and
      therefore don't use port CF9.  An explicit "reboot=pci" can be used to
      force the use of port CF9.
      Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
      14d7ca5c
  15. 21 10月, 2008 2 次提交
  16. 15 9月, 2008 1 次提交
  17. 05 9月, 2008 1 次提交
  18. 04 9月, 2008 2 次提交
  19. 03 9月, 2008 1 次提交
    • L
      Un-break printk strings in x86 PCI probing code · 011fec74
      Linus Torvalds 提交于
      Breaking lines due to some imaginary problem with a long line length is
      often stupid and wrong, but never more so when it splits a string that
      is printed out into multiple lines.  This really ended up making it much
      harder to find where some error strings were printed out, because a
      simple 'grep' didn't work.
      
      I'm sure there is tons more of this particular idiocy hiding in other
      places, but this particular case hit me once more last week. So fix it.
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      011fec74
  20. 30 8月, 2008 1 次提交
  21. 25 8月, 2008 2 次提交
  22. 23 8月, 2008 2 次提交