)]}'
{
  "log": [
    {
      "commit": "ccb86a6907c9ba7b5be5f521362fc308e80bed34",
      "tree": "e10f409f582a50243124d9b8bf38b2ec8be8d5ac",
      "parents": [
        "a56af87648054089d89874b52e3fc23ed4f274ad"
      ],
      "author": {
        "name": "Michael S. Tsirkin",
        "email": "mst@redhat.com",
        "time": "Mon Jul 20 10:29:34 2009 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 09:50:48 2009 -0700"
      },
      "message": "uio: add generic driver for PCI 2.3 devices\n\nThis adds a generic uio driver that can bind to any PCI device.  First\nuser will be virtualization where a qemu userspace process needs to give\nguest OS access to the device.\n\nInterrupts are handled using the Interrupt Disable bit in the PCI\ncommand register and Interrupt Status bit in the PCI status register.\nAll devices compliant to PCI 2.3 (circa 2002) and all compliant PCI\nExpress devices should support these bits.  Driver detects this support,\nand won\u0027t bind to devices which do not support the Interrupt Disable Bit\nin the command register.\n\nIt\u0027s expected that more features of interest to virtualization will be\nadded to this driver in the future. Possibilities are: mmap for device\nresources, MSI/MSI-X, eventfd (to interface with kvm), iommu.\n\nSigned-off-by: Michael S. Tsirkin \u003cmst@redhat.com\u003e\nAcked-by: Chris Wright \u003cchrisw@redhat.com\u003e\nSigned-off-by: Hans J. Koch \u003chjk@linutronix.de\u003e\nAcked-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "8205779114e8f612549d191f8e151526a74ab9f2",
      "tree": "fd26913320500193bd4078da0c164f9407aed47b",
      "parents": [
        "57fee4a58fe802272742caae248872c392a60670"
      ],
      "author": {
        "name": "Hans J. Koch",
        "email": "hjk@linutronix.de",
        "time": "Wed Jan 07 00:15:39 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Mar 24 16:38:24 2009 -0700"
      },
      "message": "UIO: Add name attributes for mappings and port regions\n\nIf a UIO device has several memory mappings, it can be difficult for userspace\nto find the right one. The situation becomes even worse if the UIO driver can\nhandle different versions of a card that have different numbers of mappings.\nBenedikt Spranger has such cards and pointed this out to me. Thanks, Bene!\n\nTo address this problem, this patch adds \"name\" sysfs attributes for each\nmapping. Userspace can use these to clearly identify each mapping. The name\nstring is optional. If a driver doesn\u0027t set it, an empty string will be\nreturned, so this patch won\u0027t break existing drivers.\n\nThe same problem exists for port region information, so a \"name\" attribute is\nadded there, too.\n\nSigned-off-by: Hans J. Koch \u003chjk@linutronix.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "6a1b699678c8c0d45f88a37b32358a9e82bef6bb",
      "tree": "a70afdb7c6011e84fcb23957eca3503a3916f0ff",
      "parents": [
        "720893fd5fb6de1f752f816a89e630f08ae8b20a"
      ],
      "author": {
        "name": "Hans J. Koch",
        "email": "hjk@linutronix.de",
        "time": "Wed Jan 07 00:12:37 2009 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@kvm.kroah.org",
        "time": "Wed Jan 28 15:55:48 2009 -0800"
      },
      "message": "UIO: Add missing documentation of features added recently\n\nThe following features were added to the UIO framework in the near past:\n\n* Generic drivers for platform devices (uio_pdrv, uio_pdrv_genirq)\n* an \"offset\" sysfs attribute for memory mappings\n\nUnfortunately, all this went in without documentation (won\u0027t happen again...)\n\nThis patch updates UIO documentation.\n\nSigned-off-by: Hans J. Koch \u003chjk@linutronix.de\u003e\nAcked-by: Uwe Kleine-König \u003cukleinek@strlen.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "b8ac9fc0e8cda9f9776019c5b0464b0c6d2d4c90",
      "tree": "ec16e6a3844396dd67af3f87c915cb272570cc98",
      "parents": [
        "a2ab3d30005cdce45c2c7e31ad6743ad7975609a"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Dec 12 11:44:21 2008 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jan 06 10:44:44 2009 -0800"
      },
      "message": "uio: make uio_info\u0027s name and version const\n\nThese are only ever assigned constant strings and never modified.\n\nThis was noticed because Wolfram Sang needed to cast the result of\nof_get_property() in order to assign it to the name field of a struct\nuio_info.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Hans J. Koch \u003chjk@linutronix.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "a2ab3d30005cdce45c2c7e31ad6743ad7975609a",
      "tree": "6f82b66bd7145401b187ab9cff7a078b894d639b",
      "parents": [
        "e70c412ee45332db2636a8f5a35a0685efb0e4aa"
      ],
      "author": {
        "name": "Hans J. Koch",
        "email": "hjk@linutronix.de",
        "time": "Sat Dec 06 02:25:13 2008 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jan 06 10:44:44 2009 -0800"
      },
      "message": "UIO: Documentation for UIO ioport info handling\n\nThis patch updates UIO documentation with the changes introduced by\nprevious UIO patch.\n\nSigned-off-by: Hans J. Koch \u003chjk@linutronix.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "4f7e53096c93f0bdf2205134dfc541d0c3cc6e41",
      "tree": "42e563329278eb3721847c47c7bb961c4664c1b0",
      "parents": [
        "17149d9fff18c4811349140934dc541f70c617df"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Tue Jun 24 14:25:00 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 21:54:58 2008 -0700"
      },
      "message": "uio-howto.tmpl: use unique output names\n\nThe Userspace I/O HOWTO template sets two different sections with the same\nhtml output name (about.html).  This clearly won\u0027t work, so change the\nfirst one to a unique \"aboutthis.html\" to prevent clobbering.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nAcked-by: Hans J. Koch \u003chjk@linutronix.de\u003e\nCc: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "17149d9fff18c4811349140934dc541f70c617df",
      "tree": "fcccc465c93ed14b969ea4f840ed3d4e66c6d331",
      "parents": [
        "93265d13ea5c3ec5f61a8009407fbe046ce6b7c0"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Tue Jun 24 14:24:57 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 21:54:58 2008 -0700"
      },
      "message": "uio-howto.tmpl: use standard copyright/legal markings\n\nThe Userspace I/O HOWTO document uses straight \u003csect1\u003e tags and plain text\nto describe copyright/legal information.  It should instead use the\n\u003ccopyright\u003e and \u003clegalnotice\u003e tags like all other documents in the kernel.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nAcked-by: Hans J. Koch \u003chjk@linutronix.de\u003e\nCc: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "328a14e70e7f46997cb50d4258dd93d5377f98c6",
      "tree": "7cc64b122fc45af454d4dde9f561b329d9f2b0c4",
      "parents": [
        "934da4766e5f72797118f7c014efaef567a812fc"
      ],
      "author": {
        "name": "Hans J. Koch",
        "email": "hjk@linutronix.de",
        "time": "Fri May 23 13:50:14 2008 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 21:54:55 2008 -0700"
      },
      "message": "UIO: Add write function to allow irq masking\n\nSometimes it is necessary to enable/disable the interrupt of a UIO device\nfrom the userspace part of the driver. With this patch, the UIO kernel driver\ncan implement an \"irqcontrol()\" function that does this. Userspace can write\nan s32 value to /dev/uioX (usually 0 or 1 to turn the irq off or on). The\nUIO core will then call the driver\u0027s irqcontrol function.\n\nSigned-off-by: Hans J. Koch \u003chjk@linutronix.de\u003e\nAcked-by: Uwe Kleine-König \u003cUwe.Kleine-Koenig@digi.com\u003e\nAcked-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "ed423c24a8f749e2d6207128a91c724f2f7d82ce",
      "tree": "b3535ba30340e559695542b4e1f4f69ca48c5eca",
      "parents": [
        "dec13c15445fec29ca9087890895718450e80b95"
      ],
      "author": {
        "name": "Hans J Koch",
        "email": "hjk@linutronix.de",
        "time": "Mon Nov 26 22:03:29 2007 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Nov 28 13:53:53 2007 -0800"
      },
      "message": "UIO: fix up the UIO documentation\n\nRemove references to the old uio_dummy demo module from UIO documentation.\nAdd a small paragraph to make it clearer that UIO is not a universal driver\ninterface.\n\nSigned-off-by: Hans J Koch \u003chjk@linutronix.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "6adb31c90c47262c8a25bf5097de9b3426caf3ae",
      "tree": "1a8fc2bc8b0233e8308e9ea4f3e5b8f0ea17c3fe",
      "parents": [
        "620b5e68ee89ba1d3f017056857459dc21be8c7b"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Thu Aug 09 00:57:54 2007 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Aug 09 08:40:21 2007 -0700"
      },
      "message": "remove dubious legal statment from uio-howto\n\nUIO currently contains a rather dubious statement which wants removing.\n\nThe actual questions around whether user space code that depends tightly\non kernel GPL code designed to co-work with it are derivative works of\nthe kernel is extremely complex, and since we don\u0027t have space for either\na masters length essay on legal issues or need to start flamewars lets\nsimply remove the comment and leave law to lawyers\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctovalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e3e0a28b5b067d16b8e2e5ddaedecda5bd0c3ec2",
      "tree": "e3ff6ad789ef78d8997bbedc40dae9dc65dfa098",
      "parents": [
        "beafc54c4e2fba24e1ca45cdb7f79d9aa83e3db1"
      ],
      "author": {
        "name": "Hans J. Koch",
        "email": "hjk@linutronix.de",
        "time": "Mon Dec 11 16:59:59 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jul 18 15:57:16 2007 -0700"
      },
      "message": "UIO: Documentation\n\nDocumentation for the UIO interface\n\nFrom: Hans J. Koch \u003chjk@linutronix.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    }
  ]
}
