1. 27 6月, 2013 1 次提交
  2. 28 2月, 2013 1 次提交
  3. 14 2月, 2013 1 次提交
  4. 23 11月, 2012 1 次提交
  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. 16 5月, 2012 2 次提交
  7. 23 3月, 2012 1 次提交
  8. 11 3月, 2012 1 次提交
    • M
      [S390] kernel: Add z/VM LGR detection · 3ab121ab
      Michael Holzheu 提交于
      Currently the following mechanisms are available to move active
      Linux on System z instances between machines:
      * z/VM 6.2 SSI (Single System Image)
      * Suspend/resume
      For moving Linux instances in this patch the term LGR (Linux Guest
      Relocation) is used. Because such an operation is critical, it
      should be detectable from Linux. With this patch for both, a live
      system and a kernel dump, the information about LGRs is accessible.
      To identify a guest, stsi and stfle data is used. A new function
      lgr_info_log() compares the current data (lgr_info_cur) with the
      last recorded one (lgr_info_last). In case the two data sets differ,
      lgr_info_cur is logged to the "lgr" s390dbf.
      
      The following trigger points call lgr_info_log():
      * panic
      * die
      * kdump
      * LGR timer
      * PSW restart
      * QDIO recovery
      * resume
      
      This patch also changes the s390dbf hex_ascii view. Now only printable ASCII
      characters are shown.
      Reviewed-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NMichael Holzheu <holzheu@linux.vnet.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      3ab121ab
  9. 03 3月, 2012 1 次提交
  10. 30 10月, 2011 7 次提交
  11. 27 8月, 2011 1 次提交
  12. 13 8月, 2011 2 次提交
  13. 03 8月, 2011 1 次提交
    • J
      [S390] qdio: 2nd stage retry on SIGA-W busy conditions · be8d97a5
      Jan Glauber 提交于
      The SIGA-W may return with the busy bit set which means the device was
      blocked. The busy loop which retries the SIGA-W for 100us may not be
      long enough when running under a heavily loaded hypervisor.
      
      Extend the retry mechanism by adding a longer second stage which retries
      the SIGA-W for up to 10s. In difference to the first retry loop the second
      stage is using mdelay to stop the cpu between the retries and thereby
      avoid additional preassure in on the hypervisor.
      If the second stage retry is successfull a device reset is avoided.
      Signed-off-by: NJan Glauber <jang@linux.vnet.ibm.com>
      Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
      be8d97a5
  14. 27 7月, 2011 1 次提交
  15. 06 6月, 2011 1 次提交
  16. 23 5月, 2011 1 次提交
  17. 20 4月, 2011 1 次提交
  18. 04 4月, 2011 1 次提交
  19. 23 3月, 2011 1 次提交
  20. 31 1月, 2011 1 次提交
    • J
      [S390] qdio: prevent compile warning under CONFIG_32BIT · 6fa1098a
      Jan Glauber 提交于
      Prevent the following compiler warning if compiling a 31 bit kernel:
      
      drivers/s390/cio/qdio_main.c: In function ‘get_outbound_buffer_frontier’:
      drivers/s390/cio/qdio_main.c:646:16: warning: ‘state’ may be used uninitialized in this function
        CC      lib/radix-tree.o
        CC      drivers/s390/scsi/zfcp_cfdc.o
      drivers/s390/cio/qdio_main.c: In function ‘qdio_inbound_q_moved’:
      drivers/s390/cio/qdio_main.c:479:16: warning: ‘state’ may be used uninitialized in this function
      drivers/s390/cio/qdio_main.c:479:16: note: ‘state’ was declared here
      Signed-off-by: NJan Glauber <jang@linux.vnet.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      6fa1098a
  21. 05 1月, 2011 7 次提交
  22. 09 9月, 2010 1 次提交
  23. 17 5月, 2010 4 次提交