1. 03 9月, 2007 4 次提交
  2. 01 9月, 2007 2 次提交
    • L
      x86: be even more careful about checking the stack frame on dumping · 36ad4885
      Linus Torvalds 提交于
      lguest didn't initialize the kernel stack the way a real i386 kernel
      does, and ended up triggering a corner-case in the stack frame checking
      that doesn't happen on naive i386, and that the stack dumping didn't
      handle quite right.
      
      This makes the frame handling more correct, and tries to clarify the
      code at the same time so that it's a bit more obvious what is going on.
      
      Thanks to Rusty Russell for debugging the lguest failure-
      
      Cc: Rusty Russell <rusty@rustcorp.com.au>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      36ad4885
    • H
      [x86 setup] Don't rely on the VESA BIOS being register-clean · 4221d014
      H. Peter Anvin 提交于
      The VESA BIOS is specified to be register-clean.  However, we have now
      found at least one system which violates that.  Thus, be as paranoid
      about VESA calls as about everything else.
      
      Huge thanks to Will Simoneau for reporting, diagnosing, and testing
      this out on Dell Inspiron 5150.
      
      Cc: Will Simoneau <simoneau@ele.uri.edu>
      Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
      4221d014
  3. 31 8月, 2007 8 次提交
  4. 30 8月, 2007 7 次提交
  5. 29 8月, 2007 2 次提交
  6. 27 8月, 2007 17 次提交