summaryrefslogtreecommitdiffstats
path: root/drivers/char/agp/generic.c
AgeCommit message (Expand)AuthorLines
2015-01-29agp: change agp_free_page_array to use kvfreeWang, Yalin-11/+0
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2014-01-06agp: Support 64-bit APBASEBjorn Helgaas-2/+2
2012-04-12agp: Use u32 __iomem annotation to silence sparse warning.Santosh Nayak-1/+1
2012-04-12agp: Remove 'break' after 'return' statement.Santosh Nayak-2/+0
2012-01-06agp: Fix multi-line warning message whitespaceTormod Volden-4/+4
2011-04-21agp: fix arbitrary kernel memory writesVasiliy Kulikov-3/+8
2011-04-21agp: fix OOM and buffer overflowVasiliy Kulikov-1/+7
2010-11-23agp: kill agp_rebind_memoryDaniel Vetter-20/+0
2010-11-23agp: kill agp_flush_chipset and corresponding ioctlDaniel Vetter-7/+0
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+0
2010-09-21agp: kill agp_(unmap|map)_memoryDaniel Vetter-8/+0
2010-09-05AGP: Warn when GATT memory cannot be set to UCBorislav Petkov-1/+3
2010-06-15agp: add no warn since we have a fallback to vmalloc pathsDave Airlie-1/+1
2010-06-15agp: drop vmalloc flag.Dave Airlie-3/+1
2010-05-11agp: use NULL instead of 0 when pointer is neededBill Pemberton-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-08-03agp: kill phys_to_gart() and gart_to_phys()David Woodhouse-3/+3
2009-08-03agp: Add generic support for graphics dma remappingZhenyu Wang-0/+9
2009-08-03agp: Switch mask_memory() method to take address argument again, not pageDavid Woodhouse-3/+4
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie-41/+28
2009-04-20agp: zero pages before sending to userspaceShaohua Li-2/+2
2008-08-22Merge branch 'x86/urgent' into x86/patIngo Molnar-8/+33
2008-08-21agp: add agp_generic_destroy_pages()Shaohua Li-8/+47
2008-08-21agp: generic_alloc_pages()Shaohua Li-0/+42
2008-08-21Revert "reduce tlb/cache flush times of agpgart memory allocation"Ingo Molnar-3/+1
2008-08-15reduce tlb/cache flush times of agpgart memory allocationShaohua Li-1/+3
2008-08-12intel/agp: rewrite GTT on resumeKeith Packard-0/+28
2008-08-12agp: use dev_printk when possibleBjorn Helgaas-8/+5
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe-1/+1
2008-06-19agp: more boolean conversions.Dave Airlie-2/+2
2008-06-19drivers/char/agp - use boolJoe Perches-12/+12
2008-06-19agp: two-stage page destruction issueJan Beulich-2/+5
2008-02-19fix historic ioremap() abuse in AGPArjan van dev Ven-0/+9
2008-02-05agp: add chipset flushing support to AGP interfaceDave Airlie-0/+7
2008-01-30x86: remove flush_agp_mappings()Ingo Molnar-3/+0
2007-10-15AGP fix race condition between unmapping and freeing pagesDave Airlie-6/+13
2007-07-27agp: don't lock pagesNick Piggin-2/+0
2007-05-21Detach sched.h from mm.hAlexey Dobriyan-0/+1
2007-04-26[AGPGART] Move [un]map_page_into_agp into asm/agp.hJan Beulich-22/+0
2007-02-22[AGPGART] Further constification.Dave Jones-1/+1
2007-02-10[AGPGART] allow drm populated agp memory types cleanupsAndrew Morton-13/+4
2007-02-03[AGPGART] Allow drm-populated agp memory typesThomas Hellstrom-6/+124
2006-12-22[AGPGART] Remove unnecessary flushes when inserting and removing pages.Thomas Hellstrom-3/+8
2006-12-12Merge ../linusDave Jones-1/+1
2006-11-22[AGP] Allocate AGP pages with GFP_DMA32 by defaultLinus Torvalds-1/+1
2006-11-03[AGPGART] Fix up misprogrammed bridges with incorrect AGPv2 rates.Dave Jones-0/+25
2006-09-28[AGPGART] printk fixups.Dave Jones-3/+6
2006-09-10[AGPGART] Rework AGPv3 modesetting fallback.Dave Jones-15/+24
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0