aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-0/+4
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet19-155/+236
2008-06-25Merge branch 'linus' into x86/gartIngo Molnar19-155/+232
2008-06-20agp-frontend: BKL pushdownArnd Bergmann1-0/+4
2008-06-20[agp]: fixup chipset flush for new Intel G4x.Zhenyu Wang1-1/+1
2008-06-19agp: brown paper bag patch - put back the two lines it took out.Dave Airlie1-0/+2
2008-06-19agp/intel: cleanup some serious whitespace badnessDave Airlie1-68/+66
2008-06-19[AGP] intel_agp: Add support for Intel 4 series chipsetsZhenyu Wang1-10/+73
2008-06-19[AGP] intel_agp: extra stolen mem size available for IGD_GM chipsetZhenyu Wang1-2/+2
2008-06-19agp: more boolean conversions.Dave Airlie4-12/+12
2008-06-19drivers/char/agp - use boolJoe Perches15-52/+52
2008-06-19agp: two-stage page destruction issueJan Beulich3-12/+17
2008-06-19agp/via: fixup pci idsGreg KH1-2/+11
2008-06-16Merge branch 'linus' into x86/gartIngo Molnar1-0/+4
2008-06-12agp: add support for Radeon Mobility 9000 chipsetAmit Kucheria1-0/+4
2008-05-22x86, aperture_64: use symbolic constantsPavel Machek1-18/+4
2008-05-12x86 gart: factor out common codePavel Machek1-20/+9
2008-05-12x86: checking aperture size orderYinghai Lu1-6/+6
2008-05-12x86: agp_gart size checking for buggy deviceYinghai Lu1-0/+11
2008-05-12x86: iommu: use symbolic constants, not hardcoded numbersPavel Machek1-22/+3
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-26agp: convert drivers/char/agp/frontend.c to use unlocked_ioctlMathieu Segaud1-2/+2
2008-04-26agp: fix shadowed variable warning in amd-k7-agp.cHarvey Harrison1-1/+2
2008-02-20agp: fix missing casts that produced a warning.Dave Airlie3-6/+6
2008-02-20agp: add support for 662/671 to agp driverChaoyu Chen1-0/+19
2008-02-19fix historic ioremap() abuse in AGPArjan van dev Ven4-26/+26
2008-02-19agp/sis: Suspend support for SiS AGPStuart Bennett1-0/+24
2008-02-19agp/sis: Clear bit 2 from aperture size byte as wellStuart Bennett1-2/+2
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