1. 13 3月, 2009 5 次提交
  2. 08 3月, 2009 1 次提交
  3. 26 2月, 2009 2 次提交
  4. 18 2月, 2009 3 次提交
  5. 17 2月, 2009 1 次提交
  6. 15 2月, 2009 1 次提交
  7. 06 2月, 2009 1 次提交
  8. 31 1月, 2009 2 次提交
  9. 30 1月, 2009 3 次提交
  10. 29 1月, 2009 17 次提交
  11. 27 1月, 2009 1 次提交
  12. 21 1月, 2009 1 次提交
    • T
      x86: uv cleanup · bdbcdd48
      Tejun Heo 提交于
      Impact: cleanup
      
      Make the following uv related cleanups.
      
      * collect visible uv related definitions and interfaces into uv/uv.h
        and use it.  this cleans up the messy situation where on 64bit, uv
        is defined properly, on 32bit generic it's dummy and on the rest
        undefined.  after this clean up, uv is defined on 64 and dummy on
        32.
      
      * update uv_flush_tlb_others() such that it takes cpumask of
        to-be-flushed cpus as argument, instead of that minus self, and
        returns yet-to-be-flushed cpumask, instead of modifying the passed
        in parameter.  this interface change will ease dummy implementation
        of uv_flush_tlb_others() and makes uv tlb flush related stuff
        defined in tlb_uv proper.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      bdbcdd48
  13. 18 1月, 2009 2 次提交