summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-04drm: Add compatibility #ifdefs for *BSDKristian Høgsberg7-18/+27
2009-12-04drm: Add support for drm master_[set|drop] callbacks.Thomas Hellstrom3-0/+34
2009-12-04drm/edid: Decode 3-byte CVT codes from EDID 1.4Adam Jackson2-0/+53
2009-12-04drm/edid: Add new detailed block types from EDID 1.4Adam Jackson1-0/+3
2009-12-04drm/edid: Add DMT modes to the pool if the monitor is GTF-capableAdam Jackson1-4/+65
2009-12-04drm/modes: Add drm_mode_hsync()Adam Jackson2-4/+31
2009-12-04drm/edid: Unify detailed block parsing between base and extension blocksAdam Jackson1-102/+61
2009-11-24drm/modes: Fall back to 1024x768 instead of 800x600Adam Jackson1-1/+1
2009-11-24drm/edid: Fix up partially corrupted headersAdam Jackson1-6/+16
2009-11-24drm/edid: Retry EDID fetch up to four timesAdam Jackson1-14/+14
2009-11-24drm/modes: Limit fallback modes to 60HzAdam Jackson1-0/+2
2009-11-19drm/kms: allocate framebuffer cmapClemens Ladisch1-1/+7
2009-11-19drm: set the type of the drm_framebuffer::fbdev fieldClemens Ladisch1-1/+1
2009-11-19drm/fb: fix FBIOGET/PUT_VSCREENINFO pixel clock handlingClemens Ladisch1-3/+3
2009-11-19drm/kms: properly handle fbdev blankingJames Simmons1-6/+9
2009-11-18drm/kms: add page flipping ioctlKristian Høgsberg5-0/+120
2009-11-18drm: check return values in drm_versionAndres Salomon1-5/+11
2009-11-18drm: replace DRM_COPY macro w/ a functionAndres Salomon1-12/+22
2009-11-18drm: kill more unused DRM macrosAndres Salomon2-23/+12
2009-11-18drm: kill some unused DRM_PROC macros from drmP.hAndres Salomon1-10/+0
2009-11-18drm: when queuing an event with NEXTONMISS, return queued sequence to userspaceJesse Barnes1-0/+1
2009-11-18drm: Add async event synchronization for drmWaitVblankKristian Høgsberg6-4/+251
2009-11-09Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-9/+27
2009-11-09Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2-2/+5
2009-11-09ksm: cond_resched in unstable treeHugh Dickins1-0/+1
2009-11-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds1-18/+15
2009-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds46-237/+407
2009-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-3/+7
2009-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds1-9/+0
2009-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds5-16/+21
2009-11-09Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-4/+7
2009-11-09Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds1-2/+2
2009-11-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds11-11/+99
2009-11-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds11-235/+281
2009-11-09sh: Replace old style lock initializerThomas Gleixner1-1/+1
2009-11-09sh: Account for cache aliases in flush_icache_range()Matt Fleming1-1/+4
2009-11-09sparc: Move of_set_property_mutex acquisition outside of devtree_lock grab.David S. Miller1-2/+2
2009-11-09m32r: fix arch/m32r/boot/compressed/MakefileHirokazu Takata1-2/+2
2009-11-08nilfs2: fix missing cleanup of gc cache on error casesRyusuke Konishi1-1/+2
2009-11-08nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocksRyusuke Konishi1-17/+13
2009-11-08net/fsl_pq_mdio: add module license GPLSebastian Siewior1-0/+1
2009-11-08can: fix WARN_ON dump in net/core/rtnetlink.c:rtmsg_ifinfo()Wolfgang Grandegger1-0/+17
2009-11-08can: should not use __dev_get_by_index() without locksEric Dumazet1-7/+12
2009-11-08sparc64: replace parentheses in pmul()Roel Kluin1-1/+1
2009-11-08Merge branch 'fix/hda' into for-linusTakashi Iwai3-4/+77
2009-11-08Merge branch 'fix/misc' into for-linusTakashi Iwai6-5/+14
2009-11-08ALSA: snd-aica: declare MODULE_FIRMWAREBen Hutchings1-0/+1
2009-11-07i2c: Add an interface to lock/unlock an I2C bus segmentJean Delvare2-2/+20
2009-11-07i2c-piix4: Modify code name SB900 to Hudson-2Crane Cai4-7/+7
2009-11-07ALSA: hda - Don't initialize CORB/RIRB for single_cmd modeTakashi Iwai1-4/+8