)]}'
{
  "log": [
    {
      "commit": "0ed8e048c9e11e69ec951f94066105e80cdc59fd",
      "tree": "aaebd53676e1629c57cbbb90f24d1a4d6ad598d6",
      "parents": [
        "8fd9808aec0198b25ff9f8bb19508d9492f86920"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Wed Sep 14 14:19:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 14 14:34:17 2005 -0700"
      },
      "message": "[PATCH] nv_i2c oops fix\n\nThe call to fb_firmware_edid may return NULL but this is not checked before\ntrying to memcpy using this pointer.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "82006d084109bb4118f1de0dc5855abe5ccae430",
      "tree": "78118bcee8d509aa9a5a833ce3a2e607be3ada88",
      "parents": [
        "6f673d83ca3b7a6aeaacfd45d6ce466c33df8039"
      ],
      "author": {
        "name": "Tobias Klauser",
        "email": "tklauser@nuerscht.ch",
        "time": "Tue Sep 13 01:25:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 13 08:22:33 2005 -0700"
      },
      "message": "[PATCH] drivers/video: Replace custom macro with isdigit()\n\nReplace the custom CHAR_IS_NUM() macro with isdigit() from \u003clinux/ctype.h\u003e\n\nSigned-off-by: Tobias Klauser \u003ctklauser@nuerscht.ch\u003e\nAcked-by: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "438e5c5e2dae30359b53514a02f5827fb6e552c7",
      "tree": "e37500967d80cd7740da5b7d9b87540dc79144b6",
      "parents": [
        "2f4516dbd048f25eba78e115e8e73e1e8f04e7f9"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "JBeulich@novell.com",
        "time": "Tue Sep 13 01:25:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 13 08:22:32 2005 -0700"
      },
      "message": "[PATCH] matroxfb adjustments\n\nSome adjustments to the matroxfb code, for one part preventing the display\nto be disabled for longer than necessary, and for the other part to make\ninformation about the frame buffer position available so that a kernel\ndebugger might obtain that before the initial mode change.\n\nFinally, some return code corrections to fit the generic fb code.\n\nSigned-off-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nAcked-by: Petr Vandrovec \u003cvandrove@vc.cvut.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2f4516dbd048f25eba78e115e8e73e1e8f04e7f9",
      "tree": "e803f2b6c128aee352f00455547417752e9f9114",
      "parents": [
        "e703ecc3bfbe10f478500798c0c5826d00ad9fe3"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "JBeulich@novell.com",
        "time": "Tue Sep 13 01:25:44 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 13 08:22:32 2005 -0700"
      },
      "message": "[PATCH] fbcon: constify font data\n\nconst-ify the font control structures and data, to make somewhat better\nguarantees that these are not modified anywhere in the kernel.\nSpecifically for a kernel debugger to share this information from the\nnormal kernel code, such a guarantee seems rather desirable.\n\nSigned-off-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@hotpop.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e703ecc3bfbe10f478500798c0c5826d00ad9fe3",
      "tree": "07cd6696a67f5a31a02b6adf6ef056b16c0afc49",
      "parents": [
        "93352f5cf15279c6c46acb5a875e92c0ee513e7c"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "JBeulich@novell.com",
        "time": "Tue Sep 13 01:25:43 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 13 08:22:32 2005 -0700"
      },
      "message": "[PATCH] minor fbcon_scroll adjustment\n\nAn adjustment to the SM_DOWN case of fbcon_scroll to match the behavior of\nSM_UP.\n\nSigned-off-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@hotpop.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1351e6e093271d0f5056f3ac272864cf4383041a",
      "tree": "bf96bf863b242529b56b7941c650b1cf0164c3be",
      "parents": [
        "513b6e1afaf81b42cacbb24ef1aa7eea5e9661c2"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Tue Sep 13 01:25:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 13 08:22:31 2005 -0700"
      },
      "message": "[PATCH] SharpSL: Abstract model specifics from Corgi Backlight driver\n\nSeparate out the Sharp Zaurus c7x0 series specific code from the Corgi\nbacklight driver.  Abstract model/machine specific functions to corgi_lcd.c\nvia sharpsl.h\n\nThis enables the driver to be used by the Zaurus cxx00 series.\n\nSigned-Off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Vojtech Pavlik \u003cvojtech@suse.cz\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "db84502b0229ed3075ca74b7d34eb8c609de3200",
      "tree": "f64e012f127b53d45a61a81752408e67b3d540c0",
      "parents": [
        "4aed0644d684428e811bb6944f032b460a3ab165"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Tue Sep 13 01:25:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 13 08:22:27 2005 -0700"
      },
      "message": "[PATCH] fbdev Kconfig fix\n\nFix compile error if CONFIG_FB_I810_I2C is \u0027y\u0027 and CONFIG_I2C \u003d \u0027m\u0027.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1bbb4f2035d94d86e52e9b5341c142dcb39bb879",
      "tree": "e18f11ede42f0876bdf9bcf54881e5ef4f6bbfe0",
      "parents": [
        "80908309ce44677a07763e24e6ec9371cfa3ab5f"
      ],
      "author": {
        "name": "Thomas Winischhofer",
        "email": "thomas@winischhofer.net",
        "time": "Mon Aug 29 17:01:16 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 12 12:23:38 2005 -0700"
      },
      "message": "[PATCH] USB: sisusb[vga] update\n\nhere is a new and extended version of the sisusbvga (previously: sisusb)\ndriver. The patch is against 2.6.13 and updates the driver to version 0.0.8.\n\nAdditions include complete VGA/EGA text console support and a build-in\ndisplay mode infrastructure for userland applications that don\u0027t know\n about the graphics internals.\n\nFixes include some BE/LE issues and a get/put_dev bug in the previous\nversion.\n\nOther changes include a change of the module name from \"sisusb\" to\n\"sisusbvga\". The previous one was too generic IMHO.\n\nPlease note that the patch also affects the Makefile in\ndrivers/video/console as the driver requires the VGA 8x16 font in case\nthe text console part is selected.\n\nHeavily tested, as usual. Please apply.\n\nOne thing though: I already prepared for removal of the \"mode\" field and\nthe changed \"name\" field in the usb_class_driver structure. This will\nperhaps need some refinement depending on whether you/Linus merge the\nrespective core changes before or after 2.6.14.\n\nSigned-off-by: Thomas Winischhofer \u003cthomas@winischhofer.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "747a5054c0663a21c440524bdac1bca31be0d20e",
      "tree": "7e42775896a052ec4fd14d62c4aeaaf7f24b7f07",
      "parents": [
        "595e8a97f48619fe7952f31259d3e61af9118f49"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Sep 12 09:16:47 2005 +0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Sep 11 20:43:47 2005 -0700"
      },
      "message": "[PATCH] i810fb: Change option ext_vga to extvga to match documentation\n\nReported by: Manuel Lauss \u003cmano@roarinelk.homelinux.net\u003e\n\nHe was getting random initial video modes depending on the kernel\nconfiguration.  His option line includes \u0027extvga\u0027.\n\nThe i810fb documentation describes the option \u0027extvga\u0027, however the\ndriver accepts \u0027ext_vga\u0027.  Besides \u0027extvga\u0027 being ignored by i810fb,\nit also confuses the option parser of i810fb and assigns \u0027extvga\u0027 to\n\u0027mode_option\u0027.  This leads to an incorrect video mode at boot time.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "595e8a97f48619fe7952f31259d3e61af9118f49",
      "tree": "6c0f44cf3c1398fb6265aed03e20016ef93de959",
      "parents": [
        "883f64510718e7df9abbfeec4748d92745d8cc3e"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Sep 12 09:15:16 2005 +0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Sep 11 20:43:47 2005 -0700"
      },
      "message": "[PATCH] i810fb: Restore xres and yres option parameters\n\nIf i810fb successfully probed for the EDID, it will disregard the\nboot option parameters \u0027xres\u0027 and \u0027yres\u0027.  Fix this regression.\n\nExcellent testing done by Manuel Lauss \u003cmano@roarinelk.homelinux.net\u003e.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "883f64510718e7df9abbfeec4748d92745d8cc3e",
      "tree": "49cba3bb78cbf5329029948593eee9610794f669",
      "parents": [
        "81d4903d2d17a9f33ece2666185a8b51e6935ae0"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Sep 12 09:13:32 2005 +0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Sep 11 20:43:47 2005 -0700"
      },
      "message": "[PATCH] i810fb: Fix oops if CONFIG_FB_I810_I2C is set to no\n\nReported by: Manuel Lauss \u003cmano@roarinelk.homelinux.net\u003e\n\ncompiled with CONFIG_FB_I810_I2C \u003d n and CONFIG_FB_I810 \u003d y\nit oopses at boot in file drivers/video/i810/i810_main.c:1884\n\n...\nUnable to handle kernel NULL pointer dereference at virtual address 00000054\nprinting eip:\nc02543c0\n*pde \u003d 00000000\nOops: 0000 [#1]\nlast sysfs file:\nModules linked in:\nCPU:    0\nEIP:    0060:[\u003cc02543c0\u003e]    Not tainted VLI\nEFLAGS: 00010286   (2.6.13-mm2)\nEIP is at i810fb_find_init_mode+0x53/0x93\neax: c113ddd4   ebx: c1194000   ecx: c04be2dd   edx: c1194000\nesi: c1194008   edi: c113ddd4   ebp: c1194240   esp: c113ddcc\nds: 007b   es: 007b   ss: 0068\n\nstruct fb_monspecs *specs is initialized to NULL causing the oops.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2d21247998c5d183179a7e822c4032974a53ff49",
      "tree": "ab4819fdfb898db302a6c6383f847085ec706228",
      "parents": [
        "d3fd4c2d48ac4590a922f2a950a2d46386c97a8a"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Sun Sep 11 04:01:09 2005 +0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 10 17:31:12 2005 -0700"
      },
      "message": "[PATCH] Fix breakage on ppc{,64} by \"nvidiafb: Fallback to firmware EDID\"\n\nFix\n\ndrivers/video/nvidia/nv_of.c:34: error: conflicting types for \u0027nvidia_probe_i2c_connector\u0027\ndrivers/video/nvidia/nv_proto.h:38: error: previous declaration of \u0027nvidia_probe_i2c_connector\u0027 was here\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nAcked-by: Al Viro \u003cviro@ZenIV.linux.org.uk\u003e\nAcked-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f9101210e7aa72daf92722d451a2f7e3af5f781f",
      "tree": "9554007e19387f2d05352ab03332be50c5b95f5b",
      "parents": [
        "887c27f369abc458556a5ce8ab22ddd498474307"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Sat Sep 10 00:26:54 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 10 10:06:30 2005 -0700"
      },
      "message": "[PATCH] vfree and kfree cleanup in drivers/\n\nThis patch does a full cleanup of \u0027NULL checks before vfree\u0027, and a partial\ncleanup of calls to kfree for all of drivers/ - the kfree bit is partial in\nthat I only did the files that also had vfree calls in them.  The patch\nalso gets rid of some redundant (void *) casts of pointers being passed to\n[vk]free, and a some tiny whitespace corrections also crept in.\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a9f6a0dd54efea2a5d57a27e6c232f9197c25154",
      "tree": "1df64545ed43cd23d32201b2f2077c9325dc6ba0",
      "parents": [
        "8d06afab73a75f40ae2864e6c296356bab1ab473"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Sep 09 13:10:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 14:03:48 2005 -0700"
      },
      "message": "[PATCH] more SPIN_LOCK_UNLOCKED -\u003e DEFINE_SPINLOCK conversions\n\nThis converts the final 20 DEFINE_SPINLOCK holdouts.  (another 580 places\nare already using DEFINE_SPINLOCK).  Build tested on x86.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "20fd5767689124a920c1deb9c380304e082f026c",
      "tree": "fe779116d39a1612c80f414f0add8ed2893041d9",
      "parents": [
        "3b4abffbadf728996fb9243b4af1df48dd771e86"
      ],
      "author": {
        "name": "Arnaud Patard",
        "email": "arnaud.patard@rtp-net.org",
        "time": "Fri Sep 09 13:10:07 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 14:03:42 2005 -0700"
      },
      "message": "[PATCH] s3c2410fb: ARM S3C2410 framebuffer driver\n\nThis set of two patches add support for the framebuffer of the Samsung S3C2410\nARM SoC.  This driver was started about one year ago and is now used on iPAQ\nh1930/h1940, Acer n30 and probably other s3c2410-based machines I\u0027m not aware\nof.  I\u0027ve also heard yesterday that it\u0027s working also on iPAQ rx3715/rx3115\n(s3c2440-based machines).\n\nSigned-Off-By: Arnaud Patard \u003carnaud.patard@rtp-net.org\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Ben Dooks \u003cben@trinity.fluff.org\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3b4abffbadf728996fb9243b4af1df48dd771e86",
      "tree": "b9748b90cd24b4b523b82f860c3a8f982b7479d0",
      "parents": [
        "63edceac69889e48b1b39f40ca0a4c00fdc3bbb0"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Fri Sep 09 13:10:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 14:03:41 2005 -0700"
      },
      "message": "[PATCH] quiet non-x86 option ROM warnings\n\nQuiet an incorrect warning in aty128fb and radeonfb about the PCI ROM\ncontent.  Macs work just find without that signature.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "63edceac69889e48b1b39f40ca0a4c00fdc3bbb0",
      "tree": "ad391111f0b7b28f25ebc30800b3500b39fa290f",
      "parents": [
        "74f6ae84b2315c2fa8a4110b09a1c0f3dca92674"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:10:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 14:03:41 2005 -0700"
      },
      "message": "[PATCH] i810fb: Stop LCD displays from flickering\n\nStop LCD displays from flickering during high loads.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "74f6ae84b2315c2fa8a4110b09a1c0f3dca92674",
      "tree": "47b3bae44b4c57a699d2c130510ff0fbe110fa97",
      "parents": [
        "829e79b680210c4f4de435af6e1f90451922fc7d"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:10:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 14:03:41 2005 -0700"
      },
      "message": "[PATCH] i810fb: Add i2c/DDC support\n\nAdd ddc/i2c support for i810fb.  This will allow the driver to get display\ninformation, especially for monitors with fickle timings.  The i2c support\ndepends on CONFIG_FB_I810_GTF.\n\nChanged __init* to __devinit*\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Alexander Nyberg \u003calexn@telia.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "829e79b680210c4f4de435af6e1f90451922fc7d",
      "tree": "cb8d46347a64f4c5673fb7e5dee55a8078ff8e80",
      "parents": [
        "ba44cd2d8abc3271a608b42cdbf55e1e575e2ba5"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:10:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 14:03:41 2005 -0700"
      },
      "message": "[PATCH] fbcon: Break up bit_putcs into its component functions\n\nThe function bit_putcs() in drivers/video/console/bitblit.c is becoming large.\n Break it up into its component functions (bit_putcs_unaligned and\nbit_putcs_aligned).\n\nIncorporated fb_pad_aligned_buffer() optimization by Roman Zippel.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ba44cd2d8abc3271a608b42cdbf55e1e575e2ba5",
      "tree": "7416f8acd8a76e5b7beddda61d03cd2a16b5bd03",
      "parents": [
        "61ab7903b8cd772d3bfb28bc26d02c599cfb0e5b"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Fri Sep 09 13:10:03 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 14:03:40 2005 -0700"
      },
      "message": "[PATCH] pxafb: Add hsync time reporting hook\n\nTo solve touchscreen interference problems devices like the Sharp Zaurus\nSL-C3000 need to know the length of the horitzontal sync pulses.  This patch\nadds a hook to pxafb so the touchscreen driver can function correctly.\n\nSigned-Off-By: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "61ab7903b8cd772d3bfb28bc26d02c599cfb0e5b",
      "tree": "4140b59ec3882a954b620ebbee56d6c7bcdf781d",
      "parents": [
        "7c1cd6fd5efeb95603e37f35b5da293b452d8b64"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:10:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 14:03:40 2005 -0700"
      },
      "message": "[PATCH] fbdev: Initialize var structure in calc_mode_timings\n\nThe var structure in calc_mode_timings is not properly initialized (zero set)\nwhich leads to undefined behavior when it is passed to fb_get_mode().\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7c1cd6fd5efeb95603e37f35b5da293b452d8b64",
      "tree": "cadcf82935323add229fd467beebf20c26379011",
      "parents": [
        "88fb2c6efba8d9e941e9fb61f37dbeafc869fd75"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:10:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 14:03:40 2005 -0700"
      },
      "message": "[PATCH] nvidiafb: Fixed mirrored characters in big endian machines\n\nnvidiafb_imageblit converts the bitdata stream from big_endian to little\nendian.  This produces mirrored characters when machine is big_endian.  Do not\nendian convert on big endian machines.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "88fb2c6efba8d9e941e9fb61f37dbeafc869fd75",
      "tree": "c8b99ee91b35968d4482cd2f5b2bde3b9a46e19f",
      "parents": [
        "c52890cc366429798b3c97266d0a377810e08400"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:10:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 14:03:40 2005 -0700"
      },
      "message": "[PATCH] fbcon: Stop cursor timer if console is inactive\n\nIf console is blanked or in KD_GRAPHICS mode, delete cursor timer.  No sense\nflashing the cursor when there\u0027s nothing to be seen.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c52890cc366429798b3c97266d0a377810e08400",
      "tree": "1ff44121676f263d8d6d33846db46ad0e5e39bca",
      "parents": [
        "948a95ff5efb018d08d104c283081dba6472f801"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:09:59 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 14:03:40 2005 -0700"
      },
      "message": "[PATCH] savagefb: Make mode_option available when compiled as a module\n\nMake \"mode_option\" available when compiled as a module.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "948a95ff5efb018d08d104c283081dba6472f801",
      "tree": "1929b8991b8ea9e93e56412f25d2d383e6cd374b",
      "parents": [
        "96fe6a2109db29cd15b90a093c16e6cb4b19371a"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:09:59 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 14:03:39 2005 -0700"
      },
      "message": "[PATCH] nvidiafb: Use CVT to get mode for digital displays\n\nIf no EDID block is probed, if the display is digital and if no mode option is\nspecified by the user, get the timings by CVT instead of using the global mode\ndatabase.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "96fe6a2109db29cd15b90a093c16e6cb4b19371a",
      "tree": "bd3c424f3f43e6b5a2ba6c235c7c25b3ba197f4c",
      "parents": [
        "5251bffc9b4ca699993c79166adf02faf1bbc043"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:09:58 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 14:03:39 2005 -0700"
      },
      "message": "[PATCH] fbdev: Add VESA Coordinated Video Timings (CVT) support\n\nThe Coordinated Video Timings (CVT) is the latest standard approved by VESA\nconcerning video timings generation.  It addresses the limitation of GTF which\nis designed mainly for CRT displays.  CRT\u0027s have a high blanking requirement\n(as much as 25% of the horizontal frame length) which artificially increases\nthe pixelclock.  Digital displays, on the other hand, needs to conserve the\npixelclock as much as possible.  The GTF also does not take into account the\ndifferent aspect ratios in its calculation.\n\nThe new function added is fb_find_mode_cvt().  It is called by fb_find_mode()\nif it recognizes a mode option string formatted for CVT.  The format is:\n\n\u003cxres\u003ex\u003cyres\u003e[M][R][-\u003cbpp\u003e][\u003cat-sign\u003e\u003crefresh\u003e][i][m]\n\nThe \u0027M\u0027 tells the function to calculate using CVT.  On it\u0027s own, it will\ncompute a timing for CRT displays at 60Hz.  If the \u0027R\u0027 is specified, \u0027reduced\nblanking\u0027 computation will be used, best for flatpanels.  The \u0027i\u0027 and the \u0027m\u0027\nis for \u0027interlaced mode\u0027 and \u0027with margins\u0027 respectively.\n\nTo determine if CVT was used, check for dmesg for something like this:\n\nCVT Mode - \u003cpix\u003eM\u003cn\u003e[-R], ie: .480M3-R  (800x600 reduced blanking)\n\nwhere: pix - product of xres and yres, in MB\n    M   - is a CVT mode\n    n   - the aspect ratio (3 - 4:3; 4 - 5:4; 9 - 16:9, 15:9; A - 16:10)\n    -R   - reduced blanking\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5251bffc9b4ca699993c79166adf02faf1bbc043",
      "tree": "0d3a0c8f3efe9a71d68e7f9de0b79195aa790909",
      "parents": [
        "c5eb5c1ea919f3f717236c5d0892f9c37f19de37"
      ],
      "author": {
        "name": "Daniel Burcaw",
        "email": "dburcaw@terrasoftsolutions.com",
        "time": "Fri Sep 09 13:04:59 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:58:02 2005 -0700"
      },
      "message": "[PATCH] radeonfb: Only request resources we need\n\nThis patch changes radeon to request only resources 0 and 2 instead of all\n3.  This works around problems with some setups where BAR 1 (IO BAR) has\nnot been assigned by the firmware since it\u0027s not used on the machine and\nthe kernel fails to assign something to it due to the card being between a\nP2P bridge that was configured without an IO range at all.\n\nThis typically fixes radeonfb on some Apple Xserve G5 machines\n\nSigned-off-by: Daniel Burcaw \u003cdburcaw@terrasoftsolutions.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c5eb5c1ea919f3f717236c5d0892f9c37f19de37",
      "tree": "33e48218a7a49576120876a09ead5f1366576861",
      "parents": [
        "9fa68eae9f8291a98bfe00b94b78f72eb253165a"
      ],
      "author": {
        "name": "Knut Petersen",
        "email": "Knut_Petersen@t-online.de",
        "time": "Fri Sep 09 13:04:59 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:58:02 2005 -0700"
      },
      "message": "[PATCH] framebuffer: bit_putcs() optimization for 8x* fonts\n\nThis trivial patch gives a performance boost to the framebuffer console\n\nConstructing the bitmaps that are given to the bitblit functions of the\nframebuffer drivers is time consuming.  Here we avoide a call to the slow\nfb_pad_aligned_buffer().  The patch replaces that call with a simple but\nmuch more efficient bytewise copy.\n\nThe kernel spends a significant time at this place if you use 8x* fonts.\nEvery pixel displayed on your screen is prepared here.\n\nSome benchmark results:\n\nDisplaying a file of 2000 lines with 160 characters each takes 889 ms\nsystem time using cyblafb on my system (I´m using a 1280x1024 video mode,\nresulting in a 160x64 character console)\n\nDisplaying the same file with the enclosed patch applied to 2.6.13 only\ntakes 760 ms system time, saving 129 ms or 14.5%.\n\nFont widths other than 8 are not affected.\n\nThe advantage and correctness of this patch should be obvious.\n\nSigned-off-by: Knut Petersen \u003cKnut_Petersen@t-online.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9fa68eae9f8291a98bfe00b94b78f72eb253165a",
      "tree": "f3619e7302871a5d56264f6df4076c30857483ce",
      "parents": [
        "6062bfa1644f401c08e78d5c8a161f7d11c5c830"
      ],
      "author": {
        "name": "Knut Petersen",
        "email": "Knut_Petersen@t-online.de",
        "time": "Fri Sep 09 13:04:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:58:02 2005 -0700"
      },
      "message": "[PATCH] framebuffer: new driver for cyberblade/i1 graphics core\n\nThis is a framebuffer driver for the Cyberblade/i1 graphics core.\n\nCurrently tridenfb claims to support the cyberblade/i1 graphics core.  This\nis of very limited truth.  Even vesafb is faster and provides more working\nmodes and a much better quality of the video signal.  There is a great\nnumber of bugs in tridentfb ...  but most often it is impossible to decide\nif these bugs are real bugs or if fixing them for the cyberblade/i1 core\nwould break support for one of the other supported chips.\n\nTridentfb seems to be unmaintained,and documentation for most of the\nsupported chips is not available.  So \"fixing\" cyberblade/i1 support inside\nof tridentfb was not an option, it would have caused numerous\nif(CYBERBLADEi1) else ...  cases and would have rendered the code to be\nalmost unmaintainable.\n\nA first version of this driver was published on 2005-07-31.  A fix for a\nbug reported by Jochen Hein was integrated as well as some changes\nrequested by Antonino A.  Daplas.\n\nA message has been added to tridentfb to inform current users of tridentfb\nto switch to cyblafb if the cyberblade/i1 graphics core is detected.\n\nThis patch is one logical change, but because of the included documentation\nit is bigger than 70kb.  Therefore it is not sent to lkml and\nlinux-fbdev-devel,\n\nSigned-off-by: Knut Petersen \u003cKnut_Petersen@t-online.de\u003e\nCc: Muli Ben-Yehuda \u003cmulix@mulix.org\u003e\nAcked-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6062bfa1644f401c08e78d5c8a161f7d11c5c830",
      "tree": "4b3a2af8cb84c5f568e9aec839f76955608774fe",
      "parents": [
        "544393fe584d333480659a4bed30f5295355df11"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Fri Sep 09 13:04:55 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:58:01 2005 -0700"
      },
      "message": "[PATCH] better error handing in savagefb_probe\n\nerr remains uninitialized of pci_request_regions fails.\n\nFound by Thorsten Kukuk, I added a few more checks.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "544393fe584d333480659a4bed30f5295355df11",
      "tree": "873b30c67cdbb5cb93e6fd816692db312ed6ddd6",
      "parents": [
        "5c06e2aa6339112befdc87b350b8bf712890d7a7"
      ],
      "author": {
        "name": "Thomas Winischhofer",
        "email": "thomas@winischhofer.net",
        "time": "Fri Sep 09 13:04:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:58:01 2005 -0700"
      },
      "message": "[PATCH] sisfb update\n\nThis lifts sisfb from version 1.7.17 to version 1.8.9. Changes include:\n\n- Added support for XGI V3XT, V5, V8, Z7 chipsets, including POSTing of\n  all of these chipsets.\n\n- Added support for latest SiS chipsets (761).\n\n- Added support for SiS76x memory \"hybrid\" mode.\n\n- Added support for new LCD resolutions (eg 1280x854, 856x480).\n\n- Fixed support for 320x240 STN panels (for embedded devices).\n\n- Fixed many HDTV modes (525p, 750p, 1080i).\n\n- Fixed PCI config register reading/writing to use proper kernel\n  functions for this purpose.\n\n- Fixed PCI ROM handling to use the kernel\u0027s proper functions.\n\n- Removed lots of \"typedef\"s.\n\n- Removed lots of code which was for X.org/XFree86 only.\n\n- Fixed coding style in many places.\n\n- Removed lots of 2.4 cruft.\n\n- Reduced stack size by unifying two previously separate structs into\n  one.\n\n- Added new hooks for memory allocation (for DRM).  Now the driver can\n  truly handle multiple cards, including memory management.\n\n- Fixed numerous minor bugs.\n\nSigned-off-by: Thomas Winischhofer \u003cthomas@winischhofer.net\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5c06e2aa6339112befdc87b350b8bf712890d7a7",
      "tree": "13a3b008a6a64f051b75f59d194d32e290be5fbc",
      "parents": [
        "f510a3c3d48fd5aaa7757aebbc37e9ee417913a3"
      ],
      "author": {
        "name": "Ian Romanick",
        "email": "idr@us.ibm.com",
        "time": "Fri Sep 09 13:04:42 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:58:01 2005 -0700"
      },
      "message": "[PATCH] matroxfb: read MGA PInS data on PowerPC\n\nThis updates the matroxfb code so that it can find the PInS data embedded\nin the BIOS on PowerPC cards.  The process for finding the data is\ndifferent on OpenFirmware cards than on x86 cards, and the code for doing\nso was missing.\n\nAfter patching, building, installing, and booting a kernel, you should grep\nfor \"PInS\" in /var/log/messages.  You should see two messages in the log:\n\nPInS data found at offset XXXXX\nPInS memtype \u003d X\n\nOn the GXT135p card I get \"31168\" and \"5\".  The first value is irrelevant,\nbut it\u0027s presence lets me know that the PInS data was actually found.  On a\nGXT130p, the second value should be 3.  Since I don\u0027t have access to that\nhardware, if someone can verify that, I will submit a follow-on patch that\nrips out all the memtype parameter stuff.\n\nSigned-off-by: Ian Romanick \u003cidr@us.ibm.com\u003e\nSigned-off-by: Petr Vandrovec \u003cvandrove@vc.cvut.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f510a3c3d48fd5aaa7757aebbc37e9ee417913a3",
      "tree": "55efdd384b9c402ba0791e6b02a1597a93509885",
      "parents": [
        "2a43b58589eac1fdcf62624e86c67c0f92f45bf7"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:04:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:58:01 2005 -0700"
      },
      "message": "[PATCH] radeonfb_old: Fix broken link\n\nThe link for ATI\u0027s product page in drivers/video/Kconfig for FB_RADEON is\nbroken.  Replace with a product comparison page.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2a43b58589eac1fdcf62624e86c67c0f92f45bf7",
      "tree": "673e339a79d30d1478431f3ce3e286074628a7a7",
      "parents": [
        "3b41dc1a3c7839a765ffa560a5ae07aa5d253cc8"
      ],
      "author": {
        "name": "Alexander Kern",
        "email": "alex.kern@gmx.de",
        "time": "Fri Sep 09 13:04:40 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:58:00 2005 -0700"
      },
      "message": "[PATCH] atyfb: Remove code that sets sync polarity unconditionally\n\nCurrently, atyfb has code that sets the hsync and vsync polarity based on the\ncurrent video mode, without letting the user override the settings.\n\nRemove this particular code.  The sync polarities are set by the PROM, the\nuser or by the videomode.\n\nSigned-off-by: Alexander Kern \u003calex.kern@gmx.de\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2cc38ed13f1b0f9d80a2d0acc2916af94922f27e",
      "tree": "a556d3b71c2bca72762255f79f2de17a606382a7",
      "parents": [
        "b8c909454f046b59065c6997b651fe20cd90c0f4"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:04:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:58:00 2005 -0700"
      },
      "message": "[PATCH] fbcon: Saner 16-color to 4-color conversion\n\nCurrently, the default linux 16-colors are converted to 4-colors by simply\ndividing the values by 4.  However, this is not necessarily correct since the\nfirst 4 colors are converted to black, rendering them invisible.\n\nSo, for black, no conversion; for light colors, convert to gray, for normal\ntext color, no conversion, and for bright colors, convert to intense white.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b8c909454f046b59065c6997b651fe20cd90c0f4",
      "tree": "2a8e03fe69c1b02dc610f57208d693e05b95969c",
      "parents": [
        "094bb659f53b6d90aab6067268d6d14f1f352d30"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:04:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:58:00 2005 -0700"
      },
      "message": "[PATCH] fbdev: Fix greater than 1 bit monochrome color handling\n\nCurrently, fbcon assumes that the visual FB_VISUAL_MONO* is always 1 bit.\nAccording to Geert, there are old hardware where it\u0027s possible to have\nmonochrome at 8-bit, but has only 2 colors, black - 0x00 and white - 0xff.\nFix color handlers (fb_get_color_depth, and get_color) for this special case.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "094bb659f53b6d90aab6067268d6d14f1f352d30",
      "tree": "37f2e11d4c0345bb7b84ec99f50ff77bd2f395a3",
      "parents": [
        "13776711ce4b234b5ad153e55e8b5d6703c6b1ef"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:04:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:59 2005 -0700"
      },
      "message": "[PATCH] nvidiafb: Fallback to firmware EDID\n\nIf nvidiafb fails to probe the EDID block, get the EDID from the BIOS.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "13776711ce4b234b5ad153e55e8b5d6703c6b1ef",
      "tree": "478de15a8709545fab36ca1d60cf7ab09018eacd",
      "parents": [
        "5e518d7672dea4cd7c60871e40d0490c52f01d13"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:04:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:59 2005 -0700"
      },
      "message": "[PATCH] savagefb: Driver updates\n\n- Fallback to firmware EDID if chipset has no DDC/I2C support or if I2C\n  probing failed\n\n- Add fb_blank hook\n\n- Fix savagefb_suspend/resume to enable driver to successfully suspend and\n  resume from S3, memory or disk\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5e518d7672dea4cd7c60871e40d0490c52f01d13",
      "tree": "a97dc33b2ce9a0553fb6b9b3206ee7674ae4d06a",
      "parents": [
        "53eed4ec8bcd8701b9135859ec46b10a0d88ba25"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:04:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:59 2005 -0700"
      },
      "message": "[PATCH] fbdev: Resurrect hooks to get EDID from firmware\n\nFor the i386, code is already present in video.S that gets the EDID from the\nvideo BIOS.  Make this visible so drivers can also use this data as fallback\nwhen i2c does not work.\n\nTo ensure that the EDID block is returned for the primary graphics adapter\nonly, by check if the IORESOURCE_ROM_SHADOW flag is set.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "53eed4ec8bcd8701b9135859ec46b10a0d88ba25",
      "tree": "50e3fddcc63d536be5babb6e91d54d5c3071c555",
      "parents": [
        "4c7ffe0b9f7f40bd818fe3af51342f64c483908e"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "dvrabel@arcom.com",
        "time": "Fri Sep 09 13:04:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:59 2005 -0700"
      },
      "message": "[PATCH] fbdev: geode updates\n\nGeode framebuffer driver updates:\n\n- Local mode list (taken from modedb.c) containing only relevant modes.\n  This also makes the driver work as a module.\n\n- Make it a PCI driver (from James Simmons \u003cjsimmons@infradead.org\u003e).\n\n- A few other minor cosmetic bits and pieces.\n\nSigned-off-by: David Vrabel \u003cdvrabel@arcom.com\u003e\nSigned-off-by: James Simmons \u003cjsimmons@infradead.org\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4c7ffe0b9f7f40bd818fe3af51342f64c483908e",
      "tree": "2827dd7904f46cbaff935e221563cd017707f10f",
      "parents": [
        "d2d58384fc5d4c0fe2d8e34bc2d15a90a9bb372a"
      ],
      "author": {
        "name": "James Simmons",
        "email": "jsimmons@infradead.org",
        "time": "Fri Sep 09 13:04:31 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:59 2005 -0700"
      },
      "message": "[PATCH] fbdev: prevent drivers that have hardware cursors from calling software cursor code\n\nThis patch removes drivers that have hardware cursors from calling the\nsoftware cursor code.  Also if the driver sets a no hardware cursor flag\nthen the driver reports a error it someone attempts to use the cursor.\n\nSigned-off-by: James Simmons \u003cjsimmons@infradead.org\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d2d58384fc5d4c0fe2d8e34bc2d15a90a9bb372a",
      "tree": "6b28b34161e7ca2db38014b473690e9c9954779a",
      "parents": [
        "7726e9e10fc6e026ed2dc00e48f4a3ffc1254ad2"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:04:31 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:58 2005 -0700"
      },
      "message": "[PATCH] vesafb: Add blanking support\n\nAdd rudimentary support by manipulating the VGA registers.  However, not\nall vesa modes are VGA compatible, so VGA compatiblity is checked first.\nOnly 2 levels are supported, powerup and powerdown.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7726e9e10fc6e026ed2dc00e48f4a3ffc1254ad2",
      "tree": "b6595002e6e9e653e395a472e3f8f5ed4b6e04f8",
      "parents": [
        "cb2e87a65d6cd735eb06fa595bf90497af28c37b"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Sep 09 13:04:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:58 2005 -0700"
      },
      "message": "[PATCH] fbdev: Add fbset -a support\n\nAdd capability to fbdev to listen to the FB_ACTIVATE_ALL flag.  If set, it\nnotifies fbcon that all consoles must be set to the current var.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "28254d439b8c65f93cb331f5aa741efa6a8ec62f",
      "tree": "a7d8418dc0355da6e37ba5d4bdd2b86240003b14",
      "parents": [
        "ff55fe2075e3901db4dbdc00e0b44a71bef97afd"
      ],
      "author": {
        "name": "Samuel Thibault",
        "email": "samuel.thibault@ens-lyon.org",
        "time": "Fri Sep 09 13:01:58 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:31 2005 -0700"
      },
      "message": "[PATCH] vga text console and stty cols/rows\n\nSome people use 66-cells braille devices for reading the console, and hence\nwould like to reduce the width of the screen by using:\n\nstty cols 66\n\nHowever, the vga text console doesn\u0027t behave correctly: the 14 first\ncharacters of the second line are put on the right of the first line and so\nforth.\n\nHere is a patch to correct that.  It corrects the disp_end and offset\nregisters of the vga board on console resize and console switch.\n\nOn usual screens, you then correctly get a right and/or bottom blank\nmargin.  On some laptop panels, the output is resized so that text actually\ngets magnified, which can be great for some people (see\nhttp://dept-info.labri.fr/~thibault/ls.jpg ).\n\nSigned-off-by: Samuel Thibault \u003csamuel.thibault@ens-lyon.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1635317facea3094ddf34082cd86797efb1d9f7e",
      "tree": "67d5a4d4c7af00ac4be4608092fec99a32683715",
      "parents": [
        "b28d2582ce8aafe531d909bb9c4dcf29189e786e"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Sep 06 13:17:54 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Sep 09 22:11:38 2005 +1000"
      },
      "message": "[PATCH] Separate pci bits out of struct device_node\n\nThis patch pulls the PCI-related junk out of struct device_node and\nputs it in a separate structure, struct pci_dn.  The device_node now\njust has a void * pointer in it, which points to a struct pci_dn for\nnodes that represent PCI devices.  It could potentially be used in\nfuture for device-specific data for other sorts of devices, such as\nvirtual I/O devices.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "982245f01734e9d5a3ab98b2b2e9761ae7719094",
      "tree": "96ff56ff327f9a50f91a46886967f349d9a0a5e7",
      "parents": [
        "74d863ee8a9da2b0f31e0f977daf127807b2e9d2"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun Jul 17 04:22:20 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 08 14:57:23 2005 -0700"
      },
      "message": "[PATCH] PCI: remove CONFIG_PCI_NAMES\n\nThis patch removes CONFIG_PCI_NAMES.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "aac51f09d96a0acfb73c1d1c0796358bb47ea07b",
      "tree": "46fcabaac554971b8efb7f069a0a1a1cc29ed239",
      "parents": [
        "8cc3c7af42aa826d413e3134628d85f3920457d8"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Tue Sep 06 15:19:03 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:53 2005 -0700"
      },
      "message": "[PATCH] w100fb: Rewrite for platform independence\n\nThe code w100fb was based on was horribly Sharp SL-C7x0 specific and there\nwas little else that could be done as I had no access to anything else with\na w100 in it.  There is no real documentation about this chipset available.\n\nIan Molton has access to other platforms with the w100 (Toshiba e-series)\nand so between us, we\u0027ve improved w100fb and made it platform independent.\nIan Molton also added support for the very similar w3220 and w3200\nchipsets.\n\nThere are a lot of changes here and it nearly amounts to a rewrite of the\ndriver but it has been extensively tested and is being used in preference\nto the original driver in the Zaurus community.  I\u0027d therefore like to\nupdate the mainline code to reflect this.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nAcked-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9c45817f41af987277353e463c78a1c6beb37da2",
      "tree": "8abe92528688a34e467ce4b475c529e01b77a580",
      "parents": [
        "309c0a1d5d1dae2e543bfc5a0e762d0424696e0d"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Tue Sep 06 15:17:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:34 2005 -0700"
      },
      "message": "[PATCH] Remove non-arch consumers of asm/segment.h\n\nasm/segment.h varies greatly on different architectures but is clearly\ndeprecated.  Removing all non-architecture consumers will make it easier\nfor us to get ride of asm/segment.h all together.\n\nSigned-off-by: Kumar Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "987132bb0b136c93cef5f195e7371bb98df64709",
      "tree": "9a26d57b3a02cda5783785e7c8c80b872b7c0353",
      "parents": [
        "f2cf8e25ba4cf4e0881e612125858b4eed563ee4"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Tue Sep 06 15:16:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:20 2005 -0700"
      },
      "message": "[PATCH] Support powering sharp zaurus sl-5500 LCD up and down\n\nThis adds support for powering Zaurus\u0027s video up and down.  PDA without\nscreen is kind of useless, so it is quite important...  I\u0027ll have to figure\nout how to really control the frontlight, because LCD without that is quite\nhard to read.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1684a984303abbfc39aa8b59b0fe825c717811a9",
      "tree": "5ba646c7c81f1ed3a2bbc032a412dcff21fc7c37",
      "parents": [
        "c7a46533ff7ef9e1c51bae6e54208527c5275b24"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Aug 11 23:51:10 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:32 2005 -0700"
      },
      "message": "[PATCH] I2C: Kill i2c_algorithm.id (6/7)\n\nIn theory, there should be no more users of I2C_ALGO_* at this point.\nHowever, it happens that several drivers were using I2C_ALGO_* for\nadapter ids, so we need to correct these before we can get rid of all\nthe I2C_ALGO_* definitions.\n\nNote that this also fixes a bug in media/video/tvaudio.c:\n\n\t/* don\u0027t attach on saa7146 based cards,\n\t   because dedicated drivers are used */\n\tif ((adap-\u003eid \u0026 I2C_ALGO_SAA7146))\n\t\treturn 0;\n\nThis test was plain broken, as it would succeed for many more adapters\nthan just the saa7146: any those id would share at least one bit with\nthe saa7146 id. We are really lucky that the few other adapters we want\nthis driver to work with did not fulfill that condition.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c7a46533ff7ef9e1c51bae6e54208527c5275b24",
      "tree": "4b952a757d60d9cfa4aad8462ee8ef7e03fec6dd",
      "parents": [
        "1d8b9e1bad35fa3ea829990b9056c2a257d8fe79"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Aug 11 23:41:56 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:31 2005 -0700"
      },
      "message": "[PATCH] I2C: Kill i2c_algorithm.id (5/7)\n\nMerge the algorithm id part (16 upper bits) of the i2c adapters ids\ninto the definition of the adapters ids directly. After that, we don\u0027t\nneed to OR both ids together for each i2c_adapter structure.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ca078bae813dd46c0f9b102fdfb4a3384641ff48",
      "tree": "e3348f5dcb24159a522941aa2e3ee40bc9e0589b",
      "parents": [
        "829ca9a30a2ddb727981d80fabdbff2ea86bc9ea"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Sat Sep 03 15:56:57 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Mon Sep 05 00:06:16 2005 -0700"
      },
      "message": "[PATCH] swsusp: switch pm_message_t to struct\n\nThis adds type-checking to pm_message_t, so that people can\u0027t confuse it\nwith int or u32.  It also allows us to fix \"disk yoyo\" during suspend (disk\nspinning down/up/down).\n\n[We\u0027ve tried that before; since that cpufreq problems were fixed and I\u0027ve\ntried make allyes config and fixed resulting damage.]\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Alexander Nyberg \u003calexn@telia.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "829ca9a30a2ddb727981d80fabdbff2ea86bc9ea",
      "tree": "044087fb18aa4b5f5bbd233f54f9eec3439ad6de",
      "parents": [
        "7e958883bced7e435f5a76349e15684858d3477c"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Sat Sep 03 15:56:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Mon Sep 05 00:06:15 2005 -0700"
      },
      "message": "[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion\n\nFix remaining bits of u32 vs.  pm_message confusion.  Should not break\nanything.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7901c7998267d9d8c3f1b226a8c8cfd7f8e48a01",
      "tree": "4c1305130a69859354b3be336d5119d8c660b44d",
      "parents": [
        "af690a948cc545d1eca19acab23016b96e178dcf"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Sep 03 15:56:11 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Mon Sep 05 00:06:03 2005 -0700"
      },
      "message": "[PATCH] DEC PMAGB B framebuffer update\n\nRevive HX frame buffer support for 2.6.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "af690a948cc545d1eca19acab23016b96e178dcf",
      "tree": "74d3a6d343b877254add9081082ef7cbbe405d7d",
      "parents": [
        "61838ffeee8296de8bfee751e9ad67bf6c61d0b4"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Sep 03 15:56:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Mon Sep 05 00:06:03 2005 -0700"
      },
      "message": "[PATCH] DEC PMAG BA frame buffer update\n\nRewrite PMAG BA frame buffer driver for 2.6.\n\nAcked-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "61838ffeee8296de8bfee751e9ad67bf6c61d0b4",
      "tree": "ef515c86a475ebbfb0d5273f16e02e57adc5cfa7",
      "parents": [
        "003b54925e2ac78306f74ac433126ad5de387f7a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Sep 03 15:56:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Mon Sep 05 00:06:03 2005 -0700"
      },
      "message": "[PATCH] DEC PMAG AA framebuffer update\n\nGet it working again.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "51583cf108b27baf81c6db3ec718f932314986ea",
      "tree": "e84b66d2de193d0d6ce36afac46394200c33d0f5",
      "parents": [
        "84b6a2323a2b9482958965bc66bbfbd2711cde71"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@www.linux.org.uk",
        "time": "Tue Aug 23 22:46:21 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Aug 23 18:43:42 2005 -0700"
      },
      "message": "[PATCH] Kconfig fix (VGA console on arm/versatile)\n\nVGA console doesn\u0027t exist (or build) on arm/versatile; dependency fixed.\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6cbe9de7a4353d1a1b77887b5459ac5304c0984a",
      "tree": "6b90e594dd1cc7a971d50a4620209c630aa9c0d0",
      "parents": [
        "d86c390ffbf5746df9a3cc2c5f7b75d27704580f"
      ],
      "author": {
        "name": "Michael Iatrou",
        "email": "m.iatrou@freemail.gr",
        "time": "Thu Aug 18 11:24:18 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Aug 18 12:53:57 2005 -0700"
      },
      "message": "[PATCH] disable debug info in radeonfb old driver\n\nThis driver spams the user.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3edea4833a1efcd43e1dff082bc8001fdfe74b34",
      "tree": "9c1fcbc1bf513123f9612153c40582d2ff464d07",
      "parents": [
        "6bd49341f2806168c877e12cefca77b93437bac2"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Aug 15 21:29:11 2005 +0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Aug 15 09:59:39 2005 -0700"
      },
      "message": "[PATCH] intelfb/fbdev: Save info-\u003eflags in a local variable\n\nReported by: Pavel Kysilka (Bugzilla Bug 5059)\n\nThe intelfb driver does not keep resolution set with fbset after\nswitching to anot console and back.\n\nSteps to reproduce:\n\n  initial options: tty1,tty2 - 1024x768-60\n  1) tty1 - fbset after booting (1024x768-60)\n  2) tty1 - fbset 800x600-100\n  tty1: 800x600-100\n  3) swith to tty2, swith to tty1\n  tty1: 1024x768-60 (the same resolution as default from kernel booting)\n\nThis bug is caused by intelfb unintentionally destroying info-\u003eflags in\nset_par(). Therefore the flag, FBINFO_MISC_USEREVENT used to notify\nfbcon of a mode change was cleared causing the above problem. This bug\nthough is not intelfb specific, as other drivers may also be affected.\n\nThe fix is to save info-\u003eflags in a local variable before calling any\nof the driver hooks.  A more definitive fix (for post 2.6.13) is to\nseparate info-\u003eflags into one that is set by the driver and another that\nis set by core fbdev/fbcon.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6bd49341f2806168c877e12cefca77b93437bac2",
      "tree": "f7cd5a855842f061b48dd42338a0ab7f61bc360f",
      "parents": [
        "89204c40a03346cd951e698d854105db4cfedc28"
      ],
      "author": {
        "name": "Sylvain Meyer",
        "email": "sylvain.meyer@worldonline.fr",
        "time": "Mon Aug 15 21:27:13 2005 +0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Aug 15 09:53:34 2005 -0700"
      },
      "message": "[PATCH] intelfb: Do not ioremap entire graphics aperture\n\nReported by: Pavel Kysilka (Bugzilla Bug 4738)\n\nmodprobe of intelfb results in the following error message:\n\n\tintelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G chi\n\tintelfb: Version 0.9.2\n\tACPI: PCI Interrupt 0000:00:02.0[A] -\u003e GSI 16 (level, low) -\u003e IRQ 16\n\tallocation failed: out of vmalloc space - use vmalloc\u003d\u003csize\u003e to increase siz\n\tintelfb: Cannot remap FB region.\n\nThis will fail if the graphics aperture size is greater than 128 MB.\n\nFix is to ioremap only from the beginning of graphics aperture to the\nend of the used framebuffer memory.\n\nSigned-off-by: Sylvain Meyer \u003csylvain.meyer@worldonline.fr\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8d3722667762af1490db18ba927386d3be89a32b",
      "tree": "5b96d7b33c40b1abca00030f0b3b42bed5567b0c",
      "parents": [
        "6626a7076d39f0a18156cdd97d4e2cbef91ad701"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Wed Aug 10 16:45:13 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Aug 10 16:45:13 2005 +0100"
      },
      "message": "[PATCH] ARM: 2846/1: proper handling of CKEN for pxafb\n\nPatch from Nicolas Pitre\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b612cacb02f0fb58f07a9002c7719a901882718c",
      "tree": "f528e2ee1b39ad3c70336b29469d0b5645bc9e97",
      "parents": [
        "7a91bf7f5c22c8407a9991cbd9ce5bb87caa6b4a",
        "71abe99980e6d7ff8aee8acc7da817b3ad7d8a89"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Aug 08 12:19:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Aug 08 12:19:24 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "db6778db7eb1d974e1ae0da326530f09c13585ac",
      "tree": "0e645dfdd902e76c47884c8629b69a4089cca05e",
      "parents": [
        "0f0767c67a497173294bdf6725a3d85f7f29e397"
      ],
      "author": {
        "name": "Antonino Daplas",
        "email": "adaplas@pol.net",
        "time": "Mon Aug 08 14:22:43 2005 +0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Aug 08 11:46:24 2005 -0700"
      },
      "message": "[PATCH] nvidiafb: Fix initial display corruption on certain laptops\n\nReported by:Vincent Fortier (Bugzilla Bug 4768)\n\n\"At boot time the screen appears moved to the mid right portion of the actual\nvideo pannel making the end of the line appears at the left edge...  It simply\nlooks like moved half way to the right\"\n\nHis particular hardware has a display with an unusual dimension (1920x1200) but\nunfortunately has no EDID block. None of the entries in the global mode\ndatabase is correct for this particular display, and it particularly has\ndifficulty scaling up 640x480 (the default startup mode of nvidiafb) to\n1920x1200 which causes the above described problem.\n\n1, Add 1920x1200 to the global mode database.\n\n2. Let nvidiafb base the startup mode from the flatpanel dimensions only if the\n  EDID block is absent, no boot mode parameter is specified by the user, and\n  a flatpanel/LCD display is attached.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fc1df37e3b195cb73ecb14c30d41b7aace3f844a",
      "tree": "9180f60ee3a816632b5ff9f8c8d774259af3d686",
      "parents": [
        "0d317fb72fe3cf0f611608cf3a3015bbe6cd2a66"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Aug 07 14:20:26 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Aug 07 14:20:26 2005 +0100"
      },
      "message": "[PATCH] ARM: Make sa1100fb_display_dma_period() an inline function\n\nThis function produces a warning when CPU_FREQ\u003dn.  Since it\u0027s a very\nsimple calculation, make it inline instead of adding preprocessor\ndirectives around it.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "8d894c47975f7222c5537e450e71310b395488c7",
      "tree": "b2f36d10708c4d5ba13b44cfca0b213935b0cd24",
      "parents": [
        "8dad46cf38c029248d1331b6a97b2999e0751cfa"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Aug 01 23:51:34 2005 +0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Aug 01 10:07:53 2005 -0700"
      },
      "message": "[PATCH] tridentfb: Fix scrolling artifacts during disk IO\n\nReported by: Jochen Hein (Bugzilla Bug 4312)\n\nWhen there is disk I/O happening, the framebuffer has a little snow on\nthe screen.  Once I/O has finished, no garbage remains on screen.\n\nThis bug was explained by: Knut Petersen\n\nMost important is CRTC register 2f, signal quality is also improved for\nhigher vclk values by changing set_vclk() according to the X drivers and\ncyblafb.c\n\nThe fix is to set the performance register (0x2f) with a more stable\nvalue.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8dad46cf38c029248d1331b6a97b2999e0751cfa",
      "tree": "ee0930bbbe84729fad902c3d30054c1f1dcb5faf",
      "parents": [
        "6cb54819d7b1867053e2dfd8c0ca3a8dc65a7eff"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Aug 01 23:46:44 2005 +0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Aug 01 10:07:13 2005 -0700"
      },
      "message": "[PATCH] tridentfb: Fix scrolling artifacts if acceleration is enabled\n\nReported by: Jochen Hein (Bugzilla Bug 4386)\n\nbooting leaves the end of long lines in the last line on screen when\nscrolling.  When X is running, scrolling puts garbage on the screen\n(looks like X data) Console switch fixes the screen.  Behaviour seems to\nbe identical with noaccel and without on the video\u003dtridentfb parameter\nin lilo.conf.\n\nThis bug was explained by: Knut_Petersen\n\nAcceleration is broken for all BLADE 3D chips for all versions of kernel\n2.6 except for 32bit modes.  Most important reason is that the u32 col\nparameter of the graphics engine needs the color value replicated to all\nu8 of the u32 (8bit modes) and to both u16 of the u32.\n\nFix color value passed to graphics engine, verified by the reporter.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "02459eaab98a6a57717bc0cacede148fc76af881",
      "tree": "804509b9ddb54eced6705103b3dca7aba0f30473",
      "parents": [
        "f0098f7863f814a5adc0b9cb271605d063cad7fa"
      ],
      "author": {
        "name": "James Simmons",
        "email": "jsimmons@infradead.org",
        "time": "Sat Jul 30 23:49:54 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jul 31 12:50:46 2005 -0700"
      },
      "message": "[PATCH] Display name of fbdev device\n\nThis patch displays the name of the fbdev driver in sysfs.\nDown the road this will replace the current proc handle we have.\n\nSigned-off-by: James Simmons \u003cjsimmons@infradead.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e4c5c82024f5f292c0069cf40422b8f3bf5e684e",
      "tree": "09a6633c9a9d9ec388f90f1b12f2ea2553130ac3",
      "parents": [
        "e1afc3f522ed088405fc8932110d338330db82bb"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Jul 29 14:03:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jul 29 15:01:14 2005 -0700"
      },
      "message": "[PATCH] fbdev: Replace memcpy with for-loop when preparing bitmap\n\nDo not use memcpy in fb_pad_aligned_buffer.  It is suboptimal because only\na few bytes are moved at a time.  Replace with a for-loop.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "80625942094b114d85811e5ff1fbc9e06dabe0ff",
      "tree": "66c6e49c4a24d7338d4510be449e4cc17dc95e29",
      "parents": [
        "655a0a7799cddf9a469916c07ac22f1106abc2be"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Jul 29 14:03:31 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jul 29 15:01:13 2005 -0700"
      },
      "message": "[PATCH] vesafb: Fix mtrr bugs\n\n\u003e\u003e vesafb: mode is 800x600x16, linelength\u003d1600, pages\u003d16\n\u003e\u003e vesafb: scrolling: redraw\n\u003e\u003e vesafb: Truecolor: size\u003d0:5:6:5, shift\u003d0:11:5:0\n\u003e\u003e mtrr: type mismatch for fc000000,1000000 old: write-back new: write-\n\u003e\u003e combining\n\nRange is already set to write-back, vesafb attempts to add a write-combining\nmtrr (default for vesafb).\n\n\u003e\u003e mtrr: size and base must be multiples of 4 kiB\n\nThis is a bug, vesafb attempts to add a size \u003c PAGE_SIZE triggering\nthe messages below.\n\nTo eliminate the warning messages, you can add the option mtrr:2 to add a\nwrite-back mtrr for vesafb.  Or just use nomtrr option.\n\n1. Fix algorithm for finding the best power of 2 size with mtrr_add().\n\n2. Add option to choose the mtrr type by extending the mtrr boot option:\n\n   mtrr:n where n\n\n        0 \u003d no mtrr (equivalent to using the nomtrr option)\n        1 \u003d uncachable\n        2 \u003d write back\n        3 \u003d write combining (default)\n        4 \u003d write through\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f0b9d796002d9d39575cf1beabfb625f68b507fa",
      "tree": "185905616555941f578fd0e8b7871477c3395f73",
      "parents": [
        "e1474e2d9dfb782e6c6517a180b5a8913c69dfad"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Thu Jul 28 21:16:19 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:05 2005 -0700"
      },
      "message": "[PATCH] fbdev: colormap fixes fix\n\nFix a buffer overflow vunerabilty in previous cmap patch\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "77933d7276ee8fa0e2947641941a6f7a100a327b",
      "tree": "e3a42724642410f5257c794a71b34642092eedd5",
      "parents": [
        "03e259a9cdbd0583e71468293aaa1ccadbdaeff1"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "juhl@dif.dk",
        "time": "Wed Jul 27 11:46:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:20 2005 -0700"
      },
      "message": "[PATCH] clean up inline static vs static inline\n\n`gcc -W\u0027 likes to complain if the static keyword is not at the beginning of\nthe declaration.  This patch fixes all remaining occurrences of \"inline\nstatic\" up with \"static inline\" in the entire kernel tree (140 occurrences in\n47 files).\n\nWhile making this change I came across a few lines with trailing whitespace\nthat I also fixed up, I have also added or removed a blank line or two here\nand there, but there are no functional changes in the patch.\n\nSigned-off-by: Jesper Juhl \u003cjuhl-lkml@dif.dk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "03e259a9cdbd0583e71468293aaa1ccadbdaeff1",
      "tree": "ee41f6bcfbeeeb6f3cd269622d499ee9eb6df233",
      "parents": [
        "dbd4f12859307c20a4c65a7de4cdd5f9f518dc7a"
      ],
      "author": {
        "name": "Michal Januszewski",
        "email": "spock@gentoo.org",
        "time": "Wed Jul 27 11:46:08 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:19 2005 -0700"
      },
      "message": "[PATCH] fbdev: update info-\u003ecmap when setting cmap from user-/kernelspace.\n\nThe fb_info struct, as defined in include/linux/fb.h, contains an element\nthat is supposed to hold the current color map:\n  struct fb_cmap cmap;            /* Current cmap */\n\nThis cmap is currently never updated when either fb_set_cmap() or\nfb_set_user_cmap() are called.  As a result, info-\u003ecmap contains the\ndefault cmap that was set by a device driver/fbcon and a userspace\napplication using the FBIOGETCMAP ioctl will not always get the *currently*\nused color map.\n\nThe patch fixes this by making sure the cmap is copied to info-\u003ecmap after\nit is set correctly.  It moves most of the code that is responsible for\nsetting the cmap to fb_set_cmap() and out of fb_set_user_cmap() to avoid\ncode-duplication.\n\nSigned-off-by: Michal Januszewski \u003cspock@gentoo.org\u003e\nCc: \u003clinux-fbdev-devel@lists.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dbd4f12859307c20a4c65a7de4cdd5f9f518dc7a",
      "tree": "16aa37137555ce5234d723a69b143bfd0902178b",
      "parents": [
        "d210224732b3d32e802e3537499297d387852166"
      ],
      "author": {
        "name": "Michal Januszewski",
        "email": "spock@gentoo.org",
        "time": "Wed Jul 27 11:46:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:19 2005 -0700"
      },
      "message": "[PATCH] fbcon: don\u0027t repaint the cursor when it is disabled.\n\nCurrently even when the cursor is disabled (`setterm -cursor off`), it is\nstill repainted as a black rectangle the size of a single char.  This can\nbe seen, for example, by chvt\u0027ing to a free tty, disabling the cursor and\ndoing `dd if\u003d3D/dev/urandom of\u003d3D/dev/fb0`.\n\nThe patch changes this behaviour by avoiding painting anything when the\ncursor is disabled.\n\nSigned-off-by: Michal Januszewski \u003cspock@gentoo.org\u003e\nCc: \u003clinux-fbdev-devel@lists.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d210224732b3d32e802e3537499297d387852166",
      "tree": "17014af0ea8b19dae7848736d324499715b7a1a3",
      "parents": [
        "3ca34fcbfbf8a7cbe99d54ae81c4e28fdc6f4ac6"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Wed Jul 27 11:46:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:18 2005 -0700"
      },
      "message": "[PATCH] fbdev: colormap fixes\n\nColor maps have up to 256 entries.  4096/256 allows for 16 characters per\nline.  The format for a cmap entry is \"%02x%c%4x%4x%4x\\n\" %02x entry %c\ntransp %4x red %4x blue %4x green\n\nYou can read the color_map with cat fb0/color_map.\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3ca34fcbfbf8a7cbe99d54ae81c4e28fdc6f4ac6",
      "tree": "767ed7d2cf9932e015f4b5753a1a849ca47a2ce3",
      "parents": [
        "5a340cce09f5dfd89b7b7eea1a52d1a2d1c99a2e"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Wed Jul 27 11:46:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:18 2005 -0700"
      },
      "message": "[PATCH] radeonfb: clean up EDID sysfs attribute\n\nradeonfb does not clean up EDID sysfs attribute\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5a340cce09f5dfd89b7b7eea1a52d1a2d1c99a2e",
      "tree": "cb7a68d23fb93e3b72d9338b1b2f69aaa0f3e91b",
      "parents": [
        "0a793b77f786022bd0fef1a18142c1b9be9e421d"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Wed Jul 27 11:46:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:18 2005 -0700"
      },
      "message": "[PATCH] fbmem: use unregister_chrdev() on unload\n\nfbdev is missing unregister_chrdev() on unload.\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0a793b77f786022bd0fef1a18142c1b9be9e421d",
      "tree": "3a1c92ad2728db09f465eb32f7e31ccbb483d381",
      "parents": [
        "4e4b7952cd34af4dd78e012265d4bc858db6adf3"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Wed Jul 27 11:46:03 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:18 2005 -0700"
      },
      "message": "[PATCH] fbmon: horizontal frequency rounding fix\n\nFix rounding error when mode frequency is very close to monitor limit\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nAcked-by: James Simmons \u003cjsimmons@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "44456d37b59d8e541936ed26d8b6e08d27e88ac1",
      "tree": "11ca6fa29b8cfb56ecef2d1f4f9dc2d9d71d2a2f",
      "parents": [
        "02b775696fee75a04041d8d94db26a9462216d24"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Wed Jul 27 11:45:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:08 2005 -0700"
      },
      "message": "[PATCH] turn many #if $undefined_string into #ifdef $undefined_string\n\nturn many #if $undefined_string into #ifdef $undefined_string to fix some\nwarnings after -Wno-def was added to global CFLAGS\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b38817dda45bc2990a8d593f3a1b4d444b2dcf4f",
      "tree": "1e787d4fb0a7a6e6d26ec2bfba00a1a4ff280047",
      "parents": [
        "c10b873695c6a1de0d8ebab40b525575ca576683"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yuasa@hh.iij4u.or.jp",
        "time": "Wed Jul 27 11:43:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:48 2005 -0700"
      },
      "message": "[PATCH] mips: fbdev Kcofnig fix\n\narch/mips/Kconfig is defining CONFIG_FB as bool and drivers/video/Kconfig\nwas changed a while ago to define it as tristate.  Remove the MIPS\ndefinition.\n\nSigned-off-by: Yoichi Yuasa \u003cyuasa@hh.iij4u.or.jp\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "772a9e631ccad0423ed6d08acb3a4b1084ae2613",
      "tree": "cf4243b9f4ed2e8a8661f08588f2a1df6370896b",
      "parents": [
        "246b49768bc96d942ab0e2a17aab6fc3d2e011da"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "sascha@saschahauer.de",
        "time": "Sun Jul 17 20:15:36 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 17 20:15:36 2005 +0100"
      },
      "message": "[PATCH] ARM: 2687/1: i.MX framebuffer: make dmacr register platform configurable\n\nPatch from Sascha Hauer\n\nThe dmacr needs different settings on some boards. This patch makes the\nregister configurable by the platform part.\nAlso we have imxfb_disable_controller(), so lets use it.\n\nSigned-off-by: Steven Scholz\nSigned-off-by: Sascha Hauer\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "316240f66a64c95e373d52dc401d882d77a594ee",
      "tree": "1d04cba74cd2455bb6b886ed4b85b7bbb73b8544",
      "parents": [
        "e34ac862ee6644378bfe6ea65c2e0dda4545513d"
      ],
      "author": {
        "name": "Hirokazu Takata",
        "email": "takata@linux-m32r.org",
        "time": "Thu Jul 07 17:59:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:24:11 2005 -0700"
      },
      "message": "[PATCH] m32r: framebuffer device support\n\nThis patch is for supporting Epson s1d13xxx framebuffer device for m32r.  #\nSorry, a little bigger.\n\nThe Epson s1d13806 is already supported by 2.6.12 kernel, and its driver is\nplaced as drivers/video/s1d13xxxfb.c.\n\nFor the m32r, a header file include/asm-m32r/s1d13806.h was prepared for\nseveral m32r target platforms.  It was originally generated by an Epson\ntool S1D13806CFG.EXE, and modified manually for the m32r platforms.\n\nSigned-off-by: Hayato Fujiwara \u003cfujiwara@linux-m32r.org\u003e\nSigned-off-by: Hirokazu Takata \u003ctakata@linux-m32r.org\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8f96c95680bfe66ff00c91859d4c73edf539b854",
      "tree": "306857acc1009e7d354aea71aa02a0ea5d40fefd",
      "parents": [
        "5bbcfd9000887c0da7d57cc7b3ac869fc0dd5aa9"
      ],
      "author": {
        "name": "KAMBAROV, ZAUR",
        "email": "kambarov@berkeley.edu",
        "time": "Thu Jul 07 17:57:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:23:47 2005 -0700"
      },
      "message": "[PATCH] coverity: fix fbsysfs null pointer check\n\nCorrectly test for a null pointer before going and dereferencing it.\n\nThis defect was found automatically by Coverity Prevent, a static analysis\ntool.\n\nSigned-off-by: Zaur Kambarov \u003czkambarov@coverity.com\u003e\nCc: \u003clinux-fbdev-devel@lists.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2a569579be87b5ba61f9b6c54fd5f9f307c53962",
      "tree": "6cc12f2384d235e87941a85a925618c10b419c7f",
      "parents": [
        "e8af300c3bd87b2310f1e7a642f37e0fe49a754b"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Thu Jul 07 17:56:40 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:23:43 2005 -0700"
      },
      "message": "[PATCH] pm: more u32 vs. pm_message_t fixes\n\nFew more u32 vs. pm_message_t fixes.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5e6557722e69840506eb8bc5a1edcdb4e447a917",
      "tree": "965d19e55a56d2daaed47711c01a8c27e29e592c",
      "parents": [
        "159f597a8bd0f1d7650d5e580c93a2666c9c26d1"
      ],
      "author": {
        "name": "Jeff Mahoney",
        "email": "jeffm@suse.com",
        "time": "Wed Jul 06 15:44:41 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 06 12:55:20 2005 -0700"
      },
      "message": "[PATCH] openfirmware: generate device table for userspace\n\nThis converts the usage of struct of_match to struct of_device_id,\nsimilar to pci_device_id.  This allows a device table to be generated,\nwhich can be parsed by depmod(8) to generate a map file for module\nloading.\n\nIn order for hotplug to work with macio devices, patches to\nmodule-init-tools and hotplug must be applied.  Those patches are\navailable at:\n\n ftp://ftp.suse.com/pub/people/jeffm/linux/macio-hotplug/\n\nSigned-off-by: Jeff Mahoney \u003cjeffm@suse.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "41359dca9442b0c664336e3fcf3aaf70b6507b1d",
      "tree": "cb8cc0057d37afbf6684f74eab2b0efbc686648b",
      "parents": [
        "cfb0810eab39d1162f45b73fc96f45ab1cbcbe8b"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Jun 30 16:30:07 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 30 16:30:07 2005 +0100"
      },
      "message": "[PATCH] ARM: Acornfb: Don\u0027t claim IRQ fbcon for cursor\n\nThe generic fbcon code tries to register and use the vsync IRQ for\nARM platforms with acornfb, but forgets to disable its own cursor\ntimer.  The result is a flickering flashing cursor.\n\nRemove the code from the fbcon core to register this platform\nprivate interrupt.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "8c8709334cec803368a432a33e0f2e116d48fe07",
      "tree": "f3298ae6d844e548c36df9fc3bfb5a3662d4e45d",
      "parents": [
        "fcd16cc084f2b98ab64d27721abdb941f3d9c4cb"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Jun 27 14:36:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 15:11:43 2005 -0700"
      },
      "message": "[PATCH] ppc32: Remove CONFIG_PMAC_PBOOK\n\nThis patch removes CONFIG_PMAC_PBOOK (PowerBook support).  This is now\nsplit into CONFIG_PMAC_MEDIABAY for the actual hotswap bay that some\npowerbooks have, CONFIG_PM for power management related code, and just left\nout of any CONFIG_* option for some generally useful stuff that can be used\non non-laptops as well.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "67da54cf5d577c9dda835d0cf42379657d15d6c9",
      "tree": "027e3db6e825fb7d16dce58034108eeebee31201",
      "parents": [
        "db407163773a8447dd869ee98348e05c81b4c337"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Jun 25 14:59:08 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 25 16:25:04 2005 -0700"
      },
      "message": "[PATCH] drivers/video/matrox/matroxfb_misc.c: remove dead code\n\nThis patch removes some obviously dead code found by the Coverity\nchecker.\n\nThis patch was already ACK\u0027ed by Petr Vandrovec.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2b1ee233f52c247d3a074ce660ece08bf097a47b",
      "tree": "3645fdb5f2058196c764ed481817f42c7118c4d2",
      "parents": [
        "09dbb4768c962ac00f9ff416328a7e6bfbd92b21"
      ],
      "author": {
        "name": "randy_dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Sat Jun 25 14:58:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 25 16:24:57 2005 -0700"
      },
      "message": "[PATCH] au1100fb: convert to C99 inits.\n\nau1100: use C99 struct init.\n\nSigned-off-by: randy_dunlap \u003crdunlap@xenotime.net\u003e\nAcked-by: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "70c1a0a49b75854fbc78713bf753b5b4c6f0a421",
      "tree": "ae2e628fde6610d772bffeb0e855f864d0c186cf",
      "parents": [
        "5ed5dc6cb40b163aa19e14eda0957dcc09167b80"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Sat Jun 25 14:58:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 25 16:24:55 2005 -0700"
      },
      "message": "[PATCH] fbdev: remove unneeded fbsysfs printk\n\nRemove unneeded fbsysfs printk.\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5ed5dc6cb40b163aa19e14eda0957dcc09167b80",
      "tree": "ab4d291efbf657b7f8a2b203a01bdfb0d15af4fb",
      "parents": [
        "d7496cb75ec75b1e74283a481fb02f5d7ce7bdeb"
      ],
      "author": {
        "name": "Jurriaan on adsl-gate",
        "email": "thunder7@xs4all.nl",
        "time": "Sat Jun 25 14:58:31 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 25 16:24:55 2005 -0700"
      },
      "message": "[PATCH] font selection Kconfig fixes\n\nWe\u0027re accidentally selecting the new fonts by default.  Don\u0027t.\n\nSigned-off-by: Jurriaan Kalkman \u003cthunder7@xs4all.nl\u003e\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d7496cb75ec75b1e74283a481fb02f5d7ce7bdeb",
      "tree": "d716e849a363edd4a6a632e0acaaa31c164f83ea",
      "parents": [
        "72414d3f1d22fc3e311b162fca95c430048d38ce"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Sat Jun 25 14:58:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 25 16:24:55 2005 -0700"
      },
      "message": "[PATCH] Fix vesafb/mtrr scaling problem.\n\nvesafb will do really silly things like..\n\nmtrr: type mismatch for e0000000,8000000 old: write-back new: write-combining\nmtrr: type mismatch for e0000000,4000000 old: write-back new: write-combining\nmtrr: type mismatch for e0000000,2000000 old: write-back new: write-combining\nmtrr: type mismatch for e0000000,1000000 old: write-back new: write-combining\nmtrr: type mismatch for e0000000,800000 old: write-back new: write-combining\nmtrr: type mismatch for e0000000,400000 old: write-back new: write-combining\nmtrr: type mismatch for e0000000,200000 old: write-back new: write-combining\nmtrr: type mismatch for e0000000,100000 old: write-back new: write-combining\nmtrr: type mismatch for e0000000,80000 old: write-back new: write-combining\nmtrr: type mismatch for e0000000,40000 old: write-back new: write-combining\nmtrr: type mismatch for e0000000,20000 old: write-back new: write-combining\nmtrr: type mismatch for e0000000,10000 old: write-back new: write-combining\nmtrr: type mismatch for e0000000,8000 old: write-back new: write-combining\nmtrr: type mismatch for e0000000,4000 old: write-back new: write-combining\nmtrr: type mismatch for e0000000,2000 old: write-back new: write-combining\nmtrr: type mismatch for e0000000,1000 old: write-back new: write-combining\nmtrr: size and base must be multiples of 4 kiB\nmtrr: size: 0x800  base: 0xe0000000\nmtrr: size and base must be multiples of 4 kiB\nmtrr: size: 0x400  base: 0xe0000000\nmtrr: size and base must be multiples of 4 kiB\nmtrr: size: 0x200  base: 0xe0000000\nmtrr: size and base must be multiples of 4 kiB\nmtrr: size: 0x100  base: 0xe0000000\nmtrr: size and base must be multiples of 4 kiB\nmtrr: size: 0x80  base: 0xe0000000\nmtrr: size and base must be multiples of 4 kiB\nmtrr: size: 0x40  base: 0xe0000000\nmtrr: size and base must be multiples of 4 kiB\nmtrr: size: 0x20  base: 0xe0000000\nmtrr: size and base must be multiples of 4 kiB\nmtrr: size: 0x10  base: 0xe0000000\nmtrr: size and base must be multiples of 4 kiB\nmtrr: size: 0x8  base: 0xe0000000\nmtrr: size and base must be multiples of 4 kiB\nmtrr: size: 0x4  base: 0xe0000000\nmtrr: size and base must be multiples of 4 kiB\nmtrr: size: 0x2  base: 0xe0000000\nmtrr: size and base must be multiples of 4 kiB\nmtrr: size: 0x1  base: 0xe0000000\n\nStop scaling down at PAGE_SIZE.\nAlso fix up some broken indentation.\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nCc: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bf1b8ab6f21e1adbab1abd1b4e71c35fe65dc5fe",
      "tree": "ac1795e8529a5165458dafc94b230053f1ae92a4",
      "parents": [
        "b7c84c6ada2be942eca6722edb2cfaad412cd5de"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Thu Jun 23 21:56:45 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 23 21:56:45 2005 +0100"
      },
      "message": "[PATCH] ARM: 2721/1: remove reliance on udivdi3 for pxafb driver\n\nPatch from Nicolas Pitre\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b3d5496ea5915fa4848fe307af9f7097f312e932",
      "tree": "e358977311df194ebac13d57c5e8abf1a87bd65c",
      "parents": [
        "2a5a68b840cbab31baab2d9b2e1e6de3b289ae1e"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Apr 02 20:31:02 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jun 21 21:51:48 2005 -0700"
      },
      "message": "[PATCH] I2C: Kill address ranges in non-sensors i2c chip drivers\n\nSome months ago, you killed the address ranges mechanism from all\nsensors i2c chip drivers (both the module parameters and the in-code\naddress lists). I think it was a very good move, as the ranges can\neasily be replaced by individual addresses, and this allowed for\nsignificant cleanups in the i2c core (let alone the impressive size\nshrink for all these drivers).\n\nUnfortunately you did not do the same for non-sensors i2c chip drivers.\nThese need the address ranges even less, so we could get rid of the\nranges here as well for another significant i2c core cleanup. Here comes\na patch which does just that. Since the process is exactly the same as\nwhat you did for the other drivers set already, I did not split this one\nin parts.\n\nA documentation update is included.\n\nThe change saves 308 bytes in the i2c core, and an average 1382 bytes\nfor chip drivers which use I2C_CLIENT_INSMOD, 126 bytes for those which\ndo not.\n\nThis change is required if we want to merge the sensors and non-sensors\ni2c code (and we want to do this).\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\nIndex: gregkh-2.6/Documentation/i2c/writing-clients\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n"
    },
    {
      "commit": "58a606431a704b5c240c1429a5526fac81c9800a",
      "tree": "42299e741ce03b4f30448eb6d2cc1f2ce10d0b5a",
      "parents": [
        "f1ab5dac251bb4514607918b0019a3b3f5f5fb48"
      ],
      "author": {
        "name": "James Simmons",
        "email": "jsimmons@pentafluge.infradead.org",
        "time": "Tue Jun 21 17:17:08 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 19:07:42 2005 -0700"
      },
      "message": "[PATCH] fbdev: fill in the access_align field.\n\nSeveral drivers miss filling in the access_align field.  So this patch has\nthem fill it in.\n\nSigned-off-by: James Simmons \u003cjsimmons@www.infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f1ab5dac251bb4514607918b0019a3b3f5f5fb48",
      "tree": "65d7912b1d407b1dc12b9e2f67b4311a153a41e5",
      "parents": [
        "303b86d9913eca0cbfc3c5cb41e7006f6e13b755"
      ],
      "author": {
        "name": "James Simmons",
        "email": "jsimmons@pentafluge.infradead.org",
        "time": "Tue Jun 21 17:17:07 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 19:07:41 2005 -0700"
      },
      "message": "[PATCH] fbdev: stack reduction\n\nShrink the stack when calling the drawing alignment functions.\n\nSigned-off-by: James Simmons \u003cjsimmons@www.infradead.org\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@hotpop.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "303b86d9913eca0cbfc3c5cb41e7006f6e13b755",
      "tree": "9e6839b9606901e796e1d5a255cb63c0d0d3e85f",
      "parents": [
        "d5881eb4883ef7dd28a4dcea237714817c4b2f8e"
      ],
      "author": {
        "name": "Jurriaan",
        "email": "thunder7@xs4all.nl",
        "time": "Tue Jun 21 17:17:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 19:07:41 2005 -0700"
      },
      "message": "[PATCH] New framebuffer fonts + updated 12x22 font available\n\nImprove the fonts for use with the framebuffer.\n\nI\u0027ve added all the characters marked \u0027FIXME\u0027 in the sun12x22 font and\ncreated a 10x18 font (based on the sun12x22 font) and a 7x14 font (based\non the vga8x16 font).\n\nThis patch is non-intrusive, no options are enabled by default so most\nusers won\u0027t notice a thing.\n\nI am placing my changes under the GPL, however, I\u0027ve not seen any copyright\nnotices on the sun12x22 font and the vga8x16 font which I derived my new\nfonts from so I don\u0027t know what the copyright status is.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1154ea7dcd8eed758fb5ec47393a79d5a1f0bc43",
      "tree": "5c5c67e549c60b030555f97fb66c1501f86897d2",
      "parents": [
        "4ff45f515144d232c83bf55c53f54deecb750296"
      ],
      "author": {
        "name": "Jaya Kumar",
        "email": "jayalk@intworks.biz",
        "time": "Tue Jun 21 17:17:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 19:07:41 2005 -0700"
      },
      "message": "[PATCH] Framebuffer driver for Arc LCD board\n\nAdd support for the Arc monochrome LCD board.\n\nThe board uses KS108 controllers to drive individual 64x64 LCD matrices.\nThe board can be paneled in a variety of setups such as 2x1\u003d128x64,\n4x4\u003d256x256 and so on.  The board/host interface is through GPIO.\n\nSigned-off-by: Jaya Kumar \u003cjayalk@intworks.biz\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nCc: \u003clinux-fbdev-devel@lists.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "df529338d9c5d9329e503955795c89472e1ba6e6",
      "tree": "a8da12e91ae71df78c354b81597783ee85212b32",
      "parents": [
        "27aef2d49f9d82c58e65d72abcd636168ec19ac9"
      ],
      "author": {
        "name": "Sylvain Meyer",
        "email": "sylvain.meyer@worldonline.fr",
        "time": "Tue Jun 21 17:17:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 19:07:40 2005 -0700"
      },
      "message": "[PATCH] intelfb: fix accel detection when changing video modes\n\nChanged the tests in intelfb_set_par to check also the parameter\nvar.accel_flags.  If null, do nothing about ring buffers.\n\nNow, the DirectFB i830 driver could nicely work even if intelfb is hw\naccelerated.  Just change the /etc/fb.modes file to disable console hw\nacceleration when starting a DirectFB app.\n\nSigned-off-by: Sylvain Meyer \u003csylvain.meyer@worldonline.fr\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "27aef2d49f9d82c58e65d72abcd636168ec19ac9",
      "tree": "c9dbbec06c9d6892e3cbfbed6a7d2281225737c2",
      "parents": [
        "f18cd8f7053a1e6755d1c1396884b2bfa1577e54"
      ],
      "author": {
        "name": "Sylvain Meyer",
        "email": "sylvain.meyer@worldonline.fr",
        "time": "Tue Jun 21 17:17:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 19:07:40 2005 -0700"
      },
      "message": "[PATCH] intelfb: Add voffset option to avoid conficts with Xorg i810 driver\n\n- Add voffset option to avoid conficts with Xorg i810 driver\n\nSigned-off-by: Sylvain Meyer \u003csylvain.meyer@worldonline.fr\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f18cd8f7053a1e6755d1c1396884b2bfa1577e54",
      "tree": "ee31f412a9b0a123cac5b3ecc363969be68f7f3b",
      "parents": [
        "8d7f085342ddf20194b6e00c42b80968f15104db"
      ],
      "author": {
        "name": "James Simmons",
        "email": "jsimmons@pentafluge.infradead.org",
        "time": "Tue Jun 21 17:17:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 19:07:40 2005 -0700"
      },
      "message": "[PATCH] VGA to fbcon fix.\n\nCurrently when going from vgacon to fbcon the VT screenbuffer are often\ndifferent sizes.  In the case when they are different sizes a new VT\nscreenbuffer is allocated and the contents are copied into the new buffer.\n\nCurrently the amount copied from VGA text memory to the new screenbuf is\nthe size of the framebuffer console.  If the framebuffer console new VT\nscreen buffer is greater than the VGA text memory size then we get some of\nthe VGA BIOS contents as well.\n\nThis patch will only allow you to copy up to the size of VGA text memory\nnow.  The rest is filled with erase characters.\n\nInitial patch by Jordan Crouse \u003cjordan.crouse@amd.com\u003e\n\nSigned-off-by: James Simmons \u003cjsimmons@www.infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ],
  "next": "8d7f085342ddf20194b6e00c42b80968f15104db"
}
