| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart | Linus Torvalds | 2006-10-21 | 1 | -19/+35 |
|\ |
|
| * | [AGPGART] uninorth: Add module param 'aperture' for aperture size | Michel D�nzer | 2006-10-15 | 1 | -19/+35 |
* | | [PARISC] Add support for Quicksilver AGPGART | Kyle McMartin | 2006-10-04 | 3 | -1/+426 |
|/ |
|
* | [AGPGART] printk fixups. | Dave Jones | 2006-09-28 | 1 | -3/+6 |
* | [AGPGART] Use pci_get_slot not pci_find_slot | Alan Cox | 2006-09-26 | 1 | -2/+6 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart | Linus Torvalds | 2006-09-22 | 7 | -64/+199 |
|\ |
|
| * | [AGPGART] Rework AGPv3 modesetting fallback. | Dave Jones | 2006-09-10 | 1 | -15/+24 |
| * | [AGPGART] Add suspend callback for i965 | Dave Jones | 2006-09-10 | 1 | -0/+2 |
| * | [AGPGART] Fix number of aperture sizes in 830 gart structs. | Dave Jones | 2006-09-06 | 1 | -2/+2 |
| * | [AGPGART] Intel 965 Express support. | Eric Anholt | 2006-09-06 | 1 | -11/+152 |
| * | [AGPGART] agp.h: constify struct agp_bridge_data::version | Alexey Dobriyan | 2006-09-05 | 1 | -1/+1 |
| * | [AGPGART] const'ify VIA AGP PCI table. | Dave Jones | 2006-08-11 | 1 | -2/+2 |
| * | [AGPGART] CONFIG_PM=n slim: drivers/char/agp/intel-agp.c | Alexey Dobriyan | 2006-08-11 | 1 | -0/+4 |
| * | [AGPGART] CONFIG_PM=n slim: drivers/char/agp/efficeon-agp.c | Alexey Dobriyan | 2006-08-11 | 1 | -7/+9 |
| * | [AGPGART] Const'ify the agpgart driver version. | Dave Jones | 2006-08-11 | 1 | -1/+1 |
| * | [AGPGART] remove private page protection map | Hugh Dickins | 2006-07-26 | 1 | -25/+2 |
* | | [POWERPC] video & agp: Constify & voidify get_property() | Jeremy Kerr | 2006-07-31 | 1 | -2/+2 |
|/ |
|
* | [PATCH] make more file_operation structs static | Arjan van de Ven | 2006-07-03 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 2 | -2/+0 |
* | Merge ../linus | Dave Jones | 2006-06-29 | 7 | -65/+36 |
|\ |
|
| * | [PATCH] Remove redundant NULL checks before [kv]free - in drivers/ | Jesper Juhl | 2006-06-27 | 1 | -3/+2 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-06-26 | 3 | -3/+3 |
| |\ |
|
| | * | spelling fixes | Andreas Mohr | 2006-06-26 | 3 | -3/+3 |
| * | | [PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded. | Andi Kleen | 2006-06-26 | 2 | -4/+4 |
| * | | [PATCH] x86_64: Clean and enhance up K8 northbridge access code | Andi Kleen | 2006-06-26 | 1 | -52/+25 |
| |/ |
|
| * | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2006-06-23 | 1 | -1/+1 |
| |\ |
|
| | * | Pull acpica into release branch | Len Brown | 2006-06-15 | 1 | -1/+1 |
| | |\ |
|
| | | * | ACPI: ia64 buildfix | Len Brown | 2006-04-01 | 1 | -1/+1 |
| * | | | [PATCH] x86_64: use select for GART_IOMMU to enable AGP | Roman Zippel | 2006-06-22 | 1 | -2/+1 |
* | | | | [AGPGART] Make AGP depend on PCI | Dave Jones | 2006-06-28 | 1 | -0/+1 |
* | | | | [AGPGART] remove unused variable | Adrian Bunk | 2006-06-24 | 1 | -2/+0 |
* | | | | [AGPGART] Fix pci_register_driver checking in amd64-agp | Dave Jones | 2006-06-21 | 1 | -1/+1 |
* | | | | [AGPGART] Compile fix for ati-agp | Dave Jones | 2006-06-21 | 1 | -2/+2 |
* | | | | [AGPGART] Suspend/Resume support for nVidia nForce AGP. | Dave Jones | 2006-06-20 | 1 | -0/+29 |
* | | | | [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] alpha-agp warning fix | Andrew Morton | 2006-06-08 | 1 | -8/+7 |
* | | | [AGPGART] uninorth-agp warning fixes | Andrew Morton | 2006-06-08 | 1 | -2/+2 |
* | | | [AGPGART] Remove pointless initialisation in intel-agp | Dave Jones | 2006-05-30 | 1 | -1/+1 |
* | | | [AGPGART] Remove pointless code from agp_generic_create_gatt_table() | Dave Jones | 2006-05-30 | 1 | -3/+1 |
|/ / |
|
* | | [AGPGART] VIA PT880 Ultra support. | Magnus Kessler | 2006-05-22 | 1 | -0/+7 |
* | | [AGPGART] Fix Nforce3 suspend on amd64. | Dave Jones | 2006-05-21 | 1 | -0/+3 |
* | | [AGPGART] Enable SIS AGP driver on x86-64 for EM64T systems | Andi Kleen | 2006-05-21 | 1 | -1/+1 |
* | | [efficeon-agp] Add missing memory mask | H. Peter Anvin | 2006-04-14 | 1 | -1/+7 |
|/ |
|
* | [PATCH] nvidia-agp: use time_before_eq() | Marcelo Feitoza Parisi | 2006-03-28 | 1 | -1/+2 |
* | [AGPGART] x86_64: Enable VIA AGP driver on x86-64 for VIA P4 chipsets | Andi Kleen | 2006-03-24 | 1 | -1/+1 |
* | [AGPGART] x86_64: Fix wrong PCI ID for ALI M1695 AGP bridge | Henrik Kretzschmar | 2006-03-24 | 1 | -1/+1 |
* | [AGPGART] ATI RS350 support. | Dave Jones | 2006-03-01 | 1 | -0/+4 |
* | [AGPGART] Lots of CodingStyle/whitespace cleanups. | Dave Jones | 2006-02-28 | 19 | -105/+98 |
* | [AGPGART] Add some informational printk to nforce GART failure path. | Dave Jones | 2006-02-20 | 1 | -2/+4 |