An error occurred fetching the project authors.
  1. 14 Oct, 2003 1 commit
  2. 19 Aug, 2003 1 commit
  3. 17 Aug, 2003 1 commit
  4. 01 Aug, 2003 1 commit
    • Randy Dunlap's avatar
      [PATCH] janitor: convert to pci_name() · 42098570
      Randy Dunlap authored
      [ GregKH has already done this is USB and PCI core. ]
      
      From: "Warren A. Layton" <zeevon@debian.org>
      
      Based on a request from Matthew Wilcox, convert instances of
      pci_dev->slot_name to use pci_name() instead:
      
        "In order to support PCI Domains, we have to stop using slot_name.
         It's related to driver model transition too since pci_dev->slot_name
         was redundant with pci_dev->dev.bus_id.  So I introduced the inline
         function pci_name().  Now there's about 300-400 places in the tree
         that're using slot_name which need to be converted to use pci_name().
         once that's done, we can remove the slot_name pointer in pci_dev and
         save a (void *) per pci_dev."
      42098570
  5. 31 Jul, 2003 1 commit
  6. 25 Jun, 2003 1 commit
  7. 20 May, 2003 1 commit
  8. 11 May, 2003 1 commit
    • Dean Gaudet's avatar
      [PATCH] better ali1563 integrated ethernet support · 4a37c106
      Dean Gaudet authored
      it turns out the tulip driver is a much better driver for the integrated
      ali1563 ethernet than the dmfe driver... the dmfe driver gets tx timeouts
      every ~15s and can't receive over 5MB/s.  but with the small tulip patch
      below i'm seeing 11MB/s+ in both directions without problems.
      4a37c106
  9. 07 Apr, 2003 1 commit
  10. 25 Feb, 2003 1 commit
    • Steven Cole's avatar
      [PATCH] replace its with it's where appropriate. · 09c49f76
      Steven Cole authored
      This patch replaces its (possessive of it) with it's (it is)
      in the following cases where "it is" is meant.
      
      its a   -> it's a
      its an  -> it's an
      its not -> it's not
      
      except for the files
         arch/cris/boot/rescue/head.S
         arch/cris/kernel/kgdb.c
      where the substitution is "its not" -> "it is not"
      to avoid possible problems with single quotes in assembly comments.
      09c49f76
  11. 27 Nov, 2002 1 commit
  12. 28 Oct, 2002 1 commit
  13. 26 Oct, 2002 1 commit
  14. 25 Oct, 2002 1 commit
  15. 18 Sep, 2002 1 commit
  16. 04 Aug, 2002 3 commits
  17. 03 Aug, 2002 1 commit
  18. 11 May, 2002 1 commit
  19. 09 May, 2002 1 commit
  20. 06 Mar, 2002 1 commit
  21. 11 Feb, 2002 2 commits
    • Jeff Garzik's avatar
      Remove deprecated SIOCDEVPRIVATE ioctls in net drivers · 063b805f
      Jeff Garzik authored
      3c59x, eepro100, sis900, and tulip.
      
      Also, update eepro100 Becker URL.
      
      Contributor: Dave Jones
      063b805f
    • Richard Henderson's avatar
      [PATCH] discarded section problem · 0e44d4c5
      Richard Henderson authored
      What should be happening with the references to the discarded .text.exit
      section?  I see a __devexit_p mentioned in Documentation/pci.txt, but it
      hasn't been implemented except for down inside ieee1394.
      
      In any case, I need something like the following in order to build with
      pre-release binutils 2.12.  If this sort of thing is acceptible I can
      prepare a more comprehensive patch.
      0e44d4c5
  22. 08 Feb, 2002 1 commit
    • Jeff Garzik's avatar
      tulip net driver updates: · 3828fa25
      Jeff Garzik authored
      * Add support for Conexant tulip clones.
      * Do not store eeprom data on stack (128 or 512 bytes), it's a
      large object, and also, we already have a copy in kmalloc'd RAM.
      
      Contributor: Pavel Roskin
      3828fa25
  23. 07 Feb, 2002 1 commit
  24. 05 Feb, 2002 14 commits
    • Linus Torvalds's avatar
      v2.5.1.11 -> v2.5.2 · 5fb612aa
      Linus Torvalds authored
      - Matt Domsch: combine common crc32 library
      - Pete Zaitcev: ymfpci update
      - Davide Libenzi: scheduler improvements
      - Al Viro: almost there: "struct block_device *" everywhere
      - Richard Gooch: devfs cpqarray update, race fix
      - Rusty Russell: PATH_MAX should include the final '0' count
      - David Miller: various random updates (mainly net and sparc)
      5fb612aa
    • Linus Torvalds's avatar
      v2.5.0.10 -> v2.5.0.11 · fe097651
      Linus Torvalds authored
      - Jeff Garzik: no longer support old cards in tulip driver
      (see separate driver for old tulip chips)
      - Pat Mochel: driverfs/device model documentation
      - Ballabio Dario: update eata driver to new IO locking
      - Ingo Molnar: raid resync with new bio structures (much more efficient)
      and mempool_resize()
      - Jens Axboe: bio queue locking
      fe097651
    • Linus Torvalds's avatar
      v2.4.14.6 -> v2.4.14.7 · 6293d56c
      Linus Torvalds authored
        - Jeff Garzik: network driver updates
        - Christoph Hellwig: UFS filesystem byteorder cleanups
        - me: modified Andrea VM page allocator tuning
      6293d56c
    • Linus Torvalds's avatar
      v2.4.14.1 -> v2.4.14.2 · a8a2069f
      Linus Torvalds authored
        - Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry
        - Kai Germaschewski: ISDN updates
        - Jeff Garzik: network driver updates, sysv fs update
        - Kai Mäkisara: SCSI tape update
        - Alan Cox: large drivers merge
        - Nikita Danilov: reiserfs procfs information
        - Andrew Morton: ext3 merge
        - Christoph Hellwig: vxfs livelock fix
        - Trond Myklebust: NFS updates
        - Jens Axboe: cpqarray + cciss dequeue fix
        - Tim Waugh: parport_serial base_baud setting
        - Matthew Dharm: usb-storage Freecom driver fixes
        - Dave McCracken: wait4() thread group race fix
      a8a2069f
    • Linus Torvalds's avatar
      v2.4.12.3 -> v2.4.12.4 · 96c4fbbe
      Linus Torvalds authored
        - Al Viro: mnt_list init
        - Jeff Garzik: network driver update (license tags, tulip driver)
        - David Miller: sparc, net updates
        - Ben Collins: firewire update
        - Gerd Knorr: btaudio/bttv update
        - Tim Hockin: MD cleanups
        - Greg KH, Petko Manolov: USB updates
        - Leonard Zubkoff: DAC960 driver update
      96c4fbbe
    • Linus Torvalds's avatar
      v2.4.10.2 -> v2.4.10.3 · 0a97b16a
      Linus Torvalds authored
        - Al Viro: superblock cleanups, partition handling fixes and cleanups
        - Ben Collins: firewire update
        - Jeff Garzik: network driver updates
        - Urban Widmark: smbfs updates
        - Kai Mäkisara: SCSI tape driver update
        - various: embarrassing lack of error checking in ELF loader
        - Neil Brown: md formatting cleanup.
      0a97b16a
    • Linus Torvalds's avatar
      v2.4.10.1 -> v2.4.10.2 · 5bf3be03
      Linus Torvalds authored
        - me/Al Viro: fix bdget() oops with block device modules that don't
        clean up after they exit
        - Alan Cox: continued merging (drivers, license tags)
        - David Miller: sparc update, network fixes
        - Christoph Hellwig: work around broken drivers that add a gendisk more
        than once
        - Jakub Jelinek: handle more ELF loading special cases
        - Trond Myklebust: NFS client and lockd reclaimer cleanups/fixes
        - Greg KH: USB updates
        - Mikael Pettersson: sparate out local APIC / IO-APIC config options
      5bf3be03
    • Linus Torvalds's avatar
      v2.4.9.12 -> v2.4.9.13 · a27c6530
      Linus Torvalds authored
        - Manfred Spraul: /proc/pid/maps cleanup (and bugfix for non-x86)
        - Al Viro: "block device fs" - cleanup of page cache handling
        - Hugh Dickins: VM/shmem cleanups and swap search speedup
        - David Miller: sparc updates, soc driver typo fix, net updates
        - Jeff Garzik: network driver updates (dl2k, yellowfin and tulip)
        - Neil Brown: knfsd cleanups and fixues
        - Ben LaHaise: zap_page_range merge from -ac
      a27c6530
    • Linus Torvalds's avatar
      v2.4.9.9 -> v2.4.9.10 · c37fa164
      Linus Torvalds authored
        - Alan Cox: continued merging
        - Mingming Cao: make msgrcv/shmat check the queue/segment ID's properly
        - Greg KH: USB serial init failure fix, Xircom serial converter driver
        - Neil Brown: nsfd/raid/md/lockd cleanups
        - Ingo Molnar: multipath RAID personality, raid xor update
        - Hugh Dickins/Marcelo Tosatti: swapin read-ahead race fix
        - Vojtech Pavlik: fix up some of the infrastructure for x86-64
        - Robert Love: AMD 761 AGP GART support
        - Jens Axboe: fix SCSI-generic queue handling race
        - me: be sane about page reference bits
      c37fa164
    • Linus Torvalds's avatar
      v2.4.9.6 -> v2.4.9.7 · 7df13152
      Linus Torvalds authored
        - Alan Cox: big driver/mips sync
        - Andries Brouwer, Christoph Hellwig: more gendisk fixups
        - Tobias Ringstrom: tulip driver workaround for DC21143 erratum
      7df13152
    • Linus Torvalds's avatar
      v2.4.7.5 -> v2.4.7.6 · 52683c56
      Linus Torvalds authored
        - me: better dirty balancing
        - David Miller: sparc and network updates
      52683c56
    • Linus Torvalds's avatar
      v2.4.6.6 -> v2.4.6.7 · 74f5133b
      Linus Torvalds authored
        - Andreas Dilger: various ext2 cleanups
        - Richard Gooch: devfs update
        - Johannes Erdfelt: USB updates
        - Alan Cox: merges
        - David Miller: fix SMP pktsched bootup deadlock (CONFIG_NET_SCHED)
        - Roman Zippel: AFFS update
        - Anton Altaparmakov: NTFS update
        - me: fix races in vfork() (semaphores are not good completion handlers)
        - Jeff Garzik: net driver updates, sysvfs update
      74f5133b
    • Linus Torvalds's avatar
      v2.4.5.8 -> v2.4.5.9 · 2d80cb2a
      Linus Torvalds authored
        - make sure "sync()" doesn't effectively lock up the machine by
        overloading all the IO resources
        - fix up some network memory allocations that don't wan tto wait on IO.
        - merge with Alan (including MIPS update)
        - Jeff Garzik: network driver updates.
        - Al Viro: System V FS update (write capability, page cache, mondo cleanups)
        - Kai Germaschewski: ISDN cleanups, TURBOPAM driver by Stelian Pop
        - Ben Fennema: UDF update (time handling, i_blocks fix)
        - Neil Brown: md error handling improvements, knfsd file handle compatibility
        - Paul Mackerras: PPC update
        - Jakub Jelinek: fix up kernel linker scripts to accept .rodata better
        - Patrick Mochel: fix PME handling in pci_enable_wake()
        - Chris Mason: reiserfs PF_MEMALLOC handling
      2d80cb2a
    • Linus Torvalds's avatar
      v2.4.5.3 -> v2.4.5.4 · 7a9a18cf
      Linus Torvalds authored
        - Chris Mason: ReiserFS pre-allocation locking bugfix
        - David Miller: fix bitops users (requires "long" alignment)
        - Andrey Savochkin: file locking failure case SMP lock fix
        - Urban Widmark: smbfs update (avoid unnecessary flushing, make NetApp
        work)
        - Andrew Grover: ACPI update
        - Jeff Garzik: network driver updates
        - Maciej Rozycki: IO-APIC level trigger problem workaround
        - Rusty Russell: ipt_unclean fix
        - Richard Gooch: devfs update
      7a9a18cf