)]}'
{
  "log": [
    {
      "commit": "b2c99e3c70d77fb194df5aa1642030080d28ea48",
      "tree": "65f2a173e49b3e15e90b8cabf45b7dd4f3691e29",
      "parents": [
        "27d8e3d15bcf9d7cd99bf6ca910ea9e34328c7fb"
      ],
      "author": {
        "name": "Bjorn Helgaas",
        "email": "bjorn.helgaas@hp.com",
        "time": "Sun Mar 26 01:37:08 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:56:54 2006 -0800"
      },
      "message": "[PATCH] EFI: keep physical table addresses in efi structure\n\nAlmost all users of the table addresses from the EFI system table want\nphysical addresses.  So rather than doing the pa-\u003eva-\u003epa conversion, just keep\nphysical addresses in struct efi.\n\nThis fixes a DMI bug: the efi structure contained the physical SMBIOS address\non x86 but the virtual address on ia64, so dmi_scan_machine() used ioremap()\non a virtual address on ia64.\n\nThis is essentially the same as an earlier patch by Matt Tolentino:\n\thttp://marc.theaimsgroup.com/?l\u003dlinux-kernel\u0026m\u003d112130292316281\u0026w\u003d2\nexcept that this changes all table addresses, not just ACPI addresses.\n\nMatt\u0027s original patch was backed out because it caused MCAs on HP sx1000\nsystems.  That problem is resolved by the ioremap() attribute checking added\nfor ia64.\n\nSigned-off-by: Bjorn Helgaas \u003cbjorn.helgaas@hp.com\u003e\nCc: Matt Domsch \u003cMatt_Domsch@dell.com\u003e\nCc: \"Tolentino, Matthew E\" \u003cmatthew.e.tolentino@intel.com\u003e\nCc: \"Brown, Len\" \u003clen.brown@intel.com\u003e\nCc: Andi Kleen \u003cak@muc.de\u003e\nAcked-by: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7d14f145f839b5d0d221ea209b4998f93267e2ec",
      "tree": "669d09ad53c9de9ef2e6cef06d256a811d509d65",
      "parents": [
        "2e1ca21d46aaef95101723fa402f39d3a95aba59",
        "4129a953ad4db379d8e07b0dd2157998653a1325"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Mar 25 08:49:25 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Mar 25 08:49:25 2006 -0800"
      },
      "message": "Merge branch \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6\n\n* \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:\n  [IA64] New IA64 core/thread detection patch\n  [IA64] Increase max node count on SN platforms\n  [IA64] Increase max node count on SN platforms\n  [IA64] Increase max node count on SN platforms\n  [IA64] Increase max node count on SN platforms\n  [IA64] Tollhouse HP: IA64 arch changes\n  [IA64] cleanup dig_irq_init\n  [IA64] MCA recovery: kernel context recovery table\n  IA64: Use early_parm to handle mvec_name and nomca\n  [IA64] move patchlist and machvec into init section\n  [IA64] add init declaration - nolwsys\n  [IA64] add init declaration - gate page functions\n  [IA64] add init declaration to memory initialization functions\n  [IA64] add init declaration to cpu initialization functions\n  [IA64] add __init declaration to mca functions\n  [IA64] Ignore disabled Local SAPIC Affinity Structure in SRAT\n  [IA64] sn_check_intr: use ia64_get_irr()\n  [IA64] fix ia64 is_hugepage_only_range\n"
    },
    {
      "commit": "f90aa8c4febb306e1266e1ad34fd8464e201aa7f",
      "tree": "01df1912a309560098bb6e49c39f4bcba4a3b0cb",
      "parents": [
        "b17ea91a43ea0c746ab4cabb698275e1771ed23d"
      ],
      "author": {
        "name": "Prarit Bhargava",
        "email": "prarit@sgi.com",
        "time": "Wed Mar 08 13:30:18 2006 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Mar 24 13:13:06 2006 -0800"
      },
      "message": "[IA64] Tollhouse HP: IA64 arch changes\n\narch/ia64/sn and include/asm-ia64/sn changes required to support Tollhouse\nsystem PCI hotplug, fixes the ia64_sn_sysctl_ioboard_get call, and introduces\nthe PRF_HOTPLUG_SUPPORT feature bit.\n\nSigned-off-by: Prarit Bhargava \u003cprarit@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "53b3531bbbf70ac7551b32d1acc229d94de52658",
      "tree": "644440c93f599bbf64bb0b703c97b03b4dc5d737",
      "parents": [
        "29afd49b72a9b2c26fa8c678bcf3976d0540446b"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Fri Mar 24 03:16:13 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 24 07:33:24 2006 -0800"
      },
      "message": "[PATCH] s/;;/;/g\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "133a58c1fd97022690d53dd58df56579193cbc1d",
      "tree": "34e304eaf545cd7991580a7a30609f49c919eb52",
      "parents": [
        "dc5cdd8ec146a60152f2264c8fe920ca5ecc71ea",
        "7aa6ba41362a7f888ad11fdcfe51ca8d92226cd3"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Mar 21 08:22:56 2006 -0800"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Mar 21 08:22:56 2006 -0800"
      },
      "message": "Pull sn2-reduce-kmalloc-wrap into release branch\n"
    },
    {
      "commit": "ae02e964b669f19fb08d953032463ab7dc6f79eb",
      "tree": "e02ff418110b06c5b7cac8302f9930573f2f35b0",
      "parents": [
        "409761bb6a06bd61e2d8e27a1af534371d9537ed",
        "dcc1dd2366a7c355fd8b6543c52685b864a2044f"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Mar 21 08:22:17 2006 -0800"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Mar 21 08:22:17 2006 -0800"
      },
      "message": "Pull icc-cleanup into release branch\n"
    },
    {
      "commit": "a4e817ba24d2a52f0332c2ddcdbf77ddd6a92bbe",
      "tree": "f2a43b1e741c4ade35e98b1088b3f111dfbf1342",
      "parents": [
        "1f84253e3ce75fc1b2946a544e16c5c0c13c7017",
        "13938ca7a1ad9a4788cf73309f187d99c97ddfde"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Mar 21 08:18:26 2006 -0800"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Mar 21 08:18:26 2006 -0800"
      },
      "message": "Pull altix-ce1.0-asic into release branch\n"
    },
    {
      "commit": "18810d1ebac89232d8f218a318ed9ff7ef198e96",
      "tree": "83924c9f8e50ce327a8523dbdeaac91aefd2580a",
      "parents": [
        "312f1f0141627a58bf72c55f0e7bc5d6f118a372"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Thu Feb 23 13:16:44 2006 -0600"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Feb 27 15:32:28 2006 -0800"
      },
      "message": "[IA64-SGI] Make number of TIO nodes configurable\n\nMake the limit for the number of TIO nodes a function of the number\nof C/M nodes in the system instead of a hardcoded constant.  The\nnumber of TIO nodes should be the same as the number of C/M nodes.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "7aa6ba41362a7f888ad11fdcfe51ca8d92226cd3",
      "tree": "3d7b177ee966f21d1ac6e630061bdb0b256e76d8",
      "parents": [
        "e95a9ec1bb66e07b138861c743192f06e7b3e4de"
      ],
      "author": {
        "name": "Jes Sorensen",
        "email": "jes@sgi.com",
        "time": "Fri Feb 17 05:18:43 2006 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Feb 27 15:26:58 2006 -0800"
      },
      "message": "[IA64-SGI] SN2-XP reduce kmalloc wrapper inlining\n\nTake advantage of kzalloc() as well as reduce the size of code generated\nfor the error returns in xpc_setup_infrastructure().\n\nSigned-off-by: Jes Sorensen \u003cjes@sgi.com\u003e\nAcked-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "4c2cd96696ae0896ce4bcf725b9f0eaffafeb640",
      "tree": "12b7d967d677e8e8ea154b0b4ae957df6cc43e39",
      "parents": [
        "c2a4969ba14e852bf4ee92c7db3b0cf82405a0c9"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Wed Feb 15 08:02:21 2006 -0600"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Feb 15 13:35:03 2006 -0800"
      },
      "message": "[IA64-SGI] enforce proper ordering of callouts by XPC\n\nFix XPC so that it does not deliver any messages until the connected\ncallout has returned, as well as, prevent the disconnected callout to\noccur before the disconnecting callout has returned.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "c2a4969ba14e852bf4ee92c7db3b0cf82405a0c9",
      "tree": "a79b5559260fb09525e764ab41366ff75f3f6677",
      "parents": [
        "9c65cb9be62ac4993a5b392304b82e4f04f010fd"
      ],
      "author": {
        "name": "Dean Roe",
        "email": "roe@sgi.com",
        "time": "Tue Feb 14 15:01:23 2006 -0600"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Feb 15 13:33:48 2006 -0800"
      },
      "message": "[IA64-SGI] fix the size of __sn_cnodeid_to_nasid\n\nThe __sn_cnodeid_to_nasid array was incorrectly sized at MAX_NUMNODES.\nOn a large system, this array could overflow.  The following patch\ncorrects this by defining it to MAX_COMPACT_NODES.\n\nSigned-off-by: Dean Roe \u003croe@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "8ed9b2c7a804335004e4bd3b4c6989c5b6bc243f",
      "tree": "f7420b3fe8ad59ad23707ccbfd7ccaef7abe2a70",
      "parents": [
        "50d8e59038703c4da5acaed9afaa37ae416d3153"
      ],
      "author": {
        "name": "Jes Sorensen",
        "email": "jes@sgi.com",
        "time": "Mon Feb 13 05:29:57 2006 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Feb 15 13:24:45 2006 -0800"
      },
      "message": "[IA64-SGI] sn2 minor fixes and cleanups\n\nGeneral SN2 code cleanup:\n - Do not initialize global variables to zero\n - Use kzalloc instead of kmalloc+memset\n - Check kmalloc return values\n - Do not obfuscate spin lock calls\n - Remove some unused code\n - Various formatting cleanups\n\nSigned-off-by: Jes Sorensen \u003cjes@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "dcc1dd2366a7c355fd8b6543c52685b864a2044f",
      "tree": "c1fa5734246518c4cd0da82ec151eb905fd1b375",
      "parents": [
        "412e6a378260608bf28f29d4fa8a9241e0240a2d"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue Feb 07 09:24:14 2006 -0800"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Feb 07 09:24:14 2006 -0800"
      },
      "message": "[IA64-SGI] - Eliminate SN pio_phys_xxx macros. Move to assembly\n\nRewrite the SN pio_phys_xxx macros in assembly language. This\navoids issues with the Intel icc compiler. Function call\noverhead is not an issue - the functions reference PIOs\nand take 100\u0027s nsec to complete.\n\nIn addition, the functions should likely be in assembly\nlanguage anyway - they reference memory using physical\naddressing mode. One function executes with psr.ic disabled.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "913e4a75572354995b330f57082d9a86250cd75f",
      "tree": "d7652ef6b9bc0cf3e579deaf9483e5f61f03c20b",
      "parents": [
        "27ee6e0592c7d624836835dd8d2f0f74e9d289f6"
      ],
      "author": {
        "name": "Russ Anderson",
        "email": "rja@efs.americas.sgi.com",
        "time": "Fri Feb 03 14:47:15 2006 -0600"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Feb 06 09:28:10 2006 -0800"
      },
      "message": "[IA64-SGI] Shub2 BTE address fix\n\nAfter converting the cpu physical address to shub2 physical\naddressing, the address was run through TO_PHYS() which\nclobbered a high node offset bit causing the BTE to fail\non shub2 nodes with large memory.  This fix corrects\nthat problem.\n\nSigned-off-by: Russ Anderson (rja@sgi.com)\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "9a52bbed905fa41ca10f4db2e845b588f0fdfbef",
      "tree": "6caee8f97528a14af745d50a7cec452342d96d5f",
      "parents": [
        "2fcc3db0ccee9b47df7a4f732e6624f4f643c035"
      ],
      "author": {
        "name": "Jes Sorensen",
        "email": "jes@sgi.com",
        "time": "Thu Feb 02 05:50:05 2006 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Feb 02 13:36:50 2006 -0800"
      },
      "message": "[IA64-SGI] include/asm-ia64/sn/intr.h more sn2 housekeeping\n\nHouse keeping - eliminate unneeded parenthesis in macro defines.\n\nSigned-off-by: Jes Sorensen \u003cjes@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "13938ca7a1ad9a4788cf73309f187d99c97ddfde",
      "tree": "bdca0d858333bb610d2b9253597ab53f8273b587",
      "parents": [
        "3ee68c4af3fd7228c1be63254b9f884614f9ebb2"
      ],
      "author": {
        "name": "Mark Maule",
        "email": "maule@sgi.com",
        "time": "Thu Jan 26 14:46:39 2006 -0600"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Jan 26 13:56:09 2006 -0800"
      },
      "message": "[IA64-SGI] driver bugfixes and hardware workarounds for CE1.0 asic\n\nVarious bugfixes and hardware bug workarounds necessary for the rev 1.0 version\nof the altix TIO CE asic.\n\nSigned-off-by: Mark Maule \u003cmaule@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "61d67f2e07d96d20d86135792ca591c491939c27",
      "tree": "d0c65cff2291e5ed849640a465c444c150f8d929",
      "parents": [
        "139366a093d1ce2749b1b4247947ceb9b78caa2a"
      ],
      "author": {
        "name": "Prarit Bhargava",
        "email": "prarit@sgi.com",
        "time": "Wed Jan 25 18:51:14 2006 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Jan 26 13:50:40 2006 -0800"
      },
      "message": "[IA64-SGI] Add PROM feature set for device flush list\n\nIntroduce PRF_DEVICE_FLUSH_LIST flag for older PROMs.\n\nSigned-off-by: Prarit Bhargava \u003cprarit@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "fd8b206d1621ad526e7b00dc26322f546b2a57fb",
      "tree": "01e9842ede41b8ffe6242fc1a242204e778e754b",
      "parents": [
        "79c83bd15af3b06079a9205db9c64c92ca1bd868"
      ],
      "author": {
        "name": "Dean Roe",
        "email": "roe@sgi.com",
        "time": "Tue Jan 24 14:49:43 2006 -0800"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Jan 24 14:49:43 2006 -0800"
      },
      "message": "[IA64-SGI] add sn_feature_sets bit\n\nSGI\u0027s prom has added a new feature which avoids an Altix-specific\nMCA that can occur with excessive use of ia64_pal_cache_flush.  This\npatch adds the #define to the sn_feature_sets.h to reflect that bit\nis taken.\n\nSigned-off-by: Dean Roe \u003croe@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "f9e505a9a03df5acace6e758c8d12982635a1c64",
      "tree": "c336b36fd18dd1fc1f316cb55ad52c67da2ffd8a",
      "parents": [
        "ac354a899b91239aac4d5893fc4288bc400e82b4"
      ],
      "author": {
        "name": "Jes Sorensen",
        "email": "jes@sgi.com",
        "time": "Tue Jan 17 12:52:21 2006 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Jan 17 13:53:24 2006 -0800"
      },
      "message": "[IA64-SGI] sn2 mutex conversion\n\nMigrate sn2 code to use mutex and completion events rather than\nsemaphores.\n\nSigned-off-by: Jes Sorensen \u003cjes@sgi.com\u003e\nAcked-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "53493dcf6e9e27cc9379cbf8962642986927aea9",
      "tree": "7d7cb54a7020220058b459d60f06691cea71236f",
      "parents": [
        "f15ac5801fdc1b217c3b8b5dbc63a09371d2ee4d"
      ],
      "author": {
        "name": "Prarit Bhargava",
        "email": "prarit@sgi.com",
        "time": "Mon Jan 16 19:54:40 2006 -0800"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Jan 16 19:54:40 2006 -0800"
      },
      "message": "[IA64] Cleanup of arch/ia64/sn and include/asm-ia64/sn\n\nReplace uintX_t declarations with uX declarations.\nReplace intX_t declarations with sX declarations.\n\nSigned-off-by: Prarit Bhargava \u003cprarit@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "2d0cfb527944c2cfee2cffab14f52d483e329fcf",
      "tree": "b2e3340b52d83b51674f3782a208850d53d3d24d",
      "parents": [
        "7170be5f586b59bdcdab082778a5d9203ba7b667"
      ],
      "author": {
        "name": "Patrick Gefre",
        "email": "pfg@sgi.com",
        "time": "Sat Jan 14 13:20:40 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Jan 14 18:25:20 2006 -0800"
      },
      "message": "[PATCH] Altix: ioc3 serial support\n\nAdd driver support for a 2 port PCI IOC3-based serial card on Altix boxes:\n\nThis is a re-submission.  On the original submission I was asked to\norganize the code so that the MIPS ioc3 ethernet and serial parts could be\nused with this driver.  Stanislaw Skowronek was kind enough to provide the\nshim layer for this - thanks Stanislaw.  This patch includes the shim layer\nand the Altix PCI ioc3 serial driver.  The MIPS merged ioc3 ethernet and\nserial support is forthcoming.\n\nSigned-off-by: Patrick Gefre \u003cpfg@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6d6e420005f3753392b608a614eee8475bdc16f7",
      "tree": "a59860fc15ce4e92c00015d068de4aba12a9b889",
      "parents": [
        "cfbb1426bd76c4ba6ec4491c8df2a5dd3d984750"
      ],
      "author": {
        "name": "Prarit Bhargava",
        "email": "prarit@sgi.com",
        "time": "Fri Dec 23 13:33:25 2005 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Jan 13 14:13:08 2006 -0800"
      },
      "message": "[IA64-SGI] Fix sn_flush_device_kernel \u0026 spinlock initialization\n\nThis patch separates the sn_flush_device_list struct into kernel and\ncommon (both kernel and PROM accessible) structures.  As it was, if the\nsize of a spinlock_t changed (due to additional CONFIG options, etc.) the\nsal call which populated the sn_flush_device_list structs would erroneously\nwrite data (and cause memory corruption and/or a panic).\n\nThis patch does the following:\n\n1.  Removes sn_flush_device_list and adds sn_flush_device_common and\nsn_flush_device_kernel.\n\n2.  Adds a new SAL call to populate a sn_flush_device_common struct per\ndevice, not per widget as previously done.\n\n3.  Correctly initializes each device\u0027s sn_flush_device_kernel spinlock_t\nstruct (before it was only doing each widget\u0027s first device).\n\nSigned-off-by: Prarit Bhargava \u003cprarit@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "17e8ce0e9417eee1f57f9b3d4aad168425e043c3",
      "tree": "58bae85da8cedb339d945d43191ff910501bd175",
      "parents": [
        "8a4b7b6f187f2967bff222e8c3758ab47efdb14f"
      ],
      "author": {
        "name": "Russ Anderson",
        "email": "rja@efs.americas.sgi.com",
        "time": "Fri Dec 16 17:19:01 2005 -0600"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Jan 13 14:06:53 2006 -0800"
      },
      "message": "[IA64-SGI] Altix BTE error handling fixes\n\nAltix (shub2) pushes the BTE clean-up into SAL.\nThis patch correctly interfaces with the now implemented SAL call.\nIt also fixes a bug when delaying clean-up to allow busy BTEs to\ncomplete (or error out).\n\nSigned-off-by: Russ Anderson \u003crja@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "9335d48e10d2d07eacaddf889ec1efb8a5a5082e",
      "tree": "a0f9c33010e42d5c195dd4da5f413528d97a303a",
      "parents": [
        "87a149d6bba5949fbc53b8a21189b54748ac9e2a"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jan 10 11:12:32 2006 -0600"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Jan 13 10:40:23 2006 -0800"
      },
      "message": "[IA64-SGI] move xpc.h to include/asm-ia64/sn (cleanup)\n\nCleanup a few items after moving xpc.h from arch/ia64/sn/kernel to\ninclude/asm-ia64/sn.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "87a149d6bba5949fbc53b8a21189b54748ac9e2a",
      "tree": "860024852a4bb983f79fe84b2c44958492c0e0d5",
      "parents": [
        "d6ad033a88b42420ddb6c62c95e42f88d862b246"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jan 10 11:09:48 2006 -0600"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Jan 13 10:39:34 2006 -0800"
      },
      "message": "[IA64-SGI] move xpc.h to include/asm-ia64/sn\n\nMove xpc.h from arch/ia64/sn/kernel to include/asm-ia64/sn without change.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "246c7e33d51afe99890b2caab7ad482c0296d5ba",
      "tree": "20d96a5182dd5971d9d51d6626cf02d4a1c19c85",
      "parents": [
        "7ae69d2aa4ed3ee8cef18a072346366f019d6a4a"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Thu Dec 22 14:32:56 2005 -0600"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Jan 13 10:16:36 2006 -0800"
      },
      "message": "[IA64-SGI] ensure XPC disengage request is processed\n\nThis patch fixes a problem in XPC disengage processing whereby it was not\nseeing the request to disengage from a remote partition, so the disengage\nwasn\u0027t happening. The disengagement is suppose to transpire during the time\na XPC channel is disconnecting, and should be completed before the channel\nis declared to be disconnected.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "3ec829b6895092b0686254c315f42642b4a07efc",
      "tree": "8e1c58fffe2b16a791c6d3e09783daf1f75a3b7b",
      "parents": [
        "3e356b2660eda9da7776144cbc0a038c93dcb335"
      ],
      "author": {
        "name": "John Keller",
        "email": "jpk@sgi.com",
        "time": "Tue Nov 29 16:36:32 2005 -0600"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Dec 06 09:09:23 2005 -0800"
      },
      "message": "[IA64-SGI] altix: pci_window fixup\n\nAltix only patch to add fixup code that sets up\npci_controller-\u003ewindow. This code is a temporary\nfix until ACPI support on Altix is added.\n\nAlso, corrects the usage of pci_dev-\u003esysdata,\nwhich had previously been used to reference\nplatform specific device info, to now point to\na pci_controller struct.\n\nSigned-off-by: John Keller \u003cjpk@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "771388dc7d1efe26a40242bd509e87ade2c971d1",
      "tree": "210c724a31f993bc0f5f77f10b4c871b17285386",
      "parents": [
        "090de0b77ceed1f1d05883fa744760f0c65d9c31"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Fri Nov 18 16:11:27 2005 -0600"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Nov 21 14:17:28 2005 -0800"
      },
      "message": "[IA64-SGI] support for older versions of PROM\n\nAdd support for old versions of the SN PROMs. Eventually this\nsupport will be deleted but it is useful right now to continue\nsupporting older PROMs.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "48b1dcc5d80921dc0c54f2fabf4fe6e8538cb9b3",
      "tree": "c3c20121ec0bc79ef8059f34a9a9cc9109db8e95",
      "parents": [
        "e67b23c71cb9ee02d65a74c3858716ba2dedd554"
      ],
      "author": {
        "name": "Mark Maule",
        "email": "maule@sgi.com",
        "time": "Thu Nov 17 15:50:01 2005 -0600"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Nov 18 13:06:03 2005 -0800"
      },
      "message": "[IA64] altix: fix copyright in tioce .h files\n\nFix up copyright in tioce header files\n\nSigned-off-by: Mark Maule \u003cmaule@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "fac84ef26759a3725bfc53ae3abf21976360aff3",
      "tree": "94aa9362e72a0736948adc78cb43ebf44f59580b",
      "parents": [
        "d73dee6ee4b554074f88e4ebd956ea4db8552d52",
        "279290294662d4a35d209fb7d7c46523cfa3d63d"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Oct 28 15:27:03 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Oct 28 15:27:03 2005 -0700"
      },
      "message": "Pull xpc-disengage into release branch\n"
    },
    {
      "commit": "556902cd2d2cfdc54fe1f1d7f3ac5e2eb276ac09",
      "tree": "0327adc0cb1a4ae608ea293ae7d80a0948211b06",
      "parents": [
        "5833f1420b96c4f9b193b7f2fcbc0003dc032fe8",
        "36735554571ea619e38210a20f429798de90adc1"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Oct 28 14:32:44 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Oct 28 14:32:44 2005 -0700"
      },
      "message": "Pull remove-sn-bist-lock into release branch\n"
    },
    {
      "commit": "a1e78db3f54d3481726ed2d3d58d8ad5b19b13d0",
      "tree": "5793f26d8787ee8462a0ac4316b4a07d7cfa04af",
      "parents": [
        "fbbb0bd1f6eb2d8b28d246a4821453bdc3d01b2f",
        "59c422358d6573716f2bf2e78e5b12c20eff5a31"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Oct 28 13:24:06 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Oct 28 13:24:06 2005 -0700"
      },
      "message": "Pull define-node-cleanup into release branch\n"
    },
    {
      "commit": "fbbb0bd1f6eb2d8b28d246a4821453bdc3d01b2f",
      "tree": "9e6df2bc4b9dfdc795c4ba1b0c4385fdd9635fca",
      "parents": [
        "9472d8ce147fecb80a2f29ad8ab781e596858916",
        "61b9cf7c6cf5077c40ad37480fa56f6574af3db5"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Oct 28 13:23:50 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Oct 28 13:23:50 2005 -0700"
      },
      "message": "Pull sn_pci_legacy_read-write into release branch\n"
    },
    {
      "commit": "0d9136fdbcdbddcd4eb5ac94c248c039193d4795",
      "tree": "2e914c8afe019302199b5d807114e5b15835dc90",
      "parents": [
        "9189674026e86e624b1ef1b4eb430e9ad19f9641",
        "1fa92957282e4595727c1a21bf6687ea5a2d612f"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Oct 28 11:15:08 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Oct 28 11:15:08 2005 -0700"
      },
      "message": "Pull altix-mmr into release branch\n"
    },
    {
      "commit": "9189674026e86e624b1ef1b4eb430e9ad19f9641",
      "tree": "d93acb6c3b2c127e997c132db61025a5653260ec",
      "parents": [
        "72ab373a5688a78cbdaf3bf96012e597d5399bb7",
        "25732ad493b22b7d9f0d250c5a9ad17219f96a47"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Oct 28 11:14:47 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Oct 28 11:14:47 2005 -0700"
      },
      "message": "Pull altix-fpga-reset into release branch\n"
    },
    {
      "commit": "e54af724c1ae3530c95135157776c9be65cdb747",
      "tree": "99623edaf5d8fb34c8b43cbd19cf3d7b47d8b8f8",
      "parents": [
        "a607c38971fd078865fa9bef39e6c1d4435680c8"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Oct 25 14:07:43 2005 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Oct 25 16:27:37 2005 -0700"
      },
      "message": "[IA64-SGI] fixes for XPC disengage and open/close protocol\n\nThis patch addresses a few issues with the open/close protocol that\nwere revealed by the newly added disengage functionality combined\nwith more extensive testing.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "36735554571ea619e38210a20f429798de90adc1",
      "tree": "988510f4132ecdadcabc666931e8d428af754a51",
      "parents": [
        "ed39f731ab2e77e58122232f6e27333331d7793d"
      ],
      "author": {
        "name": "Dean Roe",
        "email": "roe@sgi.com",
        "time": "Mon Oct 03 11:51:45 2005 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Oct 04 09:28:00 2005 -0700"
      },
      "message": "[IA64-SGI] Remove references to the SN bist_lock\n\nRemove all references to the bist_lock in the SN code as it\nis not used for anything.\n\nSigned-off-by: Dean Roe \u003croe@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "59c422358d6573716f2bf2e78e5b12c20eff5a31",
      "tree": "c2845caccb2224e78d195056a0e8940d1bc066c1",
      "parents": [
        "55642d36cd0f626c614f6dfa1151a5af1ff84f36"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue Sep 27 08:25:32 2005 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Sep 28 14:32:57 2005 -0700"
      },
      "message": "[IA64-SGI] Increase max system size of SGI SN systems\n\nIncrease the maximum system size of SGI SN systems. Note that\nthis is not the maximum SSI size. The maximum system size is\nthe number of nodes in the numalink domain.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "61b9cf7c6cf5077c40ad37480fa56f6574af3db5",
      "tree": "dd2f5c7a770005d13910ed581128542720ee8936",
      "parents": [
        "12f44f46bc9c6dc79255e661b085797af395d8da"
      ],
      "author": {
        "name": "Mark Maule",
        "email": "maule@sgi.com",
        "time": "Fri Sep 23 12:31:53 2005 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Sep 23 11:21:59 2005 -0700"
      },
      "message": "[IA64-SGI] fix sn_pci_legacy_read/fix sn_pci_legacy_write\n\nThis patch adds a #define for SN_SAL_IOIF_PCI_SAFE and makes that the\npreferred method of implementing sn_pci_legacy_read() and\nsn_pci_legacy_write().\n\nThis SAL call has been present in SGI proms since version 4.10.  If the\nSN_SAL_IOIF_PCI_SAFE call fails, revert to the previous code for compatability\nwith older proms.\n\nSigned-off-by: Mark Maule \u003cmaule@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "24ee0a6d7b0a52b140c880aae24c255de3b4a9a1",
      "tree": "b57e06db620c9de7143baa58fc24a36ac24d5a79",
      "parents": [
        "1619cca2921f6927f4240e03f413d4165c7002fc"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Mon Sep 12 12:15:43 2005 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Sep 15 16:31:12 2005 -0700"
      },
      "message": "[IA64] Cleanup use of various #defines related to nodes\n\nSome of the SN code \u0026 #defines related to compact nodes \u0026 IO discovery\nhave gotten stale over the years. This patch attempts to clean them up.\nSome of the various SN MAX_xxx #defines were also unclear \u0026 misused.\n\nThe primary changes are:\n\n\t- use MAX_NUMNODES. This is the generic linux #define for the number\n\t  of nodes that are known to the generic kernel. Arrays \u0026 loops\n\t  for constructs that are 1:1 with linux-defined nodes should\n\t  use the linux #define - not an SN equivalent.\n\n\t- use MAX_COMPACT_NODES for MAX_NUMNODES + NUM_TIOS. This is the\n\t  number of nodes in the SSI system. Compact nodes are a hack to\n\t  get around the IA64 architectural limit of 256 nodes. Large SGI\n\t  systems have more than 256 nodes. When we upgrade to ACPI3.0,\n\t  I _hope_ that all nodes will be real nodes that are known to\n\t  the generic kernel. That will allow us to delete the notion\n\t  of \"compact nodes\".\n\n\t- add MAX_NUMALINK_NODES for the total number of nodes that\n\t  are in the numalink domain - all partitions.\n\n\t- simplified (understandable) scan_for_ionodes()\n\n\t- small amount of cleanup related to cnodes\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "d67eb16f5d444fb6d173bcec889ddb2066c0fa0c",
      "tree": "cc0587f23ed46f2838d4169b3c021b54d877bab7",
      "parents": [
        "c85b2a5fe200d744a814d23c258460d4fc98a546",
        "a1cddb88920b915eaba10712ecfd0fc698b00a22"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Sun Sep 11 14:34:23 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Sun Sep 11 14:34:23 2005 -0700"
      },
      "message": "Pull sn-features into release branch\n"
    },
    {
      "commit": "5fbcf9a5c6904bd563f584d12d1f4d3f68a19d7d",
      "tree": "2da130b000e5c442345e473b4f53104b92a76e4c",
      "parents": [
        "4706df3d3c42af802597d82c8b1542c3d52eab23"
      ],
      "author": {
        "name": "Mark Maule",
        "email": "maule@sgi.com",
        "time": "Tue Sep 06 13:03:51 2005 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Sep 07 16:23:41 2005 -0700"
      },
      "message": "[IA64-SGI] volatile semantics in places where it seems necessary\n\nResend using accessors instead of volatile qualifiers per hch comments, and\neasier to understand convenience macros per rja comments.\n\nPatch to apply volatile semantics when accessing MMR\u0027s in various SN files.\n\nSigned-off-by: Mark Maule \u003cmaule@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "a607c38971fd078865fa9bef39e6c1d4435680c8",
      "tree": "cb7853f0d74ee6a9cd92ccc721096b57367d0390",
      "parents": [
        "4706df3d3c42af802597d82c8b1542c3d52eab23"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Thu Sep 01 14:01:37 2005 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Sep 06 16:15:38 2005 -0700"
      },
      "message": "[IA64-SGI] get XPC to cleanly disengage from remote memory references\n\nWhen XPC is being shutdown (i.e., rmmod, reboot) it doesn\u0027t ensure that\nother partitions with whom it was connected have completely disengaged\nfrom any attempt at cross-partition memory references. This can lead to\nMCAs in any of these other partitions when the partition is reset.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "25732ad493b22b7d9f0d250c5a9ad17219f96a47",
      "tree": "6d2c753c248977fdca4b5d423b65d7fbf2f70186",
      "parents": [
        "4706df3d3c42af802597d82c8b1542c3d52eab23"
      ],
      "author": {
        "name": "Bruce Losure",
        "email": "blosure@americas.sgi.com",
        "time": "Fri Sep 02 15:16:35 2005 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Sep 06 14:16:01 2005 -0700"
      },
      "message": "[IA64] Altix patch for fpga reset\n\n1) workaround a h/w reset issue\n2) to improve the determination of FPGA-based h/w in\n   the arch/ia64/sn/kernel/tiocx code.\n\nSigned-off-by: Bruce Losure \u003cblosure@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "a1cddb88920b915eaba10712ecfd0fc698b00a22",
      "tree": "1d20af805193ab9982a48cb4c828c0f6af034c6c",
      "parents": [
        "d8971fcb702e24d1e22c77fd1772f182ffee87e3"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Wed Aug 31 08:05:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Aug 31 11:00:53 2005 -0700"
      },
      "message": "[IA64-SGI] Add new vendor-specific SAL calls for:\n\n- notifying the PROM of specific features that are supported by the OS.\n  This is used to enable PROM feature if and only if the corresponding\n  feature is implemented in the OS\n\n- fetch feature sets that are supported by the current PROM. This allows\n  the OS to selectively enable features when the PROM support is available.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "e438befd76a5a743725a89365140a8a7bf276096",
      "tree": "7f2f4912712d4b123fbd446683a884bd21ef8e64",
      "parents": [
        "329058028523a5b36de449f130111b7671a4f269"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Aug 29 16:13:36 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Aug 29 16:13:36 2005 -0700"
      },
      "message": "[IA64-SGI] One new use of \"UNCACHED\" needed fixing for sn2 region cleanup\n\nSome shub2 changes were not in the tree when Greg cleaned up the sn2\nregion definitions in 1b66776da71e33dff5edcc0b096ec3b7c40c75ad, so this\none didn\u0027t get fixed.\n\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "329058028523a5b36de449f130111b7671a4f269",
      "tree": "7a0860f7b349d26118eac385af4c50b6d038297a",
      "parents": [
        "bcdd3a911499abd65bf1f123b2a6ad9c1d5611ea",
        "1b66776da71e33dff5edcc0b096ec3b7c40c75ad"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Aug 29 15:50:32 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Aug 29 15:50:32 2005 -0700"
      },
      "message": "Pull rationalise-regions into release branch\n"
    },
    {
      "commit": "8409668b561fbe464f7a392e8dc77eca225d27ac",
      "tree": "7783a2e701b7ae866be858e9121ec70f91fe4fa9",
      "parents": [
        "5b9021bc5800796e23e4994f8cf2dc61536be0a7"
      ],
      "author": {
        "name": "Mark Maule",
        "email": "maule@sgi.com",
        "time": "Thu Aug 25 11:45:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Aug 26 12:09:01 2005 -0700"
      },
      "message": "[IA64] altix: Abstract irq_affinity at the sn pci provider\n\nAltix patch to abstract irq_affinity down to the pci provider level since\ndifferent SGI hardware implements this in different ways.\n\nSigned-off-by: Mark Maule \u003cmaule@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "5b9021bc5800796e23e4994f8cf2dc61536be0a7",
      "tree": "fdc500b570471049213c1ba623b7f8c5645768d7",
      "parents": [
        "5390970d1c11b6d5d6a8253a718ed100e2178e14"
      ],
      "author": {
        "name": "Russ Anderson",
        "email": "(rja@sgi.com)",
        "time": "Wed Aug 17 10:00:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Aug 24 16:26:13 2005 -0700"
      },
      "message": "[IA64] SGI SN remove redundant partition SAL call\n\nClean up of SGI SN partitioning related code.\nThe SN_SAL_GET_SN_INFO SAL call returns the partition ID, making\nthe SN_SAL_SYSCTL_PARTITION_GET SAL call redundant.  Remove sn_partid\nand use sn_partition_id.\n\nSigned-off-by: Russ Anderson (rja@sgi.com)\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "60a3ba0bb45995ecf9cfe208527d7cfd6128d053",
      "tree": "3a510269b2e336f58ecc3735877e60c1677a4b11",
      "parents": [
        "ecc3c30ae39c4d3cbf249a1ebd599465e0e25708"
      ],
      "author": {
        "name": "Mark Goodwin",
        "email": "markgw@sgi.com",
        "time": "Wed Aug 17 15:17:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Aug 24 16:24:42 2005 -0700"
      },
      "message": "[IA64] - SGI SN hwperf enhancements -\n\nAdd a new exported function for determining the nearest node\nwith CPUs for I/O nodes and fix a bug where the hwperf dynamic\nmisc device was being registered before misc_init(). \n\nSigned-off-by: Mark Goodwin \u003cmarkgw@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "ecc3c30ae39c4d3cbf249a1ebd599465e0e25708",
      "tree": "0a5ee4e1400fc05abc230e99e4d633d9f27304bd",
      "parents": [
        "470ceb05d9a2b4d61c19fac615a79e56e8401565"
      ],
      "author": {
        "name": "Mark Goodwin",
        "email": "markgw@sgi.com",
        "time": "Tue Aug 16 00:50:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Aug 24 16:23:39 2005 -0700"
      },
      "message": "[IA64] - SGI SN hwperf enhancements - export_pci_topology\n\nBugfix to export PCI topology information in /proc/sgi_sn/sn_topology.\n\nSigned-off-by: Mark Goodwin \u003cmarkgw@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "1b66776da71e33dff5edcc0b096ec3b7c40c75ad",
      "tree": "138e13ac97b8af1f52f7fa798bc8f29851b9e176",
      "parents": [
        "0a41e2501160587eb8f66cef3bdf1c6f2cb86997"
      ],
      "author": {
        "name": "Greg Edwards",
        "email": "edwardsg@sgi.com",
        "time": "Mon Aug 22 09:57:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Aug 24 15:37:26 2005 -0700"
      },
      "message": "[IA64] clean up sn2 region definitions\n\nClean up some duplicate region definitions in sn2 code.\n\nSigned-off-by: Greg Edwards \u003cedwardsg@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "470ceb05d9a2b4d61c19fac615a79e56e8401565",
      "tree": "eb9e2b0b971bbe287dd4bef0b46c7307e3258bf0",
      "parents": [
        "68b9753f47953930cb94de0223c163f289399091"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Thu Aug 11 10:28:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Aug 17 15:32:24 2005 -0700"
      },
      "message": "[IA64-SGI] - New SN hardware support - ptc_fixes\n\nShub2 provides a much improved mechanism for issuing internode\nTLB purges. Add code to support the newer mechanism. There is also \nsome debug code (disabled) that is useful for testing.\n\nCollect statistics on the number, type \u0026 duration of TLB purges.\nThis data will be useful for making future improvements in the algorithms.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "68b9753f47953930cb94de0223c163f289399091",
      "tree": "d30b9def802b154eef00c8e9fc1dc35ddf0631e6",
      "parents": [
        "7e95b9d6e21eda23bac1ff024d465d2072c8996d"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Thu Aug 11 10:28:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Aug 17 15:31:53 2005 -0700"
      },
      "message": "[IA64-SGI] - New SN hardware support - cpu_relax\n\nAdd a few missing calls to \"hint @pause\".\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "3d14487b2677cc44b5d1ef115d9d4301ec046591",
      "tree": "709ed616ca4d62ab61a8127208901cc102ee54b2",
      "parents": [
        "c9221da9f2796f082642c3498edb2c8783ad4774"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Thu Aug 11 10:25:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Aug 17 15:29:11 2005 -0700"
      },
      "message": "[IA64-SGI] - New SN hardware support - addr_macros\n\nUpdate the SN address macros so that they work on both shub1 \nand shub2. Most of the code to support shub2 was added last year\nbut this patch fixes a few bugs and adds macros to help generate\nboth processor-specific physical addresses \u0026 numalink physical\naddresses. More cleanup \u0026 optimization will be done later.\n\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "c9221da9f2796f082642c3498edb2c8783ad4774",
      "tree": "1603dbace88f4790b6b0138f6e0b43a8958dd656",
      "parents": [
        "5b53ed1f2ed6c85e2b1c39d97cc112ea32004609"
      ],
      "author": {
        "name": "Mark Maule",
        "email": "maule@sgi.com",
        "time": "Wed Aug 03 14:07:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Aug 11 15:56:31 2005 -0700"
      },
      "message": "[IA64-SGI] sn pci provider for TIOCE (pci\n\nAltix patch to add an SN pci provider for TIOCE, which is SGI\u0027s \nPCI Express implementation.\n\nSigned-off-by: Mark Maule \u003cmaule@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "5b53ed1f2ed6c85e2b1c39d97cc112ea32004609",
      "tree": "538fb3307b1f16928dde68c6f6ff5565be3a2efb",
      "parents": [
        "735e60f4c67823a3e01655c990296e2e56574885"
      ],
      "author": {
        "name": "Mark Maule",
        "email": "maule@sgi.com",
        "time": "Wed Aug 03 14:06:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Aug 11 15:37:13 2005 -0700"
      },
      "message": "[IA64-SGI] add support for TIO huge-window\n\nAltix patch to add TIO \"huge-window\" address support to sn_dma_flush().\n\nUpdate copyright in affected files.\n\nSigned-off-by: Mark Maule \u003cmaule@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "735e60f4c67823a3e01655c990296e2e56574885",
      "tree": "eedca515f820a1310937a629d8f95fc0833235e9",
      "parents": [
        "89963d16dc50a5d91ed09914a1232d59e6461fd6"
      ],
      "author": {
        "name": "Mark Maule",
        "email": "maule@sgi.com",
        "time": "Wed Aug 03 14:06:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Aug 11 15:36:39 2005 -0700"
      },
      "message": "[IA64-SGI] abstract force_interrupt() mechanism\n\nAltix patch to abstract the force_interrupt() mechanism away from the\npcibr provider.\n\nSigned-off-by: Mark Maule \u003cmaule@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "89963d16dc50a5d91ed09914a1232d59e6461fd6",
      "tree": "b1bbba93f06088b2f1e35bafced3d3bcff69f995",
      "parents": [
        "674c6479b7bdc78528ea83dd43897e3161558b8b"
      ],
      "author": {
        "name": "Mark Maule",
        "email": "maule@sgi.com",
        "time": "Wed Aug 03 14:06:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Aug 11 15:36:00 2005 -0700"
      },
      "message": "[IA64-SGI] altix: cosmetic rename of SGI_PCIBR_ERROR\n\nCosmetic altix patch to rename SGI_PCIBR_ERROR to something more generic and\nremove a duplicate #define.\n\nSigned-off-by: Mark Maule \u003cmaule@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "674c6479b7bdc78528ea83dd43897e3161558b8b",
      "tree": "5ae55cc33867c1f6d0df1e6af8fe71e88ffee046",
      "parents": [
        "b5da623ae9be680ea59f268eeb339f0acb2d88c4"
      ],
      "author": {
        "name": "Colin Ngam",
        "email": "cngam@sgi.com",
        "time": "Wed Aug 03 13:35:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Aug 11 15:35:13 2005 -0700"
      },
      "message": "[IA64-SGI] Altix only: Add PCI Domain number support.\n\nThis patch enables PCI Domain numbering on Altix.\n\nSigned-off-by: Colin Ngam \u003ccngam@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "7c2a6c62c013a4ea57243536fc7f3987e4ba04bc",
      "tree": "02e3e1d9888f81110ba85bef531e5c695f6064ce",
      "parents": [
        "08357f82d4decc48bbfd39ae30d5fe0754f7f576"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "clameter@sgi.com",
        "time": "Tue Jul 12 16:03:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Jul 12 16:12:55 2005 -0700"
      },
      "message": "[IA64] Altix pcibus_to_node implementation\n\nThe Altix subarch does not provide node information via ACPI. Instead hooks\nare used to fixup pci structures. This patch determines the nodes for Altix\nPCI busses.\n\nRemote Bridges:\n---------------\nAltix supports remote I/O nodes without memory or processors but with bridges.\nThe TIOCA type of bridge is an AGP bridge and the PROM provides information\nabout the closest node. That information will be returned by pcibus_to_node.\n\nThe TIOCP remote bridge type is a PCI bridge but the PROM does not provide a\nclosest node id. pcibus_to_node will return -1 for devices on those bridges\nmeaning that device control structures may be allocated on any node.\n\nSafeguard:\n----------\nShould the fixups result in invalid node information for a pci controller then\na warning will be printed and pcibus_to_node will return -1.\n\n\nThis patch also fixes the \"FIXME\" in sn_dma_alloc_coherent. This means that\ndma_alloc_coherent will now use alloc_pages_node to allocate memory local to\nthe node that the PCI device is connected to.\n\nSigned-off-by: Christoph Lameter \u003cclameter@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "60a762b6a6dec17cc4339b60154902fd04c2f9f2",
      "tree": "d01918a446ad451a1ff5226f04e1747a6e48eb85",
      "parents": [
        "514604c6d1779c55d3e97dc4e9a71c117c1ccbcd"
      ],
      "author": {
        "name": "Greg Edwards",
        "email": "edwardsg@sgi.com",
        "time": "Tue Jun 28 11:13:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Jul 12 14:13:08 2005 -0700"
      },
      "message": "[IA64] remove CONFIG_IA64_SGI_SN_SIM\n\nThis patch removes the CONFIG_IA64_SGI_SN_SIM option entirely, allowing\nany kernel bootable on sn2 to also be booted in the simulator.\n\nBoot tested on Altix and HP rx2600.\n\nSigned-off-by: Greg Edwards \u003cedwardsg@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "d0feafbf14ebe860136b8ad84cce42b34defb323",
      "tree": "5ca2a400013a8fd729d7b03b27d311b505ec6627",
      "parents": [
        "e7578c08a4dee36fe01fb38805f325689e642eb0"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Sun Jul 10 12:35:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Jul 11 09:58:52 2005 -0700"
      },
      "message": "[IA64] remove linux/version.h include from arch/ia64\n\nchanging CONFIG_LOCALVERSION rebuilds too much, for no appearent reason.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "8d7e35174d02ce76e910365acaaefc281a0b72a0",
      "tree": "4445375bbf8c08f8032c5a013374777931949285",
      "parents": [
        "564601a5d12f93fdde04c6bc5b097b95e7752a46"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Jul 06 18:18:10 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Jul 06 18:18:10 2005 -0700"
      },
      "message": "[IA64] fix generic/up builds\n\nJesse Barnes provided the original version of this patch months ago, but\nother changes kept conflicting with it, so it got deferred.  Greg Edwards\ndug it out of obscurity just over a week ago, and almost immediately\nanother conflicting patch appeared (Bob Picco\u0027s memory-less nodes).\n\nI\u0027ve resolved the conflicts and got it running again.  CONFIG_SGI_TIOCX\nis set to \"y\" in defconfig, which causes a Tiger to not boot (oops in\ntiocx_init).  But that can be resolved later ... get this in now before it\ngets stale again.\n\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "7fe4c1b16854f0440939c62b8102cbf5c75e7cdc",
      "tree": "4ec5ef085c011a582454f4a6df2705f4ce339ca3",
      "parents": [
        "6f354b014b51716166f13f68b29212d3c44ed2c4"
      ],
      "author": {
        "name": "Prarit Bhargava",
        "email": "prarit@sgi.com",
        "time": "Wed Jul 06 15:30:25 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Jul 06 15:30:25 2005 -0700"
      },
      "message": "[IA64] hotplug/ia64: SN Hotplug Driver - PREEMPT/pcibus_info fix\n\nThis patch fixes an issue with the PROM and a kernel running with\nCONFIG_PREEMPT enabled.  When CONFIG_PREEMPT is enabled, the size of a\nspinlock_t changes -- resulting in the PROM writing to an incorrect location.\n\nSigned-off-by: Prarit Bhargava \u003cprarit@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "6f354b014b51716166f13f68b29212d3c44ed2c4",
      "tree": "396c09a5d519630a53652a1187bb85fceba82cee",
      "parents": [
        "283c7f6ac6adb57e7dd13cdbc8d60b6ea4de6faf"
      ],
      "author": {
        "name": "Prarit Bhargava",
        "email": "prarit@sgi.com",
        "time": "Wed Jul 06 15:29:53 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Jul 06 15:29:53 2005 -0700"
      },
      "message": "[IA64] hotplug/ia64: SN Hotplug Driver - SN Hotplug Driver code\n\nThis patch is the SGI hotplug driver and additional changes required for\nthe driver.  These modifications include changes to the SN io_init.c code\nfor memory management, the inclusion of new SAL calls to enable and disable\nPCI slots, and a hotplug-style driver.\n\nSigned-off-by: Prarit Bhargava \u003cprarit@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "283c7f6ac6adb57e7dd13cdbc8d60b6ea4de6faf",
      "tree": "53ce99a2373134c174f8df4f3729fcb4f11fb44e",
      "parents": [
        "e07d01e0aeba905aeca6e0ae612943417d396a0f"
      ],
      "author": {
        "name": "Prarit Bhargava",
        "email": "prarit@sgi.com",
        "time": "Wed Jul 06 15:29:13 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Jul 06 15:29:13 2005 -0700"
      },
      "message": "[IA64] hotplug/ia64: SN Hotplug Driver - new SN PROM version code\n\nThis patch is a rewrite of the code to check the PROM version.  The current\ncode has some deficiences in the way PROM comparisons were made.  The minimum\nvalue of PROM that will boot has also been changed to 4.04.\n\nSigned-off-by: Prarit Bhargava \u003cprarit@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "c13cf3714fc84ad2fd65771aa08e47c95a9f26ef",
      "tree": "f3fdd5f81fc0e39029f7cc6c8e4f41d6a736a4de",
      "parents": [
        "cb4cb2cb9b0b14bdf2fc7125e099ed7e818cea42"
      ],
      "author": {
        "name": "Prarit Bhargava",
        "email": "prarit@sgi.com",
        "time": "Wed Jul 06 15:26:51 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Jul 06 15:26:51 2005 -0700"
      },
      "message": "[IA64] hotplug/ia64: SN Hotplug Driver: moving of header files\n\nThis patch moves header files out of the arch/ia64/sn directories and into\ninclude/asm-ia64/sn.  These files were being included by other subsystems\nand should be under include/asm-ia64/sn.\n\nSigned-off-by: Prarit Bhargava \u003cprarit@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "cb4cb2cb9b0b14bdf2fc7125e099ed7e818cea42",
      "tree": "11e110ce3201e0cbd3e30f1d4a1b0dc6ebe19bfa",
      "parents": [
        "bd53d1270f51c6cfb53b06c8f93fd42327871d6b"
      ],
      "author": {
        "name": "Prarit Bhargava",
        "email": "prarit@sgi.com",
        "time": "Wed Jul 06 14:59:44 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Jul 06 14:59:44 2005 -0700"
      },
      "message": "[IA64] hotplug/ia64: SN Hotplug Driver: SN IRQ Fixes\n\nThis patch  fixes the SN IRQ code such that cpu affinity and\nHotplug can modify IRQ values.  The sn_irq_info structures are now locked\nusing a RCU lock mechanism to avoid lock contention in the lost interrupt\nWAR code.\n\nSigned-off-by: Prarit Bhargava \u003cprarit@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "c1ffb6a8aaed45ba2dc0a8f09241b0a96f9955ba",
      "tree": "6a3dae555f01615d7b49de31de4a61a1b63d198e",
      "parents": [
        "92a582ed2757456ca9599f8b4ea2064f2154eb02"
      ],
      "author": {
        "name": "Bruce Losure",
        "email": "blosure@sgi.com",
        "time": "Tue May 24 08:30:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Jun 28 09:53:42 2005 -0700"
      },
      "message": "[IA64-SGI] Altix patch to tiocx, add subsys_initcall\n\nThis patch fixes an ordering issue between the init code for the\ntiocx bus driver and tiocx-related device drivers.   Also adds\na new brick to the list of known FPGA bricks.\n\nSigned-off-by: Bruce Losure \u003cblosure@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "92a582ed2757456ca9599f8b4ea2064f2154eb02",
      "tree": "2ab8746b660fd06ea71743dd2a4d9fbe9fcf887f",
      "parents": [
        "71030994a77e7689a7a792128b131ef7a10b9f74"
      ],
      "author": {
        "name": "Prarit Bhargava",
        "email": "prarit@sgi.com",
        "time": "Tue May 10 12:40:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Jun 28 09:50:48 2005 -0700"
      },
      "message": "[IA64] sparse cleanup of TIOCA files\n\nThis patch is a sparse compile cleanup of tioca_provider.c, sn_hwperf.h, and\ntioca_provider.h.  Each of these files had sparse warnings when\ncompiled.\n\nSigned-off-by: Prarit Bhargava \u003cprarit@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "71030994a77e7689a7a792128b131ef7a10b9f74",
      "tree": "439eb24d866600ef3e5bfe0c2c6124fbaf10c8a6",
      "parents": [
        "71a5d027c90dd7e14ddaaf22358ff5138ba89ec9"
      ],
      "author": {
        "name": "Colin Ngam",
        "email": "cngam@sgi.com",
        "time": "Tue May 10 09:12:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Jun 28 09:48:53 2005 -0700"
      },
      "message": "[IA64-SGI] Fix TIO IOSPACE MMR Addres\n\nThis patches provides support on Shub2 for the separate TIO IOSPACE MMR.  This \npatch is SN specific.\n\nSigned-off-by: Colin Ngam \u003ccngam@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "71a5d027c90dd7e14ddaaf22358ff5138ba89ec9",
      "tree": "c29d3d858532c651f686cccca286336232b788fd",
      "parents": [
        "8e4641b3ee8073a46995cf97e0875df25b88d776"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue May 10 08:01:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Jun 28 09:45:45 2005 -0700"
      },
      "message": "[IA64-SGI] - new macros for SGI SN simulator \n\nThis patch changes some macros that are used when running kernel on the\nSGI simulator.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "8e4641b3ee8073a46995cf97e0875df25b88d776",
      "tree": "7c289147614d3212114a007bdd070952f74a5bc4",
      "parents": [
        "458f935527372499b714bf4f8e646a68bb0f52e3"
      ],
      "author": {
        "name": "Prarit Bhargava",
        "email": "prarit@sgi.com",
        "time": "Mon May 09 05:07:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Jun 28 09:37:16 2005 -0700"
      },
      "message": "[IA64] sparse cleanup of shub_mmr.h\n\nThis patch is a sparse compile cleanup of shub_mmr.h using both the defconfig\nand the sn2_defconfig config files.\n\nThe issue with this file was the missing usage of __IA64_UL_CONST wrapper.\nThis wrapper is defined in include/asm-ia64/types.h and wraps a long\nconstant definition with UL or with nothing depending on its usage in the\nkernel.  The missing wrapper caused many sparse compile errors like\n\n        warning: constant 0x0x0000000010000380 so big it is long\n\nSigned-off-by: Prarit Bhargava \u003cprarit@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "65ed0b337bd2b47097cf6c772f024772513b7b0d",
      "tree": "ade82d2bd373d5f98f84a53f7afc5cec7323e742",
      "parents": [
        "f14f75b81187cdbe10cc53a521bf9fdf97b59f8c"
      ],
      "author": {
        "name": "Jes Sorensen",
        "email": "jes@trained-monkey.org",
        "time": "Tue Jun 21 17:15:03 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:18 2005 -0700"
      },
      "message": "[PATCH] SN2 XPC build patches\n\nThis patch contains the bits to make the XPC code use the uncached\nallocator rather than calling into the mspec driver.  It also includes the\nmspec.h header which is required to build the XPC modules.\n\nSigned-off-by: Jes Sorensen \u003cjes@wildopensource.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6872ec548970e9fb3ccd61013f84f9bb8b30fa9a",
      "tree": "cf74f25eedef29ccd775a70edf2359f16a81aea4",
      "parents": [
        "8eac3757158ccd9c6b43f44f228a5762fec33781"
      ],
      "author": {
        "name": "Russ Anderson",
        "email": "(rja@sgi.com)",
        "time": "Mon May 16 15:30:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 17 13:53:21 2005 -0700"
      },
      "message": "[IS64-SGI] Set Altix error handling features\n\nThe 2.6 kernel has CPE error thresholding.\nThis patch lets SAL know of this error handling feature.\nThe changes are SN specific.\n\nSigned-off-by: Russ Anderson (rja@sgi.com)\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "8eac3757158ccd9c6b43f44f228a5762fec33781",
      "tree": "e0d9c92f95c8b004ec8a386b4e9259a0f179bc0b",
      "parents": [
        "bb68c12b40c3c745381d7ce61d7b2e371f157505"
      ],
      "author": {
        "name": "Russ Anderson",
        "email": "(rja@sgi.com)",
        "time": "Mon May 16 15:19:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 17 13:50:10 2005 -0700"
      },
      "message": "[IA64-SGI] Make Altix SAL call to POD reentrant\n\nChange the SAL call for POD mode to be reentrant.\nThis change is SN specific.\n\nSigned-off-by: Russ Anderson (rja@sgi.com)\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "b48fc7bb3868abffc89ce70d4baf324574338d8e",
      "tree": "947fe8efaaa716c413448a21d62a067b1f8d1b99",
      "parents": [
        "9b48b46678989b67cd00658ea88964163eaab616"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Wed Mar 23 19:05:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed May 04 10:19:19 2005 -0700"
      },
      "message": "[IA64-SGI] convert some sn SAL_CALLs to ia64_sal_oemcall calls\n\nConvert some sn SAL_CALLs to ia64_sal_oemcall calls so that they can be\ncalled by kernel modules.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "9b48b46678989b67cd00658ea88964163eaab616",
      "tree": "4b6362a239422144b4fe9d669ba2f5eefbb1374b",
      "parents": [
        "c4b07b7b3693228c7b848c00a9d4bbb49506a45f"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Mar 22 16:00:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed May 04 10:18:32 2005 -0700"
      },
      "message": "[IA64-SGI] move nodepda pointer out of pda\n\nRemove the p_nodepda and p_subnodepda pointers from the pda_s structure.\nAnd then define a new per-cpu pointer to the nodepda and export it so\nthat it can be accessed by kernel modules.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "3a7d555bfc4d4631d9118fb4d0ed7ab62cc2ca1c",
      "tree": "3f788937066dff5befaf3b4e70539bf3f9e4702b",
      "parents": [
        "a2d974da0afe659cff98913184a97c0ee686d02b"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Mon Apr 04 13:14:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:50:22 2005 -0700"
      },
      "message": "[IA64-SGI] convert AMO address found in XPC\u0027s reserved page\n\nThis patch detects the existence of an uncached physical AMO address setup\nby EFI\u0027s XPBOOT (SGI) and converts it to an uncached virtual AMO address.\nDepends on a patch submitted on 23 March 2005 with the subject of:\n    [PATCH 2/3] SGI Altix cross partition functionality (2nd revision)\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "b0d82bd5df874f7dadbeced1b0163473387da37c",
      "tree": "c78294ddaff17034ef77253c587a7512ba813e95",
      "parents": [
        "7fbd2a5337b2aa91266abbded97330f909904fd5"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Wed Mar 23 19:46:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:16:52 2005 -0700"
      },
      "message": "[IA64-SGI] SGI Altix cross partition functionality (2nd\nThis patch contains the shim module (XP) which interfaces between the\ncommunication module (XPC) and the functional support modules (like XPNET).\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "7fbd2a5337b2aa91266abbded97330f909904fd5",
      "tree": "0aca2260c63b65068e69bc82b5ab55f4da4b9421",
      "parents": [
        "21e37283909c12e300ab87c20f5addc878cda9f9"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Wed Mar 23 19:11:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:12:42 2005 -0700"
      },
      "message": "[IA64-SGI] Add some needed externs currently not defined\n\nAdd some needed externs currently not defined.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "21e37283909c12e300ab87c20f5addc878cda9f9",
      "tree": "0a03d3c0c90d8108eefb985272d0d49f31c2c827",
      "parents": [
        "7223a93a5321f84337647aef62ef947afd8df41a"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Wed Mar 23 19:08:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:11:38 2005 -0700"
      },
      "message": "[IA64-SGI] Define some additional SHub1 and Shub2 register symbols\n\nDefine some additional SHub1 and SHub2 register symbols.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "2e34f07ff0c944399a6456e2d91cf0ca1d9a497c",
      "tree": "d09796e3f37d7cd809eceb5d931f1e2171a32f5b",
      "parents": [
        "ce0a3956b32650e229b68964c4400bbdc5ad3ca1"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Mon Mar 21 19:41:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:07:46 2005 -0700"
      },
      "message": "[PATCH] move cnodeid_to_nasid_table out of pda\nAnother step in the effort to eliminate the SN pda structure.\nThis patch moves the cnodeid_to_nasid_table field out of the pda,\nmaking it a standalone per-cpu data item, and exports it so it can\nbe accessed by kernel modules.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "ce0a3956b32650e229b68964c4400bbdc5ad3ca1",
      "tree": "79ea53b8321964c903f1379c48ba5c4917992c46",
      "parents": [
        "ae40aae9b9b8e336714ebb3f16410da6e69d6ac8"
      ],
      "author": {
        "name": "Bruce Losure",
        "email": "blosure@sgi.com",
        "time": "Mon Apr 25 19:41:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:01:07 2005 -0700"
      },
      "message": "[IA64-SGI] Altix patch to add bricktype knowledge to tiocx\n\nHere is a patch to enable the SGI tiocx bus driver to distingush between\nFPGA-attached h/w and non-FPGA-attached h/w.\n\nSigned-off-by: Bruce Losure \u003cblosure@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "43cc67251882f60c796c8729cefc0e05b550976c",
      "tree": "7d5a7a24eaf4f6afc76ce98b368eb9579bf59c8b",
      "parents": [
        "6adc4cc0eead0c1897d7f1416d749c8e7c91e0bc"
      ],
      "author": {
        "name": "Jes Sorensen",
        "email": "jes@wildopensource.com",
        "time": "Thu Feb 17 09:41:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 11:26:05 2005 -0700"
      },
      "message": "[IA64-SGI] cleanup shubio.h\n\nThis patch cleans up include/asm/sn/shubio.h by removing a ton of\nwhitespaces and running it through Lindent, reducing it\u0027s size by almost\n30KB. No actual content has been changed.\n\nSigned-off-by: Jes Sorensen \u003cjes@wildopensource.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "6adc4cc0eead0c1897d7f1416d749c8e7c91e0bc",
      "tree": "0409af16566bde54a3d75fb0675a26a5cbc4603a",
      "parents": [
        "9df6f705c0934a49d0f0a3468a5b5044c8aec4f1"
      ],
      "author": {
        "name": "Jesse Barnes",
        "email": "jbarnes@sgi.com",
        "time": "Wed Feb 16 16:38:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 11:16:31 2005 -0700"
      },
      "message": "[IA64-SGI] remove unused sn header files\n\nThis patch makes Jes\u0027 patch (which also contains the removal of fetchop.h) a \nbit smaller, and removes two other unused files at the same time, sndrv.h and \nsn_fru.h.\n\nSigned-off-by: Jesse Barnes \u003cjbarnes@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "67639deb099c6085acc447c1b7d6a17792dedad0",
      "tree": "b9cdf0d92ff2c02e7ed182a93d7ea270ba752b10",
      "parents": [
        "b9e41d7fb62ae26adee84c18048037214ce5d866"
      ],
      "author": {
        "name": "Greg Howard",
        "email": "ghoward@sgi.com",
        "time": "Mon Apr 25 13:28:52 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Apr 25 13:28:52 2005 -0700"
      },
      "message": "[IA64] Altix system controller event handling\n\nThe following is an update of the patch I sent yesterday\n(3/9/05) incorporating suggestions from Christoph Hellwig and\nAndreas Schwab.  It allows Altix and Altix-like systems to\nhandle environmental events generated by the system controllers,\nand should apply on top of Jack Steiner\u0027s patch of 3/1/05 (\"New\nchipset support for SN platform\") and Mark Goodwin\u0027s patch of\n3/8/05 (\"Altix SN topology support for new chipsets and pci\ntopology\").\n\nSigned-off-by: Greg Howard \u003cghoward@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "0985ea8f2db87d32b0b750229889e55fed7458ef",
      "tree": "76e292f65c01b5f298a7a8d5a03287229c4be3a3",
      "parents": [
        "a37d98f6a98254c05315e0bbf45c4602942d14b1"
      ],
      "author": {
        "name": "Mark Goodwin",
        "email": "markgw@sgi.com",
        "time": "Mon Apr 25 13:21:54 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Apr 25 13:21:54 2005 -0700"
      },
      "message": "[IA64-SGI] Altix SN add support for slots in geoid_t locator\n\nThis patch against ia64-test-2.6.12 is needed for forthcoming\nAltix chipsets. It renames geoid_any_t to geoid_common_t and\nsplits the 8bit \u0027slab\u0027 field into two 4bit fields for \u0027slab\u0027\nand \u0027slot\u0027. Similar changes in the Altix SAL will retain backward\ncompatibility for old kernels.\n\nSigned-off-by: Mark Goodwin \u003cmarkgw@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "93a07d0a0e7b013ee73fb39d4edb07b47288912e",
      "tree": "e68ba0b39bcc8a9e844889af1229c024be29e95c",
      "parents": [
        "95ff439a517835aa2bdf725fafbb025a63984289"
      ],
      "author": {
        "name": "Russ Anderson",
        "email": "rja@sgi.com",
        "time": "Mon Apr 25 13:19:52 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Apr 25 13:19:52 2005 -0700"
      },
      "message": "[IA64-SGI] Shub2 BTE support - BTE recovery code\n\npatch 2:\n\tShub2 BTE recovery code will be implemented in SAL.  \n\tDefine the SAL interface.\n\tModify bte_error to call SAL for shub2.\n\nSigned-off-by: Russ Anderson \u003crja@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "95ff439a517835aa2bdf725fafbb025a63984289",
      "tree": "4d04b1bfcbe4a4c0b27e7b58e3edb77b4111a3a2",
      "parents": [
        "4628d7cada7a19166ba8fe57f5ef0f0009694e1e"
      ],
      "author": {
        "name": "Russ Anderson",
        "email": "rja@sgi.com",
        "time": "Mon Apr 25 13:19:11 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Apr 25 13:19:11 2005 -0700"
      },
      "message": "[IA64-SGI] Add new MMR definitions/Modify BTE initialiation\u0026copy.\n\npatch 1:\n\tAdd new MMR definitions.\n\tModify BTE initialiation.\n\tModify BTE copy.\n\nSigned-off-by: Russ Anderson \u003crja@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "e1e19747ecce9117610b8f3b57a3e95734230319",
      "tree": "df3d9ed57ad8155de89d1d80bbfec1833d2621fb",
      "parents": [
        "4944930ab748942e41ea4dc313fcb0946aee3f17"
      ],
      "author": {
        "name": "Bruce Losure",
        "email": "blosure@sgi.com",
        "time": "Mon Apr 25 13:09:41 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Apr 25 13:09:41 2005 -0700"
      },
      "message": "[IA64-SGI] Bus driver for the CX port of SGI\u0027s TIO chip.\n\nThis patch is to provide CX port infrastructure for SGI TIO-based\nh/w.   Also a \u0027core services\u0027 driver for SGI FPGA-based h/w.\n                                                                                \nSigned-off-by: Bruce Losure \u003cblosure@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "658b32cad9ae087bd34f35a925fd75b76d663d4e",
      "tree": "b742c5e1e756912fe6f6a81ebb4a9db814c641e7",
      "parents": [
        "be539c73b54dcc9f54fb2c2b70e204c93b616c9b"
      ],
      "author": {
        "name": "Colin Ngam",
        "email": "cngam@sgi.com",
        "time": "Mon Apr 25 13:07:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Apr 25 13:07:00 2005 -0700"
      },
      "message": "[IA64-SGI] support variable length nasids in shub2\n\nThis patch enables our TIO IO chipset to support variable length nasids in \nShub2 chipset.\n\nSigned-off-by: Colin Ngam \u003ccngam@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "be539c73b54dcc9f54fb2c2b70e204c93b616c9b",
      "tree": "2416682e77842ccde4301edb9b7a2182b847ce10",
      "parents": [
        "f1e2a1c8a1fe16db5f4a7c0c1551d6e1b97dcbb2"
      ],
      "author": {
        "name": "Colin Ngam",
        "email": "cngam@sgi.com",
        "time": "Mon Apr 25 13:06:28 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Apr 25 13:06:28 2005 -0700"
      },
      "message": "[IA64-SGI] Shub2 provides an addition of 2 External Interrupt events.\n\nSigned-off-by: Colin Ngam \u003ccngam@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "4a5c13c7eb0d55bfd2cf3100c55f1e3d8df37576",
      "tree": "400e51f79f9ba6d34c66401e1760a51e792d14aa",
      "parents": [
        "30325d17715302a60c9afdaacaafaeb056b7e880"
      ],
      "author": {
        "name": "Mark Goodwin",
        "email": "markgw@sgi.com",
        "time": "Mon Apr 25 13:04:22 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Apr 25 13:04:22 2005 -0700"
      },
      "message": "[IA64-SGI] Altix SN topology support for new chipsets and pci topology\n\nplease accept this patch to the Altix SN platform topology export\ninterface to support new chipsets and to export PCI topology.\n\nThis follows on top of Jack Steiner\u0027s patch dated March 1st\n(\"New chipset support for SN platform\").\n\nSigned-off-by: Mark Goodwin \u003cmarkgw@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "bf1cf98fa941fea5e630e341db4a294d531aaa3e",
      "tree": "e6f8872acefbe2360adf9dbeea85b553e02aa557",
      "parents": [
        "9c90bdde77f7b7a42f7ebb900275d459ce2bac05"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Mon Apr 25 11:42:39 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Apr 25 11:42:39 2005 -0700"
      },
      "message": "[IA64-SGI] Change SAL call request code for SN systems\n\nChange the value of the SAL call number for a new SAL request. The\ninitial implementation in the PROM did not match what the OS expected. \nSince the OS can run on PROMs that do not implement the new call, \nchanging the call number avoids the issue. New PROMs will implement\nthe new call number. (This avoids problems with the 4.05 PROM).\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "9c90bdde77f7b7a42f7ebb900275d459ce2bac05",
      "tree": "a196bb35cb506d2495748506fdbc9280111dee03",
      "parents": [
        "9b08ebd167a3f3812131a54512f92c3c6738ad03"
      ],
      "author": {
        "name": "Mark Maule",
        "email": "maule@sgi.com",
        "time": "Mon Apr 25 11:35:54 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Apr 25 11:35:54 2005 -0700"
      },
      "message": "[IA64-SGI] altix: tioca chip driver (agp)\n\nProvide a driver for the altix TIOCA AGP chipset.  An agpgart backend will\nbe provided as a separate patch.\n\nSigned-off-by: Mark Maule \u003cmaule@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "9b08ebd167a3f3812131a54512f92c3c6738ad03",
      "tree": "759d4a02d44d233eb7de4dba4fe4626d5d6d29ac",
      "parents": [
        "e955d82543fea76b02aa243b182e782f71bda82c"
      ],
      "author": {
        "name": "Mark Maule",
        "email": "maule@sgi.com",
        "time": "Mon Apr 25 11:32:16 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Apr 25 11:32:16 2005 -0700"
      },
      "message": "[IA64-SGI] sn2-move-pci-headers.patch\n\nMove a couple of headers out of arch/ia64/sn/include/pci and into\ninclude/asm-ia64/sn.\n\nSigned-off-by: Mark Maule \u003cmaule@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
