aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp/frontend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen1-1/+1
2014-08-02agp: remove read/write stubsMathias Krause1-15/+0
2014-05-06agp: info leak in agpioc_info_wrap()Dan Carpenter1-0/+1
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-05-31drm, agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optionalAndy Lutomirski1-3/+5
2010-11-23agp: kill agp_flush_chipset and corresponding ioctlDaniel Vetter1-8/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2009-10-14agp: Remove the BKL from agp_openJohn Kacur1-17/+11
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-6/+6
2008-06-20agp-frontend: BKL pushdownArnd Bergmann1-0/+4
2008-06-19agp: more boolean conversions.Dave Airlie1-6/+6
2008-04-26agp: convert drivers/char/agp/frontend.c to use unlocked_ioctlMathieu Segaud1-2/+2
2008-02-05agp: remove uid comparison as security checkserue@us.ibm.com1-1/+1
2008-02-05agp: add chipset flushing support to AGP interfaceDave Airlie1-0/+11
2007-07-29Remove fs.h from mm.hAlexey Dobriyan1-0/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-02-03[AGPGART] Allow drm-populated agp memory typesThomas Hellstrom1-0/+3
2007-02-03[AGPGART] compat ioctlZwane Mwaikambo1-14/+17
2006-07-26[AGPGART] remove private page protection mapHugh Dickins1-25/+2
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-02-28[AGPGART] Lots of CodingStyle/whitespace cleanups.Dave Jones1-1/+1
2006-01-16[AGPGART] Semaphore to Mutex conversion.akpm@osdl.org1-14/+14
2005-10-20[AGPGART] Replace kmalloc+memset's with kzalloc'sDave Jones1-11/+4
2005-05-01[PATCH] make lots of things staticAdrian Bunk1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1103