Age | Commit message (Expand) | Author | Files | Lines |
2011-01-10 | Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -8/+11 |
2011-01-10 | xen/fb: fix potential memory leak | Joe Jin | 1 | -8/+9 |
2011-01-10 | xen/fb: fix xenfb suspend/resume race. | Joe Jin | 1 | -0/+2 |
2011-01-08 | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2 | -2/+2 |
2011-01-08 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
2011-01-07 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 4 | -0/+821 |
2011-01-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 1 | -22/+5 |
2011-01-07 | Merge branch 'devel-stable' into devel | Russell King | 4 | -0/+821 |
2011-01-06 | atyfb: Fix bootup hangs on sparc64. | David S. Miller | 1 | -22/+5 |
2011-01-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | Paul Mundt | 4 | -5/+18 |
2011-01-06 | Merge branch 'fbdev/udlfb' | Paul Mundt | 3 | -0/+1894 |
2011-01-06 | video: udlfb: Kill off special printk wrappers, use pr_fmt(). | Paul Mundt | 1 | -37/+39 |
2011-01-06 | video: udlfb: Kill off some magic constants for EDID sizing. | Paul Mundt | 1 | -8/+7 |
2011-01-06 | video: udlfb: deifdefify (yes, that's a word). | Paul Mundt | 1 | -39/+2 |
2011-01-06 | fbdev: modedb: Add a new mode for 864x480 TAAL panels. | Mayuresh Janorkar | 1 | -0/+4 |
2011-01-06 | drivers/video/i810/i810-i2c.c: fix i2c bus handling | Stefani Seibold | 1 | -4/+8 |
2011-01-06 | video: Fix the HGA framebuffer driver | Brent Cook | 2 | -25/+11 |
2011-01-06 | drivers/video/carminefb.c: improve error handling | Julia Lawall | 1 | -4/+2 |
2011-01-06 | video: imxfb: Fix the maximum value for yres | Fabio Estevam | 1 | -6/+3 |
2011-01-06 | fbdev: sh_mobile_lcdcfb: Enable 32 bpp and 24 bpp support | Magnus Damm | 1 | -11/+63 |
2011-01-05 | Merge branch 'common/fbdev-mipi' of master.kernel.org:/pub/scm/linux/kernel/g... | Paul Mundt | 1 | -8/+28 |
2011-01-05 | fbdev: sh_mipi_dsi: use platform provided register layout and values | Guennadi Liakhovetski | 1 | -5/+11 |
2011-01-05 | fbdev: sh-mobile: implement MIPI DSI runtime PM support | Guennadi Liakhovetski | 1 | -3/+17 |
2010-12-27 | Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -29/+28 |
2010-12-27 | fbdev: sh_mobile_lcdc: increase maximum framebuffer size to support 1080p | Guennadi Liakhovetski | 1 | -18/+8 |
2010-12-27 | video: imxfb: Fix the maximum value for yres | Fabio Estevam | 1 | -6/+3 |
2010-12-24 | fb: fix overlapping test off-by-one. | Dave Airlie | 1 | -1/+1 |
2010-12-23 | backlight: cr_bllcd.c: fix a memory leak | Axel Lin | 1 | -0/+1 |
2010-12-22 | fbdev: sh-mobile: retrieve and propagate display sizes from EDID | Guennadi Liakhovetski | 1 | -3/+13 |
2010-12-22 | fbdev: sh-mobile: restore display size configuration | Guennadi Liakhovetski | 1 | -1/+3 |
2010-12-22 | sisfb: eliminate compiler warnings | Aaro Koskinen | 2 | -3/+3 |
2010-12-22 | sisfb: delete unused register I/O macros | Aaro Koskinen | 1 | -53/+1 |
2010-12-22 | sisfb: replace setSISIDXREG with SiS_SetRegANDOR | Aaro Koskinen | 1 | -47/+47 |
2010-12-22 | sisfb: replace andSISIDXREG with SiS_SetRegAND | Aaro Koskinen | 1 | -33/+33 |
2010-12-22 | sisfb: replace orSISIDXREG with SiS_SetRegOR | Aaro Koskinen | 1 | -36/+36 |
2010-12-22 | sisfb: replace outSISIDXREG with SiS_SetReg | Aaro Koskinen | 1 | -315/+315 |
2010-12-22 | sisfb: replace inSISIDXREG with SiS_GetReg | Aaro Koskinen | 1 | -128/+128 |
2010-12-22 | sisfb: replace outSISREG with SiS_SetRegByte | Aaro Koskinen | 1 | -10/+10 |
2010-12-22 | sisfb: replace inSISREG with SiS_GetRegByte | Aaro Koskinen | 1 | -9/+9 |
2010-12-22 | sisfb: change register I/O functions to use fixed size types | Aaro Koskinen | 2 | -32/+32 |
2010-12-22 | sisfb: remove duplicate function declarations | Aaro Koskinen | 3 | -25/+14 |
2010-12-22 | sisfb: delete HAVE_CONFIG_H checks | Aaro Koskinen | 2 | -8/+0 |
2010-12-22 | sisfb: eliminate unused variable compiler warning | Aaro Koskinen | 1 | -14/+16 |
2010-12-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 20 | -1296/+296 |
2010-12-20 | fbdev: Modify vsync timing calculation in wm8505fb | Alexey Charkov | 1 | -1/+1 |
2010-12-20 | fbdev: Minor cleanup in WM8505-related code | Alexey Charkov | 2 | -9/+3 |
2010-12-20 | s1d13xxxfb: drop unused code | Andres Salomon | 1 | -50/+0 |
2010-12-20 | s3c-fb: add support for runtime pm | Jingoo Han | 1 | -4/+107 |
2010-12-16 | Merge branch 'for-paul-rc' of git://gitorious.org/linux-omap-dss2/linux into ... | Paul Mundt | 2 | -4/+4 |
2010-12-16 | video: add driver for PXA3xx 2D graphics accelerator | Daniel Mack | 4 | -0/+821 |