1. 17 4月, 2013 1 次提交
  2. 18 12月, 2012 1 次提交
  3. 17 12月, 2012 1 次提交
  4. 23 11月, 2012 2 次提交
  5. 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
  6. 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
  7. 23 3月, 2011 1 次提交
  8. 05 1月, 2011 1 次提交
  9. 25 10月, 2010 1 次提交
  10. 10 8月, 2010 1 次提交
  11. 27 5月, 2010 1 次提交
  12. 07 12月, 2009 1 次提交
  13. 16 6月, 2009 2 次提交
  14. 02 8月, 2008 1 次提交
  15. 14 7月, 2008 1 次提交
  16. 12 10月, 2007 2 次提交
  17. 27 7月, 2007 1 次提交
  18. 10 5月, 2007 1 次提交
  19. 05 5月, 2007 1 次提交
  20. 12 2月, 2007 1 次提交
    • C
      [S390] cio: Fixup interface for setting options on ccw devices. · 4dd3cc5c
      Cornelia Huck 提交于
      The current ccw_device_set_options() sets a specified mask of options
      and clears those not specified, but there is no way to find out which
      options have already been set.
      
      In order to fix this up, introduce the following interface changes:
      
      ccw_device_set_options() now only sets the specified bits, but does
      not clear those that are not specified.
      
      ccw_device_clear_options() clears the specified bits.
      
      ccw_device_set_options_mask() provides the old semantics (setting only
      the specified bits and clearing the others).
      
      Device drivers now work as expected. qdio has been adapted.
      Signed-off-by: NCornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      4dd3cc5c
  21. 12 7月, 2006 1 次提交
  22. 07 1月, 2006 1 次提交
  23. 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