15 Nov, 2013

1 commit


08 Aug, 2012

1 commit

  • If the last block of the HSA is read, EVSTATE_ALL_STORED is returned
    by SCLP. Because of a missing break in the switch statement two trace
    entries are written in this case: "all stored" and "part stored".

    This patch adds the missing break and also adds a "fall through"
    comment to improve the readability.

    Signed-off-by: Michael Holzheu
    Reported-by: David A Gilbert
    Signed-off-by: Martin Schwidefsky

    Michael Holzheu
     

20 Jul, 2012

1 commit

  • 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: Heiko Carstens

    Heiko Carstens
     

24 May, 2012

1 commit


11 Mar, 2012

1 commit


23 May, 2011

1 commit


25 Dec, 2008

1 commit


14 Jul, 2008

1 commit


10 May, 2007

1 commit


27 Apr, 2007

2 commits

  • Use only capital letters for defines.

    Cc: Peter Oberparleiter
    Signed-off-by: Stefan Haberland
    Signed-off-by: Heiko Carstens
    Signed-off-by: Martin Schwidefsky

    Stefan Haberland
     
  • s390 machines provide hardware support for creating Linux dumps on SCSI
    disks. For creating a dump a special purpose dump Linux is used. The first
    32 MB of memory are saved by the hardware before the dump Linux is
    booted. Via an SCLP interface, the saved memory can be accessed from
    Linux. This patch exports memory and registers of the crashed Linux to
    userspace via a debugfs file. For more information refer to
    Documentation/s390/zfcpdump.txt, which is included in this patch.

    Signed-off-by: Michael Holzheu
    Signed-off-by: Martin Schwidefsky
    Signed-off-by: Heiko Carstens

    Michael Holzheu