1. 17 8月, 2015 1 次提交
    • M
      xtensa: fix kernel register spilling · 77d6273e
      Max Filippov 提交于
      call12 can't be safely used as the first call in the inline function,
      because the compiler does not extend the stack frame of the bounding
      function accordingly, which may result in corruption of local variables.
      
      If a call needs to be done, do call8 first followed by call12.
      
      For pure assembly code in _switch_to increase stack frame size of the
      bounding function.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NMax Filippov <jcmvbkbc@gmail.com>
      77d6273e
  2. 26 1月, 2014 1 次提交
  3. 15 1月, 2014 1 次提交
  4. 09 5月, 2013 1 次提交
  5. 24 2月, 2013 1 次提交
  6. 19 12月, 2012 1 次提交