)]}'
{
  "log": [
    {
      "commit": "2899bb09418786132079bb6495ba8f1ce86eb0c6",
      "tree": "f85e1ad82b586a48ef0c295b90e88d295b5bc619",
      "parents": [
        "6875145940efdc9851df8aaa251453d33cda62a4"
      ],
      "author": {
        "name": "Hannes Eder",
        "email": "hannes@hanneseder.net",
        "time": "Tue Jan 06 14:42:32 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 06 15:59:26 2009 -0800"
      },
      "message": "viafb: fix sparse warnings\n\nFix this sparse warnings:\n\n  drivers/video/via/viafbdev.c:871:3: warning: returning void-valued expression\n  drivers/video/via/viafbdev.c:938:3: warning: returning void-valued expression\n  drivers/video/via/viafbdev.c:995:3: warning: returning void-valued expression\n\nSigned-off-by: Hannes Eder \u003channes@hanneseder.net\u003e\nCc: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e687d691cb3790d25e31c74f5941fd7c565e9df5",
      "tree": "d606511c734e99fb6e4786d20ab42a8cf1b2232f",
      "parents": [
        "c644f0e4b56f9a2fc066cd0d75a18074d130e4a3"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Sun Jan 04 13:11:54 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Jan 04 13:33:20 2009 -0800"
      },
      "message": "viafb: fix crashes due to 4k stack overflow\n\nThe function viafb_cursor() uses 2 stack-variables of CURSOR_SIZE bits;\nCURSOR_SIZE is defined as (8 * 1024).  Using up twice 1k on stack is too\nmuch for 4k-stack (though it works with 8k-stacks).  Make those two\nvariables kzalloc\u0027ed to preserve stack space.\n\nAlso merge the whole lot of local struct\u0027s in viafb_ioctl into a union so\nthe stack usage gets minimized here as well.  (struct\u0027s are only accessed\nin their indicidual IOCTL case) This second part is only compile-tested as\nI know of no userspace app using the IOCTLs.\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nCc: \u003cJosephChan@via.com.tw\u003e\nCc: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c267fd777a478d74fa8959628538b64088f67fd2",
      "tree": "c5446858b622b4d6631d333506542e45453746e3",
      "parents": [
        "393df744e056ba24e9531d0657d09fc3c7c0dd22"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Wed Nov 19 15:36:23 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Nov 19 18:49:58 2008 -0800"
      },
      "message": "viafb: fix releasing of /proc/viafb/ subtree\n\nWhen unloading viafb module it does not remove it\u0027s /proc/viafb/ subtree\nwhich causes multiple viafb directories to appear below proc when\nmobprobing viafb and also lets kernel WARN() on duplicate proc entries:\n\n[  145.458387] WARNING: at /usr/src/linux-2.6.28-rc3-git6/fs/proc/generic.c:551 proc_register+0xe6/0x160()\n[  145.458945] proc_dir_entry \u0027/proc/viafb\u0027 already registered\n[  145.459278] Modules linked in: viafb(+) i2c_algo_bit cfbcopyarea cfbimgblt cfbfillrect snd_hda_intel snd_pcm snd_timer snd soundcore snd_page_alloc sg via_agp agpgart [last unloaded: drm]\n[  145.460647] Pid: 1904, comm: modprobe Tainted: G        W  2.6.28-rc3-git6 #4\n[  145.461064] Call Trace:\n[  145.461248]  [\u003cc01066f1\u003e] ? dump_stack+0x1/0x80\n[  145.461533]  [\u003cc01228a3\u003e] warn_slowpath+0x63/0x80\n[  145.461851]  [\u003cc0253ec9\u003e] ? idr_get_empty_slot+0xe9/0x250\n[  145.462186]  [\u003cc0254120\u003e] ? ida_get_new_above+0xf0/0x150\n[  145.462528]  [\u003cc019fb86\u003e] proc_register+0xe6/0x160\n[  145.462827]  [\u003cc019fdc6\u003e] proc_mkdir_mode+0x36/0x50\n[  145.463135]  [\u003cc019fdef\u003e] proc_mkdir+0xf/0x20\n[  145.463457]  [\u003cf807173c\u003e] viafb_init+0x73c/0xc86 [viafb]\n[  145.463823]  [\u003cf8071000\u003e] ? viafb_init+0x0/0xc86 [viafb]\n[  145.464147]  [\u003cc010111d\u003e] do_one_initcall+0x2d/0x160\n[  145.464460]  [\u003cc01a6543\u003e] ? sysfs_add_file+0x13/0x20\n[  145.464786]  [\u003cc015f031\u003e] ? vfree+0x21/0x30\n[  145.465049]  [\u003cc01433b5\u003e] ? load_module+0x1215/0x1500\n[  145.465381]  [\u003cc014e455\u003e] ? __alloc_pages_internal+0x95/0x400\n[  145.465755]  [\u003cc0143723\u003e] sys_init_module+0x83/0x1a0\n[  145.466065]  [\u003cc016ceed\u003e] ? sys_read+0x3d/0x70\n[  145.466354]  [\u003cc0103bc1\u003e] sysenter_do_call+0x12/0x25\n[  145.466653] ---[ end trace c84b37826e16748c ]---\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nCc: \u003cJosephChan@via.com.tw\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "75b7edfdc12c213402b17a62e5cfe7a802a4ab57",
      "tree": "bb403c83861768772832023bb3550fce7d2a0746",
      "parents": [
        "0833422274ff00729a603b020fac297e69a03e40"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Wed Oct 29 14:00:49 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 30 11:38:45 2008 -0700"
      },
      "message": "viafb: removed duplicated #include\u0027s\n\nRemoved duplicated #include\u0027s in drivers/video/via/global.h.\n  debug.h\n  viafbdev.h\n  viamode.h\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nCc: Joseph Chan \u003cjosephchan@via.com.tw\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "23966d5b52e6ee1f90bb343766a9703dafceae83",
      "tree": "d78d665ce5fde4b68f55d7139837d53f7527e19a",
      "parents": [
        "9f291634aa2d79dee2d8a61c5bdffe166001c580"
      ],
      "author": {
        "name": "Joseph Chan",
        "email": "JosephChan@via.com.tw",
        "time": "Wed Oct 15 22:03:30 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:42 2008 -0700"
      },
      "message": "viafb: via_utility.c, via_utility.h, vt1636.c, vt1636.h\n\nvia_utility.c, via_utility.h: support user mode application with\nadditional information vt1636.c, vt1636.h: setting for chip vt1636\n\nSigned-off-by: Joseph Chan \u003cjosephchan@via.com.tw\u003e\nCc: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9f291634aa2d79dee2d8a61c5bdffe166001c580",
      "tree": "823bbbd71203b101ad681e074f41b3a71da5f291",
      "parents": [
        "b3a45d8e5d9049c3a47b3f97405b4123bef5155b"
      ],
      "author": {
        "name": "Joseph Chan",
        "email": "JosephChan@via.com.tw",
        "time": "Wed Oct 15 22:03:29 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:42 2008 -0700"
      },
      "message": "viafb: via_i2c.c, via_i2c.h, viamode.c, viamode.h\n\nvia_i2c.c, via_i2c.h: Implement i2c specification.\nviamode.c, viamode.c: all support modes information.\n\nSigned-off-by: Joseph Chan \u003cjosephchan@via.com.tw\u003e\nCc: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b3a45d8e5d9049c3a47b3f97405b4123bef5155b",
      "tree": "88c6d13863c581dd833fecf1919afe91d9d5676a",
      "parents": [
        "29b619fae69a0638ce10d5d6bb3c53f5d3ca0390"
      ],
      "author": {
        "name": "Joseph Chan",
        "email": "JosephChan@via.com.tw",
        "time": "Wed Oct 15 22:03:29 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:42 2008 -0700"
      },
      "message": "viafb: viafbdev.c (update)\n\nRemove the macro MMIO_OUT32, and replace it with writel() function.\nAnd replace \"u32\" with \"unsigned long\" in writel() function (original\nMMIO_OUT32 marco) for avoiding warning message in 64bit OS.\n\nSigned-off-by: Joseph Chan \u003cjosephchan@via.com.tw\u003e\nAcked-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "29b619fae69a0638ce10d5d6bb3c53f5d3ca0390",
      "tree": "c3ded8d268115796f8b6994a61d0c0f30da50a99",
      "parents": [
        "d42823ef6a3ebd388b193c5533efd7e7a00b7aa8"
      ],
      "author": {
        "name": "Joseph Chan",
        "email": "JosephChan@via.com.tw",
        "time": "Wed Oct 15 22:03:27 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:41 2008 -0700"
      },
      "message": "viafb: viafbdev.c, viafbdev.h\n\nCorrect by following Jiri Slaby\u0027s suggestions.\n\nInitialization, remove and some other important functions of viafb.\n\n[akpm@linux-foundation.org: coding-style fixes]\nSigned-off-by: Joseph Chan \u003cjosephchan@via.com.tw\u003e\nCc: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nCc: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "d42823ef6a3ebd388b193c5533efd7e7a00b7aa8",
      "tree": "d20d91e8ef331f4b559a767db7fd2cbecd0bfae1",
      "parents": [
        "37773cf564935a02b699b6db37a9f29f0bc6cd2c"
      ],
      "author": {
        "name": "Joseph Chan",
        "email": "JosephChan@via.com.tw",
        "time": "Wed Oct 15 22:03:27 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:41 2008 -0700"
      },
      "message": "viafb: tbl1636.c, tbl1636.h, tblDPASetting.c, tblDPASetting.h\n\ntbl1636.c, tbl1636.h: patch setting for VT1636.\ntblDPASetting.c, tblDPASetting.h: patch for graphic clock skew.\n\nSigned-off-by: Joseph Chan \u003cjosephchan@via.com.tw\u003e\nCc: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "37773cf564935a02b699b6db37a9f29f0bc6cd2c",
      "tree": "784d3036441779a9bb30eecf13e2397949fc399d",
      "parents": [
        "ac6c97e20f1befecd791feed57170ec6735dcce7"
      ],
      "author": {
        "name": "Joseph Chan",
        "email": "JosephChan@via.com.tw",
        "time": "Wed Oct 15 22:03:26 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:41 2008 -0700"
      },
      "message": "viafb: Makefile, share.h\n\nMakefile for drivers/video/via/\nshare.h: shared macro for viafb\n\nSigned-off-by: Joseph Chan \u003cjosephchan@via.com.tw\u003e\nCc: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ac6c97e20f1befecd791feed57170ec6735dcce7",
      "tree": "3e63e1e5c0eec798d479d8eb093f8b960e404843",
      "parents": [
        "c91b557ad0a4d4803874f8b908aa9732152b0f0b"
      ],
      "author": {
        "name": "Joseph Chan",
        "email": "JosephChan@via.com.tw",
        "time": "Wed Oct 15 22:03:25 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:41 2008 -0700"
      },
      "message": "viafb: lcd.c, lcd.h, lcdtbl.h\n\nlcd.c, lcd.h: LVDS generic process.\nlcdtbl.h: patch register for simultaneous case.\n\nSigned-off-by: Joseph Chan \u003cjosephchan@via.com.tw\u003e\nCc: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c91b557ad0a4d4803874f8b908aa9732152b0f0b",
      "tree": "7ad914c2deed6f71e2600bdfdb7cbc84ef22aa41",
      "parents": [
        "d61e0bf38e3e4adb2c775d64e447f6f9bef67075"
      ],
      "author": {
        "name": "Joseph Chan",
        "email": "JosephChan@via.com.tw",
        "time": "Wed Oct 15 22:03:24 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:41 2008 -0700"
      },
      "message": "viafb: iface.c, iface.h, ioctl.c, ioctl.h\n\niface.c, iface.h: support getting video memory from backdoor.\nioctl.c, ioctl.h: support user mode application with additional information\n\nSigned-off-by: Joseph Chan \u003cjosephchan@via.com.tw\u003e\nCc: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "d61e0bf38e3e4adb2c775d64e447f6f9bef67075",
      "tree": "79a3bafbb42f193ea3449ada937965934cf97b33",
      "parents": [
        "c09c782f3e7d38e1f3842822209bb6faff4a2b1b"
      ],
      "author": {
        "name": "Joseph Chan",
        "email": "JosephChan@via.com.tw",
        "time": "Wed Oct 15 22:03:23 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:41 2008 -0700"
      },
      "message": "viafb: hw.c, hw.h\n\nDisplay HW setting and other chips initialization.\n\n[akpm@linux-foundation.org: coding-style fixes]\nSigned-off-by: Joseph Chan \u003cjosephchan@via.com.tw\u003e\nCc: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c09c782f3e7d38e1f3842822209bb6faff4a2b1b",
      "tree": "aa562eaabded25a86e0749ea5b3774ef2e334a3b",
      "parents": [
        "ae35e8106a960dc19c930badd80dd14d47d83839"
      ],
      "author": {
        "name": "Joseph Chan",
        "email": "JosephChan@via.com.tw",
        "time": "Wed Oct 15 22:03:23 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:41 2008 -0700"
      },
      "message": "viafb: dvi.c, dvi.h, global.c and global.h\n\ndvi.c, dvi.h: TMDS generic process and setting.\nglobal.c, global.h: define global variabls.\n\n[akpm@linux-foundation.org: coding-style fixes]\nSigned-off-by: Joseph Chan \u003cjosephchan@via.com.tw\u003e\nCc: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ae35e8106a960dc19c930badd80dd14d47d83839",
      "tree": "c2fd67fa9f9c54d9e0c7d4f19b77141348665a59",
      "parents": [
        "801b8a8c91ff054cc93fdac65e2f067c22986bbb"
      ],
      "author": {
        "name": "Joseph Chan",
        "email": "JosephChan@via.com.tw",
        "time": "Wed Oct 15 22:03:22 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:41 2008 -0700"
      },
      "message": "viafb: chip.h, debug.h\n\nHeader file of information about via chipsets and debug function.\n\nSigned-off-by: Joseph Chan \u003cjosephchan@via.com.tw\u003e\nCc: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "801b8a8c91ff054cc93fdac65e2f067c22986bbb",
      "tree": "ffc1d8e5af2a5bfac24588e3f9a7292d4a0f9f32",
      "parents": [
        "6bde3ed98d9d0bc2e71b3123b003d5614debda74"
      ],
      "author": {
        "name": "Joseph Chan",
        "email": "JosephChan@via.com.tw",
        "time": "Wed Oct 15 22:03:21 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:41 2008 -0700"
      },
      "message": "viafb: accel.c, accel.h\n\n2D and HW cursor stuff of viafb driver.\n\n[akpm@linux-foundation.org: coding-style fixes]\nSigned-off-by: Joseph Chan \u003cjosephchan@via.com.tw\u003e\nCc: Krzysztof Helt \u003ckrzysztof.h1@poczta.fm\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    }
  ]
}
