)]}'
{
  "log": [
    {
      "commit": "608e8e66a154cbc3d591a59dcebfd9cbc9e3431a",
      "tree": "460c5ff888d0305d875049fbb6117c34d1c5df7a",
      "parents": [
        "168f5ac668f63dfb64439766e3ef9e866b83719d"
      ],
      "author": {
        "name": "Mel Gorman",
        "email": "mel@csn.ul.ie",
        "time": "Tue Jun 16 15:33:04 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jun 16 19:47:44 2009 -0700"
      },
      "message": "mm: add a gfp-translate script to help understand page allocation failure reports\n\nThe page allocation failure messages include a line that looks like\n\npage allocation failure. order:1, mode:0x4020\n\nThe mode is easy to translate but irritating for the lazy and a bit error\nprone.  This patch adds a very simple helper script gfp-translate for the\nmode: portion of the page allocation failure messages.  An example usage\nlooks like\n\n  mel@machina:~/linux-2.6 $ scripts/gfp-translate 0x4020\n  Source: /home/mel/linux-2.6\n  Parsing: 0x4020\n  #define __GFP_HIGH\t(0x20)\t/* Should access emergency pools? */\n  #define __GFP_COMP\t(0x4000) /* Add compound page metadata */\n\nThe script is not a work of art but it has come in handy for me a few\ntimes so I thought I would share.\n\n[akpm@linux-foundation.org: clarify an error message]\nSigned-off-by: Mel Gorman \u003cmel@csn.ul.ie\u003e\nAcked-by: Rik van Riel \u003criel@redhat.com\u003e\nAcked-by: Pekka Enberg \u003cpenberg@cs.helsinki.fi\u003e\nCc: Christoph Hellwig \u003chch@infradead.org\u003e\nCc: Minchan Kim \u003cminchan.kim@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    }
  ]
}
