)]}'
{
  "log": [
    {
      "commit": "be9c94dd7776467813419f49fabe8017bc2d4c81",
      "tree": "c5ea55aa69f2d1fcfa554f380f554a314b546288",
      "parents": [
        "f88df14b1f15cdeffa060580a40c1ce3e13bb79e"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Mon Apr 30 21:37:15 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed May 02 20:04:30 2007 +1000"
      },
      "message": "[POWERPC] Fix suspend states again\n\nIn commit 0fba3a1f39f8b0a50b56c8b068fa52131cbc84c2 (a very long time ago,\nMay 2006), I fixed a bug that caused powermacs to crash when you tried\nentering standby/mem suspend states.\n\nAs I\u0027m now getting more familiar with the suspend code I notice a few\nmore things:\n 1. we previously misunderstood what pm_ops is for, it isn\u0027t supposed to be\n    for doing platform dependent suspend/resume stuff that needs to be done\n    for suspend to disk (as we currently try to use it!), it is instead for\n    entering platform dependent suspend states (\"standby\", \"mem\").\n 2. due to the first point, we never properly save FPU and altivec states\n    when suspending to disk. It probably hasn\u0027t hurt yet because the process\n    that writes the \"disk\" to /sys/power/state uses neither and its context\n    is used.\n\nThis patch addresses these points as follows:\n 1. remove all pm_ops from powermac, powermac suspend to ram isn\u0027t currently\n    usable via /sys/power/state but is done via the PMU instead.\n 2. move the code responsible for storing FPU/altivec state into\n    save_processor_state and the set_context() call to restore_processor_state.\n 3. add a call to kernel_enable_spe()\n\nIt may look like there is some code removal missing but that is\nactually because the new suspend.h file overrides the ppc/suspend.h\none which was previously used.\n\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    }
  ]
}
