summaryrefslogtreecommitdiffstats
path: root/drivers/char/agp
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] make more file_operation structs staticArjan van de Ven2006-07-041-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-302-2/+0Star
* Merge ../linusDave Jones2006-06-297-65/+36Star
|\
| * [PATCH] Remove redundant NULL checks before [kv]free - in drivers/Jesper Juhl2006-06-281-3/+2Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-263-3/+3
| |\
| | * spelling fixesAndreas Mohr2006-06-263-3/+3
| * | [PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded.Andi Kleen2006-06-262-4/+4
| * | [PATCH] x86_64: Clean and enhance up K8 northbridge access codeAndi Kleen2006-06-261-52/+25Star
| |/
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-06-231-1/+1
| |\
| | * Pull acpica into release branchLen Brown2006-06-151-1/+1
| | |\
| | | * ACPI: ia64 buildfixLen Brown2006-04-021-1/+1
| * | | [PATCH] x86_64: use select for GART_IOMMU to enable AGPRoman Zippel2006-06-231-2/+1Star
* | | | [AGPGART] Make AGP depend on PCIDave Jones2006-06-281-0/+1
* | | | [AGPGART] remove unused variableAdrian Bunk2006-06-241-2/+0Star
* | | | [AGPGART] Fix pci_register_driver checking in amd64-agpDave Jones2006-06-211-1/+1
* | | | [AGPGART] Compile fix for ati-agpDave Jones2006-06-211-2/+2
* | | | [AGPGART] Suspend/Resume support for nVidia nForce AGP.Dave Jones2006-06-201-0/+29
* | | | [AGPGART] Suspend/Resume improvements for ATI AGPDave Jones2006-06-201-7/+9
* | | | [AGPGART] Whitespace cleanups for ati-agpDave Jones2006-06-201-9/+8Star
|/ / /
* | | [AGPGART] alpha-agp warning fixAndrew Morton2006-06-091-8/+7Star
* | | [AGPGART] uninorth-agp warning fixesAndrew Morton2006-06-091-2/+2
* | | [AGPGART] Remove pointless initialisation in intel-agpDave Jones2006-05-311-1/+1
* | | [AGPGART] Remove pointless code from agp_generic_create_gatt_table()Dave Jones2006-05-311-3/+1Star
|/ /
* | [AGPGART] VIA PT880 Ultra support.Magnus Kessler2006-05-221-0/+7
* | [AGPGART] Fix Nforce3 suspend on amd64.Dave Jones2006-05-211-0/+3
* | [AGPGART] Enable SIS AGP driver on x86-64 for EM64T systemsAndi Kleen2006-05-211-1/+1
* | [efficeon-agp] Add missing memory maskH. Peter Anvin2006-04-151-1/+7
|/
* [PATCH] nvidia-agp: use time_before_eq()Marcelo Feitoza Parisi2006-03-281-1/+2
* [AGPGART] x86_64: Enable VIA AGP driver on x86-64 for VIA P4 chipsetsAndi Kleen2006-03-251-1/+1
* [AGPGART] x86_64: Fix wrong PCI ID for ALI M1695 AGP bridgeHenrik Kretzschmar2006-03-251-1/+1
* [AGPGART] ATI RS350 support.Dave Jones2006-03-011-0/+4
* [AGPGART] Lots of CodingStyle/whitespace cleanups.Dave Jones2006-02-2819-105/+98Star
* [AGPGART] Add some informational printk to nforce GART failure path.Dave Jones2006-02-211-2/+4
* [AGPGART] Improve the error message shown when we detect a ServerWorks CNB20HEDave Jones2006-02-131-3/+1Star
* [AGPGART] help text updatesAdrian Bunk2006-02-101-38/+17Star
* [AGPGART] 945GM support for agpgartAlan Hourihane2006-01-201-2/+13
* [AGPGART] Semaphore to Mutex conversion.akpm@osdl.org2006-01-171-14/+14
* [AGPGART] Suspend/Resume support for ATI GARTakpm@osdl.org2006-01-171-0/+20
* [AGPGART] Suspend/Resume support for AMD64 GART.akpm@osdl.org2006-01-171-0/+24
* [AGPGART] Loop cleanupDaniel =?ISO-8859-1?Q?Marjam=E4ki2006-01-171-3/+1Star
* [PATCH] fix more missing includesTim Schmielau2006-01-091-0/+1
* [AGPGART] Support VIA P4M800CE bridge.Dave Jones2005-11-211-0/+6
* [AGPGART] Mark AMD64 aperture size structs as constDave Jones2005-11-171-2/+2
* [AGPGART] Mark maxes_table as constDave Jones2005-11-171-1/+1
* Merge x86-64 update from AndiLinus Torvalds2005-11-151-3/+14
|\
| * [PATCH] AGP: Make gart iterator in K8 AGP driver SMP safeAndi Kleen2005-11-151-2/+3
| * [PATCH] AGP: Try unsupported AGP chipsets on x86-64 by defaultAndi Kleen2005-11-151-1/+1
| * [PATCH] AGP: Support ULI/ALI 1689 bridge on AMD64Andi Kleen2005-11-151-0/+10
* | [PATCH] ppc: add support for new powerbooksOlof Johansson2005-11-141-0/+4
* | [PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman2005-11-1112-12/+0Star