1. 24 10月, 2013 1 次提交
  2. 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
  3. 29 3月, 2012 1 次提交
  4. 27 7月, 2011 3 次提交
  5. 31 3月, 2011 1 次提交
  6. 17 2月, 2011 2 次提交
  7. 27 5月, 2010 1 次提交
  8. 27 2月, 2010 1 次提交
  9. 07 12月, 2009 1 次提交
    • M
      [S390] Improve code generated by atomic operations. · 39475179
      Martin Schwidefsky 提交于
      Git commit ea435467 changed the
      definition of atomic_t and atomic64_t for s390 by adding the volatile
      modifier to the counter field. This has an unfortunate side effect
      with newer versions of the gcc. The typeof operator now picks up the
      volatile modifier from the expression. This causes the compiler to
      think that it has to store the two temporary variable old_val and
      new_val in the __CS_LOOP for the different atomic operations to the
      stack as the variables are now volatile. Both stores are superfluous.
      
      The hack to replace typeof(ptr->counter) with int in __CS_LOOP and
      and long long in __CSG_LOOP avoids the two stores. A better solution
      would be to drop the volatile from the counter field of the atomic_t
      and atomic64_t definition. But that is a touchy subject ..
      
      Cc: Matthew Wilcox <matthew@wil.cx>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      39475179
  10. 11 9月, 2009 2 次提交
  11. 07 7月, 2009 1 次提交
  12. 12 6月, 2009 1 次提交
  13. 07 1月, 2009 1 次提交
  14. 02 8月, 2008 1 次提交
  15. 22 8月, 2007 1 次提交
  16. 10 7月, 2007 1 次提交
  17. 21 2月, 2007 1 次提交
  18. 28 9月, 2006 1 次提交
    • M
      [S390] Inline assembly cleanup. · 94c12cc7
      Martin Schwidefsky 提交于
      Major cleanup of all s390 inline assemblies. They now have a common
      coding style. Quite a few have been shortened, mainly by using register
      asm variables. Use of the EX_TABLE macro helps  as well. The atomic ops,
      bit ops and locking inlines new use the Q-constraint if a newer gcc
      is used.  That results in slightly better code.
      
      Thanks to Christian Borntraeger for proof reading the changes.
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      94c12cc7
  19. 11 4月, 2006 1 次提交
  20. 23 3月, 2006 1 次提交
  21. 10 1月, 2006 1 次提交
  22. 07 1月, 2006 2 次提交
  23. 14 11月, 2005 2 次提交
  24. 28 7月, 2005 1 次提交
  25. 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