1. 11 5月, 2011 3 次提交
  2. 31 3月, 2011 1 次提交
  3. 29 3月, 2011 1 次提交
  4. 26 3月, 2011 13 次提交
  5. 15 3月, 2011 15 次提交
  6. 27 1月, 2011 1 次提交
  7. 25 1月, 2011 1 次提交
    • T
      percpu: align percpu readmostly subsection to cacheline · 19df0c2f
      Tejun Heo 提交于
      Currently percpu readmostly subsection may share cachelines with other
      percpu subsections which may result in unnecessary cacheline bounce
      and performance degradation.
      
      This patch adds @cacheline parameter to PERCPU() and PERCPU_VADDR()
      linker macros, makes each arch linker scripts specify its cacheline
      size and use it to align percpu subsections.
      
      This is based on Shaohua's x86 only patch.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Cc: Shaohua Li <shaohua.li@intel.com>
      19df0c2f
  8. 19 1月, 2011 5 次提交