1. 10 5月, 2011 2 次提交
  2. 04 4月, 2011 2 次提交
  3. 31 3月, 2011 1 次提交
  4. 24 3月, 2011 3 次提交
  5. 23 3月, 2011 8 次提交
  6. 16 3月, 2011 1 次提交
  7. 15 2月, 2011 1 次提交
  8. 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
  9. 12 1月, 2011 4 次提交
  10. 05 1月, 2011 17 次提交