aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp/sworks-agp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-01-11agp: sworks: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2017-05-08agp: use set_memory.h headerLaura Abbott1-0/+1
2013-01-03Drivers: char: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-11-21char: remove use of __devexitBill Pemberton1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2009-08-03agp: kill phys_to_gart() and gart_to_phys()David Woodhouse1-4/+4
2009-08-03agp: Switch mask_memory() method to take address argument again, not pageDavid Woodhouse1-1/+3
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie1-1/+1
2008-08-22agp: enable optimized agp_alloc_pages methodsRene Herman1-0/+2
2008-08-12agp: use dev_printk when possibleBjorn Helgaas1-12/+13
2008-06-19drivers/char/agp - use boolJoe Perches1-3/+3
2008-02-20agp: fix missing casts that produced a warning.Dave Airlie1-2/+2
2008-02-19fix historic ioremap() abuse in AGPArjan van dev Ven1-13/+5
2007-04-26[AGPGART] sworks-agp: Switch to PCI ref counting APIsAlan Cox1-10/+13
2007-02-22[AGPGART] Further constification.Dave Jones1-3/+3
2007-02-03[AGPGART] Allow drm-populated agp memory typesThomas Hellstrom1-0/+1
2006-02-28[AGPGART] Lots of CodingStyle/whitespace cleanups.Dave Jones1-8/+7
2006-02-12[AGPGART] Improve the error message shown when we detect a ServerWorks CNB20HEDave Jones1-3/+1
2006-01-08[PATCH] fix more missing includesTim Schmielau1-0/+1
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds1-8/+21
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+2
2005-10-24[AGPGART] Set .owner field of struct pci_driver.Dave Jones1-0/+1
2005-10-20[AGPGART] Replace kmalloc+memset's with kzalloc'sDave Jones1-6/+4
2005-09-23[AGPGART] Fix serverworks TLB flush.Dave Jones1-2/+16
2005-06-07[PATCH] AGP fix for Xen VMMKeir Fraser1-4/+4
2005-05-01[PATCH] make lots of things staticAdrian Bunk1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+556