aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp/uninorth-agp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+3
2018-05-10agp: uninorth: make two functions staticMathieu Malaterre1-2/+2
2017-08-04agp: uninorth: constify pci_device_id.Arvind Yadav1-1/+1
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2015-10-02agp/uninorth: fix a memleak in create_gatt_tableDenis Kirjanov1-6/+10
2013-01-03Drivers: char: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-11-21char: remove use of __devexitBill Pemberton1-1/+1
2012-11-21char: remove use of __devinitdataBill Pemberton1-1/+1
2011-05-22agp/uninorth: Fix lockups with radeon KMS and >1x.Michel Dänzer1-1/+1
2010-06-02agp/uninorth: Fix oops caused by flushing too muchPaul Mackerras1-1/+1
2010-04-23agp: use scratch page on memory remove and at GATT creation V4Jerome Glisse1-4/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-09agp/uninorth: Unify U3 and pre-U3 insert_memory and remove_memory hooks.Michel Dänzer1-53/+11
2009-12-09agp/uninorth: Also handle user memory types in u3_remove_memory().Michel Dänzer1-7/+22
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-16/+33
2009-08-20agp/uninorth: Simplify cache flushing.Michel Dänzer1-8/+25
2009-08-20agp/uninorth: Allow larger aperture sizes on pre-U3 bridges.Michel Dänzer1-8/+8
2009-08-06agp: fix uninorth buildDavid Woodhouse1-1/+1
2009-08-03agp: kill phys_to_gart() and gart_to_phys()David Woodhouse1-1/+1
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie1-6/+6
2009-06-19agp/uninorth: Handle user memory types.Michel Dänzer1-2/+16
2008-11-30uninorth-agp section messAl Viro1-1/+1
2008-08-25linux-next: fix x86 tree build failureStephen Rothwell1-1/+1
2008-08-22agp: enable optimized agp_alloc_pages methodsRene Herman1-0/+4
2008-08-12agp: use dev_printk when possibleBjorn Helgaas1-16/+16
2008-06-19drivers/char/agp - use boolJoe Perches1-5/+5
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-1/+1
2007-02-27[AGPGART] fix compile errorsRyusuke Konishi1-2/+2
2007-02-22[AGPGART] Further constification.Dave Jones1-4/+4
2007-02-03[AGPGART] Allow drm-populated agp memory typesThomas Hellstrom1-0/+2
2006-10-15[AGPGART] uninorth: Add module param 'aperture' for aperture sizeMichel Dänzer1-19/+35
2006-07-31[POWERPC] video & agp: Constify & voidify get_property()Jeremy Kerr1-2/+2
2006-06-08[AGPGART] uninorth-agp warning fixesAndrew Morton1-2/+2
2006-02-28[AGPGART] Lots of CodingStyle/whitespace cleanups.Dave Jones1-6/+6
2005-11-13[PATCH] ppc: add support for new powerbooksOlof Johansson1-0/+4
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-10-24[AGPGART] Set .owner field of struct pci_driver.Dave Jones1-0/+1
2005-06-07[PATCH] AGP fix for Xen VMMKeir Fraser1-1/+1
2005-04-16[PATCH] ppc32: Fix AGP and sleep againBenjamin Herrenschmidt1-8/+44
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+647