)]}'
{
  "log": [
    {
      "commit": "f47c32f3ae604669c3af0b7a07917270a235bd84",
      "tree": "48cbb9003d7e5751a791e9f09cc04519584d988f",
      "parents": [
        "a0f774b59ee9e80d7423feba312c6132ca068e96"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Aug 08 21:22:40 2008 +0100"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Aug 09 13:51:58 2008 +0100"
      },
      "message": "[ARM] S3C24XX: Documentation: Update GPIO status\n\nUpdate the status of the S3C24XX GPIO now we have\nmoved to supporting GPIOLIB\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "a0f774b59ee9e80d7423feba312c6132ca068e96",
      "tree": "08d28a9dcb2cbf4a09c7846834fa773be0608141",
      "parents": [
        "bc4c7265a0876e84cedbbc76f517a702b6e133b4"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Aug 08 21:22:39 2008 +0100"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Aug 09 13:51:57 2008 +0100"
      },
      "message": "[ARM] S3C24XX: Documentation: update SD/MMC status\n\nUpdate SD/MMC status now that the driver is merged.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "bc4c7265a0876e84cedbbc76f517a702b6e133b4",
      "tree": "d1b9af9353bff77af2e0fb1d29f3b64d24f676ba",
      "parents": [
        "cbc212e877b37fff84fd4b7ad2c44e4cd1888c85"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Aug 08 21:22:38 2008 +0100"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Aug 09 13:51:56 2008 +0100"
      },
      "message": "[ARM] S3C24XX: Documentation: Update suported CPU list\n\nUpdate supported and in-progress cpu list.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "cbc212e877b37fff84fd4b7ad2c44e4cd1888c85",
      "tree": "ef09e1a7c168f4e12a105acaf76168008699cc05",
      "parents": [
        "ed414fb7b840b2ca8bf033efcd9fe9ea8d6fe800"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Aug 08 21:22:37 2008 +0100"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Aug 09 13:51:55 2008 +0100"
      },
      "message": "[ARM] S3C24XX: Documentation: update platform docs\n\nUpdate documentation in arch/arm/plat-s3c24xx\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "a09e64fbc0094e3073dbb09c3b4bfe4ab669244b",
      "tree": "69689f467179891b498bd7423fcf61925173db31",
      "parents": [
        "a1b81a84fff05dbfef45b7012c26e1fee9973e5d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Aug 05 16:14:15 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Aug 07 09:55:48 2008 +0100"
      },
      "message": "[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach\n\nThis just leaves include/asm-arm/plat-* to deal with.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6cab48602996cdbcb277375a8107d53e21e8c9b9",
      "tree": "5a1c8aaf3eed2d5a53170ab69daa94088947d43d",
      "parents": [
        "d9ecdb282c91952796b7542c4f57fd6de6948d7b"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Sun Jul 27 04:23:31 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 27 09:46:18 2008 +0100"
      },
      "message": "[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*\n\nIRQT_* and __IRQT_* were obsoleted long ago by patch [3692/1].\nRemove them completely. Sed script for the reference:\n\ns/__IRQT_RISEDGE/IRQ_TYPE_EDGE_RISING/g\ns/__IRQT_FALEDGE/IRQ_TYPE_EDGE_FALLING/g\ns/__IRQT_LOWLVL/IRQ_TYPE_LEVEL_LOW/g\ns/__IRQT_HIGHLVL/IRQ_TYPE_LEVEL_HIGH/g\ns/IRQT_RISING/IRQ_TYPE_EDGE_RISING/g\ns/IRQT_FALLING/IRQ_TYPE_EDGE_FALLING/g\ns/IRQT_BOTHEDGE/IRQ_TYPE_EDGE_BOTH/g\ns/IRQT_LOW/IRQ_TYPE_LEVEL_LOW/g\ns/IRQT_HIGH/IRQ_TYPE_LEVEL_HIGH/g\ns/IRQT_PROBE/IRQ_TYPE_PROBE/g\ns/IRQT_NOEDGE/IRQ_TYPE_NONE/g\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "71d54f3855b4ca98559e8782350336ec2433cc24",
      "tree": "3ea9c792bc9a4bfb2356648e1b719bd24fd03cc5",
      "parents": [
        "0916083210039bf3d186a87522cc806dc21b7097"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-mtd@fluff.org",
        "time": "Tue Apr 15 11:36:19 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Apr 22 21:39:16 2008 +0100"
      },
      "message": "[MTD] [NAND] S3C2410 Large page NAND support\n\nThis adds support for using large page NAND devices\nwith the S3C24XX NAND controller. This also adds the\nfile Documentation/arm/Samsung-S3C24XX/NAND.txt to\ndescribe the differences.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "a247b5d594aafe3a0121ae658a974cbea32e18d6",
      "tree": "36cbdb622ee4d6e36a2ef5a00cbc64fba71465f7",
      "parents": [
        "b885b27ce67013a7aa7f4181fdd916a29c623850"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "Uwe.Kleine-Koenig@digi.com",
        "time": "Sun Feb 03 14:59:11 2008 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sun Feb 03 14:59:11 2008 +0200"
      },
      "message": "fix typo \u0027the same the\\\u003e\u0027\n\nSigned-off-by: Uwe Kleine-König \u003cUwe.Kleine-Koenig@digi.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\n"
    },
    {
      "commit": "01dd2fbf0da4019c380b6ca22a074538fb31db5a",
      "tree": "210291bd341c4450c8c51d8db890af0978f4035d",
      "parents": [
        "0f035b8e8491f4ff87f6eec3e3f754d36b39d7a2"
      ],
      "author": {
        "name": "Matt LaPlante",
        "email": "kernel1@cyberdogtech.com",
        "time": "Sat Oct 20 01:34:40 2007 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sat Oct 20 01:34:40 2007 +0200"
      },
      "message": "typo fixes\n\nMost of these fixes were already submitted for old kernel versions, and were\napproved, but for some reason they never made it into the releases.\n\nBecause this is a consolidation of a couple old missed patches, it touches both\nKconfigs and documentation texts.\n\nSigned-off-by: Matt LaPlante \u003ckernel1@cyberdogtech.com\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\n"
    },
    {
      "commit": "ff9e76aaba13f6f6bae31c9ac2aa2a50f5cdd801",
      "tree": "b1d73980f90f3a9db191ef256f60b3b6148450fe",
      "parents": [
        "cba774ae8731699d39cbaf979aa4a0b351045924"
      ],
      "author": {
        "name": "Rob Landley",
        "email": "rob@landley.net",
        "time": "Sun Sep 30 22:23:01 2007 -0500"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Oct 12 23:43:32 2007 +0100"
      },
      "message": "[ARM] Add missing entries to Documentation/arm/00-INDEX\n\nAdd several missing entries to Documentation/arm/00-INDEX\n\nSigned-off-by: Rob Landley \u003crob@landley.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "be2a608bd08ec00e19e14b322e07f443d2711084",
      "tree": "5050106052ad30cf5f78265d8427f2da1c0faee6",
      "parents": [
        "dd4ef01c4004410e6515d9dd0d92dec133c60b9b"
      ],
      "author": {
        "name": "John Anthony Kazos Jr",
        "email": "jakj@j-a-k-j.com",
        "time": "Wed May 09 08:50:42 2007 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed May 09 08:58:19 2007 +0200"
      },
      "message": "documentation: convert the Documentation directory to UTF-8\n\nConvert files within the Documentation directory to UTF-8.\n\nAdrian Bunk:\nsmall additional fixes\n\nSigned-off-by: John Anthony Kazos Jr. \u003cjakj@j-a-k-j.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "1591275cb57bc5df7ff59774b85c8af84bc45e87",
      "tree": "3253ef16c4f450d5a4dee39506e69be4036fd4e6",
      "parents": [
        "beb7dd86a101263bf63a78c7c6d4da3849b35bd6"
      ],
      "author": {
        "name": "Robert P. J. Day",
        "email": "rpjday@mindspring.com",
        "time": "Wed May 09 07:18:01 2007 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed May 09 07:18:01 2007 +0200"
      },
      "message": "Fix \"deprecated\" typoes.\n\nFix remaining misspellings of \"depreciated\" to \"deprecated.\"\n\nSigned-off-by: Robert P. J. Day \u003crpjday@mindspring.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "540988eb67f2eee80d0e44bf5f606e388b80500e",
      "tree": "0065a43f9c83a0a1b33d0ecb3e79f556b7a0a4bc",
      "parents": [
        "1b7b56982fdcd9d85effd76f3928cf5d6eb26155"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Feb 28 00:16:26 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Mar 02 11:58:58 2007 +0000"
      },
      "message": "[ARM] 4238/1: S3C24XX: docs: update suspend and resume\n\nRemove some of the explicit use of S3C2410 where\nit is generic to all the S3C24XX series. Add more\ninfo on the CRC code, and add an example of using\nIRQ_EINT0 to resume from suspend\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "961314d37ea441673d12e0a57b2dab2eeac520a5",
      "tree": "bb4db4edcc1af3c862e3b9c96364d1489beff77d",
      "parents": [
        "9e2ad159a9ba621c704c68703dcd86a4045a2523"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Feb 13 13:29:46 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Feb 14 15:04:30 2007 +0000"
      },
      "message": "[ARM] 4181/1: S3C24XX: Document new layout\n\nUpdate Documentation/arm/Samsung-S3C24XX/Overview.txt\nwith the new directory layout.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "9e2ad159a9ba621c704c68703dcd86a4045a2523",
      "tree": "68625a38968ee67c7d043688504c0d21a0312d6f",
      "parents": [
        "bd65c82b9ee506950e1856e9af60be9fc627bfaa"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Feb 13 13:20:08 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Feb 14 15:04:27 2007 +0000"
      },
      "message": "[ARM] 4180/1: S3C24XX: Update docs for S3C2412 and S3C2413\n\nThe S3C2412 and S3C2413 are supported, so document\nthis as so\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0c6022d453ecebdace0ce15434c7108e158149ca",
      "tree": "153ce6dd661059601fa8591d36e0b81c6663566a",
      "parents": [
        "d2a76020e3a52c6370a7d603082b4cdb3db0703e"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Feb 13 13:02:52 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Feb 14 15:04:22 2007 +0000"
      },
      "message": "[ARM] 4177/1: S3C24XX: Add DMA channel allocation order\n\nAllow the CPU code, and any board specific initialisation\ncode to change the allocation order of the DMA channels,\nor stop a peripheral allocating any DMA at-all.\n\nThis is due to the scarce mapping of DMA channels on\nsome earlier S3C24XX cpus, where the selection changes\ndepending on the channel in use.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "eb3b4783ba664fd80d337ae6649f6489493b2387",
      "tree": "d5678eb22a922ef2d56696213654a4dbf9dd8cba",
      "parents": [
        "0c48d314b16f485e89e0f13fa37c9bd98b6a064d"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Dec 24 10:08:09 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Dec 30 17:05:07 2006 +0000"
      },
      "message": "[ARM] 4071/1: S3C24XX: Documentation update\n\nAdd documentation for the following items:\n\n- new machines (AML M5900, VMTS, NexVision)\n- updated rtc section\n- removed comments about mtd cvs\n- added spi section\n- led section\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "992caacf1141b31e94540eb31e0540e3da3a5e25",
      "tree": "f50d22577c2dd45c31a8fe9e2f952b4a93a44249",
      "parents": [
        "2fe0ae78c6975d6fa2fc0c84f2b8944543054105"
      ],
      "author": {
        "name": "Matt LaPlante",
        "email": "kernel1@cyberdogtech.com",
        "time": "Tue Oct 03 22:52:05 2006 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Oct 03 22:52:05 2006 +0200"
      },
      "message": "Fix typos in Documentation/: \u0027N\u0027-\u0027P\u0027\n\nThis patch fixes typos in various Documentation txts. The patch addresses\nsome words starting with the letters \u0027N\u0027-\u0027P\u0027.\n\nSigned-off-by: Matt LaPlante \u003ckernel1@cyberdogtech.com\u003e\nAcked-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "2fe0ae78c6975d6fa2fc0c84f2b8944543054105",
      "tree": "005a185c1043f5b99f4cd851ad071d6e95025064",
      "parents": [
        "a2ffd2751683f4275d4d1aa5ce37e5a6a1ae21df"
      ],
      "author": {
        "name": "Matt LaPlante",
        "email": "kernel1@cyberdogtech.com",
        "time": "Tue Oct 03 22:50:39 2006 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Oct 03 22:50:39 2006 +0200"
      },
      "message": "Fix typos in Documentation/: \u0027H\u0027-\u0027M\u0027\n\nThis patch fixes typos in various Documentation txts. The patch addresses\nsome words starting with the letters \u0027H\u0027-\u0027M\u0027.\n\nSigned-off-by: Matt LaPlante \u003ckernel1@cyberdogtech.com\u003e\nAcked-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "3f6dee9b2a22cc66050682287a77d5fccadb9733",
      "tree": "2670d9a0e9f445cc60e52b85f33ebcfef101ec86",
      "parents": [
        "cab00891c5489cb6d0cde0a55d39bd5f2871fa70"
      ],
      "author": {
        "name": "Matt LaPlante",
        "email": "kernel1@cyberdogtech.com",
        "time": "Tue Oct 03 22:45:33 2006 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Oct 03 22:45:33 2006 +0200"
      },
      "message": "Fix some typos in Documentation/: \u0027A\u0027\n\nThis patch fixes typos in various Documentation txts.\nThis patch addresses some words starting with the letter \u0027A\u0027.\n\nSigned-off-by: Matt LaPlante \u003ckernel1@cyberdogtech.com\u003e\nAcked-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nAcked-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "bf6ee0ae494596aaf311e8430684db85d1d2f25c",
      "tree": "80af10d1539d20ed00ffe19bb5af51cd6a976a19",
      "parents": [
        "0a8fe0d756fba2953462cec6db09c81dd732d0b5"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Oct 03 22:17:48 2006 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Oct 03 22:17:48 2006 +0200"
      },
      "message": "remove mentionings of devfs in documentation\n\nNow that devfs is removed, there\u0027s no longer any need to document how to\ndo this or that with devfs.\n\nThis patch includes some improvements by Joe Perches.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "fd245f00695cbcf0f8430f35841c216559d243df",
      "tree": "20d1a5a98e5d626ce8215316b16c8cdf392995a7",
      "parents": [
        "0418726bb5c7b5a70c7e7e82e860d5979d0c78cf"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Jun 30 18:23:39 2006 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Jun 30 18:23:39 2006 +0200"
      },
      "message": "typo fixes: disadvantadge -\u003e disadvantage\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "f964c303fe33b0d2ee563349bc8bea4d57d7a265",
      "tree": "6ea66e68e2c0b37b38de2173a576bb672869ee16",
      "parents": [
        "18555656de7268c7af77ea2b99a2fc984e7a23fb"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Jun 26 22:51:08 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 26 22:51:08 2006 +0100"
      },
      "message": "[ARM] 3657/1: S3C24XX: Documentation update of Overview.txt\n\nPatch from Ben Dooks\n\nUpdate the list of supported devices, and remove the\nchangelog. Add SMDK2413 information.--\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003eSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6e58f5c9a841e59233c5997df082e93329ea61e0",
      "tree": "3b9e545a716d2191f62b02f25fcf3c915cc6a4ed",
      "parents": [
        "b184a4c9a4e542890265b4cdd3ff7908f4adc9c4"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Jun 26 19:46:39 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 26 19:46:39 2006 +0100"
      },
      "message": "[ARM] 3656/1: S3C2412: Add S3C2412 and S3C2413 documenation\n\nPatch from Ben Dooks\n\nAdd some basic documentation about the support for\nthe S3C2412 and S3C2413 CPUs--\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003eSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "51cb21a9cd2e3bba8a69948794eb9480facdef45",
      "tree": "fde0724d77635c2f4c681b9f35b07e17314b6cf5",
      "parents": [
        "d4adcffb6574d3414f2e39d6ca1be5eccf97ac52"
      ],
      "author": {
        "name": "Marc Singer",
        "email": "elf@buici.com",
        "time": "Tue May 16 11:41:43 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 18 16:16:51 2006 +0100"
      },
      "message": "[ARM] 3407/1: lpd7x: documetation update\n\nPatch from Marc Singer\n\nNew documentation for the touchscreen controllers and LCD panels.\n\nSigned-off-by: Marc Singer \u003celf@buici.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c8c4b939e8dff82ee2bc22ed506ae29ecffca4c2",
      "tree": "ebbfdd28ac9e285d53a49cae54a31870e68003c3",
      "parents": [
        "bd8f103efef14980decf5d54a2de85835e9a6d9a"
      ],
      "author": {
        "name": "Erik Mouw",
        "email": "erik@bitwizard.nl",
        "time": "Mon Mar 27 15:32:30 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Mar 27 15:32:30 2006 +0100"
      },
      "message": "[ARM] 3416/1: Update LART site URL\n\nPatch from Erik Mouw\n\nThe LART website moved to http://www.lartmaker.nl/. This patch\nupdates the URL in ARM specific files.\n\nSigned-off-by: Erik Mouw \u003cerik@bitwizard.nl\u003e\nAcked-by: Jan-Derk Bakker \u003cjdb@lartmaker.nl\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "13fce8062968996da496d4f65cc1c1f845704604",
      "tree": "fa8f3e8ee813397d043efd81780c487531705aa1",
      "parents": [
        "53813158012f4d9272e5ccdc005671e780a39931"
      ],
      "author": {
        "name": "Andrzej Zaborowski",
        "email": "balrogg@gmail.com",
        "time": "Fri Mar 24 18:13:37 2006 +0100"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Mar 24 18:13:37 2006 +0100"
      },
      "message": "Fix simple typos\n\nThis corrects some trivial errors in ARM docs and comments,\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "a08ceff2a98e09cb14afefdd9276714b85c945f7",
      "tree": "7c4fb57c60e9e94d7581774d3a8f2935cc170b12",
      "parents": [
        "d3468daab82d5195fe85322235896797d5581720"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Mar 20 17:10:07 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Mar 21 22:06:03 2006 +0000"
      },
      "message": "[ARM] 3332/1: S3C24XX - documentation update\n\nPatch from Ben Dooks\n\nAdd devices that we have drivers for, and\nupdate list of machines that are supported\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "db20da32a22ccfa3a118408034eeb0ba61a42329",
      "tree": "39f5627435f926b929d62d017921d3b75e8134df",
      "parents": [
        "436b0f76f2cee6617f27a649637766628909dd5d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Dec 04 17:56:46 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Dec 04 17:56:46 2005 +0000"
      },
      "message": "[ARM] Add memory.txt to 00-INDEX\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "98766fbe604bc198ced93c57220c2d4a78ad6c11",
      "tree": "964f630ea0ef6b7ad4c37468955526d09abe4ebd",
      "parents": [
        "6c52f1377d9cc4bedec5d4e1e3b22756b8978399"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Mon Nov 21 21:32:31 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Nov 22 09:14:30 2005 -0800"
      },
      "message": "[PATCH] kernel Doc/ URL corrections\n\nCorrect lots of URLs in Documentation/ Also a few minor whitespace cleanups\nand typo/spello fixes.  Sadly there are still a lot of bad URLs remaining.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "02b30839220fa3ef80a34ed6ee174fa2d9937eac",
      "tree": "faac60850e1e51b892622887c9f7cc37e2891e5e",
      "parents": [
        "67a1901ff498363e253b90ba132e336c925203ed"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Nov 17 22:43:30 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Nov 17 22:43:30 2005 +0000"
      },
      "message": "[ARM] Fix some corner cases in new mm initialisation\n\nDocument that the VMALLOC_END address must be aligned to 2MB since\nit must align with a PGD boundary.\n\nAllocate the vectors page early so that the flush_cache_all() later\nwill cause any dirty cache lines in the direct mapping will be safely\nwritten back.\n\nMove the flush_cache_all() to the second local_flush_cache_tlb() and\nremove the now redundant first local_flush_cache_tlb().\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "20faa7c380c19c932d57be59bb2522bd9327a6c5",
      "tree": "30a1a02a4b5565d24483237245372af3aa8343bd",
      "parents": [
        "7015faa7df829876a0f931cd18aa6d7c24a1b581"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Nov 05 10:20:56 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Nov 05 10:20:56 2005 +0000"
      },
      "message": "[ARM] Documentation/arm/README: small update\n\n- egcs is not supported by kernel 2.6\n- gcc 3.3 seems to be a good choice on ARM\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6ff8f59f13974ab54086c5c86898647642bc77dd",
      "tree": "09923ec2c046bd5c9372b577783861612c55a372",
      "parents": [
        "e838ffc2e5c9afa81451cf21dcd3f3246e2adcd2"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Nov 01 19:44:29 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 01 19:44:29 2005 +0000"
      },
      "message": "[ARM] 3076/1: S3C2410 - updated documentation for platfrom data init\n\nPatch from Ben Dooks\n\nUpdate the Documentation/arm/Samsung-S3C24XX to add\nexample platform data initialisation, and add the\nlinux-arm mailing list URL.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c59d071d4a32e1c45cac6d47f5b59ec36a9a997b",
      "tree": "671909f7778b7ec30bfe821c85b5c4802e7f2479",
      "parents": [
        "8d3722667762af1490db18ba927386d3be89a32b"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Aug 10 16:45:14 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Aug 10 16:45:14 2005 +0100"
      },
      "message": "[PATCH] ARM: 2847/1: S3C24XX - Documentation for USB OHCI host\n\nPatch from Ben Dooks\n\nDocumentation for the in-built OHCI host controller\nand the support for it in Linux.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\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"
    }
  ]
}
