)]}'
{
  "log": [
    {
      "commit": "f5deb807b8cd5c8fe48cbb4f7f5dd70cfbdb1178",
      "tree": "6b6c341791e32ea00d637b9f243f55b91da962bc",
      "parents": [
        "55555633bd4e72534b53c50525817259435e18df"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Feb 20 14:39:16 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:13:47 2006 -0800"
      },
      "message": "[SPARC] serial: Make sure sysfs nodes get named correctly.\n\nBecause we play this trick where we use ttyS? in increasing minor\nnumbers for different sunfoo.c drivers, we have to inform the TTY\nlayer of this.\n\nDo so by setting the tty-\u003ename_base appropriately.\n\nProbably there should be a generic way to do this in the serial core,\nbut for now...\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "843dfb4d99c41116601694f314092b3b6c4511f4",
      "tree": "44a5b1d757bb796466d0746d13d9fa4c49ad459a",
      "parents": [
        "11fc04e46a892563d0a9bb98560339f1672e3213"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Feb 18 16:32:22 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:13:38 2006 -0800"
      },
      "message": "[SPARC64] sunhv: Fix locking in sunhv_start_tx()\n\nCaller takes the lock already.\n\nAlso, fixup the poll loop in sunhv_break_ctl().  Just\nlike in console write, we udelay(2) and use a loop\nlimit of 1000000 iterations.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "135066a21129760e44a51a7ef31d8c861f8ddace",
      "tree": "7dacf1643c9110a4e0ac8e89fed5465a0f77f94d",
      "parents": [
        "e7a0453ef82c1433a35ab82d874296fff68f3639"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Feb 16 00:42:21 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:13:11 2006 -0800"
      },
      "message": "[SPARC64] sunhv: Support SYSRQ properly.\n\nBy calling uart_handle_break().  We\u0027ll still do the\n\"sun_do_break()\" handling if the user gives two\nbreaks in a row.\n\nWe should probably do this in the other Sparc serial\ndrivers too.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "db33f9bc09aaf68db7866374f9219c676787b4a2",
      "tree": "4b3bb99778f65966dd1d40122a3fcb2f1f07741c",
      "parents": [
        "c7f81d42d3d07115a7b92e36ade0f3167f75bc55"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Feb 15 21:56:49 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:13:10 2006 -0800"
      },
      "message": "[SPARC64]: Fix OOPS on sunhv interrupts.\n\nUntil the uart is openned, port-\u003einfo is NULL.\n\nAlso, init the port-\u003eirq properly and give a non-zero\nport-\u003emembase so that the uart device reporting is done.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9d29a3fafd06534ad73427fee3c968c094d05b9b",
      "tree": "4afd7455d6249d9143acea6c4704f69aa98d311a",
      "parents": [
        "7890f794e0e6f7dce2a5f4a03ba64b0b3fe306bd"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Feb 15 19:48:54 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:13:05 2006 -0800"
      },
      "message": "[SPARC64]: Decode virtual-devices interrupts correctly.\n\nNeed to translate through the interrupt-map{,-mask] properties.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d5a2aa241aa0babf382d42d6033b30a5112e4c1e",
      "tree": "64b0ffb5b321827be583de8167f5f80f0befdb33",
      "parents": [
        "5259d5bfaf5b2953b130e9a500277a905bd37823"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Feb 13 21:28:40 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:12:46 2006 -0800"
      },
      "message": "[SPARC64] sunhv: Bug fixes.\n\nAdd udelay to polling console write loop, and increment\nthe loop limit.\n\nName the device \"ttyHV\" and pass that to add_preferred_console()\nwhen we\u0027re using hypervisor console.\n\nKill sunhv_console_setup(), it\u0027s empty.\n\nHandle the case where we don\u0027t want to use hypervisor console.\n(ie. we have a head attached to a sun4v machine)\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f4266ab45a3f08bd76c2d414a2d7a1a9dc2501c0",
      "tree": "637320d25c33e6ff5b71b9077143b8e54a1227d9",
      "parents": [
        "e77227eb4e17591a6a511b9c0ff6e8ad7350c575"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Feb 13 20:43:02 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:12:45 2006 -0800"
      },
      "message": "[SPARC64] sunhv: Use virtual-devices layer to get interrupt.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "02fd473bd4844befc74f7ca67cd60891e0a2d890",
      "tree": "4c338418dcfdd73c88d3ca8e969944be42cde60e",
      "parents": [
        "4bdff41464c2954c6f62f849df0e73eb9fa21c65"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Feb 11 02:25:21 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:12:18 2006 -0800"
      },
      "message": "[SPARC64]: Add SUN4V Hypervisor Console driver.\n\nSince it can do things like BREAK and HUP, we implement\nthis as a serial uart driver.\n\nThis still needs interrupt probing code, as I haven\u0027t figured\nout how interrupts will work or be probed for on SUN4V yet.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    }
  ]
}
