)]}'
{
  "log": [
    {
      "commit": "9c8a4420444801bd9d818f542eb4a5be8d5687f0",
      "tree": "97a0a954d9574064cf335f96c3f01b28071ddd07",
      "parents": [
        "51dd660a2cd6eab4d470cfe1009c7f473832b786"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Jul 09 13:15:03 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Jul 16 11:06:48 2008 +0200"
      },
      "message": "xen64: fix !HVC_XEN build dependency\n\nfix:\n\narch/x86/xen/built-in.o: In function `set_page_prot\u0027:\nenlighten.c:(.text+0x111d): undefined reference to `xen_raw_printk\u0027\narch/x86/xen/built-in.o: In function `xen_start_kernel\u0027:\n: undefined reference to `xen_raw_console_write\u0027\narch/x86/xen/built-in.o: In function `xen_start_kernel\u0027:\n: undefined reference to `xen_raw_console_write\u0027\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "0261ac5f2f43a1906cfacfb19d62ed643d162cbe",
      "tree": "2f200d6dd14dd744835d87d667d5006258692800",
      "parents": [
        "b20aeccd6ad42ccb6be1b3d1d32618ddd2b31bf0"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu May 29 09:31:50 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu May 29 09:31:57 2008 +0200"
      },
      "message": "xen: fix \"xen: implement save/restore\"\n\n-tip testing found the following build breakage:\n\n  drivers/built-in.o: In function `xen_suspend\u0027:\n  manage.c:(.text+0x4390f): undefined reference to `xen_console_resume\u0027\n\nwith this config:\n\n  http://redhat.com/~mingo/misc/config-Thu_May_29_09_23_16_CEST_2008.bad\n\ni have bisected it down to:\n\n|  commit 0e91398f2a5d4eb6b07df8115917d0d1cf3e9b58\n|  Author: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\n|  Date:   Mon May 26 23:31:27 2008 +0100\n|\n|      xen: implement save/restore\n\nthe problem is that drivers/xen/manage.c is built unconditionally if\nCONFIG_XEN is enabled and makes use of xen_suspend(), but\ndrivers/char/hvc_xen.c, where the xen_suspend() method is implemented,\nis only build if CONFIG_HVC_XEN\u003dy as well.\n\ni have solved this by providing a NOP implementation for xen_suspend()\nin the !CONFIG_HVC_XEN case.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "6b9b732d0e396a3f1a95977162a8624aafce38a1",
      "tree": "920798feaef2e92dfccd37e8f7af5acdf9a34941",
      "parents": [
        "0f2287ad7c61f10b2a22a06e2a66cdbbbfc44ad0"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@goop.org",
        "time": "Mon May 26 23:31:25 2008 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Tue May 27 10:11:37 2008 +0200"
      },
      "message": "xen-console: add save/restore\n\nAdd code to:\n\n 1. Deal with the console page being canonicalized.  During save, the\n    console\u0027s mfn in the start_info structure is canonicalized to a pfn.\n    In order to deal with that, we always use a copy of the pfn and\n    indirect off that all the time.  However, we fall back to using the\n    mfn if the pfn hasn\u0027t been initialized yet.\n\n 2. Restore the console event channel, and rebind it to the existing irq.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "0acf10d8fbd52926217d3933d196b33fe2468f18",
      "tree": "938555cc132ffb6ad3bc242e09dc7497a6040007",
      "parents": [
        "3843fc2575e3389f4f0ad0420a720240a5746a5d"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@goop.org",
        "time": "Mon May 26 23:30:59 2008 +0100"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Tue May 27 10:11:35 2008 +0200"
      },
      "message": "xen: add raw console write functions for debug\n\nAdd a couple of functions which can write directly to the Xen console\nfor debugging.  This output ends up on the host\u0027s dom0 console\n(assuming it allows the domain to write there).\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "b536b4b9623084d86f2b1f19cb44a2d6d74f00bf",
      "tree": "86c1981309dbd8b9bf120d4ddba50abd105af89a",
      "parents": [
        "8b84ad942b534f8faeb34b68f0f7277ea375fed0"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@xensource.com",
        "time": "Tue Jul 17 18:37:06 2007 -0700"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@goop.org",
        "time": "Wed Jul 18 08:47:44 2007 -0700"
      },
      "message": "xen: use the hvc console infrastructure for Xen console\n\nImplement a Xen back-end for hvc console.\n\n* * *\nAdd early printk support via hvc console, enable using\n\"earlyprintk\u003dxen\" on the kernel command line.\n\nFrom: Gerd Hoffmann \u003ckraxel@suse.de\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy@xensource.com\u003e\nSigned-off-by: Chris Wright \u003cchrisw@sous-sol.org\u003e\nAcked-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nAcked-by: Olof Johansson \u003colof@lixom.net\u003e\n"
    }
  ]
}
