| Commit message (Expand) | Author | Age |
* | rcu: rcu_barrier VS cpu_hotplug: Ensure callbacks in dead cpu are migrated to... | Lai Jiangshan | 2009-03-30 |
* | 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: drm_fops.c unlock missing on error path | Dan Carpenter | 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: Use a little stash on the stack to avoid kmalloc in most DRM ioctls. | Eric Anholt | 2009-03-29 |
| * | drm/radeon: add regs required for occlusion queries support | Maciej Cencora | 2009-03-29 |
| * | drm/i915: check the return value from the copy from user | Dave Airlie | 2009-03-28 |
| * | drm: merge Linux master into HEAD | Dave Airlie | 2009-03-28 |
| |\ |
|
| * | | drm/radeon: fix logic in r600_page_table_init() to match ati_gart | Alex Deucher | 2009-03-18 |
| * | | drm/radeon: r600 ptes are 64-bit, cleanup cleanup function. | Dave Airlie | 2009-03-13 |
| * | | drm/radeon: don't call irq changes on r600 suspend/resume | Dave Airlie | 2009-03-13 |
| * | | drm/radeon: fix r600 writeback across suspend/resume | Dave Airlie | 2009-03-13 |
| * | | drm/radeon: fix r600 writeback setup. | Dave Airlie | 2009-03-13 |
| * | | drm: fix warnings about new mappings in info code. | Dave Airlie | 2009-03-13 |
| * | | drm/radeon: NULL noise: drivers/gpu/drm/radeon/radeon_*.c | Hannes Eder | 2009-03-13 |
| * | | drm/radeon: fix r600 pci mapping calls. | Dave Airlie | 2009-03-13 |
| * | | drm/radeon: r6xx/r7xx: fix possible oops in r600_page_table_cleanup() | Alex Deucher | 2009-03-13 |
| * | | radeon: call the correct idle function, logic got inverted. | Dave Airlie | 2009-03-13 |
| * | | drm/radeon: RS600: fix interrupt handling | Alex Deucher | 2009-03-13 |
| * | | drm/r600: fix rptr address along lines of previous fixes to radeon. | Dave Airlie | 2009-03-13 |
| * | | drm/r600: fixup r600 gart table accessor like ati_pcigart.c | Dave Airlie | 2009-03-13 |
| * | | drm/ati_pcigart: use memset_io to reset the memory | Dave Airlie | 2009-03-13 |
| * | | 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 support for rs600 GPUs | Alex Deucher | 2009-03-13 |
| * | | radeon: fix r600 AGP support | Alex Deucher | 2009-03-13 |
| * | | radeon: add R6xx/R7xx pci ids | Alex Deucher | 2009-03-13 |
| * | | drm/radeon: add initial support for R6xx/R7xx GPUs | Alex Deucher | 2009-03-13 |
| * | | drm/radeon: add r6xx/r7xx microcode | Alex Deucher | 2009-03-13 |
| * | | drm/radeon: prep for r6xx/r7xx support | Alex Deucher | 2009-03-13 |
| * | | i915/drm: Remove two redundant agp_chipset_flushes | Owain G. Ainsworth | 2009-03-13 |
| * | | drm/i915: Display fence register state in debugfs i915_gem_fence_regs node. | Chris Wilson | 2009-03-13 |
| * | | drm/i915: Add information on pinning and fencing to the i915 list debug. | Eric Anholt | 2009-03-13 |
| * | | drm/i915: Consolidate gem object list dumping | Ben Gamari | 2009-03-13 |
| * | | drm: Convert proc files to seq_file and introduce debugfs | Ben Gamari | 2009-03-13 |
| * | | drm/radeon: split busmaster enable out to a separate function | Dave Airlie | 2009-03-13 |
| * | | drm/radeon: align ring writes to 16 dwords boundaries. | Dave Airlie | 2009-03-13 |
| * | | drm/radeon: Print PCI ID of cards when probing | Benjamin Herrenschmidt | 2009-03-13 |
| * | | drm: Only use DRM_IOCTL_UPDATE_DRAW compat wrapper for compat X86. | David Miller | 2009-03-13 |
| * | | drm: radeon: Fix unaligned access in r300_scratch(). | David Miller | 2009-03-13 |
| * | | drm: Preserve SHMLBA bits in hash key for _DRM_SHM mappings. | David Miller | 2009-03-13 |
| * | | drm: ati_pcigart: Fix limit check in drm_ati_pcigart_init(). | David Miller | 2009-03-13 |
| * | | drm: radeon: Use surface for PCI GART table. | David Miller | 2009-03-13 |
| * | | drm: radeon: Fix calculation of RB_RPTR_ADDR in non-AGP case. | David Miller | 2009-03-13 |
| * | | drm: radeon: Fix RADEON_*_EMITED defines. | David Miller | 2009-03-13 |
| * | | drm: radeon: Fix ring_rptr accesses. | David Miller | 2009-03-13 |
| * | | drm: ati_pcigart: Need to use PCI_DMA_BIDIRECTIONAL. | David Miller | 2009-03-13 |