07 May, 2008

1 commit


27 Apr, 2008

1 commit


17 Apr, 2008

1 commit


26 Jan, 2008

1 commit


25 Jan, 2008

1 commit


12 Oct, 2007

2 commits


21 May, 2007

1 commit

  • - read_dev_chars()/read_conf_data() are deprecated. Don't document them, but
    advise to issue the channel program from the driver itself.
    - Remove some really obsolete and incorrect stuff.

    Signed-off-by: Cornelia Huck
    Signed-off-by: Martin Schwidefsky

    Cornelia Huck
     

09 May, 2007

1 commit


27 Apr, 2007

2 commits

  • Cleanup code and remove obsolete documentation.

    Signed-off-by: Jan Glauber
    Signed-off-by: Heiko Carstens
    Signed-off-by: Martin Schwidefsky

    Jan Glauber
     
  • 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
     

06 Feb, 2007

1 commit

  • Fix description of register usage as pointed out by Andreas Krebbel.
    Since this document is completely outdated and would need a lot of
    fixing, it might be worth considering to get rid of it...

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

    Heiko Carstens
     

08 Dec, 2006

1 commit


04 Dec, 2006

1 commit


30 Nov, 2006

1 commit


19 Oct, 2006

1 commit


04 Oct, 2006

11 commits


24 Mar, 2006

1 commit

  • Update documentation of the common I/O layer:
    - Add MSS-specific example.
    - Add more information on ccwgroup devices.
    - Add channel path type attribute.
    - Fix typo.

    Signed-off-by: Cornelia Huck
    Signed-off-by: Martin Schwidefsky
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Cornelia Huck
     

09 Nov, 2005

1 commit


07 Nov, 2005

1 commit


11 Sep, 2005

1 commit

  • The attached patch fixes the following spelling errors in Documentation/
    - double "the"
    - Several misspellings of function/functionality
    - infomation
    - memeory
    - Recieved
    - wether
    and possibly others which I forgot ;-)
    Trailing whitespaces on the same line as the typo are also deleted.

    Signed-off-by: Tobias Klauser
    Signed-off-by: Domen Puncer
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Tobias Klauser
     

26 Jun, 2005

1 commit

  • This patch changes the memory allocation method for the s390 debug feature.
    Trace buffers had been allocated using the get_free_pages() function before.
    Therefore it was not possible to get big memory areas in a running system due
    to memory fragmentation. Now the trace buffers are subdivided into several
    subbuffers with pagesize. Therefore it is now possible to allocate more
    memory for the trace buffers and more trace records can be written.

    In addition to that, dynamic specification of the size of the trace buffers is
    implemented. It is now possible to change the size of a trace buffer using a
    new debugfs file instance. When writing a number into this file, the trace
    buffer size is changed to 'number * pagesize'.

    In the past all the traces could be obtained from userspace by accessing files
    in the "proc" filesystem. Now with debugfs we have a new filesystem which
    should be used for debugging purposes. This patch moves the debug feature
    from procfs to debugfs.

    Since the interface of debug_register() changed, all device drivers, which use
    the debug feature had to be adjusted.

    Signed-off-by: Martin Schwidefsky
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Michael Holzheu
     

22 Jun, 2005

1 commit


01 May, 2005

1 commit


17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds