1. 16 5月, 2012 2 次提交
  2. 08 3月, 2012 1 次提交
  3. 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
  4. 14 5月, 2011 1 次提交
  5. 23 3月, 2011 2 次提交
  6. 05 1月, 2011 1 次提交
  7. 27 9月, 2010 1 次提交
  8. 13 8月, 2010 1 次提交
  9. 18 5月, 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 2 次提交
  12. 18 10月, 2009 1 次提交
  13. 03 9月, 2009 1 次提交
  14. 06 7月, 2009 1 次提交
  15. 16 6月, 2009 1 次提交
  16. 21 5月, 2009 1 次提交
  17. 25 3月, 2009 3 次提交
  18. 22 1月, 2009 1 次提交
  19. 25 12月, 2008 1 次提交
  20. 11 10月, 2008 2 次提交
  21. 27 8月, 2008 1 次提交
  22. 23 7月, 2008 1 次提交
  23. 14 7月, 2008 1 次提交
  24. 17 3月, 2008 1 次提交