14 Aug, 2008

1 commit

  • This patch removes the auerswald USB driver from the linux kernel
    2.6.26.

    This driver was included into the kernel mainly to connect to the ISDN
    framework. This was done in linux 2.4.x. For 2.6.x, due to the fragile
    and moving ISDN support, this connection was never realized, and the
    only use of this driver was for device configuration. In the age of DSL,
    the demand of ISDN support is getting very low.

    Meanwhile, with the advent of libusb, an userspace driver was done for
    the device configuration which works fine for linux and mac. (Thanks to
    the libusb developers!). The userspace driver is downloadable from the
    auerswald web site.

    So this driver is obsolete now and has to be removed. Many thanks to all
    developers which helped me to bring this driver up and working.

    Signed-off-by: Wolfgang Muees
    Signed-off-by: Greg Kroah-Hartman

    Wolfgang Mües
     

14 Jul, 2008

1 commit

  • This patch adds a driver for subchannels of type chsc.

    A device /dev/chsc is created which may be used to issue ioctls to:
    - obtain information about the machine's I/O configuration
    - dynamically change the machine's I/O configuration via
    asynchronous chsc commands

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

    Cornelia Huck
     

27 Apr, 2008

1 commit


26 Jan, 2008

1 commit

  • We need to reserve at least two ioctls for online-resize. Reserve a small
    range of ioctls for Ocfs2 use in Documentation/ioctl-number.txt. This should
    give us enough room for future growth.

    Signed-off-by: Tao Ma
    Signed-off-by: Mark Fasheh

    Tao Ma
     

17 Jul, 2007

1 commit

  • The UMSDOS filesystem was removed back in 2.6.11, but some tiny bits stuck
    around. This patch removes the few remaining leftovers. The only things
    left behind after this are the entries in the CREDITS file and the ioctl
    number in Documentation/ioctl-number.txt as documentation.

    This third (hopefully final) version of the patch doesn't edit the
    arch/um/config.release file, since Jeff Dike pointed out to me that it
    should die completely, and asked me to remove it from my patch as he'll
    send in a seperate patch removing the file completely.

    Signed-off-by: Jesper Juhl
    Acked-by: H. Peter Anvin
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jesper Juhl
     

09 May, 2007

1 commit


12 Feb, 2007

1 commit


09 Dec, 2006

1 commit


27 Jun, 2006

1 commit


23 Jun, 2006

1 commit


29 Mar, 2006

1 commit


23 Nov, 2005

1 commit

  • Correct lots of URLs in Documentation/ Also a few minor whitespace cleanups
    and typo/spello fixes. Sadly there are still a lot of bad URLs remaining.

    Signed-off-by: Randy Dunlap
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     

08 Nov, 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