1. 07 6月, 2014 1 次提交
  2. 31 5月, 2014 1 次提交
  3. 20 5月, 2014 1 次提交
  4. 29 4月, 2014 3 次提交
  5. 20 3月, 2014 1 次提交
  6. 26 2月, 2014 1 次提交
  7. 21 2月, 2014 1 次提交
    • S
      s390: improve debug feature usage · f7e1e65d
      Sebastian Ott 提交于
      The maximum usable buffer size of the s390 debug feature (when using
      the sprintf_view) is 11 * sizeof(long) (1 pointer for the format
      string + 10 arguments). When a larger buffer size is specified the
      additional memory is unused and wasted per debug entry. So reducing
      the buffer size to its maximum (or to the actual buffer size used)
      will make more precious debug feature space usable.
      
      For pci_msg, chsc_msg, and cio_crw we use the additional usable dbf
      space to reduce the number of allocated pages.
      Signed-off-by: NSebastian Ott <sebott@linux.vnet.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      f7e1e65d
  8. 29 1月, 2014 1 次提交
  9. 16 1月, 2014 2 次提交
  10. 18 12月, 2013 1 次提交
  11. 07 11月, 2013 1 次提交
  12. 24 10月, 2013 1 次提交
  13. 27 6月, 2013 1 次提交
  14. 26 6月, 2013 3 次提交
  15. 23 4月, 2013 3 次提交
  16. 09 4月, 2013 1 次提交
  17. 19 3月, 2013 1 次提交
  18. 22 1月, 2013 5 次提交
  19. 07 1月, 2013 1 次提交
  20. 20 11月, 2012 4 次提交
  21. 14 11月, 2012 1 次提交
  22. 26 9月, 2012 1 次提交
    • H
      s390/sysinfo,stsi: change return code handling · caf757c6
      Heiko Carstens 提交于
      Change return code handling of the stsi() function:
      
      In case function code 0 was specified the return value is the
      current configuration level (already shifted). That way all
      the code that actually copied the stsi_0() function can go
      away.
      
      Otherwise the return value is 0 (success) or negative to
      indicate an error (currently only -EOPNOTSUPP).
      
      Also stsi() is no longer an inline function. The function is
      not performance critical, but every caller would generate an
      exception table entry for this function.
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      caf757c6
  23. 25 9月, 2012 2 次提交
  24. 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
  25. 17 5月, 2012 1 次提交