aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-05Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6Linus Torvalds8-70/+273
2008-02-05agp: alpha nopageNick Piggin1-9/+8
2008-02-05agp: remove flush_agp_mappings calls from new flush handling codeDave Airlie1-2/+0
2008-02-05intel-agp: introduce IS_I915 and do some cleanups..Dave Airlie1-61/+57
2008-02-05[intel_agp] fix name for G35 chipsetZhenyu Wang1-5/+5
2008-02-05intel-agp: fixup resource handling in flush code.Dave Airlie1-10/+23
2008-02-05intel-agp: add new chipset IDZhenyu Wang2-5/+29
2008-02-05agp: remove unnecessary pci_dev_putJulia Lawall1-4/+0
2008-02-05agp: remove uid comparison as security checkserue@us.ibm.com1-1/+1
2008-02-05fix AGP warningAndrew Morton1-1/+2
2008-02-05agp/intel: Add chipset flushing support for i8xx chipsets.Dave Airlie1-30/+78
2008-02-05intel-agp: add chipset flushing supportDave Airlie1-0/+102
2008-02-05agp: add chipset flushing support to AGP interfaceDave Airlie6-2/+27
2008-01-30x86: remove flush_agp_mappings()Ingo Molnar2-6/+0
2008-01-30x86: cpa: move flush to cpaThomas Gleixner3-9/+0
2008-01-30x86: convert CPA users to the new set_page_ APIArjan van de Ven1-3/+3
2008-01-23agp/intel: add support for E7221 chipsetCarlos Martín1-2/+9
2007-10-30x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMUJoerg Roedel2-3/+3
2007-10-17x86: Create clflush() inline, remove hardcoded wbinvdH. Peter Anvin1-5/+6
2007-10-17convert ill defined log2() to ilog2()Fengguang Wu3-14/+7
2007-10-16video gfx: merge kconfig menusRandy Dunlap1-1/+1
2007-10-15fix use after free in amd create gatt pagesJesper Juhl1-7/+2
2007-10-15AGP fix race condition between unmapping and freeing pagesDave Airlie6-27/+48
2007-10-06Revert "intel_agp: fix stolen mem range on G33"Kyle McMartin1-5/+0
2007-09-19intel-agp: Fix i830 mask variable that changed with G33 supportDave Airlie2-2/+3
2007-09-11intel_agp: fix GTT map size on G33Zhenyu Wang1-1/+4
2007-09-11intel_agp: fix stolen mem range on G33Zhenyu Wang1-0/+5
2007-08-25agp: balance ioremap checksScott Thompson6-5/+22
2007-08-25agp: Add device id for P4M900 to via-agp moduleXavier Bachelot1-0/+5
2007-08-06efficeon-agp leaks 'struct agp_bridge_data' in error paths of agp_efficeon_probe()Jesper Juhl1-0/+2
2007-07-29Remove fs.h from mm.hAlexey Dobriyan2-0/+2
2007-07-27agp: AMD AGP is used on UP1100 & UP1500 alpha boxenAlan Hourihane1-1/+1
2007-07-27intel_agp: really fix 945/965GMEZhenyu Wang1-5/+12
2007-07-27agp: don't lock pagesNick Piggin3-5/+0
2007-07-27Fix "use after free" / "double free" bug in ati_create_gatt_pages / ati_free_gatt_pagesJesper Juhl1-7/+2
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