index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
agp
/
ati-agp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
agp: kill phys_to_gart() and gart_to_phys()
David Woodhouse
2009-08-03
1
-3
/
+3
*
agp: Switch mask_memory() method to take address argument again, not page
David Woodhouse
2009-08-03
1
-1
/
+2
*
agp: add user mapping support to ATI AGP bridge.
Dave Airlie
2009-06-19
1
-4
/
+14
*
agp: switch AGP to use page array instead of unsigned long array
Dave Airlie
2009-06-19
1
-2
/
+3
*
Update email addresses.
Dave Jones
2008-10-20
1
-1
/
+1
*
agp: enable optimized agp_alloc_pages methods
Rene Herman
2008-08-22
1
-0
/
+2
*
agp: use dev_printk when possible
Bjorn Helgaas
2008-08-12
1
-4
/
+3
*
drivers/char/agp - use bool
Joe Perches
2008-06-19
1
-2
/
+2
*
agp: add support for Radeon Mobility 9000 chipset
Amit Kucheria
2008-06-12
1
-0
/
+4
*
agp: fix missing casts that produced a warning.
Dave Airlie
2008-02-20
1
-2
/
+2
*
fix historic ioremap() abuse in AGP
Arjan van dev Ven
2008-02-19
1
-13
/
+3
*
agp: balance ioremap checks
Scott Thompson
2007-08-25
1
-0
/
+3
*
Fix "use after free" / "double free" bug in ati_create_gatt_pages / ati_free_...
Jesper Juhl
2007-07-27
1
-7
/
+2
*
[AGPGART] Further constification.
Dave Jones
2007-02-22
1
-2
/
+2
*
[AGPGART] Allow drm-populated agp memory types
Thomas Hellstrom
2007-02-03
1
-0
/
+1
*
[AGPGART] Remove pointless assignment.
Dave Jones
2007-01-28
1
-5
/
+5
*
[AGPGART] Remove pointless typedef in ati-agp
Dave Jones
2007-01-28
1
-13
/
+13
*
Merge ../linus
Dave Jones
2006-06-29
1
-1
/
+1
|
\
|
*
spelling fixes
Andreas Mohr
2006-06-26
1
-1
/
+1
*
|
[AGPGART] Compile fix for ati-agp
Dave Jones
2006-06-21
1
-2
/
+2
*
|
[AGPGART] Suspend/Resume improvements for ATI AGP
Dave Jones
2006-06-20
1
-7
/
+9
*
|
[AGPGART] Whitespace cleanups for ati-agp
Dave Jones
2006-06-20
1
-9
/
+8
|
/
*
[AGPGART] ATI RS350 support.
Dave Jones
2006-03-01
1
-0
/
+4
*
[AGPGART] Lots of CodingStyle/whitespace cleanups.
Dave Jones
2006-02-28
1
-3
/
+3
*
[AGPGART] Suspend/Resume support for ATI GART
akpm@osdl.org
2006-01-16
1
-0
/
+20
*
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
Greg Kroah-Hartman
2005-11-10
1
-1
/
+0
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
Linus Torvalds
2005-11-07
1
-5
/
+3
|
\
|
*
[AGPGART] Set .owner field of struct pci_driver.
Dave Jones
2005-10-24
1
-0
/
+1
|
*
[AGPGART] Replace kmalloc+memset's with kzalloc's
Dave Jones
2005-10-20
1
-5
/
+2
*
|
[PATCH] fix missing includes
Tim Schmielau
2005-10-30
1
-0
/
+2
|
/
*
[PATCH] AGP fix for Xen VMM
Keir Fraser
2005-06-07
1
-3
/
+3
*
[PATCH] make lots of things static
Adrian Bunk
2005-05-01
1
-1
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+548