1. 18 1月, 2010 1 次提交
  2. 14 12月, 2009 1 次提交
  3. 18 6月, 2009 5 次提交
  4. 27 11月, 2008 1 次提交
    • R
      [ARM] remove memzero() · 59f0cb0f
      Russell King 提交于
      As suggested by Andrew Morton, remove memzero() - it's not supported
      on other architectures so use of it is a potential build breaking bug.
      Since the compiler optimizes memset(x,0,n) to __memzero() perfectly
      well, we don't miss out on the underlying benefits of memzero().
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      59f0cb0f
  5. 16 10月, 2008 1 次提交
  6. 30 9月, 2008 1 次提交
  7. 24 8月, 2008 1 次提交
  8. 27 7月, 2008 2 次提交
  9. 21 7月, 2008 9 次提交
  10. 30 4月, 2008 1 次提交
  11. 31 3月, 2008 1 次提交
  12. 08 2月, 2008 1 次提交