An error occurred fetching the project authors.
- 25 Sep, 2003 1 commit
-
-
Linus Torvalds authored
They are fairly ugly, but this will make it easier to merge DRI in the future by minimizing unnecessary differences.
-
- 13 Aug, 2003 1 commit
-
-
Dave Jones authored
-
- 10 Jul, 2003 2 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
-
- 21 May, 2003 1 commit
-
-
Dave Jones authored
-
- 25 Apr, 2003 1 commit
-
-
Linus Torvalds authored
DMA histogramming. Be more careful about DMA page-list allocations, and remove old and broken (not SMP-safe, and unused) DRM read(), write() and poll() support.
-
- 10 Apr, 2003 1 commit
-
-
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.
-
- 29 Mar, 2003 1 commit
-
-
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).
-
- 21 Mar, 2003 1 commit
-
-
Alan Cox authored
-
- 18 Dec, 2002 1 commit
-
-
Linus Torvalds authored
- add support for sending a signal on vblank - remove unhelpful AGP chipset strings - update radeon texture cache handling
-
- 29 Oct, 2002 1 commit
-
-
James Simmons authored
Moved AGP and DRM code back to drivers/char until a proper solution is done for handling AGP/DMA based framebuffer devices.
-
- 16 Oct, 2002 1 commit
-
-
James Simmons authored
The last of the console code inside the frmaebuffer layer. I also moved all the graphics related code into the drivers/video directory.
-
- 28 Aug, 2002 1 commit
-
-
Linus Torvalds authored
- update some incorrect version checks - update radeon driver from 1.4.0 to 1.5.0 - use C99 named initializers
-
- 31 May, 2002 1 commit
-
-
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).
-
- 24 May, 2002 1 commit
-
-
Linus Torvalds authored
-
- 09 May, 2002 1 commit
-
-
Dave Jones authored
From 2.4
-
- 28 Apr, 2002 1 commit
-
-
Dave Jones authored
-
- 05 Feb, 2002 6 commits
-
-
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
-
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
-
Linus Torvalds authored
- me: sane and nice VM balancing - Jeff Hartmann: upgrade DRM to XF86 4.1.x, drop support for 4.0.x
-
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
-
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
-
Linus Torvalds authored
-