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