1. 04 9月, 2009 4 次提交
  2. 02 9月, 2009 2 次提交
    • H
      x86: Move kernel_fpu_using to irq_fpu_usable in asm/i387.h · ae4b688d
      Huang Ying 提交于
      This function measures whether the FPU/SSE state can be touched in
      interrupt context. If the interrupted code is in user space or has no
      valid FPU/SSE context (CR0.TS == 1), FPU/SSE state can be used in IRQ
      or soft_irq context too.
      
      This is used by AES-NI accelerated AES implementation and PCLMULQDQ
      accelerated GHASH implementation.
      
      v3:
       - Renamed to irq_fpu_usable to reflect the purpose of the function.
      
      v2:
       - Renamed to irq_is_fpu_using to reflect the real situation.
      Signed-off-by: NHuang Ying <ying.huang@intel.com>
      CC: H. Peter Anvin <hpa@zytor.com>
      Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
      ae4b688d
    • H
      x86, msr: fix msr-reg.S compilation with gas 2.16.1 · f6909f39
      H. Peter Anvin 提交于
      msr-reg.S used the :req option on a macro argument, which wasn't
      supported by gas 2.16.1 (but apparently by some earlier versions of
      gas, just to be confusing.)  It isn't necessary, so just remove it.
      Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
      Cc: Borislav Petkov <petkovbb@googlemail.com>
      f6909f39
  3. 01 9月, 2009 10 次提交
  4. 23 8月, 2009 2 次提交
  5. 22 8月, 2009 7 次提交
  6. 21 8月, 2009 11 次提交
  7. 20 8月, 2009 4 次提交