aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | PCI PM: Consistently use variable name "error" for pm call return valuesFrans Pop2009-03-301-10/+10
| * | | | kexec: Change kexec jump code orderingRafael J. Wysocki2009-03-301-10/+9
| * | | | PM: Change hibernation code orderingRafael J. Wysocki2009-03-301-48/+61
| * | | | PM: Change suspend code orderingRafael J. Wysocki2009-03-301-16/+22
| * | | | PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki2009-03-307-40/+83
| * | | | PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki2009-03-306-7/+116
* | | | | dma-debug: fix printk formats (i386)Randy Dunlap2009-03-301-4/+4
* | | | | reiserfs: xattr_create is unused with xattrs disabledJeff Mahoney2009-03-301-0/+2
* | | | | reiserfs: fix build breakageAlexander Beregalov2009-03-301-1/+2
* | | | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-03-3039-434/+27309
|\ \ \ \ \
| * | | | | drm: detect hdmi monitor by hdmi identifier (v3)Ma Ling2009-03-292-0/+63
| * | | | | drm: drm_fops.c unlock missing on error pathDan Carpenter2009-03-291-0/+1
| * | | | | drm: reorder struct drm_ioctl_desc to save space on 64 bit buildsRichard Kennedy2009-03-291-3/+3
| * | | | | radeon: add some new pci idsAlex Deucher2009-03-291-0/+2
| * | | | | drm: read EDID extensions from monitorMa Ling2009-03-292-29/+95
| * | | | | drm: Use a little stash on the stack to avoid kmalloc in most DRM ioctls.Eric Anholt2009-03-291-5/+10
| * | | | | drm/radeon: add regs required for occlusion queries supportMaciej Cencora2009-03-294-2/+11
| * | | | | drm/i915: check the return value from the copy from userDave Airlie2009-03-281-1/+4
| * | | | | drm: merge Linux master into HEADDave Airlie2009-03-284618-180926/+334646
| |\ \ \ \ \
| * | | | | | drm/radeon: fix logic in r600_page_table_init() to match ati_gartAlex Deucher2009-03-181-2/+2
| * | | | | | drm/radeon: r600 ptes are 64-bit, cleanup cleanup function.Dave Airlie2009-03-131-1/+1
| * | | | | | drm/radeon: don't call irq changes on r600 suspend/resumeDave Airlie2009-03-131-0/+6
| * | | | | | drm/radeon: fix r600 writeback across suspend/resumeDave Airlie2009-03-131-3/+0
| * | | | | | drm/radeon: fix r600 writeback setup.Dave Airlie2009-03-131-13/+22
| * | | | | | drm: fix warnings about new mappings in info code.Dave Airlie2009-03-131-3/+3
| * | | | | | drm/radeon: NULL noise: drivers/gpu/drm/radeon/radeon_*.cHannes Eder2009-03-133-3/+3
| * | | | | | drm/radeon: fix r600 pci mapping calls.Dave Airlie2009-03-131-6/+6
| * | | | | | drm/radeon: r6xx/r7xx: fix possible oops in r600_page_table_cleanup()Alex Deucher2009-03-131-0/+3
| * | | | | | radeon: call the correct idle function, logic got inverted.Dave Airlie2009-03-131-1/+1
| * | | | | | drm/radeon: RS600: fix interrupt handlingAlex Deucher2009-03-132-9/+9
| * | | | | | drm/r600: fix rptr address along lines of previous fixes to radeon.Dave Airlie2009-03-131-10/+4
| * | | | | | drm/r600: fixup r600 gart table accessor like ati_pcigart.cDave Airlie2009-03-131-10/+13
| * | | | | | drm/ati_pcigart: use memset_io to reset the memoryDave Airlie2009-03-131-4/+3
| * | | | | | drm: add DRM_READ/WRITE64 wrappers around readq/writeq.Dave Airlie2009-03-131-0/+19
| * | | | | | radeon: add RS600 pci idsAlex Deucher2009-03-131-0/+3
| * | | | | | radeon: add support for rs600 GPUsAlex Deucher2009-03-133-5/+185
| * | | | | | radeon: fix r600 AGP supportAlex Deucher2009-03-131-3/+3
| * | | | | | radeon: add R6xx/R7xx pci idsAlex Deucher2009-03-131-0/+108
| * | | | | | drm/radeon: add initial support for R6xx/R7xx GPUsAlex Deucher2009-03-135-65/+2439
| * | | | | | drm/radeon: add r6xx/r7xx microcodeAlex Deucher2009-03-131-0/+23297
| * | | | | | drm/radeon: prep for r6xx/r7xx supportAlex Deucher2009-03-133-2/+521
| * | | | | | i915/drm: Remove two redundant agp_chipset_flushesOwain G. Ainsworth2009-03-131-4/+0
| * | | | | | drm/i915: Display fence register state in debugfs i915_gem_fence_regs node.Chris Wilson2009-03-131-9/+57
| * | | | | | drm/i915: Add information on pinning and fencing to the i915 list debug.Eric Anholt2009-03-131-11/+20
| * | | | | | drm/i915: Consolidate gem object list dumpingBen Gamari2009-03-131-58/+28
| * | | | | | drm: Convert proc files to seq_file and introduce debugfsBen Gamari2009-03-1312-954/+1014
| * | | | | | drm/radeon: split busmaster enable out to a separate functionDave Airlie2009-03-131-15/+20
| * | | | | | drm/radeon: align ring writes to 16 dwords boundaries.Dave Airlie2009-03-132-11/+41
| * | | | | | drm/radeon: Print PCI ID of cards when probingBenjamin Herrenschmidt2009-03-131-2/+2
| * | | | | | drm: Only use DRM_IOCTL_UPDATE_DRAW compat wrapper for compat X86.David Miller2009-03-131-0/+4