)]}'
{
  "commit": "5f0ababbf49f12330effab932a18055a50f4c0a1",
  "tree": "e6f991570835c7e22646f89db979508d0ca5c93e",
  "parents": [
    "20e71f2edb5991de8f2a70902b4aa5982f67c69c"
  ],
  "author": {
    "name": "Isaku Yamahata",
    "email": "yamahata@valinux.co.jp",
    "time": "Wed Apr 02 10:53:59 2008 -0700"
  },
  "committer": {
    "name": "Ingo Molnar",
    "email": "mingo@elte.hu",
    "time": "Thu Apr 24 23:57:32 2008 +0200"
  },
  "message": "xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one\n\nDon\u0027t use alloc_vm_area()/free_vm_area() directly, instead define\nxen_alloc_vm_area()/xen_free_vm_area() and use them.\n\nalloc_vm_area()/free_vm_area() are used to allocate/free area which\nare for grant table mapping. Xen/x86 grant table is based on virtual\naddress so that alloc_vm_area()/free_vm_area() are suitable.\nOn the other hand Xen/ia64 (and Xen/powerpc) grant table is based on\npseudo physical address (guest physical address) so that allocation\nshould be done differently.\nThe original version of xenified Linux/IA64 have its own\nallocate_vm_area()/free_vm_area() definitions which don\u0027t allocate vm area\ncontradictory to those names.\nNow vanilla Linux already has its definitions so that it\u0027s impossible\nto have IA64 definitions of allocate_vm_area()/free_vm_area().\nInstead introduce xen_allocate_vm_area()/xen_free_vm_area() and use them.\n\nSigned-off-by: Isaku Yamahata \u003cyamahata@valinux.co.jp\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d4a89b3d694ff606a683977e46680b02add31739",
      "old_mode": 33188,
      "old_path": "drivers/xen/grant-table.c",
      "new_id": "3e02808c405551a0304173b9a02baf4ed7e693c9",
      "new_mode": 33188,
      "new_path": "drivers/xen/grant-table.c"
    },
    {
      "type": "modify",
      "old_id": "9fd2f70ab46d873af33fdc1e6f14f0e9f2fd9826",
      "old_mode": 33188,
      "old_path": "drivers/xen/xenbus/xenbus_client.c",
      "new_id": "0f86b0ff78796517838399d956e90577924f56e5",
      "new_mode": 33188,
      "new_path": "drivers/xen/xenbus/xenbus_client.c"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "2444d4593a3babf29547dae15fc03fdd876f088c",
      "new_mode": 33188,
      "new_path": "include/asm-x86/xen/grant_table.h"
    },
    {
      "type": "modify",
      "old_id": "761c83498e032f2a78e7972305bed0f421446e99",
      "old_mode": 33188,
      "old_path": "include/xen/grant_table.h",
      "new_id": "d2822920d43e7f4f7d7fdb21d6122ab062a08128",
      "new_mode": 33188,
      "new_path": "include/xen/grant_table.h"
    }
  ]
}
