)]}'
{
  "log": [
    {
      "commit": "8b6e47ad062e6ac993fb80256344fc499c1e827b",
      "tree": "01099417e0256837231583e82b3067c25da2339e",
      "parents": [
        "d133181d873255cb071f8b19c4b2c1f326c2de95"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "avictor.za@gmail.com",
        "time": "Wed Oct 15 22:01:55 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:32 2008 -0700"
      },
      "message": "AT91: atmel_pwm only available for certain AT91 processors\n\nOnly three of Atmel\u0027s AT91 processors (SAM9263, SAM9RL and CAP9) include a\nPWM controller.\n\nIt should therefore only be possible to enable the misc/atmel_pwm.c driver\non those processors (and not all AT91 processors).\n\nSigned-off-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nCc: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "fca692c0a923c142c28d65e1101806bac1f69bb5",
      "tree": "61be3580e5e35d0f5a63a9214a51743c33351689",
      "parents": [
        "cbf330b94e9c888e9d2b99523037f9be5c4ba795"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Wed Oct 15 22:01:29 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:30 2008 -0700"
      },
      "message": "eeepc: depends on RFKILL\n\nEEEPC_LAPTOP uses RFKILL, so the former should depend on RFKILL.\nBuild errors happen when EEEPC_LAPTOP\u003dy and RFKILL\u003dm.\n\neeepc-laptop.c:(.text+0xd5a7b): undefined reference to `rfkill_allocate\u0027\neeepc-laptop.c:(.text+0xd5b04): undefined reference to `rfkill_register\u0027\neeepc-laptop.c:(.text+0xd5b48): undefined reference to `rfkill_allocate\u0027\neeepc-laptop.c:(.text+0xd5bd4): undefined reference to `rfkill_register\u0027\neeepc-laptop.c:(.text+0xd5ece): undefined reference to `rfkill_unregister\u0027\neeepc-laptop.c:(.text+0xd5ef6): undefined reference to `rfkill_unregister\u0027\nmake[1]: *** [.tmp_vmlinux1] Error 1\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nCc: Corentin Chary \u003ccorentincj@iksaif.net\u003e\nCc: Matthew Garrett \u003cmjg@redhat.com\u003e\nCc: Henrique de Moraes Holschuh \u003chmh@hmh.eng.br\u003e\nCc: Karol Kozimor \u003csziwan@users.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "cbf330b94e9c888e9d2b99523037f9be5c4ba795",
      "tree": "db0d0c4e873dfec8a46a127c63e86eeaf51fbeb0",
      "parents": [
        "1ecfea06386c6b1344e83c8f909c87c88262ba1d"
      ],
      "author": {
        "name": "Julia Lawall",
        "email": "julia@diku.dk",
        "time": "Wed Oct 15 22:01:27 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:30 2008 -0700"
      },
      "message": "drivers/misc: Use DIV_ROUND_UP\n\nThe kernel.h macro DIV_ROUND_UP performs the computation (((n) + (d) - 1) /\n(d)) but is perhaps more readable.\n\nAn extract of the semantic patch that makes this change is as follows:\n(http://www.emn.fr/x-info/coccinelle/)\n\n// \u003csmpl\u003e\n@haskernel@\n@@\n\n#include \u003clinux/kernel.h\u003e\n\n@depends on haskernel@\nexpression n,d;\n@@\n\n(\n- (n + d - 1) / d\n+ DIV_ROUND_UP(n,d)\n|\n- (n + (d - 1)) / d\n+ DIV_ROUND_UP(n,d)\n)\n\n@depends on haskernel@\nexpression n,d;\n@@\n\n- DIV_ROUND_UP((n),d)\n+ DIV_ROUND_UP(n,d)\n\n@depends on haskernel@\nexpression n,d;\n@@\n\n- DIV_ROUND_UP(n,(d))\n+ DIV_ROUND_UP(n,d)\n// \u003c/smpl\u003e\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nCc: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "04dcd84bc79d9f756bf5b9fc16c7df3344823ca8",
      "tree": "816a307993e7d2b516e907eb87b4396768f0d8f9",
      "parents": [
        "69849375d6b13e94d08cdc94b49b11fbab454a0e"
      ],
      "author": {
        "name": "Corentin Chary",
        "email": "corentincj@iksaif.net",
        "time": "Thu Oct 09 15:33:57 2008 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@mahadeva.delvare",
        "time": "Thu Oct 09 15:33:57 2008 +0200"
      },
      "message": "eeepc-laptop: Fix hwmon interface\n\nCreates a name file in the sysfs directory, that\nis needed for the libsensors library to work.\nAlso rename fan1_pwm to pwm1 and scale its value as needed.\n\nThis fixes bug #11520:\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d11520\n\nSigned-off-by: Corentin Chary \u003ccorentincj@iksaif.net\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "8275d102f8dbaa4f437f6b03b00d85bfb4e16025",
      "tree": "039189a824d81d8968143e166c77f88ee31593ad",
      "parents": [
        "ecc9a04de66e7b2d40d539cc39d5798bc46553e9"
      ],
      "author": {
        "name": "Robin Holt",
        "email": "holt@sgi.com",
        "time": "Sat Sep 13 02:33:22 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Sep 13 14:41:52 2008 -0700"
      },
      "message": "ia64: fix panic during `modprobe -r xpc\u0027\n\nIf you are on ia64 and you modprobe xpc then modprobe -r xpc, you\nimmediately get a panic.  xpc depends on xp which depends on gru for a\nsymbol.  That symbol is only used when we are running on UV hardware.\n\nCurrently, the GRU driver detects we are not on UV hardware and does no\ninitializing.  It does not do the same check when unloading.  As a result,\nthe gru driver attempts to tear down stuff that was not setup.\n\nThis is a simple two-line workaround to get us through this release.  Once\n2.6.28 is opened, we need to rework the symbols that xp is depending on\nfrom gru so the gru driver can properly fail to load when hardware is not\navailable.\n\nSigned-off-by: Robin Holt \u003cholt@sgi.com\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "41c9229498a2eb89db1c0a77321c61b448738de4",
      "tree": "63e4c4b36191a46ead79160607cb907145f453f5",
      "parents": [
        "bf7394ccc13fe291d9258f01113b4c61214ddeae",
        "5ed459102d1e914972d65dd4ea9f26073143a4e9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Sep 05 14:27:12 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Sep 05 14:27:12 2008 -0700"
      },
      "message": "Merge branch \u0027release-2.6.27\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-2.6\n\n* \u0027release-2.6.27\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-2.6:\n  acer-wmi: remove debugfs entries upon unloading\n  ACPI: Avoid bogus timeout about SMbus check\n  fujitsu-laptop: fix regression for P8010 in 2.6.27-rc\n  ACPI: Make Len Brown the ACPI maintainer again\n  ACPI: thinkpad-acpi: wan radio control is not experimental\n  PNPACPI: ignore the producer/consumer bit for extended IRQ descriptors\n  acpi: add checking for NULL early param\n  ACPI: Fix typo in \"Disable MWAIT via DMI on broken Compal board\"\n  ACPI: Fix now signed module parameter.\n  ACPI: Change package length error to warning\n  ACPI: Fix now signed module parameter.\n"
    },
    {
      "commit": "5ed459102d1e914972d65dd4ea9f26073143a4e9",
      "tree": "60223a29b992330c13a427fd63925f161537e62c",
      "parents": [
        "4fd23436f1f414fea9a1a6050d4ed6de02cb91e5",
        "7d964c352b06aabb895e39d3b479e105bd9d1ca0"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@linux.intel.com",
        "time": "Thu Sep 04 14:41:02 2008 +0200"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "ak@linux.intel.com",
        "time": "Thu Sep 04 14:41:02 2008 +0200"
      },
      "message": "Merge branch \u0027wmi-fix\u0027 into release-2.6.27\n"
    },
    {
      "commit": "7d964c352b06aabb895e39d3b479e105bd9d1ca0",
      "tree": "0b6684844032b6aa7df2585b44d65bf74b344e12",
      "parents": [
        "b635acec48bcaa9183fcbf4e3955616b0d4119b5"
      ],
      "author": {
        "name": "Russ Dill",
        "email": "russ.dill@gmail.com",
        "time": "Tue Sep 02 14:35:40 2008 -0700"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "ak@linux.intel.com",
        "time": "Thu Sep 04 14:40:48 2008 +0200"
      },
      "message": "acer-wmi: remove debugfs entries upon unloading\n\nThe exit function neglects to remove debugfs entries, leading to a BUG\non reload.\n\n[akpm@linux-foundation.org: cleanups]\nSigned-off-by: Russ Dill \u003cRuss.Dill@gmail.com\u003e\nAcked-by: Carlos Corbacho \u003ccarlos@strangeworlds.co.uk\u003e\nCc: Andi Kleen \u003cak@linux.intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\n"
    },
    {
      "commit": "4fd23436f1f414fea9a1a6050d4ed6de02cb91e5",
      "tree": "687485fbe97ce053af50b80871777d9f36f4e0c5",
      "parents": [
        "54cd3148a149f7413cc25cb832f42cf0dabcee29",
        "266feefeb9ea2d846ac82eb6db1a54b230364ba4",
        "d8196a93b1ce9a5abb410f39f9375912c9e53675"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@linux.intel.com",
        "time": "Thu Sep 04 14:33:03 2008 +0200"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "ak@linux.intel.com",
        "time": "Thu Sep 04 14:33:03 2008 +0200"
      },
      "message": "Merge branches \u0027smbus\u0027 and \u0027fujitsu-fix\u0027 into release-2.6.27\n"
    },
    {
      "commit": "d8196a93b1ce9a5abb410f39f9375912c9e53675",
      "tree": "3cc66b352ca99daa99492b08bf6ac3c26934a6f9",
      "parents": [
        "b635acec48bcaa9183fcbf4e3955616b0d4119b5"
      ],
      "author": {
        "name": "Jonathan Woithe",
        "email": "jwoithe@physics.adelaide.edu.au",
        "time": "Fri Aug 29 11:06:21 2008 +0930"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "ak@linux.intel.com",
        "time": "Thu Sep 04 14:31:08 2008 +0200"
      },
      "message": "fujitsu-laptop: fix regression for P8010 in 2.6.27-rc\n\nThe following patch (based on a patch from Stephen Gildea) fixes a\nregression with the LCD brightness keys on Fujitsu P8010 laptops which was\nobserved with the 2.6.27-rc series (basically they stopped working due to\nchanges within the fujitsu-laptop and video modules).  Please apply to\n2.6.27-rc and acpi git.\n\nA more complete solution for this laptop will be included in an upcoming\npatch, hopefully for 2.6.28.  In the meantime this restores most\nfunctionality for P8010 users.\n\nSigned-off-by: Stephen Gildea \u003cstepheng+fujitsu-laptop@gildea.com\u003e\nSigned-off-by: Jonathan Woithe \u003cjwoithe@physics.adelaide.edu.au\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\n"
    },
    {
      "commit": "a8823aefd142d2a9c4b3661bf8712ccd2da1b220",
      "tree": "c888ff1968986a29a0d126c22f0329d777e1bda6",
      "parents": [
        "3f6e2f137c5b83c3c2d48fae971e845c3450cc7c"
      ],
      "author": {
        "name": "Matthew Garrett",
        "email": "mjg59@srcf.ucam.org",
        "time": "Tue Sep 02 14:36:03 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Sep 02 19:21:39 2008 -0700"
      },
      "message": "hp-wmi: add proper hotkey support\n\nIt turns out that event 0x4 merely indcates that a hotkey has been\npressed, not which one.  A further query is required in order to determine\nthe actual keypress.  The following patch adds support for that along with\nthe known keycodes.\n\nSigned-off-by: Matthew Garrett \u003cmjg@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3f6e2f137c5b83c3c2d48fae971e845c3450cc7c",
      "tree": "1cae4e5cd4f426eee34944afb4c8925cec51074b",
      "parents": [
        "61e55d0576d0e7eb4fecaeb25b3618e035de5be1"
      ],
      "author": {
        "name": "Matthew Garrett",
        "email": "mjg59@srcf.ucam.org",
        "time": "Tue Sep 02 14:36:00 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Sep 02 19:21:39 2008 -0700"
      },
      "message": "hp-wmi: update to match current rfkill semantics\n\nhp-wmi currently changes the RFKill state by altering the struct members\nrather than using the dedicated interface, meaning that update events\nwon\u0027t be pushed to userspace.  This patch fixes that, along with fixing\nthe declared type of the WWAN kill switch.  It also ensures that rfkill\ninterfaces are only registered for hardware that exists.\n\nSigned-off-by: Matthew Garrett \u003cmjg@redhat.com\u003e\nAcked-by: Henrique de Moraes Holschuh \u003chmh@hmh.eng.br\u003e\nCc: Ivo van Doorn \u003civdoorn@gmail.com\u003e\nCc: Dave Young \u003chidave.darkstar@gmail.com\u003e\nCc: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "39dbbb4523754df4a822c69191a848a03e556dc7",
      "tree": "ef0e116623d66534fcd694b0fc6c87c1463dd395",
      "parents": [
        "6ccfa806a9cfbbf1cd43d5b6aa47ef2c0eb518fd"
      ],
      "author": {
        "name": "Russ Dill",
        "email": "russ.dill@gmail.com",
        "time": "Tue Sep 02 14:35:40 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Sep 02 19:21:37 2008 -0700"
      },
      "message": "acer-wmi: remove debugfs entries upon unloading\n\nThe exit function neglects to remove debugfs entries, leading to a BUG\non reload.\n\n[akpm@linux-foundation.org: cleanups]\nSigned-off-by: Russ Dill \u003cRuss.Dill@gmail.com\u003e\nAcked-by: Carlos Corbacho \u003ccarlos@strangeworlds.co.uk\u003e\nCc: Andi Kleen \u003cak@linux.intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9d5e88bcdd8d814a65dfeb6b55a5a7cef61630d4",
      "tree": "34b174bbb23518864c5555938d0cafe4fcd89d86",
      "parents": [
        "4eb57c98b8d2a812441b33911ca3cf9602699654",
        "9662e0802445a1f56cef11bbd0d520b07238424a"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@linux.intel.com",
        "time": "Thu Aug 28 19:25:21 2008 +0200"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "ak@linux.intel.com",
        "time": "Thu Aug 28 19:25:21 2008 +0200"
      },
      "message": "Merge branch \u0027wan\u0027 into release-2.6.27\n"
    },
    {
      "commit": "9662e0802445a1f56cef11bbd0d520b07238424a",
      "tree": "dcf964d3b26c93935cb97d7273760ce237758c5f",
      "parents": [
        "b635acec48bcaa9183fcbf4e3955616b0d4119b5"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@goop.org",
        "time": "Wed Aug 27 21:04:49 2008 -0700"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "ak@linux.intel.com",
        "time": "Thu Aug 28 19:24:49 2008 +0200"
      },
      "message": "ACPI: thinkpad-acpi: wan radio control is not experimental\n\nThe WWAN radio control has been working well for over three years,\nand is no longer experimental.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\n"
    },
    {
      "commit": "83097aca8567a0bd593534853b71fe0fa9a75d69",
      "tree": "67e6c59742c26b9da073c7fea389d7ac0de4bc46",
      "parents": [
        "6450f65168bcf3c03b5fb44c2fe96682c0d3086b"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@linux.intel.com",
        "time": "Sat Aug 23 21:45:21 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 23 21:54:00 2008 -0700"
      },
      "message": "Fix oops in acer_wmi driver (acer_wmi_init)\n\nThe acer_wmi driver does a DMI scan for quirks, and then sets flags into the\n\"interface\" datastructure for some cases. However, the quirks happen real early\nbefore \"interface\" is per se initialized from NULL.\n\nThe patch below 1) adds a NULL pointer check and 2) (re)runs the quirks at the\nend, when \"interface\" has it\u0027s final value.\n\nReported-by: kerneloops.org\nAcked-by: Carlos Corbacho \u003ccarlos@strangeworlds.co.uk\u003e\nCC: stable@vger.kernel.org\nSigned-off-by: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7a8fc9b248e77a4eab0613acf30a6811799786b3",
      "tree": "24b3beb8bc0633db27ffdb791f94dce95d51b1d0",
      "parents": [
        "d3ee1b405872214609868f3cde631ac157026dd0"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sun Aug 17 17:36:59 2008 +0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 23 12:14:12 2008 -0700"
      },
      "message": "removed unused #include \u003clinux/version.h\u003e\u0027s\n\nThis patch lets the files using linux/version.h match the files that\n#include it.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f14413184b1de4dcbd5ec3e7c129c3ce2079f543",
      "tree": "af063aad59d9cdb851a0549cd29d529c37a32863",
      "parents": [
        "0c7281c0faa1d0bdbdc647430cbdf7e0aed7f385"
      ],
      "author": {
        "name": "Matthew Garrett",
        "email": "mjg59@srcf.ucam.org",
        "time": "Wed Aug 20 14:08:57 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 20 15:40:30 2008 -0700"
      },
      "message": "eeepc-laptop: fix use after free\n\neeepc-laptop uses the hwmon struct after unregistering the device, causing\nan oops on module unload.  Flip the ordering to fix.\n\nSigned-off-by: Matthew Garrett \u003cmjg@redhat.com\u003e\nCc: Henrique de Moraes Holschuh \u003chmh@hmh.eng.br\u003e\nCc: Corentin Chary \u003ccorentincj@iksaif.net\u003e\nCc: Karol Kozimor \u003csziwan@users.sourceforge.net\u003e\nCc: \u003cstable@kernel.org\u003e\t\t[2.6.26.x]\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5c742b45dd5fbbb6cf74d3378341704f4b23c5e8",
      "tree": "b689248d952f8e9c408895f5cd21cfbb095b1b6f",
      "parents": [
        "dab36ad8d50dc9424dfc4926f62aaf9bd52dcf13"
      ],
      "author": {
        "name": "Carlos Corbacho",
        "email": "carlos@strangeworlds.co.uk",
        "time": "Wed Aug 06 19:13:56 2008 +0100"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "ak@linux.intel.com",
        "time": "Fri Aug 15 02:27:01 2008 +0200"
      },
      "message": "acer-wmi: Fix wireless and bluetooth on early AMW0 v2 laptops\n\nIn the old acer_acpi, I discovered that on some of the newer AMW0 laptops\nthat supported the WMID methods, they don\u0027t work properly for setting the\nwireless and bluetooth values.\n\nSo for the AMW0 V2 laptops, we want to use both the \u0027old\u0027 AMW0 and the\n\u0027new\u0027 WMID methods for setting wireless \u0026 bluetooth to guarantee we always\nenable it.\n\nThis was fixed in acer_acpi some time ago, but I forgot to port the patch\nover to acer-wmi when it was merged.\n\n(Without this patch, early AMW0 V2 laptops such as the Aspire 5040 won\u0027t\nwork with acer-wmi, where-as they did with the old acer_acpi).\n\nAK: fix compilation\n\nSigned-off-by: Carlos Corbacho \u003ccarlos@strangeworlds.co.uk\u003e\nCC: stable@kernel.org\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\n"
    },
    {
      "commit": "6a4ad39b3de60ad0e75a78098be0f0eb1722b753",
      "tree": "b4aff052ce77c4c5761c1278a690c4ab22976dda",
      "parents": [
        "969830b2fedf8336c41d6195f49d250b1e166ff8"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Tue Aug 12 15:08:51 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Aug 12 16:07:29 2008 -0700"
      },
      "message": "GRU: fix preprocessor symbol for sparse\n\nFix preprocessor symbol so that sparse sees it and does not generate\nerrors:\n\n  drivers/misc/sgi-gru/grutables.h:286:2: error: \"Unsupported architecture\"\n  drivers/misc/sgi-gru/grutables.h:286:2: error: \"Unsupported architecture\"\n  drivers/misc/sgi-gru/grutables.h:286:2: error: \"Unsupported architecture\"\n  drivers/misc/sgi-gru/grutables.h:286:2: error: \"Unsupported architecture\"\n  drivers/misc/sgi-gru/grutlbpurge.c:185:11: error: undefined identifier \u0027GRUREGION\u0027\n  drivers/misc/sgi-gru/grutables.h:286:2: error: \"Unsupported architecture\"\n  drivers/misc/sgi-gru/grutables.h:286:2: error: \"Unsupported architecture\"\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nCc: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0016fe9d8a1ca99a4642735f41a7753d7c1f7e2b",
      "tree": "492a2a9f18f07517f38eedb1f208a8efd9e56a7f",
      "parents": [
        "8bc5fb6abb670fa9079cd1994f016a39f99698fe",
        "bcbd2b65868213c1426654304de3da330cde6b3a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 06 11:46:39 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Aug 06 11:46:39 2008 -0700"
      },
      "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] Update generic config\n  [IA64] Fix uniprocessor build w.r.t. SGI_XP and SGI_GRU\n  [IA64] Eliminate trailing backquote in IA64_SGI_UV\n  [IA64] update generic_defconfig to support sn2.\n  [IA64] update generic_defconfig for 2.6.27-rc1\n  [IA64] Allow ia64 to CONFIG_NR_CPUS up to 4096\n  [IA64] Cleanup generated file not ignored by .gitignore\n  [IA64] pv_ops: fix ivt.S paravirtualization\n"
    },
    {
      "commit": "dc39778f952a820b7da45756a900a4778da343cd",
      "tree": "a89323d08c62dff0c413f9e4e2f273e60a45b9ad",
      "parents": [
        "dc60bf1d8328076c27fe07c1849a5c8399bafc39"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Tue Aug 05 13:01:33 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Aug 05 14:33:49 2008 -0700"
      },
      "message": "drivers/misc/sgi-gru/grutlbpurge.c: removed duplicated #include\n\nRemoved duplicated include \u003clinux/delay.h\u003e in\ndrivers/misc/sgi-gru/grutlbpurge.c.\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nCc: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ee694d6b4106ca09dcf23f839b44efd152a1da82",
      "tree": "a6a3c9c72572d33624d0faa7a52d8c858327d0f6",
      "parents": [
        "3351ab9b345ba5c2872acbf718cc631df72d3732"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Aug 04 13:39:28 2008 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Aug 04 13:39:28 2008 -0700"
      },
      "message": "[IA64] Fix uniprocessor build w.r.t. SGI_XP and SGI_GRU\n\nThe SGI XP and GRU drivers only work on SMP systems ... the Kconfig\nfile only disallowed them for non-SMP X86.\n\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "46bd58eab21650fe820e4e3a27a6a134892cc2eb",
      "tree": "96f8dc7cce91028c8b409019e7787296e0e07c5d",
      "parents": [
        "3b0de7b364c8b8a975f201fdae2fb394c876eb56"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Fri Aug 01 09:55:26 2008 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 01 12:26:03 2008 -0700"
      },
      "message": "add reverse dependency of CONFIG_SGI_XP upon CONFIG_SGI_GRU\n\nAdd a reverse dependency of CONFIG_SGI_XP upon CONFIG_SGI_GRU to Kconfig.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3b0de7b364c8b8a975f201fdae2fb394c876eb56",
      "tree": "b83d12f06d60c6b4e101e09079e213b578b0aec9",
      "parents": [
        "5c7edcd7ee6b77b88252fe4096dce1a46a60c829"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Fri Aug 01 14:19:08 2008 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 01 12:25:31 2008 -0700"
      },
      "message": "add dependency of CONFIG_SGI_XP upon CONFIG_NET\n\nAdd a dependency of CONFIG_SGI_XP upon CONFIG_NET to Kconfig.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "bd3e64c1759e4930315ebf022611468ee9621486",
      "tree": "314f4f8a80788b181aa03714d952854c8e2a1866",
      "parents": [
        "5b8669dfd110a62a74eea525a009342f73987ea0"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:19 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:50 2008 -0700"
      },
      "message": "sgi-xp: setup the notify GRU message queue\n\nSetup the notify GRU message queue that is used for sending user messages\non UV systems.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nCc: Jack Steiner \u003csteiner@sgi.com\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5b8669dfd110a62a74eea525a009342f73987ea0",
      "tree": "04572d8508f450131298b6ec072e97aa9fdba539",
      "parents": [
        "83469b5525b4a35be40b17cb41d64118d84d9f80"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:18 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:50 2008 -0700"
      },
      "message": "sgi-xp: setup the activate GRU message queue\n\nSetup the activate GRU message queue that is used for partition activation\nand channel connection on UV systems.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nCc: Jack Steiner \u003csteiner@sgi.com\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "83469b5525b4a35be40b17cb41d64118d84d9f80",
      "tree": "e258238c04b25892c1b1fc85ef42b67ce5bac873",
      "parents": [
        "61deb86e98f51151b225f7563ee1cf2b50857d10"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:18 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:50 2008 -0700"
      },
      "message": "sgi-xp: cleanup naming of partition defines\n\nCleanup naming of partition defines.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nCc: Jack Steiner \u003csteiner@sgi.com\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "61deb86e98f51151b225f7563ee1cf2b50857d10",
      "tree": "0196f0748fed77b100476067ca31254517e939b1",
      "parents": [
        "a812dcc3a298eef650c381e094e2cf41a4ecc9ad"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:17 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:50 2008 -0700"
      },
      "message": "sgi-xp: move xpc_check_remote_hb() to support both SN2 and UV\n\nMove xpc_check_remote_hb() so it can support both SN2 and UV.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nCc: Jack Steiner \u003csteiner@sgi.com\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a812dcc3a298eef650c381e094e2cf41a4ecc9ad",
      "tree": "cb6a24a623891054789f5340742c3c8ff1fb8cde",
      "parents": [
        "261f3b4979db88d29fc86aad9f76fbc0c2c6d21a"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:16 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:50 2008 -0700"
      },
      "message": "sgi-xp: add usage of GRU driver by xpc_remote_memcpy()\n\nAdd UV support to xpc_remote_memcpy(), which involves interfacing to the\nGRU driver.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nCc: Jack Steiner \u003csteiner@sgi.com\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "261f3b4979db88d29fc86aad9f76fbc0c2c6d21a",
      "tree": "1cd1012b3ab52747a12e47f630b864d27af0bdf5",
      "parents": [
        "81fe7883d2c8a80a7145ad22f8cd8514d05412b9"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:16 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:50 2008 -0700"
      },
      "message": "sgi-xp: enable building of XPC/XPNET on x86_64\n\nGet XPC/XPNET to build on x86_64.  Trying to modprobe them up on a non-UV\nor sn2 system will result in a -ENODEV.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nCc: Jack Steiner \u003csteiner@sgi.com\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "81fe7883d2c8a80a7145ad22f8cd8514d05412b9",
      "tree": "0e4e1200ad1ff4fb3e31f61c6befc8391c18d1e3",
      "parents": [
        "04de741885bc7565a28150e82c56a56e544440e6"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:15 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:50 2008 -0700"
      },
      "message": "sgi-xp: add \u0027jiffies\u0027 to reserved page\u0027s timestamp name\n\nRename XPC\u0027s reserved page\u0027s timestamp member to reflect the units of time\ninvolved.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "04de741885bc7565a28150e82c56a56e544440e6",
      "tree": "7c955e1d9dbe4c7d319818f48e22ef85113b2c2f",
      "parents": [
        "ea57f80c8c0e59cfc5095f7e856ce7c8e6ac2984"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:14 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:50 2008 -0700"
      },
      "message": "sgi-xp: use standard bitops macros and functions\n\nChange sgi-xp to use the standard bitops macros and functions instead of\ntrying to invent its own mechanism.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ea57f80c8c0e59cfc5095f7e856ce7c8e6ac2984",
      "tree": "f88345573a36c1c5c53e71f61c2cb491a1e3eaaf",
      "parents": [
        "8e85c23ef04fe0d8414e0b1dc04543095282a27a"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:14 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:50 2008 -0700"
      },
      "message": "sgi-xp: eliminate \u0027\u003e\u003e\u003e\u0027 in comments\n\nComments in /drivers/misc/sgi-xp has been using \u0027\u003e\u003e\u003e\u0027 as a means to draw\nattention to something that needs to be done or considered.  To avoid\ncolliding with git rejects, \u0027\u003e\u003e\u003e\u0027 will now be replaced by \u0027!!!\u0027 to\nindicate something to do, and by \u0027???\u0027 to indicate something to be\nconsidered.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8e85c23ef04fe0d8414e0b1dc04543095282a27a",
      "tree": "da805cb04c535eb15b493a9055bbb05866c03329",
      "parents": [
        "ee6665e3b6e1283c30ae240732af1345bc02154e"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:13 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:50 2008 -0700"
      },
      "message": "sgi-xp: add _sn2 suffix to a few variables\n\nAdd an \u0027_sn2\u0027 suffix to some variables found in xpc_sn2.c.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ee6665e3b6e1283c30ae240732af1345bc02154e",
      "tree": "91fbfb2a4cab26e3979df44a9bdcd6851efc9c50",
      "parents": [
        "a7b4d509205db5e9cd3ffc77b306d7b10fe6a34d"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:13 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:50 2008 -0700"
      },
      "message": "sgi-xp: isolate remote copy buffer to sn2 only\n\nMake the remote copy buffer an sn2 only item.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a7b4d509205db5e9cd3ffc77b306d7b10fe6a34d",
      "tree": "2983c8835c5aa391f540196bb610e0394ef5d56d",
      "parents": [
        "185c3a1b4bb4353529257f97caaeaac6c695e77d"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:12 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:50 2008 -0700"
      },
      "message": "sgi-xp: enable XPNET to handle more than 64 partitions\n\nEnable XPNET to support more than 64 partitions.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "185c3a1b4bb4353529257f97caaeaac6c695e77d",
      "tree": "4978f575ab63c5d040531f685871840aedff76c7",
      "parents": [
        "c39838ce21ca8e05857ed7f4be5d289011561905"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:11 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:49 2008 -0700"
      },
      "message": "sgi-xp: isolate allocation of XPC\u0027s msgqueues to sn2 only\n\nMove the allocation of XPC\u0027s msgqueues to xpc_sn2.c.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c39838ce21ca8e05857ed7f4be5d289011561905",
      "tree": "bbe06be2e9184b12065edbd8a5cff5fd9f68b67e",
      "parents": [
        "7fb5e59d63deda89a8eefdbd5b3c8d622076afd4"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:11 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:49 2008 -0700"
      },
      "message": "sgi-xp: replace AMO_t typedef by struct amo\n\nReplace the AMO_t typedef by a direct reference to \u0027struct amo\u0027.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7fb5e59d63deda89a8eefdbd5b3c8d622076afd4",
      "tree": "4c78f9e016dd0998e8539a1da358b4ba961db8e9",
      "parents": [
        "a47d5dac9d8481766382f8cf1483dd581df38b99"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:10 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:49 2008 -0700"
      },
      "message": "sgi-xp: separate chctl_flags from XPC\u0027s notify IRQ\n\nTie current IPI references to either XPC\u0027s notify IRQ or channel control\nflags.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a47d5dac9d8481766382f8cf1483dd581df38b99",
      "tree": "d815a930f6d5f0d48b34eb7506447909c02eb3c3",
      "parents": [
        "6e41017aad9ed175ca51e4828eabc8c5cf5910be"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:09 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:49 2008 -0700"
      },
      "message": "sgi-xp: isolate additional sn2 specific code\n\nMove additional sn2 specific code into xpc_sn2.c.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6e41017aad9ed175ca51e4828eabc8c5cf5910be",
      "tree": "388f0bd12f15d8c3d4a45d53ce99c24c33454e3a",
      "parents": [
        "97bf1aa1e1bb18de9bb1987c6eb9ad751bf08aab"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:09 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:49 2008 -0700"
      },
      "message": "sgi-xp: isolate activate IRQ\u0027s hardware specific components\n\nIsolate architecture specific code related to XPC\u0027s activate IRQ.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "97bf1aa1e1bb18de9bb1987c6eb9ad751bf08aab",
      "tree": "c07472cdffc9c53aefa7f7eeb6098b18bc4f7ac1",
      "parents": [
        "aaa3cd694c0c4ae534e8aafdf4227e395c57d6bd"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:08 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:49 2008 -0700"
      },
      "message": "sgi-xp: move xpc_allocate() into xpc_send()/xpc_send_notify()\n\nMove xpc_allocate() functionality into xpc_send()/xpc_send_notify() so\nxpc_allocate() no longer needs to be called by XPNET.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "aaa3cd694c0c4ae534e8aafdf4227e395c57d6bd",
      "tree": "8494fab9a16530f0e2b4095d56d59f9ac3ee8966",
      "parents": [
        "33ba3c7724be79f7cdbfc611335572c056d9a05a"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:07 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:49 2008 -0700"
      },
      "message": "sgi-xp: base xpc_rsvd_page\u0027s timestamp on jiffies\n\nChange XPC\u0027s reserved page timestamp to be based on jiffies.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "33ba3c7724be79f7cdbfc611335572c056d9a05a",
      "tree": "db0371c031b0bbab13ccb2aeaf015424633cf2d8",
      "parents": [
        "e17d416b1bc947df68499863f13b401fb42b48f6"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:07 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:49 2008 -0700"
      },
      "message": "sgi-xp: isolate xpc_vars structure to sn2 only\n\nIsolate the xpc_vars structure of XPC\u0027s reserved page to sn2 only.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e17d416b1bc947df68499863f13b401fb42b48f6",
      "tree": "d0c766c93dce9acb27948022b1613347981fd9b3",
      "parents": [
        "94bd2708d4a95d7da5a1c7c28a063eccd127fb69"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:06 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:49 2008 -0700"
      },
      "message": "sgi-xp: isolate xpc_vars_part structure to sn2 only\n\nIsolate the xpc_vars_part structure of XPC\u0027s reserved page to sn2 only.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "94bd2708d4a95d7da5a1c7c28a063eccd127fb69",
      "tree": "bcc65d3966e240017f8fb355114ec07c906b0b63",
      "parents": [
        "908787db9b95f548270af18d83d62b9d2020ca10"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:05 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:49 2008 -0700"
      },
      "message": "sgi-xp: prepare xpc_rsvd_page to work on either sn2 or uv hardware\n\nPrepare XPC\u0027s reserved page header to work for either sn2 or uv.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "908787db9b95f548270af18d83d62b9d2020ca10",
      "tree": "7fd4837accae2af478af95618357f106d04c265e",
      "parents": [
        "bc63d387e4f5dbbe4ea0c5ade862c38073fd7fa3"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:05 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:49 2008 -0700"
      },
      "message": "sgi-xp: create a common xp_remote_memcpy() function\n\nCreate a common remote memcpy function that maps to what the hardware\nbooted supports.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "bc63d387e4f5dbbe4ea0c5ade862c38073fd7fa3",
      "tree": "ebeb9a381224a935fc50697902fcc38b9df47d90",
      "parents": [
        "78ce1bbe446e9b46dcd6c1e60a4768448a8ce355"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:04 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:49 2008 -0700"
      },
      "message": "sgi-xp: support runtime selection of xp_max_npartitions\n\nSupport runtime selection of the max number of partitions based on the\nhardware being run on.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "78ce1bbe446e9b46dcd6c1e60a4768448a8ce355",
      "tree": "fb7c75dd25d991dc6a8be630c1a46ebc498c2cf6",
      "parents": [
        "da9705259848b968cdf6151b977334fe7b5b0461"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:03 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:48 2008 -0700"
      },
      "message": "sgi-xp: define BYTES_PER_WORD\n\nAdd a BYTES_PER_WORD #define.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "da9705259848b968cdf6151b977334fe7b5b0461",
      "tree": "2cf088ab0cfe5ddbe0b66473b66236d280fcd121",
      "parents": [
        "355c54d2e70093f09910d2ecf343023aefc219e1"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:03 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:48 2008 -0700"
      },
      "message": "sgi-xp: define xpSalError reason code\n\nDefine xpSalError reason code.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "355c54d2e70093f09910d2ecf343023aefc219e1",
      "tree": "8352cbd64791187614de56f5101e11ab27be4673",
      "parents": [
        "9ca8e40c130c906c1060d105e63628410c860261"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Tue Jul 29 22:34:02 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:48 2008 -0700"
      },
      "message": "sgi-xp: define is_shub() and is_uv() macros\n\nDefine the is_shub()/is_uv() macros if they\u0027ve not already been defined.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9ca8e40c130c906c1060d105e63628410c860261",
      "tree": "f43ec77a814039d2317c3012810b049c221e14ec",
      "parents": [
        "3d919e5f6b440bb0cc7996eb7628b29be09e6343"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue Jul 29 22:34:02 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:48 2008 -0700"
      },
      "message": "GRU Driver V3: fixes to resolve code review comments\n\nFixes problems identified in a code review:\n\t- add comment with high level dscription of the GRU\n\t- prepend \"gru_\" to all global names\n\t- delete unused function\n\t- couple of trivial bug fixes\n\n[akpm@linux-foundation.org: coding-style fixes]\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nCc: Nick Piggin \u003cnickpiggin@yahoo.com.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3d919e5f6b440bb0cc7996eb7628b29be09e6343",
      "tree": "bc210f908157e9005015987810a6fd820299ea54",
      "parents": [
        "0d39741a27d86d305cc75ba626392be410dcbab9"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue Jul 29 22:34:01 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:48 2008 -0700"
      },
      "message": "GRU Driver: driver/misc Makefile \u0026 Kconfig changes\n\nDriver/misc changes for the GRU driver\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3c45f6928322773b1810fbec1ece77056f914114",
      "tree": "466bc6d41f88352a2f98f7d3cf137aafb6781dcc",
      "parents": [
        "ee5b8feca3af01400e26637209a72fbf137c82ff"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue Jul 29 22:34:00 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:48 2008 -0700"
      },
      "message": "GRU Driver: driver makefile\n\nThis patch adds the GRU driver makefile\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ee5b8feca3af01400e26637209a72fbf137c82ff",
      "tree": "b49588318f0b3de586cd11e9e4aa5581f6666347",
      "parents": [
        "1d09d737ab017ff7a9745962e19909713ac89b37"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue Jul 29 22:33:59 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:48 2008 -0700"
      },
      "message": "GRU Driver: TLB flushing, MMUOPS callouts\n\nThis file contains the functions for handlinf GRU TLB flushing, This\nincludes functions to handle the MMUOPS callouts.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "1d09d737ab017ff7a9745962e19909713ac89b37",
      "tree": "2812946dcc8d29bfc366d19f9f2cc9956c26f41b",
      "parents": [
        "9a0deecc90de62c91d7107611446c0c950091851"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue Jul 29 22:33:59 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:48 2008 -0700"
      },
      "message": "GRU Driver: /proc interfaces\n\nThis file externalizes some GRU state \u0026 statistics to the user using the\n/proc file system.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9a0deecc90de62c91d7107611446c0c950091851",
      "tree": "7047d2429043bbd26abd0449b601beaa20520ea6",
      "parents": [
        "28bffaf094a6d0992c85e1b01f04c9b0f56c9d62"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue Jul 29 22:33:58 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:48 2008 -0700"
      },
      "message": "GRU Driver: resource management\n\nThis file contains functions realted to managing GRU resources provided to\nthe user.  Examples include GRU context assignment, load, unload,\nmigration, etc..\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nCc: Nick Piggin \u003cnickpiggin@yahoo.com.au\u003e\nCc: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "28bffaf094a6d0992c85e1b01f04c9b0f56c9d62",
      "tree": "31912d0046ebb352287d53c6e0a99bfd42d0778b",
      "parents": [
        "142586409c8be7dc071bb94d7cd2d69ccfd99b6b"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue Jul 29 22:33:57 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:48 2008 -0700"
      },
      "message": "GRU Driver: kernel services provide by driver\n\nThis file contains functions for handling services provided to other\nkernel modules that use the GRU.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "142586409c8be7dc071bb94d7cd2d69ccfd99b6b",
      "tree": "e9d930a0f9a3e9e8789b680647c9e68ac294c672",
      "parents": [
        "78cf1de49b11c0e2edb35cce91ac6c279cc852b3"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue Jul 29 22:33:57 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:48 2008 -0700"
      },
      "message": "GRU Driver: page faults \u0026 exceptions\n\nThis file contains the functions that manage GRU page faults and\nexceptions.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nCc: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "78cf1de49b11c0e2edb35cce91ac6c279cc852b3",
      "tree": "18c07895a0d86915bfe9e23712fbfad3c4d837d5",
      "parents": [
        "b2fb06fcb6d6c9912b43e61394891e3994d4b613"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue Jul 29 22:33:56 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:47 2008 -0700"
      },
      "message": "GRU Driver: driver initialization, file \u0026 vma ops\n\nThis file contains the functions for initializing the driver, handling\nfile \u0026 vma operations and for processing IOCTL requests from the user.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b2fb06fcb6d6c9912b43e61394891e3994d4b613",
      "tree": "43ab4a7baa2b597b1a6417397c548f89bba1b2d3",
      "parents": [
        "13d19498b0446cad2c394f9fbec8149b44a60c6e"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue Jul 29 22:33:56 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:47 2008 -0700"
      },
      "message": "GRU Driver: kernel services header files\n\nThis patch contains the header file used to export GRU services to other\nkernel drivers such as XPMEM or XPNET.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "13d19498b0446cad2c394f9fbec8149b44a60c6e",
      "tree": "4bb9820665d8a25d70c28cb48ff8d4edd74e0f6b",
      "parents": [
        "4c921d4d8aa74140597fd8736261837f73ca6e7a"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue Jul 29 22:33:55 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:47 2008 -0700"
      },
      "message": "GRU Driver: driver internal header files\n\nThis patch contains header files internal to the GRU driver.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4c921d4d8aa74140597fd8736261837f73ca6e7a",
      "tree": "54a0d98c8257f633af599177bd66f33d58c19ca7",
      "parents": [
        "34d8a380d784d1fbea941a68beebdd7f9a3bebdf"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue Jul 29 22:33:54 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:47 2008 -0700"
      },
      "message": "GRU Driver: GRU instructions \u0026 macros\n\nThis patchs contains macros \u0026 inline functions used to issue instructions\nto the GRU.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "34d8a380d784d1fbea941a68beebdd7f9a3bebdf",
      "tree": "539eb1c942bb7c0bcbba4f709bc360174650212a",
      "parents": [
        "c627f9cc046c7cd93b4525d89377fb409e170a18"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Tue Jul 29 22:33:54 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:47 2008 -0700"
      },
      "message": "GRU Driver: hardware data structures\n\nThis series of patches adds a driver for the SGI UV GRU.  The driver is\nstill in development but it currently compiles for both x86_64 \u0026 IA64.\nAll simple regression tests pass on IA64.  Although features remain to be\nadded, I\u0027d like to start the process of getting the driver into the\nkernel.  Additional kernel drivers will depend on services provide by the\nGRU driver.\n\nThe GRU is a hardware resource located in the system chipset.  The GRU\ncontains memory that is mmaped into the user address space.  This memory\nis used to communicate with the GRU to perform functions such as\nload/store, scatter/gather, bcopy, AMOs, etc.  The GRU is directly\naccessed by user instructions using user virtual addresses.  GRU\ninstructions (ex., bcopy) use user virtual addresses for operands.\n\nThe GRU contains a large TLB that is functionally very similar to\nprocessor TLBs.  Because the external contains a TLB with user virtual\naddress, it requires callouts from the core VM system when certain types\nof changes are made to the process page tables.  There are several MMUOPS\npatches currently being discussed but none has been accepted into the\nkernel.  The GRU driver is built using version V18 from Andrea Arcangeli.\n\nThis patch:\n\nContains the definitions of the hardware GRU data structures that are used\nby the driver to manage the GRU.\n\n[akpm@linux-foundation;org: export hpage_shift]\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "414f746d232d41ed6ae8632c4495ae795373c44b",
      "tree": "167f9bc8f139c6e82e6732b38c7a938b8a9d31cd",
      "parents": [
        "5a7a201c51c324876d00a54e7208af6af12d1ca4",
        "c9272c4f9fbe2087beb3392f526dc5b19efaa56b"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Jul 28 21:14:43 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Jul 28 21:14:43 2008 +0200"
      },
      "message": "Merge branch \u0027linus\u0027 into cpus4096\n"
    },
    {
      "commit": "7a82323da3d21ea59a0509569fc5c7bc5aa7eed7",
      "tree": "e1831a744561fed3a0316162d702d58fea9c85e9",
      "parents": [
        "b0d8aa081bcb2d396a257ae5b3be8c1b3006bfa4",
        "3c26e17032e42cfbe606882288223ad6146e4c38"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Jul 27 10:03:00 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Jul 27 10:03:00 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6:\n  avr32: some mmc/sd cleanups\n  include/video/atmel_lcdc.h must #include \u003clinux/workqueue.h\u003e\n  avr32: allow system timer to share interrupt to make OProfile work\n  drivers/misc/atmel-ssc.c: Removed duplicated include\n  avr32: Add platform data for AC97C platform device\n  avr32: clean up mci platform code\n  fix avr32 build errors\n"
    },
    {
      "commit": "eda3d8f5604860aae1bb9996bb5efc4213778369",
      "tree": "9d3887d2665bcc5f5abf200758794545c7b2c69b",
      "parents": [
        "87a9f704658a40940e740b1d73d861667e9164d3",
        "8be1a6d6c77ab4532e4476fdb8177030ef48b52c"
      ],
      "author": {
        "name": "Haavard Skinnemoen",
        "email": "haavard.skinnemoen@atmel.com",
        "time": "Sun Jul 27 13:54:08 2008 +0200"
      },
      "committer": {
        "name": "Haavard Skinnemoen",
        "email": "haavard.skinnemoen@atmel.com",
        "time": "Sun Jul 27 13:54:08 2008 +0200"
      },
      "message": "Merge commit \u0027upstream/master\u0027\n"
    },
    {
      "commit": "0bc3cc03fa6e1c20aecb5a33356bcaae410640b9",
      "tree": "7dab4b0002298b45e31053fe0f37e5ff745682b7",
      "parents": [
        "6524d938b3360504b43a1278b5a8403e85383d1a"
      ],
      "author": {
        "name": "Mike Travis",
        "email": "travis@sgi.com",
        "time": "Thu Jul 24 18:21:31 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Sat Jul 26 16:40:33 2008 +0200"
      },
      "message": "cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu\n\n  * Replace previous instances of the cpumask_of_cpu_ptr* macros\n    with a the new (lvalue capable) generic cpumask_of_cpu().\n\nSigned-off-by: Mike Travis \u003ctravis@sgi.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Jack Steiner \u003csteiner@sgi.com\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "12d2b8f951063076c7e0acdff7ae1fecd54920a0",
      "tree": "b4eb8fe447f508730d883f7e995e48c3eaba36b9",
      "parents": [
        "09748e178b6cb8d3b8a748d0159aa7ad8eadcbe1"
      ],
      "author": {
        "name": "Heikki Orsila",
        "email": "heikki.orsila@iki.fi",
        "time": "Sun Jul 06 15:48:02 2008 +0300"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Fri Jul 25 22:12:52 2008 +0200"
      },
      "message": "kconfig: fix typos: \"Suport\" -\u003e \"Support\"\n\nSigned-off-by: Heikki Orsila \u003cheikki.orsila@iki.fi\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "ec905a18656daa4d9300bad2bebc02d5dba7883d",
      "tree": "3f8c2a7822e36d1870ba045405034711639b8780",
      "parents": [
        "ace7dd96695769f9d76980c7e52139e73228221c"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "jirislaby@gmail.com",
        "time": "Fri Jul 25 01:48:23 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jul 25 10:53:44 2008 -0700"
      },
      "message": "drivers/misc/phantom: note PCI\n\nTell users that the driver is only for PCI devices to stop asking for\nsupport of firewire and parallel devices.\n\nSigned-off-by: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f38954c93c4a548f55d73ac5c1cf5e7f4023bb6c",
      "tree": "a2067f2580d8151c9c6c736df3d202d425b86417",
      "parents": [
        "a7f371e54fac49ff62bb640d4a7276fca01527e8"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Fri Jul 25 01:45:52 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jul 25 10:53:29 2008 -0700"
      },
      "message": "drivers/misc/hpilo.c needs CONFIG_PCI\n\nm68k allmodconfig:\n\ndrivers/misc/hpilo.c: In function \u0027ilo_ccb_close\u0027:\ndrivers/misc/hpilo.c:225: error: implicit declaration of function \u0027pci_free_consistent\u0027\ndrivers/misc/hpilo.c: In function \u0027ilo_ccb_open\u0027:\ndrivers/misc/hpilo.c:244: error: implicit declaration of function \u0027pci_alloc_consistent\u0027\ndrivers/misc/hpilo.c:245: warning: assignment makes pointer from integer without a cast\n\nCc: David Altobelli \u003cdavid.altobelli@hp.com\u003e\nCc: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "62ec30d45ecbb85b5991474c8f04192697687495",
      "tree": "7dcc84e624b02a130cc016a400b9fd1c5f5563c2",
      "parents": [
        "ac331d158e198d2a91a5b0a3ec4ca9991fdb57af"
      ],
      "author": {
        "name": "Matthew Garrett",
        "email": "mjg59@srcf.ucam.org",
        "time": "Fri Jul 25 01:45:39 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jul 25 10:53:28 2008 -0700"
      },
      "message": "misc: add HP WMI laptop extras driver\n\nThis driver adds support for reading and configuring certain information\non modern HP laptops with WMI BIOS interfaces.  It supports enabling and\ndisabling the ambient light sensor, querying attached displays and hard\ndrive temperature, sending events on docking and querying the state of the\ndock and toggling the state of the wifi, bluetooth and wwan hardware via\nrfkill.  It also makes the little \"(i)\" button work on machines that send\nthat via WMI rather than via the keyboard controller.\n\nSigned-off-by: Matthew Garrett \u003cmjg@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "1481b9109fe771ec8b035d7760f42e36d2bed5d4",
      "tree": "abf3f6e7aa1aa98dc76ae8f04accc235918da53c",
      "parents": [
        "5042d99795d3d817bef2f4cc46e953bee9bf7398",
        "f88133d76ea38761b7379d6233b752ed82250a4a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jul 24 13:57:37 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jul 24 13:57:37 2008 -0700"
      },
      "message": "Merge branch \u0027release-2.6.27\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-2.6\n\n* \u0027release-2.6.27\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-2.6:\n  acpi: fix crash in core ACPI code, triggered by CONFIG_ACPI_PCI_SLOT\u003dy\n  ACPI: thinkpad-acpi: don\u0027t misdetect in get_thinkpad_model_data() on -ENOMEM\n  ACPI: thinkpad-acpi: bump up version to 0.21\n  ACPI: thinkpad-acpi: add bluetooth and WWAN rfkill support\n  ACPI: thinkpad-acpi: WLSW overrides other rfkill switches\n  ACPI: thinkpad-acpi: prepare for bluetooth and wwan rfkill support\n  ACPI: thinkpad-acpi: consolidate wlsw notification function\n  ACPI: thinkpad-acpi: minor refactor on radio switch init\n  Revert \"ACPI: don\u0027t walk tables if ACPI was disabled\"\n  Revert \"dock: bay: Don\u0027t call acpi_walk_namespace() when ACPI is disabled.\"\n  Revert \"Fix FADT parsing\"\n  ACPI : Set FAN device to correct state in boot phase\n  ACPI: Ignore _BQC object when registering backlight device\n  ACPI: stop complaints about interrupt link End Tags and blank IRQ descriptors\n"
    },
    {
      "commit": "5aa0769d089125e63f8dc23e0283e559e1790493",
      "tree": "5e5ef96ab69abe0a75ec9712297f2e493055e900",
      "parents": [
        "82736f4d1d2b7063b829cc93171a6e5aea8a9c49"
      ],
      "author": {
        "name": "Hans-Christian Egtvedt",
        "email": "hans-christian.egtvedt@atmel.com",
        "time": "Wed Jul 23 21:28:55 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jul 24 10:47:25 2008 -0700"
      },
      "message": "atmel_pwm: set up only one PWM clock when allocating a clock\n\nThis patch will only setup one clock, if free, and return this clock to the\ncaller.  The previous solution would setup both clocks with the same prescaler\nand divider and return PWM_CPR_CLKB, thus taking both clocks in the same call\nwithout the caller knowing.\n\nSigned-off-by: Hans-Christian Egtvedt \u003chans-christian.egtvedt@atmel.com\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "db6ea2c17cef531a58f48c51c3a0892edcaf1380",
      "tree": "36703c63097eb2888ee5d762ad7807e25b436b4f",
      "parents": [
        "218df4a25a9b828df4bb44c86e35febe40c82e62"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Sat Jun 21 22:30:43 2008 +0800"
      },
      "committer": {
        "name": "Haavard Skinnemoen",
        "email": "haavard.skinnemoen@atmel.com",
        "time": "Thu Jul 24 14:06:51 2008 +0200"
      },
      "message": "drivers/misc/atmel-ssc.c: Removed duplicated include\n\nRemoved duplicated include file \u003clinux/list.h\u003e in\ndrivers/misc/atmel-ssc.c.\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nSigned-off-by: Haavard Skinnemoen \u003chaavard.skinnemoen@atmel.com\u003e\n"
    },
    {
      "commit": "26dcce0fabbef75ae426461edf21b5030bad60f3",
      "tree": "56c64fa47dc29f7ea5a8fd0cab0459fb0a05a2bc",
      "parents": [
        "d7b6de14a0ef8a376f9d57b867545b47302b7bfb",
        "eb6a12c2428d21a9f3e0f1a50e927d5fd80fc3d0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 23 18:37:44 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 23 18:37:44 2008 -0700"
      },
      "message": "Merge branch \u0027cpus4096-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip\n\n* \u0027cpus4096-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (31 commits)\n  NR_CPUS: Replace NR_CPUS in speedstep-centrino.c\n  cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUP\n  NR_CPUS: Replace NR_CPUS in cpufreq userspace routines\n  NR_CPUS: Replace per_cpu(..., smp_processor_id()) with __get_cpu_var\n  NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genapic_flat_64.c\n  NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genx2apic_uv_x.c\n  NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/proc.c\n  NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/mcheck/mce_64.c\n  cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c, fix\n  cpumask: Use optimized CPUMASK_ALLOC macros in the centrino_target\n  cpumask: Provide a generic set of CPUMASK_ALLOC macros\n  cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c\n  cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.c\n  cpumask: Optimize cpumask_of_cpu in drivers/misc/sgi-xp/xpc_main.c\n  cpumask: Optimize cpumask_of_cpu in arch/x86/kernel/ldt.c\n  cpumask: Optimize cpumask_of_cpu in arch/x86/kernel/io_apic_64.c\n  cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr\n  Revert \"cpumask: introduce new APIs\"\n  cpumask: make for_each_cpu_mask a bit smaller\n  net: Pass reference to cpumask variable in net/sunrpc/svc.c\n  ...\n\nFix up trivial conflicts in drivers/cpufreq/cpufreq.c manually\n"
    },
    {
      "commit": "89bcb05d9bbf8bd559988bca4f2579defd28d008",
      "tree": "9bf9ce125be55fbf169628b163dbd1367a840ddf",
      "parents": [
        "d95d62c018209355c0dc998682ff792432aa870c"
      ],
      "author": {
        "name": "David Altobelli",
        "email": "david.altobelli@hp.com",
        "time": "Wed Jul 02 09:38:53 2008 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 21:55:02 2008 -0700"
      },
      "message": "HP iLO driver\n\nA driver for the HP iLO/iLO2 management processor, which allows userspace\nprograms to query the management processor.  Programs can open a channel\nto the device (/dev/hpilo/dXccbN), and use this to send/receive queries.  \nThe O_EXCL open flag is used to indicate that a particular channel cannot\nbe shared between processes.  This driver will replace various packages\nHP has shipped, including hprsm and hp-ilo.\n\nSigned-off-by: David Altobelli \u003cdavid.altobelli@hp.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "7da5a05dd7b95315af49f724f623bbfdab0f5e4d",
      "tree": "0ffbbce0b639501f9fad0005e7ca455d2e54675e",
      "parents": [
        "43f98747d48195d92c4102c17d7175bf24df1801"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed May 21 12:52:33 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 21 21:54:44 2008 -0700"
      },
      "message": "device create: misc: convert device_create to device_create_drvdata\n\ndevice_create() is race-prone, so use the race-free\ndevice_create_drvdata() instead as device_create() is going away.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "bf20e740a4bcc686de02e2fd1c1810a58872f46e",
      "tree": "a3fccedd9c0da2ccdd2088de42e986430c1a4d83",
      "parents": [
        "490673dc98adfc7de1703cc88508902bd10f446b"
      ],
      "author": {
        "name": "Henrique de Moraes Holschuh",
        "email": "hmh@hmh.eng.br",
        "time": "Mon Jul 21 09:15:51 2008 -0300"
      },
      "committer": {
        "name": "Henrique de Moraes Holschuh",
        "email": "hmh@hmh.eng.br",
        "time": "Mon Jul 21 09:15:51 2008 -0300"
      },
      "message": "ACPI: thinkpad-acpi: don\u0027t misdetect in get_thinkpad_model_data() on -ENOMEM\n\nExplicitly check for memory allocation failures, and return status to\nindicate that we could not collect data due to errors.\n\nThis lets the driver have a far more predictable failure mode on ENOMEM in\nthat codepath: it will refuse to load.  This is far better than trying to\nproceed with missing data which is used to detect quirks, etc.\n\nSigned-off-by: Henrique de Moraes Holschuh \u003chmh@hmh.eng.br\u003e\n"
    },
    {
      "commit": "490673dc98adfc7de1703cc88508902bd10f446b",
      "tree": "dc90239e5a36418018659132ebb89e6f41ca38e5",
      "parents": [
        "0e74dc2646db04b644faa8ea10ff4f408d55cf90"
      ],
      "author": {
        "name": "Henrique de Moraes Holschuh",
        "email": "hmh@hmh.eng.br",
        "time": "Mon Jul 21 09:15:51 2008 -0300"
      },
      "committer": {
        "name": "Henrique de Moraes Holschuh",
        "email": "hmh@hmh.eng.br",
        "time": "Mon Jul 21 09:15:51 2008 -0300"
      },
      "message": "ACPI: thinkpad-acpi: bump up version to 0.21\n\nrfkill support deserves a new version checkpoint...\n\nSigned-off-by: Henrique de Moraes Holschuh \u003chmh@hmh.eng.br\u003e\n"
    },
    {
      "commit": "0e74dc2646db04b644faa8ea10ff4f408d55cf90",
      "tree": "d1729fca9b925ec972d1ad3c40295cc7740a31dd",
      "parents": [
        "133ec3bd3ae409895eacdce326cdc8d73c249e8a"
      ],
      "author": {
        "name": "Henrique de Moraes Holschuh",
        "email": "hmh@hmh.eng.br",
        "time": "Mon Jul 21 09:15:51 2008 -0300"
      },
      "committer": {
        "name": "Henrique de Moraes Holschuh",
        "email": "hmh@hmh.eng.br",
        "time": "Mon Jul 21 09:15:51 2008 -0300"
      },
      "message": "ACPI: thinkpad-acpi: add bluetooth and WWAN rfkill support\n\nAdd a read/write rfkill interface to the bluetooth radio switch on the\nbluetooth submodule, and one for the wireless wan radio switch to the wan\nsubmodule.\n\nSince rfkill does care for when a switch changes state, use WLSW\nnotifications to also check if the WWAN or Bluetooth switches did not\nchange state (due to them being slaves of WLSW in firmware/hardware, but\nthat reality not being always properly exported by the thinkpad firmware).\n\nSigned-off-by: Henrique de Moraes Holschuh \u003chmh@hmh.eng.br\u003e\nCc: Ivo van Doorn \u003cIvDoorn@gmail.com\u003e\nCc: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "133ec3bd3ae409895eacdce326cdc8d73c249e8a",
      "tree": "0e97e3089febe85b478c3b72022f4e058bb709ec",
      "parents": [
        "07431ec82bf9dc74b470a1d820b41c92c4d86e6f"
      ],
      "author": {
        "name": "Henrique de Moraes Holschuh",
        "email": "hmh@hmh.eng.br",
        "time": "Mon Jul 21 09:15:50 2008 -0300"
      },
      "committer": {
        "name": "Henrique de Moraes Holschuh",
        "email": "hmh@hmh.eng.br",
        "time": "Mon Jul 21 09:15:50 2008 -0300"
      },
      "message": "ACPI: thinkpad-acpi: WLSW overrides other rfkill switches\n\nOn ThinkPads where the WLSW switch exists, the firmware or the hardware\nANDs the WLSW state with the device-specific switches (WWAN, Bluetooth).\nIt is downright impossible to enable WWAN or Bluetooth when WLSW is\nblocking the radios.\n\nThis reality does not necessarily carry over to the WWAN and Bluetooth\nfirmware interfaces, though... so the state thinkpad-acpi was reporting\ncould be incorrect.\n\nTie the three switches in the driver so that we keep their state sane.\nWhen WLSL is off, force the other switches to off as well.\n\nSigned-off-by: Henrique de Moraes Holschuh \u003chmh@hmh.eng.br\u003e\n"
    },
    {
      "commit": "07431ec82bf9dc74b470a1d820b41c92c4d86e6f",
      "tree": "57bda560a5c216a0a32451657e6a2b855c181d9e",
      "parents": [
        "733e27c1cc86afae2d9481838693661b3d839950"
      ],
      "author": {
        "name": "Henrique de Moraes Holschuh",
        "email": "hmh@hmh.eng.br",
        "time": "Mon Jul 21 09:15:50 2008 -0300"
      },
      "committer": {
        "name": "Henrique de Moraes Holschuh",
        "email": "hmh@hmh.eng.br",
        "time": "Mon Jul 21 09:15:50 2008 -0300"
      },
      "message": "ACPI: thinkpad-acpi: prepare for bluetooth and wwan rfkill support\n\nGet rid of some forward definitions by moving code around, this will make\nthe rfkill conversion of wwan and bluetooth a bit cleaner.\n\nSigned-off-by: Henrique de Moraes Holschuh \u003chmh@hmh.eng.br\u003e\n\n"
    },
    {
      "commit": "733e27c1cc86afae2d9481838693661b3d839950",
      "tree": "994bb4aa970cad674f34feb8d833fcedb87c7eda",
      "parents": [
        "3a87208028ef59215a88a143c723ac0b83c11df0"
      ],
      "author": {
        "name": "Henrique de Moraes Holschuh",
        "email": "hmh@hmh.eng.br",
        "time": "Mon Jul 21 09:15:49 2008 -0300"
      },
      "committer": {
        "name": "Henrique de Moraes Holschuh",
        "email": "hmh@hmh.eng.br",
        "time": "Mon Jul 21 09:15:49 2008 -0300"
      },
      "message": "ACPI: thinkpad-acpi: consolidate wlsw notification function\n\nRename tpacpi_input_send_radiosw() to tpacpi_send_radiosw_update(), and\nmake it a central point to issue \"radio switch changed state\" notifications\nby consolidating also the poll() notification in the same function.\n\nSigned-off-by: Henrique de Moraes Holschuh \u003chmh@hmh.eng.br\u003e\n\n"
    },
    {
      "commit": "3a87208028ef59215a88a143c723ac0b83c11df0",
      "tree": "74bea1f140b7a7fc68b6a8046f800b967c377e1a",
      "parents": [
        "14b395e35d1afdd8019d11b92e28041fad591b71"
      ],
      "author": {
        "name": "Henrique de Moraes Holschuh",
        "email": "hmh@hmh.eng.br",
        "time": "Mon Jul 21 09:15:49 2008 -0300"
      },
      "committer": {
        "name": "Henrique de Moraes Holschuh",
        "email": "hmh@hmh.eng.br",
        "time": "Mon Jul 21 09:15:49 2008 -0300"
      },
      "message": "ACPI: thinkpad-acpi: minor refactor on radio switch init\n\nChange the code of hotkey_init, wan_init and bluetooth_init a bit to make it\nmuch easier to add some Kconfig-selected debugging code later.\n\nSigned-off-by: Henrique de Moraes Holschuh \u003chmh@hmh.eng.br\u003e\n\n\n"
    },
    {
      "commit": "333cdd1f0e5e0aad6b7f8992291563bc7b14670b",
      "tree": "316a4fa4373c8afd45bd479909b266bdb1fee1b6",
      "parents": [
        "c42f4f4c6dab3b2b7768c36173ee7c7ecf79eddb"
      ],
      "author": {
        "name": "Mike Travis",
        "email": "travis@sgi.com",
        "time": "Tue Jul 15 14:14:33 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Jul 18 22:02:58 2008 +0200"
      },
      "message": "cpumask: Optimize cpumask_of_cpu in drivers/misc/sgi-xp/xpc_main.c\n\n  * Optimize various places where a pointer to the cpumask_of_cpu value\n    will result in reducing stack pressure.\n\nSigned-off-by: Mike Travis \u003ctravis@sgi.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "c735ab7da3414c3e639d5c5223092b74689e5d87",
      "tree": "7f2d44aaa95a871051b4f34edf30edce40b58d00",
      "parents": [
        "25f2f3daadaf0768a61d02ee3ed3d9a21e9dc46c"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Thu Jun 26 22:27:21 2008 -0400"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "andi@basil.nowhere.org",
        "time": "Wed Jul 16 23:27:03 2008 +0200"
      },
      "message": "fujitsu-laptop: depends on INPUT\n\nfujitsu-laptop uses input_* functions, so it should depend on INPUT.\n\ndrivers/built-in.o: In function `acpi_fujitsu_add\u0027:\nfujitsu-laptop.c:(.text+0xaaec7): undefined reference to `input_allocate_device\u0027\nfujitsu-laptop.c:(.text+0xaaf39): undefined reference to `input_register_device\u0027\nfujitsu-laptop.c:(.text+0xab025): undefined reference to `input_free_device\u0027\ndrivers/built-in.o: In function `acpi_fujitsu_notify\u0027:\nfujitsu-laptop.c:(.text+0xab0d8): undefined reference to `input_event\u0027\nfujitsu-laptop.c:(.text+0xab0e5): undefined reference to `input_event\u0027\nfujitsu-laptop.c:(.text+0xab0f5): undefined reference to `input_event\u0027\nfujitsu-laptop.c:(.text+0xab102): undefined reference to `input_event\u0027\ndrivers/built-in.o: In function `acpi_fujitsu_hotkey_notify\u0027:\nfujitsu-laptop.c:(.text+0xab261): undefined reference to `input_event\u0027\ndrivers/built-in.o:fujitsu-laptop.c:(.text+0xab26e): more undefined references to `input_event\u0027 follow\ndrivers/built-in.o: In function `acpi_fujitsu_hotkey_add\u0027:\nfujitsu-laptop.c:(.text+0xab49c): undefined reference to `input_allocate_device\u0027\nfujitsu-laptop.c:(.text+0xab51a): undefined reference to `input_register_device\u0027\nfujitsu-laptop.c:(.text+0xab5e4): undefined reference to `input_free_device\u0027\nmake[1]: *** [.tmp_vmlinux1] Error 1\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\nAcked-by: Jonathan Woithe \u003cjwoithe@physics.adelaide.edu.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "860f0c6b3dcaa455894f690647442dc97cab19c8",
      "tree": "a0918475f66981fff57bb12a5ebb27d703b1fc98",
      "parents": [
        "81143522aa823036c4aa35bdd3b2e41966cf6e15"
      ],
      "author": {
        "name": "Carlos Corbacho",
        "email": "carlos@strangeworlds.co.uk",
        "time": "Sat Jun 21 09:09:58 2008 +0100"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "andi@basil.nowhere.org",
        "time": "Wed Jul 16 23:27:02 2008 +0200"
      },
      "message": "acer-wmi: Remove version number\n\nIt doesn\u0027t make much sense these days.\n\nSigned-off-by: Carlos Corbacho \u003ccarlos@strangeworlds.co.uk\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\n"
    },
    {
      "commit": "81143522aa823036c4aa35bdd3b2e41966cf6e15",
      "tree": "a196808097139443ba355450c36a22b816fda0d9",
      "parents": [
        "5753dd539a86d8fc40a25e1a2cd1005a6525f083"
      ],
      "author": {
        "name": "Carlos Corbacho",
        "email": "carlos@strangeworlds.co.uk",
        "time": "Sat Jun 21 09:09:53 2008 +0100"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "andi@basil.nowhere.org",
        "time": "Wed Jul 16 23:27:02 2008 +0200"
      },
      "message": "acer-wmi: Add debugfs file for device detection\n\nAdd a debugfs file for showing the full results of the method we use to\ndetect devices on WMID laptops.\n\nThis should be useful in the case that a Linux user gets an Acer laptop\nwith 3G support (and/ or people who enjoy ripping their wireless cards out)\nso we can get some feedback on how this value changes in these cases.\n\n(At the moment, we always enable the wireless and 3G control. In the case\nof the former, this is fairly safe. In the case of the latter though,\ntrying to toggle this device if it doesn\u0027t exist on a laptop causes ACPI\nwarnings/ errors).\n\nTo summarise: If you have an Acer laptop with a built in 3G card, please\nreport back the value from this file.\n\nSigned-off-by: Carlos Corbacho \u003ccarlos@strangeworlds.co.uk\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\n"
    },
    {
      "commit": "5753dd539a86d8fc40a25e1a2cd1005a6525f083",
      "tree": "601a7fd86ba98424019f979b021cfd7329384fdd",
      "parents": [
        "6f061ab5e55d7fe6ce0c36e8954f56f0d95348fb"
      ],
      "author": {
        "name": "Carlos Corbacho",
        "email": "carlos@strangeworlds.co.uk",
        "time": "Sat Jun 21 09:09:48 2008 +0100"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "andi@basil.nowhere.org",
        "time": "Wed Jul 16 23:27:02 2008 +0200"
      },
      "message": "acer-wmi: Disable device autodetection on Fujitsu Siemens Amilo Li2732\n\nThe AMW0 (V1) device detection method doesn\u0027t work properly on this laptop,\nso disable it, and for other laptops that may have this problem, by\nswitching on a strange GUID.\n\nSigned-off-by: Carlos Corbacho \u003ccarlos@strangeworlds.co.uk\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\n"
    },
    {
      "commit": "6f061ab5e55d7fe6ce0c36e8954f56f0d95348fb",
      "tree": "18395eae8e9bd3f1b0165354ae33fe6a3e470f71",
      "parents": [
        "f2b585b4a31731b17b9769eae523986fa7fddcde"
      ],
      "author": {
        "name": "Carlos Corbacho",
        "email": "carlos@strangeworlds.co.uk",
        "time": "Sat Jun 21 09:09:38 2008 +0100"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "andi@basil.nowhere.org",
        "time": "Wed Jul 16 23:27:02 2008 +0200"
      },
      "message": "acer-wmi: Add EC quirk for Fujitsu Siemens Amilo Li 1718\n\nThis laptop needs a different EC quirk from the standard Acer one to read\nthe wireless status.\n\nSigned-off-by: Carlos Corbacho \u003ccarlos@strangeworlds.co.uk\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\n"
    },
    {
      "commit": "f2b585b4a31731b17b9769eae523986fa7fddcde",
      "tree": "6c7271d33a60e2eae1731f5880dc50ddbdfb0faf",
      "parents": [
        "9991d9f2bc75dc8735932240b67432d4073b8f60"
      ],
      "author": {
        "name": "Carlos Corbacho",
        "email": "carlos@strangeworlds.co.uk",
        "time": "Sat Jun 21 09:09:27 2008 +0100"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "andi@basil.nowhere.org",
        "time": "Wed Jul 16 23:27:02 2008 +0200"
      },
      "message": "acer-wmi: Respect framebuffer blanking in backlight\n\nIf the framebuffer has requested blanking, turn the backlight down. Also\noffer the user the option to do this.\n\nReported-by: Michal Pecio \u003cmichal.pecio@gmail.com\u003e\nSigned-off-by: Carlos Corbacho \u003ccarlos@strangeworlds.co.uk\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\n"
    },
    {
      "commit": "9991d9f2bc75dc8735932240b67432d4073b8f60",
      "tree": "a7b1686537eb53eeef738a2020d429ce6cf4bccf",
      "parents": [
        "a0bbaf83311cd995136c9047f174d79c1075ee2d"
      ],
      "author": {
        "name": "Carlos Corbacho",
        "email": "carlos@strangeworlds.co.uk",
        "time": "Sat Jun 21 09:09:22 2008 +0100"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "andi@basil.nowhere.org",
        "time": "Wed Jul 16 23:27:02 2008 +0200"
      },
      "message": "acer-wmi: Blacklist backlight on Acer Aspire 1520 \u0026 1360 series\n\nA newer BIOS for these laptops adds ACPI-WMI support to them. However, it does\nnot add support for the backlight via the EC, and we have no way to detect\nthis on older machines, so blacklist it from them.\n\nSigned-off-by: Carlos Corbacho \u003ccarlos@strangeworlds.co.uk\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\n"
    },
    {
      "commit": "141094612d2606395a7b9e8658d10ef5c487cf97",
      "tree": "5e650be0522a1d3efb83846c4cd2ce8ee451dd8b",
      "parents": [
        "47c00d2bc2ef2cf8a608688144fe2093a2aa9507"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Wed Jun 25 19:25:47 2008 +0300"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "andi@basil.nowhere.org",
        "time": "Wed Jul 16 23:27:01 2008 +0200"
      },
      "message": "eeepc-laptop: static\n\nmake the needlessly global cm_{g,s}etv[] static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\n"
    },
    {
      "commit": "87dc5e3218ba3d7a9293f9113f58455747a233ac",
      "tree": "c72f55142da5d865784877f9385de3ca015183e5",
      "parents": [
        "12b2b34e240a24bdbb2fdacf26a54b24ebf1ed81"
      ],
      "author": {
        "name": "Cezary Jackiewicz",
        "email": "cezary.jackiewicz@gmail.com",
        "time": "Thu Jun 12 22:08:59 2008 +0200"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "andi@basil.nowhere.org",
        "time": "Wed Jul 16 23:27:01 2008 +0200"
      },
      "message": "compal-laptop: remove unnecessary lcd_level attribute\n\nSigned-off-by: Cezary Jackiewicz \u003ccezary.jackiewicz@gmail.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\n"
    },
    {
      "commit": "20b937343e55c16e37b1a4ad2176760b4a11002c",
      "tree": "fe79bea945e9fd2207c8c1d787019f68eb19efb2",
      "parents": [
        "706546d02384b64e083bd9130c56eaa599c66038"
      ],
      "author": {
        "name": "Jonathan Woithe",
        "email": "jwoithe@physics.adelaide.edu.au",
        "time": "Wed Jun 11 10:14:56 2008 +0930"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "andi@basil.nowhere.org",
        "time": "Wed Jul 16 23:27:01 2008 +0200"
      },
      "message": "Fujitsu-laptop update\n\nAdd additional capabilities to the Fujitsu-laptop driver.\n\n * Brightness hotkey actions are sent to userspace. This can be disabled\n   using a module parameter if it causes issues with models which handle\n   these keys transparently in the BIOS.\n\n * Actions of additional hotkeys found on some Fujitsu models (eg: the\n   suspend key and the dedicated \"power on passphrase\" keys) are broadcast\n   to userspace.\n\n * An alternative brightness control method used by some Fujitsu models\n   (for example, the S6410) is now supported, enabling software brightness\n   controls on models using this method.\n\n * DMI-based module aliases are configured for the S6410 and S7020.\n\n * The current LCD brightness after booting should now be reflected in the\n   standard backlight interface sysfs file (previously it was always set to\n   0).  The platform brightness sysfs interface has always been fine.\n\nThanks go to Peter Gruber who provided a significant portion of this code\nand tested various iterations of the patch on his S6410.\n\nSigned-off-by: Peter Gruber \u003cnokos@gmx.net\u003e\nSigned-off-by: Jonathan Woithe \u003cjwoithe@physics.adelaide.edu.au\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\n"
    },
    {
      "commit": "5411552c707f4b7387ad63141ef3a559e7488091",
      "tree": "78b6fafe441413397ff33becd4bc144d461bc0a2",
      "parents": [
        "9f1eb99c757939b0b1783f926130993e9c298bae"
      ],
      "author": {
        "name": "Cezary Jackiewicz",
        "email": "cezary.jackiewicz@gmail.com",
        "time": "Mon Jun 09 16:22:22 2008 -0700"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "andi@basil.nowhere.org",
        "time": "Wed Jul 16 23:27:01 2008 +0200"
      },
      "message": "misc,acpi,backlight: compal Laptop Extras\n\nThis is driver for Compal Laptop: FL90/IFL90, based on MSI driver.\n\nThis driver exports a few files in /sys/devices/platform/compal-laptop/:\n lcd_level - screen brightness: contains a single integer in the range 0..7 (rw)\n wlan - wlan subsystem state: contains 0 or 1 (rw)\n bluetooth - bluetooth subsystem state: contains 0 or 1 (rw)\n raw - raw value taken from embedded controller register (ro)\n\nIn addition to these platform device attributes the driver registers itself\nin the Linux backlight control subsystem and is available to userspace under\n/sys/class/backlight/compal-laptop/.\n\nSigned-off-by: Cezary Jackiewicz \u003ccezary.jackiewicz@gmail.com\u003e\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\nCc: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Henrique de Moraes Holschuh \u003chmh@hmh.eng.br\u003e\nCc: Len Brown \u003clenb@kernel.org\u003e\nCc: Alexey Starikovskiy \u003caystarik@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "d1794f2c5b5817eb79ccc5e00701ca748d1b073a",
      "tree": "5a4c98e694e88a8c82f342d0cc9edb2a4cbbef36",
      "parents": [
        "a41eebab7537890409ea9dfe0fcda9b5fbdb090d",
        "2fceef397f9880b212a74c418290ce69e7ac00eb"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jul 14 14:48:31 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jul 14 14:48:31 2008 -0700"
      },
      "message": "Merge branch \u0027bkl-removal\u0027 of git://git.lwn.net/linux-2.6\n\n* \u0027bkl-removal\u0027 of git://git.lwn.net/linux-2.6: (146 commits)\n  IB/umad: BKL is not needed for ib_umad_open()\n  IB/uverbs: BKL is not needed for ib_uverbs_open()\n  bf561-coreb: BKL unneeded for open()\n  Call fasync() functions without the BKL\n  snd/PCM: fasync BKL pushdown\n  ipmi: fasync BKL pushdown\n  ecryptfs: fasync BKL pushdown\n  Bluetooth VHCI: fasync BKL pushdown\n  tty_io: fasync BKL pushdown\n  tun: fasync BKL pushdown\n  i2o: fasync BKL pushdown\n  mpt: fasync BKL pushdown\n  Remove BKL from remote_llseek v2\n  Make FAT users happier by not deadlocking\n  x86-mce: BKL pushdown\n  vmwatchdog: BKL pushdown\n  vmcp: BKL pushdown\n  via-pmu: BKL pushdown\n  uml-random: BKL pushdown\n  uml-mmapper: BKL pushdown\n  ...\n"
    },
    {
      "commit": "2fceef397f9880b212a74c418290ce69e7ac00eb",
      "tree": "d9cc09ab992825ef7fede4a688103503e3caf655",
      "parents": [
        "feae1ef116ed381625d3731c5ae4f4ebcb3fa302",
        "bce7f793daec3e65ec5c5705d2457b81fe7b5725"
      ],
      "author": {
        "name": "Jonathan Corbet",
        "email": "corbet@lwn.net",
        "time": "Mon Jul 14 15:29:34 2008 -0600"
      },
      "committer": {
        "name": "Jonathan Corbet",
        "email": "corbet@lwn.net",
        "time": "Mon Jul 14 15:29:34 2008 -0600"
      },
      "message": "Merge commit \u0027v2.6.26\u0027 into bkl-removal\n"
    }
  ],
  "next": "0410e689b19b6ca010a6a44abfa820968ae15733"
}
