)]}'
{
  "log": [
    {
      "commit": "bcbf6ee3eb5212ff774161cae15ce4f92f7edafb",
      "tree": "cb14d5e4f1e86dcbcc791f966e013dce0d26b97c",
      "parents": [
        "01745112de5f721dd5afb06bc60b4a1e65e397ce"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:30 2007 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:30 2007 +0100"
      },
      "message": "ide: fix IDE_HFLAG_NO_ATAPI_DMA handling in config_drive_for_dma()\n\ncommit 33c1002ed912ac9dacedd5d5b166da3b72d18460 incorrectly changed return\nvalue from \u00270\u0027 to \u0027-1\u0027, fix it (ns87415 was the only host driver affected\nsince it uses both IDE_HFLAG_TRUST_BIOS_FOR_DMA and IDE_HFLAG_NO_ATAPI_DMA).\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "01745112de5f721dd5afb06bc60b4a1e65e397ce",
      "tree": "1a32b215de40514524b293fe31bb67a6dee44442",
      "parents": [
        "26a5b04075f6f2ccf30b22e7f0fc9127c500a698"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:29 2007 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:29 2007 +0100"
      },
      "message": "ide: move ide_fixstring() documentation to ide-iops.c from ide.h\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "26a5b04075f6f2ccf30b22e7f0fc9127c500a698",
      "tree": "122712ad7f27aac15288ba1fa2948f389e2f2756",
      "parents": [
        "d34887da6be91eaac1db168fa48d91eaa4504795"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:27 2007 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:27 2007 +0100"
      },
      "message": "ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTL\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "d34887da6be91eaac1db168fa48d91eaa4504795",
      "tree": "2a271b746a7d2b78a2936fbfd41816989a70f97d",
      "parents": [
        "02ac2460ff126afadf8d364c82ebb13e116df33b"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:27 2007 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:27 2007 +0100"
      },
      "message": "ide: fix ide_find_dma_mode() to print human-readable info\n\nProblem reported by Mikael.\n\nCc: Mikael Pettersson \u003cmikpe@it.uu.se\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "02ac2460ff126afadf8d364c82ebb13e116df33b",
      "tree": "a0c7f0c5a58632f75eff7e40c982245f256d6943",
      "parents": [
        "1c11d241115a352a4468a7a4884c22cf68a5c6fd"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:27 2007 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:27 2007 +0100"
      },
      "message": "ide: add missing rq.ref_count initialization to ide_diag_taskfile()\n\nNoticed by Tejun Heo.\n\nCc: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "1c11d241115a352a4468a7a4884c22cf68a5c6fd",
      "tree": "51c441ad114e749de3995b8a835311ca48a9e00c",
      "parents": [
        "320112bd28d3c477f6990bfe8762ccb978106a08"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:27 2007 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:27 2007 +0100"
      },
      "message": "ide: clear HOB bit for REQ_TYPE_ATA_TASK requests in ide_end_drive_cmd()\n\nide_dump_ata_status() may set HOB bit before ide_end_drive_cmd() is called.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "320112bd28d3c477f6990bfe8762ccb978106a08",
      "tree": "b0b4236d3284a73c6986dc3dfdbf26eac1dbaf7b",
      "parents": [
        "f7d7f3fd21f06c1f07d1dc9e2cc8a3c43b53faa6"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:26 2007 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:26 2007 +0100"
      },
      "message": "ide: check rq-\u003ecmd_type in drive_cmd_intr()\n\ndrive_cmd_intr() is used by both REQ_TYPE_ATA_CMD and REQ_TYPE_ATA_TASK\nbut commands using PIO-in protocol are valid only for REQ_TYPE_ATA_CMD\n(\u0026args[4] in case of REQ_TYPE_ATA_TASK points to a value for IDE_LCYL_REG\nregister instead of the data buffer).  This fix allows REQ_TYPE_ATA_TASK\ncommands to use non-zero values for IDE_SECTOR_REG (args[3]).\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "f7d7f3fd21f06c1f07d1dc9e2cc8a3c43b53faa6",
      "tree": "0070cfd2642871a19c70b3bd57033908d878bfe9",
      "parents": [
        "6d5dd21de497668c44aade803e1689bf131dc1a6"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:26 2007 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:26 2007 +0100"
      },
      "message": "ide/Kconfig: fix BLK_DEV_OFFBOARD dependencies\n\nThis config option is effective only for host drivers that use\nIDE_HFLAG_OFF_BOARD host flag (aec62xx, generic, hpt34x, hpt366,\npdc202xx_new, pdc202xx_old and tc86c001).\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "6d5dd21de497668c44aade803e1689bf131dc1a6",
      "tree": "b2e1d33b992b72225e11cfa34bbe2a5cfd58b1a9",
      "parents": [
        "127ba2896512699338d997418d7cf5064720b55b"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Mon Nov 05 21:42:26 2007 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:26 2007 +0100"
      },
      "message": "ide: unexport ide_fix_driveid\n\nide_fix_driveid can now be unexported.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nAcked-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "127ba2896512699338d997418d7cf5064720b55b",
      "tree": "8aa76a18dbc18c0d8f66d4b192ba81077b8950b1",
      "parents": [
        "699b052ad2996c4ca87aa4b9d4a51dcca0f9e588"
      ],
      "author": {
        "name": "Matti Linnanvuori",
        "email": "mattilinnanvuori@yahoo.com",
        "time": "Mon Nov 05 21:42:26 2007 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:26 2007 +0100"
      },
      "message": "ide/Kconfig: add IDEDISK_MULTI_MODE text adapted from hdparm manual page\n\nAdd IDEDISK_MULTI_MODE text adapted from hdparm manual page.\n\nSigned-off-by: Matti Linnanvuori \u003cmattilinnanvuori@yahoo.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "699b052ad2996c4ca87aa4b9d4a51dcca0f9e588",
      "tree": "e020540447b1ccb81b409d16e4caa80bc7dd9c76",
      "parents": [
        "afda5e4da5abf7366ba8ac49e7634b3c85a143ae"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@home-tj.org",
        "time": "Mon Nov 05 21:42:25 2007 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:25 2007 +0100"
      },
      "message": "ide: do_identify() string termination fix\n\nTerminates id-\u003emodel string before invoking strstr() in do_identify().\n\nSigned-off-by: Tejun Heo \u003ctj@home-tj.org\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "afda5e4da5abf7366ba8ac49e7634b3c85a143ae",
      "tree": "06b7fb73bfccb2aed00c229853b81b31460866e1",
      "parents": [
        "c11eef21aa119a41fa210b9693f2346997885bcf"
      ],
      "author": {
        "name": "sebdeg@ngi.it",
        "email": "sebdeg@ngi.it",
        "time": "Mon Nov 05 21:42:25 2007 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Mon Nov 05 21:42:25 2007 +0100"
      },
      "message": "piix: add support for ICH7 on Acer 5602aWLMi\n\nIn piix.c (and in ata_piix.c) are already included some patches to skip the\ncable check on some laptops and to enable UDMA \u003e 33 modes, but I\u0027ve noticed\nthan theese doesn\u0027t work on my Acer Aspire 5602WLMi (maybe exist more\nversions of this laptop).  With this simple patch I can set transfer mode\nto UDMA100.\n\nFrom: \"sebdeg@ngi.it\" \u003csebdeg@ngi.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nAcked-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "c11eef21aa119a41fa210b9693f2346997885bcf",
      "tree": "b2d874f4b3f8a65029bc184a2db6b999b8e4d1c1",
      "parents": [
        "221d46841b931d0e6b11e6251e482f2afe3974dd",
        "d2cb0e6ecbe0ef93ab36631cd17ec6cf92b69c5a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Nov 05 11:39:25 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Nov 05 11:39:25 2007 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git390.osdl.marist.edu/pub/scm/linux-2.6\n\n* \u0027for-linus\u0027 of git://git390.osdl.marist.edu/pub/scm/linux-2.6:\n  [S390] tod clock: announce clocksource as perfect\n  [S390] Rename \"idle_time\" attribute to \"idle_time_us\".\n  [S390] Fix priority mistakes in drivers/s390/cio/cmf.c\n  [S390] Fix memory detection.\n  [S390] Fix compile on !CONFIG_SMP.\n  [S390] device_schedule_callback() for dcssblk.\n  [S390] Fix smsgiucv init on no iucv machines\n  [S390] cio: use INIT_WORK to initialize struct work.\n"
    },
    {
      "commit": "221d46841b931d0e6b11e6251e482f2afe3974dd",
      "tree": "feb33999f71a84003f4ac752300c81f47f9e272f",
      "parents": [
        "4d20826ffb6fa80c71b85d2cb858ae400a59a4d5",
        "633872b980f55f40a5e7de374f26970e41e2137b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Nov 05 11:39:00 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Nov 05 11:39:00 2007 -0800"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest\n\n* \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest:\n  lguest: tidy up documentation\n  kernel/futex.c: make 3 functions static\n  unexport access_process_vm\n  lguest: make async_hcall() static\n"
    },
    {
      "commit": "4d20826ffb6fa80c71b85d2cb858ae400a59a4d5",
      "tree": "17d127713a03e2bf050389b949a812c28cdd52ee",
      "parents": [
        "05aa345034de6ae9c77fb93f6a796013641d57d5"
      ],
      "author": {
        "name": "Kamalesh Babulal",
        "email": "kamalesh@linux.vnet.ibm.com",
        "time": "Mon Nov 05 16:11:12 2007 +0530"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Nov 05 11:38:29 2007 -0800"
      },
      "message": "cpm_load_patch() - declartion conflict\n\nCommit f2a0bd3753dad7ea4605ebd5435716b39e9f92bb defines the function\nwith \"void cpm_load_patch(cpm8xx_t *cp)\" prtotype and is declared as\n\"extern void cpm_load_patch(volatile immap_t *immr)\" in the header file.\n\nSigned-off-by: Kamalesh Babulal \u003ckamalesh@linux.vnet.ibm.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "05aa345034de6ae9c77fb93f6a796013641d57d5",
      "tree": "3522f909f91e14b86e8dc0cedcb8e17bc0901bbe",
      "parents": [
        "aac9e28d2f3d3c1eacc4114d685864a2a6423b80"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "clameter@sgi.com",
        "time": "Mon Nov 05 11:31:58 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Nov 05 11:37:12 2007 -0800"
      },
      "message": "SLUB: Fix memory leak by not reusing cpu_slab\n\nFix the memory leak that may occur when we attempt to reuse a cpu_slab\nthat was allocated while we reenabled interrupts in order to be able to\ngrow a slab cache.\n\nThe per cpu freelist may contain objects and in that situation we may\noverwrite the per cpu freelist pointer loosing objects.  This only\noccurs if we find that the concurrently allocated slab fits our\nallocation needs.\n\nIf we simply always deactivate the slab then the freelist will be\nproperly reintegrated and the memory leak will go away.\n\nSigned-off-by: Christoph Lameter \u003cclameter@sgi.com\u003e\nAcked-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "aac9e28d2f3d3c1eacc4114d685864a2a6423b80",
      "tree": "3075a2d4c70840c3b2f7173f95c0f278072db8b7",
      "parents": [
        "9f259cc59ba45b8db401d60be9700e275676fb15",
        "3c887e8a1a4553ae6263fc9490e33de213e3746f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Nov 05 09:57:13 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Nov 05 09:57:13 2007 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6:\n  [SCSI] ibmvscsi: Prevent IO during partner login\n  [SCSI] lpfc : Correct queue tag handling\n  [SCSI] Update MAINTAINER email address and trees\n  [SCSI] osst: fix if (...) \\n #if... cases missing semicolons when false\n"
    },
    {
      "commit": "633872b980f55f40a5e7de374f26970e41e2137b",
      "tree": "676e604142f0a536fd54d47da03a67d15bedbf45",
      "parents": [
        "fad23fc78b959dae89768e523c3a6f5edb83bbe9"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Mon Nov 05 21:55:57 2007 +1100"
      },
      "committer": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Mon Nov 05 21:55:57 2007 +1100"
      },
      "message": "lguest: tidy up documentation\n\nAfter Adrian Bunk\u0027s \"make async_hcall static\" moved things around, update\ncomments to match (aka \"make Guest\").\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\n"
    },
    {
      "commit": "fad23fc78b959dae89768e523c3a6f5edb83bbe9",
      "tree": "b4a5f9844b5d2c412a92c528a84ce9cf6d2299da",
      "parents": [
        "02c3530da6b926b31f89ba589da72eca49557edd"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Nov 02 16:43:22 2007 +0100"
      },
      "committer": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Mon Nov 05 21:53:46 2007 +1100"
      },
      "message": "kernel/futex.c: make 3 functions static\n\nThe following functions can now become static again:\n- get_futex_key()\n- get_futex_key_refs()\n- drop_futex_key_refs()\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\n"
    },
    {
      "commit": "02c3530da6b926b31f89ba589da72eca49557edd",
      "tree": "51e2e041fb2872819efc214b3818946be57c17c5",
      "parents": [
        "9b56fdb458b014bdda974b43a3e59721032898bb"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Nov 02 16:43:28 2007 +0100"
      },
      "committer": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Mon Nov 05 21:53:39 2007 +1100"
      },
      "message": "unexport access_process_vm\n\nThis patch removes the no longer used EXPORT_SYMBOL_GPL(access_process_vm).\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\n"
    },
    {
      "commit": "9b56fdb458b014bdda974b43a3e59721032898bb",
      "tree": "cbbb090021c33ab7fab5500702e4872cac4706b1",
      "parents": [
        "b55d1b1814c52463c11707f53dbdc223e09b2924"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Nov 02 16:43:10 2007 +0100"
      },
      "committer": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Mon Nov 05 21:53:29 2007 +1100"
      },
      "message": "lguest: make async_hcall() static\n\nasync_hcall() can become static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\n"
    },
    {
      "commit": "d2cb0e6ecbe0ef93ab36631cd17ec6cf92b69c5a",
      "tree": "029b4ace47d18e0f8ac1e29db7961d9a28804e03",
      "parents": [
        "69d39d6669a01e26ae6dbf5c3e84e0d1b6ccf332"
      ],
      "author": {
        "name": "Christian Borntraeger",
        "email": "borntraeger@de.ibm.com",
        "time": "Mon Nov 05 11:10:14 2007 +0100"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Mon Nov 05 11:10:18 2007 +0100"
      },
      "message": "[S390] tod clock: announce clocksource as perfect\n\nThe Time of Day clock is the standard time source for s390. It is\n- monotonic\n- allows very fast reading\n- architecture guarantees at least microsecond stepping\n- available as part of the architecture\n\nWe should announce the rate of tod as 400 to be in sync with the\ndescription found in clocksource.h:\n\"400-499:Perfect The ideal clocksource. A must-use where available.\"\n\nThis change will prefer tod over less reliable clock sources.\n\nSigned-off-by: Christian Borntraeger \u003cborntraeger@de.ibm.com\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    },
    {
      "commit": "69d39d6669a01e26ae6dbf5c3e84e0d1b6ccf332",
      "tree": "4ea0202db8576158c4763c24b6d68952769ec925",
      "parents": [
        "b2eaee6e81696d80d9c6ecfcbba8951673e83934"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Mon Nov 05 11:10:13 2007 +0100"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Mon Nov 05 11:10:17 2007 +0100"
      },
      "message": "[S390] Rename \"idle_time\" attribute to \"idle_time_us\".\n\nSeems that people prefer to have the unit encoded in the attribute\nname. Also makes parsing easier.\n\nNow we have:\n\n# cat /sys/devices/system/cpu/cpu0/idle_time_us\n131473592\n\ninstead of\n\n# cat /sys/devices/system/cpu/cpu0/idle_time\n131473592 us\n\nCc: Arjan van de Ven \u003carjan@infradead.org\u003e\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    },
    {
      "commit": "b2eaee6e81696d80d9c6ecfcbba8951673e83934",
      "tree": "35a35c595689ba5b77bb6d2a5e4008e4779a6129",
      "parents": [
        "0b8da654b6c13b40b0e0efd916ee57ed13f9fa1f"
      ],
      "author": {
        "name": "Roel Kluin",
        "email": "12o3l@tiscali.nl",
        "time": "Mon Nov 05 11:10:12 2007 +0100"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Mon Nov 05 11:10:17 2007 +0100"
      },
      "message": "[S390] Fix priority mistakes in drivers/s390/cio/cmf.c\n\nFixes priority mistakes similar to \u0027!x \u0026 y\u0027\n\nSigned-off-by: Roel Kluin \u003c12o3l@tiscali.nl\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    },
    {
      "commit": "0b8da654b6c13b40b0e0efd916ee57ed13f9fa1f",
      "tree": "31a302d2f92bc451dfa4fea433f8683495b13f4b",
      "parents": [
        "0d2be08893605be00de0f95ee7e4b8917ea1ebc3"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Mon Nov 05 11:10:11 2007 +0100"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Mon Nov 05 11:10:17 2007 +0100"
      },
      "message": "[S390] Fix memory detection.\n\nYet another patch in the countless series of memory detection fixes:\nif the last area of the reported storage size is a hole the detection\nloop will loop forever.\nJust break chunk detection loop if its end is going to be larger than\nreported storage size.\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    },
    {
      "commit": "0d2be08893605be00de0f95ee7e4b8917ea1ebc3",
      "tree": "b9d9b4d0ef7079d5cea961dccb7c9e828aca275c",
      "parents": [
        "931bb68ba6355b7111966c90822ed862c102a9cd"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Mon Nov 05 11:10:10 2007 +0100"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Mon Nov 05 11:10:16 2007 +0100"
      },
      "message": "[S390] Fix compile on !CONFIG_SMP.\n\nCommit fae8b22d3e3e3a3d317a7746493997af02a3f35c\n\"[S390] Add per-cpu idle time / idle count sysfs attributes\" causes\na link error on !CONFIG_SMP.\nFix this by adding some #ifdef\u0027s. Real fix would be to cleanup the\ncode since we don\u0027t register a cpu on !CONFIG_SMP. But that would\nbe quite a big patch. For the time being this is good enough.\n\narch/s390/kernel/built-in.o: In function `do_monitor_call\u0027:\n(.text+0x50d4): undefined reference to `per_cpu__s390_idle\u0027\narch/s390/kernel/built-in.o: In function `cpu_idle\u0027:\n(.text+0x518c): undefined reference to `per_cpu__s390_idle\u0027\nmake: *** [.tmp_vmlinux1] Error 1\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    },
    {
      "commit": "931bb68ba6355b7111966c90822ed862c102a9cd",
      "tree": "33899e3be8cfd386a79cc67b72b4bb8b2b963ac2",
      "parents": [
        "0fc3ddd67a6781238b038165d9dd8c1f9ba81111"
      ],
      "author": {
        "name": "Gerald Schaefer",
        "email": "geraldsc@de.ibm.com",
        "time": "Mon Nov 05 11:10:09 2007 +0100"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Mon Nov 05 11:10:16 2007 +0100"
      },
      "message": "[S390] device_schedule_callback() for dcssblk.\n\nUnregistering a device from within a device attribute handler leads to\na deadlock. Need to use device_schedule_callback() to unregister device\nin error path.\n\nSigned-off-by: Gerald Schaefer \u003cgeraldsc@de.ibm.com\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    },
    {
      "commit": "0fc3ddd67a6781238b038165d9dd8c1f9ba81111",
      "tree": "84058cff756c8424c4ee06edfc3db81fbee80075",
      "parents": [
        "33583c3657ef30cd7f4cb563071ac23cb6ff69a0"
      ],
      "author": {
        "name": "Christian Borntraeger",
        "email": "borntraeger@de.ibm.com",
        "time": "Mon Nov 05 11:10:08 2007 +0100"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Mon Nov 05 11:10:16 2007 +0100"
      },
      "message": "[S390] Fix smsgiucv init on no iucv machines\n\nsmsgiucv is a driver that relies on iucv to work properly. If\niucv ans smsgiucv are compiled into the kernel and run on an\nlpar the following scenario happens:\niucv is initialized early as a subsystem. It checks for z/VM and\nreturns with EPROTONOTSUPPORT. Later smsgiucv tries to run\ndriver_register with iucv_bus as bus. As this bus is not\ninitialized the driver core and list debugging issue several\nwarnings and oopses.\n\nSolution is to let smsgiucv also check for z/VM and return\nEPROTONOTSUPPORT as well.\n\nSigned-off-by: Christian Borntraeger \u003cborntraeger@de.ibm.com\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    },
    {
      "commit": "33583c3657ef30cd7f4cb563071ac23cb6ff69a0",
      "tree": "a65a508bf9b29278ea1b83aa3908ed148f201dfe",
      "parents": [
        "74521c28e550c4ec265cda14114bd9b908e9de34"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Mon Nov 05 11:10:07 2007 +0100"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Mon Nov 05 11:10:16 2007 +0100"
      },
      "message": "[S390] cio: use INIT_WORK to initialize struct work.\n\nUse INIT_WORK to initialize struct work and don\u0027t initialize a\nstruct work partial by explicitly initializing its private structures.\nFixes the following lockdep bug because no key was assigned:\n\nINFO: trying to register non-static key.\nthe code is fine but needs lockdep annotation.\nturning off the locking correctness validator.\n0000000001f07bb8 0000000001f07bf8 0000000000000002 0000000000000000\n       0000000001f07c98 0000000001f07c10 0000000001f07c10 0000000000015406\n       0000000000000000 0000000000000002 0000000000000000 0000000000000000\n       0000000001f07bf8 000000000000000c 0000000001f07bf8 0000000001f07c68\n       000000000039ae60 0000000000015406 0000000001f07bf8 0000000001f07c48\nCall Trace:\n([\u003c0000000000015376\u003e] show_trace+0xda/0x104)\n [\u003c0000000000015460\u003e] show_stack+0xc0/0xf8\n [\u003c00000000000154c6\u003e] dump_stack+0x2e/0x3c\n [\u003c000000000006a71e\u003e] __lock_acquire+0x47e/0x11a0\n [\u003c000000000006b4f0\u003e] lock_acquire+0xb0/0xd8\n [\u003c00000000000555a6\u003e] run_workqueue+0x1aa/0x24c\n [\u003c00000000000556de\u003e] worker_thread+0x96/0xf4\n [\u003c000000000005c210\u003e] kthread+0x90/0xb4\n [\u003c000000000001947a\u003e] kernel_thread_starter+0x6/0xc\n [\u003c0000000000019474\u003e] kernel_thread_starter+0x0/0xc\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    },
    {
      "commit": "9f259cc59ba45b8db401d60be9700e275676fb15",
      "tree": "dc57ec27c11c98fbb2ed4448d13030c4fc0b6cca",
      "parents": [
        "7ed192906a2144ebc8ca2925a85d27b9c5355668"
      ],
      "author": {
        "name": "H. Peter Anvin",
        "email": "hpa@zytor.com",
        "time": "Sun Nov 04 17:54:31 2007 -0800"
      },
      "committer": {
        "name": "H. Peter Anvin",
        "email": "hpa@zytor.com",
        "time": "Sun Nov 04 19:48:04 2007 -0800"
      },
      "message": "x86 setup: set %ebx \u003d\u003d %ebp \u003d\u003d %edi \u003d\u003d 0 on protected mode entry\n\nIn accordance with the newly formalized 32-bit boot protocol, set\n%ebx \u003d\u003d %ebp \u003d\u003d %edi \u003d\u003d 0 in order to support future extensions to the\nprotocol.\n\nSigned-off-by: H. Peter Anvin \u003chpa@zytor.com\u003e\n"
    },
    {
      "commit": "7ed192906a2144ebc8ca2925a85d27b9c5355668",
      "tree": "350af59996f750ae2a2d7d7ccf2ffbb596a571e8",
      "parents": [
        "b55d1b1814c52463c11707f53dbdc223e09b2924"
      ],
      "author": {
        "name": "H. Peter Anvin",
        "email": "hpa@zytor.com",
        "time": "Sun Nov 04 17:50:12 2007 -0800"
      },
      "committer": {
        "name": "H. Peter Anvin",
        "email": "hpa@zytor.com",
        "time": "Sun Nov 04 19:47:46 2007 -0800"
      },
      "message": "x86 setup: add a near jump to serialize %cr0 on 386/486\n\nThe 386 and 486 needs a jump immediately after setting %cr0 in order\nto serialize the pipeline.\n\nSigned-off-by: H. Peter Anvin \u003chpa@zytor.com\u003e\n"
    },
    {
      "commit": "b55d1b1814c52463c11707f53dbdc223e09b2924",
      "tree": "4b9ca29e6601b80fdd6aaff7e62bf55b30b2fe07",
      "parents": [
        "aa641935343e05795f7f7289e7b242138b612ffe",
        "038477aa15df6557ef0c8b2b60523c81eae58ee9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Nov 04 18:00:35 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Nov 04 18:00:35 2007 -0800"
      },
      "message": "Merge branch \u0027drm-patches\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6\n\n* \u0027drm-patches\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6:\n  drm/sis: missing mutex unlock in error path.\n  radeon: set the address to access the GART table on the CPU side correctly\n"
    },
    {
      "commit": "aa641935343e05795f7f7289e7b242138b612ffe",
      "tree": "54909d05c0ad73b40fae8cc9fbfd0636efbdc246",
      "parents": [
        "5da0c7aad6271dd29526e3b49cbeb3bab9e8e491",
        "f26792d5c63344e14540ced4b19deb29e360bb8d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Nov 04 17:55:22 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Nov 04 17:55:22 2007 -0800"
      },
      "message": "Merge branch \u0027an\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev\n\n* \u0027an\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:\n  [libata] Utilize new SCSI event infrastructure\n  SCSI: add asynchronous event notification API\n"
    },
    {
      "commit": "038477aa15df6557ef0c8b2b60523c81eae58ee9",
      "tree": "a2f6b76bddc4eff106cb2d0c125fd873f39fdf0f",
      "parents": [
        "7fc86860cf73e060ab8ed9763010dfe5b5389b1c"
      ],
      "author": {
        "name": "Roel Kluin",
        "email": "12o3l@tiscali.nl",
        "time": "Mon Nov 05 10:53:18 2007 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@linux.ie",
        "time": "Mon Nov 05 10:53:18 2007 +1000"
      },
      "message": "drm/sis: missing mutex unlock in error path.\n\nairlied: separated this out from a patch on lkml.\n\nSigned-off-by: Roel Kluin \u003c12o3l@tiscali.nl\u003e\nSigned-off-by: Dave Airlie \u003cairlied@linux.ie\u003e\n"
    },
    {
      "commit": "7fc86860cf73e060ab8ed9763010dfe5b5389b1c",
      "tree": "ccff8d34a2307779d96320158c607ddbd56a2647",
      "parents": [
        "5da0c7aad6271dd29526e3b49cbeb3bab9e8e491"
      ],
      "author": {
        "name": "Dave Airlie",
        "email": "airlied@linux.ie",
        "time": "Mon Nov 05 10:45:27 2007 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@linux.ie",
        "time": "Mon Nov 05 10:49:04 2007 +1000"
      },
      "message": "radeon: set the address to access the GART table on the CPU side correctly\n\nThis code relied on the CPU and GPU address for the aperture being the same,\nOn some r5xx hardware I was playing with I noticed that this isn\u0027t always true.\nThis fixes issues seen on some r400 cards. (bugs.freedesktop.org 9957)\n\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "5da0c7aad6271dd29526e3b49cbeb3bab9e8e491",
      "tree": "ae8e3d33eb5e71a83a9420b45eca9d7499b5a97f",
      "parents": [
        "615bb29ccbe9fa06d9f33b29d9c3f51340726656",
        "9e66269d40229cd9823024120910a43af57a9d72"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Nov 04 13:14:15 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Nov 04 13:14:15 2007 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6:\n  ieee1394: iso and async streams: s/g list fix\n"
    },
    {
      "commit": "615bb29ccbe9fa06d9f33b29d9c3f51340726656",
      "tree": "705059547b9564e8c57afb1645db04bc4b7e556c",
      "parents": [
        "b4f555081fdd27d13e6ff39d455d5aefae9d2c0c"
      ],
      "author": {
        "name": "Mark Lord",
        "email": "lkml@rtr.ca",
        "time": "Sat Nov 03 22:04:03 2007 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Nov 04 13:13:09 2007 -0800"
      },
      "message": "rtc: ignore msb when reading back mday from alarm\n\nI have a system here that actively relies upon RTC wake alarms, and it\nhas been failing (again) for a few days when attempting to use the\n/sys/class/rtc/rtc?/wakealarm interface.\n\nThe old (fixed by Linus) /proc/ interface still works, but I\u0027d like to\nget it using the new one.\n\nThis patch fixes rtc-cmos to ignore the two upper bits when reading the\nBCD mday (day of month) register from CMOS.  Some systems (eg.  mine)\nseem to have the top bit set to \"1\" for some reason.\n\nThe older /proc/ interface ignores the upper bits, and so we should too.\n\nSigned-off-by: Mark Lord \u003cmlord@pobox.com\u003e\nAcked-by: David Brownell \u003cdavid-b@pacbell.net\u003e\nCc: Alessandro Zummo \u003ca.zummo@towertech.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9e66269d40229cd9823024120910a43af57a9d72",
      "tree": "58d34526f660d8c25504ff9c7393a3be69df5338",
      "parents": [
        "b4f555081fdd27d13e6ff39d455d5aefae9d2c0c"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Sun Nov 04 09:44:56 2007 +0100"
      },
      "committer": {
        "name": "Stefan Richter",
        "email": "stefanr@s5r6.in-berlin.de",
        "time": "Sun Nov 04 14:31:16 2007 +0100"
      },
      "message": "ieee1394: iso and async streams: s/g list fix\n\nTorsten Kaiser wrote:\n\u003e Looking that calltrace upwards, it seems replacing the\n\u003e memset(dma-\u003esglist,...) with sg_init_table(...) would fix the BUG_ON()\n\u003e as that inits the SG_MAGIC.\n\nTested-by: Torsten Kaiser \u003cjust.for.lkml@googlemail.com\u003e\nSigned-off-by: Stefan Richter \u003cstefanr@s5r6.in-berlin.de\u003e\n"
    },
    {
      "commit": "f26792d5c63344e14540ced4b19deb29e360bb8d",
      "tree": "5e4287a72bf42bd47b4b7993087e33a6d1cc0a4b",
      "parents": [
        "a341cd0f6a0fde1f85fec9aa8f81f824ea4a3f92"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Oct 29 17:18:39 2007 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 22:23:02 2007 -0400"
      },
      "message": "[libata] Utilize new SCSI event infrastructure\n\nAn end to CD-ROM polling (if you have a device that supports AN)...\nhooray!\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "a341cd0f6a0fde1f85fec9aa8f81f824ea4a3f92",
      "tree": "e96b2ab04c94cb1a29d972b135dd6b2bdfac0f78",
      "parents": [
        "b4f555081fdd27d13e6ff39d455d5aefae9d2c0c"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Oct 29 17:15:22 2007 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 22:23:02 2007 -0400"
      },
      "message": "SCSI: add asynchronous event notification API\n\nOriginally based on a patch by Kristen Carlson Accardi @ Intel.\nCopious input from James Bottomley.\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "b4f555081fdd27d13e6ff39d455d5aefae9d2c0c",
      "tree": "917acaae9556ad2c372d001bf786cfbcf8102684",
      "parents": [
        "160acc2e899f26356bde92bc257253b7ca78f0c3",
        "51fd77bd9f512ab6cc9df0733ba1caaab89eb957"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Nov 03 12:43:36 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Nov 03 12:43:36 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.dk/linux-2.6-block\n\n* \u0027for-linus\u0027 of git://git.kernel.dk/linux-2.6-block:\n  [BLOCK] Don\u0027t allow empty barriers to be passed down to queues that don\u0027t grok them\n  dm: bounce_pfn limit added\n  Deadline iosched: Fix batching fairness\n  Deadline iosched: Reset batch for ordered requests\n  Deadline iosched: Factor out finding latter reques\n"
    },
    {
      "commit": "160acc2e899f26356bde92bc257253b7ca78f0c3",
      "tree": "c60782685ac0fdf4b2d6278c4be639181dd65126",
      "parents": [
        "a7e1e001f432d5960b929787a2a261cf5a7ddac5",
        "c46f2334c84c2b26baa64d42d75ddc5fab38c3dc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Nov 03 12:43:21 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Nov 03 12:43:21 2007 -0700"
      },
      "message": "Merge branch \u0027sg\u0027 of git://git.kernel.dk/linux-2.6-block\n\n* \u0027sg\u0027 of git://git.kernel.dk/linux-2.6-block:\n  [SG] Get rid of __sg_mark_end()\n  cleanup asm/scatterlist.h includes\n  SG: Make sg_init_one() use general table init functions\n"
    },
    {
      "commit": "a7e1e001f432d5960b929787a2a261cf5a7ddac5",
      "tree": "b340cb74237427dbdbdacf618c42e8b0bd8d21d5",
      "parents": [
        "21806261b6cc1068197ea6c8891b857f16260fee",
        "17aacfb9cdf9a8329a6ece9c437551a29c93e47b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Nov 03 12:42:52 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Nov 03 12:42:52 2007 -0700"
      },
      "message": "Merge branch \u0027v2.6.24-rc1-lockdep\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep\n\n* \u0027v2.6.24-rc1-lockdep\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep:\n  lockdep: fix a typo in the __lock_acquire comment\n  sched: fix unconditional irq lock\n  lockdep: fixup irq tracing\n"
    },
    {
      "commit": "21806261b6cc1068197ea6c8891b857f16260fee",
      "tree": "79f9e6c27691a0c0b75f3639f85e4ba2babf6726",
      "parents": [
        "5c27d0f11e679e6e5b6b2047b8658409699d4a67",
        "dd3aa7cdac35dcdcb93ff5684622664395b0155e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Nov 03 12:41:58 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Nov 03 12:41:58 2007 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6:\n  sh64: Update defconfigs.\n  sh64: fix dma_cache_sync() compilation\n  sh64: Move DMA macros from pci.h to scatterlist.h.\n"
    },
    {
      "commit": "5c27d0f11e679e6e5b6b2047b8658409699d4a67",
      "tree": "605a63b8fbc45cf88c2905397727e6dade6b01b2",
      "parents": [
        "468f8afdf4f87378c7c7de1d636a9375fce4078d",
        "352d281300df22c6d01cb550c6ac0336d977739d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Nov 03 12:41:42 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Nov 03 12:41:42 2007 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6: (24 commits)\n  sh: Update r7785rp defconfig.\n  sh: mach-type updates.\n  sh: Fix up r7780rp highlander CF access size.\n  sh: Terminate .eh_frame in VDSO with a 4-byte 0.\n  sh: Correct SUBARCH matching.\n  sh: Decouple 4k and soft/hardirq stacks.\n  sh: Fix optimized __copy_user() movca.l usage.\n  sh: Clean up SR.RB Kconfig mess.\n  sh: Kill off dead ipr_irq_demux().\n  sh: Make SH7750 oprofile compile again.\n  sh: Provide a __read_mostly section wrapper.\n  sh: linker script tidying.\n  sh: Move zero page param defs somewhere sensible.\n  sh: Use generic SMP_CACHE_BYTES/L1_CACHE_ALIGN.\n  sh: Kill off legacy embedded ramdisk section.\n  sh: Fix up early mem cmdline parsing.\n  sh: Enable USBF on MS7722SE.\n  sh: Add resource of USBF for SH7722.\n  maple: Fix maple bus compiler warning\n  sh: fix zImage build with \u003e\u003dbinutils-2.18\n  ...\n"
    },
    {
      "commit": "468f8afdf4f87378c7c7de1d636a9375fce4078d",
      "tree": "bd2eb44629e9d3696cd6c3643fbdf1dc7392b7a8",
      "parents": [
        "ebab89909e0dc716282d5e7f6e73a3155fe66d4a",
        "5270222f96608818e431b5c4029b1f12020ab719"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Nov 03 12:27:56 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Nov 03 12:27:56 2007 -0700"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev: (23 commits)\n  libata: don\u0027t configure downstream links faster than the upstream link\n  libata: request PHY speed configuration on SControl access failure\n  libata: consider errors not associated with commands for speed down\n  libata: more robust reset failure handling\n  libata: cosmetic clean up / reorganization of ata_eh_reset()\n  libata: fix timing computation in ata_eh_reset()\n  libata: increase 128 KB / cmd limit for ATAPI tape drives\n  sata_promise: fix endianess bug in ASIC PRD bug workaround\n  libata: fix docbook\n  make ata_scsi_lpm_get() static\n  libata: suppress two warnings\n  ata/sata_fsl: Remove ata_scsi_suspend/resume callbacks\n  ata/sata_fsl: Remove sending LOG EXT command in sata_fsl_softreset()\n  ata/sata_fsl: Move MPC8315DS link speed limit workaround to specific ifdef\n  ata/sata_fsl: cleanup style problem\n  ata/sata_fsl: remove unneeded sata_fsl_hardreset()\n  ata/sata_fsl: remove unneeded on-stack copy of FIS\n  ata/sata_fsl: cleanup needless casts to/from void __iomem *\n  ata/sata_fsl: Remove unnecessary SCR cases\n  ata/sata_fsl: Kill ata_sg_is_last()\n  ...\n"
    },
    {
      "commit": "ebab89909e0dc716282d5e7f6e73a3155fe66d4a",
      "tree": "8cee9ff6f9e0a08c6f08853e38e563514e92a99e",
      "parents": [
        "74521c28e550c4ec265cda14114bd9b908e9de34"
      ],
      "author": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cam.ac.uk",
        "time": "Sat Nov 03 07:38:59 2007 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Nov 03 12:27:21 2007 -0700"
      },
      "message": "NTFS: Fix read regression.\n\nThe regression was caused by:\n        commit[a32ea1e1f925399e0d81ca3f7394a44a6dafa12c] Fix read/truncate race\n\nThis causes ntfs_readpage() to be called for a zero i_size inode, which\nfailed when the file was compressed and non-resident.\n\nThanks a lot to Mike Galbraith for reporting the issue and tracking down\nthe commit that caused the regression.\n\nLooking into it I found three bugs which the patch fixes.\n\nSigned-off-by: Anton Altaparmakov \u003caia21@cantab.net\u003e\nTested-by:  Mike Galbraith \u003cefault@gmx.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3c887e8a1a4553ae6263fc9490e33de213e3746f",
      "tree": "38cf13ce92acd4740a74b12a37808650c83edca3",
      "parents": [
        "7e2b19fbc7b9c1fd8ee9c79b375fcedb69dd07c9"
      ],
      "author": {
        "name": "Robert Jennings",
        "email": "rcj@linux.vnet.ibm.com",
        "time": "Tue Oct 30 11:37:07 2007 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Sat Nov 03 12:10:36 2007 -0500"
      },
      "message": "[SCSI] ibmvscsi: Prevent IO during partner login\n\nBy setting the request_limit in send_srp_login to 1 we allowed login\nrequests to be sent to the server adapter.  If this was not an initial\nlogin, but was a login after a disconnect with the server, other I/O\nrequests could attempt to be processed before the login occured.  These\nI/O requests would fail, sometimes resulting in filesystems getting\nmarked read-only.\n\nTo address this we can set the request_limit to 0 while doing the login\nand add an exception where login requests, along with task management\nevents, are always passed to the server.\n\nThere is a case where the request_limit had already reached 0 would result\nin all events being sent rather than returning SCSI_MLQUEUE_HOST_BUSY; this\nhas also been fixed by this patch.\n\nSigned-off-by: Robert Jennings \u003crcj@linux.vnet.ibm.com\u003e\nSigned-off-by: Brian King \u003cbrking@linux.vnet.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    },
    {
      "commit": "7e2b19fbc7b9c1fd8ee9c79b375fcedb69dd07c9",
      "tree": "f486935dccb252d906750869d6f6b3e814530137",
      "parents": [
        "c4e1608ef4b2ab4f6974fa351bb6c92e1de59aa7"
      ],
      "author": {
        "name": "James Smart",
        "email": "James.Smart@Emulex.Com",
        "time": "Mon Oct 29 11:00:39 2007 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Sat Nov 03 12:09:29 2007 -0500"
      },
      "message": "[SCSI] lpfc : Correct queue tag handling\n\nThis patch corrects the lpfc tag handling issue identified by Hannes Reinecke\nhttp://marc.info/?l\u003dlinux-scsi@m\u003d119270235628850\u0026w\u003d2\n\nThe basis for this patch originated from Hajime Kai. Thank You Hajime.\n\nSigned-off-by: hajime-kai@soft.fujitsu.com\nSigned-off-by: James Smart \u003cJames.Smart@emulex.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    },
    {
      "commit": "c4e1608ef4b2ab4f6974fa351bb6c92e1de59aa7",
      "tree": "6bfa7b6797d986110fe767ad96a8e080c71037d7",
      "parents": [
        "ccd1443b5a5eaf41b1ff52e638cb45f094382746"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Sat Nov 03 08:40:30 2007 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.localdomain",
        "time": "Sat Nov 03 08:40:30 2007 -0500"
      },
      "message": "[SCSI] Update MAINTAINER email address and trees\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\n"
    },
    {
      "commit": "5270222f96608818e431b5c4029b1f12020ab719",
      "tree": "564f141932bc4740ebf3ea0a17f2a03427913a8c",
      "parents": [
        "db64bcf387aae6c7afad122a529d7d0513d3c5db"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Wed Oct 31 10:17:07 2007 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:47:27 2007 -0400"
      },
      "message": "libata: don\u0027t configure downstream links faster than the upstream link\n\nThere\u0027s nothing to be gained by configuring downstream links faster\nthan the upstream link and such configurations cause problems on\ncertain PMPs.  Limit downstream link speed by the upstream link speed.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "db64bcf387aae6c7afad122a529d7d0513d3c5db",
      "tree": "62fcd54c4f1d1c03d0360e37dc7f198a8ab8ae33",
      "parents": [
        "dfcc173d71b029eb2b10cf99bb5b4e8749e09799"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Wed Oct 31 10:17:06 2007 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:47:27 2007 -0400"
      },
      "message": "libata: request PHY speed configuration on SControl access failure\n\nIn sata_set_spd_needed(), if SControl read failed, it returned 0 and\nskipped PHY speed configuration.  However, if SControl access fails,\nit\u0027s far more logical to request PHY speed configuration.  Reverse the\nlogic.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "dfcc173d71b029eb2b10cf99bb5b4e8749e09799",
      "tree": "f8b62dc076a082560ffcf94f6f330150766c7ee7",
      "parents": [
        "08cf69d005acda706bc014c61301993758ce9c5f"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Wed Oct 31 10:17:05 2007 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:47:26 2007 -0400"
      },
      "message": "libata: consider errors not associated with commands for speed down\n\nlibata EH used to ignore errors not associated with commands when\ndetermining whether speed down is necessary or not.  This leads to the\nfollowing problems.\n\n* Errors not associated with commands can occur indefinitely without\n  libata EH taking corrective actions.\n\n* Upstream link errors don\u0027t trigger speed down when PMP is attached\n  to it and commands issued to downstream device trigger errors on the\n  upstream link.\n\nThis patch makes ata_eh_link_autopsy() consider errors not associated\nwith command for speed down.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "08cf69d005acda706bc014c61301993758ce9c5f",
      "tree": "a7254a45b25ea52bc77a3340650a9b45386f1650",
      "parents": [
        "416dc9ed206bba09807300ee5f155a81cebbd4a1"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Wed Oct 31 10:17:04 2007 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:54 2007 -0400"
      },
      "message": "libata: more robust reset failure handling\n\nReset failure is a critical error.  It results in disabling the link\nrequiring user intervention to re-enable it.  Make reset failure\nhandling more robust such that libata EH doesn\u0027t give up too early.\n\n* Temporary glitches during hardreset may lead to classification\n  failure when there\u0027s no softreset available.  Retry instead of\n  giving up.\n\n* Initial softreset or follow up softreset may fail classification.\n  Move classification error handling block out of followup softreset\n  block such that both cases are handled and retry instead of giving\n  up.  Also, on the last try, give ATA class a blind shot.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "416dc9ed206bba09807300ee5f155a81cebbd4a1",
      "tree": "483a86db1dbcdb443962f9597531ea0541ef61e6",
      "parents": [
        "cd955463bb4e96cfec18a0e5b6887c6797fb821d"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Wed Oct 31 10:17:03 2007 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:54 2007 -0400"
      },
      "message": "libata: cosmetic clean up / reorganization of ata_eh_reset()\n\nClean up and reorganize ata_eh_reset() to ease further changes.\n\n* Cache ARRAY_SIZE(ata_eh_reset_timeouts) in @max_tries.\n* Cache link-\u003eflags in @lflags.\n* Move failure handling block to the end of the function and unnest\n  both success and failure handling blocks.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "cd955463bb4e96cfec18a0e5b6887c6797fb821d",
      "tree": "c55ee46b45751e4cf1f4fe6595784add305d91d5",
      "parents": [
        "f8d8e5799b75cf7ad530d2bf2a42229bf7360526"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Wed Oct 31 10:17:02 2007 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:54 2007 -0400"
      },
      "message": "libata: fix timing computation in ata_eh_reset()\n\nAs jiffies changes asynchronously, it needs to be cached if unchanging\ntimestamp is needed.  The code in ata_eh_reset() intended to do that\nwith @now but never actually did it.  Fix it.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "f8d8e5799b75cf7ad530d2bf2a42229bf7360526",
      "tree": "f5094c82ca94ff1bdfbca4e7be69bfed7db5ccdd",
      "parents": [
        "03116d67e0973bb493fe9307e28973a24a272bcc"
      ],
      "author": {
        "name": "Tony Battersby",
        "email": "tonyb@cybernetics.com",
        "time": "Tue Oct 30 11:44:35 2007 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:54 2007 -0400"
      },
      "message": "libata: increase 128 KB / cmd limit for ATAPI tape drives\n\nCommands sent to ATAPI tape drives via the SCSI generic (sg) driver are\nlimited in the amount of data that they can transfer by the max_sectors\nvalue.  The max_sectors value is currently calculated according to the\ncommand set for disk drives, which doesn\u0027t apply to tape drives.  The\ndefault max_sectors value of 256 limits ATAPI tape drive commands to\n128 KB.  This patch against 2.6.24-rc1 increases the max_sectors value\nfor tape drives to 65535, which permits tape drive commands to transfer\njust under 32 MB.\n\nTested with a SuperMicro PDSME motherboard, AHCI, and a Sony SDX-570V\nSATA tape drive.\n\nNote that some of the chipset drivers also set their own max_sectors\nvalue, which may override the value set in libata-core.  I don\u0027t have\nany of these chipsets to test, so I didn\u0027t go messing with them.  Also,\nATAPI devices other than tape drives may benefit from similar changes,\nbut I have only tape drives and disk drives to test.\n\nSigned-off-by: Tony Battersby \u003ctonyb@cybernetics.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "03116d67e0973bb493fe9307e28973a24a272bcc",
      "tree": "026e8d66365e7d632431e03dc6a3ed64782ed735",
      "parents": [
        "48166fd9b065005ece8ceae594c1c50b3d955a80"
      ],
      "author": {
        "name": "Mikael Pettersson",
        "email": "mikpe@it.uu.se",
        "time": "Wed Oct 31 13:21:29 2007 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:54 2007 -0400"
      },
      "message": "sata_promise: fix endianess bug in ASIC PRD bug workaround\n\nThe original workaround for the Promise ASIC PRD bug\ncontained an endianess bug which I failed to detect:\nthe adjustment of the last PRD entry\u0027s length field\napplied host arithmetic to little-endian data, which\nis incorrect on big-endian machines.\n\nWe have the length available in host-endian format, so\ndo the adjustment on host-endian data and then convert\nand store it in the PRD entry\u0027s little-endian data field.\n\nThanks to an anonymous reviewer for detecting this bug.\n\nSigned-off-by: Mikael Pettersson \u003cmikpe@it.uu.se\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "48166fd9b065005ece8ceae594c1c50b3d955a80",
      "tree": "c6a7a0d316a071437587bf46f4a68af63c1878e1",
      "parents": [
        "a2d6ed149cefab495dbb573124e7e1ca331005fd"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@linux-foundation.org",
        "time": "Wed Oct 31 10:00:27 2007 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:53 2007 -0400"
      },
      "message": "libata: fix docbook\n\nFix docbook format in the comments.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@linux-foundation.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "a2d6ed149cefab495dbb573124e7e1ca331005fd",
      "tree": "a32cd6492dafe396ec6fc52df3a2dd37c8e815c4",
      "parents": [
        "1992a5ede1246a746782f687bfe07bf76650770b"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Wed Oct 31 00:50:23 2007 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:29 2007 -0400"
      },
      "message": "make ata_scsi_lpm_get() static\n\nata_scsi_lpm_get() can become static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "1992a5ede1246a746782f687bfe07bf76650770b",
      "tree": "1182a81c9ede55478a2d86be2a3669840099c4e4",
      "parents": [
        "aa91c72566a5a6d52f11b2f8d98bcf1774eeccfd"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed Oct 31 14:53:32 2007 +1100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:29 2007 -0400"
      },
      "message": "libata: suppress two warnings\n\ndrivers/ata/libata-core.c:768: warning: \u0027ata_lpm_enable\u0027 defined but not used\ndrivers/ata/libata-core.c:784: warning: \u0027ata_lpm_disable\u0027 defined but not used\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "aa91c72566a5a6d52f11b2f8d98bcf1774eeccfd",
      "tree": "14d53b51d9c7ae5dba4c21c7096b6403339dc276",
      "parents": [
        "1f0e4175ae0c38b9e4cb62b7a700ba0b60aa3281"
      ],
      "author": {
        "name": "ashish kalra",
        "email": "ashish.kalra@freescale.com",
        "time": "Wed Oct 31 19:28:04 2007 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:29 2007 -0400"
      },
      "message": "ata/sata_fsl: Remove ata_scsi_suspend/resume callbacks\n\nSigned-off-by: ashish kalra \u003cashish.kalra@freescale.com\u003e\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "1f0e4175ae0c38b9e4cb62b7a700ba0b60aa3281",
      "tree": "b7dfc5bffc8dd11cb7664ef9d14ec995130a4923",
      "parents": [
        "e7eac96e8f0e57a6e9f94943557bc2b23be31471"
      ],
      "author": {
        "name": "ashish kalra",
        "email": "ashish.kalra@freescale.com",
        "time": "Wed Oct 31 19:28:03 2007 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:29 2007 -0400"
      },
      "message": "ata/sata_fsl: Remove sending LOG EXT command in sata_fsl_softreset()\n\nSigned-off-by: ashish kalra \u003cashish.kalra@freescale.com\u003e\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "e7eac96e8f0e57a6e9f94943557bc2b23be31471",
      "tree": "924d6ddfcef9ad6f0ceab7d7c25dd7ae807e6bde",
      "parents": [
        "520d3a1a8cb3eb8794e3dbb822dbc40c20f18e52"
      ],
      "author": {
        "name": "ashish kalra",
        "email": "ashish.kalra@freescale.com",
        "time": "Wed Oct 31 19:28:02 2007 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:28 2007 -0400"
      },
      "message": "ata/sata_fsl: Move MPC8315DS link speed limit workaround to specific ifdef\n\nSigned-off-by: ashish kalra \u003cashish.kalra@freescale.com\u003e\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "520d3a1a8cb3eb8794e3dbb822dbc40c20f18e52",
      "tree": "f926fdf5a7eb500fe0f80481e047f48366ebd296",
      "parents": [
        "066ce4db07fd547c40e57cd8a0f853124b1687aa"
      ],
      "author": {
        "name": "Li Yang",
        "email": "leoli@freescale.com",
        "time": "Wed Oct 31 19:28:01 2007 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:28 2007 -0400"
      },
      "message": "ata/sata_fsl: cleanup style problem\n\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "066ce4db07fd547c40e57cd8a0f853124b1687aa",
      "tree": "9f3f0abbf577c24bfbc298bd0d13c9f9d5bd287a",
      "parents": [
        "25ce945a8e775d1f494447969e6a8fffcebcc352"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Oct 31 19:28:00 2007 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:28 2007 -0400"
      },
      "message": "ata/sata_fsl: remove unneeded sata_fsl_hardreset()\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "25ce945a8e775d1f494447969e6a8fffcebcc352",
      "tree": "9eee585fe65bff63a790149f918eb1856bbe157f",
      "parents": [
        "2a52e8d4ea86a9143b4c3a1c1ec249a3b8bee74e"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Oct 31 19:27:59 2007 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:28 2007 -0400"
      },
      "message": "ata/sata_fsl: remove unneeded on-stack copy of FIS\n\nRemove unneeded on-stack copy of FIS\nin sata_fsl_cache_taskfile_from_d2h_fis().\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "2a52e8d4ea86a9143b4c3a1c1ec249a3b8bee74e",
      "tree": "7685704a576ffb0bc802658c4e5641256a5db463",
      "parents": [
        "9465d5324834f1e99c1343b7bbdc5e6ac8c83f87"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Oct 31 19:27:58 2007 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:28 2007 -0400"
      },
      "message": "ata/sata_fsl: cleanup needless casts to/from void __iomem *\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "9465d5324834f1e99c1343b7bbdc5e6ac8c83f87",
      "tree": "25f74397534df87680ec730d9ccf0c24865efc6f",
      "parents": [
        "a2962dd0967d7a16a907f1c63dcb7f83e3bb1795"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Oct 31 19:27:57 2007 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:28 2007 -0400"
      },
      "message": "ata/sata_fsl: Remove unnecessary SCR cases\n\nSCRs in the driver map to the standard values found in include/linux/ata.h,\nso no need for individual scr_read/scr_write case statements duplicating\nthe natural value.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "a2962dd0967d7a16a907f1c63dcb7f83e3bb1795",
      "tree": "230f3377ffc87d51c69237adbe7686599aa37e61",
      "parents": [
        "79b3edc97e31d7016c957af653cd3d459917dea0"
      ],
      "author": {
        "name": "Li Yang",
        "email": "leoli@freescale.com",
        "time": "Wed Oct 31 19:27:56 2007 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:27 2007 -0400"
      },
      "message": "ata/sata_fsl: Kill ata_sg_is_last()\n\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "79b3edc97e31d7016c957af653cd3d459917dea0",
      "tree": "9554966977b3f9d9106274c8fc6fd84f849dd238",
      "parents": [
        "27c96eaabaf6e3cf386a69640d134b34ce51ff13"
      ],
      "author": {
        "name": "Li Yang",
        "email": "leoli@freescale.com",
        "time": "Wed Oct 31 19:27:55 2007 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:27 2007 -0400"
      },
      "message": "ata/sata_fsl: save irq in private data for irq unmapping\n\nPowerpc uses virtual irq which has to be unmapped.\n\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "27c96eaabaf6e3cf386a69640d134b34ce51ff13",
      "tree": "22e5b69e322aafe54faf784f64d2ab33a8a596a8",
      "parents": [
        "1bf617b712380940ed357cb94b488fb262069594"
      ],
      "author": {
        "name": "Li Yang",
        "email": "leoli@freescale.com",
        "time": "Wed Oct 31 19:27:54 2007 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:27 2007 -0400"
      },
      "message": "ata/sata_fsl: Remove deprecated hooks\n\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "1bf617b712380940ed357cb94b488fb262069594",
      "tree": "7e4ce1ddcffabf1fa50a1b41d6edb4318a339e64",
      "parents": [
        "74521c28e550c4ec265cda14114bd9b908e9de34"
      ],
      "author": {
        "name": "Li Yang",
        "email": "leoli@freescale.com",
        "time": "Wed Oct 31 19:27:53 2007 +0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Nov 03 08:46:27 2007 -0400"
      },
      "message": "ata/sata_fsl: Update for ata_link introduction\n\nUpdate the driver to use the newly added ata_link structure.\n\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "74521c28e550c4ec265cda14114bd9b908e9de34",
      "tree": "6e9ab675eb69329db5188783a11a76a826055531",
      "parents": [
        "a89b7717a8c9be41a4856134b60a4d7a66df13f6"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 17:26:06 2007 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Nov 02 19:39:18 2007 -0700"
      },
      "message": "Use i8253.c lock for PC speaker on MIPS, too.\n\nThe Jazz machines have to use the PIT timer for dyntick and highresolution\nkernels.  This may break because currently just like i386 used to do MIPS\nuses two separate spinlocks in the actual PIT code and the PC speaker\ncode.  So switch to do it the same that x86 currently does PIT locking.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a89b7717a8c9be41a4856134b60a4d7a66df13f6",
      "tree": "89578ae1ecf1fb7ac2501d0b3173783b8101d648",
      "parents": [
        "29dd5a7733fcb72696e90247ffbab57b0a591f67",
        "eb76c5c03caaa2b5c362b8514fb727047baa8fd9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Nov 02 19:37:41 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Nov 02 19:37:41 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:\n  Input: linux-input mailing list moved to vger.kernel.org\n  Input: inport, logibm - use KERN_INFO when reporting missing mouse\n  Input: appletouch - idle reset logic broke older Fountains\n  Input: hp_sdc.c - fix section mismatch\n  Input: appletouch - add Johannes Berg as maintainer\n  Input: Add Euro and Dollar key codes\n  Input: xpad - add more USB IDs\n"
    },
    {
      "commit": "29dd5a7733fcb72696e90247ffbab57b0a591f67",
      "tree": "aafbbdc38ea9f9ea42a594fc47b8bd37dc720c23",
      "parents": [
        "71527bf8332ced9a961827272fe2f83fc5514f42",
        "3be51f70e1f5e11a723d28b3dde26bc3aacdbc71"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Nov 02 19:37:26 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Nov 02 19:37:26 2007 -0700"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus\n\n* \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus: (25 commits)\n  [MIPS] Jazz: disable PIT; cleanup R4030 clockevent\n  [MIPS] Bigsur supports highmem.\n  [MIPS] mtx-1: Enable -Werror.\n  [MIPS] mtx-1: Remove unused mtx1_sys_btn.\n  [MIPS] Pb1200: Enable -Werror.\n  [MIPS] Fix and cleanup the MIPS part of the (ab)use of CLOCK_TICK_RATE.\n  [MIPS] SNI: register a02r clockevent; don\u0027t use PIT timer\n  [MIPS] i8253.h: Remove all i8259 related definitions.\n  [MIPS] i8253: Cleanup.\n  [MIPS] Cobalt: Fix IRQ comment; the Cobalt kernel uses CP0 counter now.\n  [MIPS] Pb1200: Fix warning.\n  [MIPS] Pb1200: Fix warning.\n  [MIPS] IP27: Fix build error.\n  [MIPS] Excite: Fix build error.\n  [MIPS] Sibyte: Split and move clock code.\n  [MIPS] Sibyte: Fixes for oneshot timer mode.\n  [MIPS] Sibyte: Remove blank line.\n  [MIPS] Swarm: Fix build failure\n  [MIPS] time: Code cleanups\n  [MIPS] time: Remove now unused local_timer_interrupt.\n  ...\n"
    },
    {
      "commit": "71527bf8332ced9a961827272fe2f83fc5514f42",
      "tree": "ca20ec292a2d3111e2aa06fe01a5635e91a704b1",
      "parents": [
        "434a25d422db13729da14637325875dc64c05faf",
        "acf603513ebc0ebf209f087fb7b9237b0c0a2581"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Nov 02 19:36:26 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Nov 02 19:36:26 2007 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:\n  [WATCHDOG] iTCO_wdt.c ICH8 pci-device-id\u0027s\n  [WATCHDOG] iTCO_wdt.c init \u0026 exit fixes\n  [WATCHDOG] iTCO_wdt.c pci_device_id table clean-up\n  [WATCHDOG] spin_lock_init() fixes\n  [WATCHDOG] Unlock in iTCO_wdt_start when reboot is disabled\n  [WATCHDOG] Add necessary braces to if (...) \\n #if... cases\n  [WATCHDOG] trivial fix two returns in void functions\n"
    },
    {
      "commit": "acf603513ebc0ebf209f087fb7b9237b0c0a2581",
      "tree": "09b66e166391019f1f39eb08c817001f7ff9ca27",
      "parents": [
        "08113e39dfd3d91053e8f1855fc0dc15305fb4c0"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 31 08:23:10 2007 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Nov 02 22:25:43 2007 +0000"
      },
      "message": "[WATCHDOG] iTCO_wdt.c ICH8 pci-device-id\u0027s\n\nAdd the pci-device-id\u0027s for the ICH8M and the ICH8M-E chipsets.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "08113e39dfd3d91053e8f1855fc0dc15305fb4c0",
      "tree": "c1cd9a3de7e0b62169323e6fb913b3cbaa607ea4",
      "parents": [
        "c87b639a2a34ea2912000ee1b1bd313d46fda276"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 31 08:15:34 2007 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Nov 02 22:25:35 2007 +0000"
      },
      "message": "[WATCHDOG] iTCO_wdt.c init \u0026 exit fixes\n\nMark init and exit procedures as __devinit \u0026 _-devexit.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "c87b639a2a34ea2912000ee1b1bd313d46fda276",
      "tree": "df3236ef5fe4148e8637c819321ee93f91db019e",
      "parents": [
        "c7dfd0cca300c5dc49213cf1c78c77393600410d"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Aug 19 20:17:58 2007 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Nov 02 22:25:21 2007 +0000"
      },
      "message": "[WATCHDOG] iTCO_wdt.c pci_device_id table clean-up\n\nMake the pci_device_id table more readable.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "c7dfd0cca300c5dc49213cf1c78c77393600410d",
      "tree": "5a4a5ecb5ab0215113eacf763a9d15500a02b0ee",
      "parents": [
        "2ba7d7b39f3adf3f71aa3acab00111a429056c7d"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@sw.ru",
        "time": "Thu Nov 01 16:27:08 2007 -0700"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Nov 02 19:09:07 2007 +0000"
      },
      "message": "[WATCHDOG] spin_lock_init() fixes\n\nSome watchdog drivers initialize global spinlocks in module\u0027s init function\nwhich is tolerable, but some do it in PCI probe function.  So, switch to\nstatic initialization to fix theoretical bugs and, more importantly, stop\ngiving people bad examples.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@sw.ru\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "3be51f70e1f5e11a723d28b3dde26bc3aacdbc71",
      "tree": "29feea1c950109cba0ec3e68619acb18e64daf77",
      "parents": [
        "651194f82066ba3688630b5a0d79d13d26a7ccbb"
      ],
      "author": {
        "name": "Thomas Bogendoerfer",
        "email": "tsbogend@alpha.franken.de",
        "time": "Fri Nov 02 11:17:13 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:49 2007 +0000"
      },
      "message": "[MIPS] Jazz: disable PIT; cleanup R4030 clockevent\n\nFix ISA irq acknowledge.\nMake r4030 clockevent code look like other mips clockevent code.\n\nSigned-off-by: Thomas Bogendoerfer \u003ctsbogend@alpha.franken.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "651194f82066ba3688630b5a0d79d13d26a7ccbb",
      "tree": "40f6b2d402203946be2d3fca88077b764dae62b6",
      "parents": [
        "9603a23d3b28bc1d52492a927d8256f8c46e8f41"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Nov 01 21:55:39 2007 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:49 2007 +0000"
      },
      "message": "[MIPS] Bigsur supports highmem.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9603a23d3b28bc1d52492a927d8256f8c46e8f41",
      "tree": "fe994eee076b755aec549e4aafd8ce0dc9196db5",
      "parents": [
        "e7c9d6b927191602cf79ea0183727c7112e79673"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Nov 01 16:50:06 2007 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:49 2007 +0000"
      },
      "message": "[MIPS] mtx-1: Enable -Werror.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "e7c9d6b927191602cf79ea0183727c7112e79673",
      "tree": "3888daeb49cc4b1383637ade84957b7e24900ebc",
      "parents": [
        "ae11e3214b0ecfcb2dd2536aab68e8d3834d5c5b"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Nov 01 16:49:12 2007 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:49 2007 +0000"
      },
      "message": "[MIPS] mtx-1: Remove unused mtx1_sys_btn.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ae11e3214b0ecfcb2dd2536aab68e8d3834d5c5b",
      "tree": "db1fd98b3cb7d5c0c377334bdd5477edf0e5b878",
      "parents": [
        "72fc19ff51cc32fe85ddb085cb0622b7b97b2158"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Nov 01 16:46:14 2007 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:48 2007 +0000"
      },
      "message": "[MIPS] Pb1200: Enable -Werror.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "72fc19ff51cc32fe85ddb085cb0622b7b97b2158",
      "tree": "784f9cdfba9a0c34ef994a9619de23e00c3479e5",
      "parents": [
        "c9294022af5022584756d67164e68dba0be9302b"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Nov 01 15:45:37 2007 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:48 2007 +0000"
      },
      "message": "[MIPS] Fix and cleanup the MIPS part of the (ab)use of CLOCK_TICK_RATE.\n\nThis is the clock rate of the i8253 PIT.  A MIPS system may not have\na PIT by the symbol is used all over the kernel including some APIs.\nSo keeping it defined to the number for the PIT is the only sane thing\nfor now.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c9294022af5022584756d67164e68dba0be9302b",
      "tree": "859de6852ed4bf9254a2da8e335c6547c145a377",
      "parents": [
        "f6a8cc31aa23318c6c95aabad7f49874fb79e527"
      ],
      "author": {
        "name": "Thomas Bogendoerfer",
        "email": "tsbogend@alpha.franken.de",
        "time": "Thu Nov 01 11:36:42 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:48 2007 +0000"
      },
      "message": "[MIPS] SNI: register a02r clockevent; don\u0027t use PIT timer\n\nRegister A20R clockevent.\nRemove PIT timer setup because it doesn\u0027t work\n\nSigned-off-by: Thomas Bogendoerfer \u003ctsbogend@alpha.franken.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f6a8cc31aa23318c6c95aabad7f49874fb79e527",
      "tree": "13947191870de7c96e05646ffd2beffcd8846926",
      "parents": [
        "dd3db6eb0e47b4480eeea30394d19bd826e64964"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Nov 01 14:44:57 2007 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:48 2007 +0000"
      },
      "message": "[MIPS] i8253.h: Remove all i8259 related definitions.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "dd3db6eb0e47b4480eeea30394d19bd826e64964",
      "tree": "b568e78a08bfc57d2727d6f887235b8abef02f5d",
      "parents": [
        "9aa4cc11b22ec447b42c5df03fdab5eb748971e2"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Nov 01 14:38:20 2007 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:48 2007 +0000"
      },
      "message": "[MIPS] i8253: Cleanup.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9aa4cc11b22ec447b42c5df03fdab5eb748971e2",
      "tree": "9547849f3716ca354d4d4dea4691dd71c737ba40",
      "parents": [
        "db0c19e1a6abd9a9bdbf3ffbabc1e8e4995cb462"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Thu Nov 01 21:51:23 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:48 2007 +0000"
      },
      "message": "[MIPS] Cobalt: Fix IRQ comment; the Cobalt kernel uses CP0 counter now.\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "db0c19e1a6abd9a9bdbf3ffbabc1e8e4995cb462",
      "tree": "296239b964b471e03deb836e51dbd72ea53115ad",
      "parents": [
        "f5cd9f14e2660e610d8bb99ce723ef098b65ae9c"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Nov 01 12:59:18 2007 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:48 2007 +0000"
      },
      "message": "[MIPS] Pb1200: Fix warning.\n\narch/mips/au1000/pb1200/irqmap.c:101: warning: ignoring return value of \u0027request_irq\u0027, declared with attribute warn_unused_result\n\nAnd while at it a few coding style cleanups.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f5cd9f14e2660e610d8bb99ce723ef098b65ae9c",
      "tree": "0e2a4dda36b6d058c8dedfcba0cab96698a93e54",
      "parents": [
        "c8925297e875168a7c08965b4f80b418524fb8ce"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Nov 01 12:22:53 2007 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:47 2007 +0000"
      },
      "message": "[MIPS] Pb1200: Fix warning.\n\narch/mips/au1000/pb1200/board_setup.c:71: warning: unused variable \u0027pin_func\u0027\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c8925297e875168a7c08965b4f80b418524fb8ce",
      "tree": "3694fb96964d728781203c3069053ec2b880d517",
      "parents": [
        "07f6169cffdca076ef9a67bd69dd1085dc668618"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Nov 01 12:20:51 2007 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:47 2007 +0000"
      },
      "message": "[MIPS] IP27: Fix build error.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "07f6169cffdca076ef9a67bd69dd1085dc668618",
      "tree": "e6cdd0aa35af0bd9f4ff24d1942d375e4caf6f42",
      "parents": [
        "217dd11e9d0442767fa13c9c188be0b92dc93d7e"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Nov 01 12:16:20 2007 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:47 2007 +0000"
      },
      "message": "[MIPS] Excite: Fix build error.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "217dd11e9d0442767fa13c9c188be0b92dc93d7e",
      "tree": "9557e15fbad397fcc5a707e85cf1a68132ee6c31",
      "parents": [
        "f3f9ad0edcc1b7bf154bb34fe3b3f71e5379c9f0"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Nov 01 01:57:55 2007 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:47 2007 +0000"
      },
      "message": "[MIPS] Sibyte: Split and move clock code.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f3f9ad0edcc1b7bf154bb34fe3b3f71e5379c9f0",
      "tree": "d553ebebfad8bf083342e6af704ae62ae252d0f2",
      "parents": [
        "faf2782bf3903391936aba0b575fd39b1da10d00"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Nov 01 00:24:50 2007 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:47 2007 +0000"
      },
      "message": "[MIPS] Sibyte: Fixes for oneshot timer mode.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "faf2782bf3903391936aba0b575fd39b1da10d00",
      "tree": "de4d64d1fd6b26c53791ad18e37b9efc11ba9a3b",
      "parents": [
        "211a29a87cbde00d8c34fb6d92fc91a87c2c9b47"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Nov 01 00:10:07 2007 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:47 2007 +0000"
      },
      "message": "[MIPS] Sibyte: Remove blank line.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "211a29a87cbde00d8c34fb6d92fc91a87c2c9b47",
      "tree": "23c2670f9109cf6baf1cb092b094c6edebf6a9ab",
      "parents": [
        "d9eec1a5d6ae54b0f7562ffe07008a33ac39e8fe"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Wed Oct 31 16:26:56 2007 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:47 2007 +0000"
      },
      "message": "[MIPS] Swarm: Fix build failure\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d9eec1a5d6ae54b0f7562ffe07008a33ac39e8fe",
      "tree": "2da898720a0240a778df00a0488db3f9593da190",
      "parents": [
        "1d0a909cfc41f17175023b939b28322e427746b4"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Wed Oct 31 01:21:03 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 02 16:13:46 2007 +0000"
      },
      "message": "[MIPS] time: Code cleanups\n\n* Do not include unnecessary headers.\n* Do not mention time.README.\n* Do not mention mips_timer_ack.\n* Make clocksource_mips static.  It is now dedicated to c0_timer.\n* Initialize clocksource_mips.read statically.\n* Remove null_hpt_read.\n* Remove an argument of plat_timer_setup.  It is just a placeholder.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    }
  ],
  "next": "1d0a909cfc41f17175023b939b28322e427746b4"
}
