)]}'
{
  "log": [
    {
      "commit": "47c2ac8cc3cf7c484e131d10cb812b6ab198885a",
      "tree": "4a7dc839ec760ecbddd027c1fe5e0817ec26f431",
      "parents": [
        "87655ff26817993932b7d049c4df226fb2c0ac5f"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Nov 10 14:54:58 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Nov 10 15:03:37 2005 +1100"
      },
      "message": "[PATCH] powerpc: 64k pages vs. U3 iommu\n\nThat DART (U3 iommu) code didn\u0027t properly scale the number of entries\nwhen using !4k pages. That caused crashes when booting G5s with more\nthan 2Gb of RAM. This fixes it.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "dcad47fc423ac9f4934579af814fa2dad5c8081b",
      "tree": "46917c934f2fe51dfc517184d4275ed4ddca7960",
      "parents": [
        "723925b7b138cecb29d76169d20149255d354a7a"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Mon Nov 07 09:49:43 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Nov 07 12:37:45 2005 +1100"
      },
      "message": "[PATCH] powerpc: Kill ppcdebug\n\nThe ancient ppcdebug/PPCDBG mechanism is now only used in two places.\nFirst, in the hash setup code, one of the bits allows the size of the\nhash table to be reduced by a factor of 8 - which would be better\naccomplished with a command line option for that purpose.  The other\nwas a bunch of bus walking related messages in the iSeries code, which\nwould seem to be insufficient reason to keep the mechanism.\n\nThis patch removes the last traces of this mechanism.\n\nBuilt and booted on iSeries and pSeries POWER5 LPAR (ARCH\u003dpowerpc).\n\nSigned-off-by: David Gibson \u003cdwg@au1.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "9d2ba6faa1c2e10546a4bdf0f9687436d7681b2f",
      "tree": "47d6fd707ea6b378eb8e0c07343e1f3e94a794bf",
      "parents": [
        "ead837174d265b24334f0721a84cbdda8ccd89a7"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sat Nov 05 17:54:22 2005 +0000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Nov 07 12:36:25 2005 +1100"
      },
      "message": "[PATCH] powerpc: Fix i8259 cascade IRQ\n\nsetup_irq() aborts immediately if there\u0027s no handler for the IRQ in\nquestion. So i8259_init() should set up its handlers before trying to\nset up the cascade on IRQ 2.\n\nWith this and the patch I sent a few days ago to fix initrd on ppc32, my\nPegasos now runs the arch/powerpc kernel.\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "9933f299d0e9e7b12ed4260669653d04d5e752c7",
      "tree": "e7d13c4b66384f90e182d31dc003e860a8e06fe6",
      "parents": [
        "1fc8b4ef4e1a0d6f2e16581716a4ae6e16ad3a76"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Wed Nov 02 15:13:20 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Nov 02 15:25:51 2005 +1100"
      },
      "message": "[PATCH] powerpc: Move dart.h\n\nasm-ppc64/dart.h is included in exactly one place -\narch/powerpc/sysdev/u3_iommu.c.  This patch, therefore, moves it into\narch/powerpc/sysdev.  While we\u0027re at it, update the #ifndef/#define\nprotecting the include, and the filename in the comments of\nu3_iommu.c.\n\nBuilt and booted on pSeries and G5, built for ppc32 powermac.\n\nSigned-off-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "edf03c1ee84e5095e8f4a4b8ad6e0784118cb176",
      "tree": "2b86e57df3cfd2767fffb55ccf4b04e4d28c5c75",
      "parents": [
        "e9add2eeb182e2bf1863c548f7a8173c45b4b92f"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arndb@de.ibm.com",
        "time": "Mon Oct 31 20:08:40 2005 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 01 21:03:04 2005 +1100"
      },
      "message": "[PATCH] powerpc: move mmio_nvram.c over to arch/powerpc\n\nThe nvram code formally known as bpa_nvram.c is rather\ngeneric really, so it is quite likely to be useful to\nfuture boards not based on cell.\n\nThis patch puts it into arch/powerpc/sysdev.\n\nSigned-off-by: Arnd Bergmann \u003carndb@de.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "09eee6347166a7baab74783999ef1bf23827647f",
      "tree": "1a52a6c6645447f65afb4ae7a057ba037c5870f5",
      "parents": [
        "bfab1019b7e8b499dfc471a0dfc98b587420dda9"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 08:29:36 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 08:29:36 2005 +1000"
      },
      "message": "powerpc: Move U3 IOMMU driver to arch/powerpc/sysdev\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "4b24b01c6c0bab24e6a4c3e4a02d53b564f2d05c",
      "tree": "37aebf090a6b48b622c1ee6045e3def62cce26f9",
      "parents": [
        "cffb09ce6ba7706c89c6df9ca8e72c81adda13f0"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Wed Oct 26 09:56:10 2005 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 20:51:22 2005 +1000"
      },
      "message": "[PATCH] powerpc: Moved dcr support to arch/powerpc\n\nSigned-off-by: Kumar K. Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "bd561c79dce9036c9efb17420b6cf8763c8c9de3",
      "tree": "d716828d74afe4dd6bcc012d761c0a3006c35e88",
      "parents": [
        "fa39dc437a41733adaba241fd9036760283a516a"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 21:55:33 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 21:55:33 2005 +1000"
      },
      "message": "powerpc: Fix incorrect timer register addresses in mpic.c\n\nWe were computing the wrong address for the MPIC timer registers,\nso when we went to initialize them we would have been hitting some\nunrelated ioremap... oops.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "830825d6c37a28061c0b6ca538a6411001cf3b2a",
      "tree": "99ead002881c53e0eda644175ba43d4a166fa26e",
      "parents": [
        "03501dab035ab7da5e1373f5e130cfd6346d3f21"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 17:16:38 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 17:16:38 2005 +1000"
      },
      "message": "powerpc: Pull out MPC106 (grackle) initialization code into its own file\n\nThis is so that the 32-bit CHRP code can use it.  The MPC106\ninitialization code is now in arch/powerpc/sysdev/grackle.c and\nis controlled by CONFIG_PPC_MPC106.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "f9bd170a87948a9e077149b70fb192c563770fdf",
      "tree": "c759b57b67ab41a859e19f7dcee571504b368202",
      "parents": [
        "25635c71e44111a6bd48f342e144e2fc02d0a314"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 16:47:42 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 16:47:42 2005 +1000"
      },
      "message": "powerpc: Merge i8259.c into arch/powerpc/sysdev\n\nThis changes the parameters for i8259_init so that it takes two\nparameters: a physical address for generating an interrupt\nacknowledge cycle, and an interrupt number offset.  i8259_init\nnow sets the irq_desc[] for its interrupts; all the callers\nwere doing this, and that code is gone now.  This also defines\na CONFIG_PPC_I8259 symbol to select i8259.o for inclusion, and\nmakes the platforms that need it select that symbol.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "25635c71e44111a6bd48f342e144e2fc02d0a314",
      "tree": "794b0428a72fefa53a0d9d709247a60a5b4527da",
      "parents": [
        "d9953105ce000abcfa988d0c160b2662186f5879"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 16:36:55 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 16:36:55 2005 +1000"
      },
      "message": "ppc: Use the indirect_pci.c from arch/powerpc/sysdev\n\nThis defines a CONFIG_INDIRECT_PCI symbol to control whether it\ngets used or not, and fixes the Kconfig to select that symbol for\nplatforms that need it.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a9c59264690aea9d0df2d2d76683bc39ec6b7288",
      "tree": "5cf1bc1181caacf93abe91585ab6e989542527e1",
      "parents": [
        "d8699e65c6bc0a81b5e679ca5b135bfe3c3fb483"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 20 17:09:51 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 20 17:09:51 2005 +1000"
      },
      "message": "powerpc: Move smp_mpic_message_pass into mpic.c\n\nHaving it here rather than in arch/ppc64/kernel/smp.c means that\nwe can use it on 32-bit SMP systems easily with ARCH\u003dpowerpc.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "daec962e27490be4fae9ab5a51d0c17f6e638715",
      "tree": "86044d794f5406dcdcca5e6827607782d7c27ab1",
      "parents": [
        "b3b8dc6c07cecc1f8d52d03f677206bdf9f794c9"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Oct 10 22:25:26 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Oct 10 22:25:26 2005 +1000"
      },
      "message": "powerpc: Use arch/powerpc/mm and arch/powerpc/lib for 64-bit\n\nThis also puts a copy of indirect_pci.c in arch/powerpc/sysdev\nso that we don\u0027t need to build in arch/ppc/syslib.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "c0c0d996d08e450164adedc249c1bbbca63524ce",
      "tree": "15f297796a93568fd45756c72ca07e77756c8653",
      "parents": [
        "ab11d1ea281e85895369ef57c5259ad8a432fabb"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sat Oct 01 13:49:08 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sat Oct 01 13:49:08 2005 +1000"
      },
      "message": "powerpc: Get merged kernel to compile and run on 32-bit SMP powermac.\n\nThis updates the powermac SMP code to use the mpic driver instead of\nthe openpic driver and fixes the SMP-dependent context switch code.\nWe had a subtle bug where we were using interrupt numbers 256-259 for\nIPIs, but ppc32 had NR_IRQS \u003d 256.  Moved the IPIs down to use interrupt\nnumbers 252-255 instead.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "14cf11af6cf608eb8c23e989ddb17a715ddce109",
      "tree": "271a97ce73e265f39c569cb159c195c5b4bb3f8c",
      "parents": [
        "e5baa396af7560382d2cf3f0871d616b61fc284c"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Sep 26 16:04:21 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Sep 26 16:04:21 2005 +1000"
      },
      "message": "powerpc: Merge enough to start building in arch/powerpc.\n\nThis creates the directory structure under arch/powerpc and a bunch\nof Kconfig files.  It does a first-cut merge of arch/powerpc/mm,\narch/powerpc/lib and arch/powerpc/platforms/powermac.  This is enough\nto build a 32-bit powermac kernel with ARCH\u003dpowerpc.\n\nFor now we are getting some unmerged files from arch/ppc/kernel and\narch/ppc/syslib, or arch/ppc64/kernel.  This makes some minor changes\nto files in those directories and files outside arch/powerpc.\n\nThe boot directory is still not merged.  That\u0027s going to be interesting.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    }
  ]
}
