)]}'
{
  "log": [
    {
      "commit": "a9dad6e598155e2a548142336cd833e5360335d1",
      "tree": "0f62aafad67ccaf746d28e54b330f65989270e3b",
      "parents": [
        "26db11af12fb58dde1d6327035a248a99f60f112"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jan 13 20:10:06 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jan 16 16:15:14 2009 +1100"
      },
      "message": "powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/ps3\n\nAlso some min -\u003e mint_t conversion.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nAcked-by: Geoff Levand \u003cgeoffrey.levand@am.sony.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "fce4d58353e449a1ac637fc8d2b994e0fcc55312",
      "tree": "ee0888625ec963c4297438647fe4e0c341477721",
      "parents": [
        "75fa67706cce5272bcfc51ed646f2da21f3bdb6e"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Sun Nov 02 07:26:51 2008 +0000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Nov 05 19:59:08 2008 +1100"
      },
      "message": "powerpc/ps3: Fix compile error in ps3-lpm.c\n\nCompiling with CONFIG_SMP \u003d n and CONFIG_PS3_LPM !\u003d n gives this error:\n\ndrivers/ps3/ps3-lpm.c:838: error: implicit declaration of function \u0027get_hard_smp_processor_id\u0027\n\nThis fixes it.  We have to include \u003casm/smp.h\u003e rather than\n\u003clinux/smp.h\u003e because the UP definition of get_hard_smp_processor_id()\nis in \u003casm/smp.h\u003e, and \u003clinux/smp.h\u003e only includes \u003casm/smp.h\u003e if\nCONFIG_SMP \u003d y.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nAcked-by: Geoff Levand \u003cgeoffrey.levand@am.sony.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "483d8876f75aa5707a646442377051f1b90db206",
      "tree": "6ad1bc51d6c7de80cce21881d8ff0c943c32184c",
      "parents": [
        "bbea34606269efedf7d12c608924b47bafb344f5"
      ],
      "author": {
        "name": "FUJITA Tomonori",
        "email": "fujita.tomonori@lab.ntt.co.jp",
        "time": "Thu May 01 08:25:09 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri May 02 15:00:44 2008 +1000"
      },
      "message": "[POWERPC] PS3: Add time include to lpm\n\nAdd an include \u003casm/time.h\u003e statement for get_tb().\n\nSigned-off-by: FUJITA Tomonori \u003cfujita.tomonori@lab.ntt.co.jp\u003e\nSigned-off-by: Geoff Levand \u003cgeoffrey.levand@am.sony.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a0620156b05f2e1b77801e8bca724d0ed650974d",
      "tree": "8f3412a71e3ba001f65091fdfe55f7861f690bfe",
      "parents": [
        "a7faa8dc95ef90593d605d36409ef9100bdd11f8"
      ],
      "author": {
        "name": "Takashi Yamamoto",
        "email": "TakashiA.Yamamoto@jp.sony.com",
        "time": "Sat Feb 09 09:52:41 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Feb 14 22:11:01 2008 +1100"
      },
      "message": "[POWERPC] PS3: Fix reading pm interval in logical performance monitor\n\nps3_read_pm (pm_interval) should return an actual HW register value\nbecause the pm_interval register is a counter register.\nThis removes the shadow pm_interval register.\n\nSigned-off-by: Takashi Yamamoto \u003cTakashiA.Yamamoto@jp.sony.com\u003e\nSigned-off-by: Geoff Levand \u003cgeoffrey.levand@am.sony.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a7faa8dc95ef90593d605d36409ef9100bdd11f8",
      "tree": "993240b7155e22c0496ec17beb443546e6904707",
      "parents": [
        "79ccd1bedc0592602183dad5e3d51d0ab7a9add0"
      ],
      "author": {
        "name": "Takashi Yamamoto",
        "email": "TakashiA.Yamamoto@jp.sony.com",
        "time": "Sat Feb 09 09:52:30 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Feb 14 22:11:00 2008 +1100"
      },
      "message": "[POWERPC] PS3: Fix setting bookmark in logical performance monitor\n\nFix the ps3_set_bookmark() routine of the PS3 logical performance\nmonitor driver.\n\nTo properly set a performance monitor bookmark the Cell processor\nrequires no instruction branches near the setting of the bookmark\nSPR.  Testing showed that the use of the db10cyc instruction did\nnot work correctly.  This change replaces the db10cyc instruction\nwith 10 nop instructions.\n\nSigned-off-by: Takashi Yamamoto \u003cTakashiA.Yamamoto@jp.sony.com\u003e\nSigned-off-by: Geoff Levand \u003cgeoffrey.levand@am.sony.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "781749a46b34dc5c9e4000df7b9d37d675c17463",
      "tree": "98b51b049f48804978c9139db6427945a1186963",
      "parents": [
        "ed7570022a42a60ecb67c53f429bc96c7bc5597d"
      ],
      "author": {
        "name": "Takashi Yamamoto",
        "email": "TakashiA.Yamamoto@jp.sony.com",
        "time": "Sat Jan 19 07:32:46 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Jan 25 22:52:53 2008 +1100"
      },
      "message": "[POWERPC] PS3: Add logical performance monitor driver support\n\nAdd PS3 logical performance monitor (lpm) device driver.\n\nThe PS3\u0027s LV1 hypervisor provides a Logical Performance Monitor that\nabstracts the Cell processor\u0027s performance monitor features for use\nby guest operating systems.\n\nSigned-off-by: Takashi Yamamoto \u003cTakashiA.Yamamoto@jp.sony.com\u003e\nSigned-off-by: Geoff Levand \u003cgeoffrey.levand@am.sony.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    }
  ]
}
