summaryrefslogtreecommitdiffstats
path: root/drivers/char/agp/intel-agp.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-25agp/intel: intel_845_driver is an agp driver!Daniel Vetter1-3/+0
2010-03-18agp/intel: Don't do the chipset flush on Sandybridge.Eric Anholt1-2/+7
2010-03-18agp/intel: Respect the GTT size on Sandybridge for scratch page setup.Eric Anholt1-1/+24
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-04Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-10/+113
2010-02-26drm/i915: Add dependency on the intel agp moduleZhenyu Wang1-2/+8
2010-02-26agp/intel: Add a new Sandybridge HB/IG PCI ID combo.Eric Anholt1-4/+13
2010-02-26drm/i915, agp/intel: Fix stolen memory size on SandybridgeZhenyu Wang1-4/+74
2010-02-26agp/intel: Use a non-reserved value for the cache field of the PTEs.Eric Anholt1-0/+5
2010-02-26agp/intel: Add support for Sandybridge.Eric Anholt1-1/+14
2010-02-22agp/intel: official names for Pineview and IronlakeZhenyu Wang1-6/+6
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-22intel-agp: Switch to wbinvd_on_all_cpusBorislav Petkov1-11/+4
2010-01-15drm/i915: enable 36bit physical address for hardware status pageZhenyu Wang1-1/+5
2009-12-10Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie1-1/+6
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie1-48/+48
2009-12-07agp/intel-agp: Clear entire GTT on startupDavid Woodhouse1-1/+6
2009-12-07agp/intel: Fix product names and #definesAdam Jackson1-42/+42
2009-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-1/+7
2009-11-19agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()David Woodhouse1-6/+5
2009-11-12agp/intel: new host bridge supportZhenyu Wang1-1/+7
2009-09-24Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+30
2009-09-15Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds1-24/+158
2009-09-14agp/intel: remove restore in resumeZhenyu Wang1-9/+0
2009-09-11agp/intel: Fix the pre-9xx chipset flush.Eric Anholt1-7/+23
2009-09-08agp/intel: Add B43 chipset supportFabian Henze1-0/+7
2009-09-02agp/intel: support for new chip variant of IGDNG mobileZhenyu Wang1-1/+7
2009-08-05intel-agp: Set dma mask for i915David Woodhouse1-0/+6
2009-08-03agp: kill phys_to_gart() and gart_to_phys()David Woodhouse1-4/+3
2009-08-03intel-agp: fix sglist allocation to avoid vmalloc()David Woodhouse1-19/+10
2009-08-03intel-agp: Move repeated sglist free into separate functionDavid Woodhouse1-14/+15
2009-08-03agp: Switch agp_{un,}map_page() to take struct page * argumentDavid Woodhouse1-6/+6
2009-08-03agp: tidy up handling of scratch pages w.r.t. DMA APIDavid Woodhouse1-6/+2
2009-08-03intel_agp: Use PCI DMA API correctly on chipsets new enough to have IOMMUZhenyu Wang1-12/+162
2009-08-03agp: Switch mask_memory() method to take address argument again, not pageDavid Woodhouse1-7/+7
2009-06-20agp/intel: Make intel_i965_mask_memory use dma_addr_t for physical addressesPierre Willenbrock1-1/+1
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie1-26/+23
2009-06-05agp/intel: Add support for new chipsetsZhenyu Wang1-1/+15
2009-04-13intelfb: support i854Stefan Husemann1-0/+3
2009-03-27agp/intel: Add support for new intel chipset.Shaohua Li1-3/+18
2009-03-10intel-agp: fix a panic with 1M of shared memory, no GTT entriesLubomir Rintel1-3/+5
2008-12-29agp/intel: Fix broken ® symbol in device name.Eric Anholt1-1/+1
2008-12-29agp/intel: add support for G41 chipsetZhenyu Wang1-1/+8
2008-10-20Update email addresses.Dave Jones1-1/+1
2008-10-16Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds1-8/+10
2008-10-16agp/intel: Reduce extraneous PCI posting reads during initKeith Packard1-3/+3
2008-10-16agp: Fix stolen memory counting on G4X.Eric Anholt1-5/+7
2008-08-22Merge branch 'x86/urgent' into x86/patIngo Molnar1-36/+47