)]}'
{
  "log": [
    {
      "commit": "434cc69fbb02dd7ca64c5029dc6a6f9636f77e02",
      "tree": "09f88c57bb9a6fe1bd30516bfbc3a2877a6d08ac",
      "parents": [
        "d5f7b06b036afc2cb250decb2c76b7f82c5de639"
      ],
      "author": {
        "name": "Marcelo Tosatti",
        "email": "marcelo.tosatti@cyclades.com",
        "time": "Fri Oct 28 17:46:15 2005 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sat Oct 29 13:55:43 2005 +1000"
      },
      "message": "[PATCH] ppc32: #ifdef out ALTIVEC specific code in __switch_to\n\n#ifdef out an ALTIVEC specific tweak in __switch_to()\n\nSigned-off-by: Marcelo Tosatti \u003cmarcelo.tosatti@cyclades.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "d5f7b06b036afc2cb250decb2c76b7f82c5de639",
      "tree": "a4c67d17b5ee7ba23490977bbe74c42201e1d54d",
      "parents": [
        "de957c89b7dadb3147e885d7b6eb9db73d0eea57"
      ],
      "author": {
        "name": "Matt Porter",
        "email": "mporter@kernel.crashing.org",
        "time": "Fri Oct 28 17:46:14 2005 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sat Oct 29 13:55:39 2005 +1000"
      },
      "message": "[PATCH] ppc32: Cleanup AMCC PPC44x eval board U-Boot support\n\nCleanup PPC440 eval boards (bamboo, ebony, luan and ocotea) to better\nsupport U-Boot as bootloader.\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Matt Porter \u003cmporter@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "de957c89b7dadb3147e885d7b6eb9db73d0eea57",
      "tree": "8d6be34fb3e636924e702a02d87e5396585e590d",
      "parents": [
        "e37b0c9670fed2264661ade1beb5c228dec29c96"
      ],
      "author": {
        "name": "Marcelo Tosatti",
        "email": "marcelo.tosatti@cyclades.com",
        "time": "Fri Oct 28 17:46:13 2005 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sat Oct 29 13:55:35 2005 +1000"
      },
      "message": "[PATCH] MPC8xx PCMCIA driver\n\nHere is an uptodated version of the MPC8xx PCMCIA driver for v2.6,\naddressing comments by Jeff and Dominik:\n\n- use IO accessors instead of direct device memory referencing\n- avoid usage of non-standard \"uint/uchar\" data types\n- kill struct typedef\u0027s\n\nWill submit it for inclusion once v2.6.14 is out.\n\nTesting on 8xx platforms is more than welcome! Works like a charm\non our custom hardware (CONFIG_PRxK).\n\nCc: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e37b0c9670fed2264661ade1beb5c228dec29c96",
      "tree": "4f23bc5ea578db11de39222aa046804ed9286782",
      "parents": [
        "9e3699ea7b8d63eabde7fefa9892e3a258c9c27d"
      ],
      "author": {
        "name": "Marcelo Tosatti",
        "email": "marcelo.tosatti@cyclades.com",
        "time": "Fri Oct 28 17:46:10 2005 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sat Oct 29 13:55:27 2005 +1000"
      },
      "message": "[PATCH] ppc32 8xx: use io accessor macros instead of direct memory reference\n\nConvert core 8xx drivers to use in_xxxbe/in_xxx macros instead of direct\nmemory references.\n\nOther than making IO accesses explicit (which is a plus for readability), a\ncommon set of macros provides a unified place for the volatile flag to\nconstraint compiler code reordering.\n\nThere are several unlucky places at the moment which lack the volatile\nflag.\n\nSigned-off-by: Marcelo Tosatti \u003cmarcelo.tosatti@cyclades.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "9e3699ea7b8d63eabde7fefa9892e3a258c9c27d",
      "tree": "66f9318c92f0f88fdf0dc1b2948faec1d429e8a8",
      "parents": [
        "f78541dcec327b0c46b150ee7d727f3db80275c4"
      ],
      "author": {
        "name": "Lee Nicks",
        "email": "allinux@gmail.com",
        "time": "Fri Oct 28 17:46:09 2005 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sat Oct 29 13:55:19 2005 +1000"
      },
      "message": "[PATCH] ppc: prevent GCC 4 from generating AltiVec instructions in kernel\n\nDepending on how GCC is built, GCC 4 may generate altivec instructions without\nuser explicitly requesting vector operations in the code.  Although this is a\nperformance booster for user applications, it is a problem for kernel.\n\nThis patch explicitly instruct GCC to NOT generate altivec instructions while\nbuilding the kernel.\n\nHere are some test cases I ran.\n\n(1) build gcc 4.0.1 with \u0027--with-cpu\u003d7450 --enable-altivec\n    --enable-cxx-flags\u003d-mcpu\u003d7450\u0027, and use this gcc to build kernel WITHOUT\n    this kernel patch.  Kernel fail to boot up on a 7450 board because of\n    altivec instructions in kernel.\n\n(2) build gcc 4.0.1 with \"--with-cpu\u003d7450 --enable-altivec\n    --enable-cxx-flags\u003d-mcpu\u003d7450\", and use this gcc to build kernel WITH this\n    kernel patch.  Kernel boot up on a 7450 board without any problem.\n\n(3) build gcc 4.0.1 with \"--with-cpu\u003d750 --enable-cxx-flags\u003d-mcpu\u003d750\",\n    and use this gcc to build kernel with or without this kernel patch.\n    Kernel boot up on a 7450 board without any problem.\n\nThis patch should also work with GCC 3 or even earlier GCC 2.95.3.\n\nSigned-off-by: Lee Nicks \u003callinux@gmail.com\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "f78541dcec327b0c46b150ee7d727f3db80275c4",
      "tree": "9336801742d93ffa0c84c76e2b3cdc5b50c7125b",
      "parents": [
        "c032524f0ddea5fcc3a2cece0d4a61f37e5ca9cd"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 22:53:37 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 22:53:37 2005 +1000"
      },
      "message": "powerpc: Merge xmon\n\nThe merged version follows the ppc64 version pretty closely mostly,\nand in fact ARCH\u003dppc64 now uses the arch/powerpc/xmon version.\nThe main difference for ppc64 is that the \u0027p\u0027 command to call\nshow_state (which was always pretty dodgy) has been replaced by\nthe ppc32 \u0027p\u0027 command, which calls a given procedure (so in fact\nthe old \u0027p\u0027 command behaviour can be achieved with \u0027p $show_state\u0027).\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "c032524f0ddea5fcc3a2cece0d4a61f37e5ca9cd",
      "tree": "c4ece990e6083cfedc640a06f908bfe33fd344bd",
      "parents": [
        "d73e0c99f5c45e7b86d38725a4ff49f6746f5353"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 22:48:08 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 22:48:08 2005 +1000"
      },
      "message": "powerpc: Make single-stepping emulation (mostly) usable on 32-bit\n\nThe sc instruction emulation can\u0027t be done the same way on 32-bit\nas 64-bit yet, but this should work OK.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "d73e0c99f5c45e7b86d38725a4ff49f6746f5353",
      "tree": "92bc8a15a55ece53c6860af5c2d9ec6ce4d006a8",
      "parents": [
        "007e8f51b26ae7b6a17651af5a0f01ab6491cdca"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 22:45:25 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 22:45:25 2005 +1000"
      },
      "message": "powerpc: Rename asm offset TRAP to _TRAP for 32-bit\n\n... for consistency with 64-bit.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "007e8f51b26ae7b6a17651af5a0f01ab6491cdca",
      "tree": "916b72b8bdb4ffde07cf9ee05571b529cd9724b6",
      "parents": [
        "22b280324acbfd1a1f2374055d9bb39e7069e2bf"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Fri Oct 28 15:35:50 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 16:39:19 2005 +1000"
      },
      "message": "[PATCH] powerpc: Move xics.[ch] into platforms/pseries\n\nThis patch moves the XICS interrupt controller code into the\nplatforms/pseries directory, since it only appears on pSeries\nmachines.  If it ever appears on some other machine we can move it to\nsysdev, although xics.c itself will need a bunch of changes in that\ncase to remove pSeries specific assumptions.\n\nSigned-off-by: David Gibson \u003cdwg@au1.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "22b280324acbfd1a1f2374055d9bb39e7069e2bf",
      "tree": "135f45548120ffc198ba0b2105b83f7f805d123a",
      "parents": [
        "4542437679de448de0f75bc901dab380d6a5bc5b",
        "299f6ce491aa28515d86f29af2779cbfdc7a4790"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 13:50:39 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 13:50:39 2005 +1000"
      },
      "message": "Merge git://oak/home/sfr/kernels/iseries/work/\n"
    },
    {
      "commit": "4542437679de448de0f75bc901dab380d6a5bc5b",
      "tree": "1a436c9b6f9459c3938e2bb1ab7ad2c888d0003c",
      "parents": [
        "2227718ca2f7d5fcc2741c1bbca4d0c2efd340ce",
        "741b2252a5e14d6c60a913c77a6099abe73a854a"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 13:38:53 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 13:38:53 2005 +1000"
      },
      "message": "Merge in v2.6.14 by hand\n"
    },
    {
      "commit": "299f6ce491aa28515d86f29af2779cbfdc7a4790",
      "tree": "eb748a66cdff8b59d28f40266af9049d3425651a",
      "parents": [
        "a4a264f144d5389a52d467a7e41bec2834cfde75"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Thu Oct 27 18:03:58 2005 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Oct 28 12:54:35 2005 +1000"
      },
      "message": "ppc64: use mem_64.S from powerpc/lib\n\nand remove the same bits from ppc64/lib/string.S.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "a4a264f144d5389a52d467a7e41bec2834cfde75",
      "tree": "6366953476ea5d4ab7a53444260068e4141debf8",
      "parents": [
        "a2b0ca84a1198505f0b3c7b55b7769dd5dbd0791"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Thu Oct 27 17:28:21 2005 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Oct 28 12:54:26 2005 +1000"
      },
      "message": "ppc64: use usercopy_64.c from powerpc/lib\n\nsince it is identical to usercopy.c from ppc64/lib.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "a2b0ca84a1198505f0b3c7b55b7769dd5dbd0791",
      "tree": "5e9871329ffb9ecadbc4f761e5855e41e5559dd1",
      "parents": [
        "a0d8bf9cf1f9722204936d8ef53370d7ae1181d9"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Thu Oct 27 17:12:52 2005 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Oct 28 12:54:18 2005 +1000"
      },
      "message": "ppc64: user strcase.c from powerpc/lib\n\nsince it is identical to strcase.c from ppc64/lib.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "a0d8bf9cf1f9722204936d8ef53370d7ae1181d9",
      "tree": "5d83819d6c457c953556101fc196604cff821e94",
      "parents": [
        "12a39407f021fd17d5f9d33d78bddb005bd106fb"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Thu Oct 27 17:05:27 2005 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Oct 28 12:54:08 2005 +1000"
      },
      "message": "ppc64: use sstep.c from powerpc/lib\n\nsince it is identical to sstep.c from ppc64/lib.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "12a39407f021fd17d5f9d33d78bddb005bd106fb",
      "tree": "51e7848336623b11409f4106a0fb83f29644ec76",
      "parents": [
        "ecc81e0f719f566b75b222b8aef64c8b809b2e29"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Thu Oct 27 16:49:44 2005 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Oct 28 12:53:58 2005 +1000"
      },
      "message": "ppc64: use memcpy_64.S from powerpc/lib\n\nsince it is identical to mempcy.S from ppc64/lib.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "ecc81e0f719f566b75b222b8aef64c8b809b2e29",
      "tree": "34f021072504ef2e4e32b5d0900a34baa6d898a9",
      "parents": [
        "43f35ec35c2b9a1c984d885893084eed2101e1bf"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Thu Oct 27 16:45:38 2005 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Oct 28 12:53:48 2005 +1000"
      },
      "message": "ppc64: use lockc.c from powerpc/lib\n\nsince it is effectively the same as locks.c from ppc64/lib.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "43f35ec35c2b9a1c984d885893084eed2101e1bf",
      "tree": "c5fbe9dffcece032eebb588360545ed52fc6250f",
      "parents": [
        "34faa82841b87e6f375b01dad3262ca345de25c0"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Thu Oct 27 16:40:05 2005 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Oct 28 12:53:37 2005 +1000"
      },
      "message": "ppc64: use copyuser_64.S from powerpc/lib\n\nsince it is identical to copyuser.S from ppc64/lib.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "34faa82841b87e6f375b01dad3262ca345de25c0",
      "tree": "c09c6f1a85b29c31823530d30ada26578711c522",
      "parents": [
        "454fb016b3407e7cacbe17e590521ddf86a54f7f"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Thu Oct 27 16:35:43 2005 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Oct 28 12:53:27 2005 +1000"
      },
      "message": "ppc64: use copypage_64.S from powerpc/lib\n\nsince it is identical to copypage.S from ppc64/lib.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "454fb016b3407e7cacbe17e590521ddf86a54f7f",
      "tree": "7a07b2dc21ed54ade3483a7b92d4aa2563d88169",
      "parents": [
        "1a3c061efd32b620cf6498b71687ff0768cfe2d8"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Thu Oct 27 16:28:43 2005 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Oct 28 12:53:13 2005 +1000"
      },
      "message": "ppc64: use e2a.c from powerpc/lib\n\nsince it is identical to e2a.c from ppc64/lib\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "1a3c061efd32b620cf6498b71687ff0768cfe2d8",
      "tree": "7b6c7321dfd18aef1fc5824114587418eabc5aca",
      "parents": [
        "640768eef245f1578e75e02c17d277a1496a535b"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Thu Oct 27 16:25:05 2005 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Oct 28 12:52:58 2005 +1000"
      },
      "message": "ppc64: use checksum_64.S from powerpc\n\nas it is identical to checksum.S from ppc64.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "640768eef245f1578e75e02c17d277a1496a535b",
      "tree": "dc36f97b830076fcdc09c1fe2ec8bf5675fc772a",
      "parents": [
        "9675c7ebcf1f6308d66b0fcb42ae585e200e80a9"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Oct 28 12:51:45 2005 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Oct 28 12:51:45 2005 +1000"
      },
      "message": "ppc64: use the merged syscall table\n\nThis allows us to also use entry_64.S from the merged tree and reverts\nthe setup_64.c part of fda262b8978d0089758ef9444508434c74113a61.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "2227718ca2f7d5fcc2741c1bbca4d0c2efd340ce",
      "tree": "30075f5875adcb6fa6d9dd208d5f9851825f564c",
      "parents": [
        "a8e3d48150d70ceab3b8249a4bdbe5c50567a357"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 11:47:17 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 11:47:17 2005 +1000"
      },
      "message": "ppc64: Use the correct prototypes for i8259 functions\n\nWe still had an old copy of i8259.h lying around; this gets rid of it\nand corrects the callers of i8259_init and i8259_irq.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a8e3d48150d70ceab3b8249a4bdbe5c50567a357",
      "tree": "ec1be71f740be6861ecbf2be36a9b50328be57a8",
      "parents": [
        "e6b4fe92effe88944af2df7257688ccff811996d"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Fri Oct 28 10:31:49 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 11:37:03 2005 +1000"
      },
      "message": "[PATCH] powerpc: Remove dregs of bootinfo.h\n\nSince I sent the patch to purge bootinfo.h from ARCH\u003dpowerpc and\nARCH\u003dppc64, setup-common.c has come into existence, and another\n#include of bootinfo.h slipped in.  This patch removes it.  It also\nremoves include/asm-ppc64/bootinfo.h, which somehow survived the\nprevious patch which was supposed to remove it.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e6b4fe92effe88944af2df7257688ccff811996d",
      "tree": "c14cf9dd83e6ad52a9acd7750326872fae5ebe6a",
      "parents": [
        "9675c7ebcf1f6308d66b0fcb42ae585e200e80a9"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Thu Oct 27 08:54:36 2005 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 11:36:55 2005 +1000"
      },
      "message": "[PATCH] powerpc: only build idle_6xx for 6xx\n\nFor the current time idle_6xx only applies to 6xx ppc32 CPUs\n\nSigned-off-by: Kumar K. Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "741b2252a5e14d6c60a913c77a6099abe73a854a",
      "tree": "69ebfee77c8a174c87ea8ed31e023c94b09a9d6e",
      "parents": [
        "cdada08eb26e7cc57bb423e51e6e70fd5450a0b5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 27 17:02:08 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 27 17:02:08 2005 -0700"
      },
      "message": "Linux v2.6.14\n\n\"Better late than never\"\n"
    },
    {
      "commit": "cdada08eb26e7cc57bb423e51e6e70fd5450a0b5",
      "tree": "3235890f93df8ac3922d50fd767d305ea85761b2",
      "parents": [
        "927321440976d0781a252eefe686ae6b0f236ae2",
        "2ad41065d9fe518759b695fc2640cf9c07261dd2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 27 16:58:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 27 16:58:20 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6\n"
    },
    {
      "commit": "927321440976d0781a252eefe686ae6b0f236ae2",
      "tree": "537b573706d095c096e273f027975b8e6f9a2cd9",
      "parents": [
        "79b95a454bb5c1d9b7287d1016a70885ba3f346c"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Thu Oct 27 16:16:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 27 16:29:24 2005 -0700"
      },
      "message": "[PATCH] cpufreq: SMP fix for conservative governor\n\nDon\u0027t try to access not-present CPUs.  Conservative governor will always\noops on SMP without this fix.\n\nFixes http://bugzilla.kernel.org/show_bug.cgi?id\u003d4781\n\nSigned-off-by: Venkatesh Pallipadi \u003cvenkatesh.pallipadi@intel.com\u003e\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "79b95a454bb5c1d9b7287d1016a70885ba3f346c",
      "tree": "86f9de05a5915d5c9f89ecf661f7600cd875cd2d",
      "parents": [
        "72ab373a5688a78cbdaf3bf96012e597d5399bb7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 27 16:28:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 27 16:28:39 2005 -0700"
      },
      "message": "Revert \"x86-64: Avoid unnecessary double bouncing for swiotlb\"\n\nCommit id 6142891a0c0209c91aa4a98f725de0d6e2ed4918\n\nAndi Kleen reports that it seems to break things for some people,\nand since it\u0027s purely a small optimization, revert it for now.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9675c7ebcf1f6308d66b0fcb42ae585e200e80a9",
      "tree": "b8b033296d8aaf7fcd70d6f9b64e28527be1f576",
      "parents": [
        "09eee6347166a7baab74783999ef1bf23827647f"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 08:30:25 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 08:30:25 2005 +1000"
      },
      "message": "ppc64: Include arch/powerpc/kernel/setup-common.o\n\n... which is needed now that ARCH\u003dppc64 is using the merged\nsetup_64.c.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "09eee6347166a7baab74783999ef1bf23827647f",
      "tree": "1a52a6c6645447f65afb4ae7a057ba037c5870f5",
      "parents": [
        "bfab1019b7e8b499dfc471a0dfc98b587420dda9"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 08:29:36 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Oct 28 08:29:36 2005 +1000"
      },
      "message": "powerpc: Move U3 IOMMU driver to arch/powerpc/sysdev\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "2ad41065d9fe518759b695fc2640cf9c07261dd2",
      "tree": "7fdfe22d6e6876c2c3bcf0c6b8883368507952c5",
      "parents": [
        "7a4ed937aa44acdeb8c6ba671509dc7b54b09d3a"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Thu Oct 27 18:47:46 2005 +1000"
      },
      "committer": {
        "name": "Arnaldo Carvalho de Melo",
        "email": "acme@mandriva.com",
        "time": "Thu Oct 27 15:11:04 2005 -0200"
      },
      "message": "[TCP]: Clear stale pred_flags when snd_wnd changes\n\nThis bug is responsible for causing the infamous \"Treason uncloaked\"\nmessages that\u0027s been popping up everywhere since the printk was added.\nIt has usually been blamed on foreign operating systems.  However,\nsome of those reports implicate Linux as both systems are running\nLinux or the TCP connection is going across the loopback interface.\n\nIn fact, there really is a bug in the Linux TCP header prediction code\nthat\u0027s been there since at least 2.1.8.  This bug was tracked down with\nhelp from Dale Blount.\n\nThe effect of this bug ranges from harmless \"Treason uncloaked\"\nmessages to hung/aborted TCP connections.  The details of the bug\nand fix is as follows.\n\nWhen snd_wnd is updated, we only update pred_flags if\ntcp_fast_path_check succeeds.  When it fails (for example,\nwhen our rcvbuf is used up), we will leave pred_flags with\nan out-of-date snd_wnd value.\n\nWhen the out-of-date pred_flags happens to match the next incoming\npacket we will again hit the fast path and use the current snd_wnd\nwhich will be wrong.\n\nIn the case of the treason messages, it just happens that the snd_wnd\ncached in pred_flags is zero while tp-\u003esnd_wnd is non-zero.  Therefore\nwhen a zero-window packet comes in we incorrectly conclude that the\nwindow is non-zero.\n\nIn fact if the peer continues to send us zero-window pure ACKs we\nwill continue making the same mistake.  It\u0027s only when the peer\ntransmits a zero-window packet with data attached that we get a\nchance to snap out of it.  This is what triggers the treason\nmessage at the next retransmit timeout.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: Arnaldo Carvalho de Melo \u003cacme@mandriva.com\u003e\n"
    },
    {
      "commit": "72ab373a5688a78cbdaf3bf96012e597d5399bb7",
      "tree": "906d4857e3cebe48649c4459acb78dca698d58c0",
      "parents": [
        "a362f463a6d316d14daed0f817e151835ce97ff7"
      ],
      "author": {
        "name": "Roland McGrath",
        "email": "roland@redhat.com",
        "time": "Thu Oct 27 03:16:42 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 27 09:08:43 2005 -0700"
      },
      "message": "[PATCH] Yet more posix-cpu-timer fixes\n\nThis just makes sure that a thread\u0027s expiry times can\u0027t get reset after\nit clears them in do_exit.\n\nThis is what allowed us to re-introduce the stricter BUG_ON() check in\na362f463a6d316d14daed0f817e151835ce97ff7.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a362f463a6d316d14daed0f817e151835ce97ff7",
      "tree": "99b510438f9c88860ae17f1233cf21be24a152e3",
      "parents": [
        "7a4ed937aa44acdeb8c6ba671509dc7b54b09d3a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 27 09:07:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 27 09:07:33 2005 -0700"
      },
      "message": "Revert \"remove false BUG_ON() from run_posix_cpu_timers()\"\n\nThis reverts commit 3de463c7d9d58f8cf3395268230cb20a4c15bffa.\n\nRoland has another patch that allows us to leave the BUG_ON() in place\nby just making sure that the condition it tests for really is always\ntrue.\n\nThat goes in next.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bfab1019b7e8b499dfc471a0dfc98b587420dda9",
      "tree": "79e80b9a77815fc7f4a70445276b99183b75e0fe",
      "parents": [
        "6316222ea050d469c3155881d9dee2c7671d9fef"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 22:45:33 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 22:45:33 2005 +1000"
      },
      "message": "powerpc: Fix new-world powermac detection\n\nMy G5 was being reported as an OldWorld in /proc/cpuinfo, which is\nobviously not right... :)\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "6316222ea050d469c3155881d9dee2c7671d9fef",
      "tree": "2a075cbdab11e10efc868a31e378dffae90f06da",
      "parents": [
        "80579e1f4a6b5f5dec92faa6c3e0645961c99091"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 22:44:39 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 22:44:39 2005 +1000"
      },
      "message": "powerpc: Introduce toreal/fromreal assembly macros\n\nOn 32-bit platforms, these convert from kernel virtual addresses\nto real (physical addresses), like tophys/tovirt but they use\nthe same register for the source and destination.  On 64-bit\nplatforms, they do nothing because the hardware ignores the top\ntwo bits of the address in real mode.\n\nThese new macros are used in fpu.S now.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "80579e1f4a6b5f5dec92faa6c3e0645961c99091",
      "tree": "d8fd5e184b54145811a92914c806544ad745087a",
      "parents": [
        "eef69e3cfb38d83166dbd8bcb12ededa1b6e78b6"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 22:42:04 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 22:42:04 2005 +1000"
      },
      "message": "powerpc: 32-bit CHRP SMP fixes\n\nUntested, but \"should\" work...  at least this way it compiles.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "eef69e3cfb38d83166dbd8bcb12ededa1b6e78b6",
      "tree": "d04f2df475430d9c25340b035c4d594b6e53b083",
      "parents": [
        "4b24b01c6c0bab24e6a4c3e4a02d53b564f2d05c"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 22:21:37 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 22:21:37 2005 +1000"
      },
      "message": "powerpc: remove duplicate screen_info from setup_32.c\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "4b24b01c6c0bab24e6a4c3e4a02d53b564f2d05c",
      "tree": "37aebf090a6b48b622c1ee6045e3def62cce26f9",
      "parents": [
        "cffb09ce6ba7706c89c6df9ca8e72c81adda13f0"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Wed Oct 26 09:56:10 2005 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 20:51:22 2005 +1000"
      },
      "message": "[PATCH] powerpc: Moved dcr support to arch/powerpc\n\nSigned-off-by: Kumar K. Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "cffb09ce6ba7706c89c6df9ca8e72c81adda13f0",
      "tree": "5226184532ed63be2aa785dcc5ae7896b7e6fc1e",
      "parents": [
        "328985b2c69d2592edd7f181a6b7360e51b08515"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Wed Oct 26 09:55:41 2005 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 20:51:19 2005 +1000"
      },
      "message": "[PATCH] powerpc: Fix warning related to do_dabr\n\ndo_dabr() is not relevant on 40x or Book-E processors so dont build it\n\nSigned-off-by: Kumar K. Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "328985b2c69d2592edd7f181a6b7360e51b08515",
      "tree": "62092de50dafd4b3db3513b45868c837915b8108",
      "parents": [
        "2765ca254060adb9a5abc2cfc6264b8daafc5742"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Mon Oct 24 14:05:38 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 20:51:13 2005 +1000"
      },
      "message": "[PATCH] powerpc: Don\u0027t use kmalloc() for kernel stacks\n\nIn readiness for 64k pages, when THREAD_SIZE will be less than\nPAGE_SIZE, ppc64 uses kmalloc() rather than __get_free_pages() to\nallocate kernel stacks, and since thread_info.h was merged, so does\nppc32.  However that adds some overhead which we don\u0027t really want\nwhen PAGE_SIZE \u003c\u003d THREAD_SIZE (including all ppc32 machines), so this\npatch avoids it.\n\nSigned-off-by: David Gibson \u003cdwg@au1.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "2765ca254060adb9a5abc2cfc6264b8daafc5742",
      "tree": "e4b94377aa8f6b6e155448b6a7b8d5e4baa2fc72",
      "parents": [
        "e37bc5df8e96c72f27ec3579499726b656e4e641"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Mon Oct 24 13:07:23 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 20:50:54 2005 +1000"
      },
      "message": "[PATCH] powerpc: Merge parport.h\n\nSave for the header #define, ppc32 and ppc64 versions of parport.h are\nidentical.  This patch merges them.\n\nSigned-off-by: David Gibson \u003cdwg@au1.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e37bc5df8e96c72f27ec3579499726b656e4e641",
      "tree": "d8267f572da54fd3d258a751d477271252fa12bf",
      "parents": [
        "25c8a78b1e00ac0cc640677eda78b462c2cd4c6e"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Mon Oct 24 11:41:33 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 20:50:46 2005 +1000"
      },
      "message": "[PATCH] powerpc: Purge bootinfo.h\n\nWith ARCH\u003dpowerpc we assume the presence of a device tree, so we don\u0027t\nrequire any support for the old bi_recs method of passing boot\nparameters.  Likewise, we\u0027ve never needed it for ppc64, but we still\nhad an include/asm-ppc64/bootinfo.h from which nothing was used.  This\npatch removes that file, and all references to it in arch/ppc64 and\narch/powerpc.  A related, unused variable \u0027boot_mem_size\u0027 is also\nremoved from setup_32.c.  The bootinfo stuff remains in ARCH\u003dppc for\nthe time being.\n\nBuilt and booted on Power5 (ARCH\u003dppc64 and ARCH\u003dpowerpc), built for\n32-bit powermac (ARCH\u003dpowerpc and ARCH\u003dppc).\n\nSigned-off-by: David Gibson \u003cdwg@au1.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "25c8a78b1e00ac0cc640677eda78b462c2cd4c6e",
      "tree": "a0044f8b2b557799a8cb3346b590fcd3a8507ed7",
      "parents": [
        "fda262b8978d0089758ef9444508434c74113a61"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Thu Oct 27 16:27:25 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 20:48:50 2005 +1000"
      },
      "message": "[PATCH] powerpc: Fix handling of fpscr on 64-bit\n\nThe recent merge of fpu.S broken the handling of fpscr for\nARCH\u003dpowerpc and CONFIG_PPC64\u003dy.  FP registers could be corrupted,\nleading to strange random application crashes.\n\nThe confusion arises, because the thread_struct has (and requires) a\n64-bit area to save the fpscr, because we use load/store double\ninstructions to get it in to/out of the FPU.  However, only the low\n32-bits are actually used, so we want to treat it as a 32-bit quantity\nwhen manipulating its bits to avoid extra load/stores on 32-bit.  This\npatch replaces the current definition with a structure of two 32-bit\nquantities (pad and val), to clarify things as much as is possible.\nThe \u0027val\u0027 field is used when manipulating bits, the structure itself\nis used when obtaining the address for loading/unloading the value\nfrom the FPU.\n\nWhile we\u0027re at it, consolidate the 4 (!) almost identical versions of\ncvt_fd() and cvt_df() (arch/ppc/kernel/misc.S,\narch/ppc64/kernel/misc.S, arch/powerpc/kernel/misc_32.S,\narch/powerpc/kernel/misc_64.S) into a single version in fpu.S.  The\nnew version takes a pointer to thread_struct and applies the correct\noffset itself, rather than a pointer to the fpscr field itself, again\nto avoid confusion as to which is the correct field to use.\n\nFinally, this patch makes ARCH\u003dppc64 also use the consolidated fpu.S\ncode, which it previously did not.\n\nBuilt for G5 (ARCH\u003dppc64 and ARCH\u003dpowerpc), 32-bit powermac (ARCH\u003dppc\nand ARCH\u003dpowerpc) and Walnut (ARCH\u003dppc, CONFIG_MATH_EMULATION\u003dy).\nBooted on G5 (ARCH\u003dpowerpc) and things which previously fell over no\nlonger do.\n\nSigned-off-by: David Gibson \u003cdwg@au1.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "fda262b8978d0089758ef9444508434c74113a61",
      "tree": "86cca84a4f62d4d931d7c6e56cbb5b207281ba74",
      "parents": [
        "89edce0b4e71f6f78e27d7c18c63e957469b74d3"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 20:20:42 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 20:20:42 2005 +1000"
      },
      "message": "[PATCH] ppc64: remove arch/ppc64/kernel/setup.c\n\nand use setup_64.c from the merged tree instead.  The only difference\nbetween them was the code to set up the syscall maps.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "89edce0b4e71f6f78e27d7c18c63e957469b74d3",
      "tree": "15d9c66f27aa86c27435b83d3cda8418d6cf22f1",
      "parents": [
        "8168f902fa9c2ca8930ea8d72cce283234df03b8"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Oct 25 16:59:03 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 16:45:52 2005 +1000"
      },
      "message": "[PATCH] powerpc: merge scatterlist.h\n\nThis depends on the 64bit dma_addr_t patch.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "8168f902fa9c2ca8930ea8d72cce283234df03b8",
      "tree": "2a7bd8d19692e6ba5f86b92d35a8dc8206fc0ff1",
      "parents": [
        "bf20a0000377f7bdeb42b78b10ed578deb3d63f1"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Oct 25 16:56:43 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 16:45:50 2005 +1000"
      },
      "message": "[PATCH] ppc64: make dma_addr_t 64 bits\n\nThere has been a need expressed for dma_addr_t to be 64 bits on PPC64.\nThis patch does that.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "bf20a0000377f7bdeb42b78b10ed578deb3d63f1",
      "tree": "497ba88015f57fde14b30dc24e8eb6ca7327f631",
      "parents": [
        "cb4ab974ae0bff3f49086090a1a50373c5edc8f4"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 16:45:29 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 16:45:29 2005 +1000"
      },
      "message": "powerpc: undeprecate the old OF device tree accessors for now\n\nThe recent addition of __deprecated to the declarations for\nfind_devices etc. produces a whole pile of warnings from the\nppc32 code.  Since those functions still work perfectly well on\nppc32, which doesn\u0027t have hotplug support for anything in the\nOF device tree, and we don\u0027t have time to fix that code now,\nremove the __deprecated markings for now.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "cb4ab974ae0bff3f49086090a1a50373c5edc8f4",
      "tree": "e59341556efcfa7a350c776bb57394a5d21c4315",
      "parents": [
        "b6a4ce526a87bd8a99a396ac993240d6d3239852"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 11:08:31 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Oct 27 11:08:31 2005 +1000"
      },
      "message": "powerpc: Remove common stuff from setup_64.c\n\nThis should have been in commit 03501dab035ab7da5e1373f5e130cfd6346d3f21\nbut got missed by accident.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "7a4ed937aa44acdeb8c6ba671509dc7b54b09d3a",
      "tree": "b602abc9445b2c4a10788147c58a28fe1f4e63f7",
      "parents": [
        "e02fd44056dd8077b49b4bd92c5799a75e89cd65"
      ],
      "author": {
        "name": "Oleg Nesterov",
        "email": "oleg@tv-sign.ru",
        "time": "Wed Oct 26 20:26:53 2005 +0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 26 15:21:14 2005 -0700"
      },
      "message": "[PATCH] Fix cpu timers expiration time\n\nThere\u0027s a silly off-by-one error in the code that updates the expiration\nof posix CPU timers, causing them to not be properly updated when they\nhit exactly on their expiration time (which should be the normal case).\n\nThis causes them to then fire immediately again, and only _then_ get\nproperly updated.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e02fd44056dd8077b49b4bd92c5799a75e89cd65",
      "tree": "3ba1071bbc9a733e2051da9615a157c0bb292e59",
      "parents": [
        "dd41bf916609ae9d2d3ffbb56cfe0a6edd7d1e07",
        "551f8f0e87becb415c522adccab524a7a05ca83a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 26 14:02:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 26 14:02:49 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-serial\n"
    },
    {
      "commit": "dd41bf916609ae9d2d3ffbb56cfe0a6edd7d1e07",
      "tree": "f6e112d029e3c36c0b14bda77c6b315e1e340e8b",
      "parents": [
        "70ab81c2ed3d1323e7d6805bf59cbb570dff7937",
        "7edc24c4d1924e79d3853a8d7563bcce73f31e5d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 26 14:01:57 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 26 14:01:57 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "70ab81c2ed3d1323e7d6805bf59cbb570dff7937",
      "tree": "7679256f81780842aa443846f4cea7524c0db37a",
      "parents": [
        "b0917bd912d3708c50e1df1b5e1648d0547108a3"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 26 11:23:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 26 11:23:06 2005 -0700"
      },
      "message": "posix cpu timers: fix timer ordering\n\nPointed out by Oleg Nesterov, who has been walking over the code\nforwards and backwards.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b0917bd912d3708c50e1df1b5e1648d0547108a3",
      "tree": "3e96b8ca817eb6be2a2751167bb879d0b3350b80",
      "parents": [
        "4bcde03d41d2264edb4ea3c47cb27da1e2609e48"
      ],
      "author": {
        "name": "Ivan Kokshaysky",
        "email": "ink@jurassic.park.msu.ru",
        "time": "Wed Oct 26 11:05:25 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 26 10:46:19 2005 -0700"
      },
      "message": "[PATCH] fix radeon_cp_init_ring_buffer()\n\nI\u0027ve seen similar failure on alpha.\n\nObviously, someone forgot to convert sg-\u003ehandle stuff for\nPCI gart case.\n\nSigned-off-by: Dave Airlie \u003cairlied@linux.ie\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4bcde03d41d2264edb4ea3c47cb27da1e2609e48",
      "tree": "ff90c767618e5798b1a4187a063cc45f0357b2b8",
      "parents": [
        "94c1d3184523efa7109472eb393cee6e954c5d75"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Wed Oct 26 01:59:03 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 26 10:39:43 2005 -0700"
      },
      "message": "[PATCH] svcsock timestamp fix\n\nConvert nanoseconds to microseconds correctly.\n\nSpotted by Steve Dickson \u003cSteveD@redhat.com\u003e\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "94c1d3184523efa7109472eb393cee6e954c5d75",
      "tree": "566e8e77ea71af755dd19133ca6e895fb92b3f15",
      "parents": [
        "35848e048f55368f132e28e7f3278ce2d2347f6c"
      ],
      "author": {
        "name": "Peter Wainwright",
        "email": "peter.wainwright@hpa-rp.org.uk",
        "time": "Wed Oct 26 01:59:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 26 10:39:43 2005 -0700"
      },
      "message": "[PATCH] Fix HFS+ to free up the space when a file is deleted.\n\nfsck_hfs reveals lots of temporary files accumulating in the hidden\ndirectory \"\\000\\000\\000HFS+ Private Data\".  According to the HFS+\ndocumentation these are files which are unlinked while in use.  However,\nthere may be a bug in the Linux hfsplus implementation which causes this to\nhappen even when the files are not in use.  It looks like the \"opencnt\"\nfield is never initialized as (I think) it should be in hfsplus_read_inode.\n This means that a file can appear to be still in use when in fact it has\nbeen closed.  This patch seems to fix it for me.\n\nSigned-off-by: Anton Altaparmakov \u003caia21@cantab.net\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": "35848e048f55368f132e28e7f3278ce2d2347f6c",
      "tree": "d7214bac83bce465818583b5e600fc114a49a361",
      "parents": [
        "bb32051532fed727de0d513a9a578b54c0b7ea5a"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Oct 26 01:59:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 26 10:39:43 2005 -0700"
      },
      "message": "[PATCH] kill massive wireless-related log spam\n\nAlthough this message is having the intended effect of causing wireless\ndriver maintainers to upgrade their code, I never should have merged this\npatch in its present form.  Leading to tons of bug reports and unhappy\nusers.\n\nSome wireless apps poll for statistics regularly, which leads to a printk()\nevery single time they ask for stats.  That\u0027s a little bit _too_ much of a\nreminder that the driver is using an old API.\n\nChange this to printing out the message once, per kernel boot.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bb32051532fed727de0d513a9a578b54c0b7ea5a",
      "tree": "128c1b4f00aae8a26cbfc03805a0b53c9f35e546",
      "parents": [
        "958d24df82e021704437da0789c47fcf581e4b85"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Wed Oct 26 01:59:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 26 10:39:43 2005 -0700"
      },
      "message": "[PATCH] export cpu_online_map\n\nWith CONFIG_SMP\u003dn:\n\n*** Warning: \"cpu_online_map\" [drivers/firmware/dcdbas.ko] undefined!\n\ndue to set_cpus_allowed().\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "958d24df82e021704437da0789c47fcf581e4b85",
      "tree": "33b544fb4d5282123ec38705160d7a316e005b55",
      "parents": [
        "1c6fe9465941df04a1ad8f009bd6d95b20072a58"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Oct 26 01:59:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 26 10:39:43 2005 -0700"
      },
      "message": "[PATCH] ppc64: Fix wrong register mapping in mpic driver\n\nThe mpic interrupt controller driver (used on G5 and early pSeries among\nothers) has a bug where it doesn\u0027t get the right virtual address for the\ntimer registers.  It causes the driver to poke at the MMIO space of\nwhatever has been mapped just next to it (ouch !) when initializing and\ncauses boot failures on some IBM machines.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1c6fe9465941df04a1ad8f009bd6d95b20072a58",
      "tree": "8a603129e3f5df909476d41c09c9d87939c2839f",
      "parents": [
        "8712e553562bbbed9b3a99370f08e9bc25908a76"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "magnus@valinux.co.jp",
        "time": "Wed Oct 26 01:58:59 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 26 10:39:43 2005 -0700"
      },
      "message": "[PATCH] NUMA: broken per cpu pageset counters\n\nThe NUMA counters in struct per_cpu_pageset (linux/mmzone.h) are never\ncleared today.  This works ok for CPU 0 on NUMA machines because\nboot_pageset[] is already zero, but for other CPU:s this results in\nuninitialized counters.\n\nSigned-off-by: Magnus Damm \u003cmagnus@valinux.co.jp\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8712e553562bbbed9b3a99370f08e9bc25908a76",
      "tree": "be13964a0701d19f9363a91ed5a130ed10ed4016",
      "parents": [
        "6693e74a16ef563960764bd963f1048392135c3c"
      ],
      "author": {
        "name": "NeilBrown",
        "email": "neilb@suse.de",
        "time": "Wed Oct 26 01:58:58 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 26 10:39:42 2005 -0700"
      },
      "message": "[PATCH] md: make sure mdthreads will always respond to kthread_stop\n\nThere are still a couple of cases where md threads (the resync/recovery\nthread) is not interruptible since the change to use kthreads.  All places\nthere it tests \"signal_pending\", it should also test kthread_should_stop,\nas with this patch.\n\nSigned-off-by: Neil Brown \u003cneilb@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7edc24c4d1924e79d3853a8d7563bcce73f31e5d",
      "tree": "76732ee7624b57936f16163253d7451c1c9a108d",
      "parents": [
        "c34e152a494c0de8d920b70163d95235a51f4120"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "icampbell@arcom.com",
        "time": "Wed Oct 26 15:04:21 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Oct 26 15:04:21 2005 +0100"
      },
      "message": "[ARM] 3032/1: sparse: complains about generic_fls() prototype in asm-arm/bitops.h\n\nPatch from Ian Campbell\n\nSparse complains about the definition of generic_fls in asm-arm/bitops.h:\n  CHECK   /home/icampbell/devel/kernel/2.6/arch/arm/mach-pxa/viper.c\ninclude2/asm/bitops.h:350:34: error: marked inline, but without a definition\n\nThe definition is unnecessary since linux/bitops.h defines generic_fls before including asm/bitops.h and asm/bitops.h should not be included directly. There are still some places where asm/bitops.h is directly included, but I think that code should be fixed. I was a little wary of the patch for this reason but lubbock, mainstone and assabet all build OK and so do my in house boards...\n\nARM is the only arch with the generic_fls prototype in this way.\n\nSigned-off-by: Ian Campbell \u003cicampbell@arcom.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b6a4ce526a87bd8a99a396ac993240d6d3239852",
      "tree": "a1ad8472e9195da61b1427324815d201e4379047",
      "parents": [
        "bd561c79dce9036c9efb17420b6cf8763c8c9de3"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 22:54:17 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 22:54:17 2005 +1000"
      },
      "message": "powerpc: 32-bit powermac needs the mpc106 code\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "bd561c79dce9036c9efb17420b6cf8763c8c9de3",
      "tree": "d716828d74afe4dd6bcc012d761c0a3006c35e88",
      "parents": [
        "fa39dc437a41733adaba241fd9036760283a516a"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 21:55:33 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 21:55:33 2005 +1000"
      },
      "message": "powerpc: Fix incorrect timer register addresses in mpic.c\n\nWe were computing the wrong address for the MPIC timer registers,\nso when we went to initialize them we would have been hitting some\nunrelated ioremap... oops.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "fa39dc437a41733adaba241fd9036760283a516a",
      "tree": "4570515bf765a23bbfd1b4d47f1384afa6e73e79",
      "parents": [
        "b41fc4f82f6a73b8b2e8f44bd7ef075797d2dacb"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 21:54:21 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 21:54:21 2005 +1000"
      },
      "message": "powerpc32: Limit memory to lowmem if !CONFIG_HIGHMEM.\n\nThis trims off the extra unusable memory from the lmb structure,\nso we don\u0027t try to use it.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "b41fc4f82f6a73b8b2e8f44bd7ef075797d2dacb",
      "tree": "52338ab7d1921deeeb969203fb6a2a5b958ee145",
      "parents": [
        "c49888203d7a316cb947bb8a1cf2ae191f28bcd3"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 21:53:19 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 21:53:19 2005 +1000"
      },
      "message": "power: Update the multiple inclusion protection symbol on machdep.h\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "c49888203d7a316cb947bb8a1cf2ae191f28bcd3",
      "tree": "7e2962af5e6978361f04161c5d6fc3765fd21e77",
      "parents": [
        "bbd0abda9cc689a54df509aae00000bbb2a1a7d1"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 21:52:53 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 21:52:53 2005 +1000"
      },
      "message": "powerpc: Fixes to get the Longtrail CHRP a bit further\n\nTalk about buggy firmware...  the OF on the Longtrail returns 0\nfrom the claim client service rather than -1 when the claim fails.\nIt also has no device_type on the /memory node and blows up if\nthe output buffer for package-to-path is too big.\n\nThis also fixes a bug with calling alloc_up with align \u003d\u003d 0, where\nwe did _ALIGN_UP(alloc_bottom, 0) which will end up as 0.\n\nLastly, we now check the return value (in r3) from calling the\nprom, and return -1 from call_prom if we get a negative value back.\nThat is supposed to indicate that the requested client service\ndoesn\u0027t exist.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "bbd0abda9cc689a54df509aae00000bbb2a1a7d1",
      "tree": "d04e8f196f65f5598300485e654e5e90a6160aa6",
      "parents": [
        "303d72a0006c65bb8d16199c75a26338ce723811"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 21:45:56 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 21:45:56 2005 +1000"
      },
      "message": "powerpc: Merge 32-bit CHRP support.\n\nSMP still needs more work but UP gets as far as starting userspace\nat least.  This uses the 64-bit-style code for spinning up the cpus.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "303d72a0006c65bb8d16199c75a26338ce723811",
      "tree": "28e0c39198b0ffc61103b249e83aaa2798ba216c",
      "parents": [
        "6d0124fc06be40deafca043c73a8203c78bbfe45"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 17:22:33 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 17:22:33 2005 +1000"
      },
      "message": "powerpc: Don\u0027t limit pmac_get_rtc_time to return only positive values\n\nIf the machine\u0027s clock is set to a bogus value, this check resulted\nin userland waiting effectively forever for the RTC value to change,\nso remove the check.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "6d0124fc06be40deafca043c73a8203c78bbfe45",
      "tree": "a2db556568bb9ecc698d1e8ea3f88fd0c022aa01",
      "parents": [
        "830825d6c37a28061c0b6ca538a6411001cf3b2a"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 17:19:06 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 17:19:06 2005 +1000"
      },
      "message": "powerpc: Fix interrupt-tree parsing\n\nThe interrupt-tree parsing code wasn\u0027t offsetting interrupt numbers\nby 16 on 32-bit platforms with an i8259 interrupt controller, and\nit was confused about the encoding of interrupt sense and level\n(which is different for i8259 and openpic interrupt controllers,\njust to make things interesting).\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "830825d6c37a28061c0b6ca538a6411001cf3b2a",
      "tree": "99ead002881c53e0eda644175ba43d4a166fa26e",
      "parents": [
        "03501dab035ab7da5e1373f5e130cfd6346d3f21"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 17:16:38 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 17:16:38 2005 +1000"
      },
      "message": "powerpc: Pull out MPC106 (grackle) initialization code into its own file\n\nThis is so that the 32-bit CHRP code can use it.  The MPC106\ninitialization code is now in arch/powerpc/sysdev/grackle.c and\nis controlled by CONFIG_PPC_MPC106.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "03501dab035ab7da5e1373f5e130cfd6346d3f21",
      "tree": "53f8299442806612d8d2a73361b754063ce043fa",
      "parents": [
        "033ef338b6e007dc081c6282a4f2a9dd761f8cd2"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 17:11:18 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 17:11:18 2005 +1000"
      },
      "message": "powerpc: Pull common bits of setup_{32,64}.c into setup-common.c\n\nThis creates a new arch/powerpc/kernel/setup-common.c with various\nbits that setup_32.c and setup_64.c had in common - functions like\nmachine_shutdown/restart/power_off, show_cpuinfo, set_preferred_console\netc.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "033ef338b6e007dc081c6282a4f2a9dd761f8cd2",
      "tree": "3c77fad71c3d9ba04ddcdaea33063aaf7520ddb0",
      "parents": [
        "f9bd170a87948a9e077149b70fb192c563770fdf"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 17:05:24 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 17:05:24 2005 +1000"
      },
      "message": "powerpc: Merge rtas.c into arch/powerpc/kernel\n\nThis splits arch/ppc64/kernel/rtas.c into arch/powerpc/kernel/rtas.c,\nwhich contains generic RTAS functions useful on any CHRP platform,\nand arch/powerpc/platforms/pseries/rtas-fw.[ch], which contain\nsome pSeries-specific firmware flashing bits.  The parts of rtas.c\nthat are to do with pSeries-specific error logging are protected\nby a new CONFIG_RTAS_ERROR_LOGGING symbol.  The inclusion of rtas.o\nis controlled by the CONFIG_PPC_RTAS symbol, and the relevant\nplatforms select that.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "f9bd170a87948a9e077149b70fb192c563770fdf",
      "tree": "c759b57b67ab41a859e19f7dcee571504b368202",
      "parents": [
        "25635c71e44111a6bd48f342e144e2fc02d0a314"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 16:47:42 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 16:47:42 2005 +1000"
      },
      "message": "powerpc: Merge i8259.c into arch/powerpc/sysdev\n\nThis changes the parameters for i8259_init so that it takes two\nparameters: a physical address for generating an interrupt\nacknowledge cycle, and an interrupt number offset.  i8259_init\nnow sets the irq_desc[] for its interrupts; all the callers\nwere doing this, and that code is gone now.  This also defines\na CONFIG_PPC_I8259 symbol to select i8259.o for inclusion, and\nmakes the platforms that need it select that symbol.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "25635c71e44111a6bd48f342e144e2fc02d0a314",
      "tree": "794b0428a72fefa53a0d9d709247a60a5b4527da",
      "parents": [
        "d9953105ce000abcfa988d0c160b2662186f5879"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 16:36:55 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 16:36:55 2005 +1000"
      },
      "message": "ppc: Use the indirect_pci.c from arch/powerpc/sysdev\n\nThis defines a CONFIG_INDIRECT_PCI symbol to control whether it\ngets used or not, and fixes the Kconfig to select that symbol for\nplatforms that need it.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "d9953105ce000abcfa988d0c160b2662186f5879",
      "tree": "949e76f9bc3cd8307d2146e7eff2877ebc332628",
      "parents": [
        "21f35f28229ad1b017a0ea6cd17c10d6b9ec255f"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Mon Oct 24 15:07:30 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 16:00:29 2005 +1000"
      },
      "message": "[PATCH] powerpc: Move ras.c into arch/powerpc/platforms/pseries\n\nras.o is only built for CONFIG_PPC_PSERIES, so move it into\narch/powerpc/platforms/pseries. Update Makefiles to suit.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "21f35f28229ad1b017a0ea6cd17c10d6b9ec255f",
      "tree": "4bd56170e15f789545fae218008e7c4dbc4014fe",
      "parents": [
        "8c71632f7a13357b7dc5636fca68317f72d3043e"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Mon Oct 24 15:07:29 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 16:00:26 2005 +1000"
      },
      "message": "[PATCH] powerpc: Move firmware.h into include/asm-powerpc\n\nMove firmware.h into include/asm-powerpc.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "8c71632f7a13357b7dc5636fca68317f72d3043e",
      "tree": "de2bb6b4f9512b0d444ea2486ec3220de4796359",
      "parents": [
        "a6f3546ecd00a1566cee6e0d992f4c33c2d28287"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Mon Oct 24 15:07:27 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 16:00:19 2005 +1000"
      },
      "message": "[PATCH] powerpc: Remove trailing \\n\" in HMT macros\n\nGCC 3.3.3 barfs on the trailing \\n\" in the HMT macros.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a6f3546ecd00a1566cee6e0d992f4c33c2d28287",
      "tree": "e77f204d13dc153672b90a850006fbcac1c7677e",
      "parents": [
        "6d7f58b04d824843f7539a132e1ad8220bbe589a"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Mon Oct 24 15:07:26 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 16:00:09 2005 +1000"
      },
      "message": "[PATCH] powerpc: Remove duplicate definition of set_tb()\n\nSomewhere along the line we got two definitions of set_tb(). They look to\nbe identical although they\u0027re not textually identical. So remove the #ifdef\nCONFIG_PPC64 version, leaving the common version in time.h.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "6d7f58b04d824843f7539a132e1ad8220bbe589a",
      "tree": "156db49e7525c1f01d46376d9fa51567b3c51520",
      "parents": [
        "0fd6f717948083d480f38e97f62cc116faf0e534"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Tue Oct 25 23:57:33 2005 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 15:55:53 2005 +1000"
      },
      "message": "[PATCH] powerpc: Some minor cleanups to setup_32.c\n\n* Removed of_show_percpuinfo and just report CPU frequency in generic\n  show_cpuinfo code.\n* Killed OCP and PPC_SYS related code which doesn\u0027t belong in the\n  merge tree\n\nSigned-off-by: Kumar K. Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "0fd6f717948083d480f38e97f62cc116faf0e534",
      "tree": "f8747c6d7536e5bb883ef80d92d12d00556e22f3",
      "parents": [
        "ab590ccb428f874bb8f9cec1265cc1f9cb38b601"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Tue Oct 25 23:02:59 2005 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 15:55:46 2005 +1000"
      },
      "message": "[PATCH] powerpc: Add support for Book-E timer config to generic_calibrate_decr\n\nWe need to initialize some control SPRS for timers on Book-E before\nwe start taking decrementer interrupts.\n\nSigned-off-by: Kumar K. Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "ab590ccb428f874bb8f9cec1265cc1f9cb38b601",
      "tree": "a5776d126cd54794f4d9f523e368eb2a44ed20a5",
      "parents": [
        "bfbac4973687ae32df528f2811483f92b943f251"
      ],
      "author": {
        "name": "Becky Bruce",
        "email": "bgill@freescale.com",
        "time": "Mon Oct 24 14:50:46 2005 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 15:55:06 2005 +1000"
      },
      "message": "[PATCH] ppc: Fix m82xx_pci build\n\nA recent patch updated the name of pci_assign_all_busses to\npci_assign_all_buses.  This instance of its use wasn\u0027t corrected\nby the original patch to use the new name.\n\nBuilds cleanly on ads8272.\n\nSigned-off-by: Becky Bruce \u003cbecky.bruce@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "bfbac4973687ae32df528f2811483f92b943f251",
      "tree": "69d23f296702ee88b86ca8193e961e0bf7671e02",
      "parents": [
        "d95bbcb3a344b3eb84b45d162c0a20348f0af37f"
      ],
      "author": {
        "name": "Becky Bruce",
        "email": "bgill@freescale.com",
        "time": "Fri Oct 21 16:16:58 2005 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 15:54:42 2005 +1000"
      },
      "message": "[PATCH] powerpc: Fix types.h\n\nPowerpc: Fix types.h\n\nI noticed that Paul had already pulled the version of types.h that\nis missing the config.h include into the merge tree - this patch adds\nit back in.\n\nSigned-off-by: Becky Bruce \u003cbecky.bruce@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "d95bbcb3a344b3eb84b45d162c0a20348f0af37f",
      "tree": "036e03b868b09e3b064489ff7d8f2ccca26a9dda",
      "parents": [
        "60dda2565bbf31bbe662fd143a41c861b7a190cf"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Thu Oct 20 11:44:46 2005 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 15:54:31 2005 +1000"
      },
      "message": "[PATCH] powerpc: merge include/asm-ppc*/checksum.h into include/asm-powerpc/checksum.h\n\nSigned-off-by: Kumar Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "60dda2565bbf31bbe662fd143a41c861b7a190cf",
      "tree": "26821704b421cbfc50f50dc2cb7f028960b7294d",
      "parents": [
        "d2e615125762459fd2bb9f0c91881509a0b9c31b"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Thu Oct 20 11:44:03 2005 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 15:52:56 2005 +1000"
      },
      "message": "[PATCH] powerpc: some prom.c cleanups\n\nOn !CONFIG_PPC_MULTIPLATFORM _machine is defined as 0.  This is ok, but\nwe can\u0027t assign a value to _machine then.\n\nWe may not have CONFIG_PCI available, so only build in support for\nfind_parent_pci_resource(), request_OF_resource(), release_OF_resource()\nif PCI is enabled.  This is probably not the long term fix but works out\nfor now.\n\nMake reg_property64 contain 64-bit elements on a 32-bit machine.\n\nMark the deprecated prom.c functions as __deprecated.\n\nSigned-off-by: Kumar K. Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "d2e615125762459fd2bb9f0c91881509a0b9c31b",
      "tree": "249fc27bbf4b81f8cad1072f3ff359a7876fdd5a",
      "parents": [
        "340601043df518d6f4f82da285c60c785ac8a716"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Thu Oct 20 11:43:33 2005 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 26 15:52:37 2005 +1000"
      },
      "message": "[PATCH] powerpc: Make sure we have an RTC before trying to adjust it\n\nIts valid for ppc_md.set_rtc_time to be NULL.  We need to check\nthat its non-NULL before trying to update the RTC.\n\nSigned-off-by: Kumar K. Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "6693e74a16ef563960764bd963f1048392135c3c",
      "tree": "3ac1062a4b91270c0ea70eda6b802d1a2c74c2bf",
      "parents": [
        "5ed688a7162ff8d28d7cf98b34a1f825e4c2c2ac"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 25 20:40:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 25 20:40:09 2005 -0700"
      },
      "message": "PCI: be more verbose about resource quirks\n\nWhen reserving an PCI quirk, note that in the kernel bootup messages.\n\nAlso, parse the strange PIIX4 device resources - they should get their\nown PCI resource quirks, but for now just print out what it finds to\nverify that the code does the right thing.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5ed688a7162ff8d28d7cf98b34a1f825e4c2c2ac",
      "tree": "71b9717387e4b3ec8124ab23d53850b00e9be86f",
      "parents": [
        "5ac660ee1334b401450280cd282113b2c18398f5"
      ],
      "author": {
        "name": "Jochen Friedrich",
        "email": "jochen@scram.de",
        "time": "Sun Oct 23 10:33:52 2005 +0200"
      },
      "committer": {
        "name": "Arnaldo Carvalho de Melo",
        "email": "acme@mandriva.com",
        "time": "Tue Oct 25 21:34:39 2005 -0200"
      },
      "message": "[LLC]: Strip RIF flag from source MAC address\n\nSigned-off-by: Jochen Friedrich \u003cjochen@scram.de\u003e\nSigned-off-by: Arnaldo Carvalho de Melo \u003cacme@mandriva.com\u003e\n"
    },
    {
      "commit": "5ac660ee1334b401450280cd282113b2c18398f5",
      "tree": "0203fee844acab04738907761f15a42f6ee7dd2d",
      "parents": [
        "4ea6a8046bb49d43c950898f0cb4e1994ef6c89d"
      ],
      "author": {
        "name": "Jochen Friedrich",
        "email": "jochen@scram.de",
        "time": "Sun Oct 23 10:31:45 2005 +0200"
      },
      "committer": {
        "name": "Arnaldo Carvalho de Melo",
        "email": "acme@mandriva.com",
        "time": "Tue Oct 25 21:31:38 2005 -0200"
      },
      "message": "[TR]: Preserve RIF flag even for 2 byte RIF fields.\n\nSigned-off-by: Jochen Friedrich \u003cjochen@scram.de\u003e\nSigned-off-by: Arnaldo Carvalho de Melo \u003cacme@mandriva.com\u003e\n"
    },
    {
      "commit": "4ea6a8046bb49d43c950898f0cb4e1994ef6c89d",
      "tree": "cf7ab6f3a88ef7c66f28322febe18d7694ab27b9",
      "parents": [
        "444d1d9bb5b724f03344c9317bc01d54a9b39073"
      ],
      "author": {
        "name": "Yan Zheng",
        "email": "yanzheng@21cn.com",
        "time": "Mon Oct 24 19:55:23 2005 +0800"
      },
      "committer": {
        "name": "Arnaldo Carvalho de Melo",
        "email": "acme@mandriva.com",
        "time": "Tue Oct 25 21:17:52 2005 -0200"
      },
      "message": "[IPV6]: Fix refcnt of struct ip6_flowlabel\n\nSigned-off-by: Yan Zheng \u003cyanzheng@21cn.com\u003e\nAcked-by: YOSHIFUJI Hideaki \u003cyoshfuji@linux-ipv6.org\u003e\nSigned-off-by: Arnaldo Carvalho de Melo \u003cacme@mandriva.com\u003e\n"
    },
    {
      "commit": "444d1d9bb5b724f03344c9317bc01d54a9b39073",
      "tree": "6514f1acdc991777e6703510753f6988cbd00654",
      "parents": [
        "0db9ae4a79381a5a3d272ccb51851c48c4bcbb6d"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Tue Oct 25 11:00:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 25 13:51:48 2005 -0700"
      },
      "message": "[PATCH] qlogic lockup fix\n\nIf qla2x00_probe_one()\u0027s call to qla2x00_iospace_config() fails, we call\nqla2x00_free_device() to clean up.  But because ha-\u003edpc_pid hasn\u0027t been set\nyet, qla2x00_free_device() tries to stop a kernel thread which hasn\u0027t started\nyet.  It does wait_for_completion() against an uninitialised completion struct\nand the kernel hangs up.\n\nFix it by initialising ha-\u003edpc_pid a bit earlier.\n\nCc: Andrew Vasquez \u003candrew.vasquez@qlogic.com\u003e\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0db9ae4a79381a5a3d272ccb51851c48c4bcbb6d",
      "tree": "2799d939a04135e036eece1159771badac48e6e8",
      "parents": [
        "c14e2cfc18659c6ca67c2e10417c432eb978d976"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Oct 24 23:05:58 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 25 09:32:46 2005 -0700"
      },
      "message": "[PATCH] alpha: atomic dependency fix\n\nMy alpha build is exploding because asm/atomic.h now needs smb_mb(), which is\nover in the (not included) system.h.\n\nI fear what will happen if I include system.h into atomic.h, so let\u0027s put the\nbarriers into their own header file.\n\nCc: Richard Henderson \u003crth@twiddle.net\u003e\nCc: Ivan Kokshaysky \u003cink@jurassic.park.msu.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c34e152a494c0de8d920b70163d95235a51f4120",
      "tree": "138ffa50efb2dec4554d69d56f054f8a9377e113",
      "parents": [
        "d5c5d8fe32a4b9b14363c6031061e98e26da59a2"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@suse.cz",
        "time": "Mon Oct 24 22:30:10 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Oct 24 22:30:10 2005 +0100"
      },
      "message": "[ARM] fix sharp zaurus c-3000 compile failure without CONFIG_FB_PXA\n\nThis fixes compile problem when CONFIG_FB_PXA is not set.\n\n  LD      .tmp_vmlinux1\narch/arm/mach-pxa/built-in.o(.text+0x1d74): In function\n`spitz_get_hsync_len\u0027:\n: undefined reference to `pxafb_get_hsync_time\u0027\nmake: *** [.tmp_vmlinux1] Error 1\n3.46user 0.46system 5.10 (0m5.106s) elapsed 77.01%CPU\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "551f8f0e87becb415c522adccab524a7a05ca83a",
      "tree": "90b0cc25cb78c1d062e16e7bf4c049b4556e69eb",
      "parents": [
        "add7b58e7558dd2894f3c17ca8574099fcba5c15"
      ],
      "author": {
        "name": "Justin Chen",
        "email": "justin.chen@hp.com",
        "time": "Mon Oct 24 22:16:38 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Oct 24 22:16:38 2005 +0100"
      },
      "message": "[SERIAL] new hp diva console port\n\nAdd the new ID 0x132a and configure the new PCI Diva console port.  This\ndevice supports only 1 single console UART.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "add7b58e7558dd2894f3c17ca8574099fcba5c15",
      "tree": "c9f5b250f8b1df7476d6fb36e311dc0b4bf5c005",
      "parents": [
        "d5c5d8fe32a4b9b14363c6031061e98e26da59a2"
      ],
      "author": {
        "name": "Bjorn Helgaas",
        "email": "bjorn.helgaas@hp.com",
        "time": "Mon Oct 24 22:11:57 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Oct 24 22:11:57 2005 +0100"
      },
      "message": "[SERIAL] support the Exsys EX-4055 4S four-port card\n\nTested by Wolfgang Denk with this device:\n\n    00:0f.0 Network controller: PLX Technology, Inc. PCI \u003c-\u003e IOBus Bridge (rev 01)\n        Subsystem: Exsys EX-4055 4S(16C550) RS-232\n        Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-\n        Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL\u003dmedium \u003eTAbort- \u003cTAbort- \u003cMAbort- \u003eSERR- \u003cPERR-\n        Interrupt: pin A routed to IRQ 10\n        Region 0: Memory at 80100000 (32-bit, non-prefetchable) [size\u003d128]\n        Region 1: I/O ports at 7080 [size\u003d128]\n        Region 2: I/O ports at 7400 [size\u003d32]\n\n    00:0f.0 Class 0280: 10b5:9050 (rev 01)\n        Subsystem: d84d:4055\n\nResults with this patch:\n\n    Serial: 8250/16550 driver $Revision: 1.90 $ 32 ports, IRQ sharing enabled\n    ttyS0 at I/O 0x3f8 (irq \u003d 4) is a 16550A\n    PCI: Found IRQ 10 for device 0000:00:0f.0\n    ttyS4 at I/O 0x7400 (irq \u003d 10) is a 16550A\n    ttyS5 at I/O 0x7408 (irq \u003d 10) is a 16550A\n    ttyS6 at I/O 0x7410 (irq \u003d 10) is a 16550A\n    ttyS7 at I/O 0x7418 (irq \u003d 10) is a 16550A\n\nSigned-off-by: Bjorn Helgaas \u003cbjorn.helgaas@hp.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c14e2cfc18659c6ca67c2e10417c432eb978d976",
      "tree": "98cb56244406f8fb29c667aff59ffaf63dea1b9d",
      "parents": [
        "d5c5d8fe32a4b9b14363c6031061e98e26da59a2"
      ],
      "author": {
        "name": "James Simmons",
        "email": "jsimmons@infradead.org",
        "time": "Mon Oct 24 21:46:21 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 24 14:08:29 2005 -0700"
      },
      "message": "[PATCH] Return the line length via sysfs for fbdev\n\nThis small patch returns the stride/line length of the framebuffer via\nsysfs.\n\nSigned-off-by: James Simmons \u003cjsimmons@infradead.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d5c5d8fe32a4b9b14363c6031061e98e26da59a2",
      "tree": "c458da42df40e2ea472cb24f129e3b2a9a1dc0d2",
      "parents": [
        "10ded9493ec4a566977ed68b65158eba280e61e5"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Oct 24 18:16:50 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 24 09:45:28 2005 -0700"
      },
      "message": "[PATCH] ALSA: Fix Oops of suspend/resume with generic drivers\n\nThe patch fixes Oops from sound drivers using generic platform device\nbut have no suspend/resume callbacks.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "10ded9493ec4a566977ed68b65158eba280e61e5",
      "tree": "bec9a38b64745882a2a434a854e83c8da1c0be5d",
      "parents": [
        "a69ac4a78d8bd9e1ec478bd7297d4f047fcd44a8"
      ],
      "author": {
        "name": "Miklos Szeredi",
        "email": "miklos@szeredi.hu",
        "time": "Mon Oct 24 17:49:34 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 24 08:59:25 2005 -0700"
      },
      "message": "[PATCH] uml: fix compile failure for TT mode\n\nWithout this patch, uml compile fails with:\n\n  LD      .tmp_vmlinux1\narch/um/kernel/built-in.o: In function `config_gdb_cb\u0027:\narch/um/kernel/tt/gdb.c:129: undefined reference to `TASK_EXTERN_PID\u0027\n\nTested on i386, but fix needed on x86_64 too AFAICS.\n\nSigned-off-by: Miklos Szeredi \u003cmiklos@szeredi.hu\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a69ac4a78d8bd9e1ec478bd7297d4f047fcd44a8",
      "tree": "a56edf4f69cc01c6d4b7b3eeee3646c7ea9810df",
      "parents": [
        "ca531a0a5e01e5122f67cb6aca8fcbfc70e18e0b"
      ],
      "author": {
        "name": "Oleg Nesterov",
        "email": "oleg@tv-sign.ru",
        "time": "Mon Oct 24 18:29:58 2005 +0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 24 08:13:14 2005 -0700"
      },
      "message": "[PATCH] posix-timers: fix posix_cpu_timer_set() vs run_posix_cpu_timers() race\n\nThis might be harmless, but looks like a race from code inspection (I\nwas unable to trigger it).  I must admit, I don\u0027t understand why we\ncan\u0027t return TIMER_RETRY after \u0027spin_unlock(\u0026p-\u003esighand-\u003esiglock)\u0027\nwithout doing bump_cpu_timer(), but this is what original code does.\n\nposix_cpu_timer_set:\n\n\tread_lock(\u0026tasklist_lock);\n\n\tspin_lock(\u0026p-\u003esighand-\u003esiglock);\n\tlist_del_init(\u0026timer-\u003eit.cpu.entry);\n\tspin_unlock(\u0026p-\u003esighand-\u003esiglock);\n\nWe are probaly deleting the timer from run_posix_cpu_timers\u0027s \u0027firing\u0027\nlocal list_head while run_posix_cpu_timers() does list_for_each_safe.\n\nVarious bad things can happen, for example we can just delete this timer\nso that list_for_each() will not notice it and run_posix_cpu_timers()\nwill not reset \u0027-\u003efiring\u0027 flag. In that case,\n\n\t....\n\n\tif (timer-\u003eit.cpu.firing) {\n\t\tread_unlock(\u0026tasklist_lock);\n\t\ttimer-\u003eit.cpu.firing \u003d -1;\n\t\treturn TIMER_RETRY;\n\t}\n\nsys_timer_settime() goes to \u0027retry:\u0027, calls posix_cpu_timer_set() again,\nit returns TIMER_RETRY ...\n\nSigned-off-by: Oleg Nesterov \u003coleg@tv-sign.ru\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ca531a0a5e01e5122f67cb6aca8fcbfc70e18e0b",
      "tree": "4dc28c012d1bb78aba82acdcd2462d17020ba77e",
      "parents": [
        "3de463c7d9d58f8cf3395268230cb20a4c15bffa"
      ],
      "author": {
        "name": "Oleg Nesterov",
        "email": "oleg@tv-sign.ru",
        "time": "Mon Oct 24 14:36:28 2005 +0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 24 08:12:35 2005 -0700"
      },
      "message": "[PATCH] posix-timers: exit path cleanup\n\nNo need to rebalance when task exited\n\nSigned-off-by: Oleg Nesterov \u003coleg@tv-sign.ru\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ],
  "next": "3de463c7d9d58f8cf3395268230cb20a4c15bffa"
}
