Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 2009-03-30 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | drm: detect hdmi monitor by hdmi identifier (v3) | Ma Ling | 2009-03-29 | |
| * | | | | | | | | drm: reorder struct drm_ioctl_desc to save space on 64 bit builds | Richard Kennedy | 2009-03-29 | |
| * | | | | | | | | radeon: add some new pci ids | Alex Deucher | 2009-03-29 | |
| * | | | | | | | | drm: read EDID extensions from monitor | Ma Ling | 2009-03-29 | |
| * | | | | | | | | drm: merge Linux master into HEAD | Dave Airlie | 2009-03-28 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||
| * | | | | | | | | drm: add DRM_READ/WRITE64 wrappers around readq/writeq. | Dave Airlie | 2009-03-13 | |
| * | | | | | | | | radeon: add RS600 pci ids | Alex Deucher | 2009-03-13 | |
| * | | | | | | | | radeon: add R6xx/R7xx pci ids | Alex Deucher | 2009-03-13 | |
| * | | | | | | | | drm/radeon: prep for r6xx/r7xx support | Alex Deucher | 2009-03-13 | |
| * | | | | | | | | drm: Convert proc files to seq_file and introduce debugfs | Ben Gamari | 2009-03-13 | |
| * | | | | | | | | drm: Drop unused and broken dri_library_name sysfs attribute. | Kristian Høgsberg | 2009-03-13 | |
| * | | | | | | | | drm: claim PCI device when running in modesetting mode. | Kristian Høgsberg | 2009-03-13 | |
| * | | | | | | | | drm: Make drm_local_map use a resource_size_t offset | Benjamin Herrenschmidt | 2009-03-13 | |
| * | | | | | | | | drm: Split drm_map and drm_local_map | Benjamin Herrenschmidt | 2009-03-13 | |
| * | | | | | | | | drm: Use resource_size_t for drm_get_resource_{start, len} | Benjamin Herrenschmidt | 2009-03-13 | |
* | | | | | | | | | Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2009-03-30 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||
| * | | | | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-03-28 | |
| |\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | dma-debug: fix dma_debug_add_bus() definition for !CONFIG_DMA_API_DEBUG | Ingo Molnar | 2009-03-18 | |
| * | | | | | | | | | Merge branch 'dma-api/debug' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2009-03-18 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | dma-debug: add a check dma memory leaks | Joerg Roedel | 2009-03-17 | |
| | * | | | | | | | | | dma-debug: add function to dump dma mappings | David Woodhouse | 2009-03-17 | |
| | * | | | | | | | | | dma-debug: add checks for sync_single_sg_* | Joerg Roedel | 2009-03-05 | |
| | * | | | | | | | | | dma-debug: add checks for sync_single_range_* | Joerg Roedel | 2009-03-05 | |
| | * | | | | | | | | | dma-debug: add checks for sync_single_* | Joerg Roedel | 2009-03-05 | |
| | * | | | | | | | | | dma-debug: add checking for [alloc|free]_coherent | Joerg Roedel | 2009-03-05 | |
| | * | | | | | | | | | dma-debug: add add checking for map/unmap_sg | Joerg Roedel | 2009-03-05 | |
| | * | | | | | | | | | dma-debug: add checking for map/unmap_page/single | Joerg Roedel | 2009-03-05 | |
| | * | | | | | | | | | dma-debug: add initialization code | Joerg Roedel | 2009-03-05 | |
| | * | | | | | | | | | dma-debug: add header file and core data structures | Joerg Roedel | 2009-03-05 | |
| * | | | | | | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-03-18 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||
| * | | | | | | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-03-05 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | intel-iommu: make dma mapping functions static | FUJITA Tomonori | 2009-01-29 | |
| * | | | | | | | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-01-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | swiotlb: range_needs_mapping should take a physical address. | Ian Campbell | 2009-01-10 | |
| * | | | | | | | | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-01-10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | x86, ia64: remove duplicated swiotlb code | FUJITA Tomonori | 2009-01-06 | |
| * | | | | | | | | | | | | | x86, ia64: convert to use generic dma_map_ops struct | FUJITA Tomonori | 2009-01-06 | |
| * | | | | | | | | | | | | | generic: add common struct for dma map operations | FUJITA Tomonori | 2009-01-06 | |
* | | | | | | | | | | | | | | Merge branch 'reiserfs-updates' from Jeff Mahoney | Linus Torvalds | 2009-03-30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | reiserfs: rename p_._ variables | Jeff Mahoney | 2009-03-30 | |
| * | | | | | | | | | | | | | reiserfs: rename p_s_tb to tb | Jeff Mahoney | 2009-03-30 | |
| * | | | | | | | | | | | | | reiserfs: rename p_s_inode to inode | Jeff Mahoney | 2009-03-30 | |
| * | | | | | | | | | | | | | reiserfs: rename p_s_bh to bh | Jeff Mahoney | 2009-03-30 | |
| * | | | | | | | | | | | | | reiserfs: rename p_s_sb to sb | Jeff Mahoney | 2009-03-30 | |
| * | | | | | | | | | | | | | reiserfs: strip trailing whitespace | Jeff Mahoney | 2009-03-30 | |
| * | | | | | | | | | | | | | reiserfs: add atomic addition of selinux attributes during inode creation | Jeff Mahoney | 2009-03-30 | |
| * | | | | | | | | | | | | | reiserfs: use generic readdir for operations across all xattrs | Jeff Mahoney | 2009-03-30 | |
| * | | | | | | | | | | | | | reiserfs: journaled xattrs | Jeff Mahoney | 2009-03-30 | |
| * | | | | | | | | | | | | | reiserfs: use generic xattr handlers | Jeff Mahoney | 2009-03-30 |