An error occurred fetching the project authors.
  1. 03 Dec, 2002 1 commit
  2. 26 Nov, 2002 1 commit
  3. 25 Nov, 2002 1 commit
  4. 27 Sep, 2002 1 commit
    • Andi Kleen's avatar
      [PATCH] Hammer aperture driver for 2.5.38 · 6d86415e
      Andi Kleen authored
      Add an AGP driver for the AGP aperture in the northbridge of the AMD Hammer.
      The AGP driver works for both 32bit and 64bit kernels.
      
      It also adds some hooks to the AGP driver to allow the x86-64 GART based
      IOMMU code to share the aperture with AGP. The hooks are intentionally kept
      minimalistic. In addition it needs some Config.in hackery, because AGP cannot
      be modular in this case, because the IOMMU needs to control its startup and
      it runs early when PCI is initialized.
      
      The original AGP driver was done by Dave Jones, I added the IOMMU support.
      6d86415e
  5. 04 Sep, 2002 1 commit
  6. 15 Jul, 2002 1 commit
  7. 18 Jun, 2002 1 commit
    • Andi Kleen's avatar
      [PATCH] change_page_attr and AGP update · c8712aeb
      Andi Kleen authored
      Add change_page_attr to change page attributes for the kernel linear map.
      
      Fix AGP driver to use change_page_attr for the AGP buffer.
      
      Clean up AGP driver a bit (only tested on i386/VIA+AMD)
      
      Change ioremap_nocache to use change_page_attr to avoid mappings with
      conflicting caching attributes.
      c8712aeb
  8. 31 May, 2002 2 commits
    • David Mosberger's avatar
      [PATCH] agp support for i460 and zx1 cleanup · 7c165ccf
      David Mosberger authored
      The patch below adds first round of AGP support for the Intel 460
      chipset
      
      This won't actually build at the moment, but I think you prefer to
      merge things piecemeal, and this portion of the patch is almost
      guaranteed to be safe (affects only ia64).
      7c165ccf
    • Dave Jones's avatar
      [PATCH] Fix up agpgart. · 65f0361a
      Dave Jones authored
      Don't know what exactly happened, but somehow, the ZX1 support is
      in your tree twice. This patch drops one of them, and also adds
      in Intel i845 support to make up for it 8-)
      65f0361a
  9. 07 May, 2002 1 commit
  10. 28 Apr, 2002 1 commit
  11. 08 Feb, 2002 1 commit
    • Dave Jones's avatar
      [PATCH] AGPGart update · bd4b161b
      Dave Jones authored
      Mostly from 2.4.17 / 18pre.
      - Code cleanup
      - Fix suspend/resume on several chipsets
      - Add support for i820.
      bd4b161b
  12. 05 Feb, 2002 12 commits
    • Linus Torvalds's avatar
      v2.5.0.2 -> v2.5.0.3 · 4d6c7b36
      Linus Torvalds authored
      - Al Viro: more superblock cleanups
      - Jens Axboe: more patches for new block IO layer
      - Christoph Hellwig: get rid of the old, long- deprecated SCSI error
      handling
      4d6c7b36
    • 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.10.4 -> v2.4.10.5 · 8b29e8ed
      Linus Torvalds authored
        - Keith Owens: module exporting error checking
        - Greg KH: USB update
        - Paul Mackerras: clean up wait_init_idle(), ppc prefetch macros
        - Jan Kara: quota fixes
        - Abraham vd Merwe: agpgart support for Intel 830M
        - Jakub Jelinek: ELF loader cleanups
        - Al Viro: more cleanups
        - David Miller: sparc64 fix, netfilter fixes
        - me: tweak resurrected oom handling
      8b29e8ed
    • Linus Torvalds's avatar
      v2.4.9.15 -> v2.4.10 · 8c7cba55
      Linus Torvalds authored
        - Andrew Grover: ACPI update
        - Al Viro: block devices..
        - Andrea Arcangeli: fix list manipulation bogosity
        - Trond Myklebust: 64-bit file locking fixes
        - Brad Hards: USB CDC ethernet
        - Chris Mason: reiserfs speedup
        - Robert Love: re-merge AMD 761 GART support that was lost in -ac merge
        - Adam Richter: check pci_module_init() return value
      8c7cba55
    • Linus Torvalds's avatar
      v2.4.9.11 -> v2.4.9.12 · dfc52b82
      Linus Torvalds authored
        - Alan Cox: much more merging
        - Pete Zaitcev: ymfpci race fixes
        - Andrea Arkangeli: VM race fix and OOM tweak.
        - Arjan Van de Ven: merge RH kernel fixes
        - Andi Kleen: use more readable 'likely()/unlikely()' instead of __builtin_expect()
        - Keith Owens: fix 64-bit ELF types
        - Gerd Knorr: mark more broken PCI bridges, update btaudio driver
        - Paul Mackerras: powermac driver update
        - me: clean up PTRACE_DETACH to use common infrastructure
      dfc52b82
    • 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 -> v2.4.9.1 · f7bad91d
      Linus Torvalds authored
        - Jeff Hartmann: DRM AGP/alpha cleanups
        - Ben LaHaise: highmem user pagecopy/clear optimization
        - Vojtech Pavlik: VIA IDE driver update
        - Herbert Xu: make cramfs work with HIGHMEM pages
        - David Fennell: awe32 ram size detection improvement
        - Istvan Varadi: umsdos EMD filename bug fix
        - Keith Owens: make min/max work for pointers too
        - Jan Kara: quota initialization fix
        - Brad Hards: Kaweth USB driver update (enable, and fix endianness)
        - Ralf Baechle: MIPS updates
        - David Gibson: airport driver update
        - Rogier Wolff: firestream ATM driver multi-phy support
        - Daniel Phillips: swap read page referenced set - avoid swap thrashing
      f7bad91d
    • Linus Torvalds's avatar
      v2.4.8.4 -> v2.4.9 · bb5b6e6c
      Linus Torvalds authored
        - David Miller: sparc updates, FAT fs fixes, btaudio build fix
        - David Gibson: Orinoco driver update
        - Kevin Fleming: more disks the HPT controller doesn't like
        - David Miller: "min()/max()" cleanups. Understands signs and sizes.
        - Ben LaHaise: make vma merging more generous, help Mozilla /proc/<>/maps
        - Jens Axboe: CD updates
        - Trond Myklebust: save away NFS credentials in inode, so that mmap can
        writeout.
        - Mark Hemment: HIGHMEM ops cleanups
        - Jes Sorensen: use "unsigned long" for flags in various drivers
      bb5b6e6c
    • 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.4 -> v2.4.5.5 · 396a6123
      Linus Torvalds authored
        - Johannes Erdfelt: USB update (bluetooth and serial)
        - Andrew Grover: ACPI update for _real_ this time.
        - Neil Brown: md update
        - Keith Owens: kbuild script fix, do_softirq versioning fix
        - David Miller: sparc and portability updates
      396a6123
    • Linus Torvalds's avatar
      v2.4.1.3 -> v2.4.1.4 · 2a7117ac
      Linus Torvalds authored
        - big S/390x 64-bit merge
        - typos and license name fixes. doc updates.
        - more include file cleanups (phase out "malloc.h")
        - even more elevator corner cases.. When not merging, find the best insertion point.
        - pmac ide update
        - network fixes (netif_wake_queue on tx timeout)
        - USB printer select() fix
        - NFS client missed initialization, deamon fixed client address check
      2a7117ac
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32