aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds1-1/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok2-7/+3
2007-07-09[AGPGART] Hand off AGP maintainence.Dave Jones1-1/+1
2007-06-21[AGPGART] intel_agp: don't load if no IGD and AGP portWang Zhenyu1-16/+19
2007-06-14Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds1-46/+51
2007-06-14[AGPGART] intel_agp: fix device probeWang Zhenyu1-46/+51
2007-06-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2-307/+275
2007-06-06[AGPGART] intel_agp: Add support for G33, Q33 and Q35 chipsetsWang Zhenyu2-3/+82
2007-06-06[AGPGART] intel_agp: add support for 945GMEWang Zhenyu1-0/+3
2007-06-06[AGPGART] intel_agp: add support for 965GME/GLEWang Zhenyu1-0/+3
2007-06-06[AGPGART] intel_agp: use table for device probeWang Zhenyu1-202/+98
2007-06-06[AGPGART] intel_agp: cleanup intel private dataWang Zhenyu1-104/+91
2007-05-21Detach sched.h from mm.hAlexey Dobriyan2-0/+2
2007-05-13[AGPGART] Fix wrong ID in via-agp.cGabriel Mansi1-3/+3
2007-05-11x86_64: off-by-two error in aperture.cAndrew Hastings1-1/+1
2007-05-08Merge branch 'linux-2.6'Paul Mackerras10-165/+199
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-9/+4
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2-2/+2
2007-05-02PCI: Convert to alloc_pci_dev()Michael Ellerman2-2/+2
2007-05-02[PATCH] x86: fix amd64-agp aperture validationJan Beulich1-9/+4
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-1/+1
2007-04-26[AGPGART] sworks-agp: Switch to PCI ref counting APIsAlan Cox1-10/+13
2007-04-26[AGPGART] Nvidia AGP: Use refcount aware PCI interfacesAlan Cox1-3/+6
2007-04-26[AGPGART] Fix sparse warning in sgi-agp.cDave Jones1-3/+2
2007-04-26[AGPGART] Intel-agp adjustmentsJan Beulich1-5/+3
2007-04-26[AGPGART] Move [un]map_page_into_agp into asm/agp.hJan Beulich1-22/+0
2007-04-26[AGPGART] Add missing calls to global_flush_tlb() to ali-agpJan Beulich1-0/+2
2007-04-26[AGPGART] prevent probe collision of sis-agp and amd64_agpOliver Neukum1-111/+167
2007-04-09[AGPGART] intel_agp: fix G965 GTT size detectWang Zhenyu1-2/+1
2007-04-08[AGPGART] intel_agp: PCI id update for Intel 965GMWang Zhenyu1-2/+12
2007-02-27[AGPGART] fix compile errorsRyusuke Konishi4-5/+5
2007-02-26[PARISC] parisc-agp: Fix thinko const-ifyingKyle McMartin1-1/+1
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds1-1/+1
2007-02-22[AGPGART] Further constification.Dave Jones17-56/+56
2007-02-20[AGPGART] Fix modular agpgart ia64 allmodconfigZwane Mwaikambo1-1/+2
2007-02-17Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.gitKyle McMartin1-1/+1
2007-02-10[AGPGART] allow drm populated agp memory types cleanupsAndrew Morton2-14/+4
2007-02-06[AGPGART] intel-agp: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-1/+2
2007-02-05[AGPGART] Add agp-type-to-mask-type method missing from some drivers.Thomas Hellstrom2-0/+2
2007-02-04[AGPGART] Don't try to remap i810 registers on resume.Dave Jones1-6/+8
2007-02-03[AGPGART] Allow drm-populated agp memory typesThomas Hellstrom18-75/+291
2007-02-03[AGPGART] compat ioctlZwane Mwaikambo5-14/+407
2007-01-28[AGPGART] Add new IDs to VIA AGP.Dave Jones2-3/+20
2007-01-28[AGPGART] Remove pointless assignment.Dave Jones1-5/+5
2007-01-28[AGPGART] Remove pointless typedef in ati-agpDave Jones1-13/+13
2007-01-28[AGPGART] Prevent (unlikely) memory leak in amd_create_gatt_pages()Dave Jones1-0/+5
2007-01-17[AGPGART] intel_agp: restore graphics device's pci space early in resumeWang Zhenyu1-0/+9
2007-01-02[AGPGART] drivers/char/agp/sgi-agp.c: check kmalloc() return valueakpm@osdl.org1-4/+5
2006-12-28[AGPGART] Fix PCI-posting flush typo.Thomas Hellstrom1-1/+1
2006-12-22[AGPGART] fix detection of aperture size versus GTT size on G965Eric Anholt2-52/+62