1. 12 10月, 2012 1 次提交
  2. 13 12月, 2011 1 次提交
  3. 06 12月, 2011 1 次提交
    • D
      ARM: 7173/1: Add optimised swahb32() byteswap helper for v6 and above · df0e74da
      Dave Martin 提交于
      ARMv6 and later processors have the REV16 instruction, which swaps
      the bytes within each halfword of a register value.
      
      This is already used to implement swab16(), but since the native
      operation performaed by REV16 is actually swahb32(), this patch
      renames the existing swab16() helper accordingly and defines
      __arch_swab16() in terms of it.  This allows calls to both swab16()
      and swahb32() to be optimised.
      
      The compiler's generated code might improve someday, but as of
      4.5.2 the code generated for pure C implementing these 16-bit
      bytesswaps remains pessimal.
      
      swahb32() is useful for converting 32-bit Thumb instructions
      between integer and memory representation on BE8 platforms (among
      other uses).
      Signed-off-by: NDave Martin <dave.martin@linaro.org>
      Reviewed-by: NNicolas Pitre <nico@linaro.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      df0e74da
  4. 25 10月, 2009 1 次提交
  5. 01 2月, 2009 1 次提交
  6. 07 1月, 2009 1 次提交
  7. 06 9月, 2008 1 次提交
  8. 28 8月, 2008 1 次提交
  9. 03 8月, 2008 1 次提交
  10. 19 6月, 2006 1 次提交
  11. 11 1月, 2006 1 次提交
  12. 08 1月, 2006 1 次提交
  13. 07 1月, 2006 1 次提交
  14. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4