1. 17 4月, 2013 2 次提交
  2. 21 3月, 2013 2 次提交
  3. 07 3月, 2013 4 次提交
  4. 28 2月, 2013 1 次提交
  5. 14 2月, 2013 3 次提交
  6. 08 1月, 2013 1 次提交
    • H
      s390/irq: remove split irq fields from /proc/stat · 420f42ec
      Heiko Carstens 提交于
      Now that irq sum accounting for /proc/stat's "intr" line works again we
      have the oddity that the sum field (first field) contains only the sum
      of the second (external irqs) and third field (I/O interrupts).
      The reason for that is that these two fields are already sums of all other
      fields. So if we would sum up everything we would count every interrupt
      twice.
      This is broken since the split interrupt accounting was merged two years
      ago: 052ff461 "[S390] irq: have detailed
      statistics for interrupt types".
      To fix this remove the split interrupt fields from /proc/stat's "intr"
      line again and only have them in /proc/interrupts.
      
      This restores the old behaviour, seems to be the only sane fix and mimics
      a behaviour from other architectures where /proc/interrupts also contains
      more than /proc/stat's "intr" line does.
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      420f42ec
  7. 30 11月, 2012 2 次提交
  8. 23 11月, 2012 2 次提交
  9. 19 11月, 2012 1 次提交
  10. 09 10月, 2012 1 次提交
  11. 26 9月, 2012 8 次提交
  12. 17 9月, 2012 2 次提交
    • S
      s390/dasd: fix read unit address configuration loop · 03429f34
      Stefan Haberland 提交于
      Read unit address is done for all devices during online processing to read
      out LCU features. This is also done after disconnect/connect a LCU.
      Some older storage hardware does not provide the capability to read unit
      address configuration.
      This leads to a loop trying to read unit address configuration every 30
      seconds. The device is still operational but logs are flooded with error
      messages.
      
      Fix the loop by recognizing a command reject saying that the suborder
      for ruac is not supported.
      Signed-off-by: NStefan Haberland <stefan.haberland@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      03429f34
    • S
      s390/dasd: fix pathgroup race · 12d7b107
      Stefan Haberland 提交于
      If a new path is available we need to verify the path data. If it is the
      first path for a device the stop bits are removed after path verification.
      If a pathgroup is established we need to set system characteristics for
      the lcu. Therefore I/O has to be started.
      If the device is stopped the set system characteristics worker may block
      the path verification worker and the device is blocked.
      
      Turn on failfast for set system characteristics CQR to prevent a deadlock
      with the path verification worker.
      
      If a pathgroup is established on a device that is not in use trigger path
      verification. Maybe we were not informed about a working path.
      Signed-off-by: NStefan Haberland <stefan.haberland@de.ibm.com>
      Reviewed-by: NStefan Weinhuber <wein@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      12d7b107
  13. 06 9月, 2012 1 次提交
  14. 28 8月, 2012 1 次提交
  15. 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
  16. 16 7月, 2012 1 次提交
  17. 24 5月, 2012 1 次提交
  18. 11 4月, 2012 1 次提交
  19. 11 3月, 2012 2 次提交
  20. 27 2月, 2012 1 次提交
  21. 19 1月, 2012 2 次提交