1. 16 5月, 2012 3 次提交
  2. 30 10月, 2011 1 次提交
    • P
      [S390] fix mismatch in summation of I/O IRQ statistics · de400d6b
      Peter Oberparleiter 提交于
      Current IRQ statistics support does not show detail counts for I/O
      interrupts which are processed internally only. The result is a
      summation count which is way off such as this one:
      
                 CPU0       CPU1       CPU2
      I/O:       1331        710        442
      [...]
      QAI:         15         16         16   [I/O] QDIO Adapter Interrupt
      QDI:          1          0          0   [I/O] QDIO Interrupt
      DAS:        706        645        381   [I/O] DASD
      C15:         26         10          0   [I/O] 3215
      C70:          0          0          0   [I/O] 3270
      TAP:          0          0          0   [I/O] Tape
      VMR:          0          0          0   [I/O] Unit Record Devices
      LCS:          0          0          0   [I/O] LCS
      CLW:          0          0          0   [I/O] CLAW
      CTC:          0          0          0   [I/O] CTC
      APB:          0          0          0   [I/O] AP Bus
      
      Fix this by moving I/O interrupt accounting into the common I/O layer.
      Signed-off-by: NPeter Oberparleiter <peter.oberparleiter@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      de400d6b
  3. 14 5月, 2011 1 次提交
  4. 31 3月, 2011 1 次提交
  5. 23 3月, 2011 2 次提交
  6. 05 1月, 2011 1 次提交
  7. 13 8月, 2010 1 次提交
  8. 24 7月, 2010 1 次提交
  9. 07 1月, 2010 1 次提交
  10. 17 11月, 2009 1 次提交
    • H
      net/s390 drivers: add missing 'const' attribute · 302689ac
      Heiko Carstens 提交于
      Add missing 'const' attribute to avoid the following compile warnings:
      
      drivers/s390/net/ctcm_main.c: In function 'ctcm_init':
      drivers/s390/net/ctcm_main.c:1864: warning: assignment from incompatible pointer type
      drivers/s390/net/lcs.c: In function 'lcs_init_module':
      drivers/s390/net/lcs.c:2468: warning: assignment from incompatible pointer type
      drivers/s390/net/claw.c: In function 'claw_init':
      drivers/s390/net/claw.c:3408: warning: assignment from incompatible pointer type
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      302689ac
  11. 14 11月, 2009 1 次提交
    • U
      s390: remove cu3088 layer for lcs and ctcm · 0ca8cc6f
      Ursula Braun 提交于
      The cu3088-driver used as common base for lcs- and ctcm-devices
      makes it difficult to assign the appropriate driver to an lcs-device
      or a ctcm-device. This patch eliminates the cu3088-driver and thus
      the root device "cu3088". Path /sys/devices/cu3088 is replaced with
      the pathes /sys/devices/lcs and /sys/devices/ctcm.
      
      Patch is based on a proposal from Cornelia Huck.
      
      Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: NUrsula Braun <ursula.braun@de.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0ca8cc6f
  12. 06 7月, 2009 1 次提交
  13. 16 6月, 2009 2 次提交
  14. 13 6月, 2009 1 次提交
  15. 25 3月, 2009 2 次提交
  16. 26 1月, 2009 1 次提交
  17. 22 1月, 2009 1 次提交
  18. 14 10月, 2008 1 次提交
  19. 11 10月, 2008 2 次提交
  20. 27 8月, 2008 2 次提交
  21. 23 7月, 2008 1 次提交
  22. 14 7月, 2008 1 次提交
  23. 17 4月, 2008 1 次提交
  24. 24 2月, 2008 1 次提交
  25. 26 1月, 2008 1 次提交
  26. 20 10月, 2007 1 次提交
  27. 11 10月, 2007 1 次提交
  28. 20 7月, 2007 1 次提交
  29. 21 6月, 2007 1 次提交
  30. 26 4月, 2007 1 次提交
  31. 06 2月, 2007 2 次提交
  32. 11 7月, 2006 1 次提交