aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * | | i915/drm: Remove two redundant agp_chipset_flushesOwain G. Ainsworth2009-03-13
| * | | drm/i915: Display fence register state in debugfs i915_gem_fence_regs node.Chris Wilson2009-03-13
| * | | drm/i915: Add information on pinning and fencing to the i915 list debug.Eric Anholt2009-03-13
| * | | drm/i915: Consolidate gem object list dumpingBen Gamari2009-03-13
| * | | drm: Convert proc files to seq_file and introduce debugfsBen Gamari2009-03-13
| * | | drm/radeon: split busmaster enable out to a separate functionDave Airlie2009-03-13
| * | | drm/radeon: align ring writes to 16 dwords boundaries.Dave Airlie2009-03-13
| * | | drm/radeon: Print PCI ID of cards when probingBenjamin Herrenschmidt2009-03-13
| * | | drm: Only use DRM_IOCTL_UPDATE_DRAW compat wrapper for compat X86.David Miller2009-03-13
| * | | drm: radeon: Fix unaligned access in r300_scratch().David Miller2009-03-13
| * | | drm: Preserve SHMLBA bits in hash key for _DRM_SHM mappings.David Miller2009-03-13
| * | | drm: ati_pcigart: Fix limit check in drm_ati_pcigart_init().David Miller2009-03-13
| * | | drm: radeon: Use surface for PCI GART table.David Miller2009-03-13
| * | | drm: radeon: Fix calculation of RB_RPTR_ADDR in non-AGP case.David Miller2009-03-13
| * | | drm: radeon: Fix RADEON_*_EMITED defines.David Miller2009-03-13
| * | | drm: radeon: Fix ring_rptr accesses.David Miller2009-03-13
| * | | drm: ati_pcigart: Need to use PCI_DMA_BIDIRECTIONAL.David Miller2009-03-13
| * | | drm: ati_pcigart: Do not access I/O MEM space using pointer derefs.David Miller2009-03-13
| * | | drm: Drop unused and broken dri_library_name sysfs attribute.Kristian Høgsberg2009-03-13
| * | | drm: claim PCI device when running in modesetting mode.Kristian Høgsberg2009-03-13
| * | | drm: Make drm_local_map use a resource_size_t offsetBenjamin Herrenschmidt2009-03-13
| * | | drm: Split drm_map and drm_local_mapBenjamin Herrenschmidt2009-03-13
| * | | drm: Use resource_size_t for drm_get_resource_{start, len}Benjamin Herrenschmidt2009-03-13
* | | | Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-03-30
|\ \ \ \
| * \ \ \ Merge branch 'linus' into core/iommuIngo Molnar2009-03-28
| |\ \ \ \
| * | | | | dma-debug: make memory range checks more consistentJoerg Roedel2009-03-24
| * | | | | dma-debug: warn of unmapping an invalid dma addressFUJITA Tomonori2009-03-19
| * | | | | dma-debug: fix dma_debug_add_bus() definition for !CONFIG_DMA_API_DEBUGIngo Molnar2009-03-18
| * | | | | Merge branch 'dma-api/debug' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2009-03-18
| |\ \ \ \ \
| | * | | | | dma-debug/x86: register pci bus for dma-debug leak detectionJoerg Roedel2009-03-17
| | * | | | | dma-debug: add a check dma memory leaksJoerg Roedel2009-03-17
| | * | | | | dma-debug: add checks for kernel text and rodataJoerg Roedel2009-03-17
| | * | | | | dma-debug: print stacktrace of mapping path on unmap errorDavid Woodhouse2009-03-17
| | * | | | | dma-debug: Documentation updateJoerg Roedel2009-03-17
| | * | | | | dma-debug: x86 architecture bindingsJoerg Roedel2009-03-17
| | * | | | | dma-debug: add function to dump dma mappingsDavid Woodhouse2009-03-17
| | * | | | | dma-debug: add checks for sync_single_sg_*Joerg Roedel2009-03-05
| | * | | | | dma-debug: add checks for sync_single_range_*Joerg Roedel2009-03-05
| | * | | | | dma-debug: add checks for sync_single_*Joerg Roedel2009-03-05
| | * | | | | dma-debug: add checking for [alloc|free]_coherentJoerg Roedel2009-03-05
| | * | | | | dma-debug: add add checking for map/unmap_sgJoerg Roedel2009-03-05
| | * | | | | dma-debug: add checking for map/unmap_page/singleJoerg Roedel2009-03-05
| | * | | | | dma-debug: add core checking functionsJoerg Roedel2009-03-05
| | * | | | | dma-debug: add debugfs interfaceJoerg Roedel2009-03-05
| | * | | | | dma-debug: add kernel command line parametersJoerg Roedel2009-03-05
| | * | | | | dma-debug: add initialization codeJoerg Roedel2009-03-05
| | * | | | | dma-debug: add allocator codeJoerg Roedel2009-03-05
| | * | | | | dma-debug: add hash functions for dma_debug_entriesJoerg Roedel2009-03-05
| | * | | | | dma-debug: add header file and core data structuresJoerg Roedel2009-03-05
| | * | | | | dma-debug: add Kconfig entryJoerg Roedel2009-03-05