)]}'
{
  "log": [
    {
      "commit": "9e8a3d229b23c34adb9c20cc2875fc67dce12585",
      "tree": "057657db21b66f7f82663272a8b5a0566bd79292",
      "parents": [
        "9781b8b055bd0a02a043ed80fb8d59d703a49daf"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Sat May 20 15:00:33 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun May 21 12:59:22 2006 -0700"
      },
      "message": "[PATCH] i810 section fix\n\nWARNING: drivers/video/i810/i810fb.o - Section mismatch: reference to .init.data: from .text between \u0027i810_fix_offsets\u0027 (at offset 0x1b88) and \u0027i810_alloc_agp_mem\u0027\nWARNING: drivers/video/i810/i810fb.o - Section mismatch: reference to .init.data: from .text between \u0027i810_fix_offsets\u0027 (at offset 0x1b8f) and \u0027i810_alloc_agp_mem\u0027\nWARNING: drivers/video/i810/i810fb.o - Section mismatch: reference to .init.data: from .text between \u0027i810_fix_offsets\u0027 (at offset 0x1ba3) and \u0027i810_alloc_agp_mem\u0027\nWARNING: drivers/video/i810/i810fb.o - Section mismatch: reference to .init.data: from .text between \u0027i810_fix_offsets\u0027 (at offset 0x1bb5) and \u0027i810_alloc_agp_mem\u0027\nWARNING: drivers/video/i810/i810fb.o - Section mismatch: reference to .init.data: from .text between \u0027i810_fix_offsets\u0027 (at offset 0x1bc6) and \u0027i810_alloc_agp_mem\u0027\nWARNING: drivers/video/i810/i810fb.o - Section mismatch: reference to .init.data: from .text between \u0027i810_init_defaults\u0027 (at offset 0x1dd8) and \u0027i810_init_device\u0027\nWARNING: drivers/video/i810/i810fb.o - Section mismatch: reference to .init.data: from .text between \u0027i810_init_defaults\u0027 (at offset 0x1dfb) and \u0027i810_init_device\u0027\n\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": "7c518eb84ce75d4c8e8799f4fcad59837f6d1894",
      "tree": "554c85c6ab12bde941873ac7a68e0a940d27f146",
      "parents": [
        "3d5b191fff144634a04800e610b7ad0c1aefa6ed"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Mar 27 01:17:33 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 27 08:44:56 2006 -0800"
      },
      "message": "[PATCH] i810fb: Remove NULL check\n\nRemove unnecessary NULL check.  Being a function private to the driver,\nout_edid can never be NULL.\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": "8a2cda007068e838ac6494cde74c37534f04f8dc",
      "tree": "dade19c25f04a0be81dad6c0cfd1342635aa930a",
      "parents": [
        "4078006568c142a909e7889cbdc28804cec25461"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@pol.net",
        "time": "Wed Mar 22 00:07:36 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Mar 22 07:53:55 2006 -0800"
      },
      "message": "[PATCH] i810fb_cursor(): use GFP_ATOMIC\n\nThe console cursor can be called in atomic context.  Change memory\nallocation to use the GFP_ATOMIC flag in i810fb_cursor().\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "00d340b94f6df17d5dc478521e4ee1cfb30c53ac",
      "tree": "f4949002dc468931efdc01bd70492251a8524d32",
      "parents": [
        "06c6f90032e39d33d02ab20f32e3f3cd87f58d28"
      ],
      "author": {
        "name": "Manuel Lauss",
        "email": "mano@roarinelk.homelinux.net",
        "time": "Wed Feb 01 03:06:54 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Feb 01 08:53:27 2006 -0800"
      },
      "message": "[PATCH] i810fb: Do not probe the third i2c bus by default\n\nSome time before 2.6.15, a third DDC channel was added to i810fb.  On\nsystems where these ddc pins are not connected, the probe takes about 10\nseconds.\n\nAdd a boot/module option for i810fb to explicitly probe for the 3rd ddc bus\nif needed.\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": "a0aa7d0639277f375989071fb52a7ce78beeef97",
      "tree": "5189b4cae286c754f5193f6ac465e3fff31732b6",
      "parents": [
        "1d64ec153e914cbd60cfaaa47ececed55a9d14d7"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Mon Jan 09 20:54:04 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jan 10 08:01:56 2006 -0800"
      },
      "message": "[PATCH] drivers/video/: possible cleanups\n\nThis patch contains the possible cleanups including the following:\n- every file should #include the headers containing the prototypes for\n  it\u0027s global functions\n- make needlessly global functions static\n- kyro/STG4000Interface.h: #include video/kyro.h and linux/pci.h\n  instead of a manual \"struct pci_dev\"\n- i810_main.{c,h}: prototypes for static functions belong to the\n  C file\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nAcked-by: \"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": "c5eec03f314e1406829d9683284673203b91b9b8",
      "tree": "4c86085890e0c2c9d88645cab4de8c55f462bc80",
      "parents": [
        "740f14ba5335d1e25b9f3e80643be801f653cd32"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Jan 09 20:53:43 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jan 10 08:01:51 2006 -0800"
      },
      "message": "[PATCH] i810fb: Fix suspend and resume hooks\n\nThe i810fb suspend and resume hooks have suffered bitrot over time.  Update to\ncurrent framework, but functionality still not guaranteed to work.\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": "c019c0ec97548d545c42961e960cbe2e8a6aabe9",
      "tree": "3a1eb5ba31af5633a7d3e7bb178562919e9509a6",
      "parents": [
        "b8901b091db260b0f0101d6395ce5c6016835a47"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Jan 09 20:53:03 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jan 10 08:01:44 2006 -0800"
      },
      "message": "[PATCH] fbdev: i810fb: Driver cleanups\n\n- remove redundant casts\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": "6044ec8882c726e325017bd948aa0cd94ad33abc",
      "tree": "3bfc5dc93434e8ad556540f6689abcd2699aa45d",
      "parents": [
        "2ea7533060e361810c21b2f5ee02151c4dfb85d8"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Mon Nov 07 01:01:32 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 07:54:05 2005 -0800"
      },
      "message": "[PATCH] kfree cleanup: misc remaining drivers\n\nThis is the remaining misc drivers/ part of the big kfree cleanup patch.\n\nRemove pointless checks for NULL prior to calling kfree() in misc files in\ndrivers/.\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nAcked-by: Aristeu Sergio Rozanski Filho \u003caris@cathedrallabs.org\u003e\nAcked-by: Roland Dreier \u003crolandd@cisco.com\u003e\nAcked-by: Pierre Ossman \u003cdrzeus@drzeus.cx\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nAcked-by: Len Brown \u003clen.brown@intel.com\u003e\nAcked-by: \"Antonino A. Daplas\" \u003cadaplas@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5ee1ef96a0d5c49809c61bdbb30cdda88e1d23cf",
      "tree": "dbb520ffd6c6ca8e955b1df70e89697e8b5957e7",
      "parents": [
        "003cfc0c56977f1c3ce48ddfd2073b7c6d75a5d8"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Nov 07 01:00:55 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 07:53:53 2005 -0800"
      },
      "message": "[PATCH] fbdev: Convert a few drivers to use the fb_find_best_display helper\n\nConvert i810fb, nvidiafb and savagefb to use the fb_find_best_display helper\nwhen searching for the initial video 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": "5fab851ea15206cc375582ad0db79f7827325098",
      "tree": "bc7e3dd1e15d147c1aa482df69f433ff37246641",
      "parents": [
        "8a0934f2969df4cdea81cf48fde4c8626b32325d"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Nov 07 01:00:50 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 07:53:52 2005 -0800"
      },
      "message": "[PATCH] i810fb: Cleanup I2C code\n\n- The functions for reading the 1st and 2nd bus are essentially the same,\n  except for the register.  Consolidate them all.\n\n- According to Nicolas Boichat, there is an undocumented 3rd i2c bus for\n  attaching daughter cards.  Add support for this.\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": "be88ec74cb48d1f60d0c0f059843f846f4481d87",
      "tree": "b5e8a093f5a66f17d34b748022073293736e2f05",
      "parents": [
        "a7625d6e49cb4fd94be7576d85422c33003101b7"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Sep 29 00:36:10 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 29 08:46:27 2005 -0700"
      },
      "message": "[PATCH] i810-i2c iomem annotations\n\nSigned-off-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": "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": "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": "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": "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": "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": "836eeed6cea8ca8138e9deff7571857923541604",
      "tree": "4380f4a890c18485326f1458e0b0cbc226233d05",
      "parents": [
        "1b75d8ba5ea96e174dc2674e01d87ce0d382ee44"
      ],
      "author": {
        "name": "Denis Vlasenko",
        "email": "vda@ilport.com.ua",
        "time": "Wed May 04 08:07:16 2005 +0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed May 04 07:50:15 2005 -0700"
      },
      "message": "[PATCH] i810fb: fix __initdata access\n\n[hv]sync[12] are __initdata, causing mplayer to oops with the previous i810fb fix.\n\nMy fault, this fixes it. Sorry.\n\nSigned-off-by: Linux Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "db9f1d9daa2f775a0f7d1a0d2ca4722c1da50158",
      "tree": "65145b40dbae6ea35ec802b9394a676f50ec43c2",
      "parents": [
        "14c6f52f607edd79e2969548c69ec311defdc17d"
      ],
      "author": {
        "name": "Denis Vlasenko",
        "email": "vda@ilport.com.ua",
        "time": "Sun May 01 08:59:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:24 2005 -0700"
      },
      "message": "[PATCH] i810fb: Fix default monitor sync timings\n\n- Increase error message verbosity with respect to monitor timings.\n\n- Fix default sync timings\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": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
