)]}'
{
  "log": [
    {
      "commit": "ba95e4e4a0a8a3c6aba363d45f78d5f2e2d111eb",
      "tree": "886cf3398d3a8e9ca3212dcf233b59110fc87d3d",
      "parents": [
        "499b2ea11ff00c624d63af23516404fa2156639a"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Sat Jan 14 16:18:29 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jan 14 16:18:29 2006 +0000"
      },
      "message": "[ARM] 3104/1: ARM EABI: new helper function names\n\nPatch from Nicolas Pitre\n\nThe ARM EABI defines new names for GCC helper functions.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "499b2ea11ff00c624d63af23516404fa2156639a",
      "tree": "7c63e058acd8f6c6a59b08cc64febf9def142852",
      "parents": [
        "2dede2d8e925f4c2cb4e136b14df127685e15dd3"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Sat Jan 14 16:18:09 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jan 14 16:18:09 2006 +0000"
      },
      "message": "[ARM] 3103/1: ARM EABI: stack pointer must be 64-bit aligned (part 2)\n\nPatch from Nicolas Pitre\n\nWe must make sure that assembly code that modifies the stack pointer\nbefore calling a C function does it so it remains 64-bit aligned.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "2dede2d8e925f4c2cb4e136b14df127685e15dd3",
      "tree": "271b3fb300c5ac143556295d10c6736430ebed85",
      "parents": [
        "da2b1cd61903c8e9796e76be2d606584f26a78e5"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Sat Jan 14 16:18:08 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jan 14 16:18:08 2006 +0000"
      },
      "message": "[ARM] 3102/1: ARM EABI: stack pointer must be 64-bit aligned after a CPU exception\n\nPatch from Nicolas Pitre\n\nThe ARM EABI says that the stack pointer has to be 64-bit aligned for\nreasons already mentioned in patch #3101 when calling C functions.\n\nWe therefore must verify and adjust sp accordingly when taking an\nexception from kernel mode since sp might not necessarily be 64-bit\naligned if the exception occurs in the middle of a kernel function.\n\nIf the exception occurs while in user mode then no sp fixup is needed as\nlong as sizeof(struct pt_regs) as well as any additional syscall data\nstack space remain multiples of 8.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "da2b1cd61903c8e9796e76be2d606584f26a78e5",
      "tree": "75dbc2f10d349a7308e5dccaef85274b2f495c93",
      "parents": [
        "fa0fe48fcca9ea7f8c13e21d2646bbaa1747d183"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Sat Jan 14 16:18:07 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jan 14 16:18:07 2006 +0000"
      },
      "message": "[ARM] 3101/1: ARM EABI: slab memory must be 64-bit aligned\n\nPatch from Nicolas Pitre\n\nAlthough ARM is still using 32-bit pointers, version 5 and later\nversions of the ARM architecture introduced the ldrd and strd\ninstructions to move 64-bit data which must be 64-bit aligned in memory,\nand the EABI includes new constraints on structure data alignment to\nallow for the compiler to use those instructions. This means that any\nslab allocation must start on a 64-bit boundary which is not equivalent\nto BYTES_PER_WORD, especially on those architecture versions that\nimplements the ldrd/strd instructions.\n\nOverriding the default alignment disables some slab debug features. If\nthose debug features are really needed then the kernel will have to be\ncompiled for version 4 of the ARM architecture.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "fa0fe48fcca9ea7f8c13e21d2646bbaa1747d183",
      "tree": "803a155f42d989ad15d3dc74389dfa6277a78895",
      "parents": [
        "5ff3fd27161127cc464fc04548d58672a6a8272a"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Fri Jan 13 21:30:48 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jan 13 21:30:48 2006 +0000"
      },
      "message": "[ARM] Separate VIC (vectored interrupt controller) support from Versatile\n\nOther machines may wish to make use of the VIC support code, so\nmove it to arch/arm/common.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5ff3fd27161127cc464fc04548d58672a6a8272a",
      "tree": "6432d3ae801cc5b673a6865837c7ed1f522292bc",
      "parents": [
        "afeb90ca08000cbd75f22836e667f368e25fe3ac"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Fri Jan 13 21:09:17 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jan 13 21:09:17 2006 +0000"
      },
      "message": "[ARM] Remove useless \u0027default n\u0027 from Kconfig files\n\nThe default is already \u0027n\u0027 so there\u0027s no need to explicitly state it.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "afeb90ca08000cbd75f22836e667f368e25fe3ac",
      "tree": "f9c3b5c842f8db8dc188185b65a0cae311175c47",
      "parents": [
        "e72b04756f16e40dfd6dab3da81e03fe6dfe16e6"
      ],
      "author": {
        "name": "Hyok S. Choi",
        "email": "hyok.choi@samsung.com",
        "time": "Fri Jan 13 21:05:25 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jan 13 21:05:25 2006 +0000"
      },
      "message": "[ARM] Support register switch in nommu mode\n\nThis patch adds register switch support in nommu mode.\n\nSigned-off-by: Hyok S. Choi \u003chyok.choi@samsung.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e72b04756f16e40dfd6dab3da81e03fe6dfe16e6",
      "tree": "1fcdeb3d50aee061ca28bcf848fe9707a2d7a1d9",
      "parents": [
        "946d4935fc61e1479f8c057d58c64110bb43d3b0"
      ],
      "author": {
        "name": "Hyok S. Choi",
        "email": "hyok.choi@samsung.com",
        "time": "Fri Jan 13 21:04:17 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jan 13 21:04:17 2006 +0000"
      },
      "message": "[ARM] start_thread fixup for nommu mode\n\nThis patch supports start_thread in nommu mode which requires the\nbase index register.\n\nSigned-off-by: Hyok S. Choi \u003chyok.choi@samsung.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "946d4935fc61e1479f8c057d58c64110bb43d3b0",
      "tree": "fa922ac26c5ba6bd66e6c5095ceee5cb3613ee92",
      "parents": [
        "2df96b34aae08e0aa688ef7a8444febb8ec44172"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Fri Jan 13 20:51:52 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jan 13 20:51:52 2006 +0000"
      },
      "message": "[ARM] 3260/1: remove phys_ram from struct machine_desc (part 2)\n\nPatch from Nicolas Pitre\n\nThis field is redundent since it must be equal to PHYS_OFFSET anyway.\n\nNow that no code uses it anymore, mark it deprecated and remove all\ninitializations from the tree.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "2df96b34aae08e0aa688ef7a8444febb8ec44172",
      "tree": "76de18247bba9e84f1239c2ada972c511e7f63a1",
      "parents": [
        "3261e362f603cf2649f90e9ad2d1a1f98f69291a"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Fri Jan 13 20:51:46 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jan 13 20:51:46 2006 +0000"
      },
      "message": "[ARM] 3259/1: remove phys_ram from struct machine_desc (part 1)\n\nPatch from Nicolas Pitre\n\nThis field is redundent since it must be equal to PHYS_OFFSET anyway.\n\nFirst, let\u0027s  use PHYS_OFFSET directly instead.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3261e362f603cf2649f90e9ad2d1a1f98f69291a",
      "tree": "73b2469a0af03022217c25eb0469fec8b6d1995c",
      "parents": [
        "dd29c7277126db6884df42d41f2fbe2ebc10041e"
      ],
      "author": {
        "name": "Matt Reimer",
        "email": "mreimer@vpop.net",
        "time": "Fri Jan 13 20:51:44 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jan 13 20:51:44 2006 +0000"
      },
      "message": "[ARM] 3258/1: IMX serial: fix parity\n\nPatch from Matt Reimer\n\nIMX serial parity generation doesn\u0027t work because of a simple logic error. This patch fixes it and now Bluetooth works on R1000.\n\nSigned-off-by: Matt Reimer \u003cmreimer@vpop.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "dd29c7277126db6884df42d41f2fbe2ebc10041e",
      "tree": "24f88807ec27882ace0ac4254a7cac72742d0fa7",
      "parents": [
        "43ecb9a33ba8c93ebbda81d48ca05f0d1bbf9056"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Fri Jan 13 20:51:43 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jan 13 20:51:43 2006 +0000"
      },
      "message": "[ARM] 3257/1: ixp2000: map in scratch and sram\n\nPatch from Lennert Buytenhek\n\nFor the ixp2000 netdev driver, we need to map in a chunk of SRAM (to\nstore the transmit and receive descriptors) and the scratch get/put\narea (so that we can use the scratchpad rings in the cpu for managing\nthe descriptors.)  These are the final two mappings needed for the\nnetdev driver and the last missing piece for the driver in mainline\nto work.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "43ecb9a33ba8c93ebbda81d48ca05f0d1bbf9056",
      "tree": "28e4c9fa3ac800e2799d48e981a25f1403c4502e",
      "parents": [
        "58cba4650a7a414eabd2b40cc9d8e45fcdf192d9",
        "9f3f46b5fe83a56d380d4006dd2cd906bc186f91"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 15:43:39 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 15:43:39 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "58cba4650a7a414eabd2b40cc9d8e45fcdf192d9",
      "tree": "9aedb8e87eba92dc203aa169d4f7459a21be9e34",
      "parents": [
        "37ef4399a6bb265d3035e6d6e45f7677b132a3ba",
        "db1019ca0548b263989bc98900eaf15107e533ad"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 14:00:47 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 14:00:47 2006 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6\n"
    },
    {
      "commit": "37ef4399a6bb265d3035e6d6e45f7677b132a3ba",
      "tree": "31adbac36ea310a44562a335f501d69d5ce2c78c",
      "parents": [
        "bf785ee0aeea7a3e717cb1e11df4135b6cbde7da",
        "9c7d462eda13ca211b7b4a62f191f4cfda135e2d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 13:53:40 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 13:53:40 2006 -0800"
      },
      "message": "Merge branch \u0027drm-forlinus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6\n"
    },
    {
      "commit": "9f3f46b5fe83a56d380d4006dd2cd906bc186f91",
      "tree": "fb8211f13c977dd029b75c9dad263c478522affe",
      "parents": [
        "c9fa7d5d6cec7a45f9dc6c2f23500af50d5617c9"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Dec 09 10:36:09 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Jan 12 16:39:45 2006 -0500"
      },
      "message": "[PATCH] via-velocity: use NETIF_F_IP_CSUM (hardware only support IPv4)\n\nAt least some versions of the via-velocity hardware only support\nchecksumming IPv4 frames in hardware.  However, the driver is currently\nsetting the NETIF_F_HW_CSUM flag, which indicates support for more than\njust IPv4.  This results in errors when trying to use IPv6 over\nvia-velocity hardware.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c9fa7d5d6cec7a45f9dc6c2f23500af50d5617c9",
      "tree": "26706030d54ca3211cf0afa73ab92763cd888a9a",
      "parents": [
        "5af47b2ff124fdad9ba84baeb9f7eeebeb227b43"
      ],
      "author": {
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net",
        "time": "Tue Dec 27 02:14:13 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Jan 12 16:39:45 2006 -0500"
      },
      "message": "[PATCH] fix wrong comments in ieee80211.h\n\nThe comments in ieee80211.h claim that one doesn\u0027t need to set the len\nparameter of the stats struct. But if one doesn\u0027t, the management frames\nare read far over the memory they actually occupy causing badness.\n\nSigned-Off-By: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "5af47b2ff124fdad9ba84baeb9f7eeebeb227b43",
      "tree": "1085c636295cd3f9ade5611f9519d83731e27cdc",
      "parents": [
        "9a6301c114aaab1df6de6fad9899bb89852a7592"
      ],
      "author": {
        "name": "Jay Vosburgh",
        "email": "fubar@us.ibm.com",
        "time": "Mon Jan 09 12:14:00 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Jan 12 16:35:39 2006 -0500"
      },
      "message": "[PATCH] bonding: UPDATED hash-table corruption in bond_alb.c\n\n\tI believe I see the race Michael refers to (tlb_choose_channel\nmay set head, which tlb_init_slave clears), although I was not able to\nreproduce it.  I have updated his patch for the current netdev-2.6.git\ntree and added a version update.  His original comment follows:\n\nOur systems have been crashing during testing of PCI HotPlug\nsupport in the various networking components.  We\u0027ve faulted in\nthe bonding driver due to a bug in bond_alb.c:tlb_clear_slave()\n\nIn that routine, the last modification to the TLB hash table is\nmade without protection of the lock, allowing a race that can lead\ntlb_choose_channel() to select an invalid table element.\n\n\t-J\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "9a6301c114aaab1df6de6fad9899bb89852a7592",
      "tree": "7889afd49f5d4a97434c4bac5995e1828192c96d",
      "parents": [
        "c213460fd4781c04832c81416532d64ae2bfa88b"
      ],
      "author": {
        "name": "Dan Williams",
        "email": "dcbw@redhat.com",
        "time": "Tue Jan 10 00:56:11 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Jan 12 16:34:24 2006 -0500"
      },
      "message": "[PATCH] wireless/atmel: add IWENCODEEXT, IWAUTH, and association event support\n\nThis patch allows the Atmel driver to work correctly with wpa_supplicant\nand other programs that require some conformance with WEXT-18.  It\nshould not affect current behavior of the driver.  The patch does four\nthings:\n\n1) Implements SIOCSIWENCODEEXT, SIOCGIWENCODEEXT, SIOCSIWAUTH, and\nSIOCGIWAUTH calls for unencrypted and WEP operation\n\n2) Accepts zero-filled addresses for SIOCSIWAP, which are legal and\nshould turn off any previous forced WAP address\n\n3) Sends association and de-association events to userspace at most of\nthe appropriate times\n\n4) Fixes erroneous order of CIPHER_SUITE_WEP_* arguments in one location\nwhich are actually unused anyway\n\nSigned-off-by: Dan Williams \u003cdcbw@redhat.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c213460fd4781c04832c81416532d64ae2bfa88b",
      "tree": "eda01454306ecbbaa5693e7afe603f82c2a187d9",
      "parents": [
        "4d3248a29cb78b31bb0520eb99b4be620e810a40"
      ],
      "author": {
        "name": "Eric Sesterhenn / snakebyte",
        "email": "snakebyte@gmx.de",
        "time": "Tue Jan 10 13:16:03 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Jan 12 16:32:35 2006 -0500"
      },
      "message": "[PATCH] replace MODULE_PARM in tulip/uli526x.c\n\nReplace the MODULE_PARM usage in uli526x.c with module_param.\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "4d3248a29cb78b31bb0520eb99b4be620e810a40",
      "tree": "b33b6a028b926c9a260be42534ddf9b998dbb9b2",
      "parents": [
        "a4d00f179fcec7065fe5742e9cebd6500886070f"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@gate.crashing.org",
        "time": "Wed Jan 11 11:27:33 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Jan 12 16:31:52 2006 -0500"
      },
      "message": "[PATCH] gianfar: Use new PHY_ID_FMT macro\n\nMake the driver produce the string used by phy_connect and have board specific\ncode pass the integer mii bus id and phy device id for the specific controller\ninstance.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "a4d00f179fcec7065fe5742e9cebd6500886070f",
      "tree": "1d0fea6521276122c2e767db52bc821241849f8e",
      "parents": [
        "1d5326774c9245fef77334a9e0f11cd4f8aa7b4e"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@gate.crashing.org",
        "time": "Wed Jan 11 11:27:33 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Jan 12 16:31:52 2006 -0500"
      },
      "message": "[PATCH] phy: Added a macro to represent the string format used to match a phy device\n\nAdd the PHY_ID_FMT macro to ensure that the format of the id string used by a\ndriver to match to its specific phy is consistent between the mdio_bus and the\ndriver.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "1d5326774c9245fef77334a9e0f11cd4f8aa7b4e",
      "tree": "20b581ec56b6a336492dd911a19d1d563eed398f",
      "parents": [
        "9c07b884b92c80e9d660b7b9282631fb626451e2"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@gate.crashing.org",
        "time": "Wed Jan 11 11:27:32 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Jan 12 16:31:51 2006 -0500"
      },
      "message": "[PATCH] gianfar mii: Use proper resource for MII memory region\n\nWe can now have the gianfar mii platform device have a proper resource for the\nIO memory region for its registers.  Previously we passed this information\nthat the platform_data structure because we couldn\u0027t handle overlapping memory\nregions for platform devices.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "9c07b884b92c80e9d660b7b9282631fb626451e2",
      "tree": "8478b3cf28d5cacbaaa8a2a3ec6ab15268a72b45",
      "parents": [
        "9ad8b9d1520db4d317d791eeb8d6e47c366be82c"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@gate.crashing.org",
        "time": "Wed Jan 11 11:26:25 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Jan 12 16:31:51 2006 -0500"
      },
      "message": "[PATCH] gfar: fix compile error\n\nMissing include of \u003clinux/in.h\u003e to get definition of IPPROTO_UDP.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "9ad8b9d1520db4d317d791eeb8d6e47c366be82c",
      "tree": "56c7b762ee872047b9e617d9f441d733c58e82e8",
      "parents": [
        "ac7c66698a2c51e4c6a34b84621c79e7cb89e07d"
      ],
      "author": {
        "name": "dann frazier",
        "email": "dannf@dannf.org",
        "time": "Wed Jan 11 11:26:24 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Jan 12 16:31:51 2006 -0500"
      },
      "message": "[PATCH] CONFIG_AIRO needs CONFIG_CRYPTO\n\nairo.c currently has MICSUPPORT enabled, which requires CONFIG_CRYPTO.  A\nuser reported a build failure which is due to the lack of a Kconfig\ndependency.  See http://bugs.debian.org/344205.\n\nThis patch makes Kconfig enforce this dependency.\n\nSigned-off-by: dann frazier \u003cdannf@debian.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "ac7c66698a2c51e4c6a34b84621c79e7cb89e07d",
      "tree": "e128ebef78d7250fe7351580d7d44646faab9de5",
      "parents": [
        "bf785ee0aeea7a3e717cb1e11df4135b6cbde7da"
      ],
      "author": {
        "name": "ODonnell, Michael",
        "email": "Michael.ODonnell@stratus.com",
        "time": "Wed Jan 11 11:26:22 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Jan 12 16:31:51 2006 -0500"
      },
      "message": "[PATCH] corruption during e100 MDI register access\n\nWe have identified two related bugs in the e100 driver.\n\nBoth bugs are related to manipulation of the MDI control register.\n\nThe first problem is that the Ready bit is being ignored when writing to\nthe Control register; we noticed this because the Linux bonding driver\nwould occasionally come to the spurious conclusion that the link was down\nwhen querying Link State.  It turned out that by failing to wait for a\nprevious command to complete it was selecting what was essentially a random\nregister in the MDI register set.  When we added code that waits for the\nReady bit (as shown in the patch file below) all such problems ceased.\n\nThe second problem is that, although access to the MDI registers involves\nmultiple steps which must not be intermixed, nothing was defending against\ntwo or more threads attempting simultaneous access.  The most obvious\nsituation where such interference could occur involves the watchdog versus\nioctl paths, but there are probably others, so we recommend the locking\nshown in our patch file.\n\nSigned-off-by: Michael O\u0027Donnell \u003cMichael.ODonnell@stratus.com\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nCc: John Ronciak \u003cjohn.ronciak@intel.com\u003e\nCc: Ganesh Venkatesan \u003cganesh.venkatesan@intel.com\u003e\nCc: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "bf785ee0aeea7a3e717cb1e11df4135b6cbde7da",
      "tree": "32ae52ad51c2a3952f2e1a2af9217717954fa593",
      "parents": [
        "8b87e1baff24e586c3fe6c168843d213119bf4dd",
        "00431707be0cc1236ee08459367872b57da5be29"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 12:23:49 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 12:23:49 2006 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "8b87e1baff24e586c3fe6c168843d213119bf4dd",
      "tree": "419c0f4cbcc2d211e99a445984f569e6ae612eb2",
      "parents": [
        "a2b421fee37d34c09bd2a14d3e9294f838c64370",
        "f392ecfa12de9a2baf72789b00557bac040d6171"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 12:23:03 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 12:23:03 2006 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-serial\n"
    },
    {
      "commit": "a2b421fee37d34c09bd2a14d3e9294f838c64370",
      "tree": "2fa074f1e80f7f46ddcc7503c9834009b6b845f7",
      "parents": [
        "ba027def7be0d6494b72603d5758acc0fb1c7514",
        "a621aaed690b9439141c555941b6af53873f6ff1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 12:22:17 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 12:22:17 2006 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-mmc\n"
    },
    {
      "commit": "ba027def7be0d6494b72603d5758acc0fb1c7514",
      "tree": "0390413d299350f838f2fc01ae222d8d3cdf6194",
      "parents": [
        "661dd5c840851194c7ee5a2603d5354dcf9bd212"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "axboe@suse.de",
        "time": "Thu Jan 12 20:44:12 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 12:00:47 2006 -0800"
      },
      "message": "[PATCH] Revert ide softirq handling\n\nThere\u0027s a problem with the REQ_BLOCK_PC handling as well (bad -\u003edata_len\nhandling) where it could actually complete a request ahead of time.  I\nsuggest we just back this out for now, I will resubmit it later when I\u0027m\nfully confident in it.\n\nThis reverts commit 8672d57138b34447719cd7749f3d21070e1175a1\n\nSigned-off-by: Jens Axboe \u003caxboe@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f392ecfa12de9a2baf72789b00557bac040d6171",
      "tree": "e406fbff12d8b7fa173a23f871d1b3b24473d144",
      "parents": [
        "593195f9b2309693f27b402f34573f7920b82c3e"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@infradead.org",
        "time": "Thu Jan 12 18:44:32 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jan 12 18:44:32 2006 +0000"
      },
      "message": "[SERIAL] turn serial semaphores into mutexes\n\nTurn several drivers/serial/ semaphores-used-as-mutex into mutexes\n\nSigned-off-by: Arjan van de Ven \u003carjan@infradead.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a621aaed690b9439141c555941b6af53873f6ff1",
      "tree": "47d08433a946e34299556a9e23482582ffb911c0",
      "parents": [
        "593195f9b2309693f27b402f34573f7920b82c3e"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@infradead.org",
        "time": "Thu Jan 12 18:43:35 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jan 12 18:43:35 2006 +0000"
      },
      "message": "[MMC+MFD] Convert mmc to mutexes\n\nconvert mfd and mmc to mutexes\n\nSigned-off-by: Arjan van de Ven \u003carjan@infradead.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "00431707be0cc1236ee08459367872b57da5be29",
      "tree": "0a57cbf54f1fcc9ef2852e68e96c3b99e1b903d8",
      "parents": [
        "f4619025a51747a3788fd1bb6bdc46e368a889a7"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@infradead.org",
        "time": "Thu Jan 12 18:42:23 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jan 12 18:42:23 2006 +0000"
      },
      "message": "[ARM] Convert some arm semaphores to mutexes\n\nThe arm clock semaphores are strict mutexes, convert them to the new\nmutex implementation\n\nSigned-off-by: Arjan van de Ven \u003carjan@infradead.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "661dd5c840851194c7ee5a2603d5354dcf9bd212",
      "tree": "ae8698638f21deeca51c1522bb8ccfd6a7735770",
      "parents": [
        "45bfe98bd790b5ded00462cd582effcfb42263cc",
        "c9db4fa11526affde83603fe52595bd1260c1354"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 10:22:11 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 10:22:11 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/hrtimer-2.6\n"
    },
    {
      "commit": "45bfe98bd790b5ded00462cd582effcfb42263cc",
      "tree": "d4a1f2c5303dda106635b615f8f40ea9104bf25e",
      "parents": [
        "9f5974c8734d83d4ab7096ed98136a82f41210d6",
        "624cee31bcb14bfd85559fbec5dd7bb833542965"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 10:21:22 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 10:21:22 2006 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge\n\nFix up delete/modify conflict of arch/ppc/kernel/process.c by hand (it\u0027s\ngone, gone, gone).\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "db1019ca0548b263989bc98900eaf15107e533ad",
      "tree": "19c399ec6345d8e91103b3b3625238f914246364",
      "parents": [
        "f542ff6dd1a444c85cc245ac40aef5f703e48674"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Tue Jan 10 19:19:37 2006 +0100"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jan 12 18:48:16 2006 +0100"
      },
      "message": "[PATCH] pcmcia: runtime powermanagement interface\n\nWith the \"power/state\" sysfs interface being deprecated, make another\none available which is compatible to what was discussed on the linux\nPM mailinglist.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n"
    },
    {
      "commit": "f542ff6dd1a444c85cc245ac40aef5f703e48674",
      "tree": "0cd8b7d6306e23341815a379ecebf11fcd90aebd",
      "parents": [
        "9f5974c8734d83d4ab7096ed98136a82f41210d6"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Tue Jan 10 19:06:33 2006 +0100"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jan 12 18:48:15 2006 +0100"
      },
      "message": "[PATCH] pcmcia: add new IDs for serial_cs.c\n\nAdd IDs for Sierra Aircard 55 CDMA 1xrtt Modem -- a CIS update is required\nfor this card.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n"
    },
    {
      "commit": "f4619025a51747a3788fd1bb6bdc46e368a889a7",
      "tree": "81b5c860e1e9b08dbf8ba292ae17eb9ac688f23a",
      "parents": [
        "90303b102353302e84758f245906368907e6a23b"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Jan 12 17:17:57 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jan 12 17:17:57 2006 +0000"
      },
      "message": "[ARM] Allow r2 to be passed through the decompressor to the kernel\n\nThis is part of a patch from Marc Singer to allow r2 to be\npassed to the kernel.  Marc\u0027s original comments follow:\n\nThis revised R2 (atags pointer) patch incorporates comments from Nico\nPitre and Ben Dooks. It modifies the head.S files such that the R2\nvalue set by the bootloader is conveyed to the kernel startup code.\nThe kernel head.S heuristically validates the pointer. It will set R2\nto zero if it believes the pointer is invalid. Presently, it requires\nthat the ATAGS list reside in the first 16KiB of physical RAM.\nRelaxing this contraint may be both desirable as well as tricky.\n\nSigned-off-by: Marc Singer \u003celf@buici.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "9f5974c8734d83d4ab7096ed98136a82f41210d6",
      "tree": "6f328555796bafefb74936ab68128aa84efd28b1",
      "parents": [
        "a2d823bf13efea4c859376f6e85c49cfbad7ab60",
        "ddae9c2ea79449beb00027cf77fca6dc489f2d15"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:10:34 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:10:34 2006 -0800"
      },
      "message": "Merge git://oss.sgi.com:8090/oss/git/xfs-2.6\n"
    },
    {
      "commit": "a2d823bf13efea4c859376f6e85c49cfbad7ab60",
      "tree": "0fd97fcd135e9a60adb08c62034f6fc2388120e1",
      "parents": [
        "3c9757b7c28161e073e7f408978b7ed01925924c"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:40 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:06 2006 -0800"
      },
      "message": "[PATCH] m68k: console code in head.S needs framebuffer support built in\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3c9757b7c28161e073e7f408978b7ed01925924c",
      "tree": "bcaa65fc847c5053453645a6e0e19c5f3581f0f3",
      "parents": [
        "ed1705afb93409a3e345d653be9d263984aa5c1b"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:40 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:05 2006 -0800"
      },
      "message": "[PATCH] m68k: fix PIO case in esp\n\nwe always set -\u003eSCp.ptr to physical address of buffer; for DMA that\u0027s\njust what we need, but we end up using it as virtual address in PIO\ncase of esp_do_data(), with obvious breakage as soon as memory mapping\nbecomes non-trivial.  The fix is obvious.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ed1705afb93409a3e345d653be9d263984aa5c1b",
      "tree": "8184e459ba4f532de1339157f0e3a1236c0722d3",
      "parents": [
        "54a5a6eb5842d68fe0aaa60d50fdea532c19770b"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:39 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:05 2006 -0800"
      },
      "message": "[PATCH] m68k: fix macfb init\n\nTo be used by module_init() function should return int; same for functions\nthat have \"return -ENODEV;\" in them, actually ;-)\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "54a5a6eb5842d68fe0aaa60d50fdea532c19770b",
      "tree": "d2684da4b1253453f41003c2597c60bf9c2bafd6",
      "parents": [
        "a763be5c1aace94cf4adfc5ea164f5b0d2d255cd"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:38 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:05 2006 -0800"
      },
      "message": "[PATCH] m68k: fix reference to init_task in vmlinux-sun3.lds\n\nit\u0027s *(.data.init_task), not init_task...\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a763be5c1aace94cf4adfc5ea164f5b0d2d255cd",
      "tree": "33f4e1aa438814a65492b4cb7fdd57b912b3c022",
      "parents": [
        "639074354bb371feb2dde409b2ce05d56afef02b"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:37 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:05 2006 -0800"
      },
      "message": "[PATCH] m68k: fix use of void foo(void) asm(\"bar\") in traps.c\n\nwith gcc4 these have file scope, so having them different in different\nblocks doesn\u0027t work anymore\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "639074354bb371feb2dde409b2ce05d56afef02b",
      "tree": "2524111d2bc4531e3cbd280f1b02d656b41c41d4",
      "parents": [
        "0c79358b874af31430cf8d26540ae7b8713505f6"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:36 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:05 2006 -0800"
      },
      "message": "[PATCH] m68k: kill mach_floppy_setup, convert to proper __setup() in drivers\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0c79358b874af31430cf8d26540ae7b8713505f6",
      "tree": "82f5c96e8968fb93f08db1daa0ca6b8f98b9fdc7",
      "parents": [
        "35efbcabdc217f2b3a73bf3b895559e8f269e258"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:35 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:05 2006 -0800"
      },
      "message": "[PATCH] m68k: Moved initialisation of conswitchp from subarches to global arch setup\n\nSigned-off-by: Kars de Jong \u003cjongk@linux-m68k.org\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "35efbcabdc217f2b3a73bf3b895559e8f269e258",
      "tree": "85077309dff12435d4dfe9419399e6beab7ec424",
      "parents": [
        "a5d361fc24b75ea51e219367ee32c64422a2134f"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:34 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:04 2006 -0800"
      },
      "message": "[PATCH] m68k: cast in strnlen switched to unsigned long\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a5d361fc24b75ea51e219367ee32c64422a2134f",
      "tree": "a81fe8cae7e440b97fe9114ee10af7b9ff5625da",
      "parents": [
        "031eb4cddec7a4825212ece47de4bd64cd8e0bee"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:34 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:04 2006 -0800"
      },
      "message": "[PATCH] m68k: NULL noise removal\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "031eb4cddec7a4825212ece47de4bd64cd8e0bee",
      "tree": "0d421db4aada37806e8ce0202a05fb3914895228",
      "parents": [
        "d998265feb7cbcf74e27e3057dac309dcad47bf7"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:33 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:04 2006 -0800"
      },
      "message": "[PATCH] m68k: dmasound __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d998265feb7cbcf74e27e3057dac309dcad47bf7",
      "tree": "96f84172a1c79b27f138be40d3773758b3d9dec5",
      "parents": [
        "3728d254def75837bf57aa4f897ba4f3a3e82d0b"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:32 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:04 2006 -0800"
      },
      "message": "[PATCH] m68k: zorro __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3728d254def75837bf57aa4f897ba4f3a3e82d0b",
      "tree": "b2643a959129c19c0ef76588f85b79210fde055c",
      "parents": [
        "d85f6891aa143bed92590e10e210e7e102bbb2a1"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:31 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:04 2006 -0800"
      },
      "message": "[PATCH] m68k: amifb __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d85f6891aa143bed92590e10e210e7e102bbb2a1",
      "tree": "ce1ea8a89499bcd3b9a20bcb70e49e7edccceddc",
      "parents": [
        "ab14caec7a5f0d9569c8a9dd2ad62e89b220c968"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:31 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:04 2006 -0800"
      },
      "message": "[PATCH] m68k: dsp56k __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ab14caec7a5f0d9569c8a9dd2ad62e89b220c968",
      "tree": "35a1c1945a0531b1ceb642244d99df23b1ae35b4",
      "parents": [
        "2c7af51129161a7a3dc4169c984964912f1f4822"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:30 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:03 2006 -0800"
      },
      "message": "[PATCH] m68k: amiserial __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2c7af51129161a7a3dc4169c984964912f1f4822",
      "tree": "4d13ffe5b34dcb9f3c65d99661bf464cefe58df7",
      "parents": [
        "8a423e542b4a9af45ac0106ab8275760af770793"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:29 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:03 2006 -0800"
      },
      "message": "[PATCH] m68k: ataflop __user annotations, NULL noise removal\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8a423e542b4a9af45ac0106ab8275760af770793",
      "tree": "5d21bac2d641afcc6e908ea82c98dd52980c561c",
      "parents": [
        "6225d85f171f8b7a776850d30352bd196f9bd0d6"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:28 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:03 2006 -0800"
      },
      "message": "[PATCH] m68k: amiflop __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6225d85f171f8b7a776850d30352bd196f9bd0d6",
      "tree": "3a3139d1428a78152b383509aaebc04d0a45904e",
      "parents": [
        "350c20a6fd24b2a3265f7ca440aa17570e89e2cd"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:28 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:03 2006 -0800"
      },
      "message": "[PATCH] m68k: checksum __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "350c20a6fd24b2a3265f7ca440aa17570e89e2cd",
      "tree": "3e10994ff5c6c8f31db2a71b71099c409235bc18",
      "parents": [
        "1b7bb54a417ca73eefc52df3702ff5167b46dc89"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:27 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:03 2006 -0800"
      },
      "message": "[PATCH] m68k: syscalls __user annotation\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1b7bb54a417ca73eefc52df3702ff5167b46dc89",
      "tree": "d54252ef62ea1e140613d20a7cbf6f1efaf0aba2",
      "parents": [
        "2382f77ffcde32e5195d5c82fee91171bb764c1a"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:26 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:03 2006 -0800"
      },
      "message": "[PATCH] m68k: rtc __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2382f77ffcde32e5195d5c82fee91171bb764c1a",
      "tree": "a63001b229c1a6f89459f8bfcba6a40950bd92eb",
      "parents": [
        "11c40f8a6ac8bd057043b1f9e7c9490c0e6149f3"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:25 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:02 2006 -0800"
      },
      "message": "[PATCH] m68k: signal __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "11c40f8a6ac8bd057043b1f9e7c9490c0e6149f3",
      "tree": "2086869126f3e327f96f41cb3b85a8f4399e2ef1",
      "parents": [
        "ad9ec4f8de264903c6b5ba7ae8d8e96432188858"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:24 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:02 2006 -0800"
      },
      "message": "[PATCH] m68k: basic __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ad9ec4f8de264903c6b5ba7ae8d8e96432188858",
      "tree": "9ae7f2625eaa777abdb6b5cb2d505361d37ae675",
      "parents": [
        "9a4729118c8851bce709a00eba1b3a8f1fd9ed58"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:24 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:02 2006 -0800"
      },
      "message": "[PATCH] m68k: basic iomem annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9a4729118c8851bce709a00eba1b3a8f1fd9ed58",
      "tree": "5941c25f7fb53ad4d607a9449db693c6f95bf40f",
      "parents": [
        "3756513d5fdc7b4ba814419165afcd10c6b1618d"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:23 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:02 2006 -0800"
      },
      "message": "[PATCH] m68k: compile fixes for dmasound (static vs. extern)\n\nsound/oss/dmasound/dmasound_atari.c has static expand_bal\nsound/oss/dmasound/dmasound_q40.c has static expand_bal\nsound/oss/dmasound/dmasound_awacs.c has non-static expand_bal\nsound/oss/dmasound/trans_16.c uses expand_bal from dmasound_awacs.c\nall 4 include dmasound.h; extern for expand_bal used to be there,\nwhich is a bloody bad idea, considering _atari and _q40.  Moved the\nextern to trans_16.c.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3756513d5fdc7b4ba814419165afcd10c6b1618d",
      "tree": "1ff57ecd55df8ff372143ac94ff419658ce0a7b6",
      "parents": [
        "815f597be444e5f9f5b4dbd65b862208d5253598"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:22 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:02 2006 -0800"
      },
      "message": "[PATCH] m68k: lvalues abuse in dmasound\n\nCast is not an lvalue\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "815f597be444e5f9f5b4dbd65b862208d5253598",
      "tree": "0ef609a079829fc68fe1bfe289709e7c16a3cae6",
      "parents": [
        "09cc07a5c7996192cc19c79c8aac5a4a22528059"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:21 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:02 2006 -0800"
      },
      "message": "[PATCH] m68k: dmasound_paula.c lvalues abuse (from m68k CVS)\n\nAvoid warnings about use of cast expressions as lvalues\n\nSigned-off-by: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "09cc07a5c7996192cc19c79c8aac5a4a22528059",
      "tree": "839f0352cdf059938307e7b0eb3443da61cac547",
      "parents": [
        "0efb71348249903c54e71f26927cfc94ba186dfb"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:21 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:01 2006 -0800"
      },
      "message": "[PATCH] m68k: lvalues abuse in mac8390\n\nCast is not an lvalue\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0efb71348249903c54e71f26927cfc94ba186dfb",
      "tree": "041c42c3f5ab97486bcf4722109a434d542552a8",
      "parents": [
        "7f2633388d64c0489516af04e0d4cd9f01397a94"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:20 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:01 2006 -0800"
      },
      "message": "[PATCH] m68k: bogus function argument types (sun3_pgtable.h)\n\nfunction arguments can\u0027t be inline, TYVM...\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7f2633388d64c0489516af04e0d4cd9f01397a94",
      "tree": "b116bd1e17c2eda24e43f829df468c58e71bb5ab",
      "parents": [
        "77add9f3e6a486e5623f3e693ded216f155bd2a5"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:19 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:01 2006 -0800"
      },
      "message": "[PATCH] m68k: broken constraints on mulu.l\n\nToo permissive constraint on mulu.l - the first argument should not be\nan a-register.  Fixed by replacing \"g\" with \"dm\"; with older gcc we got\nlucky and it had never attempted mulu.l %a0, %d1:%d0.  These days it\ndoes, with predictable objections from as(1).\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "77add9f3e6a486e5623f3e693ded216f155bd2a5",
      "tree": "56f74f931a03f566011d0d946f69a17acd9e34b6",
      "parents": [
        "84a65cc6c18848fcee9c9ae8766bb5c60787d21b"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:18 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:01 2006 -0800"
      },
      "message": "[PATCH] m68k: memory input should be an lvalue (mac/misc.c)\n\ngcc4 is less forgiving and wants memory inputs to be real lvalues; variable\nadded and value stored in it explicitly before doing __asm__.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "84a65cc6c18848fcee9c9ae8766bb5c60787d21b",
      "tree": "150a192c13d9a0970907a34e40306bdf3f3b894d",
      "parents": [
        "6ebf21ac7cefce035452f34971f6825641791015"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:17 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:01 2006 -0800"
      },
      "message": "[PATCH] m68k: static vs. extern in amigaints.h\n\nextern declaration of static object removed from header\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6ebf21ac7cefce035452f34971f6825641791015",
      "tree": "e06eaf29c938e6b08397f6292e0869e050f46fe3",
      "parents": [
        "df87ac96140ef216e31b859868743d43732686de"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:17 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:01 2006 -0800"
      },
      "message": "[PATCH] m68k: static vs. extern in sun3ints.h\n\nextern declaration of static object removed from header\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "df87ac96140ef216e31b859868743d43732686de",
      "tree": "0f6d9e458c7794aaa34587c1082c8f32fd008b6a",
      "parents": [
        "aa7e02fe3786b524dde18d24f0c5a718182c72a2"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:16 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:00 2006 -0800"
      },
      "message": "[PATCH] m68k: static vs. extern in scc.h\n\nextern declaration before the static one\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "aa7e02fe3786b524dde18d24f0c5a718182c72a2",
      "tree": "0b57c959cd852fe6a71ab0c82b55dff0fc2154ec",
      "parents": [
        "641940611478df8b63f581310b9d51806dda3212"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:15 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:00 2006 -0800"
      },
      "message": "[PATCH] m68k: isa_{type,sex} should be exported\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "641940611478df8b63f581310b9d51806dda3212",
      "tree": "8c55714d905ef06814c161a87e7352d843fad84c",
      "parents": [
        "cef46b1f10ab67c2a00d866413b9e7e26aae9eed"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:14 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:00 2006 -0800"
      },
      "message": "[PATCH] m68k: oktagon makefile fix\n\noktagon_esp is described as modular.  However, drivers/scsi/Makefile doesn\u0027t\nhandle it right - it\u0027s multi-object module, with one of the parts being built\nfrom .S.  Current makefile tries to declare each part a module of its own;\nthat not only wouldn\u0027t work (oktagon_io.o doesn\u0027t have the right parts for\nthat), it actually doesn\u0027t even build since kbuild doesn\u0027t believe in\nsingle-object modules built from .S.  Turned into proper multi-object\nmodule...\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cef46b1f10ab67c2a00d866413b9e7e26aae9eed",
      "tree": "b2804e2e05461b7dbc1d0c3fcfd5cf93cfb71e45",
      "parents": [
        "3272244c2b1a8f13cec83c04b8245fa7fcb47a27"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:13 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:00 2006 -0800"
      },
      "message": "[PATCH] m68k: dumb typo in atyfb\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3272244c2b1a8f13cec83c04b8245fa7fcb47a27",
      "tree": "dd6db1d885d98ac5f945d676961b3e267ed31440",
      "parents": [
        "b4290a23cfa9040e2f0de5ab57d6ea65abaf053b"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:13 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:00 2006 -0800"
      },
      "message": "[PATCH] m68k: switch mac/misc.c to direct use of appropriate cuda/pmu/maciisi requests\n\nkill ADBREQ_RAW use, replace adb_read_time(), etc.  with per-type variants,\neliminated remapping from pmu ones, fix the ifdefs (PMU-\u003ePMU68K)\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b4290a23cfa9040e2f0de5ab57d6ea65abaf053b",
      "tree": "592b8ecd6a2a4b618c5de1a2573f79cd932df31e",
      "parents": [
        "198a4101197797fd9cee40c17dc285dc84c5d745"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:12 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:09:00 2006 -0800"
      },
      "message": "[PATCH] m68k: namespace pollution fix (custom-\u003eamiga_custom)\n\nin amigahw.h custom renamed to amiga_custom, in drivers with few instances the\nsame replacement, in the rest - #define custom amiga_custom in driver itself\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "198a4101197797fd9cee40c17dc285dc84c5d745",
      "tree": "d3478dfa6f1ad8c9e2caf8628df1bbcdc88bc00e",
      "parents": [
        "85b07cd1aa50aca8331e5dfe3b2ccb2eb391b183"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:11 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:59 2006 -0800"
      },
      "message": "[PATCH] m68k: compile fix - updated vmlinux.lds to include LOCK_TEXT\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "85b07cd1aa50aca8331e5dfe3b2ccb2eb391b183",
      "tree": "959d39c4d7072a9266b0989c13f5c7ece8656c9f",
      "parents": [
        "f5a61d0c13db3522a996075bc1b1884a8af2ed37"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:10 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:59 2006 -0800"
      },
      "message": "[PATCH] m68k: compile fix - hardirq checks were in wrong place\n\nmove the sanity check for NR_IRQS being no more than 1\u003c\u003cHARDIRQ_BITS from\nasm-m68k/hardirq.h to asm-m68k/irq.h; needed since NR_IRQS is not necessary\nknow at the points of inclusion of asm/hardirq.h due to the rather ugly header\ndependencies on m68k.  Fix is by far simpler than trying to massage those\ndependencies...\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f5a61d0c13db3522a996075bc1b1884a8af2ed37",
      "tree": "e234cb428cb501206e48b654ca6dc82cb389447e",
      "parents": [
        "75bb07e788abb060cc93b6f4dc48a70a53c1406b"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:09 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:59 2006 -0800"
      },
      "message": "[PATCH] death of get_thread_info/put_thread_info\n\n{get,put}_thread_info() were introduced in 2.5.4 and never\nhad been called by anything in the tree.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "75bb07e788abb060cc93b6f4dc48a70a53c1406b",
      "tree": "a7c050e5ada04c8900f23e057c425b51c2a96712",
      "parents": [
        "dc8f6029cd51af1b148846a32e68d69013a5cc0f"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:08 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:59 2006 -0800"
      },
      "message": "[PATCH] mips: task_stack_page()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dc8f6029cd51af1b148846a32e68d69013a5cc0f",
      "tree": "64288cee77b341c2c39accbe5f593ff9445e18f1",
      "parents": [
        "40bc9c671a9f0a5189c07a2b4280aec9b40e30cd"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:07 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:59 2006 -0800"
      },
      "message": "[PATCH] mips: task_thread_info()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "40bc9c671a9f0a5189c07a2b4280aec9b40e30cd",
      "tree": "b44709dbe0a5f825f6fc0a0e0bfeac1028d8c443",
      "parents": [
        "6450578f32cdca587ae5f148e2118b2fcc36bb11"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:07 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:58 2006 -0800"
      },
      "message": "[PATCH] mips: task_pt_regs()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6450578f32cdca587ae5f148e2118b2fcc36bb11",
      "tree": "91ad424aae66d72fc370dc624fca3f42d830675b",
      "parents": [
        "ab03591db110e8d195d381a68692eb37da981cdf"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:06 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:58 2006 -0800"
      },
      "message": "[PATCH] ia64: task_pt_regs()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ab03591db110e8d195d381a68692eb37da981cdf",
      "tree": "2ebf699572844388ee9a12407e31d2915a399cb5",
      "parents": [
        "718d6114fcd894bf4d3527b9e206a1cbcaaae35d"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:05 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:58 2006 -0800"
      },
      "message": "[PATCH] ia64: task_thread_info()\n\non ia64 thread_info is at the constant offset from task_struct and stack\nis embedded into the same beast.  Set __HAVE_THREAD_FUNCTIONS, made\ntask_thread_info() just add a constant.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "718d6114fcd894bf4d3527b9e206a1cbcaaae35d",
      "tree": "3a247a3f9201657ff67735b559984b87ecb1b12f",
      "parents": [
        "cfa0f29b6da2c4d45ecdeaabe17af4c4adc47c05"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:04 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:58 2006 -0800"
      },
      "message": "[PATCH] cris: task_thread_info()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cfa0f29b6da2c4d45ecdeaabe17af4c4adc47c05",
      "tree": "b510b043f7762f6bd3089065310015ad96f8b65c",
      "parents": [
        "95ca0dc603ab58f3e4c5a1c23f675bd1f5b5fef3"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:04 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:58 2006 -0800"
      },
      "message": "[PATCH] cris: fix KSTK_EIP\n\ncris KSTK_EIP looked for pt_regs at the right offset but from the wrong\nplace - forgotten -\u003ethread_info\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "95ca0dc603ab58f3e4c5a1c23f675bd1f5b5fef3",
      "tree": "367ddcc3858b9c3e852ea2f6bafaffd43424c9e5",
      "parents": [
        "0cec6fd1370807f98934e84c9e6147335b81d8a5"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:03 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:58 2006 -0800"
      },
      "message": "[PATCH] cris: task_pt_regs()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0cec6fd1370807f98934e84c9e6147335b81d8a5",
      "tree": "ead813727b785ec973ef88158895cca381a25027",
      "parents": [
        "b5e2fc1c6259e6f26bc4ae4de697da1f8da0edec"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:02 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:57 2006 -0800"
      },
      "message": "[PATCH] powerpc: task_stack_page()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b5e2fc1c6259e6f26bc4ae4de697da1f8da0edec",
      "tree": "a30c0c897bd0b6e529b6ef760f6bd44775cfb7d3",
      "parents": [
        "ee8c1dd44305cca9d0ded248de991f67b55ec622"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:01 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:57 2006 -0800"
      },
      "message": "[PATCH] powerpc: task_thread_info()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ee8c1dd44305cca9d0ded248de991f67b55ec622",
      "tree": "59d5e3b0cfa58390f793223eb8b3a779fc61c2d6",
      "parents": [
        "7fdf0d7a2012e560fee738bfd7f2af26faeb3a39"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:01 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:57 2006 -0800"
      },
      "message": "[PATCH] sh64: task_stack_page()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7fdf0d7a2012e560fee738bfd7f2af26faeb3a39",
      "tree": "385216347b902e00104ec01a53c5c6ba020d390c",
      "parents": [
        "02ef691f6ce4097da5617ebf59493487cb2b4f82"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:06:00 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:57 2006 -0800"
      },
      "message": "[PATCH] arm26: task_stack_page()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "02ef691f6ce4097da5617ebf59493487cb2b4f82",
      "tree": "d8622de19098caeed92142a5edfe7d0df04f98a4",
      "parents": [
        "697102cda5c5e778d0bc3b4b9f8d935f4fe64125"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:05:59 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:57 2006 -0800"
      },
      "message": "[PATCH] arm26: task_pt_regs()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "697102cda5c5e778d0bc3b4b9f8d935f4fe64125",
      "tree": "c97150b6f2a80b014026fbf496f8259937fdac3a",
      "parents": [
        "32d39a9355780bc9aadcf76a2d2004bdbe0f4665"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:05:59 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:57 2006 -0800"
      },
      "message": "[PATCH] arm26: task_thread_info()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "32d39a9355780bc9aadcf76a2d2004bdbe0f4665",
      "tree": "bd3003a3b13be7d4766e63dbb4c95472bc708125",
      "parents": [
        "552058239238342dfd2fa8d33a299a162b1a4f05"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:05:58 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:56 2006 -0800"
      },
      "message": "[PATCH] arm: task_stack_page()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "552058239238342dfd2fa8d33a299a162b1a4f05",
      "tree": "c68f755bcff4d8b1afd931e81187d4065935d4f8",
      "parents": [
        "815d5ec86eb8d5f57e5e4aa147bd1fb6338c58ac"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:05:57 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:56 2006 -0800"
      },
      "message": "[PATCH] arm: end_of_stack()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "815d5ec86eb8d5f57e5e4aa147bd1fb6338c58ac",
      "tree": "fe2e78f38963c0de63e032ec84b25a56ce963bd1",
      "parents": [
        "e7c1b32fd354c34c4dceb1736a485bc5d91f7c43"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:05:57 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:55 2006 -0800"
      },
      "message": "[PATCH] arm: task_pt_regs()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e7c1b32fd354c34c4dceb1736a485bc5d91f7c43",
      "tree": "165e0b0f4cf5cc3e393e66fedf4e81d90cf7297c",
      "parents": [
        "68f8b1f8f113fcbc8d8e835f174b97cdaf96af20"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:05:56 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:55 2006 -0800"
      },
      "message": "[PATCH] arm: task_thread_info()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "68f8b1f8f113fcbc8d8e835f174b97cdaf96af20",
      "tree": "0064610b7aefea6f3740dd88d7a27d10514a61f3",
      "parents": [
        "40f1f0deaff90b78b81dbba109bfa1cef241ec16"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:05:55 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:55 2006 -0800"
      },
      "message": "[PATCH] h8300: task_stack_page()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "40f1f0deaff90b78b81dbba109bfa1cef241ec16",
      "tree": "d4c3ca3c4a26df585b5cd24e7ae63ac3c246f4e3",
      "parents": [
        "513091ba7e4a8b498632d7913ff9408ebbca6235"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:05:55 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:55 2006 -0800"
      },
      "message": "[PATCH] parisc: task_stack_page(), task_thread_info()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "513091ba7e4a8b498632d7913ff9408ebbca6235",
      "tree": "cb460fb97713839a33cc0df61a336d6884990f4b",
      "parents": [
        "768595ffba46b101ad54d8775e640fecbe470d9a"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jan 12 01:05:54 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jan 12 09:08:55 2006 -0800"
      },
      "message": "[PATCH] m68knommu: task_stack_page()\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ],
  "next": "768595ffba46b101ad54d8775e640fecbe470d9a"
}
