)]}'
{
  "log": [
    {
      "commit": "d0160bf0b3e87032be8e85f80ddd2f18e107b86f",
      "tree": "ad29de605288def9799b1cde52e1c5ddf03b4ee6",
      "parents": [
        "2f25194dbe0c4b2472ce133ea3e9bcbb14936ae7"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Mon Mar 27 14:26:25 2006 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Mar 28 16:45:20 2006 +1100"
      },
      "message": "[PATCH] powerpc: Rename and export ppc64_firmware_features\n\nWe need to export ppc64_firmware_features for modules. Before we do that\nI think we should probably rename it to powerpc_firmware_features.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "dd4d7bfad635dddc56b74dab1894ef01c8c836e1",
      "tree": "4ce50568ffa94cd01803c57881d59c8bacda6dbe",
      "parents": [
        "e3f94b85f98a346c5eb0ac0d9539b71cb7057143"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu Mar 23 23:33:03 2006 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Mar 27 14:48:12 2006 +1100"
      },
      "message": "[PATCH] powerpc: Change firmware_has_feature() to a macro\n\nSo that we can use firmware_has_feature() in a BUG_ON() and have the compiler\nelide the code entirely if the feature can never be set, change\nfirmware_has_feature to a macro. Unfortunate, but necessary at least until\nGCC bug #26724 is fixed.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "57cfb814f698d30894bc28e22125550193ebe549",
      "tree": "755fd11b1a528f8de7913119b457f866734cb81a",
      "parents": [
        "3d15910bfbeb02286ce4b5009c53754e88066ccb"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Tue Mar 21 20:45:59 2006 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Mar 22 15:04:17 2006 +1100"
      },
      "message": "[PATCH] powerpc: Replace platform_is_lpar() with a firmware feature\n\nIt has been decreed that platform numbers are evil, so as a step in that\ndirection, replace platform_is_lpar() with a FW_FEATURE_LPAR bit.\n\nCurrently FW_FEATURE_LPAR really means i/pSeries LPAR, in the future we might\nhave to clean that up if we need to be more specific about what LPAR actually\nmeans. But that\u0027s another patch ...\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "1965746bce49ddf001af52c7985e16343c768021",
      "tree": "d311fce31613545f3430582322d66411566f1863",
      "parents": [
        "0941d57aa7034ef7010bd523752c2e3bee569ef1"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Fri Feb 10 15:47:36 2006 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Feb 10 16:52:03 2006 +1100"
      },
      "message": "[PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries\n\nCurrently we have some stuff in firmware.h and kernel/firmware.c that is\n#ifdef CONFIG_PPC_PSERIES. Move it all into platforms/pseries.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "8c4f1f2958ff9d4a6760f3bdd0cfb7d2b9e12093",
      "tree": "3616f75215bc397725cd86708862d358d2e10d4c",
      "parents": [
        "398ab1fcb960ea0800f40a9c36355855e3e23389"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Sun Dec 04 18:39:33 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jan 09 14:52:17 2006 +1100"
      },
      "message": "[PATCH] powerpc: Create a trampoline for the fwnmi vectors\n\nThe fwnmi vectors can be anywhere \u003c 32 MB, so we need to use a trampoline\nfor them. The kdump kernel will register the trampoline addresses, which will\nthen jump up to the real code above 32 MB.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "799d6046d3fb557006e6d7c9767fdb96479b0e0a",
      "tree": "fff321e3c0c0e6d1192f453aab23ad204f350851",
      "parents": [
        "3ddfbcf19b15ccd25a0b4b2dc2e38000e08de739"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Nov 10 13:37:51 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Nov 10 13:37:51 2005 +1100"
      },
      "message": "[PATCH] powerpc: merge code values for identifying platforms\n\nThis patch merges platform codes.  systemcfg-\u003eplatform is no longer used,\nsystemcfg use in general is deprecated as much as possible (and renamed\n_systemcfg before it gets completely moved elsewhere in a future patch),\n_machine is now used on ppc64 along as ppc32.  Platform codes aren\u0027t gone\nyet but we are getting a step closer. A bunch of asm code in head[_64].S\nis also turned into C code.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "21f35f28229ad1b017a0ea6cd17c10d6b9ec255f",
      "tree": "4bd56170e15f789545fae218008e7c4dbc4014fe",
      "parents": [
        "8c71632f7a13357b7dc5636fca68317f72d3043e"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Mon Oct 24 15:07:29 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 16:00:26 2005 +1000"
      },
      "message": "[PATCH] powerpc: Move firmware.h into include/asm-powerpc\n\nMove firmware.h into include/asm-powerpc.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "aed31351941aa990fb0865c186565a589c56d3fe",
      "tree": "79bb2308dc028b0563ec774541f1636fbc871042",
      "parents": [
        "8d15a3e55f49678b0900dcf5c1cddb322a129325"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed Aug 03 14:43:21 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Aug 29 10:53:35 2005 +1000"
      },
      "message": "[PATCH] ppc64: introduce FW_FEATURE_ISERIES\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "8d15a3e55f49678b0900dcf5c1cddb322a129325",
      "tree": "c86205bde42833c25bf2f3b51f8b67f9d4e52a22",
      "parents": [
        "1ababe11480d59d75be806804c71fa55d203a5a6"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed Aug 03 14:40:16 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Aug 29 10:53:35 2005 +1000"
      },
      "message": "[PATCH] ppc64: make firmware_has_feature() stronger\n\nMake firmware_has_feature() evaluate at compile time for the non pSeries\ncase and tidy up code where possible.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "1ababe11480d59d75be806804c71fa55d203a5a6",
      "tree": "c9c8e21945479daa3ae8784588648b9c9bb5206f",
      "parents": [
        "7a6af5e38054d8e658a4b1b703902331a845de1a"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed Aug 03 14:35:25 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Aug 29 10:53:35 2005 +1000"
      },
      "message": "[PATCH] ppc64: create firmware_has_feature()\n\nCreate the firmware_has_feature() inline and move the firmware feature\nstuff into its own header file.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    }
  ]
}
