| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] video/sis/init301.c:SiS_ChrontelDoSomething2(): remove dead code | Adrian Bunk | 2006-03-27 | 1 | -10/+1 |
* | [PATCH] drivers/video: Use ARRAY_SIZE macro | Tobias Klauser | 2006-03-27 | 17 | -57/+58 |
* | [PATCH] fbdev: add modeline for 1680x1050@60 | Olaf Hering | 2006-03-27 | 1 | -0/+4 |
* | [PATCH] sparse: Fix warnings in newport driver about non-static functions | Ralf Baechle | 2006-03-27 | 1 | -2/+2 |
* | [PATCH] Add ID for Quadro NVS280 | Pavel Roskin | 2006-03-27 | 1 | -0/+2 |
* | [PATCH] imsttfb: Remove dead code | Antonino A. Daplas | 2006-03-27 | 1 | -4/+4 |
* | [PATCH] atyfb: Remove dead code | Antonino A. Daplas | 2006-03-27 | 1 | -3/+5 |
* | [PATCH] savagefb: Remove NULL check | Antonino A. Daplas | 2006-03-27 | 1 | -2/+1 |
* | [PATCH] i810fb: Remove NULL check | Antonino A. Daplas | 2006-03-27 | 1 | -2/+1 |
* | [PATCH] nvidiafb: Remove NULL check #2 | Antonino A. Daplas | 2006-03-27 | 1 | -2/+1 |
* | [PATCH] nvidiafb: Remove NULL check | Antonino A. Daplas | 2006-03-27 | 1 | -2/+0 |
* | [PATCH] rivafb: Remove NULL check | Antonino A. Daplas | 2006-03-27 | 1 | -2/+0 |
* | [PATCH] framebuffer: cmap-setting return values | Alan Curry | 2006-03-27 | 3 | -7/+7 |
* | [PATCH] fbdev: Make BIOS EDID reading configurable | Antonino A. Daplas | 2006-03-27 | 2 | -3/+19 |
* | [PATCH] au1200fb: Alchemy Au1200 framebuffer driver | Ralf Baechle | 2006-03-27 | 4 | -0/+4428 |
* | [PATCH] matrox maven: memory allocation and other cleanups | Jean Delvare | 2006-03-27 | 1 | -30/+25 |
* | [PATCH] matroxfb: simply return what i2c_add_driver() does | Arthur Othieno | 2006-03-27 | 1 | -12/+5 |
* | [PATCH] fbdev: framebuffer driver for Geode GX | David Vrabel | 2006-03-27 | 7 | -2/+1003 |
* | [PATCH] nvidiafb: add suspend and resume hooks | Antonino A. Daplas | 2006-03-27 | 3 | -31/+97 |
* | [PATCH] vgacon: Add support for soft scrollback | Antonino A. Daplas | 2006-03-27 | 2 | -43/+225 |
* | [PATCH] vgacon: fix EGA cursor resize function | Samuel Thibault | 2006-03-27 | 1 | -8/+19 |
* | [PATCH] Notifier chain update: API changes | Alan Stern | 2006-03-27 | 1 | -14/+17 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2006-03-25 | 6 | -6/+0 |
|\ |
|
| * | kbuild: remove checkconfig.pl | Brian Gerst | 2006-02-19 | 6 | -6/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-03-25 | 3 | -5/+3 |
|\ \ |
|
| * | | BUG_ON() Conversion in drivers/video/ | Eric Sesterhenn | 2006-03-24 | 2 | -4/+2 |
| * | | fix typos "wich" -> "which" | Uwe Zeisberger | 2006-03-24 | 1 | -1/+1 |
* | | | [PATCH] fix hardcoded values in collie frontlight | Pavel Machek | 2006-03-25 | 1 | -13/+10 |
* | | | [PATCH] amiga: fix driver_register() return handling, remove zorro_module_init() | Bjorn Helgaas | 2006-03-25 | 1 | -1/+1 |
* | | | [PATCH] hp300: fix driver_register() return handling, remove dio_module_init() | Bjorn Helgaas | 2006-03-25 | 1 | -1/+3 |
* | | | [PATCH] Remove MODULE_PARM | Rusty Russell | 2006-03-25 | 1 | -9/+9 |
|/ / |
|
* | | [PATCH] s/;;/;/g | Alexey Dobriyan | 2006-03-24 | 1 | -1/+1 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2006-03-22 | 2 | -7/+3 |
|\ \ |
|
| * | | [SPARC]: Respect vm_page_prot in io_remap_page_range(). | David S. Miller | 2006-03-22 | 2 | -7/+3 |
* | | | [PATCH] remove set_page_count() outside mm/ | Nick Piggin | 2006-03-22 | 1 | -1/+1 |
* | | | [PATCH] i810fb_cursor(): use GFP_ATOMIC | Antonino A. Daplas | 2006-03-22 | 1 | -1/+1 |
|/ / |
|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-03-21 | 3 | -1/+3 |
|\ \ |
|
| * | | [PATCH] handle errors returned by platform_get_irq*() | David Vrabel | 2006-03-20 | 1 | -1/+1 |
| * | | [PATCH] Mark empty release functions as broken | Greg Kroah-Hartman | 2006-03-20 | 2 | -0/+2 |
* | | | remove dead Radeon URL | Adrian Bunk | 2006-03-20 | 1 | -2/+0 |
|/ / |
|
* | | [PATCH] radeonfb: Fix static array overrun | Antonino A. Daplas | 2006-03-11 | 1 | -0/+4 |
* | | [PATCH] aty128fb: Fix array overrun | Antonino A. Daplas | 2006-03-11 | 1 | -3/+4 |
* | | [PATCH] tdfxfb: Fix buffer overrun | Antonino A. Daplas | 2006-03-11 | 1 | -19/+23 |
* | | [PATCH] intelfb: Fix buffer overrun | Antonino A. Daplas | 2006-03-11 | 1 | -24/+26 |
* | | [PATCH] savagefb: Fix kfree before use | Antonino A. Daplas | 2006-03-11 | 1 | -1/+1 |
* | | [PATCH] imsttfb: Fix resource leak | Antonino A. Daplas | 2006-03-11 | 1 | -0/+2 |
* | | [PATCH] s1d13xxxfb: Fix resource leak | Antonino A. Daplas | 2006-03-11 | 1 | -2/+1 |
* | | [PATCH] arcfb: Fix dereference before NULL check | Antonino A. Daplas | 2006-03-11 | 1 | -1/+1 |
* | | [PATCH] kyrofb: Fix uninitialized value | Antonino A. Daplas | 2006-03-11 | 1 | -1/+1 |
* | | [PATCH] arcfb: Fix uninitialized value | Antonino A. Daplas | 2006-03-11 | 1 | -2/+1 |