)]}'
{
  "commit": "54a6eb5c4765aa573a030ceeba2c14e3d2ea5706",
  "tree": "547176a090beb787722a153cf2b8b942dc0e68db",
  "parents": [
    "18ea7e710d2452fa726814a406779188028cf1bf"
  ],
  "author": {
    "name": "Mel Gorman",
    "email": "mel@csn.ul.ie",
    "time": "Mon Apr 28 02:12:16 2008 -0700"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@linux-foundation.org",
    "time": "Mon Apr 28 08:58:18 2008 -0700"
  },
  "message": "mm: use two zonelist that are filtered by GFP mask\n\nCurrently a node has two sets of zonelists, one for each zone type in the\nsystem and a second set for GFP_THISNODE allocations.  Based on the zones\nallowed by a gfp mask, one of these zonelists is selected.  All of these\nzonelists consume memory and occupy cache lines.\n\nThis patch replaces the multiple zonelists per-node with two zonelists.  The\nfirst contains all populated zones in the system, ordered by distance, for\nfallback allocations when the target/preferred node has no free pages.  The\nsecond contains all populated zones in the node suitable for GFP_THISNODE\nallocations.\n\nAn iterator macro is introduced called for_each_zone_zonelist() that interates\nthrough each zone allowed by the GFP flags in the selected zonelist.\n\nSigned-off-by: Mel Gorman \u003cmel@csn.ul.ie\u003e\nAcked-by: Christoph Lameter \u003cclameter@sgi.com\u003e\nSigned-off-by: Lee Schermerhorn \u003clee.schermerhorn@hp.com\u003e\nCc: KAMEZAWA Hiroyuki \u003ckamezawa.hiroyu@jp.fujitsu.com\u003e\nCc: Mel Gorman \u003cmel@csn.ul.ie\u003e\nCc: Christoph Lameter \u003cclameter@sgi.com\u003e\nCc: Hugh Dickins \u003chugh@veritas.com\u003e\nCc: Nick Piggin \u003cnickpiggin@yahoo.com.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "eb80f5e33d7dad11b2cb11b9e8a2b9136c0863dc",
      "old_mode": 33188,
      "old_path": "arch/parisc/mm/init.c",
      "new_id": "9bb6136d77c2cecb3f5b3751f2a2aa19f513c330",
      "new_mode": 33188,
      "new_path": "arch/parisc/mm/init.c"
    },
    {
      "type": "modify",
      "old_id": "71358499bc57d91fe2769a6203411d018118d928",
      "old_mode": 33188,
      "old_path": "fs/buffer.c",
      "new_id": "9b5434a80479aad0db053b8e11b980f29b626cfe",
      "new_mode": 33188,
      "new_path": "fs/buffer.c"
    },
    {
      "type": "modify",
      "old_id": "e865d51f1c748ec9517c1ee8b79e3355006e58bc",
      "old_mode": 33188,
      "old_path": "include/linux/gfp.h",
      "new_id": "e1c6064cb6c74a1403b65f7c0d2afdb49111a139",
      "new_mode": 33188,
      "new_path": "include/linux/gfp.h"
    },
    {
      "type": "modify",
      "old_id": "451eaa13bc28a765f99b83acb2702ee64690ff76",
      "old_mode": 33188,
      "old_path": "include/linux/mmzone.h",
      "new_id": "d5c33a0b89e946cd99d06c3f0b869756db39ef49",
      "new_mode": 33188,
      "new_path": "include/linux/mmzone.h"
    },
    {
      "type": "modify",
      "old_id": "51c9e2c0164068681b299b37f48840af59d5c79d",
      "old_mode": 33188,
      "old_path": "mm/hugetlb.c",
      "new_id": "ddd141cad77ff1a75ca4116a01e16be192f437b7",
      "new_mode": 33188,
      "new_path": "mm/hugetlb.c"
    },
    {
      "type": "modify",
      "old_id": "beb592fe9389ffa9fe34c8c92ca82ada55abd960",
      "old_mode": 33188,
      "old_path": "mm/oom_kill.c",
      "new_id": "2c93502cfcb49faa46b214afd7ffde072033432d",
      "new_mode": 33188,
      "new_path": "mm/oom_kill.c"
    },
    {
      "type": "modify",
      "old_id": "187efd47a446769e27e252c13e3f42628bcbcc33",
      "old_mode": 33188,
      "old_path": "mm/page_alloc.c",
      "new_id": "4ccb8651cf2264320d04a3bd2be4b76cd52de885",
      "new_mode": 33188,
      "new_path": "mm/page_alloc.c"
    },
    {
      "type": "modify",
      "old_id": "5488c54b11725f535990b56e65dc428e311bc8b3",
      "old_mode": 33188,
      "old_path": "mm/slab.c",
      "new_id": "29851841da62e44d8ea3c7ce361c5adb9cab2f12",
      "new_mode": 33188,
      "new_path": "mm/slab.c"
    },
    {
      "type": "modify",
      "old_id": "19ebbfb2068911aba8b76c3680621c58752da7f5",
      "old_mode": 33188,
      "old_path": "mm/slub.c",
      "new_id": "80d20cc1c0f8db0a2affcf2a16216616c7497082",
      "new_mode": 33188,
      "new_path": "mm/slub.c"
    },
    {
      "type": "modify",
      "old_id": "ef8551e0d2d022ab7e88898af47f656e37c2e817",
      "old_mode": 33188,
      "old_path": "mm/vmscan.c",
      "new_id": "0515b8f4489480b26f697c82de0be268a2572b49",
      "new_mode": 33188,
      "new_path": "mm/vmscan.c"
    }
  ]
}
