)]}'
{
  "log": [
    {
      "commit": "b2c5f61920eeee9c4e78698de4fde4586fe5ae79",
      "tree": "53927c324413786b34db4f0e79cd0aa436d3f930",
      "parents": [
        "a4dc7ff08915a2035aa6d6decc53fa1deaa410bb"
      ],
      "author": {
        "name": "Mark A. Greer",
        "email": "mgreer@mvista.com",
        "time": "Tue Sep 19 14:05:08 2006 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 20 15:09:58 2006 +1000"
      },
      "message": "[POWERPC] Start arch/powerpc/boot code reorganization\n\nThis abstracts the operations used in the bootwrapper, and defines\nthe operations needed for the bootwrapper to run on an OF platform.\n\nThe operations have been divided up into platform ops (platform_ops),\nfirmware ops (fw_ops), device tree ops (dt_ops), and console ops\n(console_ops).\n\nThe proper operations will be hooked up at runtime to provide the\nfunctionality that you need.\n\nSigned-off-by: Mark A. Greer \u003cmgreer@mvista.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a4dc7ff08915a2035aa6d6decc53fa1deaa410bb",
      "tree": "9b28af3a21f915e3fe8ed7ee163be1b1d2bfe8b0",
      "parents": [
        "19e59df4dc2e6f7b46190ee77ce7093769f597a7"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Sep 19 14:06:27 2006 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 20 15:09:48 2006 +1000"
      },
      "message": "[POWERPC] Define of_read_ulong helper\n\nThere are various places where we want to extract an unsigned long\nvalue from a device-tree property that can be 1 or 2 cells in length.\nThis replaces some open-coded calculations, and one place where we\nassumed without checking that properties were the length we wanted,\nwith a little of_read_ulong() helper.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "19e59df4dc2e6f7b46190ee77ce7093769f597a7",
      "tree": "97860ac68308a91515fbdc1699d26a09aa9a0d10",
      "parents": [
        "5adcaf50cf697aa4d0c731107003c1383b59b214"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Thu Sep 14 14:55:36 2006 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed Sep 20 14:12:22 2006 +1000"
      },
      "message": "[POWERPC] iseries: eliminate a couple of warnings\n\nCopy and paste bug in io.h\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "5adcaf50cf697aa4d0c731107003c1383b59b214",
      "tree": "c4f93c02f43c325066a46e9d9221cac9d51125d8",
      "parents": [
        "73ea9e1bcb8eea4f3b2052fe7ccd7ee4b5a271a0"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Sep 19 22:17:49 2006 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed Sep 20 14:06:18 2006 +1000"
      },
      "message": "[POWERPC] convert string i/o operations to C\n\nThis produces essentially the same code and will make the iSeries i/o\nconsolidation easier.\n\nThe count parameter is changed to long since that will produce the same\n(better) code on 32 and 64 bit builds.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "73ea9e1bcb8eea4f3b2052fe7ccd7ee4b5a271a0",
      "tree": "be96595750908640a29fb5ad2a4a8224af2bb65e",
      "parents": [
        "661f1cdb8b3e3c2c44e97df122c1d5643c054ce8"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Sep 19 17:30:20 2006 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed Sep 20 14:06:18 2006 +1000"
      },
      "message": "[POWERPC] clean up ide io accessors\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "661f1cdb8b3e3c2c44e97df122c1d5643c054ce8",
      "tree": "9f540dda2d57d2ec2fcec5aee3b7f0a4c7992d94",
      "parents": [
        "fa053d2f008cb73fa768b8e171486d8c0b33312b"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Sep 19 16:52:55 2006 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed Sep 20 14:06:18 2006 +1000"
      },
      "message": "[POWERPC] remove unused asm routines\n\n_insw, _outsw, _insl amd _outsl are all unused, so remove them.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "fa053d2f008cb73fa768b8e171486d8c0b33312b",
      "tree": "007b3e058e9b065f7a38bd26bc7498802bf68940",
      "parents": [
        "9ca91e0fb5295e8317030feb889085e452cedab1"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Sep 19 14:51:40 2006 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed Sep 20 14:06:17 2006 +1000"
      },
      "message": "[POWERPC] remove unused io accessors\n\nThe io accessors insw_ns, outsw_ns, insl_ns and outsl_ns are unused\n(except for one unnecessary use in drivers/net/3c509.c that is addressed\nin a previous patch) and are only defined in powerpc/ppc, so remove them.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "9ca91e0fb5295e8317030feb889085e452cedab1",
      "tree": "54fffc6f581d4ae0b2491807f36998c067bdf76f",
      "parents": [
        "4f896e53eea70013fa48d0d8662680cf8aae8a43"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Thu Sep 14 16:59:31 2006 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed Sep 20 14:02:51 2006 +1000"
      },
      "message": "[POWERPC] silence a warning\n\nLeft over from the constifying of get_property.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "4f896e53eea70013fa48d0d8662680cf8aae8a43",
      "tree": "4a22e8033ac46f4a801e79e8002b60d792efd6cf",
      "parents": [
        "7dcd86e14319f4ceab883787ab2e00a5f860d14d"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Thu Aug 24 13:29:33 2006 +1000"
      },
      "committer": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed Sep 20 14:01:16 2006 +1000"
      },
      "message": "[POWERPC] make spinlocks work in a combined kernel\n\nIf we build a pSeries/iSeries combined kernel, we will need this.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\n"
    },
    {
      "commit": "7dcd86e14319f4ceab883787ab2e00a5f860d14d",
      "tree": "c5fa0ea156e38e0aa5edde243c43b0dee1c7f097",
      "parents": [
        "f04da0bc36566ad17cf21e4ac8dbae377ca1dc75"
      ],
      "author": {
        "name": "Kim Phillips",
        "email": "kim.phillips@freescale.com",
        "time": "Wed Sep 13 17:41:55 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Sep 14 10:36:11 2006 +1000"
      },
      "message": "[POWERPC] Fix MPC8349EMDS dts PCI interrupt-map values for IDSEL 0x18\n\nFix MPC8349EMDS dts PCI interrupt-map values for IDSEL 0x18 per\nTanya\u0027s catch.\n\nSigned-off-by: Kim Phillips \u003ckim.phillips@freescale.com\u003e\nSigned-off-by: Tanya Jiang \u003ctanya.jiang@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "f04da0bc36566ad17cf21e4ac8dbae377ca1dc75",
      "tree": "7555ffd9de1938ed533aa94452a98805508cece3",
      "parents": [
        "c547fc28ab3e8716076fdaf4bd0260c5d63a18f7"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Wed Sep 13 13:32:39 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Sep 14 10:36:11 2006 +1000"
      },
      "message": "[POWERPC] Fix non-smp build\n\nThis fixes a compile error that only surfaces on CONFIG_SMP\u003dn builds;\n\u003casm/hvcall.h\u003e seems to get pulled in through another header file for\nSMP builds.  This problem was introduced by the hvcall stats patch.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "c547fc28ab3e8716076fdaf4bd0260c5d63a18f7",
      "tree": "34af1fa64a63618660187ae58ad182665a1861ef",
      "parents": [
        "3dd836a56de0d4f049438412959b905e1db4666e",
        "63b98080daa35f0d682db04f4fb7ada010888752"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Sep 14 07:07:18 2006 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Sep 14 07:07:18 2006 +1000"
      },
      "message": "Merge branch \u0027linux-2.6\u0027\n"
    },
    {
      "commit": "63b98080daa35f0d682db04f4fb7ada010888752",
      "tree": "213e124c89a51bbb99dd8e07fb6eacc970bbdc99",
      "parents": [
        "1883c5aba9973331e3ff0050e05707fe8e84fe0d",
        "eeac5c142b8687e35780b11b54b4c2f95b1a2436"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 08:01:41 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 08:01:41 2006 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:\n  [POWERPC] Fix G5 DART (IOMMU) race causing occasional data corruption\n  [POWERPC] Fix MMIO ops to provide expected barrier behaviour\n  [POWERPC] Fix interrupt clearing in kdump shutdown sequence\n  [POWERPC] update prep_defconfig\n  [POWERPC] kdump: Support kernels having 64k page size.\n  [POWERPC] Implement PowerPC futex_atomic_cmpxchg_inatomic().\n  [POWERPC] Add new, missing argument to of_irq_map_raw() for 86xx.\n  [POWERPC] Update defconfigs\n"
    },
    {
      "commit": "1883c5aba9973331e3ff0050e05707fe8e84fe0d",
      "tree": "3ef47d3499c9bc74898cb883f4c6668532146ea4",
      "parents": [
        "a2aa3e2304e21e2b8bf52b69ac9f1e0cb0320909"
      ],
      "author": {
        "name": "Mike Miller",
        "email": "mike.miller@hp.com",
        "time": "Tue Sep 12 20:36:07 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:16 2006 -0700"
      },
      "message": "[PATCH] cciss: version update, new hw\n\nAdd support for new hardware and bumps the version to 3.6.10.  It seems\nthere were several changes introduced including soft_irq.  I decided to\nbump the major number to reflect these changes.  Since we\u0027re still\nsupporting older vendor kernels I need some way differentiate between\nkernel versions \u003c\u003d2.6.10 and newer kernels \u003e\u003d2.6.16.\n\nSigned-off-by: Mike Miller \u003cmike.miller@hp.com\u003e\nCc: Jens Axboe \u003caxboe@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a2aa3e2304e21e2b8bf52b69ac9f1e0cb0320909",
      "tree": "67bf4deebf807ee939ad5f91491c2e1b312e6e62",
      "parents": [
        "f01f0f052d1255dcdcf11d4872c4bca95e46b36c"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Sep 12 20:36:06 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:16 2006 -0700"
      },
      "message": "[PATCH] headers_check: fix userspace build of asm-mips/page.h\n\nMIPS asm/page.h unconditionally includes \u003casm-generic/memory_model.h\u003e, which\ndoesn\u0027t exist in userspace.  Move an #endif /* __KERNEL__ */ down a few lines\nto prevent that.\n\nAlso, remove the broken definition of PAGE_SIZE which is never going to be\ncorrect -- in the absence of PAGE_SIZE, non-broken userspace will fall back to\nusing sysconf() or getpagesize() instead.\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f01f0f052d1255dcdcf11d4872c4bca95e46b36c",
      "tree": "813950ac98390893ede57af6693ffe42bc5609a5",
      "parents": [
        "651c923a4446dc5aee385d81c2436d6edf8c9a0c"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Sep 12 20:36:05 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:16 2006 -0700"
      },
      "message": "[PATCH] headers_check: don\u0027t expose PFN stuff to userspace in \u003casm-i386/setup.h\u003e\n\nThe header file \u003clinux/pfn.h\u003e doesn\u0027t exist in userspace and probably\nshouldn\u0027t -- but it\u0027s used unconditionally in \u003casm-i386/setup.h\u003e.  Protect it\nwith #ifdef __KERNEL__ and move setup.h from $(header-y) to $(unifdef-y) in\nKbuild accordingly.\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "651c923a4446dc5aee385d81c2436d6edf8c9a0c",
      "tree": "b1323fa960c2af80d87af40d8597d72d4e61e4f0",
      "parents": [
        "b40c274a03f70d1f758753c56452bed506e47a09"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Sep 12 20:36:04 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:15 2006 -0700"
      },
      "message": "[PATCH] headers_check: move kernel-only #includes within \u003casm-i386/elf.h\u003e\n\nSome files which don\u0027t exist in userspace were being included unconditionally\nin asm-i386/elf.h.  Move the offending #includes down a few lines so that\nthey\u0027re protected by #ifdef __KERNEL__\n\nIn fact, we probably want to kill off all userspace use of asm/elf.h -- but we\naren\u0027t there yet, so we should at least make it possible to include it for\nnow.\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b40c274a03f70d1f758753c56452bed506e47a09",
      "tree": "0a2084d2bc69580703ddde93e77d160c69d92ba1",
      "parents": [
        "ee6baf884b27739cca110e5167a2edfa061ca19f"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Sep 12 20:36:04 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:15 2006 -0700"
      },
      "message": "[PATCH] headers_check: move inclusion of \u003clinux/linkage.h\u003e in \u003casm-i386/signal.h\u003e\n\nBecause \u003clinux/linkage.h\u003e doesn\u0027t exist in userspace, it should be only\nincluded from within #ifdef __KERNEL__.  Move the corresponding #include\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ee6baf884b27739cca110e5167a2edfa061ca19f",
      "tree": "27db3ed3a2d2c441fe0cda5811954421b5e0512c",
      "parents": [
        "7f1cbe51ffc1273bcded36742ede4b6ebef1b640"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Sep 12 20:36:03 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:15 2006 -0700"
      },
      "message": "[PATCH] headers_check: remove \u003casm/timex.h\u003e from user export\n\nThere\u0027s useful stuff in \u003clinux/timex.h\u003e but \u003casm/timex.h\u003e has nothing for\nuserspace.  Stop exporting it, and include it only from within the existing\n#ifdef __KERNEL__ part of \u003clinux/timex.h\u003e\n\nThis fixes a \u0027make headers_check\u0027 failure on i386 because asm-i386/timex.h\nincludes both asm-i386/tsc.h and asm-i386/processor.h, neither of which are\nexported to userspace.  It\u0027s not entirely clear _why_ it includes either of\nthese, but it does.\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7f1cbe51ffc1273bcded36742ede4b6ebef1b640",
      "tree": "c9b02340f7f0884164026ce1e494d585490b0ad7",
      "parents": [
        "d5e064a6c733d3902302dbaca33dd3c76af77f38"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Sep 12 20:36:02 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:15 2006 -0700"
      },
      "message": "[PATCH] headers_check: reduce user-visible noise in \u003clinux/nfs_fs.h\u003e\n\nWe don\u0027t need any of this crap included from the user-visible part of nfs_fs.h\n-- remove it all.\n\nIn fact, we probably don\u0027t need anything but NFS_SUPER_MAGIC to be defined; is\nthere any need for anything else?  And magic numbers should probably move to\n\u003clinux/magic.h\u003e rather than being strewn across various fs-specific include\nfiles which exist in userspace for solely that purpose.\n\nWith this patch, \u0027make header_check\u0027 works again at least on PowerPC.\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nCc: Trond Myklebust \u003ctrond.myklebust@fys.uio.no\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d5e064a6c733d3902302dbaca33dd3c76af77f38",
      "tree": "29f589a7aa8847a57d09278e80712d65e3177430",
      "parents": [
        "120e2a97268c312bf81ee3d8cacc75d1f75ef8b5"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Tue Sep 12 20:36:01 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:15 2006 -0700"
      },
      "message": "[PATCH] headers_check: clarify error message\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "120e2a97268c312bf81ee3d8cacc75d1f75ef8b5",
      "tree": "1c7f2aa0bc0ebb3f34edfe33eae02be0f2da507a",
      "parents": [
        "354332ee44834819ff31a0afbeffda0c32244f8f"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Tue Sep 12 20:36:00 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:15 2006 -0700"
      },
      "message": "[PATCH] headers_check: improve #include regexp\n\nThe following combinations of pp-tokens are used\n\n\t#include\n\t #include\n\t# include\n\nso, script\u0027d better check for all of them.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "354332ee44834819ff31a0afbeffda0c32244f8f",
      "tree": "d2ebd322ed731164dae55157528ad6b6672d6160",
      "parents": [
        "dd9daa221e77f642954849a795fa7c59533a9b2f"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@goop.org",
        "time": "Tue Sep 12 20:35:57 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:14 2006 -0700"
      },
      "message": "[PATCH] x86: reserve a boot-loader ID number for Xen\n\nClaim an ID number for Xen in the LOADER_TYPE field.\n\nAlso, keep the table in zero-page.txt consistent with boot.txt.\n\n[hpa says: 6 was skipped because I couldn\u0027t rule out that it hadn\u0027t been\n unofficially used.  It seemed easier to skip it for now.]\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy@xensource.com\u003e\nAcked-by: \"H. Peter Anvin\" \u003chpa@zytor.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dd9daa221e77f642954849a795fa7c59533a9b2f",
      "tree": "6b207a5296063e1a773f36fb724402ea7cbab7eb",
      "parents": [
        "7fbb36451a91de6e8f9ece4f1f1ee9bd8ebf838a"
      ],
      "author": {
        "name": "Oleg Nesterov",
        "email": "oleg@tv-sign.ru",
        "time": "Tue Sep 12 20:35:55 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:14 2006 -0700"
      },
      "message": "[PATCH] rcu_do_batch: make -\u003eqlen decrement irq safe\n\nrcu_do_batch() decrements rdp-\u003eqlen with irqs enabled.  This is not good,\nit can also be modified by call_rcu() from interrupt.\n\nDecrement -\u003eqlen once with irqs disabled, after a main loop.\n\nSigned-off-by: Oleg Nesterov \u003coleg@tv-sign.ru\u003e\nCc: Dipankar Sarma \u003cdipankar@in.ibm.com\u003e\nCc: \"Paul E. McKenney\" \u003cpaulmck@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7fbb36451a91de6e8f9ece4f1f1ee9bd8ebf838a",
      "tree": "407afc82b2560a785592a6cb052f3124504fcf12",
      "parents": [
        "e11db063d86d0ef9d7903cb463bb542b5d4e9ddd"
      ],
      "author": {
        "name": "Stefan Richter",
        "email": "stefanr@s5r6.in-berlin.de",
        "time": "Tue Sep 12 20:35:54 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:14 2006 -0700"
      },
      "message": "[PATCH] SCSI: lockdep annotation in scsi_send_eh_cmnd\n\nFixup for lockdep enabled kernels: Annotate an on-stack completion.\n\nSigned-off-by: Stefan Richter \u003cstefanr@s5r6.in-berlin.de\u003e\nAcked-by: Ingo Molnar \u003cmingo@elte.hu\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": "e11db063d86d0ef9d7903cb463bb542b5d4e9ddd",
      "tree": "646a193a8e8b8a20a8a9836a2ed7760f21a776f1",
      "parents": [
        "af45f32d25cc1e374184675eadc9f740221d8392"
      ],
      "author": {
        "name": "Michael De Backer",
        "email": "micdb@skynet.be",
        "time": "Tue Sep 12 20:35:53 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:14 2006 -0700"
      },
      "message": "[PATCH] alim15x3.c: M5229 (rev c8) support for DMA cd-writer\n\nConfiguration bits are not set properly for DMA on some chipset revisions.\nIt has already been corrected for M5229 (rev c7) but not for M5229 (rev\nc8).  This leads to the bug described at\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d5786 (lost interrupt + ide bus\nhangs).\n\nSigned-off-by: Michael De Backer \u003cmicdb@skynet.be\u003e\nAcked-by: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "af45f32d25cc1e374184675eadc9f740221d8392",
      "tree": "54e804d974dbd1d262fe78d14c8d384cfaea9df4",
      "parents": [
        "9bb25bf36f0d7b06368432e2324dbbc2e98b5e60"
      ],
      "author": {
        "name": "Greg KH",
        "email": "greg@kroah.com",
        "time": "Tue Sep 12 20:35:52 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:14 2006 -0700"
      },
      "message": "[PATCH] We can not allow anonymous contributions to the kernel\n\nThe DCO does not mean anything if we allow anonymous contributors to the\nkernel.  As this is an open source project, we need to do everything in the\nopen.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9bb25bf36f0d7b06368432e2324dbbc2e98b5e60",
      "tree": "c788a094599f6d1d82bd1263290757d7a6a1d7c7",
      "parents": [
        "a4f5749ba6e3f23ae4a137cee10324830db4d081"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Sep 12 20:35:50 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:14 2006 -0700"
      },
      "message": "[PATCH] lockdep: double the number of stack-trace entries\n\nMiles Lane reported the \"BUG: MAX_STACK_TRACE_ENTRIES too low!\" message,\nwhich means that during normal use his system produced enough lockdep\nevents so that the 128-thousand entries stack-trace array got exhausted.\nDouble the size of the array.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Miles Lane \u003cmiles.lane@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a4f5749ba6e3f23ae4a137cee10324830db4d081",
      "tree": "5f3908d5bf29f97b65c01a140bb62a9ef9e3003a",
      "parents": [
        "95064a75ebf8744e1ff595e8cd7ff9b6c851523e"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Tue Sep 12 20:35:49 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 13 07:32:14 2006 -0700"
      },
      "message": "[PATCH] libata: ignore CFA signature while sanity-checking an ATAPI device\n\n0x848a in ID word 0 indicates CFA device iff the ID data is obtained from\nIDENTIFY DEVICE.  For ATAPI devices, 0x848a in ID work 0 indicates valid\nATAPI device.  Fix sanity check in ata_dev_read_id() such that ATAPI\ndevices reporting 0x848a in ID word 0 is not handled as error.\n\nThe problem is identified by J.A.  Magallon with HL-DT-ST DVDRAM GSA-4120B.\n\nSigned-off-by: Tejun Helo \u003chtejun@gmail.com\u003e\nCc: J.A. Magallon \u003cjamagallon@ono.com\u003e\nAcked-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nAcked-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "eeac5c142b8687e35780b11b54b4c2f95b1a2436",
      "tree": "c0df8f3f5b154d41a63bff1a4e49f2bf5172b079",
      "parents": [
        "f007cacffc8870702a1473d83ba5e4922d54e17c"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Sep 13 22:12:52 2006 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 22:12:52 2006 +1000"
      },
      "message": "[POWERPC] Fix G5 DART (IOMMU) race causing occasional data corruption\n\nIt seems that the occasional data corruption observed with the tg3\ndriver wasn\u0027t due to missing barriers after all, but rather seems to\nbe due to the DART (\u003d IOMMU) in the U4 northbridge reading stale\nIOMMU table entries from memory due to a race.  This fixes it by\nmaking the CPU read the entry back from memory before using it.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e"
    },
    {
      "commit": "f007cacffc8870702a1473d83ba5e4922d54e17c",
      "tree": "7faa1dbd7ccd2c4536f29852e0fedf7499d90508",
      "parents": [
        "2e8e8dacc566cc91cd8707cb092e76c7bbfab178"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 22:08:26 2006 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 22:08:26 2006 +1000"
      },
      "message": "[POWERPC] Fix MMIO ops to provide expected barrier behaviour\n\nThis changes the writeX family of functions to have a sync instruction\nbefore the MMIO store rather than after, because the generally expected\nbehaviour is that the device receiving the MMIO store can be guaranteed\nto see the effects of any preceding writes to normal memory.\n\nTo preserve ordering between writeX and readX, and to preserve ordering\nbetween preceding stores and the readX, the readX family of functions\nhave had an sync added before the load.\n\nAlthough writeX followed by spin_unlock is not officially guaranteed\nto keep the writeX inside the spin-locked region unless an mmiowb()\nis used, there are currently drivers that depend on the previous\nbehaviour on powerpc, which was that the mmiowb wasn\u0027t actually required.\nTherefore we have a per-cpu flag that is set by writeX, cleared by\n__raw_spin_lock and mmiowb, and tested by __raw_spin_unlock.  If it is\nset, __raw_spin_unlock does a sync and clears it.\n\nThis changes both 32-bit and 64-bit readX/writeX.  32-bit already has a\nsync in __raw_spin_unlock (since lwsync doesn\u0027t exist on 32-bit), and thus\ndoesn\u0027t need the per-cpu flag.\n\nTested on G5 (PPC970) and POWER5.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e"
    },
    {
      "commit": "3dd836a56de0d4f049438412959b905e1db4666e",
      "tree": "d42c0afb2a438403683904c0af089c74167767d6",
      "parents": [
        "26c8af5f01dfb91f709cc2ba07fb650949aae13e"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Tue Sep 12 16:04:25 2006 +0100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:39:53 2006 +1000"
      },
      "message": "[POWERPC] Export copy_4K_page()\n\nExport copy_4K_page() for use by modules via copy_page() (such as\nCacheFiles).\n\nSigned-Off-By: David Howells \u003cdhowells@redhat.com\u003e\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "26c8af5f01dfb91f709cc2ba07fb650949aae13e",
      "tree": "dbaa11641da7348bb2fbde3c75429449c7ca4104",
      "parents": [
        "87fd7724d4022913ae8dbee3ed55cd04f2c316a6"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olaf@aepfle.de",
        "time": "Fri Sep 08 16:29:21 2006 +0200"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:39:53 2006 +1000"
      },
      "message": "[POWERPC] print backtrace when entering xmon\n\nxmon does not print a backtrace per default. This is bad on systems with\nUSB keyboard, the most needed info about the crash is lost.\nprint a backtrace during the very first xmon entry.\n\nBooting with xmon\u003dnobt disables the autobacktrace functionality.\n\nSigned-off-by: Olaf Hering \u003colaf@aepfle.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "87fd7724d4022913ae8dbee3ed55cd04f2c316a6",
      "tree": "9b27b41d106e25ed8185a32db37b63f89df0220f",
      "parents": [
        "06e6d290ac7a9fb6fcec3a2207988163709f06aa"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Thu Sep 07 15:18:08 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:39:53 2006 +1000"
      },
      "message": "[POWERPC] Quiet hvc_console console output on failed opens\n\nNo other tty driver will print on the console when the open of it fails.\n\nOn systems that happen to be configured for both ttyS0 and hvc0 console,\nthis will keep flooding the console output.  This is most likely to\nhappen with systems booted between with and without hypervisor from the\nsame filesystem.\n\nLet\u0027s just remove it. When it\u0027s really needed (i.e. when the open fails\nand someone is trying to debug it), noone will see the output anyway. And\ninit will report the opens failing in due time through the syslog.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nAcked-by: Ryan S. Arnold \u003crsa@us.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "06e6d290ac7a9fb6fcec3a2207988163709f06aa",
      "tree": "b307d4cedab14f39b34d7eddbbeb6525dc7b2025",
      "parents": [
        "57852a853b0d6761f270be0961d5d8387e98c8bb"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jdub@us.ibm.com",
        "time": "Thu Sep 07 08:25:40 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:39:53 2006 +1000"
      },
      "message": "[POWERPC] PPC: Fix Kconfig whitespace warnings\n\nFix the following whitespace warnings when compiling with ARCH\u003dppc\n\narch/ppc/Kconfig:1207:warning: leading whitespace ignored\narch/ppc/Kconfig:1226:warning: leading whitespace ignored\narch/ppc/Kconfig:1231:warning: leading whitespace ignored\n\nAlso fix a typo (\"Supprt\").\n\nSigned-off-by: Josh Boyer \u003cjdub@us.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "57852a853b0d6761f270be0961d5d8387e98c8bb",
      "tree": "f3c3ff7ec94014a9acba27761dd489fdce1c66db",
      "parents": [
        "ab06ff3af34a6288b314862abfebd86ad918c5d9"
      ],
      "author": {
        "name": "Mike Kravetz",
        "email": "kravetz@us.ibm.com",
        "time": "Wed Sep 06 16:23:12 2006 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:39:53 2006 +1000"
      },
      "message": "[POWERPC] powerpc: Instrument Hypervisor Calls\n\nAdd instrumentation for hypervisor calls on pseries.  Call statistics\ninclude number of calls, wall time and cpu cycles (if available) and\nare made available via debugfs.  Instrumentation code is behind the\nHCALL_STATS config option and has no impact if not enabled.\n\nSigned-off-by: Mike Kravetz \u003ckravetz@us.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "ab06ff3af34a6288b314862abfebd86ad918c5d9",
      "tree": "66c38b43bc2f39420c5c47ce50dcd59c2baec6d9",
      "parents": [
        "1e76875e51266a5c43f601ecf08a92be5769228c"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Wed Sep 06 14:44:54 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:39:53 2006 +1000"
      },
      "message": "[POWERPC] powerpc: PA Semi PWRficient MAINTAINER entry\n\nMaintainer entry for PWRficient\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "1e76875e51266a5c43f601ecf08a92be5769228c",
      "tree": "62867c80d57bd5fc335917dc0c2bcd26dfcc934b",
      "parents": [
        "b3ebd1d862d6c23caa58e40d341eefc426f835e1"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Wed Sep 06 14:42:08 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:39:53 2006 +1000"
      },
      "message": "[POWERPC] powerpc: PA Semi PWRficient platform support\n\nBase patch for PA6T and PA6T-1682M. This introduces the\narch/powerpc/platform/pasemi directory, together with basic\nimplementations for various setup.\n\nMuch of this was based on other platform code, i.e. Maple, etc.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "b3ebd1d862d6c23caa58e40d341eefc426f835e1",
      "tree": "c4db512b520833be44b72b97aab0c439138bfb5e",
      "parents": [
        "0024300000769eadcb4a4fcdff531d45ee7735d4"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Wed Sep 06 14:35:57 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:39:52 2006 +1000"
      },
      "message": "[POWERPC] powerpc: PA6T cputable entry, PVR value\n\nIntroduce PWRficient PA6T cputable entries and feature bits.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "0024300000769eadcb4a4fcdff531d45ee7735d4",
      "tree": "18a94c4df1716a59a80b8b6934e55a75677f26c3",
      "parents": [
        "5a2fe38d2844ba2f2dd8f4946d795e09d8f7e095"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Wed Sep 06 14:35:19 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:39:52 2006 +1000"
      },
      "message": "[POWERPC] powerpc: Divorce CPU_FTR_CTRL from CPU_FTR_PPCAS_ARCH_V2_BASE\n\nThe performance monitor implementation (including CTRL register behaviour)\nis just included in PPC v2 as an example, it\u0027s not truly part of the base.\n\nIt\u0027s actually a somewhat misleading feature, but I\u0027ll leave that be for\nnow: The presence of the register is not what the feature bit is used\nfor, but instead it\u0027s used to determine if it contains the runlatch\nbit for idle reporting of the performance monitor. For alternative\nimplementations, the register might still exist but the bit might have\ndifferent meaning (or no meaning at all).\n\nFor now, split it off and don\u0027t include it in CPU_FTR_PPCAS_ARCH_V2_BASE.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "5a2fe38d2844ba2f2dd8f4946d795e09d8f7e095",
      "tree": "21a995bedd7c7fdca8b2fdb3b7f91f4bfc8228a3",
      "parents": [
        "b7e89214aadf82fa5eaff28f50f2078fa6ae773c"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Wed Sep 06 14:34:41 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:39:52 2006 +1000"
      },
      "message": "[POWERPC] powerpc: Reduce default cacheline size to 64 bytes\n\nReduce default cacheline size on 64-bit powerpc from 128 bytes to 64.\nThis is the architected minimum. In most cases we\u0027ll still end up using\ncache line information from the device tree, but defaults are used during\nearly boot and doing a few dcbst/icbi\u0027s too many there won\u0027t do any harm.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "b7e89214aadf82fa5eaff28f50f2078fa6ae773c",
      "tree": "877bfd9e81dcdb68a2a66080ee562fc4796b0975",
      "parents": [
        "477bcae4c289a60f2303fbd4a3a875dcca647cf8"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jdub@us.ibm.com",
        "time": "Thu Sep 07 13:27:58 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:39:52 2006 +1000"
      },
      "message": "[POWERPC] PPC 4xx: Enable XMON on PPC 4xx boards\n\nThe following patch allows XMON to run on the 4xx platform.  Tested on\nWalnut, Ebony, and Nova (440GX based) eval boards.  440EP, 440SP, and\n440SPE boards should work as well.  Patch is against 2.6.18-rc6.\n\nSigned-off-by: Josh Boyer \u003cjdub@us.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "477bcae4c289a60f2303fbd4a3a875dcca647cf8",
      "tree": "c9c7136011ad809d433e94c9bc482f7526c53627",
      "parents": [
        "c3412dcb75ff4d64b44bedc72761d5707d19edf7"
      ],
      "author": {
        "name": "Corey Minyard",
        "email": "minyard@acm.org",
        "time": "Wed Sep 06 09:02:53 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:39:52 2006 +1000"
      },
      "message": "[POWERPC] Make function of pm_power_off consistent with x86\n\nAllow the pm_power_off function variable in PPC to work as an override.\nThis makes the function consistent with the other architectures and it\nallows generic poweroff operations (like those provided in IPMI\nsystems) to work properly on PPC.\n\nSigned-off-by: Corey Minyard \u003cminyard@acm.org\u003e\nCc: Joseph Barnett \u003cjbarnett@motorola.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "c3412dcb75ff4d64b44bedc72761d5707d19edf7",
      "tree": "3e893de720ce5aca6a3e6471cd6ef0fcbcb62281",
      "parents": [
        "f50d4cfc98d70f919afb2924b1b53c36b2f4e62f"
      ],
      "author": {
        "name": "Will Schmidt",
        "email": "will_schmidt@vnet.ibm.com",
        "time": "Wed Aug 30 13:11:38 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:39:52 2006 +1000"
      },
      "message": "[POWERPC] Emulate power5 popcntb instruction\n\nIn an attempt to make it easier for a power5 optimized app to run on a\npower4 or a 970 or random earlier machine, this provides emulation of\nthe popcntb instruction.\n\nSigned-off-by: Will Schmidt \u003cwill_schmidt@vnet.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "f50d4cfc98d70f919afb2924b1b53c36b2f4e62f",
      "tree": "352c8c20b13d6951de56c90895161c06e1bb0563",
      "parents": [
        "aa43f77939c97bf9d3580c6a5e71a5a40290e451"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu Aug 24 16:54:08 2006 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:39:52 2006 +1000"
      },
      "message": "[POWERPC] Split out vpa unregister logic from pseries_kexec_cpu_down_xics()\n\nAs part of the new irq code pseries_kexec_cpu_down() was split into a\nxics and mpic version. The vpa unregister logic is now only done in the\nxics routine, and although that\u0027s ok in practice (we don\u0027t have SPLPAR\nmachines with mpic), I\u0027d rather have the two concepts stay separate.\n\nSo move the vpa unregister into pseries_kexec_cpu_down(), which gets called\nby both the xics and mpic routines. This also gives us an obvious place to\nput any new kexec-down logic needed in future.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "2e8e8dacc566cc91cd8707cb092e76c7bbfab178",
      "tree": "ccb14c4d73874782bef530877f3e0066284bce3f",
      "parents": [
        "ebf2ed283897b752daa743952aff43d78b725183"
      ],
      "author": {
        "name": "Mohan Kumar M",
        "email": "mohan@in.ibm.com",
        "time": "Tue Sep 12 17:48:21 2006 +0530"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:31:23 2006 +1000"
      },
      "message": "[POWERPC] Fix interrupt clearing in kdump shutdown sequence\n\nCall chip-\u003eeoi(irq) to clear any pending interrupt in case of kdump\nshutdown sequence.  chip-\u003eend(irq) does not serve this purpose.\n\nSigned-off-by: Mohan Kumar M \u003cmohan@in.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "ebf2ed283897b752daa743952aff43d78b725183",
      "tree": "b8355873a18afd892b6d2fd5746628a25ca27aef",
      "parents": [
        "e269d269e0b53a7a6cb1d04290f8174bf0488cb4"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olaf@aepfle.de",
        "time": "Thu Sep 07 14:44:45 2006 +0200"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:30:08 2006 +1000"
      },
      "message": "[POWERPC] update prep_defconfig\n\nUpdate PReP defconfig, disable some drivers for hardware that is not\nused on those systems; enable SL82C105 IDE driver for Powerstack.\n\nSigned-off-by: Olaf Hering \u003colaf@aepfle.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e269d269e0b53a7a6cb1d04290f8174bf0488cb4",
      "tree": "387a80fdf9a3ca1ff052911bc3990126e3f0d9ca",
      "parents": [
        "69588298188b40ed7f75c98a6fd328d82f23ca21"
      ],
      "author": {
        "name": "Sachin P. Sant",
        "email": "sachinp@in.ibm.com",
        "time": "Fri Sep 08 07:59:52 2006 +0530"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:30:04 2006 +1000"
      },
      "message": "[POWERPC] kdump: Support kernels having 64k page size.\n\nThis is required to generate proper core files using kdump on ppc64.\n\nCreate a backup region of 64K size irrespective of the PAGE SIZE.\nAt present 32K was used as backup size. In the case of 64K page size,\nsecond PT_LOAD segments starts at 32K and the first one is not page\naligned.  __ioremap() (crash_dump.c) fails if pfn \u003d 0 which is the\ncase for the second PT_LOAD segment. This is not an issue for 4K page\nsize because the the first page (32K backup) is copied to second\nkernel memory and thus referencing with the second kernel pfn.\n\nSigned-off-by: Sachin Sant \u003csachinp@in.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "69588298188b40ed7f75c98a6fd328d82f23ca21",
      "tree": "4b8f8846cc3f4a0f4ae9eb04e4b2de2c12da75fe",
      "parents": [
        "20fb96e2aa009ae9892fde9ef7ffa82f56eebd11"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Mon Sep 04 21:53:14 2006 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:28:41 2006 +1000"
      },
      "message": "[POWERPC] Implement PowerPC futex_atomic_cmpxchg_inatomic().\n\nThe sys_[gs]et_robust_list() syscalls were wired up on PowerPC but\ndidn\u0027t work correctly because futex_atomic_cmpxchg_inatomic() wasn\u0027t\nimplemented.  Implement it, based on __cmpxchg_u32().\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "20fb96e2aa009ae9892fde9ef7ffa82f56eebd11",
      "tree": "7e1cbaeb9dc72d1e332fe9a68435eb00ddda4e82",
      "parents": [
        "fb7d527c1aec5e224fb3a0772337f8b5e59eecd0"
      ],
      "author": {
        "name": "Jon Loeliger",
        "email": "jdl@freescale.com",
        "time": "Fri Sep 01 10:17:20 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 13 18:28:28 2006 +1000"
      },
      "message": "[POWERPC] Add new, missing argument to of_irq_map_raw() for 86xx.\n\nBen speaks; we follow.\n\nSigned-off-by: Jon Loeliger \u003cjdl@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "95064a75ebf8744e1ff595e8cd7ff9b6c851523e",
      "tree": "ada80794ea45710e86666cd3cf340187a1e38fd0",
      "parents": [
        "bd314d976e22e82c55e96603804ed7cb0514d252"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 12 18:41:36 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 12 18:41:36 2006 -0700"
      },
      "message": "Linux v2.6.18-rc7\n\nOne last time..\n"
    },
    {
      "commit": "bd314d976e22e82c55e96603804ed7cb0514d252",
      "tree": "098089ad3c5b98a13d63bce5f23d5a18b40c0e9c",
      "parents": [
        "48c068e0f49b3c507cbd1c332f4acdd5fc193040",
        "f6bc0c1c5b0fe393efaf922e01887c33b35f2910"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 12 17:37:24 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 12 17:37:24 2006 -0700"
      },
      "message": "Merge branch \u0027audit.b29\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current\n\n* \u0027audit.b29\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current:\n  [PATCH] sparc64 audit syscall classes hookup\n  [PATCH] syscall class hookup for all normal targets\n"
    },
    {
      "commit": "48c068e0f49b3c507cbd1c332f4acdd5fc193040",
      "tree": "aa32878e2471e8f0b15b3365afd8f2cbfbd8485c",
      "parents": [
        "7366935a498fcd3d87871518f71b67e43c62493d",
        "b835bebe95608c81270636a78b70333afb011925"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 12 17:34:46 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 12 17:34:46 2006 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:\n  [CIFS] Fix CIFS readdir access denied when SE Linux enabled\n"
    },
    {
      "commit": "7366935a498fcd3d87871518f71b67e43c62493d",
      "tree": "6fc81951443d793897bb96639af42f997f6f2f6e",
      "parents": [
        "3ee4b889a0708e6503dca0f771c2d84f56602a18",
        "e7ea8fc285c5ac9040ae80b01d529ea453f1b647"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 12 17:33:42 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 12 17:33:42 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb\n\n* master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb:\n  V4L/DVB (4608c): Fix I2C dependencies for saa7146 modules\n  V4L/DVB (4608b): i2c deps fix on DVB\n  V4L/DVB (4605): Fixes an issue with V4L1 and make headers-install\n  V4L/DVB (4520): Fix an error when loading bttv driver on PV M4900.\n  V4L/DVB (4511): Restore tuner_ymec_tvf66t5_b_dff_pal_ranges[] to fix UHF switch functionality\n  V4L/DVB (4494a): Fix compilation when V4L1 support is not present\n"
    },
    {
      "commit": "3ee4b889a0708e6503dca0f771c2d84f56602a18",
      "tree": "92c8ea1beb4b618f5e92e3bd809b31f37efb566d",
      "parents": [
        "7258ea8acd2252d5a68e7dfa2eac8dc8f364b91e",
        "3e2aac366f40f4cf4f3b1d9101b27f703998dfbc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 12 17:32:21 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 12 17:32:21 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6:\n  USB: Fix unload oops and memory leak in yealink driver\n  usbserial: Reference leak\n"
    },
    {
      "commit": "7258ea8acd2252d5a68e7dfa2eac8dc8f364b91e",
      "tree": "a13594ddbd91b27c8afa49c1a2c6b4dc8141ae11",
      "parents": [
        "af84b99f22df115e7aec41d5dbe936e163ef4e2e",
        "1bb99a649af92e53ed7391afaf6c2d45a6f57b42"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 12 17:31:36 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 12 17:31:36 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6:\n  sh64: Add a sane pm_power_off implementation.\n  sh64: Use generic BUG_ON()/WARN_ON().\n  sh64: Trivial build fixes.\n  sh64: Drop deprecated ISA tuning for legacy toolchains.\n"
    },
    {
      "commit": "af84b99f22df115e7aec41d5dbe936e163ef4e2e",
      "tree": "7f0b0ef4ee3a3985281cd50d3f629dc582f3db9f",
      "parents": [
        "05ff0e291af086f4325bac76abad250690bbbd63",
        "0edc7d0f3709e8c3bb7e69c4df614218a753361e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 12 17:31:16 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 12 17:31:16 2006 -0700"
      },
      "message": "Merge git://oss.sgi.com:8090/xfs/xfs-2.6\n\n* git://oss.sgi.com:8090/xfs/xfs-2.6:\n  [XFS] Fix a bad pointer dereference in the quota statvfs handling.\n  [XFS] Fix xfs_splice_write() so appended data gets to disk.\n  [XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid calling\n  [XFS] Prevent free space oversubscription and xfssyncd looping.\n"
    },
    {
      "commit": "3e2aac366f40f4cf4f3b1d9101b27f703998dfbc",
      "tree": "43f972ef27c8407115bd9f491e64b40c0e172967",
      "parents": [
        "5992583889ce6b7960e8023e356b2a0930ebce7c"
      ],
      "author": {
        "name": "Henk Vergonet",
        "email": "Henk.Vergonet@gmail.com",
        "time": "Fri Sep 08 02:21:01 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 12 03:10:21 2006 -0700"
      },
      "message": "USB: Fix unload oops and memory leak in yealink driver\n\nThis patch fixes a memory leak and a kernel oops when trying to unload\nthe driver, due to an unbalanced cleanup.\nThanks Ivar Jensen for spotting my mistake.\n\nSigned-off-by: Henk Vergonet \u003chenk.vergonet@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "5992583889ce6b7960e8023e356b2a0930ebce7c",
      "tree": "487a1777c3e48dab05c546e15f9f5c9f17a07600",
      "parents": [
        "05ff0e291af086f4325bac76abad250690bbbd63"
      ],
      "author": {
        "name": "Matthias Urlichs",
        "email": "smurf@smurf.noris.de",
        "time": "Mon Sep 11 12:35:20 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 12 03:10:20 2006 -0700"
      },
      "message": "usbserial: Reference leak\n\nA sufficiently-large number of USB serial devices causes a reference leak\nwhen /proc/tty/drivers/usbserial is read.\n\nSigned-Off-By: Matthias Urlichs \u003csmurf@smurf.noris.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "f6bc0c1c5b0fe393efaf922e01887c33b35f2910",
      "tree": "ba6985fae2eca0397c872d3ab015c1c403678213",
      "parents": [
        "e65e1fc2d24b09c496af76e9c5253ac30b300a89"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Tue Sep 12 02:59:45 2006 -0400"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Tue Sep 12 03:05:05 2006 -0400"
      },
      "message": "[PATCH] sparc64 audit syscall classes hookup\n\n... that should do it for all targets; the only remaining issues are\nmips (currently treated as non-biarch) and handling of other OS\nemulations (OSF/SunOS/Solaris/???).  The latter would need to be\nassigned new AUDIT_ARCH_... ABI numbers anyway...\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "e65e1fc2d24b09c496af76e9c5253ac30b300a89",
      "tree": "b8f88773afd81ab97d5e6b79fc307523bf6b3430",
      "parents": [
        "05ff0e291af086f4325bac76abad250690bbbd63"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Tue Sep 12 03:04:40 2006 -0400"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Tue Sep 12 03:04:40 2006 -0400"
      },
      "message": "[PATCH] syscall class hookup for all normal targets\n\nTake default arch/*/kernel/audit.c to lib/, have those with special\nneeds (\u003d\u003d biarch) define AUDIT_ARCH in their Kconfig.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "1bb99a649af92e53ed7391afaf6c2d45a6f57b42",
      "tree": "404174b4804732b0f5cf08df12302f6bb6938364",
      "parents": [
        "56060141482d0a9351ea02e2aa7153de8cd41423"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Sep 12 14:40:09 2006 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Sep 12 14:40:09 2006 +0900"
      },
      "message": "sh64: Add a sane pm_power_off implementation.\n\nsh64 wasn\u0027t providing a sensible pm_power_off(), add one,\nand just wrap it to machine_power_off, which already does\nthe right thing.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "56060141482d0a9351ea02e2aa7153de8cd41423",
      "tree": "85abc6917ad64a63d8f947c1e65b1ee261cf5ce3",
      "parents": [
        "21264136ce7c3c7032c42e7c2440f5d89039ca5a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Sep 12 14:38:23 2006 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Sep 12 14:38:23 2006 +0900"
      },
      "message": "sh64: Use generic BUG_ON()/WARN_ON().\n\nsh64 doesn\u0027t need to do anything special for BUG_ON() or\nWARN_ON(), use the generic versions.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "21264136ce7c3c7032c42e7c2440f5d89039ca5a",
      "tree": "99f0552df91c45c41fba68caad7cff270b54beda",
      "parents": [
        "ccdfc526a92c5ebb549a7de06adca3fd54f03c7e"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Sep 12 14:36:46 2006 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Sep 12 14:36:46 2006 +0900"
      },
      "message": "sh64: Trivial build fixes.\n\nWhile we\u0027ve been sorting out the toolchain fiasco, some of\nthe code has suffered a bit of bitrot. Building with GCC4\nalso brings up some more build warnings. Trivial fixes for\nboth issues.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ccdfc526a92c5ebb549a7de06adca3fd54f03c7e",
      "tree": "81125623328b30bc8a80b9b5736f748947eed5f9",
      "parents": [
        "05ff0e291af086f4325bac76abad250690bbbd63"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Sep 12 14:21:25 2006 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Sep 12 14:21:25 2006 +0900"
      },
      "message": "sh64: Drop deprecated ISA tuning for legacy toolchains.\n\nThe original sh64 toolchains required that we tune the ISA\nlevel accordingly to not have head.S/entry.S blow up. With\ncurrent toolchains, this is no longer the case, and the\nsyntax magically changed as well, causing all current\ntoolchains to die a horrible death.\n\nIncidentally, code generation in other parts of the kernel\nis now significantly complex enough that none of the older\ntoolchains make it very far these days, so there\u0027s not\neven any point in preserving legacy compatability via\nas-option.\n\nThis fixes a long-standing issue, as noted here:\n\n\thttp://lkml.org/lkml/2005/1/5/223\n\nThough at the time the current toolchains were too broken\nto make adjusting the tuning worthwhile.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "05ff0e291af086f4325bac76abad250690bbbd63",
      "tree": "3ea47e8ef5bebc1261302e3d0775414fb78037c4",
      "parents": [
        "5eea7ee2075b245d505285bb422e2fa8d686e5c8",
        "55669bfa141b488be865341ed12e188967d11308"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 11 11:43:17 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 11 11:43:17 2006 -0700"
      },
      "message": "Merge branch \u0027audit.b28\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current\n\n* \u0027audit.b28\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current:\n  [PATCH] audit: AUDIT_PERM support\n  [PATCH] audit: more syscall classes added\n  [PATCH] syscall classes hookup for ppc and s390\n  [PATCH] update audit rule change messages\n  [PATCH] sanity check audit_buffer\n  [PATCH] fix ppid bug in 2.6.18 kernel\n"
    },
    {
      "commit": "5eea7ee2075b245d505285bb422e2fa8d686e5c8",
      "tree": "2a2c6e67cfbf8fb6f40b6b5c41c63617f2f0ae6a",
      "parents": [
        "e004876c3b0b6a71406069b0e55368cb9bbdc920",
        "09494d5d11628f118496747b74db3e56d071c6bc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 11 11:42:27 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 11 11:42:27 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6:\n  usbtouchscreen: fix ITM data reading\n  USB: New device ID for ftdi_sio usb serial driver\n  USB: Support for USB20SVGA-WH \u0026 USB20SVGA-DG\n  USB: hid-core.c: fix duplicate USB_DEVICE_ID_GTCO_404\n"
    },
    {
      "commit": "55669bfa141b488be865341ed12e188967d11308",
      "tree": "efeec37a93f46c48937eb849c083da9a42ed3709",
      "parents": [
        "dc104fb3231f11e95b5a0f09ae3ab27a8fd5b2e8"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Thu Aug 31 19:26:40 2006 -0400"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Mon Sep 11 13:32:30 2006 -0400"
      },
      "message": "[PATCH] audit: AUDIT_PERM support\n\nadd support for AUDIT_PERM predicate\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "dc104fb3231f11e95b5a0f09ae3ab27a8fd5b2e8",
      "tree": "2db993a72a4eac79841f531e2961576bf9fb56d7",
      "parents": [
        "c08037997d4ae3e9a679fbdb46ed47c957916e14"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Thu Aug 31 19:05:56 2006 -0400"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Mon Sep 11 13:32:27 2006 -0400"
      },
      "message": "[PATCH] audit: more syscall classes added\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "c08037997d4ae3e9a679fbdb46ed47c957916e14",
      "tree": "952bc446670f19efb3a008f4846905d50ef235fd",
      "parents": [
        "5974501e2d44546748e67c635cec20ba66619a3d"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Thu Aug 31 19:02:42 2006 -0400"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Mon Sep 11 13:32:25 2006 -0400"
      },
      "message": "[PATCH] syscall classes hookup for ppc and s390\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "5974501e2d44546748e67c635cec20ba66619a3d",
      "tree": "f36ef74c1192b73d25a84f9c09ddb844a0d59cc6",
      "parents": [
        "8ef2d3040e5cf38f7d64a408038f576b4a5ec987"
      ],
      "author": {
        "name": "Amy Griffis",
        "email": "amy.griffis@hp.com",
        "time": "Thu Sep 07 17:46:18 2006 -0400"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Mon Sep 11 13:32:17 2006 -0400"
      },
      "message": "[PATCH] update audit rule change messages\n\nMake the audit message for implicit rule removal more informative.\nMake the rule update message consistent with other messages.\n\nSigned-off-by: Amy Griffis \u003camy.griffis@hp.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "8ef2d3040e5cf38f7d64a408038f576b4a5ec987",
      "tree": "def11d400d2262e104cb1c64a953276794d8c9a8",
      "parents": [
        "3b33ac3182a4554742757a0c61ee1df162cf8225"
      ],
      "author": {
        "name": "Amy Griffis",
        "email": "amy.griffis@hp.com",
        "time": "Thu Sep 07 17:03:02 2006 -0400"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Mon Sep 11 13:32:17 2006 -0400"
      },
      "message": "[PATCH] sanity check audit_buffer\n\nAdd sanity checks for NULL audit_buffer consistent with other\naudit_log* routines.\n\nSigned-off-by: Amy Griffis \u003camy.griffis@hp.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "3b33ac3182a4554742757a0c61ee1df162cf8225",
      "tree": "edf8603a39931681f679388d3aaee154930f9192",
      "parents": [
        "e004876c3b0b6a71406069b0e55368cb9bbdc920"
      ],
      "author": {
        "name": "Steve Grubb",
        "email": "sgrubb@redhat.com",
        "time": "Sat Aug 26 14:06:20 2006 -0400"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Mon Sep 11 13:32:04 2006 -0400"
      },
      "message": "[PATCH] fix ppid bug in 2.6.18 kernel\n\nHello,\n\nDuring some troubleshooting, I found that ppid was accidentally omitted from\nthe legacy rule section. This resulted in EINVAL for any rule with ppid sent\nwith AUDIT_ADD.\n\nSigned-off-by: Steve Grubb \u003csgrubb@redhat.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "e004876c3b0b6a71406069b0e55368cb9bbdc920",
      "tree": "43f95e14b282cbc683ec66539de25e0e94649f65",
      "parents": [
        "5a05e5bf204e729b79e9462785f2fa09d5126855",
        "6fe9febb8af2f82f9caace1aa1c00cd8de7469ac"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 11 07:56:38 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 11 07:56:38 2006 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-mmc\n\n* master.kernel.org:/home/rmk/linux-2.6-mmc:\n  [MMC] Always use a sector size of 512 bytes\n  [MMC] Cleanup 385e3227d4d83ab13d7767c4bb3593b0256bf246\n  [ARM] 3751/1: i.MX/MX1 SD/MMC use 512 bytes request for SCR read\n  [MMC] Fix SD timeout calculation\n  [MMC] constify mmc_host_ops\n"
    },
    {
      "commit": "5a05e5bf204e729b79e9462785f2fa09d5126855",
      "tree": "02a12cfad8c17835cc2689cb35a0fa979cedfc1e",
      "parents": [
        "08a55c01b504360d48b8123c87b383f7e6a2ef21",
        "d17f901defef635292f90a969dadfdbd95b0f104"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 11 07:55:39 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 11 07:55:39 2006 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n\n* master.kernel.org:/home/rmk/linux-2.6-arm:\n  [ARM] 3778/1: S3C24XX: remove changelogs from include/asm-arm/arch-s3c2410 [simtec]\n  [ARM] 3783/1: S3C2412: fix IRQ_EINT0 to IRQ_EINT3 handling\n  [ARM] 3779/1: S3C24XX: remove changelogs from include/asm-arm/arch-s3c2410 [left]\n  [ARM] 3777/1: S3C24XX:  remove changelogs from include/asm-arm/arch-s3c2410 [regs-*.h]\n  [ARM] 3776/1: S3C24XX: remove changelogs from include/asm-arm/arch-s3c2410\n  [ARM] 3775/1: S3C24XX: do not add same sysdev_driver to two classes\n  [ARM] 3774/1: S3C24XX: SMDK2413 has two machine IDs\n  [ARM] 3773/1: Add the HWCAP_VFP bit for the ARM926 CPUs\n  [ARM] 3772/1: Fix compilation error in mach-ixp4xx/nslu2*\n  [ARM] 3767/1: S3C24XX: remove changelog comments from arch/arm/mach-s3c2410\n  [ARM] 3766/1: Fix typo in ARM _raw_read_trylock\n"
    },
    {
      "commit": "08a55c01b504360d48b8123c87b383f7e6a2ef21",
      "tree": "33d8591741486a959b6130a5c8b73382db16cbe1",
      "parents": [
        "3f2f1257ff6327e330d9e4f0ba1a48a73b0044dc",
        "519854876c66bd04b0c12d3cead6e0e5fc5a1167"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 11 07:54:45 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 11 07:54:45 2006 -0700"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6:\n  [PATCH] Fix dm9000 release_resource\n"
    },
    {
      "commit": "3f2f1257ff6327e330d9e4f0ba1a48a73b0044dc",
      "tree": "e64179c528521b544634e055a222e120e0987530",
      "parents": [
        "28a2a3f58707cba16b329b90f601c01599456491",
        "6708374178d225ef77571ed23b30e8a93c36add5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 11 07:54:14 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 11 07:54:14 2006 -0700"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:\n  [PATCH] ata_piix: add map 01b for ICH7M\n  [libata] sata_mv: errata check buglet fix\n"
    },
    {
      "commit": "28a2a3f58707cba16b329b90f601c01599456491",
      "tree": "3d8aeaee3c4d843c4c676b2243579cf80f9fcaa7",
      "parents": [
        "38f5745c5a90641079fd5b48600ae63f7ab6edcd"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Mon Sep 11 14:45:07 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 11 07:53:44 2006 -0700"
      },
      "message": "[PATCH] Fix 2.6.18-rc6 IDE breakage, add missing ident needed for current VIA boards\n\nThere are two changes here.  The first reverses the broken PCI_DEVICE\nconversion back to the old format.  The second adds a missing PCI ID so\nyou can actually boot 2.6.18 on 2 month old VIA motherboards (right now\nonly 2.6.18-mm works).\n\nCC\u0027d to Jeff to check the PCI ident but its a) in several distro kernels\nand b) in 2.6.18-mm [twice ??]\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "519854876c66bd04b0c12d3cead6e0e5fc5a1167",
      "tree": "a76da09513b838d6ccd41545ba6f5f9f328acf46",
      "parents": [
        "38f5745c5a90641079fd5b48600ae63f7ab6edcd"
      ],
      "author": {
        "name": "Dirk Opfer",
        "email": "Dirk@Opfer-Online.de",
        "time": "Wed Sep 06 19:53:32 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Sep 11 09:08:38 2006 -0400"
      },
      "message": "[PATCH] Fix dm9000 release_resource\n\ndm9000_release_board calls release_resource with the platform resource\ninstead of the requested resource:\n\ndb-\u003eaddr_res \u003d platform_get_resource(pdev, IORESOURCE_MEM, 0);\ndb-\u003eaddr_req \u003d request_mem_region(db-\u003eaddr_res-\u003estart, i, pdev-\u003ename);\n\ndm9000_release_board:\n\nif (db-\u003eaddr_res !\u003d NULL) {\nrelease_resource(db-\u003eaddr_res);\nkfree(db-\u003eaddr_req);\n\nWith this behavior the kernel will crash on the second removal. The\nattached patch fix this problem.\n\nSigned-off-by: Dirk Opfer \u003cDirk@Opfer-Online.de\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "6708374178d225ef77571ed23b30e8a93c36add5",
      "tree": "1d07dcc9a3be36ab7015d783ac4c2bfa5879e2f3",
      "parents": [
        "62f1d0e6de138b91d55fbd7d579c837ed62e9e31"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Mon Sep 11 06:29:03 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Sep 11 08:52:29 2006 -0400"
      },
      "message": "[PATCH] ata_piix: add map 01b for ICH7M\n\nAlthough the document says otherwise, some ich7m uses map 01b.  This\npatch adds separate map DB for ICH7M and adds map entry for 01b.\n\nThis was spotted on an ASUS laptop by Jonathan Dieter.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nCc: Jonathan Dieter \u003cjdieter@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "62f1d0e6de138b91d55fbd7d579c837ed62e9e31",
      "tree": "b3842135c320101acdd8c457459786537b9ed4ed",
      "parents": [
        "c336923b668fdcf0312efbec3b44895d713f4d81"
      ],
      "author": {
        "name": "Andres Salomon",
        "email": "dilinger@debian.org",
        "time": "Mon Sep 11 08:51:05 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Sep 11 08:51:05 2006 -0400"
      },
      "message": "[libata] sata_mv: errata check buglet fix\n\nFix a buglet; the errata check below this code is assuming the value in\nthe sstatus variable is what was pulled out of the SCR_STATUS register.\nHowever, the status checks in the timeout loop clobber everything\nbut the first 4 bits of sstatus, so the errata checks are invalid.\n\nThis patch changes it to not clobber SStatus.\n\nSigned-off-by: Andres Salomon \u003cdilinger@debian.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "e7ea8fc285c5ac9040ae80b01d529ea453f1b647",
      "tree": "08f5fde0794980d18512e27613b6861cd78f974f",
      "parents": [
        "c482d4f6e87932092c0a30da8e6403b23544f894"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Sep 10 07:39:00 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Sep 10 13:46:01 2006 -0300"
      },
      "message": "V4L/DVB (4608c): Fix I2C dependencies for saa7146 modules\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c482d4f6e87932092c0a30da8e6403b23544f894",
      "tree": "40253534cc2430404afe1dc192a047793cb6514c",
      "parents": [
        "8a905162e038367503bac732bf1e3e01c19158b9"
      ],
      "author": {
        "name": "Andrew de Quincey",
        "email": "adq_dvb@lidskialf.net",
        "time": "Sun Sep 10 13:43:40 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Sep 10 13:45:58 2006 -0300"
      },
      "message": "V4L/DVB (4608b): i2c deps fix on DVB\n\nSeveral DVB modules depends on I2C\n\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "8a905162e038367503bac732bf1e3e01c19158b9",
      "tree": "bf72a91df67baf47560812ceb756d1a19eb289c7",
      "parents": [
        "c663155c3db58d1fff43a105eb5a0e9147ec2a6b"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Sep 10 12:01:19 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Sep 10 13:45:55 2006 -0300"
      },
      "message": "V4L/DVB (4605): Fixes an issue with V4L1 and make headers-install\n\nV4L1 support should be disabled when no CONFIG_VIDEO_V4L1_COMPAT is defined,\nto allow checking for broken V4L2 ports. This is very important during the\nmigration phase for V4L2 API.\nHowever, userspace apps should be capable of using both APIs, since they need\nto test at runtime, via VIDIOCGCAP ioctl, if V4L1 is supported. So, when\n__KERNEL__ is not defined, those ioctls and corresponding structs should be\nvisible.\nThis patch also removes the obsolete defines HAVE_V4L1 and HAVE_V4L2, that\nwhere causing some confusion, and were replaced by CONFIG_VIDEO_V4L1_COMPAT\nand CONFIG_VIDEO_V4L2.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c663155c3db58d1fff43a105eb5a0e9147ec2a6b",
      "tree": "f36cea52e1f7bbc90e10d93afcb28e1852f2d802",
      "parents": [
        "c2d1923313d75fcc30ad1e981df591c3446dc191"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Aug 23 11:17:30 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Sep 10 13:45:53 2006 -0300"
      },
      "message": "V4L/DVB (4520): Fix an error when loading bttv driver on PV M4900.\n\nPreviously, this were reported:\n\tOoops: IR config error [card\u003d139]\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c2d1923313d75fcc30ad1e981df591c3446dc191",
      "tree": "763f740cb1098f78aece50d8814ad75f8e361d4e",
      "parents": [
        "c3ab204ccbe42d9eb60270e41110f2c5c9214952"
      ],
      "author": {
        "name": "Hermann Pitton",
        "email": "hermann-pitton@arcor.de",
        "time": "Mon Aug 21 14:14:33 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Sep 10 13:45:48 2006 -0300"
      },
      "message": "V4L/DVB (4511): Restore tuner_ymec_tvf66t5_b_dff_pal_ranges[] to fix UHF switch functionality\n\nThe tena_9533_di_pal_ranges use 0x04 instead the original 0x08 for the\nUHF (range 2) switching. This is wrong and therefore nothing happens.\nRestore tuner_ymec_tvf66t5_b_dff_pal_ranges[] to make the UHF switch\nworking again.\n\nSigned-off-by: Hermann Pitton \u003chermann-pitton@arcor.de\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c3ab204ccbe42d9eb60270e41110f2c5c9214952",
      "tree": "c81d328cf77005c634ae162e03a2aa17bff3309d",
      "parents": [
        "38f5745c5a90641079fd5b48600ae63f7ab6edcd"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Sep 10 09:31:37 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Sep 10 13:45:46 2006 -0300"
      },
      "message": "V4L/DVB (4494a): Fix compilation when V4L1 support is not present\n\nVIDIOCGMBUF should be compiled only when V4L1 support is selected, since\nthis ioctl is from the obsoleted API.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "fb7d527c1aec5e224fb3a0772337f8b5e59eecd0",
      "tree": "5bbb2da58ef0d4bdb29abe3a37047dcd29d19969",
      "parents": [
        "10387e5eb45c6e48d67102b88229f5bc6037461c"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sun Sep 10 11:04:36 2006 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sun Sep 10 11:04:36 2006 +1000"
      },
      "message": "[POWERPC] Update defconfigs\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e"
    },
    {
      "commit": "d17f901defef635292f90a969dadfdbd95b0f104",
      "tree": "936d48a2409d2ce15e43cee6ec22bda2a9e08483",
      "parents": [
        "c6e58ebb373666eba007e3793789e06a4655df61"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Sep 09 21:26:54 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 09 21:26:54 2006 +0100"
      },
      "message": "[ARM] 3778/1: S3C24XX: remove changelogs from include/asm-arm/arch-s3c2410 [simtec]\n\nPatch from Ben Dooks\n\nRemove changelog entries from include/asm-arm/arch-s3c2410\nfor all simtec .h files  as these are irrelevant with\nversion control.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c6e58ebb373666eba007e3793789e06a4655df61",
      "tree": "2b325fb3be45d0768268d32fc747519513ddf2d5",
      "parents": [
        "3c06cd1c99449b2fd373df24fbc87e804f4ec4e6"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Sep 09 21:24:13 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 09 21:24:13 2006 +0100"
      },
      "message": "[ARM] 3783/1: S3C2412: fix IRQ_EINT0 to IRQ_EINT3 handling\n\nPatch from Ben Dooks\n\nThe IRQ_EINT0 through IRQ_EINT3 handling has changed\non the S3C2412 from the previous SoCs in the range,\nand thus we need to add code to handle this.\n\nThe changes come about due to these IRQs being\ndisplayed in two different registers, and needing to\nbe acked and masked in both.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3c06cd1c99449b2fd373df24fbc87e804f4ec4e6",
      "tree": "c7b4bd853a08aa0c564df129fc6543c4afdf26fb",
      "parents": [
        "92e4805fbc76f2af0f4139f88265dc73f91af051"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Sep 09 19:44:57 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 09 19:44:57 2006 +0100"
      },
      "message": "[ARM] 3779/1: S3C24XX: remove changelogs from include/asm-arm/arch-s3c2410 [left]\n\nPatch from Ben Dooks\n\nRemove the last of the hangelogs from\ninclude/asm-arm/arch-s3c2410, as this information\nis available from the revision control system\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "92e4805fbc76f2af0f4139f88265dc73f91af051",
      "tree": "49cfd6f688317e40335239a20a6bc860c0b59bc4",
      "parents": [
        "46c09e1673554d59674d222339f3ff303ad6715f"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Sep 09 19:44:54 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 09 19:44:54 2006 +0100"
      },
      "message": "[ARM] 3777/1: S3C24XX:  remove changelogs from include/asm-arm/arch-s3c2410 [regs-*.h]\n\nPatch from Ben Dooks\n\nRemove changelog entries from include/asm-arm/arch-s3c2410\nfor all regs-*.h as these are irrelevant with version control\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "46c09e1673554d59674d222339f3ff303ad6715f",
      "tree": "adbb6bcf707629b0ed8a3597fe197c8158981cef",
      "parents": [
        "189e74ee9c18a5440511c5af525377c609d6ebbd"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Sep 09 19:44:52 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 09 19:44:52 2006 +0100"
      },
      "message": "[ARM] 3776/1: S3C24XX: remove changelogs from include/asm-arm/arch-s3c2410\n\nPatch from Ben Dooks\n\nRemove changelog entries from include/asm-arm/arch-s3c2410\nas these are irrelevant with version control\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "189e74ee9c18a5440511c5af525377c609d6ebbd",
      "tree": "7c7e85d3ae869af30c2aaa2e8318015cdead02a5",
      "parents": [
        "3142afb568d266765bde94f90b0dfee7e5cb08ce"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Sep 09 19:44:50 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 09 19:44:50 2006 +0100"
      },
      "message": "[ARM] 3775/1: S3C24XX: do not add same sysdev_driver to two classes\n\nPatch from Ben Dooks\n\nThe s3c244x-irq.c code makes the mistake of adding\nthe same drive to two different sys-classes. This\ncauses the class lists to become corrupted and the\nsuspend code to OOPS.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "38f5745c5a90641079fd5b48600ae63f7ab6edcd",
      "tree": "42bd4d5fd3fb6a1b3016731d53be5732de55725d",
      "parents": [
        "1c7d67073e2d196597f541351bc9b109c8a93528"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Thu Aug 31 11:35:57 2006 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Sep 08 11:06:06 2006 -0700"
      },
      "message": "[IA64] SN fix for cpu hotplug/kexec\n\nThe sn_cpu_init() is required for cpu initialization on SN platforms.\nChange __init to __cpuinit so that the function is not freed with init code/data.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "1c7d67073e2d196597f541351bc9b109c8a93528",
      "tree": "083f41edca573e59cb773672867cd24027102014",
      "parents": [
        "2636255488484e04d6d54303d2b0ec30f7ef7e02"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Thu Aug 31 11:34:47 2006 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Sep 08 11:05:13 2006 -0700"
      },
      "message": "[IA64] Save register stack contents on cpu start\n\nThe SN PROM uses the register stack in the slave loop. The contents\nmust be preserved for the OS to return to the slave loop via offlining\na cpu or for kexec. A \u0027flushrs\" is needed to force the stack to be written\nto memory prior to changing bspstore.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "2636255488484e04d6d54303d2b0ec30f7ef7e02",
      "tree": "09b682cacdd5b6ef392aa4a85999d87cefe1014d",
      "parents": [
        "b8444d00762703e1b6146fce12ce2684885f8bf6"
      ],
      "author": {
        "name": "Andreas Schwab",
        "email": "schwab@suse.de",
        "time": "Mon Sep 04 21:56:09 2006 +0200"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Sep 08 11:03:40 2006 -0700"
      },
      "message": "[IA64] Unwire set/get_robust_list\n\nThe syscalls set/get_robust_list must not be wired up until\nfutex_atomic_cmpxchg_inatomic is implemented.  Otherwise the kernel will\nhang in handle_futex_death.\n\nSigned-off-by: Andreas Schwab \u003cschwab@suse.de\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "b8444d00762703e1b6146fce12ce2684885f8bf6",
      "tree": "ea29e11313f63d9cc6aea0c2fd0179e9e3184a2a",
      "parents": [
        "e9f7bee1df223dcf83743b46cb06c08d95497ec0"
      ],
      "author": {
        "name": "Stephane Eranian",
        "email": "eranian@hpl.hp.com",
        "time": "Fri Aug 25 14:00:19 2006 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Sep 08 10:59:14 2006 -0700"
      },
      "message": "[IA64] correct file descriptor reference counting in perfmon\n\nFix a bug in sys_perfmonctl() whereby it was not correctly\ndecrementing the file descriptor reference count.\n\nSigned-off-by: stephane eranian \u003ceranian@hpl.hp.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "e9f7bee1df223dcf83743b46cb06c08d95497ec0",
      "tree": "67beae4733ef0286645112a52623c81c8f8a19a9",
      "parents": [
        "016eb4a0ed06a3677d67a584da901f0e9a63c666"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Fri Sep 08 09:48:54 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 08 10:22:51 2006 -0700"
      },
      "message": "[PATCH] NFS: large non-page-aligned direct I/O clobbers memory\n\nThe logic in nfs_direct_read_schedule and nfs_direct_write_schedule can\nallow data-\u003enpages to be one larger than rpages.  This causes a page\npointer to be written beyond the end of the pagevec in nfs_read_data (or\nnfs_write_data).\n\nFix this by making nfs_(read|write)_alloc() calculate the size of the\npagevec array, and initialise data-\u003enpages.\n\nAlso get rid of the redundant argument to nfs_commit_alloc().\n\nSigned-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\nCc: Chuck Lever \u003cchuck.lever@oracle.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "016eb4a0ed06a3677d67a584da901f0e9a63c666",
      "tree": "574ead6bd03d31ca7036ff2389cb0400f3fd63fc",
      "parents": [
        "3665d0e58fa44f50c744f85c7e8ad21d5b10e206"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Fri Sep 08 09:48:38 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 08 10:22:50 2006 -0700"
      },
      "message": "[PATCH] invalidate_complete_page() race fix\n\nIf a CPU faults this page into pagetables after invalidate_mapping_pages()\nchecked page_mapped(), invalidate_complete_page() will still proceed to remove\nthe page from pagecache.  This leaves the page-faulting process with a\ndetached page.  If it was MAP_SHARED then file data loss will ensue.\n\nFix that up by checking the page\u0027s refcount after taking tree_lock.\n\nCc: Nick Piggin \u003cnickpiggin@yahoo.com.au\u003e\nCc: Hugh Dickins \u003chugh@veritas.com\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ],
  "next": "3665d0e58fa44f50c744f85c7e8ad21d5b10e206"
}
