)]}'
{
  "log": [
    {
      "commit": "75a95178dafb5c8d69b4abe45ea746a9cea23142",
      "tree": "1dbf80c83d9521dcdebc9e670f48da6c1ba34187",
      "parents": [
        "8531c5ffbca65f6df868637c26e6df6f88bff738",
        "0572e3da3ff5c3744b2f606ecf296d5f89a4bbdf"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Aug 24 01:03:34 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Aug 24 01:03:34 2005 -0400"
      },
      "message": "Merge upstream into \u0027upstream\u0027 branch of netdev-2.6.git.\n\nHand fix merge conflict in drivers/net/tokenring/Kconfig.\n"
    },
    {
      "commit": "a4d544fdd30111a1183ab92ea25febb8b6460214",
      "tree": "34ad69cf0cfe3d5b31ace4bb9811a8058883247f",
      "parents": [
        "b545d48ca0e41803a19864c924d2efcdd4839df2"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@www.linux.org.uk",
        "time": "Tue Aug 23 22:45:51 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Aug 23 18:43:41 2005 -0700"
      },
      "message": "[PATCH] Kconfig fix (tms380tr and ISA_DMA_API)\n\nISA parts of tms380tr are using ISA DMA helpers and should depend on\nISA_DMA_API.\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "84c3ea01d163a24323d827e1d280dc3346905972",
      "tree": "342cf01cc82c1e8f8be6920c388c66d2110e36ab",
      "parents": [
        "9f7f0098eaadd9200ab52ad0dad523f797d3bf39"
      ],
      "author": {
        "name": "Jochen Friedrich",
        "email": "jochen@scram.de",
        "time": "Fri Aug 19 21:05:56 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Aug 19 21:05:56 2005 -0400"
      },
      "message": "[netdrvr] Convert madgemc to new MCA API.\n\nNow that all tms380 devices have a valid\nstruct device with dma_mask, remove dmalimit from tmsdev_init().\n\nKconfig: depend tms380tr and madgemc on MCA.\nabyss.c, proteon.c, skisa.c, tmspci.c, tms380tr.h:\n  remove dmalimit parameter from tmsdev_init().\ntms380tr.c: use device-\u003edma_mask instead of dmalimit.\nmadgemc.c: move to new MCA API using struct device.\n\nSigned-off-by: Jochen Friedrich \u003cjochen@scram.de\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "504ff16cecf2a788181eddc9d6e47d94ce50a9f6",
      "tree": "7306b7d1909306fcec2e46cd3afdea02fbbeac5e",
      "parents": [
        "6b38aefe924daf2e4fdd73b384f21c913f31b668"
      ],
      "author": {
        "name": "Jochen Friedrich",
        "email": "jochen@scram.de",
        "time": "Wed Jul 27 01:14:50 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Jul 31 00:37:29 2005 -0400"
      },
      "message": "[PATCH] tms380tr: move to DMA API\n\nThis patch makes tms380tr use the new DMA API.  Now that on Alpha, this API\nalso supports bus master DMA for ISA (platform) devices, i changed the\ndriver to use this new API.\n\nThis also works around a bug in the firmware loader: The example provided\nin Documentation/firmware_class no longer works, as the firmware loader now\ncalls get_kobj_path_length() and the kernel promptly oopses, as the\nhome-grown device doesn\u0027t have a parent.  Of course, this doesn\u0027t happen\nwith a \"real\" device which has its bus (or pseudo bus in the case of\nplatform) as parent.\n\nConverted tms380tr to use new DMA API:\n  - proteon.c, skisa.c: use platform pseudo bus to create a struct device\n  - Space.c: delete init hooks\n  - abyss.c, tmspci.c: pass struct device to tms380tr.c\n  - tms380tr.c, tms380tr.h: new DMA API, use real device fo firmware loader\n\nSigned-off-by: Jochen Friedrich \u003cjochen@scram.de\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "4f2ad81104a18946c64215adffce50c2a659fddd",
      "tree": "64e11d55cfc41222edab10189fbf0bd8d352f113",
      "parents": [
        "f17697a37ccd2128f37250d2e7715c59931dc458"
      ],
      "author": {
        "name": "Nishanth Aravamudan",
        "email": "nacc@us.ibm.com",
        "time": "Mon Jun 20 23:53:40 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Jun 26 23:48:38 2005 -0400"
      },
      "message": "[PATCH] net/lanstreamer: replace schedule_timeout() with ssleep()/msleep_interruptible()\n\nUse ssleep() / msleep_interruptible() [as appropriate]\ninstead of schedule_timeout() to guarantee the task delays as expected.\n\nSigned-off-by: Nishanth Aravamudan \u003cnacc@us.ibm.com\u003e\nSigned-off-by: Maximilian Attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\n"
    },
    {
      "commit": "de70b4c87b8f1d484cf533536c0c6ce2e05101cf",
      "tree": "fb84c46cb5749d8b765cf6ffd61d87a468ef128a",
      "parents": [
        "93ad4fb04f5dd82fe8ace1db7617c9dcb954cf60"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Mon May 02 03:46:43 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Jun 26 18:29:26 2005 -0400"
      },
      "message": "[PATCH] drivers/net/tokenring/: cleanups\n\nThis patch contains the follwing cleanups:\n- make needlessly global code static\n- remove obsolete Emacs settings\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "1e7f0bd8c8f2d0496ad338be5e69ff4395d77da4",
      "tree": "8754be18382901e6143083fa8d7c7d8a76081407",
      "parents": [
        "5ccabb9b45aff50e41d27a5f384ae2d2dd7640de"
      ],
      "author": {
        "name": "Domen Puncer",
        "email": "domen@coderock.org",
        "time": "Sun Jun 26 18:22:14 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Jun 26 18:22:14 2005 -0400"
      },
      "message": "drivers/net/: Use the DMA_{64,32}BIT_MASK constants\n\nUse the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling\npci_set_dma_mask() or pci_set_consistent_dma_mask()\n\nThis patch includes dma-mapping.h explicitly because it caused errors\non some architectures otherwise.\n\nSee http://marc.theaimsgroup.com/?t\u003d108001993000001\u0026r\u003d1\u0026w\u003d2 for details\n\nSigned-off-by: Tobias Klauser \u003ctklauser@nuerscht.ch\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\n"
    },
    {
      "commit": "7d17c1d606f6e89778f05554ddea43791d5c92a0",
      "tree": "a81b20746b27d8fb0211b9a3cb4a20a4a0d3df08",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "",
        "email": "tgraf@suug.ch",
        "time": "Thu May 12 19:45:25 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 19:45:25 2005 -0400"
      },
      "message": "[netdrvrs] Use netif_carrier_* instead of IFF_RUNNING\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"
    }
  ]
}
