)]}'
{
  "log": [
    {
      "commit": "9c4bc1c2befbbdce4b9fd526e67a7a2ea143ffa2",
      "tree": "1b08c1bb00ce477ca947461777cd7e24de72c148",
      "parents": [
        "2c0076d8c7eb1dafa03d0a792444862080b34106",
        "e1b478e4ec4477520767d1a920433626263a2a6b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jan 13 18:46:48 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jan 13 18:46:48 2011 -0800"
      },
      "message": "Merge branch \u0027stable/gntdev\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen\n\n* \u0027stable/gntdev\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:\n  xen/p2m: Fix module linking error.\n  xen p2m: clear the old pte when adding a page to m2p_override\n  xen gntdev: use gnttab_map_refs and gnttab_unmap_refs\n  xen: introduce gnttab_map_refs and gnttab_unmap_refs\n  xen p2m: transparently change the p2m mappings in the m2p override\n  xen/gntdev: Fix circular locking dependency\n  xen/gntdev: stop using \"token\" argument\n  xen: gntdev: move use of GNTMAP_contains_pte next to the map_op\n  xen: add m2p override mechanism\n  xen: move p2m handling to separate file\n  xen/gntdev: add VM_PFNMAP to vma\n  xen/gntdev: allow usermode to map granted pages\n  xen: define gnttab_set_map_op/unmap_op\n\nFix up trivial conflict in drivers/xen/Kconfig\n"
    },
    {
      "commit": "2c0076d8c7eb1dafa03d0a792444862080b34106",
      "tree": "93e1b6194b05b3c1c5c30ddece52484f48a61229",
      "parents": [
        "50de1dd967d4ba3b8a90ebe7a4f5feca24191317",
        "e528db5b392ab2a624258a667fed0e65af6e411b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jan 13 18:44:52 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jan 13 18:44:52 2011 -0800"
      },
      "message": "Merge branch \u0027stable/platform-pci-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen\n\n* \u0027stable/platform-pci-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:\n  xen-platform: Fix compile errors if CONFIG_PCI is not enabled.\n  xen: rename platform-pci module to xen-platform-pci.\n  xen-platform: use PCI interfaces to request IO and MEM resources.\n"
    },
    {
      "commit": "e528db5b392ab2a624258a667fed0e65af6e411b",
      "tree": "388beafc4a28bafc182d3e91edac12263b8b33e4",
      "parents": [
        "7c8c06c5bb2dcc9fd0d2eeac4e9c10bf77ffed1a"
      ],
      "author": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 12 12:58:06 2011 -0500"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 12 12:58:17 2011 -0500"
      },
      "message": "xen-platform: Fix compile errors if CONFIG_PCI is not enabled.\n\ndrivers/xen/platform-pci.c:127: error: implicit declaration of function\n          \u0027pci_request_region\u0027\ndrivers/xen/platform-pci.c:165: error: implicit declaration of function\n          \u0027pci_release_region\u0027\n\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "94d4c4cd563aeff4d498168f1c8444074160d0e7",
      "tree": "f12b08ef94db4f8510f0bdd97ca89e196ae310e9",
      "parents": [
        "2818ef50c4dc103ce52e12d14ce2dfbde5268120",
        "329620a878cf89184b28500d37fa33cc870a3357"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jan 12 08:37:35 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jan 12 08:37:35 2011 -0800"
      },
      "message": "Merge branch \u0027stable/xenbus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen\n\n* \u0027stable/xenbus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:\n  xen/xenbus: making backend support modular is too complex\n  xen/pci: Make xen-pcifront be dependent on XEN_XENBUS_FRONTEND\n  xen/xenbus: fixup checkpatch issues in xenbus_probe*\n  xen/netfront: select XEN_XENBUS_FRONTEND\n  xen/xenbus: clean up noise in xenbus_probe_frontend.c\n  xen/xenbus: clean up noise in xenbus_probe_backend.c\n  xen/xenbus: clean up noise in xenbus_probe.c\n  xen/xenbus: cleanup debug noise in xenbus_comms.c\n  xen/xenbus: clean up error handling\n  xen/xenbus: make frontend bus GPL\n  xen/xenbus: make sure backend bus is registered earlier\n  xenbus/frontend: register bus earlier\n  xen: remove xen/evtchn.h\n  xen: add backend driver support\n  xen: separate out frontend xenbus\n"
    },
    {
      "commit": "7c8c06c5bb2dcc9fd0d2eeac4e9c10bf77ffed1a",
      "tree": "2d92c9a0645c1498776bb50b9fa52daab74de346",
      "parents": [
        "00f28e4037c8d5782fa7a1b2666b0dca21522d69"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "ian.campbell@citrix.com",
        "time": "Tue Jan 11 11:51:14 2011 +0000"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 12 10:28:06 2011 -0500"
      },
      "message": "xen: rename platform-pci module to xen-platform-pci.\n\nplatform-pci is rather generic for a modular distro style kernel.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "00f28e4037c8d5782fa7a1b2666b0dca21522d69",
      "tree": "bfb9cab03789d5e29b845006c892b4c7d0b17628",
      "parents": [
        "3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "ian.campbell@citrix.com",
        "time": "Tue Jan 11 11:50:28 2011 +0000"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 12 10:28:01 2011 -0500"
      },
      "message": "xen-platform: use PCI interfaces to request IO and MEM resources.\n\nThis is the correct interface to use and something has broken the use\nof the previous incorrect interface (which fails because the request\nconflicts with the resources assigned for the PCI device itself\ninstead of nesting like the PCI interfaces do).\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nCc: stable@kernel.org # 2.6.37 only\n"
    },
    {
      "commit": "87f1d40a706bdebdc8f959b9ac291d0d8fdfcc7e",
      "tree": "9c05cb059c6eec2d85effd95642ee1a42b000fbe",
      "parents": [
        "a12b4eb34bb1ea16046c5b61e7a887e252cc1cce"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Mon Dec 13 14:42:30 2010 +0000"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Tue Jan 11 14:32:14 2011 -0500"
      },
      "message": "xen p2m: clear the old pte when adding a page to m2p_override\n\nWhen adding a page to m2p_override we change the p2m of the page so we\nneed to also clear the old pte of the kernel linear mapping because it\ndoesn\u0027t correspond anymore.\n\nWhen we remove the page from m2p_override we restore the original p2m of\nthe page and we also restore the old pte of the kernel linear mapping.\n\nBefore changing the p2m mappings in m2p_add_override and\nm2p_remove_override, check that the page passed as argument is valid and\nreturn an error if it is not.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "a12b4eb34bb1ea16046c5b61e7a887e252cc1cce",
      "tree": "75383facce24cc1f7f9ddab6becf76b24365d3ca",
      "parents": [
        "289b777eac19c811b474593b4d2fd14e46340c23"
      ],
      "author": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Fri Dec 10 14:56:42 2010 +0000"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Tue Jan 11 14:32:06 2011 -0500"
      },
      "message": "xen gntdev: use gnttab_map_refs and gnttab_unmap_refs\n\nUse gnttab_map_refs and gnttab_unmap_refs to map and unmap the grant\nref, so that we can have a corresponding struct page.\n\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "289b777eac19c811b474593b4d2fd14e46340c23",
      "tree": "5474d85065eb539d51df994fbdfab5cd2cc0e400",
      "parents": [
        "9b705f0e98c489b18ba22a6eab9d694b546c8552"
      ],
      "author": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Fri Dec 10 14:54:44 2010 +0000"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Tue Jan 11 14:32:00 2011 -0500"
      },
      "message": "xen: introduce gnttab_map_refs and gnttab_unmap_refs\n\ngnttab_map_refs maps some grant refs and uses the new m2p override to\nset a proper m2p mapping for the granted pages.\n\ngnttab_unmap_refs unmaps the granted refs and removes th mappings from\nthe m2p override.\n\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "f0a70c882ea546bbd802643990ceded32c39facc",
      "tree": "3544db8b681c4bd513758579afc4847e2e87ecbf",
      "parents": [
        "ba5d1012292403c8037adf4a54c4ec50dfe846c4"
      ],
      "author": {
        "name": "Daniel De Graaf",
        "email": "dgdegra@tycho.nsa.gov",
        "time": "Fri Jan 07 11:51:47 2011 +0000"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Tue Jan 11 14:31:47 2011 -0500"
      },
      "message": "xen/gntdev: Fix circular locking dependency\n\napply_to_page_range will acquire PTE lock while priv-\u003elock is held,\nand mn_invl_range_start tries to acquire priv-\u003elock with PTE already\nheld.  Fix by not holding priv-\u003elock during the entire map operation.\nThis is safe because map-\u003evma is set nonzero while the lock is held,\nwhich will cause subsequent maps to fail and will cause the unmap\nioctl (and other users of gntdev_del_map) to return -EBUSY until the\narea is unmapped. It is similarly impossible for gntdev_vma_close to\nbe called while the vma is still being created.\n\nSigned-off-by: Daniel De Graaf \u003cdgdegra@tycho.nsa.gov\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "ba5d1012292403c8037adf4a54c4ec50dfe846c4",
      "tree": "f538a106dab612f2ac6c1cb072f8d7bc2040e71b",
      "parents": [
        "9329e7604fe915fd0201633d3c38adae307d56a5"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Dec 08 10:54:32 2010 -0800"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Tue Jan 11 14:31:41 2011 -0500"
      },
      "message": "xen/gntdev: stop using \"token\" argument\n\nIt\u0027s the struct page of the L1 pte page.  But we can get its mfn\nby simply doing an arbitrary_virt_to_machine() on it anyway (which is\nthe safe conservative choice; since we no longer allow HIGHPTE pages,\nwe would never expect to be operating on a mapped pte page).\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "9329e7604fe915fd0201633d3c38adae307d56a5",
      "tree": "a6ec7dac1ec9c040ca6fcc41d28a45ef24216c42",
      "parents": [
        "448f2831934381e9d3c4d93e700ba7bbe14612dc"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "ian.campbell@citrix.com",
        "time": "Wed Dec 08 11:57:40 2010 +0000"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Tue Jan 11 14:31:26 2011 -0500"
      },
      "message": "xen: gntdev: move use of GNTMAP_contains_pte next to the map_op\n\nThis flag controls the meaning of gnttab_map_grant_ref.host_addr and\nspecifies that the field contains a reference to the pte entry to be\nused to perform the mapping. Therefore move the use of this flag to\nthe point at which we actually use a reference to the pte instead of\nsomething else, splitting up the usage of the flag in this way is\nconfusing and potentially error prone.\n\nThe other flags are all properties of the mapping itself as opposed to\nproperties of the hypercall arguments and therefore it make sense to\ncontinue to pass them round in map-\u003eflags.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: Stefano Stabellini \u003cStefano.Stabellini@eu.citrix.com\u003e\nCc: Derek G. Murray \u003cDerek.Murray@cl.cam.ac.uk\u003e\nCc: Gerd Hoffmann \u003ckraxel@redhat.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "8d3eaea24609c7cd6fb0e6471f46a52f9e5d0202",
      "tree": "cdd4f32c737ac24a49e0899f21bd73687435af62",
      "parents": [
        "ab31523c2fcac557226bac72cbdf5fafe01f9a26"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Nov 11 14:39:12 2010 -0800"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Tue Jan 11 14:31:00 2011 -0500"
      },
      "message": "xen/gntdev: add VM_PFNMAP to vma\n\nThese pages are from other domains, so don\u0027t have any local PFN.\nVM_PFNMAP is the closest concept Linux has to this.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "ab31523c2fcac557226bac72cbdf5fafe01f9a26",
      "tree": "d846311151a68cb0c3bf55b2c77f34a33e0b02fd",
      "parents": [
        "f07745325cbd93afc5d8bcf7539a063d33134075"
      ],
      "author": {
        "name": "Gerd Hoffmann",
        "email": "kraxel@redhat.com",
        "time": "Tue Dec 14 18:40:46 2010 +0000"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Tue Jan 11 14:30:52 2011 -0500"
      },
      "message": "xen/gntdev: allow usermode to map granted pages\n\nThe gntdev driver allows usermode to map granted pages from other\ndomains.  This is typically used to implement a Xen backend driver\nin user mode.\n\nSigned-off-by: Gerd Hoffmann \u003ckraxel@redhat.com\u003e\nSigned-off-by: Stefano Stabellini \u003cStefano.Stabellini@eu.citrix.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "9f99a2f0e44663517b99b69a3e4a499d0ba877df",
      "tree": "92bbe9f9c9c6687a49e13e4e1bfe2a29bc736476",
      "parents": [
        "8c8ae4e8cd5a67467192f3361eeec463694f8ed8",
        "110e7c7e4f8a61a34e0ab88fc9bdf4d5c6d220b2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jan 10 08:48:46 2011 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jan 10 08:48:46 2011 -0800"
      },
      "message": "Merge branch \u0027stable/bug-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen\n\n* \u0027stable/bug-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:\n  xen/event: validate irq before get evtchn by irq\n  xen/fb: fix potential memory leak\n  xen/fb: fix xenfb suspend/resume race.\n  xen: disable ACPI NUMA for PV guests\n  xen/irq: Cleanup the find_unbound_irq\n"
    },
    {
      "commit": "110e7c7e4f8a61a34e0ab88fc9bdf4d5c6d220b2",
      "tree": "9c489bc508c244fb43d97fd79a1618281845d91c",
      "parents": [
        "fc550e95921e109f3778a6b2dc560d63388810ab"
      ],
      "author": {
        "name": "Joe Jin",
        "email": "joe.jin@oracle.com",
        "time": "Fri Jan 07 14:50:12 2011 +0800"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Mon Jan 10 10:46:32 2011 -0500"
      },
      "message": "xen/event: validate irq before get evtchn by irq\n\nWhen retrieving the event channel number from irq, the irq\nnumber may not be valid under some conditions.\n\nSo far that can be when we suspend/resume and irq ends with -1.\nValidate and return sanitized irq and provide diagnostics information.\n\n[v3: added unlikely on the WARN path]\n[v2: reworded the commit message]\nSigned-off-by: Joe Jin \u003cjoe.jin@oracle.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nTested-by: Gurudas Pai \u003cgurudas.pai@oracle.com\u003e\nCc: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n"
    },
    {
      "commit": "329620a878cf89184b28500d37fa33cc870a3357",
      "tree": "47710e3a17c9fbdbaabf4a2d1e55e0f332221497",
      "parents": [
        "fce263c141faca8db85acb0524bdfdfae3ec0725"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Sat Mar 21 23:29:34 2009 -0700"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 05 16:31:16 2011 -0500"
      },
      "message": "xen/xenbus: making backend support modular is too complex\n\nImpact: build fix\n\nMaking the xenbus backend support a separate module is needlessly complex\nand causes build failures.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "6bac7f9f9e8e549c18ec4b77c499a45a1fae61b9",
      "tree": "baf84dcccc012c1dbdd5334d70d08b6b9588a5a7",
      "parents": [
        "7003087ce0fcdaf57a331b4ad627195a7f97245e"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "ian.campbell@citrix.com",
        "time": "Fri Dec 10 14:39:15 2010 +0000"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 05 16:31:08 2011 -0500"
      },
      "message": "xen/xenbus: fixup checkpatch issues in xenbus_probe*\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "0ff4fdf065101504cd84ac36924fcdad6641a4f7",
      "tree": "ee2ad48030db76b9d67ed342ec97361f28b325bc",
      "parents": [
        "b5d33d088f45bb62fdaaf1755da05aa5524a3a8f"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Mon Mar 29 14:38:54 2010 -0700"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 05 16:30:56 2011 -0500"
      },
      "message": "xen/xenbus: clean up noise in xenbus_probe_frontend.c\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\n[corresponds to 616ff7a06a3f in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git]\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "b5d33d088f45bb62fdaaf1755da05aa5524a3a8f",
      "tree": "c27b2e5c7f3a329ad768ee388cce53804c07fc0e",
      "parents": [
        "a39bda27b35266beae945f48e0b6ab58d06a17d5"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Mon Mar 29 14:38:35 2010 -0700"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 05 16:30:51 2011 -0500"
      },
      "message": "xen/xenbus: clean up noise in xenbus_probe_backend.c\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\n[corresponds to 98b833aaf81e in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git]\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "a39bda27b35266beae945f48e0b6ab58d06a17d5",
      "tree": "67b5b5ce557ee697d3c9dc18806aecfe45ff9922",
      "parents": [
        "a16448e071ca80e599ea4f780242f40a0a213b07"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Mon Mar 29 14:38:12 2010 -0700"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 05 16:30:46 2011 -0500"
      },
      "message": "xen/xenbus: clean up noise in xenbus_probe.c\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\n[corresponds to 01aded30aaef in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git]\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "a16448e071ca80e599ea4f780242f40a0a213b07",
      "tree": "723a0f87a933a77a0479b9e10748b361e08b191c",
      "parents": [
        "7432e4bd0bcec9f18d9c94de8925b8a59d3edf94"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Mon Mar 29 14:37:44 2010 -0700"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 05 16:30:42 2011 -0500"
      },
      "message": "xen/xenbus: cleanup debug noise in xenbus_comms.c\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\n[corresponds to 6796c12281dc in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git]\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "7432e4bd0bcec9f18d9c94de8925b8a59d3edf94",
      "tree": "8506ae41ca15e8d21e2d78c115f89784a6282a4b",
      "parents": [
        "1b31a143450ea9b5e6168f3b21a02c4a6a63ad01"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Oct 29 14:19:42 2009 -0700"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 05 16:30:37 2011 -0500"
      },
      "message": "xen/xenbus: clean up error handling\n\nDon\u0027t report errors when booting on non-Xen, because its just confusing.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\n[corresponds to 8aa08376d6aa in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git]\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "1b31a143450ea9b5e6168f3b21a02c4a6a63ad01",
      "tree": "e7ce5d9724964d29bddcb9850a57ac6055860b35",
      "parents": [
        "c3676e8462009d84dce89a454956460de3bfdca7"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Fri Mar 27 16:29:44 2009 -0700"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 05 16:30:31 2011 -0500"
      },
      "message": "xen/xenbus: make frontend bus GPL\n\nMake sure frontend xenbus has a GPL module license, so it can access\nall the xenbus symbols exported GPL only.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\n[corresponds to 525cbc8adcb5 in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git]\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "c3676e8462009d84dce89a454956460de3bfdca7",
      "tree": "f57504b4f0f54eae9acd4b3b313d9e8dfcfd1260",
      "parents": [
        "806f5463d2598ea23a7a688c47c2774846fe7f2f"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Mar 04 22:32:16 2009 -0800"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 05 16:30:24 2011 -0500"
      },
      "message": "xen/xenbus: make sure backend bus is registered earlier\n\nImpact: bugfix\n\nNeed to register it before any drivers want to attach.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\n[corresponds to a7a9c3a942c6 in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git]\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "806f5463d2598ea23a7a688c47c2774846fe7f2f",
      "tree": "64681015e7eebb0d45b2cc6a092b3ef0ddba50b7",
      "parents": [
        "74c2ee98385fe2653d6a817f6f74c18eec4c2424"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Mar 04 22:31:45 2009 -0800"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 05 16:30:18 2011 -0500"
      },
      "message": "xenbus/frontend: register bus earlier\n\nImpact: bugfix\n\nMake sure the frontend bus is registered early, before\nany drivers want to attach.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\n[corresponds to 1d5df318f87f in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git]\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "74c2ee98385fe2653d6a817f6f74c18eec4c2424",
      "tree": "4adf7c1e84112a417a0b6d87cdb05d73802d6cb3",
      "parents": [
        "df660251eb534649f90f9dcfe1da1cef4ea48a3e"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@goop.org",
        "time": "Mon Feb 09 16:37:23 2009 -0800"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 05 16:30:04 2011 -0500"
      },
      "message": "xen: remove xen/evtchn.h\n\nImpact: cleanup\n\nIt\u0027s a usermode header for users of /dev/xen/evtchn.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\n[corresponds to b60e48cec12f in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git]\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "df660251eb534649f90f9dcfe1da1cef4ea48a3e",
      "tree": "f4ce5d401d16f13437f553117acb7807d05ed2dd",
      "parents": [
        "2de06cc1f18d638cc7ab1169f61a8599045c2d4f"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "ian.campbell@citrix.com",
        "time": "Mon Feb 09 12:05:51 2009 -0800"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 05 16:29:58 2011 -0500"
      },
      "message": "xen: add backend driver support\n\nImpact: backend device support\n\nAdd the basic machinery to support backend drivers.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n[corresponds to 79727b851bac in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git]\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "2de06cc1f18d638cc7ab1169f61a8599045c2d4f",
      "tree": "d1799d08078c4542b730e18397990ad92ec1d917",
      "parents": [
        "cf7d7e5a1980d1116ee152d25dac382b112b9c17"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "ian.campbell@citrix.com",
        "time": "Mon Feb 09 12:05:51 2009 -0800"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Jan 05 16:29:17 2011 -0500"
      },
      "message": "xen: separate out frontend xenbus\n\nImpact: refactor\n\nMake a distinct frontend xenbus, in preparation for adding a backend xenbus.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n[corresponds to 2fd433a4188f in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git\n with adjustments to reflect changes in the code which is moved]\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "b2e4ae69757cdfef4c612a04f097c1e20489a565",
      "tree": "03a8d1c7d6263564474035a110af9ee61e5eddf8",
      "parents": [
        "cd85fc58cd71bf6b89612efafb9a84e655ed7d66"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "cl@linux.com",
        "time": "Mon Dec 06 11:40:07 2010 -0600"
      },
      "committer": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Fri Dec 17 15:18:05 2010 +0100"
      },
      "message": "xen: Use this_cpu_inc_return\n\n__this_cpu_inc_return reduces code and simplifies code.\n\nCc: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nAcked-by: H. Peter Anvin \u003chpa@zytor.com\u003e\nSigned-off-by: Christoph Lameter \u003ccl@linux.com\u003e\n"
    },
    {
      "commit": "780f36d8b3fa9572f731d4fb85067b2e45e6f993",
      "tree": "26c2f80122cd863232de2e295e8435f06c9e2527",
      "parents": [
        "c7b92516a9c68fa5403879225a5a19974a801ef6"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "cl@linux.com",
        "time": "Mon Dec 06 11:16:29 2010 -0600"
      },
      "committer": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Fri Dec 17 15:07:19 2010 +0100"
      },
      "message": "xen: Use this_cpu_ops\n\nUse this_cpu_ops to reduce code size and simplify things in various places.\n\nV3-\u003eV4:\n\tMove instance of this_cpu_inc_return to a later patchset so that\n\tthis patch can be applied without infrastructure changes.\n\nCc: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nAcked-by: H. Peter Anvin \u003chpa@zytor.com\u003e\nSigned-off-by: Christoph Lameter \u003ccl@linux.com\u003e\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\n"
    },
    {
      "commit": "d1b758ebc2a82d738092cb42e742470f9d0ea53e",
      "tree": "97002d5036d186b0900a8ad6a043a4f63492200f",
      "parents": [
        "cf7d7e5a1980d1116ee152d25dac382b112b9c17"
      ],
      "author": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Thu Dec 09 14:53:29 2010 -0500"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Thu Dec 09 16:02:35 2010 -0500"
      },
      "message": "xen/irq: Cleanup the find_unbound_irq\n\nThe \"find_unbound_irq\" is a bit unusual - it allocates\nvirtual IRQ (event channels) in reverse order. This means\nstarting at the \"top\" of the available IRQs (nr_irqs) down\nto the GSI/MSI IRQs (nr_irqs_gsi). Lets document this and\nalso make the variables easier to understand.\n\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "11e8896474495dec7ce19a542f67def847ec208f",
      "tree": "3eeb941629110b2ad9f5a3fe08fa23c846f6a44e",
      "parents": [
        "8338fded137681bc3c1e99a69ac937a4fb016fe4",
        "512b109ec9620d037d6d2f6bd1bae9ce34dd6779"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Dec 03 11:30:57 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Dec 03 11:30:57 2010 -0800"
      },
      "message": "Merge branch \u00272.6.37-rc4-pvhvm-fixes\u0027 of git://xenbits.xen.org/people/sstabellini/linux-pvhvm\n\n* \u00272.6.37-rc4-pvhvm-fixes\u0027 of git://xenbits.xen.org/people/sstabellini/linux-pvhvm:\n  xen: unplug the emulated devices at resume time\n  xen: fix save/restore for PV on HVM guests with pirq remapping\n  xen: resume the pv console for hvm guests too\n  xen: fix MSI setup and teardown for PV on HVM guests\n  xen: use PHYSDEVOP_get_free_pirq to implement find_unbound_pirq\n"
    },
    {
      "commit": "8338fded137681bc3c1e99a69ac937a4fb016fe4",
      "tree": "0d70ae6b1e9f07b2065ec6eb2abc882c89bd20ff",
      "parents": [
        "9cd6315357eccb768d9062cb43e3dc741e922020",
        "29dcbc5c25d6d8140337e96bf503c8475092c586",
        "805e3f495057aa5307ad4e3d6dc7073d4733c691"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Dec 03 10:08:52 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Dec 03 10:08:52 2010 -0800"
      },
      "message": "Merge branches \u0027upstream/core\u0027 and \u0027upstream/bugfix\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen\n\n* \u0027upstream/core\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen:\n  xen: allocate irq descs on any NUMA node\n  xen: prevent crashes with non-HIGHMEM 32-bit kernels with largeish memory\n  xen: use default_idle\n  xen: clean up \"extra\" memory handling some more\n\n* \u0027upstream/bugfix\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen:\n  xen: x86/32: perform initial startup on initial_page_table\n  xen: don\u0027t bother to stop other cpus on shutdown/reboot\n"
    },
    {
      "commit": "29dcbc5c25d6d8140337e96bf503c8475092c586",
      "tree": "5a7131cd81974e92f6c8857a06e29a935886181b",
      "parents": [
        "2a4c92fa24e1853d0e21f9e6e45859b832240f94"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Dec 02 16:14:27 2010 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Dec 02 16:14:27 2010 -0800"
      },
      "message": "xen: allocate irq descs on any NUMA node\n\nAllocate irq descs on any NUMA node (we don\u0027t care) rather than\nspecifically node 0, which may not exist.\n\n(At the moment NUMA is meaningless within a domain, so any info\nthe kernel has is just from an SRAT table we haven\u0027t suppressed/disabled.)\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "2a4c92fa24e1853d0e21f9e6e45859b832240f94",
      "tree": "03550915de5b335b5c333a75709e8c8b46514703",
      "parents": [
        "bc15fde77fc5d9ec2eec6066a5ab554ea1266a0a"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Dec 02 15:30:06 2010 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Dec 02 15:30:06 2010 -0800"
      },
      "message": "xen: prevent crashes with non-HIGHMEM 32-bit kernels with largeish memory\n\nIf this is a non-HIGHMEM 32-bit kernel, then the page structures only go\nup to the limit of addressable memory, even if more memory is physically\npresent.  Don\u0027t try to add that extra memory to the balloon.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "9a069c33c53c2e72ec1b76106be73df044af0195",
      "tree": "765e44e4425da42f988e1fcf07e9b85cce708e40",
      "parents": [
        "6411fe69b8c4fd7811339c88c1843d562099fa2b"
      ],
      "author": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Wed Dec 01 14:51:44 2010 +0000"
      },
      "committer": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Thu Dec 02 14:40:50 2010 +0000"
      },
      "message": "xen: fix save/restore for PV on HVM guests with pirq remapping\n\nRe-map and re-bind all the pirqs at resume time.\n\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\n"
    },
    {
      "commit": "6411fe69b8c4fd7811339c88c1843d562099fa2b",
      "tree": "89017df000c6c575a0cb9308ab92a2ea26c887bf",
      "parents": [
        "af42b8d12f8adec6711cb824549a0edac6a4ae8f"
      ],
      "author": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Wed Dec 01 14:51:44 2010 +0000"
      },
      "committer": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Thu Dec 02 14:40:48 2010 +0000"
      },
      "message": "xen: resume the pv console for hvm guests too\n\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\n"
    },
    {
      "commit": "af42b8d12f8adec6711cb824549a0edac6a4ae8f",
      "tree": "e922110d01d85688a03f9ae5d7e31c9f73f2b001",
      "parents": [
        "e5fc7345412d5e4758fcef55a74354c5cbefd61e"
      ],
      "author": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Wed Dec 01 14:51:44 2010 +0000"
      },
      "committer": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Thu Dec 02 14:34:25 2010 +0000"
      },
      "message": "xen: fix MSI setup and teardown for PV on HVM guests\n\nWhen remapping MSIs into pirqs for PV on HVM guests, qemu is responsible\nfor doing the actual mapping and unmapping.\nWe only give qemu the desired pirq number when we ask to do the mapping\nthe first time, after that we should be reading back the pirq number\nfrom qemu every time we want to re-enable the MSI.\n\nThis fixes a bug in xen_hvm_setup_msi_irqs that manifests itself when\ntrying to enable the same MSI for the second time: the old MSI to pirq\nmapping is still valid at this point but xen_hvm_setup_msi_irqs would\ntry to assign a new pirq anyway.\nA simple way to reproduce this bug is to assign an MSI capable network\ncard to a PV on HVM guest, if the user brings down the corresponding\nethernet interface and up again, Linux would fail to enable MSIs on the\ndevice.\n\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\n"
    },
    {
      "commit": "e5fc7345412d5e4758fcef55a74354c5cbefd61e",
      "tree": "00f8303544240826fb2dd2b97de5ff66596e7beb",
      "parents": [
        "e8a7e48bb248a1196484d3f8afa53bded2b24e71"
      ],
      "author": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Wed Dec 01 14:51:44 2010 +0000"
      },
      "committer": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Thu Dec 02 14:28:22 2010 +0000"
      },
      "message": "xen: use PHYSDEVOP_get_free_pirq to implement find_unbound_pirq\n\nUse the new hypercall PHYSDEVOP_get_free_pirq to ask Xen to allocate a\npirq. Remove the unsupported PHYSDEVOP_get_nr_pirqs hypercall to get the\namount of pirq available.\n\nThis fixes find_unbound_pirq that otherwise would return a number\nstarting from nr_irqs that might very well be out of range in Xen.\n\nThe symptom of this bug is that when you passthrough an MSI capable pci\ndevice to a PV on HVM guest, Linux would fail to enable MSIs on the\ndevice.\n\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\n"
    },
    {
      "commit": "a4ec046c98283d9f36817589081e14850570739f",
      "tree": "0f0b573bf74ab0eef28c9050c453de9427d328de",
      "parents": [
        "3cbaa0f7a78d3b970b566629ee298c310780b919",
        "9b8321531a90c400e9c561d903926eee79639dcf"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Nov 24 08:23:18 2010 +0900"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Nov 24 08:23:18 2010 +0900"
      },
      "message": "Merge branch \u0027upstream/for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen\n\n* \u0027upstream/for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen: (23 commits)\n  xen/events: Use PIRQ instead of GSI value when unmapping MSI/MSI-X irqs.\n  xen: set IO permission early (before early_cpu_init())\n  xen: re-enable boot-time ballooning\n  xen/balloon: make sure we only include remaining extra ram\n  xen/balloon: the balloon_lock is useless\n  xen: add extra pages to balloon\n  xen: make evtchn\u0027s name less generic\n  xen/evtchn: the evtchn device is non-seekable\n  Revert \"xen/privcmd: create address space to allow writable mmaps\"\n  xen/events: use locked set|clear_bit() for cpu_evtchn_mask\n  xen/evtchn: clear secondary CPUs\u0027 cpu_evtchn_mask[] after restore\n  xen/xenfs: update xenfs_mount for new prototype\n  xen: fix header export to userspace\n  xen: implement XENMEM_machphys_mapping\n  xen: set vma flag VM_PFNMAP in the privcmd mmap file_op\n  xen: xenfs: privcmd: check put_user() return code\n  xen/evtchn: add missing static\n  xen/evtchn: Fix name of Xen event-channel device\n  xen/evtchn: don\u0027t do unbind_from_irqhandler under spinlock\n  xen/evtchn: remove spurious barrier\n  ...\n"
    },
    {
      "commit": "9b8321531a90c400e9c561d903926eee79639dcf",
      "tree": "5597eb8b349436afadffc998b72a9e1ea03b7a5f",
      "parents": [
        "12334715720b012180579f57650879d0fbb11a84",
        "9045d47ea362e6a3727ee3f1b69a1b656976772e",
        "b5d827b641b192ceb6968c21feb544c744e43108"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Mon Nov 22 12:22:42 2010 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Mon Nov 22 12:22:42 2010 -0800"
      },
      "message": "Merge branches \u0027upstream/core\u0027, \u0027upstream/xenfs\u0027 and \u0027upstream/evtchn\u0027 into upstream/for-linus\n\n* upstream/core:\n  xen/events: Use PIRQ instead of GSI value when unmapping MSI/MSI-X irqs.\n  xen: set IO permission early (before early_cpu_init())\n  xen: re-enable boot-time ballooning\n  xen/balloon: make sure we only include remaining extra ram\n  xen/balloon: the balloon_lock is useless\n  xen: add extra pages to balloon\n  xen/events: use locked set|clear_bit() for cpu_evtchn_mask\n  xen/evtchn: clear secondary CPUs\u0027 cpu_evtchn_mask[] after restore\n  xen: implement XENMEM_machphys_mapping\n\n* upstream/xenfs:\n  Revert \"xen/privcmd: create address space to allow writable mmaps\"\n  xen/xenfs: update xenfs_mount for new prototype\n  xen: fix header export to userspace\n  xen: set vma flag VM_PFNMAP in the privcmd mmap file_op\n  xen: xenfs: privcmd: check put_user() return code\n\n* upstream/evtchn:\n  xen: make evtchn\u0027s name less generic\n  xen/evtchn: the evtchn device is non-seekable\n  xen/evtchn: add missing static\n  xen/evtchn: Fix name of Xen event-channel device\n  xen/evtchn: don\u0027t do unbind_from_irqhandler under spinlock\n  xen/evtchn: remove spurious barrier\n  xen/evtchn: ports start enabled\n  xen/evtchn: dynamically allocate port_user array\n  xen/evtchn: track enabled state for each port\n"
    },
    {
      "commit": "12334715720b012180579f57650879d0fbb11a84",
      "tree": "0b8d0f7eadf1f43f283fdf53ffbb7e280163b6ba",
      "parents": [
        "ec35a69c467026437519bafcf325a7362e422db9"
      ],
      "author": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Fri Nov 19 11:27:09 2010 -0500"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Mon Nov 22 12:10:34 2010 -0800"
      },
      "message": "xen/events: Use PIRQ instead of GSI value when unmapping MSI/MSI-X irqs.\n\nWhen we allocate a vector for MSI/MSI-X we save away the PIRQ, and the\nvector value. When we unmap (de-allocate) the MSI/MSI-X vector(s) we\nneed to provide the PIRQ and the vector value. What we did instead\nwas to provide the GSI (which was zero) and the vector value, and we\ngot these unhappy error messages:\n\n(XEN) irq.c:1575: dom0: pirq 0 not mapped\n[    7.733415] unmap irq failed -22\n\nThis patches fixes this and we use the PIRQ value instead of the GSI\nvalue.\n\nCC: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "66946f676776a6ef333db1cf7453ecf8a66c90df",
      "tree": "9eefb0b95ae97cef89bec299fb0ecc1f3d9e6103",
      "parents": [
        "2f70e0acd496398671606767122846278126a88b"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Tue Sep 14 10:32:32 2010 -0700"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Fri Nov 19 22:18:26 2010 -0800"
      },
      "message": "xen/balloon: make sure we only include remaining extra ram\n\nIf the user specifies mem\u003d on the kernel command line, some or all\nof the extra memory E820 region may be clipped away, so make sure\nwe don\u0027t try to add more extra memory than exists in E820.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "2f70e0acd496398671606767122846278126a88b",
      "tree": "1f274e6525f4f87699a6514235e6b8867638237a",
      "parents": [
        "9be4d4575906af9698de660e477f949a076c87e1"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Sep 02 23:11:17 2010 -0700"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Fri Nov 19 22:17:25 2010 -0800"
      },
      "message": "xen/balloon: the balloon_lock is useless\n\nThe balloon_lock is useless, since it protects nothing against nothing.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "9be4d4575906af9698de660e477f949a076c87e1",
      "tree": "9a0857539b14c600ac6802ded4d129f23f5bcecf",
      "parents": [
        "e04195644eea7c6c14007922257704ec67156cd1"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Tue Aug 31 15:01:16 2010 -0700"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Fri Nov 19 22:15:59 2010 -0800"
      },
      "message": "xen: add extra pages to balloon\n\nAdd extra pages in the pseudo-physical address space to the balloon\nso we can extend into them later.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "b5d827b641b192ceb6968c21feb544c744e43108",
      "tree": "040da7c525271a74c7da2c5d60f29f02f000788f",
      "parents": [
        "67cb40560940ba36de22d66f0d5d8efe235c8bb1"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "ian.campbell@citrix.com",
        "time": "Mon Dec 07 17:10:27 2009 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Nov 18 23:44:44 2010 -0800"
      },
      "message": "xen: make evtchn\u0027s name less generic\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "67cb40560940ba36de22d66f0d5d8efe235c8bb1",
      "tree": "1bc7f165e7ddaef5792fc13b4cc56b2c2b700725",
      "parents": [
        "bc7fc5e33e1a093e5f9e196595843bb096471586",
        "70697d540c0598ad023a391d4c895044db9a6624"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Nov 18 22:43:38 2010 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Nov 18 22:43:38 2010 -0800"
      },
      "message": "Merge branch \u0027xen/dev-evtchn\u0027 into upstream/evtchn\n\n* xen/dev-evtchn:\n  xen/evtchn: add missing static\n  xen/evtchn: Fix name of Xen event-channel device\n  xen/evtchn: don\u0027t do unbind_from_irqhandler under spinlock\n  xen/evtchn: remove spurious barrier\n  xen/evtchn: ports start enabled\n  xen/evtchn: dynamically allocate port_user array\n  xen/evtchn: track enabled state for each port\n"
    },
    {
      "commit": "bc7fc5e33e1a093e5f9e196595843bb096471586",
      "tree": "6916c28ae9582f4257d5ec661a6903427b96571e",
      "parents": [
        "e53beacd23d9cb47590da6a7a7f6d417b941a994"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Nov 18 22:32:17 2010 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Nov 18 22:32:17 2010 -0800"
      },
      "message": "xen/evtchn: the evtchn device is non-seekable\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "9045d47ea362e6a3727ee3f1b69a1b656976772e",
      "tree": "7d8331cd5d1e5f10b03151172ae5bd7b1b46eeb6",
      "parents": [
        "fe61f1d737f7804e0bd440ace9724e669e2c2906"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Nov 18 17:14:46 2010 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Nov 18 17:14:46 2010 -0800"
      },
      "message": "Revert \"xen/privcmd: create address space to allow writable mmaps\"\n\nThis reverts commit 24a89b5be4cf2b7f1b49b56b6cb4a7b71fccf241.\n\nWe should no longer need an address space now that we\u0027re correctly\nsetting VM_PFNMAP on our vmas.\n\nConflicts:\n\n\tdrivers/xen/xenfs/super.c\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "451a3c24b0135bce54542009b5fde43846c7cf67",
      "tree": "f0fbbcc155aef2a1ffcb8aa593fe7a966d0e6900",
      "parents": [
        "55f6561c6941713ab5ae9180525b026dd40b7d14"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Wed Nov 17 16:26:55 2010 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Nov 17 08:59:32 2010 -0800"
      },
      "message": "BKL: remove extraneous #include \u003csmp_lock.h\u003e\n\nThe big kernel lock has been removed from all these files at some point,\nleaving only the #include.\n\nRemove this too as a cleanup.\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e04195644eea7c6c14007922257704ec67156cd1",
      "tree": "12b3881504bb8ccc8c3eb34b6364b3fffc9b8db2",
      "parents": [
        "1c6969ec8e6328e8d288fc585310e9e52fc9db04"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Tue Nov 16 14:56:47 2010 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Tue Nov 16 14:58:50 2010 -0800"
      },
      "message": "xen/events: use locked set|clear_bit() for cpu_evtchn_mask\n\nThe per-cpu event channel masks can be updated unlocked from multiple\nCPUs, so use the locked variant.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "1c6969ec8e6328e8d288fc585310e9e52fc9db04",
      "tree": "98fb1738fbd2f7a46879ea802e0934861dc7a3be",
      "parents": [
        "7e77506a5918d82cafa2ffa783ab57c23f9e9817"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "jbeulich@novell.com",
        "time": "Tue Nov 16 14:55:33 2010 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Tue Nov 16 14:58:47 2010 -0800"
      },
      "message": "xen/evtchn: clear secondary CPUs\u0027 cpu_evtchn_mask[] after restore\n\nTo bind all event channels to CPU#0, it is not sufficient to set all\nof its cpu_evtchn_mask[] bits; all other CPUs also need to get their\nbits cleared. Otherwise, evtchn_do_upcall() will start handling\ninterrupts on CPUs they\u0027re not intended to run on, which can be\nparticularly bad for per-CPU ones.\n\n[ linux-2.6.18-xen.hg 7de7453dee36 ]\n\nSigned-off-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "fe61f1d737f7804e0bd440ace9724e669e2c2906",
      "tree": "be4c179d2d8c84ab104c5da499a275eeb3adb70d",
      "parents": [
        "20b4755e4fbb226eb42951bd40b53fcbce9ef944"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Tue Nov 16 11:06:46 2010 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Tue Nov 16 11:06:46 2010 -0800"
      },
      "message": "xen/xenfs: update xenfs_mount for new prototype\n\n.mount now returns a struct dentry *.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "20b4755e4fbb226eb42951bd40b53fcbce9ef944",
      "tree": "43da70e0b32ee423d3643ecd422821383411ab72",
      "parents": [
        "744f9f104ea262de1dc3e29265870c649f0d9473",
        "e53beacd23d9cb47590da6a7a7f6d417b941a994"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Tue Nov 16 11:06:22 2010 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Tue Nov 16 11:06:22 2010 -0800"
      },
      "message": "Merge commit \u0027v2.6.37-rc2\u0027 into upstream/xenfs\n\n* commit \u0027v2.6.37-rc2\u0027: (10093 commits)\n  Linux 2.6.37-rc2\n  capabilities/syslog: open code cap_syslog logic to fix build failure\n  i2c: Sanity checks on adapter registration\n  i2c: Mark i2c_adapter.id as deprecated\n  i2c: Drivers shouldn\u0027t include \u003clinux/i2c-id.h\u003e\n  i2c: Delete unused adapter IDs\n  i2c: Remove obsolete cleanup for clientdata\n  include/linux/kernel.h: Move logging bits to include/linux/printk.h\n  Fix gcc 4.5.1 miscompiling drivers/char/i8k.c (again)\n  hwmon: (w83795) Check for BEEP pin availability\n  hwmon: (w83795) Clear intrusion alarm immediately\n  hwmon: (w83795) Read the intrusion state properly\n  hwmon: (w83795) Print the actual temperature channels as sources\n  hwmon: (w83795) List all usable temperature sources\n  hwmon: (w83795) Expose fan control method\n  hwmon: (w83795) Fix fan control mode attributes\n  hwmon: (lm95241) Check validity of input values\n  hwmon: Change mail address of Hans J. Koch\n  PCI: sysfs: fix printk warnings\n  GFS2: Fix inode deallocation race\n  ...\n"
    },
    {
      "commit": "891cbd30ef456664e50bbd28436ef3006a81cf7c",
      "tree": "081fa8ec6c2168acc7ee428857b545540055df76",
      "parents": [
        "b5c551043617ecf84ad6bb888f96fdf4e4769d4c",
        "9ec23a7f6d2537faf14368e066e307c06812c4ca"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Nov 12 16:01:55 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Nov 12 16:01:55 2010 -0800"
      },
      "message": "Merge branch \u0027upstream/core\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen\n\n* \u0027upstream/core\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen:\n  xen: do not release any memory under 1M in domain 0\n  xen: events: do not unmask event channels on resume\n  xen: correct size of level2_kernel_pgt\n"
    },
    {
      "commit": "e060e7af98182494b764d002eba7fa022fe91bdf",
      "tree": "556b1a8c0d5cddf245c18bf220259691fb8f31d3",
      "parents": [
        "313e74412105c670ff8900ec8099a3a5df1fa83c"
      ],
      "author": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Thu Nov 11 12:37:43 2010 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Nov 11 12:37:43 2010 -0800"
      },
      "message": "xen: set vma flag VM_PFNMAP in the privcmd mmap file_op\n\nSet VM_PFNMAP in the privcmd mmap file_op, rather than later in\nxen_remap_domain_mfn_range when it is too late because\nvma_wants_writenotify has already been called and vm_page_prot has\nalready been modified.\n\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "6903591f314b8947d0e362bda7715e90eb9df75e",
      "tree": "cb10990908ffebb46c1703db517a8e91e6e30e33",
      "parents": [
        "a2d771c036eb8c040683089ca04c36dfb93a0e60"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "ian.campbell@citrix.com",
        "time": "Mon Nov 01 16:30:09 2010 +0000"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Nov 10 17:19:25 2010 -0800"
      },
      "message": "xen: events: do not unmask event channels on resume\n\nThe IRQ core code will take care of disabling and reenabling\ninterrupts over suspend resume automatically, therefore we do not need\nto do this in the Xen event channel code.\n\nThe only exception is those event channels marked IRQF_NO_SUSPEND\nwhich the IRQ core ignores. We must unmask these ourselves, taking\ncare to obey the current IRQ_DISABLED status. Failure check for\nIRQ_DISABLED leads to enabling polled only event channels, such as\nthat associated with the pv spinlocks, which must never be enabled:\n\n[   21.970432] ------------[ cut here ]------------\n[   21.970432] kernel BUG at arch/x86/xen/spinlock.c:343!\n[   21.970432] invalid opcode: 0000 [#1] SMP\n[   21.970432] last sysfs file: /sys/devices/virtual/net/lo/operstate\n[   21.970432] Modules linked in:\n[   21.970432]\n[   21.970432] Pid: 0, comm: swapper Not tainted (2.6.32.24-x86_32p-xen-01034-g787c727 #34)\n[   21.970432] EIP: 0061:[\u003cc102e209\u003e] EFLAGS: 00010046 CPU: 3\n[   21.970432] EIP is at dummy_handler+0x3/0x7\n[   21.970432] EAX: 0000021c EBX: dfc16880 ECX: 0000001a EDX: 00000000\n[   21.970432] ESI: dfc02c00 EDI: 00000001 EBP: dfc47e10 ESP: dfc47e10\n[   21.970432]  DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0069\n[   21.970432] Process swapper (pid: 0, ti\u003ddfc46000 task\u003ddfc39440 task.ti\u003ddfc46000)\n[   21.970432] Stack:\n[   21.970432]  dfc47e30 c10a39f0 0000021c 00000000 00000000 dfc16880 0000021c 00000001\n[   21.970432] \u003c0\u003e dfc47e40 c10a4f08 0000021c 00000000 dfc47e78 c12240a7 c1839284 c1839284\n[   21.970432] \u003c0\u003e 00000200 00000000 00000000 f5720000 c1f3d028 c1f3d02c 00000180 dfc47e90\n[   21.970432] Call Trace:\n[   21.970432]  [\u003cc10a39f0\u003e] ? handle_IRQ_event+0x5f/0x122\n[   21.970432]  [\u003cc10a4f08\u003e] ? handle_percpu_irq+0x2f/0x55\n[   21.970432]  [\u003cc12240a7\u003e] ? __xen_evtchn_do_upcall+0xdb/0x15f\n[   21.970432]  [\u003cc122481e\u003e] ? xen_evtchn_do_upcall+0x20/0x30\n[   21.970432]  [\u003cc1030d47\u003e] ? xen_do_upcall+0x7/0xc\n[   21.970432]  [\u003cc102007b\u003e] ? apic_reg_read+0xd3/0x22d\n[   21.970432]  [\u003cc1002227\u003e] ? hypercall_page+0x227/0x1005\n[   21.970432]  [\u003cc102d30b\u003e] ? xen_force_evtchn_callback+0xf/0x14\n[   21.970432]  [\u003cc102da7c\u003e] ? check_events+0x8/0xc\n[   21.970432]  [\u003cc102da3b\u003e] ? xen_irq_enable_direct_end+0x0/0x1\n[   21.970432]  [\u003cc105e485\u003e] ? finish_task_switch+0x62/0xba\n[   21.970432]  [\u003cc14e3f84\u003e] ? schedule+0x808/0x89d\n[   21.970432]  [\u003cc1084dc5\u003e] ? hrtimer_start_expires+0x1a/0x22\n[   21.970432]  [\u003cc1085154\u003e] ? tick_nohz_restart_sched_tick+0x15a/0x162\n[   21.970432]  [\u003cc102f43a\u003e] ? cpu_idle+0x6d/0x6f\n[   21.970432]  [\u003cc14db29e\u003e] ? cpu_bringup_and_idle+0xd/0xf\n[   21.970432] Code: 5d 0f 95 c0 0f b6 c0 c3 55 66 83 78 02 00 89 e5 5d 0f 95 \\\nc0 0f b6 c0 c3 55 b2 01 86 10 31 c0 84 d2 89 e5 0f 94 c0 5d c3 55 89 e5 \u003c0f\u003e 0b \\\neb fe 55 80 3d 4c ce 84 c1 00 89 e5 57 56 89 c6 53 74 15\n[   21.970432] EIP: [\u003cc102e209\u003e] dummy_handler+0x3/0x7 SS:ESP 0069:dfc47e10\n[   21.970432] ---[ end trace c0b71f7e12cf3011 ]---\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "313e74412105c670ff8900ec8099a3a5df1fa83c",
      "tree": "43736d2d3eae7f65fd8c200f0b8bdf9fe9e38d6d",
      "parents": [
        "9387377eb79a44f453fd27c3d00a2e5da587e369"
      ],
      "author": {
        "name": "Vasiliy Kulikov",
        "email": "segooon@gmail.com",
        "time": "Thu Oct 28 15:39:02 2010 +0400"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Fri Oct 29 11:02:25 2010 -0700"
      },
      "message": "xen: xenfs: privcmd: check put_user() return code\n\nput_user() may fail.  In this case propagate error code from\nprivcmd_ioctl_mmap_batch().\n\nSigned-off-by: Vasiliy Kulikov \u003csegooon@gmail.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "fc14f2fef682df677d64a145256dbd263df2aa7b",
      "tree": "74f6b939fbad959a43c04ec646cd0adc8af5f53a",
      "parents": [
        "848b83a59b772b8f102bc5e3f1187c2fa5676959"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Sun Jul 25 01:48:30 2010 +0400"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Fri Oct 29 04:16:28 2010 -0400"
      },
      "message": "convert get_sb_single() users\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "18cb657ca1bafe635f368346a1676fb04c512edf",
      "tree": "b0eb6a4ceddf98e7bf820be7ff24bf131ff56b0c",
      "parents": [
        "2301b65b86df8b80e6779ce9885ad62a5c4adc38",
        "e28c31a96b1570f17731b18e8efabb7308d0c22c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 28 17:11:17 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 28 17:11:17 2010 -0700"
      },
      "message": "Merge branch \u0027stable/xen-pcifront-0.8.2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen\n  and branch \u0027for-linus\u0027 of git://xenbits.xen.org/people/sstabellini/linux-pvhvm\n\n* \u0027for-linus\u0027 of git://xenbits.xen.org/people/sstabellini/linux-pvhvm:\n  xen: register xen pci notifier\n  xen: initialize cpu masks for pv guests in xen_smp_init\n  xen: add a missing #include to arch/x86/pci/xen.c\n  xen: mask the MTRR feature from the cpuid\n  xen: make hvc_xen console work for dom0.\n  xen: add the direct mapping area for ISA bus access\n  xen: Initialize xenbus for dom0.\n  xen: use vcpu_ops to setup cpu masks\n  xen: map a dummy page for local apic and ioapic in xen_set_fixmap\n  xen: remap MSIs into pirqs when running as initial domain\n  xen: remap GSIs as pirqs when running as initial domain\n  xen: introduce XEN_DOM0 as a silent option\n  xen: map MSIs into pirqs\n  xen: support GSI -\u003e pirq remapping in PV on HVM guests\n  xen: add xen hvm acpi_register_gsi variant\n  acpi: use indirect call to register gsi in different modes\n  xen: implement xen_hvm_register_pirq\n  xen: get the maximum number of pirqs from xen\n  xen: support pirq !\u003d irq\n\n* \u0027stable/xen-pcifront-0.8.2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen: (27 commits)\n  X86/PCI: Remove the dependency on isapnp_disable.\n  xen: Update Makefile with CONFIG_BLOCK dependency for biomerge.c\n  MAINTAINERS: Add myself to the Xen Hypervisor Interface and remove Chris Wright.\n  x86: xen: Sanitse irq handling (part two)\n  swiotlb-xen: On x86-32 builts, select SWIOTLB instead of depending on it.\n  MAINTAINERS: Add myself for Xen PCI and Xen SWIOTLB maintainer.\n  xen/pci: Request ACS when Xen-SWIOTLB is activated.\n  xen-pcifront: Xen PCI frontend driver.\n  xenbus: prevent warnings on unhandled enumeration values\n  xenbus: Xen paravirtualised PCI hotplug support.\n  xen/x86/PCI: Add support for the Xen PCI subsystem\n  x86: Introduce x86_msi_ops\n  msi: Introduce default_[teardown|setup]_msi_irqs with fallback.\n  x86/PCI: Export pci_walk_bus function.\n  x86/PCI: make sure _PAGE_IOMAP it set on pci mappings\n  x86/PCI: Clean up pci_cache_line_size\n  xen: fix shared irq device passthrough\n  xen: Provide a variant of xen_poll_irq with timeout.\n  xen: Find an unbound irq number in reverse order (high to low).\n  xen: statically initialize cpu_evtchn_mask_p\n  ...\n\nFix up trivial conflicts in drivers/pci/Makefile\n"
    },
    {
      "commit": "e28c31a96b1570f17731b18e8efabb7308d0c22c",
      "tree": "5d739fa69be57e8849b2de62f8341b5b5c34e6cd",
      "parents": [
        "ea5b8f73933e34d2b47a65284c46d26d49e7edb9"
      ],
      "author": {
        "name": "Weidong Han",
        "email": "weidong.han@intel.com",
        "time": "Wed Oct 27 17:55:04 2010 +0100"
      },
      "committer": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Wed Oct 27 18:56:07 2010 +0100"
      },
      "message": "xen: register xen pci notifier\n\nRegister a pci notifier to add (or remove) pci devices to Xen via\nhypercalls. Xen needs to know the pci devices present in the system to\nhandle pci passthrough and even MSI remapping in the initial domain.\n\nSigned-off-by: Weidong Han \u003cweidong.han@intel.com\u003e\nSigned-off-by: Qing He \u003cqing.he@intel.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\n"
    },
    {
      "commit": "520045db940a381d2bee1c1b2179f7921b40fb10",
      "tree": "1dab17add9c5d73e57cbc526884b4c6b4a4d4cd9",
      "parents": [
        "426e1f5cec4821945642230218876b0e89aafab1",
        "9387377eb79a44f453fd27c3d00a2e5da587e369",
        "45263cb0993de738e158c625c84a5feb18bed317"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Oct 26 18:20:19 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Oct 26 18:20:19 2010 -0700"
      },
      "message": "Merge branches \u0027upstream/xenfs\u0027 and \u0027upstream/core\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen\n\n* \u0027upstream/xenfs\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen:\n  xen/privcmd: make privcmd visible in domU\n  xen/privcmd: move remap_domain_mfn_range() to core xen code and export.\n  privcmd: MMAPBATCH: Fix error handling/reporting\n  xenbus: export xen_store_interface for xenfs\n  xen/privcmd: make sure vma is ours before doing anything to it\n  xen/privcmd: print SIGBUS faults\n  xen/xenfs: set_page_dirty is supposed to return true if it dirties\n  xen/privcmd: create address space to allow writable mmaps\n  xen: add privcmd driver\n  xen: add variable hypercall caller\n  xen: add xen_set_domain_pte()\n  xen: add /proc/xen/xsd_{kva,port} to xenfs\n\n* \u0027upstream/core\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen: (29 commits)\n  xen: include xen/xen.h for definition of xen_initial_domain()\n  xen: use host E820 map for dom0\n  xen: correctly rebuild mfn list list after migration.\n  xen: improvements to VIRQ_DEBUG output\n  xen: set up IRQ before binding virq to evtchn\n  xen: ensure that all event channels start off bound to VCPU 0\n  xen/hvc: only notify if we actually sent something\n  xen: don\u0027t add extra_pages for RAM after mem_end\n  xen: add support for PAT\n  xen: make sure xen_max_p2m_pfn is up to date\n  xen: limit extra memory to a certain ratio of base\n  xen: add extra pages for E820 RAM regions, even if beyond mem_end\n  xen: make sure xen_extra_mem_start is beyond all non-RAM e820\n  xen: implement \"extra\" memory to reserve space for pages not present at boot\n  xen: Use host-provided E820 map\n  xen: don\u0027t map missing memory\n  xen: defer building p2m mfn structures until kernel is mapped\n  xen: add return value to set_phys_to_machine()\n  xen: convert p2m to a 3 level tree\n  xen: make install_p2mtop_page() static\n  ...\n\nFix up trivial conflict in arch/x86/xen/mmu.c, and fix the use of\n\u0027reserve_early()\u0027 - in the new memblock world order it is now\n\u0027memblock_x86_reserve_range()\u0027 instead. Pointed out by Jeremy.\n"
    },
    {
      "commit": "4fe7d5a708a955b35e3fdc4dea3e0b7a6ae2eb06",
      "tree": "43fff2734caa2efa8d7adc8c3439d4c282f29081",
      "parents": [
        "4ec5387cc36c6472a2ff2c82e9865abe8cab96c2"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Sep 02 16:17:06 2010 +0100"
      },
      "committer": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Fri Oct 22 21:26:01 2010 +0100"
      },
      "message": "xen: make hvc_xen console work for dom0.\n\nUse the console hypercalls for dom0 console.\n\n[ Impact: Add Xen dom0 console ]\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Juan Quintela \u003cquintela@redhat.com\u003e\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "b37a56d6f3c0595d8d65ddd5b7610d11735c4978",
      "tree": "bfd7ddea47b7d8b086c67d3ac91e1ac999690a10",
      "parents": [
        "801fd14a725ef7757d33f07b83415cdd2165e50a"
      ],
      "author": {
        "name": "Juan Quintela",
        "email": "quintela@redhat.com",
        "time": "Thu Sep 02 14:53:56 2010 +0100"
      },
      "committer": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Fri Oct 22 21:25:45 2010 +0100"
      },
      "message": "xen: Initialize xenbus for dom0.\n\nDo initial xenbus/xenstore setup in dom0.  In dom0 we need to actually\nallocate the xenstore resources, rather than being given them from\noutside.\n\n[ Impact: initialize Xenbus ]\n\nSigned-off-by: Juan Quintela \u003cquintela@redhat.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "f731e3ef02b4744f4d7ca2f63539b900e47db31f",
      "tree": "865ef6f817c372b99f0b36dc6f2638df087d51e7",
      "parents": [
        "38aa66fcb79e0a46c24bba96b6f2b851a6ec2037"
      ],
      "author": {
        "name": "Qing He",
        "email": "qing.he@intel.com",
        "time": "Mon Oct 11 15:30:09 2010 +0100"
      },
      "committer": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Fri Oct 22 21:25:44 2010 +0100"
      },
      "message": "xen: remap MSIs into pirqs when running as initial domain\n\nImplement xen_create_msi_irq to create an msi and remap it as pirq.\nUse xen_create_msi_irq to implement an initial domain specific version\nof setup_msi_irqs.\n\nSigned-off-by: Qing He \u003cqing.he@intel.com\u003e\nSigned-off-by: Yunhong Jiang \u003cyunhong.jiang@intel.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "38aa66fcb79e0a46c24bba96b6f2b851a6ec2037",
      "tree": "ada0747fc6a242581dc8c612bae53161f97ab14a",
      "parents": [
        "6b0661a5e6fbfb159b78a39c0476905aa9b575fe"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Sep 02 14:51:39 2010 +0100"
      },
      "committer": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Fri Oct 22 21:25:43 2010 +0100"
      },
      "message": "xen: remap GSIs as pirqs when running as initial domain\n\nImplement xen_register_gsi to setup the correct triggering and polarity\nproperties of a gsi.\nImplement xen_register_pirq to register a particular gsi as pirq and\nreceive interrupts as events.\nCall xen_setup_pirqs to register all the legacy ISA irqs as pirqs.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "809f9267bbaba7765cdb86a47f2e6e4bf4951b69",
      "tree": "5ed0ad8e7f5f535d94927498feefba15c9770e91",
      "parents": [
        "3942b740e5183caad47a4a3fcb37a4509ce7af83"
      ],
      "author": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Thu Jul 01 17:10:39 2010 +0100"
      },
      "committer": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Fri Oct 22 21:25:43 2010 +0100"
      },
      "message": "xen: map MSIs into pirqs\n\nMap MSIs into pirqs, writing 0 in the MSI vector data field and the pirq\nnumber in the MSI destination id field.\n\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "3942b740e5183caad47a4a3fcb37a4509ce7af83",
      "tree": "7051ecaaca2eadbc68743b4697add53f64d9401d",
      "parents": [
        "90f6881e6430ea7b38b9e0f9837719b1935616e0"
      ],
      "author": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Thu Jun 24 17:50:18 2010 +0100"
      },
      "committer": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Fri Oct 22 21:25:42 2010 +0100"
      },
      "message": "xen: support GSI -\u003e pirq remapping in PV on HVM guests\n\nDisable pcifront when running on HVM: it is meant to be used with pv\nguests that don\u0027t have PCI bus.\n\nUse acpi_register_gsi_xen_hvm to remap GSIs into pirqs.\n\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "42a1de56f35a9c87932f45439dc1b09c8da0cc95",
      "tree": "4be6a92222ef2efabd1705cd6b3adb7832f7f9a9",
      "parents": [
        "01557baff6e9c371d4c96e01089dca32cf347500"
      ],
      "author": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Thu Jun 24 16:42:04 2010 +0100"
      },
      "committer": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Fri Oct 22 21:25:41 2010 +0100"
      },
      "message": "xen: implement xen_hvm_register_pirq\n\nxen_hvm_register_pirq allows the kernel to map a GSI into a Xen pirq and\nreceive the interrupt as an event channel from that point on.\n\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "01557baff6e9c371d4c96e01089dca32cf347500",
      "tree": "e7c39a32d6ba1f0db53f8c6e512693f3a6f75c3f",
      "parents": [
        "7a043f119c0e4b460306f868d9638ac55c6afa6f"
      ],
      "author": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Fri Aug 20 14:46:52 2010 +0100"
      },
      "committer": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Fri Oct 22 21:25:40 2010 +0100"
      },
      "message": "xen: get the maximum number of pirqs from xen\n\nUse PHYSDEVOP_get_nr_pirqs to get the maximum number of pirqs from xen.\n\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "7a043f119c0e4b460306f868d9638ac55c6afa6f",
      "tree": "6642df09a1bf509ee553bef0ab9e6032ba832271",
      "parents": [
        "67ba37293e938208795d6a3562201bdb0cf43393"
      ],
      "author": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Thu Jul 01 17:08:14 2010 +0100"
      },
      "committer": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Fri Oct 22 21:25:40 2010 +0100"
      },
      "message": "xen: support pirq !\u003d irq\n\nPHYSDEVOP_map_pirq might return a pirq different from what we asked if\nwe are running as an HVM guest, so we need to be able to support pirqs\nthat are different from linux irqs.\n\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nReviewed-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "67ba37293e938208795d6a3562201bdb0cf43393",
      "tree": "3522e949ff19f3809583bfb3fa3973ddf264689d",
      "parents": [
        "cd07202cc8262e1669edff0d97715f3dd9260917",
        "5bba6c56dc99ff88f79a79572e29ecf445710878"
      ],
      "author": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Fri Oct 22 21:24:06 2010 +0100"
      },
      "committer": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Fri Oct 22 21:24:06 2010 +0100"
      },
      "message": "Merge commit \u0027konrad/stable/xen-pcifront-0.8.2\u0027 into 2.6.36-rc8-initial-domain-v6\n"
    },
    {
      "commit": "cb52e6d9ed9bb9cf74f8396a603ecf12b64c1ec1",
      "tree": "f133786c7cdbe6f36182484cc85394f62b7f901d",
      "parents": [
        "a52521f149c42b35a28423ee30be9a7afa51dfbf"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "ian.campbell@citrix.com",
        "time": "Fri Oct 15 11:52:46 2010 +0100"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Fri Oct 22 12:57:35 2010 -0700"
      },
      "message": "xen: improvements to VIRQ_DEBUG output\n\n* Fix bitmask formatting on 64 bit by specifying correct field widths.\n\n* Output both global and local masked and pending information.\n\n* Indicate in list of pending interrupts whether they are pending in\n  the L2, masked globally and/or masked locally.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "a52521f149c42b35a28423ee30be9a7afa51dfbf",
      "tree": "efbdbd6c297858df7a375b3deec110c432e0912a",
      "parents": [
        "b0097adeec27e30223c989561ab0f7aa60d1fe93"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Sep 22 15:28:52 2010 -0700"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Fri Oct 22 12:57:34 2010 -0700"
      },
      "message": "xen: set up IRQ before binding virq to evtchn\n\nMake sure the irq is set up before binding a virq event channel to it.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "b0097adeec27e30223c989561ab0f7aa60d1fe93",
      "tree": "279f410614c0b5a7dd7adbc54a8c7c45af81505d",
      "parents": [
        "403a85ff001710bb92689790b9a5c1c80e4b37a6"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "ian.campbell@citrix.com",
        "time": "Fri Oct 08 16:59:12 2010 +0100"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Fri Oct 22 12:57:33 2010 -0700"
      },
      "message": "xen: ensure that all event channels start off bound to VCPU 0\n\nAll event channels startbound to VCPU 0 so ensure that cpu_evtchn_mask\nis initialised to reflect this. Otherwise there is a race after registering an\nevent channel but before the affinity is explicitly set where the event channel\ncan be delivered. If this happens then the event channel remains pending in the\nL1 (evtchn_pending) array but is cleared in L2 (evtchn_pending_sel), this means\nthe event channel cannot be reraised until another event channel happens to\ntrigger the same L2 entry on that VCPU.\n\nsizeof(cpu_evtchn_mask(0))\u003d\u003dsizeof(unsigned long*) which is not correct, and\ncauses only the first 32 or 64 event channels (depending on architecture) to be\ninitially bound to VCPU0. Use sizeof(struct cpu_evtchn_s) instead.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\nCc: stable@kernel.org\n"
    },
    {
      "commit": "3588fe2e3f36543664beafedd3bb6dc3ffa896c5",
      "tree": "36195936e090abf5f641f359b64e9d8e7a1cf5f2",
      "parents": [
        "1e17fc7eff56d23a835d5d33e71d813aa9eb8ecc"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Fri Aug 27 17:30:24 2010 -0700"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Fri Oct 22 12:57:21 2010 -0700"
      },
      "message": "xen/events: change to using fasteoi\n\nChange event delivery to:\n - mask+clear event in the upcall function\n - use handle_fasteoi_irq as the handler\n - unmask in the eoi function (and handle migration)\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "092e0e7e520a1fca03e13c9f2d157432a8657ff2",
      "tree": "451897252c4c08c4b5a8ef535da156f1e817e80b",
      "parents": [
        "79f14b7c56d3b3ba58f8b43d1f70b9b71477a800",
        "776c163b1b93c8dfa5edba885bc2bfbc2d228a5f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Oct 22 10:52:56 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Oct 22 10:52:56 2010 -0700"
      },
      "message": "Merge branch \u0027llseek\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl\n\n* \u0027llseek\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl:\n  vfs: make no_llseek the default\n  vfs: don\u0027t use BKL in default_llseek\n  llseek: automatically add .llseek fop\n  libfs: use generic_file_llseek for simple_attr\n  mac80211: disallow seeks in minstrel debug code\n  lirc: make chardev nonseekable\n  viotape: use noop_llseek\n  raw: use explicit llseek file operations\n  ibmasmfs: use generic_file_llseek\n  spufs: use llseek in all file operations\n  arm/omap: use generic_file_llseek in iommu_debug\n  lkdtm: use generic_file_llseek in debugfs\n  net/wireless: use generic_file_llseek in debugfs\n  drm: use noop_llseek\n"
    },
    {
      "commit": "9387377eb79a44f453fd27c3d00a2e5da587e369",
      "tree": "5e89835cbddf861d54e5955071ff1940af71ce6e",
      "parents": [
        "de1ef2065c4675ab1062ebc8d1cb6c5f42b61d04"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Oct 06 08:51:32 2010 -0700"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Oct 20 16:29:43 2010 -0700"
      },
      "message": "xen/privcmd: make privcmd visible in domU\n\nIt has its uses in a domU as well as dom0.  Xen will prevent an\nunprivileged domain from doing anything untoward.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "de1ef2065c4675ab1062ebc8d1cb6c5f42b61d04",
      "tree": "8091769ae22659277e43df69a7101c17e19530fa",
      "parents": [
        "f020e2905166e12f9a8f109fe968cb5a9db887e9"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "ian.campbell@citrix.com",
        "time": "Thu May 21 10:09:46 2009 +0100"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Oct 20 16:22:34 2010 -0700"
      },
      "message": "xen/privcmd: move remap_domain_mfn_range() to core xen code and export.\n\nThis allows xenfs to be built as a module, previously it required flush_tlb_all\nand arbitrary_virt_to_machine to be exported.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "f020e2905166e12f9a8f109fe968cb5a9db887e9",
      "tree": "de519deb292f099369dc81e65401227016139a94",
      "parents": [
        "8e3e99918b9ccd6bc2369ddbcd74056f8796e1e0"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "ian.campbell@citrix.com",
        "time": "Wed May 20 15:42:14 2009 +0100"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Oct 20 16:22:33 2010 -0700"
      },
      "message": "privcmd: MMAPBATCH: Fix error handling/reporting\n\nOn error IOCTL_PRIVCMD_MMAPBATCH is expected to set the top nibble of\nthe effected MFN and return 0. Currently it leaves the MFN unmodified\nand returns the number of failures. Therefore:\n\n- reimplement remap_domain_mfn_range() using direct\n  HYPERVISOR_mmu_update() calls and small batches. The xen_set_domain_pte()\n  interface does not report errors and since some failures are\n  expected/normal using the multicall infrastructure is too noisy.\n- return 0 as expected\n- writeback the updated MFN list to mmapbatch-\u003earr not over mmapbatch,\n  smashing the caller\u0027s stack.\n- remap_domain_mfn_range can be static.\n\nWith this change I am able to start an HVM domain.\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nCc: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "8e3e99918b9ccd6bc2369ddbcd74056f8796e1e0",
      "tree": "9c189ec2cec69ef55d58bfa3ad2be43eb2a9cf13",
      "parents": [
        "f31fdf510531333dea95f0a92e6eaa1c3a7541e2"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Sat Mar 21 23:51:26 2009 -0700"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Oct 20 16:22:32 2010 -0700"
      },
      "message": "xenbus: export xen_store_interface for xenfs\n\nxen_store_interface is needed by xenfs, and xenfs may be a module.\n\n[ Impact: build fix for modular xenfs ]\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "f31fdf510531333dea95f0a92e6eaa1c3a7541e2",
      "tree": "0a722a5f3ddc104db0b2c57e8ee7f192626aa22f",
      "parents": [
        "441c7416b55d3d48b4aaafc5bdd804092387d877"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Sun Mar 08 04:10:00 2009 -0700"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Oct 20 16:22:32 2010 -0700"
      },
      "message": "xen/privcmd: make sure vma is ours before doing anything to it\n\nTest vma-\u003evm_ops is our operations to make sure we created it.\nWe don\u0027t want to stomp on other random vmas.\n\n[ Impact: bugfix; prevent ioctl from affecting other mappings ]\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "441c7416b55d3d48b4aaafc5bdd804092387d877",
      "tree": "628131f9abe21d7b9534a6185f57ab263579cacc",
      "parents": [
        "35f8c1c343f2918ea24f05282d14e711887d8278"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Fri Mar 06 09:56:59 2009 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Oct 20 16:22:31 2010 -0700"
      },
      "message": "xen/privcmd: print SIGBUS faults\n\nPrint more detail about privcmd mapping faults for debugging.\n\n[ Impact: debug ]\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "35f8c1c343f2918ea24f05282d14e711887d8278",
      "tree": "c6455171926898d3da6fa8715b25b0d44ff1ea01",
      "parents": [
        "24a89b5be4cf2b7f1b49b56b6cb4a7b71fccf241"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Fri Mar 06 09:56:26 2009 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Oct 20 16:22:30 2010 -0700"
      },
      "message": "xen/xenfs: set_page_dirty is supposed to return true if it dirties\n\nI don\u0027t think it matters at all in this case (there\u0027s only one caller\nwhich checks the return value), but may as well be strictly correct.\n\n[ Impact: cleanup ]\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "24a89b5be4cf2b7f1b49b56b6cb4a7b71fccf241",
      "tree": "cb19b4d662cce8e2f0a62e467bc83848863bccb6",
      "parents": [
        "1c5de1939c204bde9cce87f4eb3d26e9f9eb732b"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@goop.org",
        "time": "Mon Feb 09 12:05:49 2009 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Oct 20 16:22:30 2010 -0700"
      },
      "message": "xen/privcmd: create address space to allow writable mmaps\n\nThese are necessary to allow writeable mmap of the privcmd node to\nsucceed without being marked read-only for writenotify purposes. Which\nin turn is necessary to allow mappings of foreign guest pages\n\n[ Impact: bugfix: allow writable mappings ]\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "1c5de1939c204bde9cce87f4eb3d26e9f9eb732b",
      "tree": "c67089c6f7d482623b89710938f7e8ee9f8e7806",
      "parents": [
        "1246ae0bb992f106a245eea2b8dd901ced868e7a"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@goop.org",
        "time": "Mon Feb 09 12:05:49 2009 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Oct 20 16:22:29 2010 -0700"
      },
      "message": "xen: add privcmd driver\n\nThe privcmd interface in xenfs allows the tool stack in the privileged\ndomain to get fairly direct access to the hypervisor in order to do\nvarious management things such as domain construction.\n\n[ Impact: new xenfs interface for privileged operations ]\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "655d406a7c80bffc03263d071b6ba1e0fcf548f9",
      "tree": "d3cbe97860bff0d347111ff293b6f5b3124bf67e",
      "parents": [
        "cd07202cc8262e1669edff0d97715f3dd9260917"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "ian.campbell@citrix.com",
        "time": "Fri Feb 06 18:46:48 2009 -0800"
      },
      "committer": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Wed Oct 20 16:22:26 2010 -0700"
      },
      "message": "xen: add /proc/xen/xsd_{kva,port} to xenfs\n\nThese are used by the userspace xenstore daemon, which runs in dom0.\nXenstored is what\u0027s behind the xenfs \"xenbus\" filesystem.\n\n[ Impact: provide mapping and port to usermode for xenstore ]\n\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "2d7d06dd8ffcbafc03bf2c1cb4b2fb2c4c405ec1",
      "tree": "eb1e873af41ecd2bcc8b1036b0a16b3e846c17e4",
      "parents": [
        "31f9783f48388aacf7f791d607b16d36e63a2b79"
      ],
      "author": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Oct 20 13:04:13 2010 -0400"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Oct 20 13:04:13 2010 -0400"
      },
      "message": "xen: Update Makefile with CONFIG_BLOCK dependency for biomerge.c\n\nWithout this dependency we get these compile errors:\n\nlinux-next-20101020/drivers/xen/biomerge.c: In function \u0027xen_biovec_phys_mergeable\u0027:\nlinux-next-20101020/drivers/xen/biomerge.c:8: error: dereferencing pointer to incomplete type\nlinux-next-20101020/drivers/xen/biomerge.c:9: error: dereferencing pointer to incomplete type\nlinux-next-20101020/drivers/xen/biomerge.c:11: error: implicit declaration of function \u0027__BIOVEC_PHYS_MERGEABLE\u0027\n\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nReported-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\n"
    },
    {
      "commit": "14d4962dc863ab42e898d66d4837aa6c3afedc3b",
      "tree": "780cb53645b781dfd33b6d0ad21e0596f2ad1a1a",
      "parents": [
        "9717967c4b704ce344c954afb5bb160aa9c01c34",
        "2b666ca4a68cbc22483b0f2e1ba3c0e59b01ae9e"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Oct 20 04:38:56 2010 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Oct 20 04:38:59 2010 +0200"
      },
      "message": "Merge branch \u0027linus\u0027 into irq/core\n\nMerge reason: update to almost-final-.36\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "2c52f8d3f787ec8e39022da7d57b9f4f482ad2d0",
      "tree": "eb4b225095a204d3913b547de2befae8a49c357d",
      "parents": [
        "2775609c5d9a9d40ad5f101e23438ceacee4250b"
      ],
      "author": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Mon Oct 18 17:11:10 2010 -0400"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Mon Oct 18 17:12:38 2010 -0400"
      },
      "message": "x86: xen: Sanitse irq handling (part two)\n\nThomas Gleixner cleaned up event handling to use the\nsparse_irq handling, but the xen-pcifront patches utilized the\nold mechanism. This fixes them to work with sparse_irq handling.\n\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "2775609c5d9a9d40ad5f101e23438ceacee4250b",
      "tree": "1c398365b8eb4dcab7dffa900c7516d90956a6b3",
      "parents": [
        "c5f8e29d4cf3b29fe58df90f51676d812dfd16bd"
      ],
      "author": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Fri Oct 08 11:06:20 2010 -0400"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Mon Oct 18 10:49:40 2010 -0400"
      },
      "message": "swiotlb-xen: On x86-32 builts, select SWIOTLB instead of depending on it.\n\nWe used to depend on CONFIG_SWIOTLB, but that is disabled by default.\nSo when compiling we get this compile error:\n\narch/x86/xen/pci-swiotlb-xen.c: In function \u0027pci_xen_swiotlb_detect\u0027:\narch/x86/xen/pci-swiotlb-xen.c:48: error: lvalue required as left operand of assignment\n\nFix it by actually activating the SWIOTLB library.\n\nReported-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "74226b8c8a0b10841129916191205095af928da5",
      "tree": "641bd6e96004d432806ad781ee090515e82b14f5",
      "parents": [
        "956a9202cd1220397933a07beda9f96b3df1fa24"
      ],
      "author": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Thu Aug 19 13:34:58 2010 -0400"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Mon Oct 18 10:49:38 2010 -0400"
      },
      "message": "xen/pci: Request ACS when Xen-SWIOTLB is activated.\n\nIt used to done in the Xen startup code but that is not really\nappropiate.\n\n[v2: Update Kconfig with PCI requirement]\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "89afb6e46a0f72e0e5c51ef44aa900b74681664b",
      "tree": "fc7c62df2a0cbe81b8c68510b0add2d498f95c89",
      "parents": [
        "b5401a96b59475c1c878439caecb8c521bdfd4ad"
      ],
      "author": {
        "name": "Yosuke Iwamatsu",
        "email": "y-iwamatsu@ab.jp.nec.com",
        "time": "Tue Oct 13 17:22:27 2009 -0400"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Mon Oct 18 10:49:35 2010 -0400"
      },
      "message": "xenbus: Xen paravirtualised PCI hotplug support.\n\nThe Xen PCI front driver adds two new states that are utilizez\nfor PCI hotplug support. This is a patch pulled from the\nlinux-2.6-xen-sparse tree.\n\nSigned-off-by: Noboru Iwamatsu \u003cn_iwamatsu@jp.fujitsu.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Yosuke Iwamatsu \u003cy-iwamatsu@ab.jp.nec.com\u003e\n"
    },
    {
      "commit": "b5401a96b59475c1c878439caecb8c521bdfd4ad",
      "tree": "1d120803720cc047445181af514357fec65e6125",
      "parents": [
        "294ee6f89cfd629e276f632a6003a0fad7785dce"
      ],
      "author": {
        "name": "Alex Nixon",
        "email": "alex.nixon@citrix.com",
        "time": "Thu Mar 18 16:31:34 2010 -0400"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Mon Oct 18 10:49:35 2010 -0400"
      },
      "message": "xen/x86/PCI: Add support for the Xen PCI subsystem\n\nThe frontend stub lives in arch/x86/pci/xen.c, alongside other\nsub-arch PCI init code (e.g. olpc.c).\n\nIt provides a mechanism for Xen PCI frontend to setup/destroy\nlegacy interrupts, MSI/MSI-X, and PCI configuration operations.\n\n[ Impact: add core of Xen PCI support ]\n[ v2: Removed the IOMMU code and only focusing on PCI.]\n[ v3: removed usage of pci_scan_all_fns as that does not exist]\n[ v4: introduced pci_xen value to fix compile warnings]\n[ v5: squished fixes+features in one patch, changed Reviewed-by to Ccs]\n[ v7: added Acked-by]\nSigned-off-by: Alex Nixon \u003calex.nixon@citrix.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nAcked-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nCc: \"H. Peter Anvin\" \u003chpa@zytor.com\u003e\nCc: Matthew Wilcox \u003cwilly@linux.intel.com\u003e\nCc: Qing He \u003cqing.he@intel.com\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: x86@kernel.org\n"
    },
    {
      "commit": "15ebbb82bac700db3c91e662fb70cb3559e9d930",
      "tree": "9bb317f4dc9081eaef8d8170c7d55180eab4e5c1",
      "parents": [
        "d9a8814f27080cec6126fca3ef0c210d9f56181e"
      ],
      "author": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Mon Oct 04 13:43:27 2010 -0400"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Mon Oct 18 10:49:29 2010 -0400"
      },
      "message": "xen: fix shared irq device passthrough\n\nIn driver/xen/events.c, whether bind_pirq is shareable or not is\ndetermined by desc-\u003eaction is NULL or not. But in __setup_irq,\nstartup(irq) is invoked before desc-\u003eaction is assigned with\nnew action. So desc-\u003eaction in startup_irq is always NULL, and\nbind_pirq is always not shareable. This results in pt_irq_create_bind\nfailure when passthrough a device which shares irq to other devices.\n\nThis patch doesn\u0027t use probing_irq to determine if pirq is shareable\nor not, instead set shareable flag in irq_info according to trigger\nmode in xen_allocate_pirq. Set level triggered interrupts shareable.\nThus use this flag to set bind_pirq flag accordingly.\n\n[v2: arch/x86/xen/pci.c no more, so file skipped]\n\nSigned-off-by: Weidong Han \u003cweidong.han@intel.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "d9a8814f27080cec6126fca3ef0c210d9f56181e",
      "tree": "5db169fb98d537413cea793298557343eaf69df1",
      "parents": [
        "3a69e9165a271b026c7149886b96ab0cc2e9a36b"
      ],
      "author": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Thu Nov 05 16:33:09 2009 -0500"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Mon Oct 18 10:49:28 2010 -0400"
      },
      "message": "xen: Provide a variant of xen_poll_irq with timeout.\n\nThe \u0027xen_poll_irq_timeout\u0027 provides a method to pass in\nthe poll timeout for IRQs if requested. We also export\nthose two poll functions as Xen PCI fronted uses them.\n\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "3a69e9165a271b026c7149886b96ab0cc2e9a36b",
      "tree": "9a51f952039745feee23d21b3b6b3834aabeef0c",
      "parents": [
        "3b32f574a032bb5c93957317bd4ce5c3397d5a7b"
      ],
      "author": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Mon Oct 18 10:49:10 2010 -0400"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Mon Oct 18 10:49:10 2010 -0400"
      },
      "message": "xen: Find an unbound irq number in reverse order (high to low).\n\nIn earlier Xen Linux kernels, the IRQ mapping was a straight 1:1 and the\nfind_unbound_irq started looking around 256 for open IRQs and up. IRQs\nfrom 0 to 255 were reserved for PCI devices.  Previous to this patch,\nthe \u0027find_unbound_irq\u0027  started looking at get_nr_hw_irqs() number.\nFor privileged  domain where the ACPI information is available that\nreturns the upper-bound of what the GSIs. For non-privileged PV domains,\nwhere ACPI is no-existent the get_nr_hw_irqs() reports the IRQ_LEGACY (16).\nWith PCI passthrough enabled, and with PCI cards that have IRQs pinned\nto a higher number than 16 we collide with previously allocated IRQs.\nSpecifically the PCI IRQs collide with the IPI\u0027s for Xen functions\n(as they are allocated earlier).\nFor example:\n\n00:00.11 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller (prog-if 10 [OHCI])\n\t...\n\tInterrupt: pin A routed to IRQ 18\n\n[root@localhost ~]# cat /proc/interrupts | head\n           CPU0       CPU1       CPU2\n 16:      38186          0          0   xen-dyn-virq      timer0\n 17:        149          0          0   xen-dyn-ipi       spinlock0\n 18:        962          0          0   xen-dyn-ipi       resched0\n\nand when the USB controller is loaded, the kernel reports:\nIRQ handler type mismatch for IRQ 18\ncurrent handler: resched0\n\nOne way to fix this is to reverse the logic when looking for un-used\nIRQ numbers and start with the highest available number. With that,\nwe would get:\n\n           CPU0       CPU1       CPU2\n... snip ..\n292:         35          0          0   xen-dyn-ipi       callfunc0\n293:       3992          0          0   xen-dyn-ipi       resched0\n294:        224          0          0   xen-dyn-ipi       spinlock0\n295:      57183          0          0   xen-dyn-virq      timer0\nNMI:          0          0          0   Non-maskable interrupts\n.. snip ..\n\nAnd interrupts for PCI cards are now accessible.\n\nThis patch also includes the fix, found by Ian Campbell, titled\n\"xen: fix off-by-one error in find_unbound_irq.\"\n\n[v2: Added an explanation in the code]\n[v3: Rebased on top of tip/irq/core]\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\n"
    },
    {
      "commit": "3b32f574a032bb5c93957317bd4ce5c3397d5a7b",
      "tree": "91cfba0cb671b7bf02a956303da87629ed239225",
      "parents": [
        "1a60d05f40882303dad13f8f0e077e2e49ea8996"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy.fitzhardinge@citrix.com",
        "time": "Thu Aug 13 12:50:37 2009 -0700"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Mon Oct 18 10:41:44 2010 -0400"
      },
      "message": "xen: statically initialize cpu_evtchn_mask_p\n\nSometimes cpu_evtchn_mask_p can get used early, before it has been\nallocated.  Statically initialize it with an initdata version to catch\nany early references.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "1a60d05f40882303dad13f8f0e077e2e49ea8996",
      "tree": "6c64463acb4d520292bfe1261593550a1b6300bf",
      "parents": [
        "b21ddbf50386d10cdd60d8f8e744cff0496d2552"
      ],
      "author": {
        "name": "Gerd Hoffmann",
        "email": "kraxel@xeni.home.kraxel.org",
        "time": "Mon Oct 04 13:42:27 2010 -0400"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Mon Oct 18 10:41:43 2010 -0400"
      },
      "message": "xen: set pirq name to something useful.\n\nImpact: cleanup\n\nMake pirq show useful information in /proc/interrupts\n\n[v2: Removed the parts for arch/x86/xen/pci.c ]\n\nSigned-off-by: Gerd Hoffmann \u003ckraxel@xeni.home.kraxel.org\u003e\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    }
  ],
  "next": "b21ddbf50386d10cdd60d8f8e744cff0496d2552"
}
