1. 08 8月, 2016 1 次提交
    • C
      s390/lib: fix memcmp and strstr · e2efc424
      Christian Borntraeger 提交于
      if two string compare equal the clcle instruction will update the
      string addresses to point _after_ the string. This might already
      be on a different page, so we should not use these pointer to
      calculate the difference as in that case the calculation of the
      difference can cause oopses.
      
      The return value of memcmp does not need the difference, we
      can just reuse the condition code and return for CC=1 (All bytes
      compared, first operand low) -1 and for CC=2 (All bytes compared,
      first operand high) +1
      strstr also does not need the diff.
      While fixing this, make the common function clcle "correct on its
      own" by using l1 instead of l2 for the first length. strstr will
      call this with l2 for both strings.
      Signed-off-by: NChristian Borntraeger <borntraeger@de.ibm.com>
      Fixes: db7f5eef ("s390/lib: use basic blocks for inline assemblies")
      Reviewed-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      e2efc424
  2. 28 6月, 2016 1 次提交
  3. 26 9月, 2012 1 次提交
  4. 20 7月, 2012 1 次提交
    • H
      s390/comments: unify copyright messages and remove file names · a53c8fab
      Heiko Carstens 提交于
      Remove the file name from the comment at top of many files. In most
      cases the file name was wrong anyway, so it's rather pointless.
      
      Also unify the IBM copyright statement. We did have a lot of sightly
      different statements and wanted to change them one after another
      whenever a file gets touched. However that never happened. Instead
      people start to take the old/"wrong" statements to use as a template
      for new files.
      So unify all of them in one go.
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      a53c8fab
  5. 26 3月, 2009 1 次提交
  6. 12 7月, 2006 1 次提交
  7. 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