aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp/backend.c
Commit message (Expand)AuthorAgeFilesLines
* merge more stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-2/+1
* agp: kill agp_(map|unmap)_pageDaniel Vetter2010-09-211-21/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* agp: correct missing cleanup on error in agp_add_bridgeKevin Winchester2010-01-111-4/+9
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-2/+2
* agp: kill phys_to_gart() and gart_to_phys()David Woodhouse2009-08-031-1/+1
* agp: Switch agp_{un,}map_page() to take struct page * argumentDavid Woodhouse2009-08-031-9/+8
* agp: tidy up handling of scratch pages w.r.t. DMA APIDavid Woodhouse2009-08-031-10/+13
* agp: Add generic support for graphics dma remappingZhenyu Wang2009-08-031-0/+20
* agp: Switch mask_memory() method to take address argument again, not pageDavid Woodhouse2009-08-031-2/+2
* agp: switch AGP to use page array instead of unsigned long arrayDave Airlie2009-06-191-4/+4
* Update email addresses.Dave Jones2008-10-201-1/+1
* intel/agp: rewrite GTT on resumeKeith Packard2008-08-121-0/+2
* agp: use dev_printk when possibleBjorn Helgaas2008-08-121-11/+15
* agp: two-stage page destruction issueJan Beulich2008-06-191-8/+8
* agp: add chipset flushing support to AGP interfaceDave Airlie2008-02-051-1/+1
* x86: remove flush_agp_mappings()Ingo Molnar2008-01-301-3/+0
* AGP fix race condition between unmapping and freeing pagesDave Airlie2007-10-151-4/+8
* [AGPGART] Hand off AGP maintainence.Dave Jones2007-07-091-1/+1
* [AGPGART] Allow drm-populated agp memory typesThomas Hellstrom2007-02-031-1/+1
* [AGPGART] Const'ify the agpgart driver version.Dave Jones2006-08-111-1/+1
* [AGPGART] Lots of CodingStyle/whitespace cleanups.Dave Jones2006-02-281-1/+1
* [AGPGART] Mark maxes_table as constDave Jones2005-11-161-1/+1
* Fix AGP compile on non-x86 architecturesLinus Torvalds2005-11-091-3/+3
* [PATCH] AGP performance fixesAlan Hourihane2005-11-081-2/+7
* [AGPGART] Replace kmalloc+memset's with kzalloc'sDave Jones2005-10-201-3/+3
* [PATCH] vfree and kfree cleanup in drivers/Jesper Juhl2005-09-101-4/+3
* [PATCH] AGP fix for Xen VMMKeir Fraser2005-06-071-3/+3
* [PATCH] make lots of things staticAdrian Bunk2005-05-011-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+348