An error occurred fetching the project authors.
  1. 17 Sep, 2002 1 commit
  2. 30 Aug, 2002 1 commit
  3. 31 Jul, 2002 1 commit
  4. 19 Jul, 2002 1 commit
  5. 24 May, 2002 2 commits
  6. 07 May, 2002 1 commit
    • Ivan Kokshaysky's avatar
      [PATCH] 2.5.14: New PCI allocation code (alpha, arm, parisc) [1/2] · 8a3d0b80
      Ivan Kokshaysky authored
      This changes PCI resource allocation algorithm to 3 passes vs.
      current 2 passes. Extra pass is used for calculation of required
      size and alignment of PCI buses behind PCI-PCI bridges. After
      that, in the pass #3, these buses get allocated like regular
      PCI devices. This gives tighter PCI IO and memory packing -
      for instance, this fixes allocation problems on certain alphas
      with very small (112Mb) PCI memory range. Also, the new code
      - will allow mixed approach to resource allocation:
        architecture can keep BIOS settings for some devices,
        and re-allocate resources for others, including improperly
        initialized bridges;
      - makes prefetchable ranges support much simpler;
      - allows sizing of IO and memory ranges for the host
        bridges, which might be very useful in some situations.
      
      It was tested on various alphas; I haven't heard any complaints
      from rmk and rth, so probably all of this is ok. :-)
      
      Part 1:
      - for all archs, 4th argument (align) added to
        pcibios_align_resource (and its callers).
        It's necessary because this function will be called for
        bus resources as well, and in this case size != alignment.
      - for several archs, dead/bogus code removed from
        pcibios_fixup_pbus_ranges().
      8a3d0b80
  7. 11 Apr, 2002 1 commit
  8. 10 Apr, 2002 2 commits
  9. 05 Feb, 2002 6 commits
    • Linus Torvalds's avatar
      v2.5.2 -> v2.5.2.1 · d694597e
      Linus Torvalds authored
      - Al Viro: fix up silly problem in swapfile filp cleanups in 2.5.2
      - Tachino Nobuhiro: fix another error return for swapfile filp code
      - Robert Love: merge some of Ingo's scheduler fixes
      - David Miller: networking, sparc and some scsi driver fixes
      - Tim Waugh: parport update
      - OGAWA Hirofumi: fatfs cleanups and bugfixes
      - Roland Dreier: fix vsscanf buglets.
      - Ben LaHaise: include file cleanup
      - Andre Hedrick: IDE taskfile update
      d694597e
    • Linus Torvalds's avatar
      v2.5.0.8 -> v2.5.0.9 · b1507c9a
      Linus Torvalds authored
      - Jeff Garzik: separate out handling of older tulip chips
      - Jens Axboe: more bio stuff
      - Anton Altaparmakov: NTFS 1.1.21 update
      b1507c9a
    • 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.7.3 -> v2.4.7.4 · 70d68bd3
      Linus Torvalds authored
        - David Mosberger: IA64 update
        - Geert Uytterhoeven: cleanup, new atyfb
        - Marcelo Tosatti: zone aging fixes
        - me, others: limit IO requests sanely
      70d68bd3
    • Linus Torvalds's avatar
      v2.4.1.2 -> v2.4.1.3 · c8ebfc88
      Linus Torvalds authored
        - Jens: better ordering of requests when unable to merge
        - Neil Brown: make md work as a module again (we cannot autodetect
        in modules, not enough background information)
        - Neil Brown: raid5 SMP locking cleanups
        - Neil Brown: nfsd: handle Irix NFS clients named pipe behavior and
        dentry leak fix
        - maestro3 shutdown fix
        - fix dcache hash calculation that could cause bad hashes under certain
        circumstances (Dean Gaudet)
        - David Miller: networking and sparc updates
        - Jeff Garzik: include file cleanups
        - Andy Grover: ACPI update
        - Coda-fs error return fixes
        - rth: alpha Jensen update
      c8ebfc88
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32