aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/agp/backend.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-11agp: correct missing cleanup on error in agp_add_bridgeGravatar Kevin Winchester 1-4/+9
2009-09-22mm: replace various uses of num_physpages by totalram_pagesGravatar Jan Beulich 1-2/+2
2009-08-03agp: kill phys_to_gart() and gart_to_phys()Gravatar David Woodhouse 1-1/+1
2009-08-03agp: Switch agp_{un,}map_page() to take struct page * argumentGravatar David Woodhouse 1-9/+8
2009-08-03agp: tidy up handling of scratch pages w.r.t. DMA APIGravatar David Woodhouse 1-10/+13
2009-08-03agp: Add generic support for graphics dma remappingGravatar Zhenyu Wang 1-0/+20
2009-08-03agp: Switch mask_memory() method to take address argument again, not pageGravatar David Woodhouse 1-2/+2
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayGravatar Dave Airlie 1-4/+4
2008-10-20Update email addresses.Gravatar Dave Jones 1-1/+1
2008-08-12intel/agp: rewrite GTT on resumeGravatar Keith Packard 1-0/+2
2008-08-12agp: use dev_printk when possibleGravatar Bjorn Helgaas 1-11/+15
2008-06-19agp: two-stage page destruction issueGravatar Jan Beulich 1-8/+8
2008-02-05agp: add chipset flushing support to AGP interfaceGravatar Dave Airlie 1-1/+1
2008-01-30x86: remove flush_agp_mappings()Gravatar Ingo Molnar 1-3/+0
2007-10-15AGP fix race condition between unmapping and freeing pagesGravatar Dave Airlie 1-4/+8
2007-07-09[AGPGART] Hand off AGP maintainence.Gravatar Dave Jones 1-1/+1
2007-02-03[AGPGART] Allow drm-populated agp memory typesGravatar Thomas Hellstrom 1-1/+1
2006-08-11[AGPGART] Const'ify the agpgart driver version.Gravatar Dave Jones 1-1/+1
2006-02-28[AGPGART] Lots of CodingStyle/whitespace cleanups.Gravatar Dave Jones 1-1/+1
2005-11-16[AGPGART] Mark maxes_table as constGravatar Dave Jones 1-1/+1
2005-11-09Fix AGP compile on non-x86 architecturesGravatar Linus Torvalds 1-3/+3
2005-11-08[PATCH] AGP performance fixesGravatar Alan Hourihane 1-2/+7
2005-10-20[AGPGART] Replace kmalloc+memset's with kzalloc'sGravatar Dave Jones 1-3/+3
2005-09-10[PATCH] vfree and kfree cleanup in drivers/Gravatar Jesper Juhl 1-4/+3
2005-06-07[PATCH] AGP fix for Xen VMMGravatar Keir Fraser 1-3/+3
2005-05-01[PATCH] make lots of things staticGravatar Adrian Bunk 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+348