An error occurred fetching the project authors.
  1. 06 Oct, 2002 1 commit
  2. 05 Oct, 2002 1 commit
    • Christer Weinigel's avatar
      [PATCH] Updated NatSemi SCx200 patches for Linux-2.5 · 3900abd5
      Christer Weinigel authored
      This patch adds support for the National Semiconductor SCx200
      processor family to Linux 2.5.
      
      The patch consists of the following drivers:
      
        arch/i386/kernel/scx200.c -- give kernel access to the GPIO pins
      
        drivers/chars/scx200_gpio.c -- give userspace access to the GPIO pins
        drivers/chars/scx200_wdt.c -- watchdog timer driver
      
        drivers/i2c/scx200_i2c.c -- use any two GPIO pins as an I2C bus
        drivers/i2c/scx200_acb.c -- driver for the Access.BUS hardware
      
        drivers/mtd/maps/scx200_docflash.c -- driver for a CFI flash connected
                                            to the DOCCS pin
      3900abd5
  3. 30 Sep, 2002 1 commit
    • Dave Jones's avatar
      [PATCH] trivial bits. · 4aaae0d9
      Dave Jones authored
      Adrian Bunk went through .39-dj, and pulled out a bunch of
      trivial bits (docs changes, whitespace fixes etc)
      
       - CREDITS: update the web-address of Tigran A. Aivazian
       - Documentation/Changes: higher minimum version of reiserfsprogs
       - s/www.linuxdoc.org/www.tldp.org/g in:
         - Documentation/DocBook/sis900.tmpl
         - Documentation/kernel-docs.txt
         - Documentation/scsi-generic.txt
         - Documentation/scsi.txt
         - Documentation/sound/oss/PAS16
       - Documentation/filesystems/isofs.txt: document where to get ISO 9660
         docs from
       - Documentation/networking/00-INDEX: document that e100.txt and e1000.txt
         are present
       - typo fixes in:
         - Documentation/networking/ip-sysctl.txt
         - Documentation/s390/Debugging390.txt
         - drivers/ide/Config.help
       - MAINTAINERS:
         - update location of the emu10k1-devel and linux-mips lists
         - Remy Card is no longer ext2 maintainer
         - list Andrew Morton instead of Remy Card as second ext3 maintainer
         - update mail addresses of Riley H. Williams and Jack Hammer
         - misc whitespace -> tab fixes
       - arch/mips/kernel/time.c: correct the location of a README
       - whitespace -> tab fixes in
         drivers/net/{3c505,3c509,arcnet/arcnet,at1700,hamradio/scc,ni65,
         pcmcia/aironet4500_cs}.c and drivers/net/wan/lmc/lmc_var.h
       - drivers/pci/quirks.c: update URL
       - remove tabs/whitespace at the end of lines in:
         - drivers/tc/lk201-map.map
         - drivers/tc/lk201-remap.c
         - drivers/tc/zs.h
       - fs/jfs/jfs_logmgr.c: remove two extra empty lines
       - include/linux/auto_fs.h: s/__x86_64/__x86_64__/
      4aaae0d9
  4. 29 Sep, 2002 1 commit
    • Dominik Brodowski's avatar
      [PATCH] (4/5) CPUfreq Documentation · 427f9384
      Dominik Brodowski authored
      CPUFreq documentation for 2.5.39:
      CREDITS			one further CREDIT entry
      Documentation/cpufreq	documentation of CPU frequency and voltage scaling
      	support in the Linux kernel.
      MAINTAINERS		one further MAINTAINERS entry
      arch/i386/Config.help	Config.help texts for i386 CPUFreq drivers
      427f9384
  5. 27 Sep, 2002 1 commit
  6. 23 Sep, 2002 1 commit
  7. 20 Sep, 2002 1 commit
  8. 18 Sep, 2002 1 commit
  9. 16 Sep, 2002 1 commit
  10. 11 Sep, 2002 1 commit
  11. 03 Sep, 2002 1 commit
  12. 30 Aug, 2002 2 commits
  13. 28 Aug, 2002 1 commit
  14. 19 Aug, 2002 1 commit
  15. 03 Aug, 2002 1 commit
    • Jeff Dike's avatar
      [PATCH] UML preparation - infrastructure · 8f103851
      Jeff Dike authored
      This patch (against 2.5.30) contains all of the changes to generic code
      needed by UML.
      
      CREDITS -
      	Changes my address and adds a UML credit for Lars Brinkoff.
      
      MAINTAINERS -
      	Adds a UML entry.
      
      Makefile -
      	When ARCH=um is on the command line to do a UML build, the old value
      	of ARCH is saved in $(SUBARCH) for the later use of the UML build.
      
      drivers/char/Makefile -
      	Sets KEYMAP, KEYBD, CONSOLE empty to prevent hardware drivers from
      	being compiled in.
      
      drivers/net/setup.c -
      	Backs out a UML hook which leaked into your tree which UML no
      	longer uses.
      8f103851
  16. 02 Aug, 2002 1 commit
  17. 01 Aug, 2002 2 commits
  18. 30 Jul, 2002 1 commit
  19. 09 Jul, 2002 1 commit
  20. 12 Jun, 2002 1 commit
  21. 11 Jun, 2002 1 commit
    • Andi Kleen's avatar
      [PATCH] network maintainer · 041aee51
      Andi Kleen authored
      Remove myself as networking maintainer. I haven't done much for networking
      for a long time and it doesn't look likely it'll change anytime soon.
      Also David/Alexey are doing a fine job without me.
      041aee51
  22. 03 Jun, 2002 1 commit
  23. 30 May, 2002 1 commit
    • Arnaldo Carvalho de Melo's avatar
      net/llc/*.c · 34beb106
      Arnaldo Carvalho de Melo authored
      Forward port of LLC from 2.4 to 2.5. This is the forward port of the LLC stack
      released by Procom Inc. for Linux 2.0.30, I have heavily modified it to make
      it similar to other Linux network stacks, using of struct sk_buff to represent
      in-transit packets and doing massive code cleanups.
      
      Jay Schullist contributed support for BSD Sockets, as the original code had
      only a simple in kernel API for use by upper layer protocols, such as the
      NetBEUI stack also provided by Procom for 2.0.30.
      
      This code is basically what I had previously submitted to Alan Cox for his
      2.4-ac series and that is even shipped in source form, in the Red Hat 7.3
      kernel package, plus cleanups wrt standard syntax for labeled elements and
      further use of this C construct to make the code more resilient to editing
      mistakes, using the compiler to further check the source code.
      
      TODO:
      
      Make it completely SMP safe, as the reports of successful usage up to now and
      the testing is done on UP.
      
      Completely remove the old LLC code in the kernel, that is still there for things
      like Appletalk, IPX, etc to use, also check that all these protocols work
      correctly with this new LLC stack.
      
      This code is already being used in the linux-sna project and Jay Schullist
      has been developing support for things like DLSw and other protocols that works
      on top of 802.2.
      
      I'll be releasing patches with the NetBEUI stack and updated samba-2.0.6 patches
      for use with NetBEUI and this LLC stack in the future. But the NetBEUI code
      is available already in my kernel.org ftp area at:
      
      ftp://ftp.kernel.org/pub/linux/kernel/people/acme.
      
      Please report problems to me or the linux-sna mailing list, instructions on how
      to subscribe are available at http://www.linux-sna.org website.
      34beb106
  24. 29 May, 2002 1 commit
    • Scott Feldman's avatar
      e100 net driver update: · a82fa3a4
      Scott Feldman authored
      * Added Documentation/networking/e100.txt.
      * Added drivers/net/Config.help text for CONFIG_E100.
      * Added ethtool ETHTOOL_PHYS_ID support
      * Made ethtool WoL advertisement more selective on h/w controller
      version.
      a82fa3a4
  25. 27 May, 2002 1 commit
  26. 24 May, 2002 1 commit
    • Pavel Machek's avatar
      [PATCH] swsusp: making myself maintainer · 71363c48
      Pavel Machek authored
      I asked Gabor if he'd like me to maintain swsusp, and he liked that
      idea [<quote>Would you please take over maintaining? I offered this in
      the list a while ago anyway.</quote>].
      71363c48
  27. 22 May, 2002 1 commit
  28. 21 May, 2002 1 commit
    • Pavel Machek's avatar
      [PATCH] suspend-to-{RAM,disk} · 542f96a5
      Pavel Machek authored
      Here's suspend-to-{RAM,disk} combined patch for
      2.5.17. Suspend-to-disk is pretty stable and was tested in
      2.4-ac. Suspend-to-RAM is little more experimental, but works for me,
      and is certainly better than disk-eating version currently in kernel.
      
      Major parts are: process stopper, S3 specific code, S4 specific
      code.
      542f96a5
  29. 20 May, 2002 1 commit
  30. 11 May, 2002 1 commit
  31. 01 May, 2002 1 commit
  32. 30 Apr, 2002 1 commit
    • David Gibson's avatar
      [PATCH] orinoco driver update · 8cd05eff
      David Gibson authored
      The following patch against 2.5.11 updates the orinoco driver.  As well
      as miscellaneous updates to the driver core it adds a new module
      supporting Prism 2.5 based PCI wireless cards, and adds a MAINTAINERS
      entry for the driver.
      8cd05eff
  33. 28 Apr, 2002 1 commit
    • Dave Jones's avatar
      [PATCH] MAINTAINERS update · e544af08
      Dave Jones authored
      Various bits mostly from 2.4
      Also fix indentation of various entries to match the rest of the file.
      e544af08
  34. 22 Apr, 2002 1 commit
  35. 09 Apr, 2002 1 commit
    • Martin Dalecki's avatar
      [PATCH] 2.5.8-pre2 IDE 29b · 88da4c77
      Martin Dalecki authored
      - Eliminate the mate member of the ata_channel structure. The information
         provided by it is already present. This patch may have undesirable
         effects on the ns87415.c and trm290.c host chip drivers, but it's worth
         for structural reasons to have it.
      
      - Kill unused code, which was "fixing" interrupt routing from ide-pci.c Don't
         pass any "mate" between the functions there.
      
      - Don't define SUPPORT_VLB_SYNC unconditionally in ide-taskfile.c
      
      - Apply Vojtech Pavliks fix for piix host-chip driver crashes.
      
      - Add linux/types.h to ide-pnp.c.
      
      - Apply latest sis5513 host chip driver patch from by Lionel Bouton by hand.
      
      - Apply patch by Paul Macerras for power-mac.
      
      - Try to make the ns87415 driver a bit more reentrant.
      88da4c77
  36. 03 Apr, 2002 1 commit
    • Romain Liévin's avatar
      USB tiusb · 15e1d2dc
      Romain Liévin authored
      added tiusb driver
      some tweaks to the driver done by greg@kroah.com
      15e1d2dc
  37. 25 Mar, 2002 1 commit
  38. 13 Mar, 2002 1 commit