An error occurred fetching the project authors.
  1. 25 Sep, 2003 1 commit
  2. 13 Aug, 2003 1 commit
  3. 10 Jul, 2003 2 commits
  4. 21 May, 2003 1 commit
  5. 25 Apr, 2003 1 commit
  6. 10 Apr, 2003 1 commit
    • Dave Jones's avatar
      [AGPGART] Remove unnecessary AGP printk's in DRM. · 698a36f0
      Dave Jones authored
      If we build >1 DRM driver into the kernel, we get this lovely output..
      
      [drm] Initialized tdfx 1.0.0 20010216 on minor 0
      [drm] AGP 0.100 aperture @ 0xe0000000 64MB
      [drm] Initialized r128 2.3.0 20021029 on minor 1
      [drm] AGP 0.100 aperture @ 0xe0000000 64MB
      [drm] Initialized radeon 1.8.0 20020828 on minor 2
      [drm] AGP 0.100 aperture @ 0xe0000000 64MB
      [drm] Initialized mga 3.1.0 20021029 on minor 3
      [drm] AGP 0.100 aperture @ 0xe0000000 64MB
      [drm] Initialized i810 1.2.1 20020211 on minor 4
      [drm] AGP 0.100 aperture @ 0xe0000000 64MB
      [drm] Initialized i830 1.3.2 20021108 on minor 5
      
      agpgart already outputs the info about the aperture address & size
      before drm initialises, so its just repetition for no purpose.
      698a36f0
  7. 29 Mar, 2003 1 commit
    • Linus Torvalds's avatar
      Update direct-rendering to current DRI CVS tree. · 00a5bfb7
      Linus Torvalds authored
      This adds support for i830 interrupt handling, and new improved
      lock context keying. See per-file comments for more detail, as this
      commit sadly mixes up a few different things (that's what you get
      for not tracking the changes at a fine enough granularity).
      00a5bfb7
  8. 21 Mar, 2003 1 commit
  9. 18 Dec, 2002 1 commit
    • Linus Torvalds's avatar
      Merge with DRI CVS tree. · 43d332b0
      Linus Torvalds authored
       - add support for sending a signal on vblank
       - remove unhelpful AGP chipset strings
       - update radeon texture cache handling
      43d332b0
  10. 29 Oct, 2002 1 commit
  11. 16 Oct, 2002 1 commit
  12. 28 Aug, 2002 1 commit
    • Linus Torvalds's avatar
      Merge with dri CVS tree: · 5e051f29
      Linus Torvalds authored
       - update some incorrect version checks
       - update radeon driver from 1.4.0 to 1.5.0
       - use C99 named initializers
      5e051f29
  13. 31 May, 2002 1 commit
    • 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
  14. 24 May, 2002 1 commit
  15. 09 May, 2002 1 commit
  16. 28 Apr, 2002 1 commit
  17. 05 Feb, 2002 6 commits
    • 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.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.7.6 -> v2.4.7.7 · dfc05323
      Linus Torvalds authored
        - me: sane and nice VM balancing
        - Jeff Hartmann: upgrade DRM to XF86 4.1.x, drop support for 4.0.x
      dfc05323
    • Linus Torvalds's avatar
      v2.4.7.4 -> v2.4.7.5 · a931b32f
      Linus Torvalds authored
        - Alan Cox: more merging
        - L.C. Chang: new SiS IDE PCI id's.
        - Maciej Rozycki: make MP table parsing more anal. Should fix broken P4 MP tables.
        - Leonard Zubkoff: merge DAC960 completion changes
        - Christoph Rohland: saner tmpfs mount-time limit behaviour (and remount)
        - me: buffer.c logic update - faster and hopefully livelock-free
      a931b32f
    • 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
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32