)]}'
{
  "log": [
    {
      "commit": "94403f8863d0d1d2005291b2ef0719c2534aa303",
      "tree": "b0c8d9cf3ce49bf9faadcf5564e9996d0090b5c8",
      "parents": [
        "7bd5fafeb414cf00deee32c82834f8bf1426b9ac"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Sun Apr 24 08:18:31 2011 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Apr 26 20:04:53 2011 +0200"
      },
      "message": "perf events: Add stalled cycles generic event - PERF_COUNT_HW_STALLED_CYCLES\n\nThe new PERF_COUNT_HW_STALLED_CYCLES event tries to approximate\ncycles the CPU does nothing useful, because it is stalled on a\ncache-miss or some other condition.\n\nAcked-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nAcked-by: Arnaldo Carvalho de Melo \u003cacme@redhat.com\u003e\nCc: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nLink: http://lkml.kernel.org/n/tip-fue11vymwqsoo5to72jxxjyl@git.kernel.org\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7bd5fafeb414cf00deee32c82834f8bf1426b9ac",
      "tree": "1103053fa40576e9f9fc2818ea1910180e09b752",
      "parents": [
        "fa7b69475a6c192853949ba496dd9c37b497b548",
        "ec75a71634dabe439db91c1ef51d5099f4493808"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Apr 26 19:36:14 2011 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Apr 26 19:36:17 2011 +0200"
      },
      "message": "Merge branch \u0027perf/urgent\u0027 into perf/stat\n\nMerge reason: We want to queue up dependent changes.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "ec75a71634dabe439db91c1ef51d5099f4493808",
      "tree": "bf62d417bd365f62d4a8afca02a93d37a106a339",
      "parents": [
        "18a073a3acd3a47fbb5e23333df7fad28d576345"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Apr 27 11:51:41 2011 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Apr 26 19:34:34 2011 +0200"
      },
      "message": "perf events, x86: Work around the Nehalem AAJ80 erratum\n\nOn Nehalem CPUs the retired branch-misses event can be completely bogus,\nwhen there are no branch-misses occuring. When there are a lot of branch\nmisses then the count is pretty accurate. Still, this leaves us with an\nevent that over-counts a lot.\n\nDetect this erratum and work it around by using BR_MISP_EXEC.ANY events.\nThese will also count speculated branches but still it\u0027s a lot more\nprecise in practice than the architectural event.\n\nAcked-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Arnaldo Carvalho de Melo \u003cacme@redhat.com\u003e\nCc: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nLink: http://lkml.kernel.org/n/tip-yyfg0bxo9jsqxd6a0ovfny27@git.kernel.org\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "18a073a3acd3a47fbb5e23333df7fad28d576345",
      "tree": "7b961ab5fd0f98a2348e4eaa419838040d7f8034",
      "parents": [
        "cd2e49e90f1cae7726c9a2c54488d881d7f1cd1c"
      ],
      "author": {
        "name": "Peter Zijlstra",
        "email": "a.p.zijlstra@chello.nl",
        "time": "Tue Apr 26 13:24:33 2011 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Apr 26 13:34:34 2011 +0200"
      },
      "message": "perf, x86: Fix BTS condition\n\nCurrently the x86 backend incorrectly assumes that any BRANCH_INSN\nwith sample_period\u003d\u003d1 is a BTS request. This is not true when we do\nfrequency driven profiling such as \u0027perf record -e branches\u0027.\n\nSolves this error:\n\n  $ perf record -e branches ./array\n  Error: sys_perf_event_open() syscall returned with 95 (Operation not supported).\n\nSigned-off-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nReported-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: \"Metzger, Markus T\" \u003cmarkus.t.metzger@intel.com\u003e\nCc: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Arnaldo Carvalho de Melo \u003cacme@redhat.com\u003e\nCc: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nLink: http://lkml.kernel.org/n/tip-rd2y4ct71hjawzz6fpvsy9hg@git.kernel.org\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "cd2e49e90f1cae7726c9a2c54488d881d7f1cd1c",
      "tree": "79c3c9d6e4258f38ff81dd141970885bbc65807a",
      "parents": [
        "71e9e6a5823a6b7976c3e47e2f6c7ba364526a93",
        "5be79de2e1ffa19d871a494697cf76cddee93384"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 19:01:12 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 19:01:12 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6:\n  eCryptfs: Flush dirty pages in setattr\n  eCryptfs: Handle failed metadata read in lookup\n  eCryptfs: Add reference counting to lower files\n  eCryptfs: dput dentries returned from dget_parent\n  eCryptfs: Remove extra d_delete in ecryptfs_rmdir\n"
    },
    {
      "commit": "71e9e6a5823a6b7976c3e47e2f6c7ba364526a93",
      "tree": "ecfa8b3dfd8453dc632199890df3f065cedb1bd0",
      "parents": [
        "9ade0cf440a1e5800dc68eef2e77b8d9d83a6dff",
        "9cf3b5fa6f7b246784d62a2a7637a871290c9ab9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 19:00:55 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 19:00:55 2011 -0700"
      },
      "message": "Merge branch \u0027for-torvalds\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson\n\n* \u0027for-torvalds\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson:\n  rtc: fix coh901331 startup crash\n  mach-ux500: fix i2c0 device setup regression\n"
    },
    {
      "commit": "9ade0cf440a1e5800dc68eef2e77b8d9d83a6dff",
      "tree": "17a06970af5a26cd340b785a894f20f262335575",
      "parents": [
        "1879fd6a26571fd4e8e1f4bb3e7537bc936b1fe7"
      ],
      "author": {
        "name": "Eric Paris",
        "email": "eparis@redhat.com",
        "time": "Mon Apr 25 16:26:29 2011 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 18:16:32 2011 -0700"
      },
      "message": "SELINUX: Make selinux cache VFS RCU walks safe\n\nNow that the security modules can decide whether they support the\ndcache RCU walk or not it\u0027s possible to make selinux a bit more\nRCU friendly.  The SELinux AVC and security server access decision\ncode is RCU safe.  A specific piece of the LSM audit code may not\nbe RCU safe.\n\nThis patch makes the VFS RCU walk retry if it would hit the non RCU\nsafe chunk of code.  It will normally just work under RCU.  This is\ndone simply by passing the VFS RCU state as a flag down into the\navc_audit() code and returning ECHILD there if it would have an issue.\n\nBased-on-patch-by: Andi Kleen \u003cak@linux.intel.com\u003e\nSigned-off-by: Eric Paris \u003ceparis@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "1879fd6a26571fd4e8e1f4bb3e7537bc936b1fe7",
      "tree": "5fb41fdaef01d462ff9c7ecfe688760a44e89b6a",
      "parents": [
        "3dd2ee4824b668a635d6d2bb6bc73f33708cab9f"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@infradead.org",
        "time": "Mon Apr 25 14:01:36 2011 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 18:14:10 2011 -0700"
      },
      "message": "add hlist_bl_lock/unlock helpers\n\nNow that the whole dcache_hash_bucket crap is gone, go all the way and\nalso remove the weird locking layering violations for locking the hash\nbuckets.  Add hlist_bl_lock/unlock helpers to move the locking into the\nlist abstraction instead of requiring each caller to open code it.\nAfter all allowing for the bit locks is the whole point of these helpers\nover the plain hlist variant.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3dd2ee4824b668a635d6d2bb6bc73f33708cab9f",
      "tree": "40d8d017d9631ecefae76eb09e1bbecc23e17452",
      "parents": [
        "5dd12af05ca6b7d052c06a9ca4ff755fdfa25ae4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 18:10:58 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 25 18:10:58 2011 -0700"
      },
      "message": "bit_spinlock: don\u0027t play preemption games inside the busy loop\n\nWhen we are waiting for the bit-lock to be released, and are looping\nover the \u0027cpu_relax()\u0027 should not be doing anything else - otherwise we\nmiss the point of trying to do the whole \u0027cpu_relax()\u0027.\n\nDo the preemption enable/disable around the loop, rather than inside of\nit.\n\nNoticed when I was looking at the code generation for the dcache\n__d_drop usage, and the code just looked very odd.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5be79de2e1ffa19d871a494697cf76cddee93384",
      "tree": "4b6a9e060ba1d33f3573f0ea4b04f950e8027c79",
      "parents": [
        "3aeb86ea4cd15f728147a3bd5469a205ada8c767"
      ],
      "author": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Fri Apr 22 13:08:00 2011 -0500"
      },
      "committer": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Mon Apr 25 18:49:46 2011 -0500"
      },
      "message": "eCryptfs: Flush dirty pages in setattr\n\nAfter 57db4e8d73ef2b5e94a3f412108dff2576670a8a changed eCryptfs to\nwrite-back caching, eCryptfs page writeback updates the lower inode\ntimes due to the use of vfs_write() on the lower file.\n\nTo preserve inode metadata changes, such as \u0027cp -p\u0027 does with\nutimensat(), we need to flush all dirty pages early in\necryptfs_setattr() so that the user-updated lower inode metadata isn\u0027t\nclobbered later in writeback.\n\nhttps://bugzilla.kernel.org/show_bug.cgi?id\u003d33372\n\nReported-by: Rocko \u003crockorequin@hotmail.com\u003e\nSigned-off-by: Tyler Hicks \u003ctyhicks@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "3aeb86ea4cd15f728147a3bd5469a205ada8c767",
      "tree": "6219c664f7938fa8e5e8a2efa93aab7bcc38c12f",
      "parents": [
        "332ab16f830f59e7621ae8eb2c353dc135a316f6"
      ],
      "author": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Tue Mar 15 14:54:00 2011 -0500"
      },
      "committer": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Mon Apr 25 18:45:06 2011 -0500"
      },
      "message": "eCryptfs: Handle failed metadata read in lookup\n\nWhen failing to read the lower file\u0027s crypto metadata during a lookup,\neCryptfs must continue on without throwing an error. For example, there\nmay be a plaintext file in the lower mount point that the user wants to\ndelete through the eCryptfs mount.\n\nIf an error is encountered while reading the metadata in lookup(), the\neCryptfs inode\u0027s size could be incorrect. We must be sure to reread the\nplaintext inode size from the metadata when performing an open() or\nsetattr(). The metadata is already being read in those paths, so this\nadds minimal performance overhead.\n\nThis patch introduces a flag which will track whether or not the\nplaintext inode size has been read so that an incorrect i_size can be\nfixed in the open() or setattr() paths.\n\nhttps://bugs.launchpad.net/bugs/509180\n\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Tyler Hicks \u003ctyhicks@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "332ab16f830f59e7621ae8eb2c353dc135a316f6",
      "tree": "c5b249f34dcacf2aa5ee24de8d332d8171398203",
      "parents": [
        "dd55c89852481a0708c3fd4b48f3081f4280d9d3"
      ],
      "author": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Thu Apr 14 15:35:11 2011 -0500"
      },
      "committer": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Mon Apr 25 18:32:37 2011 -0500"
      },
      "message": "eCryptfs: Add reference counting to lower files\n\nFor any given lower inode, eCryptfs keeps only one lower file open and\nmultiplexes all eCryptfs file operations through that lower file. The\nlower file was considered \"persistent\" and stayed open from the first\nlookup through the lifetime of the inode.\n\nThis patch keeps the notion of a single, per-inode lower file, but adds\nreference counting around the lower file so that it is closed when not\ncurrently in use. If the reference count is at 0 when an operation (such\nas open, create, etc.) needs to use the lower file, a new lower file is\nopened. Since the file is no longer persistent, all references to the\nterm persistent file are changed to lower file.\n\nLocking is added around the sections of code that opens the lower file\nand assign the pointer in the inode info, as well as the code the fputs\nthe lower file when all eCryptfs users are done with it.\n\nThis patch is needed to fix issues, when mounted on top of the NFSv3\nclient, where the lower file is left silly renamed until the eCryptfs\ninode is destroyed.\n\nSigned-off-by: Tyler Hicks \u003ctyhicks@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "dd55c89852481a0708c3fd4b48f3081f4280d9d3",
      "tree": "36e516d3802f5854a9e25610bdfd2382f497ef0d",
      "parents": [
        "35ffa948b2f7bdf79e488cd496232935d095087a"
      ],
      "author": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Tue Apr 12 11:23:09 2011 -0500"
      },
      "committer": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Mon Apr 25 18:32:36 2011 -0500"
      },
      "message": "eCryptfs: dput dentries returned from dget_parent\n\nCall dput on the dentries previously returned by dget_parent() in\necryptfs_rename(). This is needed for supported eCryptfs mounts on top\nof the NFSv3 client.\n\nSigned-off-by: Tyler Hicks \u003ctyhicks@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "35ffa948b2f7bdf79e488cd496232935d095087a",
      "tree": "c9b6ac16421f798813844b7299f6fbb8ee8baa14",
      "parents": [
        "5dd12af05ca6b7d052c06a9ca4ff755fdfa25ae4"
      ],
      "author": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Tue Apr 12 11:21:36 2011 -0500"
      },
      "committer": {
        "name": "Tyler Hicks",
        "email": "tyhicks@linux.vnet.ibm.com",
        "time": "Mon Apr 25 18:32:35 2011 -0500"
      },
      "message": "eCryptfs: Remove extra d_delete in ecryptfs_rmdir\n\nvfs_rmdir() already calls d_delete() on the lower dentry. That was being\nduplicated in ecryptfs_rmdir() and caused a NULL pointer dereference\nwhen NFSv3 was the lower filesystem.\n\nSigned-off-by: Tyler Hicks \u003ctyhicks@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "5dd12af05ca6b7d052c06a9ca4ff755fdfa25ae4",
      "tree": "15189e860b8fb4e20b1517c8ec2d2e145a2c0017",
      "parents": [
        "8f7544682c488dfc4117b37ed10435bb2d3d8d73",
        "dea3667bc3c2a0521e8d8855e407a49d9d70028c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 08:51:15 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 08:51:15 2011 -0700"
      },
      "message": "Merge branch \u0027dcache-cleanup\u0027\n\n* dcache-cleanup:\n  vfs: get rid of insane dentry hashing rules\n"
    },
    {
      "commit": "8f7544682c488dfc4117b37ed10435bb2d3d8d73",
      "tree": "075f7404d81e3ff8f8cfa52f09a618e9a13b0a55",
      "parents": [
        "1f91f48b65a075c29c4adc57a895ff0e7306e2ee",
        "270dac35c26433d06a89150c51e75ca0181ca7e4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 08:45:37 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 08:45:37 2011 -0700"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev\n\n* \u0027upstream-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev:\n  libata: ahci_start_engine compliant to AHCI spec\n  ata: pata_at91.c bugfix for initial_timing initialisation\n  ata: pata_at91.c bugfix for high master clock\n  ahci: AHCI-mode SATA patch for Intel Panther Point DeviceIDs\n  ata_piix: IDE-mode SATA patch for Intel Panther Point DeviceIDs\n  libata: Pioneer DVR-216D can\u0027t do SETXFER\n  ahci: don\u0027t enable port irq before handler is registered\n  libata: Implement ATA_FLAG_NO_DIPM and apply it to mcp65\n  libata: Kill unused ATA_DFLAG_{H|D}IPM flags\n  ahci: EM supported message type sysfs attribute\n"
    },
    {
      "commit": "1f91f48b65a075c29c4adc57a895ff0e7306e2ee",
      "tree": "5966d172b8f484011ebb2b4c00988b81060afb82",
      "parents": [
        "3ba41621156681afcdbcd624e3191cbc65eb94f4",
        "6e0d9fd38b750d678bf9fd07db23582f52fafa55"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 08:42:15 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 08:42:15 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.infradead.org/ubifs-2.6\n\n* \u0027for-linus\u0027 of git://git.infradead.org/ubifs-2.6:\n  UBIFS: fix master node recovery\n  UBIFS: fix false assertion warning in case of I/O failures\n  UBIFS: fix false space checking failure\n"
    },
    {
      "commit": "270dac35c26433d06a89150c51e75ca0181ca7e4",
      "tree": "187f95b21867318d77b768e1e8be27b0894c239b",
      "parents": [
        "792d37af35386466cf5dda51d6b710fa1dd9aad1"
      ],
      "author": {
        "name": "Jian Peng",
        "email": "jipeng2005@gmail.com",
        "time": "Fri Apr 22 23:58:10 2011 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:35:40 2011 -0400"
      },
      "message": "libata: ahci_start_engine compliant to AHCI spec\n\nAt the end of section 10.1 of AHCI spec (rev 1.3), it states\n\nSoftware shall not set PxCMD.ST to 1 until it is determined that\na functoinal device is present on the port as determined by\nPxTFD.STS.BSY\u003d0, PxTFD.STS.DRQ\u003d0 and PxSSTS.DET\u003d3h\n\nEven though most AHCI host controller works without this check,\nspecific controller will fail under this condition.\n\nSigned-off-by: Jian Peng \u003cjipeng2005@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "792d37af35386466cf5dda51d6b710fa1dd9aad1",
      "tree": "6da7ad6feeb76505e2748bad1aaff1b775c5aa06",
      "parents": [
        "9719b8f5bc35664a23de1ddfbc85217398af0df8"
      ],
      "author": {
        "name": "Igor Plyatov",
        "email": "plyatov@gmail.com",
        "time": "Mon Mar 28 16:56:14 2011 +0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:34:06 2011 -0400"
      },
      "message": "ata: pata_at91.c bugfix for initial_timing initialisation\n\nThe \"struct ata_timing\" must contain 10 members, but \".dmack_hold\" member was\nforgotten for \"initial_timing\" initialisation. This patch fixes such a problem.\n\nSigned-off-by: Igor Plyatov \u003cplyatov@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "9719b8f5bc35664a23de1ddfbc85217398af0df8",
      "tree": "5986b2a7bf9b990f92c3c11e10d37c3eb8d45d1a",
      "parents": [
        "181e3ceaba761d35d96d791d5031b1e51abec46c"
      ],
      "author": {
        "name": "Igor Plyatov",
        "email": "plyatov@gmail.com",
        "time": "Mon Mar 28 16:56:15 2011 +0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:34:06 2011 -0400"
      },
      "message": "ata: pata_at91.c bugfix for high master clock\n\nThe AT91SAM9 microcontrollers with master clock higher then 105 MHz\nand PIO0, have overflow of the NCS_RD_PULSE value in the MSB. This\nlead to \"NCS_RD_PULSE\" pulse longer then \"NRD_CYCLE\" pulse and driver\ndoes not detect ATA device.\n\nSigned-off-by: Igor Plyatov \u003cplyatov@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "181e3ceaba761d35d96d791d5031b1e51abec46c",
      "tree": "187d72612d6f0b592e559c26b3df86f45d144959",
      "parents": [
        "4a836c701a0f68e5a028113c176413e9b72c4c7c"
      ],
      "author": {
        "name": "Seth Heasley",
        "email": "seth.heasley@intel.com",
        "time": "Wed Apr 20 08:45:20 2011 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:34:05 2011 -0400"
      },
      "message": "ahci: AHCI-mode SATA patch for Intel Panther Point DeviceIDs\n\nThe previously submitted patch was word-wrapped.\n\nThis patch adds the AHCI-mode SATA DeviceIDs for the Intel Panther Point PCH.\n\nSigned-off-by: Seth Heasley \u003cseth.heasley@intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "4a836c701a0f68e5a028113c176413e9b72c4c7c",
      "tree": "062e779d43bc171f81c0166987b380dc9e8b7e08",
      "parents": [
        "d69cf28cd2f85c3086fac5ea39aa1d5ba65546b1"
      ],
      "author": {
        "name": "Seth Heasley",
        "email": "seth.heasley@intel.com",
        "time": "Wed Apr 20 08:43:37 2011 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:34:05 2011 -0400"
      },
      "message": "ata_piix: IDE-mode SATA patch for Intel Panther Point DeviceIDs\n\nThe previously submitted patch was word-wrapped.\n\nThis patch adds the IDE-mode SATA DeviceIDs for the Intel Panther\nPoint PCH.\n\nSigned-off-by: Seth Heasley \u003cseth.heasley@intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "d69cf28cd2f85c3086fac5ea39aa1d5ba65546b1",
      "tree": "f93897353a804f92887293e0303563d30be29a27",
      "parents": [
        "7b3a24c57d2eeda8dba9c205342b12689c4679f9"
      ],
      "author": {
        "name": "Jeff Mahoney",
        "email": "jeffm@suse.com",
        "time": "Tue Apr 19 11:13:32 2011 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:34:05 2011 -0400"
      },
      "message": "libata: Pioneer DVR-216D can\u0027t do SETXFER\n\n Commit 4a5610a04d415ed94af75bb1159d2621d62c8328 fixed an issue with\n the Pioneer DVR-212D not handling SETXFER correctly. An openSUSE user\n reported a similar issue with his DVR-216D that the NOSETXFER horkage\n worked around for him as well.\n\n This patch adds the DVR-216D (1.08) to the horkage list for NOSETXFER.\n\n The issue was reported at:\n https://bugzilla.novell.com/show_bug.cgi?id\u003d679143\n\nReported-by: Volodymyr Kyrychenko \u003cvladimir.kirichenko@gmail.com\u003e\nSigned-off-by: Jeff Mahoney \u003cjeffm@suse.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "7b3a24c57d2eeda8dba9c205342b12689c4679f9",
      "tree": "f4be496d3c0008c6b601b75616383bb735bc9fd2",
      "parents": [
        "ae01b2493c3bf03c504c32ac4ebb01d528508db3"
      ],
      "author": {
        "name": "Maxime Bizon",
        "email": "mbizon@freebox.fr",
        "time": "Wed Mar 16 14:58:32 2011 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:34:05 2011 -0400"
      },
      "message": "ahci: don\u0027t enable port irq before handler is registered\n\nThe ahci_pmp_attach() \u0026 ahci_pmp_detach() unmask port irqs, but they\nare also called during port initialization, before ahci host irq\nhandler is registered. On ce4100 platform, this sometimes triggers\n\"irq 4: nobody cared\" message when loading driver.\n\nFixed this by not touching the register if the port is in frozen\nstate, and mark all uninitialized port as frozen.\n\nSigned-off-by: Maxime Bizon \u003cmbizon@freebox.fr\u003e\nAcked-by: Tejun Heo \u003ctj@kernel.org\u003e\nCc: stable@kernel.org\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "ae01b2493c3bf03c504c32ac4ebb01d528508db3",
      "tree": "e2f10e9054ca9c883f59aab7fec776ed2aece281",
      "parents": [
        "3f7ac1d6671ebca7a955853f7127c937f7befbd3"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Wed Mar 16 11:14:55 2011 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:32:16 2011 -0400"
      },
      "message": "libata: Implement ATA_FLAG_NO_DIPM and apply it to mcp65\n\nNVIDIA mcp65 familiy of controllers cause command timeouts when DIPM\nis used.  Implement ATA_FLAG_NO_DIPM and apply it.\n\nThis problem was reported by Stefan Bader in the following thread.\n\n http://thread.gmane.org/gmane.linux.ide/48841\n\nstable: applicable to 2.6.37 and 38.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nReported-by: Stefan Bader \u003cstefan.bader@canonical.com\u003e\nCc: stable@kernel.org\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3f7ac1d6671ebca7a955853f7127c937f7befbd3",
      "tree": "935a287d51ea6531e95e1b1173983a4de94820b5",
      "parents": [
        "6e5fe5b12cfcd9ed4303c9a4f4a22a694104d28f"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Wed Mar 16 11:14:25 2011 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:32:03 2011 -0400"
      },
      "message": "libata: Kill unused ATA_DFLAG_{H|D}IPM flags\n\nATA_DFLAG_{H|D}IPM flags are no longer used.  Kill them.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6e5fe5b12cfcd9ed4303c9a4f4a22a694104d28f",
      "tree": "96ccfacbf812e6ddbad8e3c1f90b466f3a3458e2",
      "parents": [
        "686c4cbb10fc0e75b29b097290b4f7fc3f010b9e"
      ],
      "author": {
        "name": "Hannes Reinecke",
        "email": "hare@suse.de",
        "time": "Fri Mar 04 09:54:52 2011 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Apr 24 11:31:31 2011 -0400"
      },
      "message": "ahci: EM supported message type sysfs attribute\n\nThis patch adds an sysfs attribute \u0027em_message_supported\u0027 to the\nahci host device which prints out the supported enclosure management\nmessage types.\n\nSigned-off-by: Hannes Reinecke \u003chare@suse.de\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3ba41621156681afcdbcd624e3191cbc65eb94f4",
      "tree": "197b021d9da6cf693fb6b80524e73e228b0bd589",
      "parents": [
        "686c4cbb10fc0e75b29b097290b4f7fc3f010b9e"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Sat Apr 23 18:42:56 2011 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 08:24:31 2011 -0700"
      },
      "message": "kconfig: Avoid buffer underrun in choice input\n\nCommit 40aee729b350 (\u0027kconfig: fix default value for choice input\u0027)\nfixed some cases where kconfig would select the wrong option from a\nchoice with a single valid option and thus enter an infinite loop.\n\nHowever, this broke the test for user input of the form \u0027N?\u0027, because\nwhen kconfig selects the single valid option the input is zero-length\nand the test will read the byte before the input buffer.  If this\nhappens to contain \u0027?\u0027 (as it will in a mips build on Debian unstable\ntoday) then kconfig again enters an infinite loop.\n\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nCc: stable@kernel.org [2.6.17+]\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "dea3667bc3c2a0521e8d8855e407a49d9d70028c",
      "tree": "bda1a624616f2e1bf9d3ec38b30ab002379a8e6a",
      "parents": [
        "b07ad9967f40b164af77205027352ba53729cf5a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 07:58:46 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Apr 24 07:58:46 2011 -0700"
      },
      "message": "vfs: get rid of insane dentry hashing rules\n\nThe dentry hashing rules have been really quite complicated for a long\nwhile, in odd ways.  That made functions like __d_drop() very fragile\nand non-obvious.\n\nIn particular, whether a dentry was hashed or not was indicated with an\nexplicit DCACHE_UNHASHED bit.  That\u0027s despite the fact that the hash\nabstraction that the dentries use actually have a \u0027is this entry hashed\nor not\u0027 model (which is a simple test of the \u0027pprev\u0027 pointer).\n\nThe reason that was done is because we used the normal \u0027is this entry\nunhashed\u0027 model to mark whether the dentry had _ever_ been hashed in the\ndentry hash tables, and that logic goes back many years (commit\nb3423415fbc2: \"dcache: avoid RCU for never-hashed dentries\").\n\nThat, in turn, meant that __d_drop had totally different unhashing logic\nfor the dentry hash table case and for the anonymous dcache case,\nbecause in order to use the \"is this dentry hashed\" logic as a flag for\nwhether it had ever been on the RCU hash table, we had to unhash such a\ndentry differently so that we\u0027d never think that it wasn\u0027t \u0027unhashed\u0027\nand wouldn\u0027t be free\u0027d correctly.\n\nThat\u0027s just insane.  It made the logic really hard to follow, when there\nwere two different kinds of \"unhashed\" states, and one of them (the one\nthat used \"list_bl_unhashed()\") really had nothing at all to do with\nbeing unhashed per se, but with a very subtle lifetime rule instead.\n\nSo turn all of it around, and make it logical.\n\nInstead of having a DENTRY_UNHASHED bit in d_flags to indicate whether\nthe dentry is on the hash chains or not, use the hash chain unhashed\nlogic for that.  Suddenly \"d_unhashed()\" just uses \"list_bl_unhashed()\",\nand everything makes sense.\n\nAnd for the lifetime rule, just use an explicit DENTRY_RCUACCEES bit.\nIf we ever insert the dentry into the dentry hash table so that it is\nvisible to RCU lookup, we mark it DENTRY_RCUACCESS to show that it now\nneeds the RCU lifetime rules.  Now suddently that test at dentry free\ntime makes sense too.\n\nAnd because unhashing now is sane and doesn\u0027t depend on where the dentry\ngot unhashed from (because the dentry hash chain details doesn\u0027t have\nsome subtle side effects), we can re-unify the __d_drop() logic and use\ncommon code for the unhashing.\n\nAlso fix one more open-coded hash chain bit_spin_lock() that I missed in\nthe previous chain locking cleanup commit.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "fa7b69475a6c192853949ba496dd9c37b497b548",
      "tree": "5543542de818ed791e0f67b0139225bc6ac813ef",
      "parents": [
        "103b3934817a7c42fba6e1ef76ecb390a2837d40"
      ],
      "author": {
        "name": "Justin P. Mattock",
        "email": "justinmattock@gmail.com",
        "time": "Fri Apr 22 10:08:52 2011 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Sun Apr 24 13:16:04 2011 +0200"
      },
      "message": "perf events, x86, P4: Fix typo in comment\n\nSigned-off-by: Justin P. Mattock \u003cjustinmattock@gmail.com\u003e\nAcked-by: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nCc: trivial@kernel.org\nLink: http://lkml.kernel.org/r/1303492132-3004-1-git-send-email-justinmattock@gmail.com\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "686c4cbb10fc0e75b29b097290b4f7fc3f010b9e",
      "tree": "3361f14eee716d5512a0c423ec89631a5b976ef4",
      "parents": [
        "b07ad9967f40b164af77205027352ba53729cf5a",
        "19234c0819da0e043a02710488dfd9b242b42eba"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 23 22:35:16 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 23 22:35:16 2011 -0700"
      },
      "message": "Merge branch \u0027pm-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6\n\n* \u0027pm-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6:\n  PM: Add missing syscore_suspend() and syscore_resume() calls\n  PM: Fix error code paths executed after failing syscore_suspend()\n"
    },
    {
      "commit": "b07ad9967f40b164af77205027352ba53729cf5a",
      "tree": "33ce9c53602f1983cff5dd5f209bb668fb7ffca5",
      "parents": [
        "0f1d9f78ce41a8874d30271ef8480e6f8f7f1fce"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 23 22:32:03 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Apr 23 22:32:03 2011 -0700"
      },
      "message": "vfs: get rid of \u0027struct dcache_hash_bucket\u0027 abstraction\n\nIt\u0027s a useless abstraction for \u0027hlist_bl_head\u0027, and it doesn\u0027t actually\nhelp anything - quite the reverse.  All the users end up having to know\nabout the hlist_bl_head details anyway, using \u0027struct hlist_bl_node *\u0027\netc. So it just makes the code look confusing.\n\nAnd the cost of it is extra \u0027\u0026b-\u003ehead\u0027 syntactic noise, but more\nimportantly it spuriously makes the hash table dentry list look\ndifferent from the per-superblock DCACHE_DISCONNECTED dentry list.\n\nAs a result, the code ended up using ad-hoc locking for one case and\nspecial helper functions for what is really another totally identical\ncase in the very same function.\n\nMake it all look and work the same.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0f1d9f78ce41a8874d30271ef8480e6f8f7f1fce",
      "tree": "a55f50977c4f1c7d5f14beaeb8f4a71b8bcb7444",
      "parents": [
        "8c9e80ed276fc4b9c9fadf29d8bf6b3576112f1a",
        "9db4e4381a8e881ff65a5d3400bfa471f84217e7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 16:19:19 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 16:19:19 2011 -0700"
      },
      "message": "Merge branch \u0027tty-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6\n\n* \u0027tty-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6:\n  tty/n_gsm: fix bug in CRC calculation for gsm1 mode\n  serial/imx: read cts state only after acking cts change irq\n  parport_pc.c: correctly release the requested region for the IT887x\n"
    },
    {
      "commit": "8c9e80ed276fc4b9c9fadf29d8bf6b3576112f1a",
      "tree": "7595dd217545593675d40f85cfb11d69697a8300",
      "parents": [
        "8d082f8f3fb89e8a1fcb5120ad98cd9860c8a3e8"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@linux.intel.com",
        "time": "Thu Apr 21 17:23:19 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 16:17:29 2011 -0700"
      },
      "message": "SECURITY: Move exec_permission RCU checks into security modules\n\nRight now all RCU walks fall back to reference walk when CONFIG_SECURITY\nis enabled, even though just the standard capability module is active.\nThis is because security_inode_exec_permission unconditionally fails\nRCU walks.\n\nMove this decision to the low level security module. This requires\npassing the RCU flags down the security hook. This way at least\nthe capability module and a few easy cases in selinux/smack work\nwith RCU walks with CONFIG_SECURITY\u003dy\n\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\nAcked-by: Eric Paris \u003ceparis@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8d082f8f3fb89e8a1fcb5120ad98cd9860c8a3e8",
      "tree": "5b3865764bee4511d76248b9eaf5cf166557691d",
      "parents": [
        "258ba6a5a9194ea043850f77d1219053c810e043",
        "6a9a6f233baad76b67a448b39bb55fc064755ba4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 14:59:07 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 14:59:07 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:\n  ALSA: hda - Fix unused warnings when !SND_HDA_NEEDS_RESUME\n  ALSA: hda - Add a fix-up for Acer dmic with ALC271x codec\n  ASoC: add a module alias to the FSI driver\n  ALSA: emu10k1 - Fix \"Music\" controls to \"Synth\" controls in documents\n  ARM: s3c2440: gta02; Register dfbmcs320 device for BT audio interface\n  ASoC: codecs: JZ4740: Fix OOPS\n  ASoC: Fix output PGA enabling in wm_hubs CODECs\n  ASoC: sn95031: decorate function with __devexit_p()\n  ASoC: SAMSUNG: Fix the inverted clocks handling for pcm driver\n  ASoC: sst_platform: Fix lock acquring\n  ASoC: fsi: driver safely remove for against irq\n  ASoC: fsi: modify vague PM control on probe\n  ASoC: fsi: take care in failing case of dai register\n  MAINTAINERS: Update Samsung ASoC maintainer\u0027s id\n  ASoC: WM8903: HP and Line out PGA/mixer DAPM fixes\n  ASoC: Set left channel volume update bits for WM8994\n  ASoC: fix config error path\n  ASoC: check channel mismatch between cpu_dai and codec_dai\n  ASoC: Tegra: Suspend/resume support\n"
    },
    {
      "commit": "258ba6a5a9194ea043850f77d1219053c810e043",
      "tree": "9287488d77cfd3fc776bc2feb4ce1cf8dff36471",
      "parents": [
        "d6d61c97e69ca0e8471804603cf00d8abf2fa12d",
        "f4929bd37208540c2c6f416e9035ff1938f2dbc6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 11:31:27 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 11:31:27 2011 -0700"
      },
      "message": "Merge branch \u0027perf-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip\n\n* \u0027perf-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:\n  perf, x86: Update/fix Intel Nehalem cache events\n  perf, x86: P4 PMU - Don\u0027t forget to clear cpuc-\u003eactive_mask on overflow\n  x86, perf event: Turn off unstructured raw event access to offcore registers\n  perf: Support Xeon E7\u0027s via the Westmere PMU driver\n"
    },
    {
      "commit": "d6d61c97e69ca0e8471804603cf00d8abf2fa12d",
      "tree": "4f930bc002243d323df9ad51cfe2cc40184d7a76",
      "parents": [
        "91e8549bde9e5cc88c5a2e8c8114389279e240b5",
        "2ea4db65be3c4027ed39da73e1b6a59c8aa6c7c9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 11:31:21 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 22 11:31:21 2011 -0700"
      },
      "message": "Merge branch \u0027irq-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip\n\n* \u0027irq-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:\n  xtensa: Fixup irq conversion fallout and nmi_count\n"
    },
    {
      "commit": "f4929bd37208540c2c6f416e9035ff1938f2dbc6",
      "tree": "307e058a47993c91d806f8c7bb505e8afe778a27",
      "parents": [
        "1ea5a6afd95a4803900c97ed63a47a883ebe7b3e"
      ],
      "author": {
        "name": "Peter Zijlstra",
        "email": "a.p.zijlstra@chello.nl",
        "time": "Fri Apr 22 13:39:56 2011 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 22 13:50:27 2011 +0200"
      },
      "message": "perf, x86: Update/fix Intel Nehalem cache events\n\nChange the Nehalem cache events to use retired memory instruction counters\n(similar to Westmere), this greatly improves the provided stats.\n\nUsing:\n\nmain ()\n{\n        int i;\n\n        for (i \u003d 0; i \u003c 1000000000; i++) {\n                asm(\"mov (%%rsp), %%rbx;\"\n                    \"mov %%rbx, (%%rsp);\" : : : \"rbx\");\n        }\n}\n\nWe find:\n\n $ perf stat --repeat 10 -e instructions:u -e l1-dcache-loads:u -e l1-dcache-stores:u ./loop_1b_loads+stores\n  Performance counter stats for \u0027./loop_1b_loads+stores\u0027 (10 runs):\n      4,000,081,056 instructions:u           #      0.000 IPC ( +-   0.000% )\n      4,999,502,846 l1-dcache-loads:u          ( +-   0.008% )\n      1,000,034,832 l1-dcache-stores:u         ( +-   0.000% )\n         1.565184942  seconds time elapsed   ( +-   0.005% )\n\nThe 5b is surprising - we\u0027d expect 1b:\n\n $ perf stat --repeat 10 -e instructions:u -e r10b:u -e l1-dcache-stores:u ./loop_1b_loads+stores\n  Performance counter stats for \u0027./loop_1b_loads+stores\u0027 (10 runs):\n      4,000,081,054 instructions:u           #      0.000 IPC ( +-   0.000% )\n      1,000,021,961 r10b:u                     ( +-   0.000% )\n      1,000,030,951 l1-dcache-stores:u         ( +-   0.000% )\n         1.565055422  seconds time elapsed   ( +-   0.003% )\n\nWhich this patch thus fixes.\n\nSigned-off-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Arnaldo Carvalho de Melo \u003cacme@redhat.com\u003e\nCc: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Mike Galbraith \u003cefault@gmx.de\u003e\nCc: Steven Rostedt \u003crostedt@goodmis.org\u003e\nCc: Stephane Eranian \u003ceranian@google.com\u003e\nCc: Lin Ming \u003cming.m.lin@intel.com\u003e\nCc: Cyrill Gorcunov \u003cgorcunov@openvz.org\u003e\nLink: http://lkml.kernel.org/n/tip-q9rtru7b7840tws75xzboapv@git.kernel.org\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "1ea5a6afd95a4803900c97ed63a47a883ebe7b3e",
      "tree": "9a81eaa3a8915daff3135233478c0e7534019374",
      "parents": [
        "b52c55c6a25e4515b5e075a989ff346fc251ed09"
      ],
      "author": {
        "name": "Cyrill Gorcunov",
        "email": "gorcunov@gmail.com",
        "time": "Thu Apr 21 11:03:21 2011 -0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 22 10:21:34 2011 +0200"
      },
      "message": "perf, x86: P4 PMU - Don\u0027t forget to clear cpuc-\u003eactive_mask on overflow\n\nIt\u0027s not enough to simply disable event on overflow the\ncpuc-\u003eactive_mask should be cleared as well otherwise counter\nmay stall in \"active\" even in real being already disabled (which\npotentially may lead to the situation that user may not use this\ncounter further).\n\nDon pointed out that:\n\n \" I also noticed this patch fixed some unknown NMIs\n   on a P4 when I stressed the box\".\n\nTested-by: Lin Ming \u003cming.m.lin@intel.com\u003e\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@openvz.org\u003e\nAcked-by: Don Zickus \u003cdzickus@redhat.com\u003e\nSigned-off-by: Don Zickus \u003cdzickus@redhat.com\u003e\nCc: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nLink: http://lkml.kernel.org/r/1303398203-2918-3-git-send-email-dzickus@redhat.com\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "103b3934817a7c42fba6e1ef76ecb390a2837d40",
      "tree": "4c4fd6329646238c1ad67e60cf93ef128ac39390",
      "parents": [
        "eff430de53be6f3328c3eebe93755f1ecf499e37"
      ],
      "author": {
        "name": "Cyrill Gorcunov",
        "email": "gorcunov@gmail.com",
        "time": "Thu Apr 21 11:03:20 2011 -0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 22 10:20:04 2011 +0200"
      },
      "message": "perf, x86: P4 PMU -- Use perf_sample_data_init helper\n\nInstead of opencoded assignments better to use\nperf_sample_data_init helper.\n\nTested-by: Lin Ming \u003cming.m.lin@intel.com\u003e\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@openvz.org\u003e\nSigned-off-by: Don Zickus \u003cdzickus@redhat.com\u003e\nCc: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nLink: http://lkml.kernel.org/r/1303398203-2918-2-git-send-email-dzickus@redhat.com\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "eff430de53be6f3328c3eebe93755f1ecf499e37",
      "tree": "c8e5ae958fe3e6656b4e96c83bbda17e649321a2",
      "parents": [
        "9cbdb702092a2d82f909312f4ec3eeded77bb82e",
        "91e8549bde9e5cc88c5a2e8c8114389279e240b5"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 22 10:19:26 2011 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 22 10:19:30 2011 +0200"
      },
      "message": "Merge branch \u0027linus\u0027 into perf/core\n\nMerge reason: Pick up upstream fixes.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b52c55c6a25e4515b5e075a989ff346fc251ed09",
      "tree": "fa846866c435b726dd00366e4346c1c993550214",
      "parents": [
        "b2508e828d71baacd9a743dd48dcbf85d96affdd"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 22 08:44:38 2011 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 22 10:02:53 2011 +0200"
      },
      "message": "x86, perf event: Turn off unstructured raw event access to offcore registers\n\nAndi Kleen pointed out that the Intel offcore support patches were merged\nwithout user-space tool support to the functionality:\n\n |\n | The offcore_msr perf kernel code was merged into 2.6.39-rc*, but the\n | user space bits were not. This made it impossible to set the extra mask\n | and actually do the OFFCORE profiling\n |\n\nAndi submitted a preliminary patch for user-space support, as an\nextension to perf\u0027s raw event syntax:\n\n |\n | Some raw events -- like the Intel OFFCORE events -- support additional\n | parameters. These can be appended after a \u0027:\u0027.\n |\n | For example on a multi socket Intel Nehalem:\n |\n |    perf stat -e r1b7:20ff -a sleep 1\n |\n | Profile the OFFCORE_RESPONSE.ANY_REQUEST with event mask REMOTE_DRAM_0\n | that measures any access to DRAM on another socket.\n |\n\nBut this kind of usability is absolutely unacceptable - users should not\nbe expected to type in magic, CPU and model specific incantations to get\naccess to useful hardware functionality.\n\nThe proper solution is to expose useful offcore functionality via\ngeneralized events - that way users do not have to care which specific\nCPU model they are using, they can use the conceptual event and not some\nmodel specific quirky hexa number.\n\nWe already have such generalization in place for CPU cache events,\nand it\u0027s all very extensible.\n\n\"Offcore\" events measure general DRAM access patters along various\nparameters. They are particularly useful in NUMA systems.\n\nWe want to support them via generalized DRAM events: either as the\nfourth level of cache (after the last-level cache), or as a separate\ngeneralization category.\n\nThat way user-space support would be very obvious, memory access\nprofiling could be done via self-explanatory commands like:\n\n  perf record -e dram ./myapp\n  perf record -e dram-remote ./myapp\n\n... to measure DRAM accesses or more expensive cross-node NUMA DRAM\naccesses.\n\nThese generalized events would work on all CPUs and architectures that\nhave comparable PMU features.\n\n( Note, these are just examples: actual implementation could have more\n  sophistication and more parameter - as long as they center around\n  similarly simple usecases. )\n\nNow we do not want to revert *all* of the current offcore bits, as they\nare still somewhat useful for generic last-level-cache events, implemented\nin this commit:\n\n  e994d7d23a0b: perf: Fix LLC-* events on Intel Nehalem/Westmere\n\nBut we definitely do not yet want to expose the unstructured raw events\nto user-space, until better generalization and usability is implemented\nfor these hardware event features.\n\n( Note: after generalization has been implemented raw offcore events can be\n  supported as well: there can always be an odd event that is marginally\n  useful but not useful enough to generalize. DRAM profiling is definitely\n  *not* such a category so generalization must be done first. )\n\nFurthermore, PERF_TYPE_RAW access to these registers was not intended\nto go upstream without proper support - it was a side-effect of the above\ne994d7d23a0b commit, not mentioned in the changelog.\n\nAs v2.6.39 is nearing release we go for the simplest approach: disable\nthe PERF_TYPE_RAW offcore hack for now, before it escapes into a released\nkernel and becomes an ABI.\n\nOnce proper structure is implemented for these hardware events and users\nare offered usable solutions we can revisit this issue.\n\nReported-by: Andi Kleen \u003cak@linux.intel.com\u003e\nAcked-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Arnaldo Carvalho de Melo \u003cacme@redhat.com\u003e\nCc: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\nLink: http://lkml.kernel.org/r/1302658203-4239-1-git-send-email-andi@firstfloor.org\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b2508e828d71baacd9a743dd48dcbf85d96affdd",
      "tree": "b0ee8d7d47d8081396643dc6fe8b52ffe6bf6d07",
      "parents": [
        "91e8549bde9e5cc88c5a2e8c8114389279e240b5"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@linux.intel.com",
        "time": "Thu Apr 21 16:48:35 2011 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 22 08:27:29 2011 +0200"
      },
      "message": "perf: Support Xeon E7\u0027s via the Westmere PMU driver\n\nThere\u0027s a new model number public, 47, for Xeon E7 (aka Westmere EX).\n\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\nCc: a.p.zijlstra@chello.nl\nLink: http://lkml.kernel.org/r/1303429715-10202-1-git-send-email-andi@firstfloor.org\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "91e8549bde9e5cc88c5a2e8c8114389279e240b5",
      "tree": "5d5432c2a8a066ecf92e0eec9f07e8b96a6be198",
      "parents": [
        "37fc67c9f0454f7a6448d87225cfee8067fd731d",
        "7eec77a1816a7042591a6cbdb4820e9e7ebffe0e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 10:50:56 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 10:50:56 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.dk/linux-2.6-block\n\n* \u0027for-linus\u0027 of git://git.kernel.dk/linux-2.6-block:\n  ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd\n  block: don\u0027t propagate unlisted DISK_EVENTs to userland\n  elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case too\n"
    },
    {
      "commit": "7eec77a1816a7042591a6cbdb4820e9e7ebffe0e",
      "tree": "138c0ed198471151e2590fc3d35f56c5d57ba720",
      "parents": [
        "7c88a168da8003fd4d8fb6ae103c4ecf29cb1130"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Thu Apr 21 19:43:59 2011 +0200"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jaxboe@fusionio.com",
        "time": "Thu Apr 21 19:43:59 2011 +0200"
      },
      "message": "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd\n\ncheck_events() implementations in both ide-gd and ide-cd are\ninadequate for in-kernel event polling.  Both generate media change\nevents continuously when certain conditions are met causing infinite\nevent loop between the driver and userland event handler.\n\nAs disk event now supports suppression of unlisted events, simply\nde-listing DISK_EVENT_MEDIA_CHANGE from disk-\u003eevents resolves the\nproblem.  Internal handling around media revalidation will behave the\nsame while userland will fall back to userland event polling after\ndetecting the device doesn\u0027t support disk events.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nReported-by: Jens Axboe \u003cjaxboe@fusionio.com\u003e\nAcked-by: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nSigned-off-by: Jens Axboe \u003cjaxboe@fusionio.com\u003e\n"
    },
    {
      "commit": "7c88a168da8003fd4d8fb6ae103c4ecf29cb1130",
      "tree": "121d1b65615faf98e3c77f066b50527275d4b4c3",
      "parents": [
        "3aa72873ffdcc2f7919743efbbefc351ec73f5cb"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Thu Apr 21 19:43:58 2011 +0200"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jaxboe@fusionio.com",
        "time": "Thu Apr 21 19:43:58 2011 +0200"
      },
      "message": "block: don\u0027t propagate unlisted DISK_EVENTs to userland\n\nDISK_EVENT_MEDIA_CHANGE is used for both userland visible event and\ninternal event for revalidation of removeable devices.  Some legacy\ndrivers don\u0027t implement proper event detection and continuously\ngenerate events under certain circumstances.  For example, ide-cd\ngenerates media changed continuously if there\u0027s no media in the drive,\nwhich can lead to infinite loop of events jumping back and forth\nbetween the driver and userland event handler.\n\nThis patch updates disk event infrastructure such that it never\npropagates events not listed in disk-\u003eevents to userland.  Those\nevents are processed the same for internal purposes but uevent\ngeneration is suppressed.\n\nThis also ensures that userland only gets events which are advertised\nin the @events sysfs node lowering risk of confusion.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nSigned-off-by: Jens Axboe \u003cjaxboe@fusionio.com\u003e\n"
    },
    {
      "commit": "3aa72873ffdcc2f7919743efbbefc351ec73f5cb",
      "tree": "f159c777a489c6ac3721ba1f1cadbe2d86b19fa5",
      "parents": [
        "584f79046780e10cb24367a691f8c28398a00e84"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jaxboe@fusionio.com",
        "time": "Thu Apr 21 19:28:35 2011 +0200"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jaxboe@fusionio.com",
        "time": "Thu Apr 21 19:28:35 2011 +0200"
      },
      "message": "elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case too\n\nThe sort insert is the one that goes to the IO scheduler. With\nthe SORT_MERGE addition, we could bypass IO scheduler setup\nbut still ask the IO scheduler to insert the request. This would\ncause an oops on switching IO schedulers through the sysfs\ninterface, unless the disk just happened to be idle while it\noccured.\n\nSigned-off-by: Jens Axboe \u003cjaxboe@fusionio.com\u003e\n"
    },
    {
      "commit": "37fc67c9f0454f7a6448d87225cfee8067fd731d",
      "tree": "7b4aa71ece6fe0d6d9a229164405fd74fdbbd9e3",
      "parents": [
        "d20dc4d5231592b25a0d77c45ebb7c05204dfb3a",
        "3eff1268994f72266b660782e87f215720c29639"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 10:01:26 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 10:01:26 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://oss.sgi.com/xfs/xfs\n\n* \u0027for-linus\u0027 of git://oss.sgi.com/xfs/xfs:\n  xfs: fix duplicate message output\n"
    },
    {
      "commit": "d20dc4d5231592b25a0d77c45ebb7c05204dfb3a",
      "tree": "2952b4ff16c6884aff5ab879d7c4a778e7f008f2",
      "parents": [
        "d76c8420c3cf8e468901b0bd58306637335c98ea",
        "7a6c6547825a2324faa76cff856db11d78de075e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 10:01:03 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 10:01:03 2011 -0700"
      },
      "message": "Merge branch \u0027x86-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip\n\n* \u0027x86-fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:\n  x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPS\n  Revert \"x86, NUMA: Fix fakenuma boot failure\"\n"
    },
    {
      "commit": "d76c8420c3cf8e468901b0bd58306637335c98ea",
      "tree": "1dd7c5f1f19fb827968343e08e2cc5ed87358f05",
      "parents": [
        "83425eee85c6235392e3fe865faf533a48b60ab3"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Thu Apr 21 09:07:26 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 10:00:00 2011 -0700"
      },
      "message": "raid5: fix build error, sector_t usage\n\nChange \u003csectors\u003e from unsigned long long to sector_t.\nThis matches its source field.\n\n  ERROR: \"__udivdi3\" [drivers/md/raid456.ko] undefined!\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "83425eee85c6235392e3fe865faf533a48b60ab3",
      "tree": "e97a28eb4c8c8440c3beef6a6ee0c3dc2c6a2938",
      "parents": [
        "8ed54bd5657b75e654c5913bcc5c680485a531b6",
        "afa2689e19073cd2e762d0f2c1358fab1ab9f18c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:58:42 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:58:42 2011 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus:\n  virtio: console: Enable call to hvc_remove() on console port remove\n  virtio_pci: Prevent double-free of pci regions after device hot-unplug\n  virtio: Decrement avail idx on buffer detach\n"
    },
    {
      "commit": "8ed54bd5657b75e654c5913bcc5c680485a531b6",
      "tree": "789f66b0af61b1625420705b49d4cc00ef336b83",
      "parents": [
        "25b210371f76ac63b30d998549f5f4891d805f3b",
        "194b3da873fd334ef183806db751473512af29ce"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:57:56 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:57:56 2011 -0700"
      },
      "message": "Merge branch \u0027drm-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6\n\n* \u0027drm-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:\n  agp: fix arbitrary kernel memory writes\n  agp: fix OOM and buffer overflow\n  drm/radeon/kms: fix IH writeback on r6xx+ on big endian machines\n"
    },
    {
      "commit": "25b210371f76ac63b30d998549f5f4891d805f3b",
      "tree": "b8a90dba0876716bdd56bf478c6949249e4a55dd",
      "parents": [
        "ec616048ea21da2b32ed1a820e637c74c61c618c",
        "5c72d064f7ead1126bed6faab0c2bfb7418036e2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:57:13 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:57:13 2011 -0700"
      },
      "message": "Merge branch \u0027drm-intel-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6\n\n* \u0027drm-intel-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6:\n  drm/i915: Initialise g4x watermarks for disabled pipes\n  drm/i915: Sanitize the output registers after resume\n  drm/i915/tv: Fix modeset flickering introduced in 7f58aabc3\n  drm/i915/tv: Only poll for TV connections\n  drm/i915/tv: Remember the detected TV type\n"
    },
    {
      "commit": "ec616048ea21da2b32ed1a820e637c74c61c618c",
      "tree": "3a6525a995fe41f520cb573da81fef5515d70f33",
      "parents": [
        "df7e130384efd1c732aa08648dad46687fee3d96",
        "51a63e67da6056c13b5b597dcc9e1b3bd7ceaa55"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:56:35 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 09:56:35 2011 -0700"
      },
      "message": "Merge git://git.infradead.org/iommu-2.6\n\n* git://git.infradead.org/iommu-2.6:\n  intel_iommu: disable all VT-d PMRs when TXT launched\n  intel-iommu: Fix get_domain_for_dev() error path\n  intel-iommu: Unlink domain from iommu\n  intel-iommu: Fix use after release during device attach\n"
    },
    {
      "commit": "df7e130384efd1c732aa08648dad46687fee3d96",
      "tree": "7dd8f9f0fe4cdcb27242a33783440bae5690e47e",
      "parents": [
        "584f79046780e10cb24367a691f8c28398a00e84"
      ],
      "author": {
        "name": "Jan Kara",
        "email": "jack@suse.cz",
        "time": "Wed Apr 20 20:30:40 2011 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 21 07:34:44 2011 -0700"
      },
      "message": "vfs: Pass setxattr(2) flags properly\n\nFor some reason generic_setxattr() did not pass flags (XATTR_CREATE,\nXATTR_REPLACE) to the filesystem specific helper. This caused that\nsetxattr(2) syscall just ignored these flags.\n\nFix the bug by passing flags correctly.\n\nSigned-off-by: Jan Kara \u003cjack@suse.cz\u003e\nAcked-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "afa2689e19073cd2e762d0f2c1358fab1ab9f18c",
      "tree": "54e454f26327da2063af856bc7863bf7ea8e7b62",
      "parents": [
        "31a3ddda166cda86d2b5111e09ba4bda5239fae6"
      ],
      "author": {
        "name": "Amit Shah",
        "email": "amit.shah@redhat.com",
        "time": "Mon Mar 14 17:45:48 2011 +0530"
      },
      "committer": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Thu Apr 21 22:57:00 2011 +0930"
      },
      "message": "virtio: console: Enable call to hvc_remove() on console port remove\n\nThis call was disabled as hot-unplugging one virtconsole port led to\nanother virtconsole port freezing.\n\nUpon testing it again, this now works, so enable it.\n\nIn addition, a bug was found in qemu wherein removing a port of one type\ncaused the guest output from another port to stop working.  I doubt it\nwas just this bug that caused it (since disabling the hvc_remove() call\ndid allow other ports to continue working), but since it\u0027s all solved\nnow, we\u0027re fine with hot-unplugging of virtconsole ports.\n\nSigned-off-by: Amit Shah \u003camit.shah@redhat.com\u003e\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\n"
    },
    {
      "commit": "31a3ddda166cda86d2b5111e09ba4bda5239fae6",
      "tree": "9cd6af0a5a7b59b4452db2fa84545ce782c4006b",
      "parents": [
        "b3258ff1d6086bd2b9eeb556844a868ad7d49bc8"
      ],
      "author": {
        "name": "Amit Shah",
        "email": "amit.shah@redhat.com",
        "time": "Mon Mar 14 17:45:02 2011 +0530"
      },
      "committer": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Thu Apr 21 22:57:00 2011 +0930"
      },
      "message": "virtio_pci: Prevent double-free of pci regions after device hot-unplug\n\nIn the case where a virtio-console port is in use (opened by a program)\nand a virtio-console device is removed, the port is kept around but all\nthe virtio-related state is assumed to be gone.\n\nWhen the port is finally released (close() called), we call\ndevice_destroy() on the port\u0027s device.  This results in the parent\ndevice\u0027s structures to be freed as well.  This includes the PCI regions\nfor the virtio-console PCI device.\n\nOnce this is done, however, virtio_pci_release_dev() kicks in, as the\nlast ref to the virtio device is now gone, and attempts to do\n\n     pci_iounmap(pci_dev, vp_dev-\u003eioaddr);\n     pci_release_regions(pci_dev);\n     pci_disable_device(pci_dev);\n\nwhich results in a double-free warning.\n\nMove the code that releases regions, etc., to the virtio_pci_remove()\nfunction, and all that\u0027s now left in release_dev is the final freeing of\nthe vp_dev.\n\nSigned-off-by: Amit Shah \u003camit.shah@redhat.com\u003e\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\n"
    },
    {
      "commit": "b3258ff1d6086bd2b9eeb556844a868ad7d49bc8",
      "tree": "2c9dde005804227038c997a983ded7e46951ca64",
      "parents": [
        "584f79046780e10cb24367a691f8c28398a00e84"
      ],
      "author": {
        "name": "Amit Shah",
        "email": "amit.shah@redhat.com",
        "time": "Wed Mar 16 19:12:10 2011 +0530"
      },
      "committer": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Thu Apr 21 22:57:00 2011 +0930"
      },
      "message": "virtio: Decrement avail idx on buffer detach\n\nWhen detaching a buffer from a vq, the avail.idx value should be\ndecremented as well.\n\nThis was noticed by hot-unplugging a virtio console port and then\nplugging in a new one on the same number (re-using the vqs which were\njust \u0027disowned\u0027).  qemu reported\n\n   \u0027Guest moved used index from 0 to 256\u0027\n\nwhen any IO was attempted on the new port.\n\nCC: stable@kernel.org\nReported-by: juzhang \u003cjuzhang@redhat.com\u003e\nSigned-off-by: Amit Shah \u003camit.shah@redhat.com\u003e\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\n"
    },
    {
      "commit": "51a63e67da6056c13b5b597dcc9e1b3bd7ceaa55",
      "tree": "88258f313963c0b67de3ba2f1ad57d4365b86496",
      "parents": [
        "2fe9723df8e45fd247782adea244a5e653c30bf4"
      ],
      "author": {
        "name": "Joseph Cihula",
        "email": "joseph.cihula@intel.com",
        "time": "Mon Mar 21 11:04:24 2011 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Thu Apr 21 13:51:40 2011 +0100"
      },
      "message": "intel_iommu: disable all VT-d PMRs when TXT launched\n\nIntel VT-d Protected Memory Regions (PMRs) are supposed to be disabled,\non each VT-d engine, after DMA remapping is enabled on the engines.\nThis is because the behavior of having both enabled is not deterministic\nand because, if TXT has been used to launch the kernel, the PMRs may be\nprogrammed to cover memory regions that will be used for DMA.\n\nUnder some circumstances (certain quirks detected, lack of multiple\ndevices, etc.), the current code does not set up DMA remapping on some\nVT-d engines.  In such cases it also skips disabling the PMRs.  This\ncauses failures when the kernel is launched with TXT (most often this\noccurs on the graphics engine and results in colored vertical bars on\nthe display).\n\nThis patch detects when the kernel has been launched with TXT and then\ndisables the PMRs on all VT-d engines.  In some cases where the reason\nthat remapping is not being enabled is due to possible ACPI DMAR table\nerrors, the VT-d engine addresses may not be correct and thus not able\nto be safely programmed even to disable PMRs.  Because part of the TXT\nlaunch process is the verification of these addresses, it will always be\nsafe to disable PMRs if the TXT launch has succeeded and hence only\ndoing this in such cases.\n\nSigned-off-by: Joseph Cihula \u003cjoseph.cihula@intel.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "6e0d9fd38b750d678bf9fd07db23582f52fafa55",
      "tree": "e802c35a4543f1f55f782838cb946c81c124843a",
      "parents": [
        "1a067a22e466d2910d10d47a7125bf7ced943165"
      ],
      "author": {
        "name": "Artem Bityutskiy",
        "email": "Artem.Bityutskiy@nokia.com",
        "time": "Thu Apr 21 14:49:55 2011 +0300"
      },
      "committer": {
        "name": "Artem Bityutskiy",
        "email": "Artem.Bityutskiy@nokia.com",
        "time": "Thu Apr 21 15:27:21 2011 +0300"
      },
      "message": "UBIFS: fix master node recovery\n\nThis patch fixes the following symptoms:\n1. Unmount UBIFS cleanly.\n2. Start mounting UBIFS R/W and have a power cut immediately\n3. Start mounting UBIFS R/O, this succeeds\n4. Try to re-mount UBIFS R/W - this fails immediately or later on,\n   because UBIFS will write the master node to the flash area\n   which has been written before.\n\nThe analysis of the problem:\n\n1. UBIFS is unmounted cleanly, both copies of the master node are clean.\n2. UBIFS is being mounter R/W, starts changing master node copy 1, and\n   a power cut happens. The copy N1 becomes corrupted.\n3. UBIFS is being mounted R/O. It notices the copy N1 is corrupted and\n   reads copy N2. Copy N2 is clean.\n4. Because of R/O mode, UBIFS cannot recover copy 1.\n5. The mount code (ubifs_mount()) sees that the master node is clean,\n   so it decides that no recovery is needed.\n6. We are re-mounting R/W. UBIFS believes no recovery is needed and\n   starts updating the master node, but copy N1 is still corrupted\n   and was not recovered!\n\nFix this problem by marking the master node as dirty every time we\nrecover it and we are in R/O mode. This forces further recovery and\nthe UBIFS cleans-up the corruptions and recovers the copy N1 when\nre-mounting R/W later.\n\nSigned-off-by: Artem Bityutskiy \u003cArtem.Bityutskiy@nokia.com\u003e\nCc: stable@kernel.org\n"
    },
    {
      "commit": "1a067a22e466d2910d10d47a7125bf7ced943165",
      "tree": "7bd2bd95730d063bcdc1b8bf1a03bb8e540e2284",
      "parents": [
        "8c230d9a5b5ec7970139acb7e2d165d7a3fe9f9e"
      ],
      "author": {
        "name": "Artem Bityutskiy",
        "email": "Artem.Bityutskiy@nokia.com",
        "time": "Thu Apr 21 10:39:54 2011 +0300"
      },
      "committer": {
        "name": "Artem Bityutskiy",
        "email": "Artem.Bityutskiy@nokia.com",
        "time": "Thu Apr 21 15:27:12 2011 +0300"
      },
      "message": "UBIFS: fix false assertion warning in case of I/O failures\n\nWhen UBIFS switches to R/O mode because it detects I/O failures, then\nwhen we unmount, we still may have allocated budget, and the assertions\nwhich verify that we have not budget will fire. But it is expected to\nhave the budget in case of I/O failures, so the assertion warnings will\nbe false. Suppress them for the I/O failure case.\n\nSigned-off-by: Artem Bityutskiy \u003cArtem.Bityutskiy@nokia.com\u003e\n"
    },
    {
      "commit": "6a9a6f233baad76b67a448b39bb55fc064755ba4",
      "tree": "71557def09bb57e2a05d20e939d4824fbad59093",
      "parents": [
        "b3c27b51db9112d03864fdef44fa611dd69c1425",
        "1c7276cfc04b1a5b296b691c2e07297a4f6c19aa"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Apr 21 12:44:38 2011 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Apr 21 12:44:38 2011 +0200"
      },
      "message": "Merge branch \u0027fix/hda\u0027 into for-linus\n"
    },
    {
      "commit": "7a6c6547825a2324faa76cff856db11d78de075e",
      "tree": "2af07ffdf6a89ecbdfd18caa277bd5eeb15eba0c",
      "parents": [
        "37f8527dbfd05af0f670aa02370d0c4cca7fbda6"
      ],
      "author": {
        "name": "David Rientjes",
        "email": "rientjes@google.com",
        "time": "Wed Apr 20 19:19:13 2011 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 21 11:31:00 2011 +0200"
      },
      "message": "x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPS\n\nThe cpu\u003c-\u003enode mappings under CONFIG_DEBUG_PER_CPU_MAPS\u003dy\nwhen NUMA emulation is enabled is currently broken because it does\nnot iterate through every emulated node and bind cpus that have\naffinity to it.\n\nNUMA emulation should bind each cpu to every local node to\naccurately represent the true NUMA topology of the underlying\nmachine.\n\ndebug_cpumask_set_cpu() needs to be fixed at the same time so\nthat the debugging information that it emits shows the new\ncpumask of the node being assigned when the cpu is being added\nor removed.\n\nIt can now take responsibility of setting or clearing the cpu\nitself to remove the need for duplicate code.\n\nAlso change its last parameter, \"enable\", to have the correct bool\ntype since it can only be true or false.\n\n -v2: Fix the return statements, by Kosaki Motohiro\n\nAcked-and-Tested-by: KOSAKI Motohiro \u003ckosaki.motohiro@jp.fujitsu.com\u003e\nSigned-off-by: David Rientjes \u003crientjes@google.com\u003e\nCc: Andreas Herrmann \u003cherrmann.der.user@googlemail.com\u003e\nCc: Tejun Heo \u003ctj@kernel.org\u003e\nCc: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\nLink: http://lkml.kernel.org/r/alpine.DEB.2.00.1104201918470.12634@chino.kir.corp.google.com\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "37f8527dbfd05af0f670aa02370d0c4cca7fbda6",
      "tree": "16a21fe2caa4ed94c52643a1f4807647c37e5a31",
      "parents": [
        "584f79046780e10cb24367a691f8c28398a00e84"
      ],
      "author": {
        "name": "David Rientjes",
        "email": "rientjes@google.com",
        "time": "Wed Apr 20 19:19:10 2011 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 21 11:30:59 2011 +0200"
      },
      "message": "Revert \"x86, NUMA: Fix fakenuma boot failure\"\n\nAndreas Herrmann reported that 7d6b46707f24 (\"x86, NUMA: Fix fakenuma\nboot failure\") causes certain physical NUMA topologies (for example\nAMD Magny-Cours) to move sibling cpus to a single node when in reality\nthey are in separate domains.\n\nThis may result in some nodes being completely void of cpus, which\ndoesn\u0027t accurately represent the correct topology. The system will\nboot, but will have suboptimal NUMA performance.\n\nThis commit was intended as a fix for NUMA emulation, but should\nnot cause a regression for real NUMA machines as a side effect.\n\n( There will be a separate fix for the numa-debug code, which\n  will not affect physical topologies. )\n\nReported-by: Andreas Herrmann \u003cherrmann.der.user@googlemail.com\u003e\nSigned-off-by: David Rientjes \u003crientjes@google.com\u003e\nAcked-by: KOSAKI Motohiro \u003ckosaki.motohiro@jp.fujitsu.com\u003e\nCc: Tejun Heo \u003ctj@kernel.org\u003e\nCc: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\nLink: http://lkml.kernel.org/r/alpine.DEB.2.00.1104201918110.12634@chino.kir.corp.google.com\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "194b3da873fd334ef183806db751473512af29ce",
      "tree": "cb6ac3d05ba2e0a07c02ea1cef0e41477ea29d2b",
      "parents": [
        "b522f02184b413955f3bc952e3776ce41edc6355"
      ],
      "author": {
        "name": "Vasiliy Kulikov",
        "email": "segoon@openwall.com",
        "time": "Thu Apr 14 20:55:16 2011 +0400"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Apr 21 12:16:55 2011 +1000"
      },
      "message": "agp: fix arbitrary kernel memory writes\n\npg_start is copied from userspace on AGPIOC_BIND and AGPIOC_UNBIND ioctl\ncmds of agp_ioctl() and passed to agpioc_bind_wrap().  As said in the\ncomment, (pg_start + mem-\u003epage_count) may wrap in case of AGPIOC_BIND,\nand it is not checked at all in case of AGPIOC_UNBIND.  As a result, user\nwith sufficient privileges (usually \"video\" group) may generate either\nlocal DoS or privilege escalation.\n\nSigned-off-by: Vasiliy Kulikov \u003csegoon@openwall.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "b522f02184b413955f3bc952e3776ce41edc6355",
      "tree": "3141d04c93d5342c06e54bbba389b646a005cb04",
      "parents": [
        "204ae24dc71f794aaad4df48a0083dfedc711afb"
      ],
      "author": {
        "name": "Vasiliy Kulikov",
        "email": "segoon@openwall.com",
        "time": "Thu Apr 14 20:55:19 2011 +0400"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Thu Apr 21 11:51:04 2011 +1000"
      },
      "message": "agp: fix OOM and buffer overflow\n\npage_count is copied from userspace.  agp_allocate_memory() tries to\ncheck whether this number is too big, but doesn\u0027t take into account the\nwrap case.  Also agp_create_user_memory() doesn\u0027t check whether\nalloc_size is calculated from num_agp_pages variable without overflow.\nThis may lead to allocation of too small buffer with following buffer\noverflow.\n\nAnother problem in agp code is not addressed in the patch - kernel memory\nexhaustion (AGPIOC_RESERVE and AGPIOC_ALLOCATE ioctls).  It is not checked\nwhether requested pid is a pid of the caller (no check in agpioc_reserve_wrap()).\nEach allocation is limited to 16KB, though, there is no per-process limit.\nThis might lead to OOM situation, which is not even solved in case of the\ncaller death by OOM killer - the memory is allocated for another (faked) process.\n\nSigned-off-by: Vasiliy Kulikov \u003csegoon@openwall.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "584f79046780e10cb24367a691f8c28398a00e84",
      "tree": "b8d8f387b06141c64797721a3f119015c9823caa",
      "parents": [
        "18995ba5ab93942a0ddae00e96b94717e9fd9895",
        "e428d8d3bd164ad36fb545b2162bdfcb8100dc08"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 20 18:18:19 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 20 18:18:19 2011 -0700"
      },
      "message": "Merge branch \u0027hwmon-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging\n\n* \u0027hwmon-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging:\n  hwmon: (max34440) Add driver documentation\n  hwmon: (max16064) Add driver documentation\n  hwmon: (max8688) Add driver documentation\n  hwmon: (pmbus) Documentation updates\n  hwmon: (smm665) Fix spelling error in driver documentation\n  hwmon: (pmbus) Removed unused variable from struct pmbus_data\n  hwmon: Add submitting-patches checklist to documentation\n"
    },
    {
      "commit": "18995ba5ab93942a0ddae00e96b94717e9fd9895",
      "tree": "9620d095073a44dd9dfc17f1d9dfc6d72ed21678",
      "parents": [
        "f3e96492f6da63eba56f04f3c5cc2af524b5a925",
        "1574dff8996ab1ed92c09012f8038b5566fce313"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 20 17:41:06 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 20 17:41:06 2011 -0700"
      },
      "message": "Merge branch \u0027for-2.6.39\u0027 of git://linux-nfs.org/~bfields/linux\n\n* \u0027for-2.6.39\u0027 of git://linux-nfs.org/~bfields/linux:\n  Open with O_CREAT flag set fails to open existing files on non writable directories\n  nfsd4: Fix filp leak\n  nfsd4: fix struct file leak on delegation\n"
    },
    {
      "commit": "f3e96492f6da63eba56f04f3c5cc2af524b5a925",
      "tree": "94dcd9521bbd937cb9d5fc7b30a48ec20d2a6980",
      "parents": [
        "8653b3f1d5bf2c7b09962a5747c74280758444ee",
        "e9569c1511d2590a27b46b94bafb7acece034e5c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 20 17:40:45 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 20 17:40:45 2011 -0700"
      },
      "message": "Merge branch \u0027fixes\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm\n\n* \u0027fixes\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm:\n  ARM: 6881/1: cputype.h uses __attribute_const__ which requires including kernel.h\n  ARM: Add new syscalls\n"
    },
    {
      "commit": "8653b3f1d5bf2c7b09962a5747c74280758444ee",
      "tree": "bef0cf99c341f8d9212d069c18f9f7961f34bac9",
      "parents": [
        "d09571059b89cf1a079afe88ecb64386f591b061",
        "ee176455e28469e2420032aab3db11ac2ae3eaa8"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 20 17:40:25 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 20 17:40:25 2011 -0700"
      },
      "message": "Merge branch \u0027stable/bug-fixes-rc4\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen\n\n* \u0027stable/bug-fixes-rc4\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:\n  xen: mask_rw_pte: do not apply the early_ioremap checks on x86_32\n  xen: do not create the extra e820 region at an addr lower than 4G\n"
    },
    {
      "commit": "d09571059b89cf1a079afe88ecb64386f591b061",
      "tree": "588f36e1bee031f1e4f7168e79ec42a00711e20b",
      "parents": [
        "73aa86825f45cf8efccf20128779416db7c278b2",
        "28a8397852011e323d16a1eecd4787d72b7b9a9e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 20 17:40:02 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 20 17:40:02 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://neil.brown.name/md\n\n* \u0027for-linus\u0027 of git://neil.brown.name/md:\n  md: Update documentation for sync_min and sync_max entries\n  md: Cleanup after raid45-\u003eraid0 takeover\n  md: Fix dev_sectors on takeover from raid0 to raid4/5\n  md/raid5: remove setting of -\u003equeue_lock\n"
    },
    {
      "commit": "1c7276cfc04b1a5b296b691c2e07297a4f6c19aa",
      "tree": "a526127048ac72f2dfc2c15f1ef5c8cb444c193f",
      "parents": [
        "6981d184376e74391c23c116a068f8d1305f0e57"
      ],
      "author": {
        "name": "Mike Waychison",
        "email": "mikew@google.com",
        "time": "Wed Apr 20 12:04:36 2011 -0700"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Apr 20 21:24:31 2011 +0200"
      },
      "message": "ALSA: hda - Fix unused warnings when !SND_HDA_NEEDS_RESUME\n\nWhen SND_HDA_NEEDS_RESUME is not defined, the compiler identifies that\nthe following symbols are static but not used:\n\n restore_shutup_pins\n hda_cleanup_all_streams\n\nFix warnings by adding SND_HDA_NEEDS_RESUME guards.\n\nSigned-off-by: Mike Waychison \u003cmikew@google.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "73aa86825f45cf8efccf20128779416db7c278b2",
      "tree": "fbffdf48afeda5ad45c23e6d7c132ae4a040f080",
      "parents": [
        "2f666bcf757cb72549f360ef6da02f03620a48b6",
        "60735b6362f29b52b5635a2dfa9ab5ad39948345"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 20 09:48:52 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 20 09:48:52 2011 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.dk/linux-2.6-block\n\n* \u0027for-linus\u0027 of git://git.kernel.dk/linux-2.6-block:\n  block: Remove the extra check in queue_requests_store\n  block, blk-sysfs: Fix an err return path in blk_register_queue()\n  block: remove stale kerneldoc member from __blk_run_queue()\n  block: get rid of QUEUE_FLAG_REENTER\n  cfq-iosched: read_lock() does not always imply rcu_read_lock()\n  block: kill blk_flush_plug_list() export\n"
    },
    {
      "commit": "9cf3b5fa6f7b246784d62a2a7637a871290c9ab9",
      "tree": "e11c99e1af553d14619feba4f40d163df95fa09a",
      "parents": [
        "cf568c58eb192368f5e796df935704535b54f451"
      ],
      "author": {
        "name": "Linus Walleij",
        "email": "linus.walleij@linaro.org",
        "time": "Sun Apr 17 20:32:19 2011 +0200"
      },
      "committer": {
        "name": "Linus Walleij",
        "email": "linus.walleij@linaro.org",
        "time": "Wed Apr 20 18:46:56 2011 +0200"
      },
      "message": "rtc: fix coh901331 startup crash\n\nThe rtc_device_register() call has changed semantics so that it\nwill immediately call out to rtc_read_alarm() and since the\ncallbacks require the drvdata to be set, we need to set it before\nthe registration call to avoid NULL dereference.\n\nSigned-off-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\n"
    },
    {
      "commit": "cf568c58eb192368f5e796df935704535b54f451",
      "tree": "1f69fbd6e177e0091a0bea5329d770320b0d8237",
      "parents": [
        "f0e615c3cb72b42191b558c130409335812621d8"
      ],
      "author": {
        "name": "Linus Walleij",
        "email": "linus.walleij@linaro.org",
        "time": "Wed Mar 30 14:31:42 2011 +0200"
      },
      "committer": {
        "name": "Linus Walleij",
        "email": "linus.walleij@linaro.org",
        "time": "Wed Apr 20 18:43:53 2011 +0200"
      },
      "message": "mach-ux500: fix i2c0 device setup regression\n\nAdding two sets of I2C devices to the same bus doesn\u0027t quite work,\natleast not anymore. Stash one array and determine how much of it\nshall be added instead.\n\nSigned-off-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\n"
    },
    {
      "commit": "3eff1268994f72266b660782e87f215720c29639",
      "tree": "8299f6a1e6c5eefcc8597f232146e11b06aad922",
      "parents": [
        "f0e615c3cb72b42191b558c130409335812621d8"
      ],
      "author": {
        "name": "Dave Chinner",
        "email": "dchinner@redhat.com",
        "time": "Tue Apr 12 13:34:20 2011 +0000"
      },
      "committer": {
        "name": "Alex Elder",
        "email": "aelder@sgi.com",
        "time": "Wed Apr 20 11:36:49 2011 -0500"
      },
      "message": "xfs: fix duplicate message output\n\nCommit 957935dc (\"xfs: fix xfs_debug warnings\" broke the logic in\n__xfs_printk(). Instead of only printing one of two possible output\nstrings based on whether the fs has a name or not, it outputs both.\nFix it to only output one message again.\n\nSigned-off-by: Dave Chinner \u003cdchinner@redhat.com\u003e\nReviewed-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Alex Elder \u003caelder@sgi.com\u003e\n"
    },
    {
      "commit": "8c230d9a5b5ec7970139acb7e2d165d7a3fe9f9e",
      "tree": "734751f33b8a49894df52a5c23bcb39217ba6766",
      "parents": [
        "f0e615c3cb72b42191b558c130409335812621d8"
      ],
      "author": {
        "name": "Artem Bityutskiy",
        "email": "Artem.Bityutskiy@nokia.com",
        "time": "Wed Apr 20 18:02:45 2011 +0300"
      },
      "committer": {
        "name": "Artem Bityutskiy",
        "email": "Artem.Bityutskiy@nokia.com",
        "time": "Wed Apr 20 18:16:37 2011 +0300"
      },
      "message": "UBIFS: fix false space checking failure\n\nThis patch fixes UBIFS mount failure when the debugging support is enabled,\nwe are recovering from a power cut, we were first mounter R/O and we are\nre-mounting R/W. In this case we should not assume that the amount of free\nspace before we have re-mounted R/W and after are equivalent, because\nwhen we have mounted R/O the file-system is in a non-committed state so\nthe amount of free space is slightly smaller, due to the fact that we cannot\npredict the amount of free space precisely before we commit.\n\nThis patch fixes the issue by skipping the debugging check in case of\nrecovery. This issue was reported by Caizhiyong \u003ccaizhiyong@huawei.com\u003e\nhere: http://thread.gmane.org/gmane.linux.drivers.mtd/34350/focus\u003d34387\n\nSigned-off-by: Artem Bityutskiy \u003cArtem.Bityutskiy@nokia.com\u003e\nReported-by: Caizhiyong \u003ccaizhiyong@huawei.com\u003e\nCc: stable@kernel.org [2.6.30+]\n"
    },
    {
      "commit": "1574dff8996ab1ed92c09012f8038b5566fce313",
      "tree": "0721b1775b9a99ed5481e8a47383f6f49b50f64a",
      "parents": [
        "a96e5b90804be8b540d30f4a1453fc87f95b3149"
      ],
      "author": {
        "name": "Sachin Prabhu",
        "email": "sprabhu@redhat.com",
        "time": "Wed Apr 20 13:09:35 2011 +0100"
      },
      "committer": {
        "name": "J. Bruce Fields",
        "email": "bfields@redhat.com",
        "time": "Wed Apr 20 11:03:01 2011 -0400"
      },
      "message": "Open with O_CREAT flag set fails to open existing files on non writable directories\n\nAn open on a NFS4 share using the O_CREAT flag on an existing file for\nwhich we have permissions to open but contained in a directory with no\nwrite permissions will fail with EACCES.\n\nA tcpdump shows that the client had set the open mode to UNCHECKED which\nindicates that the file should be created if it doesn\u0027t exist and\nencountering an existing flag is not an error. Since in this case the\nfile exists and can be opened by the user, the NFS server is wrong in\nattempting to check create permissions on the parent directory.\n\nThe patch adds a conditional statement to check for create permissions\nonly if the file doesn\u0027t exist.\n\nSigned-off-by: Sachin S. Prabhu \u003csprabhu@redhat.com\u003e\nSigned-off-by: J. Bruce Fields \u003cbfields@redhat.com\u003e\n"
    },
    {
      "commit": "ee176455e28469e2420032aab3db11ac2ae3eaa8",
      "tree": "e8cfbf2cfd2a0617bb3a24d8851b2cde1eee2709",
      "parents": [
        "24bdb0b62cc82120924762ae6bc85afc8c3f2b26"
      ],
      "author": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Tue Apr 19 14:47:31 2011 +0100"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Apr 20 09:43:13 2011 -0400"
      },
      "message": "xen: mask_rw_pte: do not apply the early_ioremap checks on x86_32\n\nThe two \"is_early_ioremap_ptep\" checks in mask_rw_pte are only used on\nx86_64, in fact early_ioremap is not used at all to setup the initial\npagetable on x86_32.\nMoreover on x86_32 the two checks are wrong because the range\npgt_buf_start..pgt_buf_end initially should be mapped RW because\nthe pages in the range are not pagetable pages yet and haven\u0027t been\ncleared yet. Afterwards considering the pgt_buf_start..pgt_buf_end is\npart of the initial mapping, xen_alloc_pte is capable of turning\nthe ptes RO when they become pagetable pages.\n\nFix the issue and improve the readability of the code providing two\ndifferent implementation of mask_rw_pte for x86_32 and x86_64.\n\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "24bdb0b62cc82120924762ae6bc85afc8c3f2b26",
      "tree": "9f7f3ee5d73716d744eb16f287cadcd370f81e78",
      "parents": [
        "f0e615c3cb72b42191b558c130409335812621d8"
      ],
      "author": {
        "name": "Stefano Stabellini",
        "email": "stefano.stabellini@eu.citrix.com",
        "time": "Tue Apr 12 12:19:52 2011 +0100"
      },
      "committer": {
        "name": "Konrad Rzeszutek Wilk",
        "email": "konrad.wilk@oracle.com",
        "time": "Wed Apr 20 09:04:40 2011 -0400"
      },
      "message": "xen: do not create the extra e820 region at an addr lower than 4G\n\nDo not add the extra e820 region at a physical address lower than 4G\nbecause it breaks e820_end_of_low_ram_pfn().\n\nIt is OK for us to move the xen_extra_mem_start up and down because this\nis the index of the memory that can be ballooned in/out - it is memory\nnot available to the kernel during bootup.\n\nSigned-off-by: Stefano Stabellini \u003cstefano.stabellini@eu.citrix.com\u003e\nSigned-off-by: Konrad Rzeszutek Wilk \u003ckonrad.wilk@oracle.com\u003e\n"
    },
    {
      "commit": "9cbdb702092a2d82f909312f4ec3eeded77bb82e",
      "tree": "db5f06a2b534c2731c5da085a5a995b230c0091c",
      "parents": [
        "0817a6a3a4fc7c069111083351ca33a78da2a0c9"
      ],
      "author": {
        "name": "David Ahern",
        "email": "daahern@cisco.com",
        "time": "Wed Apr 06 21:54:20 2011 -0600"
      },
      "committer": {
        "name": "Arnaldo Carvalho de Melo",
        "email": "acme@redhat.com",
        "time": "Wed Apr 20 07:27:52 2011 -0300"
      },
      "message": "perf script: improve validation of sample attributes for output fields\n\nCheck for required sample attributes using evsel rather than sample_type\nin the session header. If the attribute for a default field is not\npresent for the event type (e.g., new command operating on file from\nolder kernel) the field is removed from the output list.\n\nExpected event types must exist. For example, if a user specifies\n\n  -f trace:time,trace -f sw:time,cpu,sym\n\nthe perf.data file must contain both tracepoints and software events\n(ie., it is an error if either does not exist in the file).\n\nAttribute checking is done once at the beginning of perf-script rather\nthan for each sample.\n\nv1 -\u003e v2:\n- addressed comments from acme\n\nCc: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Peter Zijlstra \u003cpeterz@infradead.org\u003e\nLink: http://lkml.kernel.org/r/1302148460-570-1-git-send-email-daahern@cisco.com\nSigned-off-by: David Ahern \u003cdaahern@cisco.com\u003e\nSigned-off-by: Arnaldo Carvalho de Melo \u003cacme@redhat.com\u003e\n"
    },
    {
      "commit": "28a8397852011e323d16a1eecd4787d72b7b9a9e",
      "tree": "faa7a9f8b7d194b761a9108024cb3ca74aa79cda",
      "parents": [
        "fee68723cf6ae00082f70f3eff17fceab2a4f7d7"
      ],
      "author": {
        "name": "CoolCold",
        "email": "coolthecold@gmail.com",
        "time": "Wed Apr 20 15:40:01 2011 +1000"
      },
      "committer": {
        "name": "NeilBrown",
        "email": "neilb@suse.de",
        "time": "Wed Apr 20 15:40:01 2011 +1000"
      },
      "message": "md: Update documentation for sync_min and sync_max entries\n\nlinux/Documentation/md.txt is missing description for sync_min and\nsync_max entries.\nThis patch adds description for sync_min and sync_max entries.\n\nSigned-off-by: Roman Ovchinnikov \u003ccoolthecold@gmail.com\u003e\nSigned-off-by: NeilBrown \u003cneilb@suse.de\u003e\n"
    },
    {
      "commit": "fee68723cf6ae00082f70f3eff17fceab2a4f7d7",
      "tree": "2ff52c9cce0115bc745b60bd9c0faffed8dd46f0",
      "parents": [
        "3b71bd9337b404baab5c894e066be6b6bf51b1c3"
      ],
      "author": {
        "name": "Krzysztof Wojcik",
        "email": "krzysztof.wojcik@intel.com",
        "time": "Wed Apr 20 15:39:53 2011 +1000"
      },
      "committer": {
        "name": "NeilBrown",
        "email": "neilb@suse.de",
        "time": "Wed Apr 20 15:39:53 2011 +1000"
      },
      "message": "md: Cleanup after raid45-\u003eraid0 takeover\n\nProblem:\nAfter raid4-\u003eraid0 takeover operation, another takeover operation\n(e.g raid0-\u003eraid10) results \"kernel oops\".\nRoot cause:\nVariables \u0027degraded\u0027 in mddev structure is not cleared\non raid45-\u003eraid0 takeover.\n\nThis patch reset this variable.\n\nSigned-off-by: Krzysztof Wojcik \u003ckrzysztof.wojcik@intel.com\u003e\nSigned-off-by: NeilBrown \u003cneilb@suse.de\u003e\n"
    },
    {
      "commit": "3b71bd9337b404baab5c894e066be6b6bf51b1c3",
      "tree": "23d29cf358319194092c41ed4748908e1b301180",
      "parents": [
        "2b7da309ffe602d222558cee4d7e407b96e34b3a"
      ],
      "author": {
        "name": "NeilBrown",
        "email": "neilb@suse.de",
        "time": "Wed Apr 20 15:38:18 2011 +1000"
      },
      "committer": {
        "name": "NeilBrown",
        "email": "neilb@suse.de",
        "time": "Wed Apr 20 15:38:18 2011 +1000"
      },
      "message": "md: Fix dev_sectors on takeover from raid0 to raid4/5\n\nA raid0 array doesn\u0027t set \u0027dev_sectors\u0027 as each device might\ncontribute a different number of sectors.\nSo when converting to a RAID4 or RAID5 we need to set dev_sectors\nas they need the number.\nWe have already verified that in fact all devices do contribute\nthe same number of sectors, so use that number.\n\nSigned-off-by: NeilBrown \u003cneilb@suse.de\u003e\n"
    },
    {
      "commit": "2b7da309ffe602d222558cee4d7e407b96e34b3a",
      "tree": "34e3dc62926676983855aa0a4aa100aaabc98169",
      "parents": [
        "f0e615c3cb72b42191b558c130409335812621d8"
      ],
      "author": {
        "name": "NeilBrown",
        "email": "neilb@suse.de",
        "time": "Wed Apr 20 15:38:07 2011 +1000"
      },
      "committer": {
        "name": "NeilBrown",
        "email": "neilb@suse.de",
        "time": "Wed Apr 20 15:38:07 2011 +1000"
      },
      "message": "md/raid5: remove setting of -\u003equeue_lock\n\nWe previously needed to set -\u003equeue_lock to match the raid5\ndevice_lock so we could safely use queue_flag_* operations (e.g. for\nplugging). which test the -\u003equeue_lock is in fact locked.\n\nHowever that need has completely gone away and is unlikely to come\nback to remove this now-pointless setting.\n\nSigned-off-by: NeilBrown \u003cneilb@suse.de\u003e\n"
    },
    {
      "commit": "2f666bcf757cb72549f360ef6da02f03620a48b6",
      "tree": "6981f5c7eda9fbc1cb4328e9756c5d89890ebf11",
      "parents": [
        "6cf544377fd7ecc87561d8ef77f4bea10259f184",
        "5785e53ffa73f77fb19e378c899027afc07272bc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 19 18:32:57 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 19 18:32:57 2011 -0700"
      },
      "message": "Merge branch \u0027drm-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6\n\n* \u0027drm-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:\n  drm/radeon/kms: pll tweaks for r7xx\n  drm/nouveau: fix allocation of notifier object\n  drm/nouveau: fix notifier memory corruption bug\n  drm/nouveau: fix pinning of notifier block\n  drm/nouveau: populate ttm_alloced with false, when it\u0027s not\n  drm/nouveau: fix nv30 pcie boards\n  drm/nouveau: split ramin_lock into two locks, one hardirq safe\n  drm/radeon/kms: adjust evergreen display watermark setup\n  drm/radeon/kms: add connectors even if i2c fails\n  drm/radeon/kms: fix bad shift in atom iio table parser\n"
    },
    {
      "commit": "204ae24dc71f794aaad4df48a0083dfedc711afb",
      "tree": "1a16b51fbddad44ccdcfac2b9db17d1b930e78b3",
      "parents": [
        "5785e53ffa73f77fb19e378c899027afc07272bc"
      ],
      "author": {
        "name": "Cédric Cano",
        "email": "ccano@interfaceconcept.com",
        "time": "Tue Apr 19 11:07:13 2011 -0400"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Wed Apr 20 10:45:21 2011 +1000"
      },
      "message": "drm/radeon/kms: fix IH writeback on r6xx+ on big endian machines\n\nagd5f: fix commit message.\n\nSigned-off-by: Cedric Cano \u003cccano@interfaceconcept.com\u003e\nReviewed-by: Michel Dänzer \u003cmichel@daenzer.net\u003e\nSigned-off-by: Alex Deucher \u003calexdeucher@gmail.com\u003e\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "5785e53ffa73f77fb19e378c899027afc07272bc",
      "tree": "0789a942d7416201ad64976b8d93a7db6f352b5d",
      "parents": [
        "be761d5ebd2712985c94086cb2d9f4ba6aed556d"
      ],
      "author": {
        "name": "Alex Deucher",
        "email": "alexdeucher@gmail.com",
        "time": "Tue Apr 19 15:24:59 2011 -0400"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Wed Apr 20 09:39:37 2011 +1000"
      },
      "message": "drm/radeon/kms: pll tweaks for r7xx\n\nPrefer min m to max p only on pre-r7xx asics.\n\nFixes:\nhttps://bugs.freedesktop.org/show_bug.cgi?id\u003d36197\n\nSigned-off-by: Alex Deucher \u003calexdeucher@gmail.com\u003e\nCc: stable@kernel.org\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "9db4e4381a8e881ff65a5d3400bfa471f84217e7",
      "tree": "5063e10432abf17472d9dd437f7451f553ef5be2",
      "parents": [
        "5680e94148a86e8c31fdc5cb0ea0d5c6810c05b0"
      ],
      "author": {
        "name": "Mikhail Kshevetskiy",
        "email": "mikhail.kshevetskiy@gmail.com",
        "time": "Sun Mar 27 04:05:00 2011 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Apr 19 16:38:50 2011 -0700"
      },
      "message": "tty/n_gsm: fix bug in CRC calculation for gsm1 mode\n\nProblem description:\n  gsm_queue() calculate a CRC for arrived frames. As a last step of\n  CRC calculation it call\n\n    gsm-\u003efcs \u003d gsm_fcs_add(gsm-\u003efcs, gsm-\u003ereceived_fcs);\n\n  This work perfectly for the case of GSM0 mode as gsm-\u003ereceived_fcs\n  contain the last piece of data required to generate final CRC.\n\n  gsm-\u003ereceived_fcs is not used for GSM1 mode. Thus we put an\n  additional byte to CRC calculation. As result we get a wrong CRC\n  and reject incoming frame.\n\nSigned-off-by: Mikhail Kshevetskiy \u003cmikhail.kshevetskiy@gmail.com\u003e\nAcked-by: Alan Cox \u003calan@linux.intel.com\u003e\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5680e94148a86e8c31fdc5cb0ea0d5c6810c05b0",
      "tree": "6830132e5babaf0b39d7b460bff64558fd902467",
      "parents": [
        "0f6db2172ffa478409b5facd06bcd38a03b504f7"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Mon Apr 11 10:59:09 2011 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Apr 19 16:36:25 2011 -0700"
      },
      "message": "serial/imx: read cts state only after acking cts change irq\n\nIf cts changes between reading the level at the cts input (USR1_RTSS)\nand acking the irq (USR1_RTSD) the last edge doesn\u0027t generate an irq and\nuart_handle_cts_change is called with a outdated value for cts.\n\nThe race was introduced by commit\n\n\tceca629 ([ARM] 2971/1: i.MX uart handle rts irq)\n\nReported-by: Arwed Springer \u003cArwed.Springer@de.trumpf.com\u003e\nTested-by: Arwed Springer \u003cArwed.Springer@de.trumpf.com\u003e\nCc: stable@kernel.org # 2.6.14+\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "0f6db2172ffa478409b5facd06bcd38a03b504f7",
      "tree": "136edc26d5883d501cb4e4a4d92ecede5482640c",
      "parents": [
        "f0e615c3cb72b42191b558c130409335812621d8"
      ],
      "author": {
        "name": "Niels de Vos",
        "email": "ndevos@redhat.com",
        "time": "Mon Apr 18 15:26:03 2011 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Apr 19 16:36:24 2011 -0700"
      },
      "message": "parport_pc.c: correctly release the requested region for the IT887x\n\nReplace release_resource() by release_region() and also fix the\ninconsistency in the size of the requested/released region.\n\nThe size of the resource should be 32, not 0x8 like it was corrected in\ncommit e7c310c36e5fdf1b83a459e5db167bfbd86137db already.\n\nCC: linux-serial@vger.kernel.org\nReported-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Niels de Vos \u003cndevos@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "be761d5ebd2712985c94086cb2d9f4ba6aed556d",
      "tree": "9d72e9fc83fdfd16a48c52990a0f6f5042a13826",
      "parents": [
        "12dfc843f43efe14d0cfc7a52753d971a0cc759d",
        "e4ac93bf3c05bbe9fed1498a1461a8cdaf4b944d"
      ],
      "author": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Wed Apr 20 09:21:34 2011 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Wed Apr 20 09:21:34 2011 +1000"
      },
      "message": "Merge remote branch \u0027nouveau/drm-nouveau-fixes\u0027 of /ssd/git/drm-nouveau-next into drm-fixes\n\n* \u0027nouveau/drm-nouveau-fixes\u0027 of /ssd/git/drm-nouveau-next:\n  drm/nouveau: fix allocation of notifier object\n  drm/nouveau: fix notifier memory corruption bug\n  drm/nouveau: fix pinning of notifier block\n  drm/nouveau: populate ttm_alloced with false, when it\u0027s not\n  drm/nouveau: fix nv30 pcie boards\n  drm/nouveau: split ramin_lock into two locks, one hardirq safe\n"
    },
    {
      "commit": "e4ac93bf3c05bbe9fed1498a1461a8cdaf4b944d",
      "tree": "9d72e9fc83fdfd16a48c52990a0f6f5042a13826",
      "parents": [
        "a18d89ca026140eb8ac4459bf70a01c571dd9a32"
      ],
      "author": {
        "name": "Marcin Slusarz",
        "email": "marcin.slusarz@gmail.com",
        "time": "Tue Apr 19 23:52:42 2011 +0200"
      },
      "committer": {
        "name": "Ben Skeggs",
        "email": "bskeggs@redhat.com",
        "time": "Wed Apr 20 08:51:34 2011 +1000"
      },
      "message": "drm/nouveau: fix allocation of notifier object\n\nCommit 73412c3854c877e5f37ad944ee8977addde4d35a (\"drm/nouveau: allocate\nkernel\u0027s notifier object at end of block\") intended to align end of\nnotifier block to page boundary, but start of block was miscalculated\nto be off by -16 bytes. Fix it.\n\nSigned-off-by: Marcin Slusarz \u003cmarcin.slusarz@gmail.com\u003e\nCc: Ben Skeggs \u003cbskeggs@redhat.com\u003e\nSigned-off-by: Ben Skeggs \u003cbskeggs@redhat.com\u003e\n"
    },
    {
      "commit": "a18d89ca026140eb8ac4459bf70a01c571dd9a32",
      "tree": "8268eb40c5617340c34e4b6486106c8191c4e049",
      "parents": [
        "11dea1a2144f24216551fbeddacbde0980ae8a55"
      ],
      "author": {
        "name": "Marcin Slusarz",
        "email": "marcin.slusarz@gmail.com",
        "time": "Tue Apr 19 23:50:48 2011 +0200"
      },
      "committer": {
        "name": "Ben Skeggs",
        "email": "bskeggs@redhat.com",
        "time": "Wed Apr 20 08:51:31 2011 +1000"
      },
      "message": "drm/nouveau: fix notifier memory corruption bug\n\nnouveau_bo_wr32 expects offset to be in words, but we pass value in bytes,\nso after commit 73412c3854c877e5f37ad944ee8977addde4d35a (\"drm/nouveau: allocate\nkernel\u0027s notifier object at end of block\") we started to overwrite some memory\nafter notifier buffer object (previously m2mf_ntfy was always 0, so it didn\u0027t\nmatter it was a value in bytes).\n\nReported-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nReported-by: Nigel Cunningham \u003clkml@nigelcunningham.com.au\u003e\nSigned-off-by: Marcin Slusarz \u003cmarcin.slusarz@gmail.com\u003e\nCc: Ben Skeggs \u003cbskeggs@redhat.com\u003e\nCc: Pekka Paalanen \u003cpq@iki.fi\u003e\nCc: stable@kernel.org    [2.6.38]\nSigned-off-by: Ben Skeggs \u003cbskeggs@redhat.com\u003e\n"
    },
    {
      "commit": "11dea1a2144f24216551fbeddacbde0980ae8a55",
      "tree": "d5fe0e21af89f8698d8e14a43db6cb4fde4ab04a",
      "parents": [
        "8706398bf8841868d4e56fc924a5edcd3f156243"
      ],
      "author": {
        "name": "Ben Skeggs",
        "email": "bskeggs@redhat.com",
        "time": "Mon Apr 18 09:12:25 2011 +1000"
      },
      "committer": {
        "name": "Ben Skeggs",
        "email": "bskeggs@redhat.com",
        "time": "Wed Apr 20 08:51:23 2011 +1000"
      },
      "message": "drm/nouveau: fix pinning of notifier block\n\nProblem introduced with commit 6ba9a68317781537d6184d3fdb2d0f20c97da3a4\n\nReported-by: Bob Gleitsmann \u003crjgleits@bellsouth.net\u003e\nSigned-off-by: Ben Skeggs \u003cbskeggs@redhat.com\u003e\n"
    },
    {
      "commit": "8706398bf8841868d4e56fc924a5edcd3f156243",
      "tree": "14ca8b84d59e45130006fff7ffaf4e0d61f8ae41",
      "parents": [
        "01d153326ecd81ed77395f1699a30af416cf77ab"
      ],
      "author": {
        "name": "Ben Skeggs",
        "email": "bskeggs@redhat.com",
        "time": "Mon Apr 11 16:37:44 2011 +1000"
      },
      "committer": {
        "name": "Ben Skeggs",
        "email": "bskeggs@redhat.com",
        "time": "Wed Apr 20 08:50:40 2011 +1000"
      },
      "message": "drm/nouveau: populate ttm_alloced with false, when it\u0027s not\n\nCaught with kmemcheck on unrelated business.\n\nSigned-off-by: Ben Skeggs \u003cbskeggs@redhat.com\u003e\n"
    },
    {
      "commit": "01d153326ecd81ed77395f1699a30af416cf77ab",
      "tree": "ef988a2e87ed82d40cc06a752dcdf139bb968ffa",
      "parents": [
        "04eb34a43ce5168e05e2748bd46a62a09289cdde"
      ],
      "author": {
        "name": "Ben Skeggs",
        "email": "bskeggs@redhat.com",
        "time": "Fri Apr 08 10:07:34 2011 +1000"
      },
      "committer": {
        "name": "Ben Skeggs",
        "email": "bskeggs@redhat.com",
        "time": "Wed Apr 20 08:50:37 2011 +1000"
      },
      "message": "drm/nouveau: fix nv30 pcie boards\n\nWasn\u0027t aware they even existed, apparently they do!  They\u0027re actually\nAGP chips with a bridge as far as I can tell, which puts them in the\nsame boat as nv40/nv45.\n\nSigned-off-by: Ben Skeggs \u003cbskeggs@redhat.com\u003e\n"
    },
    {
      "commit": "04eb34a43ce5168e05e2748bd46a62a09289cdde",
      "tree": "4a5bfe56c631889075416d18b6b513d1eaeb37ed",
      "parents": [
        "12dfc843f43efe14d0cfc7a52753d971a0cc759d"
      ],
      "author": {
        "name": "Ben Skeggs",
        "email": "bskeggs@redhat.com",
        "time": "Wed Apr 06 13:28:35 2011 +1000"
      },
      "committer": {
        "name": "Ben Skeggs",
        "email": "bskeggs@redhat.com",
        "time": "Wed Apr 20 08:50:14 2011 +1000"
      },
      "message": "drm/nouveau: split ramin_lock into two locks, one hardirq safe\n\nFixes a possible lock ordering reversal between context_switch_lock\nand ramin_lock.\n\nSigned-off-by: Ben Skeggs \u003cbskeggs@redhat.com\u003e\nReviewed-by: Francisco Jerez \u003ccurrojerez@riseup.net\u003e\n"
    },
    {
      "commit": "19234c0819da0e043a02710488dfd9b242b42eba",
      "tree": "c55331dd010e5fe257e001261f1a31f53f62dff4",
      "parents": [
        "2ca6f62f595c01f689b269db6736de5544da7667"
      ],
      "author": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Wed Apr 20 00:36:11 2011 +0200"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Wed Apr 20 00:36:11 2011 +0200"
      },
      "message": "PM: Add missing syscore_suspend() and syscore_resume() calls\n\nDevice suspend/resume infrastructure is used not only by the suspend\nand hibernate code in kernel/power, but also by APM, Xen and the\nkexec jump feature.  However, commit 40dc166cb5dddbd36aa4ad11c03915ea\n(PM / Core: Introduce struct syscore_ops for core subsystems PM)\nfailed to add syscore_suspend() and syscore_resume() calls to that\ncode, which generally leads to breakage when the features in question\nare used.\n\nTo fix this problem, add the missing syscore_suspend() and\nsyscore_resume() calls to arch/x86/kernel/apm_32.c, kernel/kexec.c\nand drivers/xen/manage.c.\n\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nAcked-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\n"
    },
    {
      "commit": "2ea4db65be3c4027ed39da73e1b6a59c8aa6c7c9",
      "tree": "4d6251ac60f55739f35a17b4aca81861e074c033",
      "parents": [
        "97ddec65ff85a3226fb2856b4d93ebbcf097c28f"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Tue Apr 19 22:52:58 2011 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Apr 20 00:32:09 2011 +0200"
      },
      "message": "xtensa: Fixup irq conversion fallout and nmi_count\n\nSome unnamed moron fatfingered the arguments of the irq chip callbacks\nto irq_chip instead of irq_data.\n\nWhile at it remove the nmi_count() print in arch_show_interrupts()\nwhich has been broken before the irq conversion already.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    }
  ],
  "next": "6cf544377fd7ecc87561d8ef77f4bea10259f184"
}
