12 Oct, 2007

1 commit


27 Apr, 2007

2 commits


06 Feb, 2007

5 commits


06 Oct, 2006

1 commit


28 Sep, 2006

1 commit

  • Major cleanup of all s390 inline assemblies. They now have a common
    coding style. Quite a few have been shortened, mainly by using register
    asm variables. Use of the EX_TABLE macro helps as well. The atomic ops,
    bit ops and locking inlines new use the Q-constraint if a newer gcc
    is used. That results in slightly better code.

    Thanks to Christian Borntraeger for proof reading the changes.

    Signed-off-by: Martin Schwidefsky

    Martin Schwidefsky
     

04 Jul, 2006

1 commit


12 Feb, 2006

1 commit

  • When the sclp interface takes very long to serve a request, the sclp core
    driver will report a failed request to the sclp tty driver even though the
    request is still being processed by the sclp interface. Eventually the sclp
    interface completes the request and updates some fields in the request buffer
    which leads to a corrupted tty pages list. The next time function
    sclp_tty_write_room is called, the corrupted list will be traversed, resulting
    in an oops.

    To avoid this remove the busy retry limit and increase retry intervals.

    Signed-off-by: Peter Oberparleiter
    Signed-off-by: Heiko Carstens
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Peter Oberparleiter
     

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