An error occurred fetching the project authors.
  1. 02 Dec, 2002 1 commit
  2. 01 Dec, 2002 2 commits
  3. 18 Nov, 2002 1 commit
  4. 08 Nov, 2002 1 commit
  5. 07 Nov, 2002 2 commits
    • Roman Zippel's avatar
      [PATCH] remove old config tools · 7f60c550
      Roman Zippel authored
      This deletes the old config tools and moves Michael's maintainer entry
      for them to CREDITS and I added myself for KCONFIG instead.
      7f60c550
    • Matthew Wilcox's avatar
      [PATCH] misc updates · 4629292a
      Matthew Wilcox authored
      - CREDITS & MAINTAINERS updates
      - changes for the new kstat/dkstat struct
      - Kconfig updates
      - L_TARGET isn't obsolete yet
      - fix the sys_truncate/truncate64 issue properly this time
      - add MAP_POPULATE & MAP_NONBLOCK definitions
      4629292a
  6. 06 Nov, 2002 1 commit
  7. 05 Nov, 2002 1 commit
  8. 03 Nov, 2002 1 commit
  9. 02 Nov, 2002 3 commits
    • Scott Murray's avatar
      [PATCH] 2.5.45 CompactPCI driver patch 4/4 · f778b16d
      Scott Murray authored
      This is a patch 4 of 4 of my CompactPCI hotplug core and
      drivers, consisting of the generic port I/O cPCI hotplug driver.
      
      Let me know if the kernel parameter parsing code that's #ifndef MODULE is
      objectionable.  I spent quite a while today testing it, it seems reasonably
      robust.  Without it, this driver would only be useable as a module, which
      I've not figured out how to do with the new kernel configuration stuff.
      f778b16d
    • Scott Murray's avatar
      [PATCH] 2.5.45 CompactPCI driver patch 3/4 · ac819449
      Scott Murray authored
      This is patch 3 of 4 of my CompactPCI hotplug core and
      drivers, consisting of the Ziatech ZT5550 hotplug driver.
      
      The hardware banging code in this driver started its life in the PICMG
      2.12 driver code that MontaVista released at the end of 2001.
      ac819449
    • Scott Murray's avatar
      [PATCH] 2.5.45 CompactPCI driver patch 2/4 · 84c1925b
      Scott Murray authored
      This is patch 2 of 4 of my CompactPCI hotplug core and
      drivers, consisting of the CompactPCI hotplug driver core.
      
      It is basically a glue layer on top of the PCI hotplug core that exposes
      an API roughly similiar in concept to the API implemented by MontaVista
      from the PICMG 2.12 specification, minus all the Win32isms and cruft.
      84c1925b
  10. 01 Nov, 2002 2 commits
  11. 29 Oct, 2002 1 commit
  12. 28 Oct, 2002 2 commits
  13. 18 Oct, 2002 2 commits
    • Adam Belay's avatar
      [PATCH] PnP Rewrite V0.9 - 2.5.43 · f72e5c5c
      Adam Belay authored
      The included patch is essentially a Linux Plug and Play Support rewrite.  It
      contains many significant improvements, including the following:
      
      
      1.)  A Global Plug and Play Layer
          - Now drivers do not have to worry about which plug and play
            protocol they are using.  Calls are made directly to the Linux
            Plug and Play Layer and then forwarded to the appropriate
            protocol.
          - This will make it very easy to integrate ACPI PnP support when
            it's ready
      
      
      2.)  A complete Plug and Play BIOS driver
          - The Plug and Play BIOS now supports reading and writing of
            resource configurations.
          - It is now possible to enable disabled PNPBIOS devices.  Therefore
            the user can safely enable PnP OS support in their BIOS.
      
      
      3.)  Driver Model Integration
          - The entire plug and play layer is integrated into the driver model
          - The user interface is housed here
          - PnP protocols are listed under the bus "pnp"
      
      
      4.)  A powerful global resource configuration interface
          - The user can use this to activate PnP devices for legacy and
            user-level drivers
          - See the documentation for how to configure devices.
      
      5.)  Automatic resource allocation for needed devices
      
      
      6.)  A PnP device name database
      
      And many more improvements.
      
      This patch also adds me to the maintainers list, considering the current
      PnP maintainer has been inactive for over 2 years now.
      f72e5c5c
    • Dave Jones's avatar
      [PATCH] updated MAINTAINERS · c1e1396b
      Dave Jones authored
      c1e1396b
  14. 13 Oct, 2002 1 commit
  15. 11 Oct, 2002 1 commit
  16. 09 Oct, 2002 1 commit
    • David Jeffery's avatar
      [PATCH] ips driver 1/6 · ab804805
      David Jeffery authored
      This removes several unused header includes and allows
      the driver to compile by no longer trying to include
      <linux/tqueue.h> . You may have already gotten a patch
      to remove tqueue.h from someone else.
      
      This patch also corrects the spelling of my last name
      in the MAINTAINERS file.  You'd think I'd be used to
      seeing it spelled wrong by now.
      ab804805
  17. 07 Oct, 2002 1 commit
  18. 06 Oct, 2002 1 commit
  19. 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
  20. 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
  21. 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
  22. 27 Sep, 2002 1 commit
  23. 23 Sep, 2002 1 commit
  24. 20 Sep, 2002 1 commit
  25. 18 Sep, 2002 1 commit
  26. 16 Sep, 2002 1 commit
  27. 11 Sep, 2002 1 commit
  28. 03 Sep, 2002 1 commit
  29. 30 Aug, 2002 2 commits
  30. 28 Aug, 2002 1 commit
  31. 19 Aug, 2002 1 commit
  32. 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