)]}'
{
  "log": [
    {
      "commit": "b4ca2b4b577c3530e34dcfaafccb2cc680ce95d1",
      "tree": "5145abc9aa66a7d466e40429780c7dfdcfedac84",
      "parents": [
        "10b3a32d292c21ea5b3ad5ca5975e88bb20b8d68"
      ],
      "author": {
        "name": "Joseph Qi",
        "email": "joseph.qi@huawei.com",
        "time": "Fri May 24 15:55:34 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:52 2013 -0700"
      },
      "message": "ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()\n\nLast time we found there is lock/unlock bug in ocfs2_file_aio_write, and\nthen we did a thorough search for all lock resources in\nocfs2_inode_info, including rw, inode and open lockres and found this\nbug.  My kernel version is 3.0.13, and it is also in the lastest version\n3.9.  In ocfs2_fiemap, once ocfs2_get_clusters_nocache failed, it should\ngoto out_unlock instead of out, because we need release buffer head, up\nread alloc sem and unlock inode.\n\nSigned-off-by: Joseph Qi \u003cjoseph.qi@huawei.com\u003e\nReviewed-by: Jie Liu \u003cjeff.liu@oracle.com\u003e\nCc: Mark Fasheh \u003cmfasheh@suse.com\u003e\nCc: Joel Becker \u003cjlbec@evilplan.org\u003e\nAcked-by: Sunil Mushran \u003csunil.mushran@gmail.com\u003e\nCc: \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "10b3a32d292c21ea5b3ad5ca5975e88bb20b8d68",
      "tree": "773d7546880a333ccdabf72a2480a9e9aabe112e",
      "parents": [
        "1e7e2e05c179a68aaf8830fe91547a87f4589e53"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri May 24 15:55:33 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:52 2013 -0700"
      },
      "message": "random: fix accounting race condition with lockless irq entropy_count update\n\nCommit 902c098a3663 (\"random: use lockless techniques in the interrupt\npath\") turned IRQ path from being spinlock protected into lockless\ncmpxchg-retry update.\n\nThat commit removed r-\u003elock serialization between crediting entropy bits\nfrom IRQ context and accounting when extracting entropy on userspace\nread path, but didn\u0027t turn the r-\u003eentropy_count reads/updates in\naccount() to use cmpxchg as well.\n\nIt has been observed, that under certain circumstances this leads to\nread() on /dev/urandom to return 0 (EOF), as r-\u003eentropy_count gets\ncorrupted and becomes negative, which in turn results in propagating 0\nall the way from account() to the actual read() call.\n\nConvert the accounting code to be the proper lockless counterpart of\nwhat has been partially done by 902c098a3663.\n\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\nCc: Theodore Ts\u0027o \u003ctytso@mit.edu\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nCc: \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "1e7e2e05c179a68aaf8830fe91547a87f4589e53",
      "tree": "181e088925c447edbe88e05095effbcdfb71da4c",
      "parents": [
        "348f9f05e0266822fa048f7fb3b039692a0cafbc"
      ],
      "author": {
        "name": "Jarod Wilson",
        "email": "jarod@redhat.com",
        "time": "Fri May 24 15:55:31 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:52 2013 -0700"
      },
      "message": "drivers/char/random.c: fix priming of last_data\n\nCommit ec8f02da9ea5 (\"random: prime last_data value per fips\nrequirements\") added priming of last_data per fips requirements.\n\nUnfortuantely, it did so in a way that can lead to multiple threads all\nincrementing nbytes, but only one actually doing anything with the extra\ndata, which leads to some fun random corruption and panics.\n\nThe fix is to simply do everything needed to prime last_data in a single\nshot, so there\u0027s no window for multiple cpus to increment nbytes -- in\nfact, we won\u0027t even increment or decrement nbytes anymore, we\u0027ll just\nextract the needed EXTRACT_SIZE one time per pool and then carry on with\nthe normal routine.\n\nAll these changes have been tested across multiple hosts and\narchitectures where panics were previously encoutered.  The code changes\nare are strictly limited to areas only touched when when booted in fips\nmode.\n\nThis change should also go into 3.8-stable, to make the myriads of fips\nusers on 3.8.x happy.\n\nSigned-off-by: Jarod Wilson \u003cjarod@redhat.com\u003e\nTested-by: Jan Stancek \u003cjstancek@redhat.com\u003e\nTested-by: Jan Stodola \u003cjstodola@redhat.com\u003e\nCc: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nAcked-by: Neil Horman \u003cnhorman@tuxdriver.com\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nCc: Matt Mackall \u003cmpm@selenic.com\u003e\nCc: \"Theodore Ts\u0027o\" \u003ctytso@mit.edu\u003e\nCc: \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "348f9f05e0266822fa048f7fb3b039692a0cafbc",
      "tree": "eb94c1b22b3fd8d5c704eba80a55086bae0f6bdf",
      "parents": [
        "136e8770cd5d1fe38b3c613100dd6dc4db6d4fa6"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@infradead.org",
        "time": "Fri May 24 15:55:30 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:52 2013 -0700"
      },
      "message": "mm/memory_hotplug.c: fix printk format warnings\n\nFix printk format warnings in mm/memory_hotplug.c by using \"%pa\":\n\n  mm/memory_hotplug.c: warning: format \u0027%llx\u0027 expects argument of type \u0027long long unsigned int\u0027, but argument 2 has type \u0027resource_size_t\u0027 [-Wformat]\n  mm/memory_hotplug.c: warning: format \u0027%llx\u0027 expects argument of type \u0027long long unsigned int\u0027, but argument 3 has type \u0027resource_size_t\u0027 [-Wformat]\n\nSigned-off-by: Randy Dunlap \u003crdunlap@infradead.org\u003e\nReported-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "136e8770cd5d1fe38b3c613100dd6dc4db6d4fa6",
      "tree": "a660daf6c52619f93ae5c0f91dbcba08da1d5887",
      "parents": [
        "dfd20b2b174d3a9b258ea3b7a35ead33576587b1"
      ],
      "author": {
        "name": "Ryusuke Konishi",
        "email": "konishi.ryusuke@lab.ntt.co.jp",
        "time": "Fri May 24 15:55:29 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:52 2013 -0700"
      },
      "message": "nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary\n\nnilfs2: fix issue of nilfs_set_page_dirty for page at EOF boundary\n\nDESCRIPTION:\n There are use-cases when NILFS2 file system (formatted with block size\nlesser than 4 KB) can be remounted in RO mode because of encountering of\n\"broken bmap\" issue.\n\nThe issue was reported by Anthony Doggett \u003cAnthony2486@interfaces.org.uk\u003e:\n \"The machine I\u0027ve been trialling nilfs on is running Debian Testing,\n  Linux version 3.2.0-4-686-pae (debian-kernel@lists.debian.org) (gcc\n  version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.35-2), but I\u0027ve\n  also reproduced it (identically) with Debian Unstable amd64 and Debian\n  Experimental (using the 3.8-trunk kernel).  The problematic partitions\n  were formatted with \"mkfs.nilfs2 -b 1024 -B 8192\".\"\n\nSYMPTOMS:\n(1) System log contains error messages likewise:\n\n    [63102.496756] nilfs_direct_assign: invalid pointer: 0\n    [63102.496786] NILFS error (device dm-17): nilfs_bmap_assign: broken bmap (inode number\u003d28)\n    [63102.496798]\n    [63102.524403] Remounting filesystem read-only\n\n(2) The NILFS2 file system is remounted in RO mode.\n\nREPRODUSING PATH:\n(1) Create volume group with name \"unencrypted\" by means of vgcreate utility.\n(2) Run script (prepared by Anthony Doggett \u003cAnthony2486@interfaces.org.uk\u003e):\n\n----------------[BEGIN SCRIPT]--------------------\n\nVG\u003dunencrypted\nlvcreate --size 2G --name ntest $VG\nmkfs.nilfs2 -b 1024 -B 8192 /dev/mapper/$VG-ntest\nmkdir /var/tmp/n\nmkdir /var/tmp/n/ntest\nmount /dev/mapper/$VG-ntest /var/tmp/n/ntest\nmkdir /var/tmp/n/ntest/thedir\ncd /var/tmp/n/ntest/thedir\nsleep 2\ndate\ndarcs init\nsleep 2\ndmesg|tail -n 5\ndate\ndarcs whatsnew || true\ndate\nsleep 2\ndmesg|tail -n 5\n----------------[END SCRIPT]--------------------\n\nREPRODUCIBILITY: 100%\n\nINVESTIGATION:\nAs it was discovered, the issue takes place during segment\nconstruction after executing such sequence of user-space operations:\n\n  open(\"_darcs/index\", O_RDWR|O_CREAT|O_NOCTTY, 0666) \u003d 7\n  fstat(7, {st_mode\u003dS_IFREG|0644, st_size\u003d0, ...}) \u003d 0\n  ftruncate(7, 60)\n\nThe error message \"NILFS error (device dm-17): nilfs_bmap_assign: broken\nbmap (inode number\u003d28)\" takes place because of trying to get block\nnumber for third block of the file with logical offset #3072 bytes.  As\nit is possible to see from above output, the file has 60 bytes of the\nwhole size.  So, it is enough one block (1 KB in size) allocation for\nthe whole file.  Trying to operate with several blocks instead of one\ntakes place because of discovering several dirty buffers for this file\nin nilfs_segctor_scan_file() method.\n\nThe root cause of this issue is in nilfs_set_page_dirty function which\nis called just before writing to an mmapped page.\n\nWhen nilfs_page_mkwrite function handles a page at EOF boundary, it\nfills hole blocks only inside EOF through __block_page_mkwrite().\n\nThe __block_page_mkwrite() function calls set_page_dirty() after filling\nhole blocks, thus nilfs_set_page_dirty function (\u003d\na_ops-\u003eset_page_dirty) is called.  However, the current implementation\nof nilfs_set_page_dirty() wrongly marks all buffers dirty even for page\nat EOF boundary.\n\nAs a result, buffers outside EOF are inconsistently marked dirty and\nqueued for write even though they are not mapped with nilfs_get_block\nfunction.\n\nFIX:\nThis modifies nilfs_set_page_dirty() not to mark hole blocks dirty.\n\nThanks to Vyacheslav Dubeyko for his effort on analysis and proposals\nfor this issue.\n\nSigned-off-by: Ryusuke Konishi \u003ckonishi.ryusuke@lab.ntt.co.jp\u003e\nReported-by: Anthony Doggett \u003cAnthony2486@interfaces.org.uk\u003e\nReported-by: Vyacheslav Dubeyko \u003cslava@dubeyko.com\u003e\nCc: Vyacheslav Dubeyko \u003cslava@dubeyko.com\u003e\nTested-by: Ryusuke Konishi \u003ckonishi.ryusuke@lab.ntt.co.jp\u003e\nCc: \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "dfd20b2b174d3a9b258ea3b7a35ead33576587b1",
      "tree": "afa033d613e8eca4bdaf6f9be2b990318a886b36",
      "parents": [
        "e5ee7305ae03e43dbe2b0e346232975f793ad0eb"
      ],
      "author": {
        "name": "Brian Behlendorf",
        "email": "behlendorf1@llnl.gov",
        "time": "Fri May 24 15:55:28 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:52 2013 -0700"
      },
      "message": "drivers/block/brd.c: fix brd_lookup_page() race\n\nThe index on the page must be set before it is inserted in the radix\ntree.  Otherwise there is a small race which can occur during lookup\nwhere the page can be found with the incorrect index.  This will trigger\nthe BUG_ON() in brd_lookup_page().\n\nSigned-off-by: Brian Behlendorf \u003cbehlendorf1@llnl.gov\u003e\nReported-by: Chris Wedgwood \u003ccw@f00f.org\u003e\nCc: Jens Axboe \u003caxboe@kernel.dk\u003e\nCc: \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e5ee7305ae03e43dbe2b0e346232975f793ad0eb",
      "tree": "06314ced63182fae9d538463c709ea380fe3df15",
      "parents": [
        "cac29af6bd6bc5c53499f39ef1eade193295b2f1"
      ],
      "author": {
        "name": "Geert Uytterhoeven",
        "email": "geert@linux-m68k.org",
        "time": "Fri May 24 15:55:27 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:52 2013 -0700"
      },
      "message": "fbdev: FB_GOLDFISH should depend on HAS_DMA\n\nIf NO_DMA\u003dy:\n\n  drivers/built-in.o: In function `goldfish_fb_remove\u0027:\n  drivers/video/goldfishfb.c:301: undefined reference to `dma_free_coherent\u0027\n  drivers/built-in.o: In function `goldfish_fb_probe\u0027:\n  drivers/video/goldfishfb.c:247: undefined reference to `dma_alloc_coherent\u0027\n  drivers/video/goldfishfb.c:280: undefined reference to `dma_free_coherent\u0027\n\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nCc: Florian Tobias Schandinat \u003cFlorianSchandinat@gmx.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "cac29af6bd6bc5c53499f39ef1eade193295b2f1",
      "tree": "a59cd6b3ad1023196499102b8c6f82c0e98a304d",
      "parents": [
        "387b8b3e37cb1c257fb607787f73815c30d22859"
      ],
      "author": {
        "name": "Lars-Peter Clausen",
        "email": "lars@metafoo.de",
        "time": "Fri May 24 15:55:26 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:52 2013 -0700"
      },
      "message": "drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq()\n\nfree_irq() expects the same pointer that was passed to request_irq(),\notherwise the IRQ is not freed.\n\nThe issue was found using the following coccinelle script:\n\n  \u003csmpl\u003e\n  @r1@\n  type T;\n  T devid;\n  @@\n  request_irq(..., devid)\n\n  @r2@\n  type r1.T;\n  T devid;\n  position p;\n  @@\n  free_irq@p(..., devid)\n\n  @@\n  position p !\u003d r2.p;\n  @@\n  *free_irq@p(...)\n  \u003c/smpl\u003e\n\nSigned-off-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nCc: Srinidhi Kasagar \u003csrinidhi.kasagar@stericsson.com\u003e\nCc: Linus Walleij \u003clinus.walleij@linaro.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "387b8b3e37cb1c257fb607787f73815c30d22859",
      "tree": "b04787d3b3ba3908ccc0a705b3c5251a039fcb9e",
      "parents": [
        "6900807c6b95dcb004902302b8ac5dbfbf6feb89"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@infradead.org",
        "time": "Fri May 24 15:55:25 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:52 2013 -0700"
      },
      "message": "auditfilter.c: fix kernel-doc warnings\n\nFix kernel-doc warnings in kernel/auditfilter.c:\n\n  Warning(kernel/auditfilter.c:1029): Excess function parameter \u0027loginuid\u0027 description in \u0027audit_receive_filter\u0027\n  Warning(kernel/auditfilter.c:1029): Excess function parameter \u0027sessionid\u0027 description in \u0027audit_receive_filter\u0027\n  Warning(kernel/auditfilter.c:1029): Excess function parameter \u0027sid\u0027 description in \u0027audit_receive_filter\u0027\n\nSigned-off-by: Randy Dunlap \u003crdunlap@infradead.org\u003e\nCc: Eric Paris \u003ceparis@redhat.com\u003e\nCc: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6900807c6b95dcb004902302b8ac5dbfbf6feb89",
      "tree": "b9e72184459c6194ab7339f67edaa69c985a9496",
      "parents": [
        "97c9266b11967e6401866b0111af59fa894180bf"
      ],
      "author": {
        "name": "Jeff Moyer",
        "email": "jmoyer@redhat.com",
        "time": "Fri May 24 15:55:24 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:52 2013 -0700"
      },
      "message": "aio: fix io_getevents documentation\n\nIn reviewing man pages, I noticed that io_getevents is documented to\nupdate the timeout that gets passed into the library call.  This doesn\u0027t\nhappen in kernel space or in the library (even though it\u0027s documented to\ndo so in both places).  Unless there is objection, I\u0027d like to fix the\ncomments/docs to match the code (I will also update the man page upon\nconsensus).\n\nSigned-off-by: Jeff Moyer \u003cjmoyer@redhat.com\u003e\nSigned-off-by: Benjamin LaHaise \u003cbcrl@kvack.org\u003e\nAcked-by: Cyril Hrubis \u003cchrubis@suse.cz\u003e\nAcked-by: Michael Kerrisk \u003cmtk.manpages@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "97c9266b11967e6401866b0111af59fa894180bf",
      "tree": "5aee6fca4b8b12661d53d6570d8175d218eec0cb",
      "parents": [
        "4b949b8af12e24b8a48fa5bb775a13b558d9f4da"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Fri May 24 15:55:23 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:52 2013 -0700"
      },
      "message": "revert \"selftest: add simple test for soft-dirty bit\"\n\nRevert commit 58c7be84fec8 (\"selftest: add simple test for soft-dirty\nbit\").  This is the self test for Pavel\u0027s pagemap2 patches which didn\u0027t\nactually get merged.\n\nReported-by: Pavel Emelyanov \u003cxemul@parallels.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4b949b8af12e24b8a48fa5bb775a13b558d9f4da",
      "tree": "78a6370ace61d67ecd5d9c9c57b8d27cbadd271e",
      "parents": [
        "7c3425123ddfdc5f48e7913ff59d908789712b18"
      ],
      "author": {
        "name": "Christian Gmeiner",
        "email": "christian.gmeiner@gmail.com",
        "time": "Fri May 24 15:55:22 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:51 2013 -0700"
      },
      "message": "drivers/leds/leds-ot200.c: fix error caused by shifted mask\n\nDuring the development of this driver an in-house register documentation\nwas used.  The last week some integration tests were done and this\nproblem was found.  It turned out that the released register\ndocumentation is wrong.\n\nThe fix is very simple: shift all masks by one.\n\nSigned-off-by: Christian Gmeiner \u003cchristian.gmeiner@gmail.com\u003e\nCc: Bryan Wu \u003ccooloney@gmail.com\u003e\nCc: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nCc: \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7c3425123ddfdc5f48e7913ff59d908789712b18",
      "tree": "db90e8a106aab6f788e12a3b1e08e11a37a9ef20",
      "parents": [
        "7450231fb35492951e78a91b833fd935171f4e66"
      ],
      "author": {
        "name": "Aneesh Kumar K.V",
        "email": "aneesh.kumar@linux.vnet.ibm.com",
        "time": "Fri May 24 15:55:21 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:51 2013 -0700"
      },
      "message": "mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer\n\nWe should not use set_pmd_at to update pmd_t with pgtable_t pointer.\nset_pmd_at is used to set pmd with huge pte entries and architectures\nlike ppc64, clear few flags from the pte when saving a new entry.\nWithout this change we observe bad pte errors like below on ppc64 with\nTHP enabled.\n\n  BUG: Bad page map in process ld mm\u003d0xc000001ee39f4780 pte:7fc3f37848000001 pmd:c000001ec0000000\n\nSigned-off-by: Aneesh Kumar K.V \u003caneesh.kumar@linux.vnet.ibm.com\u003e\nCc: Hugh Dickins \u003chughd@google.com\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nReviewed-by: Andrea Arcangeli \u003caarcange@redhat.com\u003e\nCc: \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7450231fb35492951e78a91b833fd935171f4e66",
      "tree": "3e0327c1ae0953951ce0e2c30aa4761eabfa531e",
      "parents": [
        "c2cc499c5bcf9040a738f49e8051b42078205748"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@infradead.org",
        "time": "Fri May 24 15:55:20 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:51 2013 -0700"
      },
      "message": "linux/kernel.h: fix kernel-doc warning\n\nFix kernel-doc warning in \u003clinux/kernel.h\u003e:\n\n  Warning(include/linux/kernel.h:590): No description found for parameter \u0027ip\u0027\n\nscripts/kernel-doc cannot handle macros, functions, or function\nprototypes between the function or macro that is being documented and\nits definition, so move these prototypes above the function that is\nbeing documented.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@infradead.org\u003e\nCc: Steven Rostedt \u003crostedt@goodmis.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c2cc499c5bcf9040a738f49e8051b42078205748",
      "tree": "59ba8f0964c215916a21a16ab380791c38f519d8",
      "parents": [
        "1ccc819da6fda9bee10ab8b72e9adbb5ad3e4959"
      ],
      "author": {
        "name": "Leonid Yegoshin",
        "email": "Leonid.Yegoshin@imgtec.com",
        "time": "Fri May 24 15:55:18 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:51 2013 -0700"
      },
      "message": "mm compaction: fix of improper cache flush in migration code\n\nPage \u0027new\u0027 during MIGRATION can\u0027t be flushed with flush_cache_page().\nUsing flush_cache_page(vma, addr, pfn) is justified only if the page is\nalready placed in process page table, and that is done right after\nflush_cache_page().  But without it the arch function has no knowledge\nof process PTE and does nothing.\n\nBesides that, flush_cache_page() flushes an application cache page, but\nthe kernel has a different page virtual address and dirtied it.\n\nReplace it with flush_dcache_page(new) which is the proper usage.\n\nThe old page is flushed in try_to_unmap_one() before migration.\n\nThis bug takes place in Sead3 board with M14Kc MIPS CPU without cache\naliasing (but Harvard arch - separate I and D cache) in tight memory\nenvironment (128MB) each 1-3days on SOAK test.  It fails in cc1 during\nkernel build (SIGILL, SIGBUS, SIGSEG) if CONFIG_COMPACTION is switched\nON.\n\nSigned-off-by: Leonid Yegoshin \u003cLeonid.Yegoshin@imgtec.com\u003e\nCc: Leonid Yegoshin \u003cyegoshin@mips.com\u003e\nAcked-by: Rik van Riel \u003criel@redhat.com\u003e\nCc: Michal Hocko \u003cmhocko@suse.cz\u003e\nAcked-by: Mel Gorman \u003cmgorman@suse.de\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: David Miller \u003cdavem@davemloft.net\u003e\nCc: \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "1ccc819da6fda9bee10ab8b72e9adbb5ad3e4959",
      "tree": "ffe3a4cc65e4061d78cc093c705b39321a059e95",
      "parents": [
        "fb09c3733a94b5f1dba50359d09c9e217c763fb9"
      ],
      "author": {
        "name": "Alexandre Bounine",
        "email": "alexandre.bounine@idt.com",
        "time": "Fri May 24 15:55:17 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:51 2013 -0700"
      },
      "message": "rapidio/tsi721: fix bug in MSI interrupt handling\n\nFix bug in MSI interrupt handling which causes loss of event\nnotifications.\n\nTypical indication of lost MSI interrupts are stalled message and\ndoorbell transfers between RapidIO endpoints.  To avoid loss of MSI\ninterrupts all interrupts from the device must be disabled on entering\nthe interrupt handler routine and re-enabled when exiting it.\nRe-enabling device interrupts will trigger new MSI message(s) if Tsi721\nregistered new events since entering interrupt handler routine.\n\nThis patch is applicable to kernel versions starting from v3.2.\n\nSigned-off-by: Alexandre Bounine \u003calexandre.bounine@idt.com\u003e\nCc: Matt Porter \u003cmporter@kernel.crashing.org\u003e\nCc: \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "fb09c3733a94b5f1dba50359d09c9e217c763fb9",
      "tree": "d9ed1d68d337e6e495968b1920598dd8f8b7ff80",
      "parents": [
        "28ccddf7952c496df2a51ce5aee4f2a058a98bab"
      ],
      "author": {
        "name": "Jeff Mahoney",
        "email": "jeffm@suse.com",
        "time": "Fri May 24 15:55:16 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:51 2013 -0700"
      },
      "message": "hfs: avoid crash in hfs_bnode_create\n\nCommit 634725a92938 (\"hfs: cleanup HFS+ prints\") removed the BUG_ON in\nhfs_bnode_create in hfsplus.  This patch removes it from the hfs version\nand avoids an fsfuzzer crash.\n\nSigned-off-by: Jeff Mahoney \u003cjeffm@suse.com\u003e\nAcked-by: Jeff Mahoney \u003cjeffm@suse.com\u003e\nSigned-off-by: Jiri Slaby \u003cjslaby@suse.cz\u003e\nCc: Vyacheslav Dubeyko \u003cslava@dubeyko.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "28ccddf7952c496df2a51ce5aee4f2a058a98bab",
      "tree": "6c8b8ebc4677f2b2fab0bf61a9a4c860970c82e9",
      "parents": [
        "26549c8d36a64d9130e4c0f32412be7ba6180923"
      ],
      "author": {
        "name": "Johannes Weiner",
        "email": "hannes@cmpxchg.org",
        "time": "Fri May 24 15:55:15 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:51 2013 -0700"
      },
      "message": "mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in uncharge\n\nCommit 0c59b89c81ea (\"mm: memcg: push down PageSwapCache check into\nuncharge entry functions\") added a VM_BUG_ON() on PageSwapCache in the\nuncharge path after checking that page flag once, assuming that the\nstate is stable in all paths, but this is not the case and the condition\ntriggers in user environments.  An uncharge after the last page table\nreference to the page goes away can race with reclaim adding the page to\nswap cache.\n\nSwap cache pages are usually uncharged when they are freed after\nswapout, from a path that also handles swap usage accounting and memcg\nlifetime management.  However, since the last page table reference is\ngone and thus no references to the swap slot left, the swap slot will be\nfreed shortly when reclaim attempts to write the page to disk.  The\nwhole swap accounting is not even necessary.\n\nSo while the race condition for which this VM_BUG_ON was added is real\nand actually existed all along, there are no negative effects.  Remove\nthe VM_BUG_ON again.\n\nReported-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nReported-by: Lingzhu Xiang \u003clxiang@redhat.com\u003e\nSigned-off-by: Johannes Weiner \u003channes@cmpxchg.org\u003e\nAcked-by: Hugh Dickins \u003chughd@google.com\u003e\nAcked-by: Michal Hocko \u003cmhocko@suse.cz\u003e\nCc: \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "26549c8d36a64d9130e4c0f32412be7ba6180923",
      "tree": "a2b08793316a95ded04ea90fd6aabaa2d5dc9236",
      "parents": [
        "afe1bb73f8ed588ab6268c27c5a447fe0484e48f"
      ],
      "author": {
        "name": "Stephen Warren",
        "email": "swarren@wwwdotorg.org",
        "time": "Fri May 24 15:55:13 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:51 2013 -0700"
      },
      "message": "drivers/video: implement a simple framebuffer driver\n\nA simple frame-buffer describes a raw memory region that may be rendered\nto, with the assumption that the display hardware has already been set\nup to scan out from that buffer.\n\nThis is useful in cases where a bootloader exists and has set up the\ndisplay hardware, but a Linux driver doesn\u0027t yet exist for the display\nhardware.\n\nExamples use-cases include:\n\n* The built-in LCD panels on the Samsung ARM chromebook, and Tegra\n  devices, and likely many other ARM or embedded systems.  These cannot\n  yet be supported using a full graphics driver, since the panel control\n  should be provided by the CDF (Common Display Framework), which has been\n  stuck in design/review for quite some time.  One could support these\n  panels using custom SoC-specific code, but there is a desire to use\n  common infra-structure rather than having each SoC vendor invent their\n  own code, hence the desire to wait for CDF.\n\n* Hardware for which a full graphics driver is not yet available, and\n  the path to obtain one upstream isn\u0027t yet clear.  For example, the\n  Raspberry Pi.\n\n* Any hardware in early stages of upstreaming, before a full graphics\n  driver has been tackled.  This driver can provide a graphical boot\n  console (even full X support) much earlier in the upstreaming process,\n  thus making new SoC or board support more generally useful earlier.\n\n[akpm@linux-foundation.org: make simplefb_formats[] static]\nSigned-off-by: Stephen Warren \u003cswarren@wwwdotorg.org\u003e\nCc: Arnd Bergmann \u003carnd@arndb.de\u003e\nAcked-by: Olof Johansson \u003colof@lixom.net\u003e\nCc: Rob Clark \u003crobclark@gmail.com\u003e\nCc: Florian Tobias Schandinat \u003cFlorianSchandinat@gmx.de\u003e\nCc: Tomasz Figa \u003ctomasz.figa@gmail.com\u003e\nCc: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "afe1bb73f8ed588ab6268c27c5a447fe0484e48f",
      "tree": "86d5eb340a0d5041e6473d0642a17637ca441ab8",
      "parents": [
        "d34883d4e35c0a994e91dd847a82b4c9e0c31d83"
      ],
      "author": {
        "name": "Joseph Qi",
        "email": "joseph.qi@huawei.com",
        "time": "Fri May 24 15:55:12 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:51 2013 -0700"
      },
      "message": "ocfs2: unlock rw lock if inode lock failed\n\nIn ocfs2_file_aio_write(), it does ocfs2_rw_lock() first and then\nocfs2_inode_lock().\n\nBut if ocfs2_inode_lock() failed, it goes to out_sems without unlocking\nrw lock.  This will cause a bug in ocfs2_lock_res_free() when testing\nres-\u003el_ex_holders, which is increased in __ocfs2_cluster_lock() and\ndecreased in __ocfs2_cluster_unlock().\n\nSigned-off-by: Joseph Qi \u003cjoseph.qi@huawei.com\u003e\nCc: Joel Becker \u003cjlbec@evilplan.org\u003e\nCc: Mark Fasheh \u003cmfasheh@suse.com\u003e\nCc: Li Zefan \u003clizefan@huawei.com\u003e\nCc: \"Duyongfeng (B)\" \u003cdu.duyongfeng@huawei.com\u003e\nAcked-by: Sunil Mushran \u003csunil.mushran@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "d34883d4e35c0a994e91dd847a82b4c9e0c31d83",
      "tree": "f141323369c629f8de23bf7bb8f814f643228532",
      "parents": [
        "4c663cfc523a88d97a8309b04a089c27dc57fd7e"
      ],
      "author": {
        "name": "Xiao Guangrong",
        "email": "xiaoguangrong@linux.vnet.ibm.com",
        "time": "Fri May 24 15:55:11 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:51 2013 -0700"
      },
      "message": "mm: mmu_notifier: re-fix freed page still mapped in secondary MMU\n\nCommit 751efd8610d3 (\"mmu_notifier_unregister NULL Pointer deref and\nmultiple -\u003erelease()\") breaks the fix 3ad3d901bbcf (\"mm: mmu_notifier:\nfix freed page still mapped in secondary MMU\").\n\nSince hlist_for_each_entry_rcu() is changed now, we can not revert that\npatch directly, so this patch reverts the commit and simply fix the bug\nspotted by that patch\n\nThis bug spotted by commit 751efd8610d3 is:\n\n    There is a race condition between mmu_notifier_unregister() and\n    __mmu_notifier_release().\n\n    Assume two tasks, one calling mmu_notifier_unregister() as a result\n    of a filp_close() -\u003eflush() callout (task A), and the other calling\n    mmu_notifier_release() from an mmput() (task B).\n\n                        A                               B\n    t1                                            srcu_read_lock()\n    t2            if (!hlist_unhashed())\n    t3                                            srcu_read_unlock()\n    t4            srcu_read_lock()\n    t5                                            hlist_del_init_rcu()\n    t6                                            synchronize_srcu()\n    t7            srcu_read_unlock()\n    t8            hlist_del_rcu()  \u003c--- NULL pointer deref.\n\nThis can be fixed by using hlist_del_init_rcu instead of hlist_del_rcu.\n\nThe another issue spotted in the commit is \"multiple -\u003erelease()\ncallouts\", we needn\u0027t care it too much because it is really rare (e.g,\ncan not happen on kvm since mmu-notify is unregistered after\nexit_mmap()) and the later call of multiple -\u003erelease should be fast\nsince all the pages have already been released by the first call.\nAnyway, this issue should be fixed in a separate patch.\n\n-stable suggestions: Any version that has commit 751efd8610d3 need to be\nbackported.  I find the oldest version has this commit is 3.0-stable.\n\n[akpm@linux-foundation.org: tweak comments]\nSigned-off-by: Xiao Guangrong \u003cxiaoguangrong@linux.vnet.ibm.com\u003e\nTested-by: Robin Holt \u003cholt@sgi.com\u003e\nCc: \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4c663cfc523a88d97a8309b04a089c27dc57fd7e",
      "tree": "d3b9de53922dbc326017075bd5e1558b5f8c741d",
      "parents": [
        "7b92d03c3239f43e5b86c9cc9630f026d36ee995"
      ],
      "author": {
        "name": "Imre Deak",
        "email": "imre.deak@intel.com",
        "time": "Fri May 24 15:55:09 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:50 2013 -0700"
      },
      "message": "wait: fix false timeouts when using wait_event_timeout()\n\nMany callers of the wait_event_timeout() and\nwait_event_interruptible_timeout() expect that the return value will be\npositive if the specified condition becomes true before the timeout\nelapses.  However, at the moment this isn\u0027t guaranteed.  If the wake-up\nhandler is delayed enough, the time remaining until timeout will be\ncalculated as 0 - and passed back as a return value - even if the\ncondition became true before the timeout has passed.\n\nFix this by returning at least 1 if the condition becomes true.  This\nsemantic is in line with what wait_for_condition_timeout() does; see\ncommit bb10ed09 (\"sched: fix wait_for_completion_timeout() spurious\nfailure under heavy load\").\n\nDaniel said \"We have 3 instances of this bug in drm/i915.  One case even\nwhere we switch between the interruptible and not interruptible\nwait_event_timeout variants, foolishly presuming they have the same\nsemantics.  I very much like this.\"\n\nOne such bug is reported at\n  https://bugs.freedesktop.org/show_bug.cgi?id\u003d64133\n\nSigned-off-by: Imre Deak \u003cimre.deak@intel.com\u003e\nAcked-by: Daniel Vetter \u003cdaniel.vetter@ffwll.ch\u003e\nAcked-by: David Howells \u003cdhowells@redhat.com\u003e\nAcked-by: Jens Axboe \u003caxboe@kernel.dk\u003e\nCc: \"Paul E.  McKenney\" \u003cpaulmck@linux.vnet.ibm.com\u003e\nCc: Dave Jones \u003cdavej@redhat.com\u003e\nCc: Lukas Czerner \u003clczerner@redhat.com\u003e\nCc: \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7b92d03c3239f43e5b86c9cc9630f026d36ee995",
      "tree": "230d35077a9c99203a86a7abc94ce8d6645e23fb",
      "parents": [
        "5eeb929390de7d5219483a1ca10cce4a84066099"
      ],
      "author": {
        "name": "OGAWA Hirofumi",
        "email": "hirofumi@mail.parknet.co.jp",
        "time": "Fri May 24 15:55:08 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:50 2013 -0700"
      },
      "message": "fat: fix possible overflow for fat_clusters\n\nIntermediate value of fat_clusters can be overflowed on 32bits arch.\n\nReported-by: Krzysztof Strasburger \u003cstrasbur@chkw386.ch.pwr.wroc.pl\u003e\nSigned-off-by: OGAWA Hirofumi \u003chirofumi@mail.parknet.co.jp\u003e\nCc: \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5eeb929390de7d5219483a1ca10cce4a84066099",
      "tree": "a0fff27850d77ac020a48d1ee68a3c249ea2fa36",
      "parents": [
        "bc8fcfea18249640f2728c46d70999dcb7e4dc49"
      ],
      "author": {
        "name": "Alexandre Bounine",
        "email": "alexandre.bounine@idt.com",
        "time": "Fri May 24 15:55:07 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:50 2013 -0700"
      },
      "message": "rapidio: documentation update for enumeration changes\n\nUpdate RapidIO documentation to reflect changes made to\nenumeration/discovery build configuration and user space triggering\nmechanism.\n\nSigned-off-by: Alexandre Bounine \u003calexandre.bounine@idt.com\u003e\nCc: Matt Porter \u003cmporter@kernel.crashing.org\u003e\nCc: Li Yang \u003cleoli@freescale.com\u003e\nCc: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nCc: Andre van Herk \u003candre.van.herk@Prodrive.nl\u003e\nCc: Micha Nelissen \u003cmicha.nelissen@Prodrive.nl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "bc8fcfea18249640f2728c46d70999dcb7e4dc49",
      "tree": "7d24b4132c4dd821c998649f21344bec6f4a3453",
      "parents": [
        "a11650e11093ed57dca78bf16e7836517c599098"
      ],
      "author": {
        "name": "Alexandre Bounine",
        "email": "alexandre.bounine@idt.com",
        "time": "Fri May 24 15:55:06 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:50 2013 -0700"
      },
      "message": "rapidio: add enumeration/discovery start from user space\n\nAdd RapidIO enumeration/discovery start from user space.  User space\nstart allows to defer RapidIO fabric scan until the moment when all\nparticipating endpoints are initialized avoiding mandatory synchronized\nstart of all endpoints (which may be challenging in systems with large\nnumber of RapidIO endpoints).\n\nSigned-off-by: Alexandre Bounine \u003calexandre.bounine@idt.com\u003e\nCc: Matt Porter \u003cmporter@kernel.crashing.org\u003e\nCc: Li Yang \u003cleoli@freescale.com\u003e\nCc: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nCc: Andre van Herk \u003candre.van.herk@Prodrive.nl\u003e\nCc: Micha Nelissen \u003cmicha.nelissen@Prodrive.nl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a11650e11093ed57dca78bf16e7836517c599098",
      "tree": "9823799d4c54337971b4654ea9e5510131dae9c5",
      "parents": [
        "585dc0c2f68981c02a0bb6fc8fe191a3f513959c"
      ],
      "author": {
        "name": "Alexandre Bounine",
        "email": "alexandre.bounine@idt.com",
        "time": "Fri May 24 15:55:05 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:50 2013 -0700"
      },
      "message": "rapidio: make enumeration/discovery configurable\n\nSystems that use RapidIO fabric may need to implement their own\nenumeration and discovery methods which are better suitable for needs of\na target application.\n\nThe following set of patches is intended to simplify process of\nintroduction of new RapidIO fabric enumeration/discovery methods.\n\nThe first patch offers ability to add new RapidIO enumeration/discovery\nmethods using kernel configuration options.  This new configuration\noption mechanism allows to select statically linked or modular\nenumeration/discovery method(s) from the list of existing methods or use\nexternal module(s).\n\nThis patch also updates the currently existing enumeration/discovery\ncode to be used as a statically linked or modular method.\n\nThe corresponding configuration option is named \"Basic\nenumeration/discovery\" method.  This is the only one configuration\noption available today but new methods are expected to be introduced\nafter adoption of provided patches.\n\nThe second patch address a long time complaint of RapidIO subsystem\nusers regarding fabric enumeration/discovery start sequence.  Existing\nimplementation offers only a boot-time enumeration/discovery start which\nrequires synchronized boot of all endpoints in RapidIO network.  While\nit works for small closed configurations with limited number of\nendpoints, using this approach in systems with large number of endpoints\nis quite challenging.\n\nTo eliminate requirement for synchronized start the second patch\nintroduces RapidIO enumeration/discovery start from user space.\n\nFor compatibility with the existing RapidIO subsystem implementation,\nautomatic boot time enumeration/discovery start can be configured in by\nspecifying \"rio-scan.scan\u003d1\" command line parameter if statically linked\nbasic enumeration method is selected.\n\nThis patch:\n\nRework to implement RapidIO enumeration/discovery method selection\ncombined with ability to use enumeration/discovery as a kernel module.\n\nThis patch adds ability to introduce new RapidIO enumeration/discovery\nmethods using kernel configuration options.  Configuration option\nmechanism allows to select statically linked or modular\nenumeration/discovery method from the list of existing methods or use\nexternal modules.  If a modular enumeration/discovery is selected each\nRapidIO mport device can have its own method attached to it.\n\nThe existing enumeration/discovery code was updated to be used as\nstatically linked or modular method.  This configuration option is named\n\"Basic enumeration/discovery\" method.\n\nSeveral common routines have been moved from rio-scan.c to make them\navailable to other enumeration methods and reduce number of exported\nsymbols.\n\nSigned-off-by: Alexandre Bounine \u003calexandre.bounine@idt.com\u003e\nCc: Matt Porter \u003cmporter@kernel.crashing.org\u003e\nCc: Li Yang \u003cleoli@freescale.com\u003e\nCc: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nCc: Andre van Herk \u003candre.van.herk@Prodrive.nl\u003e\nCc: Micha Nelissen \u003cmicha.nelissen@Prodrive.nl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "585dc0c2f68981c02a0bb6fc8fe191a3f513959c",
      "tree": "666f0d81139ab251365a7a0a171c50e333407d04",
      "parents": [
        "17fdfd0851617b6c18c0913364caf2a54171ce85"
      ],
      "author": {
        "name": "Gernot Vormayr",
        "email": "gvormayr@gmail.com",
        "time": "Fri May 24 15:55:03 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 16:22:50 2013 -0700"
      },
      "message": "drivers/block/xsysace.c: fix id with missing port-number\n\nIf the port number is missing from the device-tree the device gets named\nxs` instead of xsa.  This fixes the check for missing ids.\n\nTested on ml507 board.\n\nSigned-off-by: Gernot Vormayr \u003cgvormayr@gmail.com\u003e\nCc: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\nCc: Jens Axboe \u003caxboe@kernel.dk\u003e\nCc: Grant Likely \u003cgrant.likely@linaro.org\u003e\nCc: Rob Herring \u003crob.herring@calxeda.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "17fdfd0851617b6c18c0913364caf2a54171ce85",
      "tree": "e2c2859f18604e6e1d5406eb08bf2451019be848",
      "parents": [
        "a8432588fc1e406e800e8bf88bebf4cd390b7f46",
        "6ed0106667d76589cb648c27edb4f4ffbf9d59ca"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 10:46:55 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 10:46:55 2013 -0700"
      },
      "message": "Merge tag \u0027trace-fixes-v3.10-rc2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace\n\nPull tracing fix from Steven Rostedt:\n \"Masami Hiramatsu fixed another bug.  This time returning a proper\n  result in event_enable_func().  After checking the return status of\n  try_module_get(), it returned the status of try_module_get().\n\n  But try_module_get() returns 0 on failure, which is success for\n  event_enable_func()\"\n\n* tag \u0027trace-fixes-v3.10-rc2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:\n  tracing: Return -EBUSY when event_enable_func() fails to get module\n"
    },
    {
      "commit": "a8432588fc1e406e800e8bf88bebf4cd390b7f46",
      "tree": "d008f1b2ff13541b62c562cdb061ecdd1acd06dd",
      "parents": [
        "0e255f1c0c9add2f0c920240ac4cadc28ae274c3",
        "c2b93e0699723700f886ce17bb65ffd771195a6d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 10:45:59 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 10:45:59 2013 -0700"
      },
      "message": "Merge branch \u0027for-next\u0027 of git://git.samba.org/sfrench/cifs-2.6\n\nPull CIFS fix from Steve French:\n \"One cifs fix to merge now - fixes possible DFS oops (I expect to\n  request a merge of 4 additional cifs fixes next week)\"\n\n* \u0027for-next\u0027 of git://git.samba.org/sfrench/cifs-2.6:\n  cifs: only set ops for inodes in I_NEW state\n"
    },
    {
      "commit": "0e255f1c0c9add2f0c920240ac4cadc28ae274c3",
      "tree": "777358b8bb7c474567edac1c7c958a604fdb65b9",
      "parents": [
        "d4c2456a1888d7914502f4237b2ca4e262dd4c4d",
        "e97e548ba8baffe051146d1f5e897dec48da20e0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 08:58:53 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 08:58:53 2013 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes\n\nPull gfs2 fixes from Steven Whitehouse:\n \"This time there are just four fixes.  There are a couple of minor\n  updates to the quota code, a fix for KConfig to ensure that only valid\n  combinations including GFS2 can be built, and a fix for a typo\n  affecting end i/o processing when writing the journal.\n\n  Also, there is a temporary fix for a performance regression relating\n  to block reservations and directories.  A longer fix will be applied\n  in due course, but this deals with the most immediate problem for now\"\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes:\n  GFS2: Fix typo in gfs2_log_end_write loop\n  GFS2: fix DLM depends to fix build errors\n  GFS2: Use single-block reservations for directories\n  GFS2: two minor quota fixups\n"
    },
    {
      "commit": "d4c2456a1888d7914502f4237b2ca4e262dd4c4d",
      "tree": "e1cdf52fa6e58ba682be563f21a5c7b8347b13c5",
      "parents": [
        "eb3d33900aa953bcdfe132a71bb03ee592ebbb47",
        "f1dd153121dcb872ae6cba8d52bec97519eb7d97"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 08:57:38 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 08:57:38 2013 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc\n\nPull powerpc fixes from Benjamin Herrenschmidt:\n \"Some more P8 related bits, a bunch of fixes for our P7+/P8 HW crypto\n  drivers, some added workarounds for those radeons that don\u0027t do proper\n  64-bit MSIs and a couple of other trivialities by myself.\"\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc:\n  powerpc/pseries: Make 32-bit MSI quirk work on systems lacking firmware support\n  powerpc/powernv: Build a zImage.epapr\n  powerpc: Make radeon 32-bit MSI quirk work on powernv\n  powerpc: Context switch more PMU related SPRs\n  powerpc/powernv: Fix condition for when to invalidate the TCE cache\n  powerpc/pci: Fix bogus message at boot about empty memory resources\n  powerpc: Fix TLB cleanup at boot on POWER8\n  drivers/crypto/nx: Fixes for multiple races and issues\n"
    },
    {
      "commit": "eb3d33900aa953bcdfe132a71bb03ee592ebbb47",
      "tree": "020bf904e5d5e9b3106228514f925b041492df28",
      "parents": [
        "514e250f67d2b2a8ab08dc9c3650af19a411c926",
        "950e2958a5e96406e6e5ff4190a638a54769f89b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 08:27:32 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 24 08:27:32 2013 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net\n\nPull networking fixes from David Miller:\n \"It\u0027s been a while since my last pull request so quite a few fixes have\n  piled up.\"\n\nIndeed.\n\n 1) Fix nf_{log,queue} compilation with PROC_FS disabled, from Pablo\n    Neira Ayuso.\n\n 2) Fix data corruption on some tg3 chips with TSO enabled, from Michael\n    Chan.\n\n 3) Fix double insertion of VLAN tags in be2net driver, from Sarveshwar\n    Bandi.\n\n 4) Don\u0027t have TCP\u0027s MD5 support pass \u003e PAGE_SIZE page offsets in\n    scatter-gather entries into the crypto layer, the crypto layer can\u0027t\n    handle that.  From Eric Dumazet.\n\n 5) Fix lockdep splat in 802.1Q MRP code, also from Eric Dumazet.\n\n 6) Fix OOPS in netfilter log module when called from conntrack, from\n    Hans Schillstrom.\n\n 7) FEC driver needs to use netif_tx_{lock,unlock}_bh() rather than the\n    non-BH disabling variants.  From Fabio Estevam.\n\n 8) TCP GSO can generate out-of-order packets, fix from Eric Dumazet.\n\n 9) vxlan driver doesn\u0027t update \u0027used\u0027 field of fdb entries when it\n    should, from Sridhar Samudrala.\n\n10) ipv6 should use kzalloc() to allocate inet6 socket cork options,\n    otherwise we can OOPS in ip6_cork_release().  From Eric Dumazet.\n\n11) Fix races in bonding set mode, from Nikolay Aleksandrov.\n\n12) Fix checksum generation regression added by \"r8169: fix 8168evl\n    frame padding.\", from Francois Romieu.\n\n13) ip_gre can look at stale SKB data pointer, fix from Eric Dumazet.\n\n14) Fix checksum handling when GSO is enabled in bnx2x driver with\n    certain chips, from Yuval Mintz.\n\n15) Fix double free in batman-adv, from Martin Hundebøll.\n\n16) Fix device startup synchronization with firmware in tg3 driver, from\n    Nithin Sujit.\n\n17) perf networking dropmonitor doesn\u0027t work at all due to mixed up\n    trace parameter ordering, from Ben Hutchings.\n\n18) Fix proportional rate reduction handling in tcp_ack(), from Nandita\n    Dukkipati.\n\n19) IPSEC layer doesn\u0027t return an error when a valid state is detected,\n    causing an OOPS.  Fix from Timo Teräs.\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (85 commits)\n  be2net: bug fix on returning an invalid nic descriptor\n  tcp: xps: fix reordering issues\n  net: Revert unused variable changes.\n  xfrm: properly handle invalid states as an error\n  virtio_net: enable napi for all possible queues during open\n  tcp: bug fix in proportional rate reduction.\n  net: ethernet: sun: drop unused variable\n  net: ethernet: korina: drop unused variable\n  net: ethernet: apple: drop unused variable\n  qmi_wwan: Added support for Cinterion\u0027s PLxx WWAN Interface\n  perf: net_dropmonitor: Remove progress indicator\n  perf: net_dropmonitor: Use bisection in symbol lookup\n  perf: net_dropmonitor: Do not assume ordering of dictionaries\n  perf: net_dropmonitor: Fix symbol-relative addresses\n  perf: net_dropmonitor: Fix trace parameter order\n  net: fec: use a more proper compatible string for MVF type device\n  qlcnic: Fix updating netdev-\u003efeatures\n  qlcnic: remove netdev-\u003etrans_start updates within the driver\n  qlcnic: Return proper error codes from probe failure paths\n  tg3: Update version to 3.132\n  ...\n"
    },
    {
      "commit": "e97e548ba8baffe051146d1f5e897dec48da20e0",
      "tree": "450a7404811befc560ac92eb3361dcfad2ecec32",
      "parents": [
        "75f96ce6e754eee30d9ec788ad91c6ec21d0a46b"
      ],
      "author": {
        "name": "Steven Whitehouse",
        "email": "swhiteho@redhat.com",
        "time": "Tue May 21 12:49:07 2013 +0100"
      },
      "committer": {
        "name": "Steven Whitehouse",
        "email": "swhiteho@redhat.com",
        "time": "Fri May 24 13:48:09 2013 +0100"
      },
      "message": "GFS2: Fix typo in gfs2_log_end_write loop\n\nThere was a missing _all in this loop iterator\n\nSigned-off-by: Steven Whitehouse \u003cswhiteho@redhat.com\u003e\n"
    },
    {
      "commit": "75f96ce6e754eee30d9ec788ad91c6ec21d0a46b",
      "tree": "c15498008d602346135a115e6a2c7ee243a43203",
      "parents": [
        "af21ca8ed50f01c5278c5ded6dad6f05e8a5d2e4"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@infradead.org",
        "time": "Tue May 14 10:02:48 2013 -0700"
      },
      "committer": {
        "name": "Steven Whitehouse",
        "email": "swhiteho@redhat.com",
        "time": "Fri May 24 13:47:53 2013 +0100"
      },
      "message": "GFS2: fix DLM depends to fix build errors\n\nFix build errors by correcting DLM dependencies in GFS2.\nBuild errors happen when CONFIG_GFS2_FS_LOCKING_DLM\u003dy and CONFIG_DLM\u003dm:\n\nfs/built-in.o: In function `gfs2_lock\u0027:\nfile.c:(.text+0xc7abd): undefined reference to `dlm_posix_get\u0027\nfile.c:(.text+0xc7ad0): undefined reference to `dlm_posix_unlock\u0027\nfile.c:(.text+0xc7ad9): undefined reference to `dlm_posix_lock\u0027\nfs/built-in.o: In function `gdlm_unmount\u0027:\nlock_dlm.c:(.text+0xd6e5b): undefined reference to `dlm_release_lockspace\u0027\nfs/built-in.o: In function `sync_unlock\u0027:\nlock_dlm.c:(.text+0xd6e9e): undefined reference to `dlm_unlock\u0027\nfs/built-in.o: In function `sync_lock\u0027:\nlock_dlm.c:(.text+0xd6fb6): undefined reference to `dlm_lock\u0027\nfs/built-in.o: In function `gdlm_put_lock\u0027:\nlock_dlm.c:(.text+0xd7238): undefined reference to `dlm_unlock\u0027\nfs/built-in.o: In function `gdlm_mount\u0027:\nlock_dlm.c:(.text+0xd753e): undefined reference to `dlm_new_lockspace\u0027\nlock_dlm.c:(.text+0xd79d3): undefined reference to `dlm_release_lockspace\u0027\nfs/built-in.o: In function `gdlm_lock\u0027:\nlock_dlm.c:(.text+0xd8179): undefined reference to `dlm_lock\u0027\nfs/built-in.o: In function `gdlm_cancel\u0027:\nlock_dlm.c:(.text+0xd6b22): undefined reference to `dlm_unlock\u0027\n\nSigned-off-by: Randy Dunlap \u003crdunlap@infradead.org\u003e\nSigned-off-by: Steven Whitehouse \u003cswhiteho@redhat.com\u003e\n"
    },
    {
      "commit": "af21ca8ed50f01c5278c5ded6dad6f05e8a5d2e4",
      "tree": "b946cf57b899c5c056da802ad95393028140e12e",
      "parents": [
        "37f715774e2dd9ae521334dbbc3af63becd47adb"
      ],
      "author": {
        "name": "Bob Peterson",
        "email": "rpeterso@redhat.com",
        "time": "Tue May 14 13:04:29 2013 -0400"
      },
      "committer": {
        "name": "Steven Whitehouse",
        "email": "swhiteho@redhat.com",
        "time": "Fri May 24 13:47:32 2013 +0100"
      },
      "message": "GFS2: Use single-block reservations for directories\n\nThis patch changes the multi-block allocation code, such that\ndirectory inodes only get a single block reserved in the bitmap.\nThat way, the bitmaps are more tightly packed together, and there\nare fewer spans of free blocks for in-use block reservations.\nThis means it takes less time to find a free span of blocks in the\nbitmap, which speeds things up. This increases the performance of\nsome workloads by almost 2X. In Nate\u0027s mockup.py script (which does\n(1) create dir, (2) create dir in dir, (3) create file in that dir)\nthe test executes in 23 steps rather than 43 steps, a 47%\nperformance improvement.\n\nSigned-off-by: Bob Peterson \u003crpeterso@redhat.com\u003e\nSigned-off-by: Steven Whitehouse \u003cswhiteho@redhat.com\u003e\n"
    },
    {
      "commit": "37f715774e2dd9ae521334dbbc3af63becd47adb",
      "tree": "37be3f5b5e52ac3046f138cf07a5358ab4943165",
      "parents": [
        "c7788792a5e7b0d5d7f96d0766b4cb6112d47d75"
      ],
      "author": {
        "name": "Bob Peterson",
        "email": "rpeterso@redhat.com",
        "time": "Fri May 10 11:59:18 2013 -0400"
      },
      "committer": {
        "name": "Steven Whitehouse",
        "email": "swhiteho@redhat.com",
        "time": "Fri May 24 13:47:13 2013 +0100"
      },
      "message": "GFS2: two minor quota fixups\n\nThis patch fixes two regression problems that Abhi found in the\nGFS2 quota code.\n\nSigned-off-by: Bob Peterson \u003crpeterso@redhat.com\u003e\nSigned-off-by: Steven Whitehouse \u003cswhiteho@redhat.com\u003e\n"
    },
    {
      "commit": "f1dd153121dcb872ae6cba8d52bec97519eb7d97",
      "tree": "83b710801b175faceba94b063d686e293e880f86",
      "parents": [
        "83920c498ebb51cbd62f26f72e87c04a2a46dec9"
      ],
      "author": {
        "name": "Brian King",
        "email": "brking@linux.vnet.ibm.com",
        "time": "Wed May 22 11:07:46 2013 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri May 24 18:16:54 2013 +1000"
      },
      "message": "powerpc/pseries: Make 32-bit MSI quirk work on systems lacking firmware support\n\nRecent commit e61133dda480062d221f09e4fc18f66763f8ecd0 added support\nfor a new firmware feature to force an adapter to use 32 bit MSIs.\nHowever, this firmware is not available for all systems. The hack below\nallows devices needing 32 bit MSIs to work on these systems as well.\nIt is careful to only enable this on Gen2 slots, which should limit\nthis to configurations where this hack is needed and tested to work.\n\n[Small change to factor out the hack into a separate function -- BenH]\n\nSigned-off-by: Brian King \u003cbrking@linux.vnet.ibm.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "83920c498ebb51cbd62f26f72e87c04a2a46dec9",
      "tree": "a602384f026eafc3aaac35737e160db8a1e0fe66",
      "parents": [
        "b72c1f651491e4cd33ddec79c504a49071a512f0"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue May 21 23:00:22 2013 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri May 24 18:13:46 2013 +1000"
      },
      "message": "powerpc/powernv: Build a zImage.epapr\n\nThe zImage.epapr wrapper allows to use zImages when booting via a flat\ndevice-tree which can be used on powernv.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "b72c1f651491e4cd33ddec79c504a49071a512f0",
      "tree": "bd17bad6c182c986bbadd5a30d1afe98804f07ea",
      "parents": [
        "59affcd3e460b97492bc1aa2b843bafe7c54f596"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue May 21 22:58:21 2013 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri May 24 18:13:45 2013 +1000"
      },
      "message": "powerpc: Make radeon 32-bit MSI quirk work on powernv\n\nThis moves the quirk itself to pci_64.c as to get built on all ppc64\nplatforms (the only ones with a pci_dn), factors the two implementations\nof get_pdn() into a single pci_get_dn() and use the quirk to do 32-bit\nMSIs on IODA based powernv platforms.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "59affcd3e460b97492bc1aa2b843bafe7c54f596",
      "tree": "4fd2ecfb2f4aaaec4e35d430ada859e837bf5ecf",
      "parents": [
        "605e44d6e6f9b0c9ca8842dc0eb3ad032a463bdb"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Tue May 21 16:31:12 2013 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri May 24 18:13:45 2013 +1000"
      },
      "message": "powerpc: Context switch more PMU related SPRs\n\nIn commit 9353374 \"Context switch the new EBB SPRs\" we added support for\ncontext switching some new EBB SPRs. However despite four of us signing\noff on that patch we missed some. To be fair these are not actually new\nSPRs, but they are now potentially user accessible so need to be context\nswitched.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "605e44d6e6f9b0c9ca8842dc0eb3ad032a463bdb",
      "tree": "4260203108744b13491d4e04f1f73781d99f4de2",
      "parents": [
        "bee7dd9c5fd5ab944e2e0ef3b92905fcbc993768"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon May 20 17:25:15 2013 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri May 24 18:13:44 2013 +1000"
      },
      "message": "powerpc/powernv: Fix condition for when to invalidate the TCE cache\n\nWe use two flags, one to indicate an invalidation is needed after\ncreating a new entry and one to indicate an invalidation is needed\nafter removing an entry. However we were testing the wrong flag\nin the remove case.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "bee7dd9c5fd5ab944e2e0ef3b92905fcbc993768",
      "tree": "ea46f4e4fdf9bfa86841a801c853a33a75614cfa",
      "parents": [
        "8fc1f5d7eff9a4ed0cdb7215e7ca4b82b931d6d7"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon May 20 17:24:39 2013 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri May 24 18:13:44 2013 +1000"
      },
      "message": "powerpc/pci: Fix bogus message at boot about empty memory resources\n\nThe message is only meant to be displayed if resource 0 is empty,\nbut was displayed if any is.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "8fc1f5d7eff9a4ed0cdb7215e7ca4b82b931d6d7",
      "tree": "63ecb8026f3b56bbc2da276b23d4d06fbccf467e",
      "parents": [
        "1ad936e850a896bc16e0d72a56be432f9954ad7e"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon May 20 17:23:22 2013 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri May 24 18:13:44 2013 +1000"
      },
      "message": "powerpc: Fix TLB cleanup at boot on POWER8\n\nThe TLB has 512 congruence classes (2048 entries 4 way set associative)\nwhile P7 had 128\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "1ad936e850a896bc16e0d72a56be432f9954ad7e",
      "tree": "d0108b0f99c61e6779eadbaebf29ed5b6be2e485",
      "parents": [
        "519fe2ecb755b875d9814cdda19778c2e88c6901"
      ],
      "author": {
        "name": "Kent Yoder",
        "email": "key@linux.vnet.ibm.com",
        "time": "Fri Apr 12 17:13:59 2013 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri May 24 18:11:10 2013 +1000"
      },
      "message": "drivers/crypto/nx: Fixes for multiple races and issues\n\nFixes a race on driver init with registering algorithms where the\ndriver status flag wasn\u0027t being set before self testing started.\n\n  Added the cra_alignmask field for CBC and ECB modes.\n\n  Fixed a bug in GCM where AES block size was being used instead of\nauthsize.\n\n  Removed use of blkcipher_walk routines for scatterlist processing.\nCorner cases in the code prevent us from processing an entire\nscatterlist at a time and walking the buffers in block sized chunks\nturns out to be unecessary anyway.\n\n  Fixed off-by-one error in saving off extra data in the sha code.\n\n  Fixed accounting error for number of bytes processed in the sha code.\n\nSigned-off-by: Kent Yoder \u003ckey@linux.vnet.ibm.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "950e2958a5e96406e6e5ff4190a638a54769f89b",
      "tree": "d403eafd55d2c20e1786d37edc677994d5a5ecf5",
      "parents": [
        "547669d483e5783d722772af1483fa474da7caf9"
      ],
      "author": {
        "name": "Wei Yang",
        "email": "weiyang@linux.vnet.ibm.com",
        "time": "Wed May 22 15:58:22 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu May 23 18:56:40 2013 -0700"
      },
      "message": "be2net: bug fix on returning an invalid nic descriptor\n\nIn function be_get_nic_desc(), it will go through the descriptor array\nreturned from f/w. By comparing the desc_type field, it determines whether\nthere is a nic descriptor in the array or not. In the case of no nic\ndescriptor, this function should return NULL.\n\nThe code may return an invalide descriptor, when there is no nic descriptor\nin the array and the desc_count is less than MAX_RESOURCE_DESC. In this case,\neven there is no nic descriptor, it will still return the lase descriptor\nsince the i doesn\u0027t equal to MAX_RESOURCE_DESC.\n\nThis patch fix this issue by returning the descriptor when find it and return\nNULL for other cases.\n\nSigned-off-by: Wei Yang \u003cweiyang@linux.vnet.ibm.com\u003e\nReviewed-by: Gavin Shan \u003cshangw@linux.vnet.ibm.com\u003e\nReviewed-by: Xiao Guangrong \u003cxiaoguangrong@linux.vnet.ibm.com\u003e\nAcked-by: Sathya Perla \u003csathya.perla@emulex.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "547669d483e5783d722772af1483fa474da7caf9",
      "tree": "1667bc00b7f51cafedbdfb9c446a9ed54670e283",
      "parents": [
        "7a1a0cbfeb31f20acc10722642198e76bbc30cb9"
      ],
      "author": {
        "name": "Eric Dumazet",
        "email": "edumazet@google.com",
        "time": "Thu May 23 07:44:20 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu May 23 18:29:20 2013 -0700"
      },
      "message": "tcp: xps: fix reordering issues\n\ncommit 3853b5841c01a (\"xps: Improvements in TX queue selection\")\nintroduced ooo_okay flag, but the condition to set it is slightly wrong.\n\nIn our traces, we have seen ACK packets being received out of order,\nand RST packets sent in response.\n\nWe should test if we have any packets still in host queue.\n\nSigned-off-by: Eric Dumazet \u003cedumazet@google.com\u003e\nCc: Tom Herbert \u003ctherbert@google.com\u003e\nCc: Yuchung Cheng \u003cycheng@google.com\u003e\nCc: Neal Cardwell \u003cncardwell@google.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "514e250f67d2b2a8ab08dc9c3650af19a411c926",
      "tree": "5cb431c3a7c4792358ee82798281976db0412786",
      "parents": [
        "b91fd4d5aad0c1124654341814067ca3f59490fc",
        "cfb10898efe1bc1f3eb8d8f37f164d9e2ac8b43a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 18:24:10 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 18:24:10 2013 -0700"
      },
      "message": "Merge tag \u0027gpio-fixes-v3.10-1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio\n\nPull GPIO fixes from Linus Walleij:\n - An OMAP fix that makes ethernet work again.\n - Fix for build problem when building the MCP23S08 driver as module.\n - IRQ conflicts in the Langwell driver.\n - Fix IRQ coherency issues in the MXS driver.\n - Return correct errorcode on errorpath when removing GPIO chips.\n\n* tag \u0027gpio-fixes-v3.10-1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:\n  gpio: Don\u0027t override the error code in probe error handling\n  gpio: mxs: Use set and clear capabilities of the gpio controller\n  gpio-langwell: fix irq conflicts when DT is not used\n  gpio: mcp23s08: Fix build error when CONFIG_SPI_MASTER\u003dy \u0026\u0026 CONFIG_I2C\u003dm\n  gpio/omap: ensure gpio context is initialised\n"
    },
    {
      "commit": "b91fd4d5aad0c1124654341814067ca3f59490fc",
      "tree": "f1ea23a27f0ad1dd91c336658cceed05f02cef63",
      "parents": [
        "4c0eec03b188efafba3a35315b59a9efbf9684fc",
        "f3f011750a18abc389ef1b0d504fbeeacf641919"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 13:50:53 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 13:50:53 2013 -0700"
      },
      "message": "Merge tag \u0027pci-v3.10-fixes-2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci\n\nPull PCI updates from Bjorn Helgaas:\n \"Here are some more fixes for v3.10.  The Moorestown update broke Intel\n  Medfield devices, so I reverted it.  The acpiphp change fixes a\n  regression: we broke hotplug notifications to host bridges when we\n  split acpiphp into the host-bridge related part and the\n  endpoint-related part.\n\n  Moorestown\n      Revert \"x86/pci/mrst: Use configuration mechanism 1 for 00:00.0, 00:02.0, 00:03.0\"\n  Hotplug\n      PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check\"\n\n* tag \u0027pci-v3.10-fixes-2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:\n  Revert \"x86/pci/mrst: Use configuration mechanism 1 for 00:00.0, 00:02.0, 00:03.0\"\n  PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check\n"
    },
    {
      "commit": "4c0eec03b188efafba3a35315b59a9efbf9684fc",
      "tree": "2988d0fea430a107a8ccea6174826f98dcf237cf",
      "parents": [
        "d97955625710b57f24427e403f150126078273c2",
        "c73a1afbe6dce11b6e249d0eee69b90dc24daa88"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 13:50:03 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 13:50:03 2013 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input\n\nPull input updates from Dmitry Torokhov:\n \"A few fixups to Wacom and eGalax touchscreen driver\"\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:\n  Input: wacom - add an eraser to DTH2242/DTK2241\n  Input: wacom - add a few new styli for Cintiq series\n  Input: wacom - add three new display tablets\n  Input: egalax_ts - ABS_MT_POSITION_Y not reported well\n"
    },
    {
      "commit": "7a1a0cbfeb31f20acc10722642198e76bbc30cb9",
      "tree": "c2ea99d235ebb095b172981dbaf9a696f62df540",
      "parents": [
        "497574c72c9922cf20c12aed15313c389f722fa0"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu May 23 12:15:32 2013 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu May 23 12:15:32 2013 -0700"
      },
      "message": "net: Revert unused variable changes.\n\nThis reverts commits:\n\nc573972c111eb4c6b3f3250ad71e7c75cc799833\n1a5904342c7380ceddd61c0b37544d752d0b1433\nda2e2c214953f37c2a6be20226537ca5a329724c\n\nThey were meant for net-next not net.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d97955625710b57f24427e403f150126078273c2",
      "tree": "4e1b2d5938e269266e77e46fa5d604b0cd24733c",
      "parents": [
        "388c2896972c02ceccca4b5e90bd4a70e13fbab1",
        "e037f95ffb5355ffe295e1d106d02fefd284d882"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 09:28:34 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 09:28:34 2013 -0700"
      },
      "message": "Merge tag \u0027tty-3.10-rc2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty\n\nPull tty/serial fixes from Greg Kroah-Hartman:\n \"Here are some tty / serial driver fixes for 3.10-rc2.\n\n  Nothing huge, although the rocket driver fix looks large, it\u0027s just\n  moving the code around to fix the reported build issues in it.  Other\n  than that, this has the fix for the of-reported lockdep warning from\n  the vt layer, as well as some other needed bugfixes.\n\n  All of these have been in linux-next for a while\"\n\n* tag \u0027tty-3.10-rc2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:\n  tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: build warning after merge of the tty.current tree)\n  tty: mxser: fix usage of opmode_ioaddr\n  serial: 8250_dw: add ACPI ID for Intel BayTrail\n  TTY: Fix tty miss restart after we turn off flow-control\n  tty/vt: Fix vc_deallocate() lock order\n  TTY: ehv_bytechan: add missing platform_driver_unregister() when module exit\n  TTY: rocket, fix more no-PCI warnings\n  serial: mcf: missing uart_unregister_driver() on error in mcf_init()\n  tty: serial: mpc5xxx: fix error handing in mpc52xx_uart_init()\n  serial: samsung: add missing platform_driver_unregister() when module exit\n  serial: pl011: protect attribute read from NULL platform data struct\n  tty: nwpserial: Pass correct pointer to free_irq()\n  serial: 8250_dw: Add valid clk pointer check\n"
    },
    {
      "commit": "388c2896972c02ceccca4b5e90bd4a70e13fbab1",
      "tree": "f50cada452c4ed89f0ee3927a81008d5c8aae16f",
      "parents": [
        "c7153d0643dd161df9e7a2fcb952418055aa5fca",
        "0797c3a3e9660682b5df80911f35b523995a40bd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 09:27:49 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 09:27:49 2013 -0700"
      },
      "message": "Merge tag \u0027staging-3.10-rc2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging\n\nPull staging driver fixes from Greg Kroah-Hartman:\n \"Here are some staging tree driver fixes for 3.10-rc2\n\n  The drivers/iio/ changes are here as they are still tied into\n  drivers/staging/iio/.\n\n  Nothing major, just a number of small bugfixes, and a larger\n  documentation update for the ramster code.\"\n\n* tag \u0027staging-3.10-rc2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (28 commits)\n  staging: dwc2: remove compile warning for USB_DWC2_TRACK_MISSED_SOFS\n  iio: exynos_adc: fix wrong structure extration in suspend and resume\n  iio:common:st: added disable function after read info raw data\n  iio: dac: Fix build error when CONFIG_SPI_MASTER\u003dy \u0026\u0026 CONFIG_I2C\u003dm\n  staging:iio:light:tsl2x7x: fix the error handling in tsl2x7x_probe()\n  staging/iio/mxs-lradc: fix preenable for multiple buffers\n  staging: imx-drm: imx-tve: Check the return value of \u0027regulator_enable()\u0027\n  staging: video: imx: Select VIDEOMODE_HELPERS for parallel display\n  staging: ramster: add how-to document\n  staging: dwc2: Fix dma-enabled platform devices using a default dma_mask\n  staging: vt6656: [bug] Fix missing spin lock in iwctl_siwpower.\n  staging: Swap zram and zsmalloc in Kconfig\n  staging: android: logger: use kuid_t instead of uid_t\n  staging: zcache: Fix incorrect module_param_array types\n  staging/solo6x10: depend on CONFIG_FONTS\n  staging/drm: imx: add missing dependencies\n  staging: ste_rmi4: Suppress \u0027ignoring return value of ‘regulator_enable()\u0027 warning\n  staging: sep: fix driver build and kconfig\n  staging: nvec: cleanup childs on remove\n  staging: nvec: implement unregistering of notifiers\n  ...\n"
    },
    {
      "commit": "c7153d0643dd161df9e7a2fcb952418055aa5fca",
      "tree": "b6db0c75eb77ce920c3aa3c8b63071f661a14e98",
      "parents": [
        "5cc0c03823ca18c490f8223f85ed40f2a9d936c4",
        "ac5a2962b02f57dea76d314ef2521a2170b28ab6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 09:27:08 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 09:27:08 2013 -0700"
      },
      "message": "Merge tag \u0027driver-core-3.10-rc2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core\n\nPull driver core fixes from Greg Kroah-Hartman:\n \"Here are 3 tiny driver core fixes for 3.10-rc2.\n\n  A needed symbol export, a change to make it easier to track down\n  offending sysfs files with incorrect attributes, and a klist bugfix.\n\n  All have been in linux-next for a while\"\n\n* tag \u0027driver-core-3.10-rc2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:\n  klist: del waiter from klist_remove_waiters before wakeup waitting process\n  driver core: print sysfs attribute name when warning about bogus permissions\n  driver core: export subsys_virtual_register\n"
    },
    {
      "commit": "5cc0c03823ca18c490f8223f85ed40f2a9d936c4",
      "tree": "a05b7a2a1153efff01a78dc54e2102420e2c29bb",
      "parents": [
        "b64194068bbbdef3cc235f5459616a330f3b7724",
        "b5325a02aa84c794cf520d6d68cae4b150988a32"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 09:26:32 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 09:26:32 2013 -0700"
      },
      "message": "Merge tag \u0027char-misc-3.10-rc2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc\n\nPull char/misc driver fixes from Greg Kroah-Hartman:\n \"Here are some small char/misc driver fixes for 3.10-rc2.\n\n  Nothing major here, just a number of fixes for things that people have\n  reported, and a MAINTAINERS update for the recent changes for the\n  hyperv files that went into 3.10-rc1.\"\n\n* tag \u0027char-misc-3.10-rc2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:\n  ttyprintk: Fix NULL pointer deref by setting tty_port ops after initializing port\n  uio: UIO_DMEM_GENIRQ should depend on HAS_DMA\n  MAINTAINERS: update Hyper-V file list\n  mei: bus: Reset event_cb when disabling a device\n  Drivers: hv: Fix a bug in get_vp_index()\n  mei: fix out of array access to me clients array\n  Char: lp, protect LPGETSTATUS with port_mutex\n  dummy-irq: require the user to specify an IRQ number\n"
    },
    {
      "commit": "b64194068bbbdef3cc235f5459616a330f3b7724",
      "tree": "0cfeac1c7b331c3824564b1756d7d02d2a697f82",
      "parents": [
        "72dd4e7980bf584fa11db4f00e38d5cf956a8856",
        "2a0ebf80aa95cc758d4725f74a7016e992606a39"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 09:23:32 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 09:23:32 2013 -0700"
      },
      "message": "Merge tag \u0027usb-3.10-rc2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb\n\nPull USB fixes from Greg Kroah-Hartman:\n \"Here are a number of tiny USB bugfixes / new device ids for 3.10-rc2\n\n  The majority of these are USB gadget fixes, but they are all small.\n  Other than that, some USB host controller fixes, and USB serial driver\n  fixes for problems reported with them.\n\n  Also hopefully a fixed up USB_OTG Kconfig dependancy, that one seems\n  to be almost impossible to get right for all of the different\n  platforms these days.\"\n\n* tag \u0027usb-3.10-rc2\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (56 commits)\n  USB: cxacru: potential underflow in cxacru_cm_get_array()\n  USB: ftdi_sio: Add support for Newport CONEX motor drivers\n  USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN card\n  usb: ohci: fix goto wrong tag in err case\n  usb: isp1760-if: fix memleak when platform_get_resource fail\n  usb: ehci-s5p: fix memleak when fallback to pdata\n  USB: serial: clean up chars_in_buffer\n  USB: ti_usb_3410_5052: fix chars_in_buffer overhead\n  USB: io_ti: fix chars_in_buffer overhead\n  USB: ftdi_sio: fix chars_in_buffer overhead\n  USB: ftdi_sio: clean up get_modem_status\n  USB: serial: add generic wait_until_sent implementation\n  USB: serial: add wait_until_sent operation\n  USB: set device dma_mask without reference to global data\n  USB: Blacklisted Cinterion\u0027s PLxx WWAN Interface\n  usb: option: Add Telewell TW-LTE 4G\n  USB: EHCI: remove bogus #error\n  USB: reset resume quirk needed by a hub\n  USB: usb-stor: realtek_cr: Fix compile error\n  usb, chipidea: fix link error when USB_EHCI_HCD is a module\n  ...\n"
    },
    {
      "commit": "72dd4e7980bf584fa11db4f00e38d5cf956a8856",
      "tree": "fed8bc25883a01dc2e4916fe90a58f07b26ed93b",
      "parents": [
        "b4d3ba3346f092b9185da991414775281ceacaac",
        "6d17c0d1e8a66f5508082cb0fecb8afb7e9a21e4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 09:18:08 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 09:18:08 2013 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/virt/kvm/kvm\n\nPull kvm bugfixes from Gleb Natapov.\n\n* git://git.kernel.org/pub/scm/virt/kvm/kvm:\n  KVM/MIPS32: Wrap calls to gfn_to_pfn() with srcu_read_lock/unlock()\n  KVM/MIPS32: Move include/asm/kvm.h \u003d\u003e include/uapi/asm/kvm.h since it is a user visible API.\n  KVM: take over co-maintainership from Marcelo, fix MAINTAINERS entry\n"
    },
    {
      "commit": "b4d3ba3346f092b9185da991414775281ceacaac",
      "tree": "d18fa278f09e9717a000e14728f9c55960dc5126",
      "parents": [
        "101b82f56d50a445bb5281f834c86e106732070f"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@infradead.org",
        "time": "Wed May 22 22:46:09 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 23 09:17:11 2013 -0700"
      },
      "message": "lib: make iovec obj instead of lib\n\nFix build error io vmw_vmci.ko when CONFIG_VMWARE_VMCI\u003dm by chaning\niovec.o from lib-y to obj-y.\n\n  ERROR: \"memcpy_toiovec\" [drivers/misc/vmw_vmci/vmw_vmci.ko] undefined!\n  ERROR: \"memcpy_fromiovec\" [drivers/misc/vmw_vmci/vmw_vmci.ko] undefined!\n\nSigned-off-by: Randy Dunlap \u003crdunlap@infradead.org\u003e\nAcked-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c73a1afbe6dce11b6e249d0eee69b90dc24daa88",
      "tree": "617d315d1656a06c7f5cfbe4da611443b310d14b",
      "parents": [
        "f0aaceac279477f2a830e2897e6fc4c3500fc683"
      ],
      "author": {
        "name": "Ping Cheng",
        "email": "pinglinux@gmail.com",
        "time": "Tue May 14 23:34:53 2013 -0700"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Thu May 23 09:01:28 2013 -0700"
      },
      "message": "Input: wacom - add an eraser to DTH2242/DTK2241\n\nplus send begin and end of express keys events for\nCintiq 13HD and DTH2242/DTK2241\n\nSigned-off-by: Ping Cheng \u003cpingc@wacom.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdmitry.torokhov@gmail.com\u003e\n"
    },
    {
      "commit": "497574c72c9922cf20c12aed15313c389f722fa0",
      "tree": "1ded621483211872633af219157427bc0cf26e43",
      "parents": [
        "e4166625edfd2d808ddda00c7e7e901f4f3b8cc0"
      ],
      "author": {
        "name": "Timo Teräs",
        "email": "timo.teras@iki.fi",
        "time": "Wed May 22 01:40:47 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu May 23 01:20:07 2013 -0700"
      },
      "message": "xfrm: properly handle invalid states as an error\n\nThe error exit path needs err explicitly set. Otherwise it\nreturns success and the only caller, xfrm_output_resume(),\nwould oops in skb_dst(skb)-\u003eops derefence as skb_dst(skb) is\nNULL.\n\nBug introduced in commit bb65a9cb (xfrm: removes a superfluous\ncheck and add a statistic).\n\nSigned-off-by: Timo Teräs \u003ctimo.teras@iki.fi\u003e\nCc: Li RongQing \u003croy.qing.li@gmail.com\u003e\nCc: Steffen Klassert \u003csteffen.klassert@secunet.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e4166625edfd2d808ddda00c7e7e901f4f3b8cc0",
      "tree": "29849509c02ed394462c19c6e6b7a1eb41bdcacf",
      "parents": [
        "35f079ebbc860dcd1cca70890c9c8d59c1145525"
      ],
      "author": {
        "name": "Jason Wang",
        "email": "jasowang@redhat.com",
        "time": "Tue May 21 20:03:58 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu May 23 00:10:59 2013 -0700"
      },
      "message": "virtio_net: enable napi for all possible queues during open\n\nCommit 55257d72bd1c51f25106350f4983ec19f62ed1fa (virtio-net: fill only rx\nqueues which are being used) only does the napi enabling during open for\ncurr_queue_pairs. This will break multiqueue receiving since napi of new queues\nwere still disabled after changing the number of queues.\n\nThis patch fixes this by enabling napi for all possible queues during open.\n\nCc: Sasha Levin \u003csasha.levin@oracle.com\u003e\nSigned-off-by: Jason Wang \u003cjasowang@redhat.com\u003e\nAcked-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nAcked-by: Michael S. Tsirkin \u003cmst@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "35f079ebbc860dcd1cca70890c9c8d59c1145525",
      "tree": "932fb1909f503a61997e6f691755f2f97fa6ee0b",
      "parents": [
        "d02cea0f4341b25cae044d2ec393049d60bff036"
      ],
      "author": {
        "name": "Nandita Dukkipati",
        "email": "nanditad@google.com",
        "time": "Tue May 21 15:12:07 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu May 23 00:10:09 2013 -0700"
      },
      "message": "tcp: bug fix in proportional rate reduction.\n\nThis patch is a fix for a bug triggering newly_acked_sacked \u003c 0\nin tcp_ack(.).\n\nThe bug is triggered by sacked_out decreasing relative to prior_sacked,\nbut packets_out remaining the same as pior_packets. This is because the\nsnapshot of prior_packets is taken after tcp_sacktag_write_queue() while\nprior_sacked is captured before tcp_sacktag_write_queue(). The problem\nis: tcp_sacktag_write_queue (tcp_match_skb_to_sack() -\u003e tcp_fragment)\nadjusts the pcount for packets_out and sacked_out (MSS change or other\nreason). As a result, this delta in pcount is reflected in\n(prior_sacked - sacked_out) but not in (prior_packets - packets_out).\n\nThis patch does the following:\n1) initializes prior_packets at the start of tcp_ack() so as to\ncapture the delta in packets_out created by tcp_fragment.\n2) introduces a new \"previous_packets_out\" variable that snapshots\npackets_out right before tcp_clean_rtx_queue, so pkts_acked can be\ncorrectly computed as before.\n3) Computes pkts_acked using previous_packets_out, and computes\nnewly_acked_sacked using prior_packets.\n\nSigned-off-by: Nandita Dukkipati \u003cnanditad@google.com\u003e\nAcked-by: Yuchung Cheng \u003cycheng@google.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d02cea0f4341b25cae044d2ec393049d60bff036",
      "tree": "6be427ea03a60732e24e041b4ce7f4f30730db3d",
      "parents": [
        "c573972c111eb4c6b3f3250ad71e7c75cc799833",
        "f69ae770e74df420fbcf93aae81b30a5dcc73b7d"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu May 23 00:08:36 2013 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu May 23 00:08:36 2013 -0700"
      },
      "message": "Merge tag \u0027batman-adv-fix-for-davem\u0027 of git://git.open-mesh.org/linux-merge\n\nIncluded change:\n- fix double free in case of failure during mesh initialisation\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c573972c111eb4c6b3f3250ad71e7c75cc799833",
      "tree": "74125fd4b444eb1cb07bd0bd8caa7b4ee910c4d8",
      "parents": [
        "1a5904342c7380ceddd61c0b37544d752d0b1433"
      ],
      "author": {
        "name": "Emilio López",
        "email": "emilio@elopez.com.ar",
        "time": "Wed May 22 13:57:37 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 23:42:45 2013 -0700"
      },
      "message": "net: ethernet: sun: drop unused variable\n\nCommit bfd428d (\"net: ethernet: sun: initialize variables directly\")\ndropped the only loop that was using i but did not remove the actual\nvariable, therefore causing a warning when building. This patch drops\nthe now redundant line.\n\nReported-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Emilio López \u003cemilio@elopez.com.ar\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1a5904342c7380ceddd61c0b37544d752d0b1433",
      "tree": "47e2681523b193629eb69a1bd6d3b32fb0bc84b2",
      "parents": [
        "da2e2c214953f37c2a6be20226537ca5a329724c"
      ],
      "author": {
        "name": "Emilio López",
        "email": "emilio@elopez.com.ar",
        "time": "Wed May 22 13:57:36 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 23:42:44 2013 -0700"
      },
      "message": "net: ethernet: korina: drop unused variable\n\nCommit e998fd4 (\"net: ethernet: korina: initialize variables directly\")\ndropped the only loop that was using i but did not remove the actual\nvariable, therefore causing a warning when building. This patch drops\nthe now redundant line.\n\nSigned-off-by: Emilio López \u003cemilio@elopez.com.ar\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "da2e2c214953f37c2a6be20226537ca5a329724c",
      "tree": "33fee7a822c381c66074a2f28108ae3df83e28a3",
      "parents": [
        "bcef9a8f6f1dcff2a9bbe4ee21bfc50cc230984b"
      ],
      "author": {
        "name": "Emilio López",
        "email": "emilio@elopez.com.ar",
        "time": "Wed May 22 13:57:35 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 23:42:44 2013 -0700"
      },
      "message": "net: ethernet: apple: drop unused variable\n\nCommit 3b0aaef (\"net: ethernet: apple: initialize variables directly\")\ndropped the only loop that was using i but did not remove the actual\nvariable, therefore causing a warning when building. This patch drops\nthe now redundant line.\n\nSigned-off-by: Emilio López \u003cemilio@elopez.com.ar\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "101b82f56d50a445bb5281f834c86e106732070f",
      "tree": "951e204487494557ca0f231e7fd8457bc58dddd2",
      "parents": [
        "3cb7a59fd8c816af6765f3712cd233d83984edf2",
        "0c9b5a317b8ae7201fed07ec66d642b2ad7ea1b0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 22 18:06:57 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 22 18:06:57 2013 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32\n\nPull AVR32 update from Hans-Christian Egtvedt:\n \"wow, it has gone 10 releases since my last request :(\"\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32:\n  avr32: fix building warnings caused by redefinitions of HZ\n  avr32: fix relocation check for signed 18-bit offset\n  avr32: move NODES_SHIFT into Kconfig and delete numnodes.h\n"
    },
    {
      "commit": "3cb7a59fd8c816af6765f3712cd233d83984edf2",
      "tree": "efbb3b4dd4978d812f65620fb86aeccc4c5e3b55",
      "parents": [
        "bb3ec6b08396bbd631b6441102dd1c3d89cbc576",
        "dec33abaafc89bcbd78f85fad0513170415a26d5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 22 18:05:45 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 22 18:05:45 2013 -0700"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://git.linux-mips.org/pub/scm/ralf/upstream-linus\n\nPull MIPS update from Ralf Baechle:\n - Fix a build error if \u003clinux/printk.h\u003e is included without\n   \u003clinux/linkage.h\u003e having been included before.\n - Cleanup and fix the damage done by the generic idle loop patch.\n - A kprobes fix that brings the MIPS code in line with what other\n   architectures are for quite a while already.\n - Wire up the native getdents64(2) syscall for 64 bit - for some reason\n   it was only for the compat ABIs.  This has been reported to cause an\n   application issue.  This turned out bigger than I meant but the wait\n   instruction support code was driving me nuts.\n\n* \u0027upstream\u0027 of git://git.linux-mips.org/pub/scm/ralf/upstream-linus:\n  MIPS: N64: Wire getdents64(2)\n  kprobes/mips: Fix to check double free of insn slot\n  MIPS: Idle: Break r4k_wait into two functions and fix it.\n  MIPS: Idle: Do address fiddlery in helper functions.\n  MIPS: Idle: Consolidate all declarations in \u003casm/idle.h\u003e.\n  MIPS: Idle: Don\u0027t call local_irq_disable() in cpu_wait() implementations.\n  MIPS: Idle: Re-enable irqs at the end of r3081, au1k and loongson2 cpu_wait.\n  MIPS: Idle: Make call of function pointer readable.\n  MIPS: Idle: Consistently reformat inline assembler.\n  MIPS: Idle: cleaup SMTC idle hook as per Linux coding style.\n  MIPS: Consolidate idle loop / WAIT instruction support in a single file.\n  MIPS: clock.h: Remove declaration of cpu_wait.\n  Add include dependencies to \u003clinux/printk.h\u003e.\n  MIPS: Rewrite pfn_valid to work in modules, too.\n"
    },
    {
      "commit": "0797c3a3e9660682b5df80911f35b523995a40bd",
      "tree": "61358f065e819cebd48902063b064776d49e7518",
      "parents": [
        "ed644baab64d5c2e6e130a4794680eb06f7da81c"
      ],
      "author": {
        "name": "Paul Zimmerman",
        "email": "Paul.Zimmerman@synopsys.com",
        "time": "Wed May 22 15:10:15 2013 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed May 22 15:19:18 2013 -0700"
      },
      "message": "staging: dwc2: remove compile warning for USB_DWC2_TRACK_MISSED_SOFS\n\nRemove the compile-time warning for this config option, and instead\nwarn that it is experimental in the Kconfig text\n\nReported-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Paul Zimmerman \u003cpaulz@synopsys.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "bcef9a8f6f1dcff2a9bbe4ee21bfc50cc230984b",
      "tree": "ec96fefc97a80610a32422311d7da7dcfd239548",
      "parents": [
        "09fd61d3e6e039a430e561c4778cf691e96e7bed"
      ],
      "author": {
        "name": "Hans-Christoph Schemmel",
        "email": "hans-christoph.schemmel@gemalto.com",
        "time": "Tue May 21 02:07:17 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 15:12:15 2013 -0700"
      },
      "message": "qmi_wwan: Added support for Cinterion\u0027s PLxx WWAN Interface\n\nAdded support for Cinterion\u0027s PLxx WWAN Interface by adding QMI_FIXED_INTF with\nCinterion\u0027s Vendor ID as well as Product ID and WWAN Interface Number.\n\nSigned-off-by: Hans-Christoph Schemmel \u003chans-christoph.schemmel@gemalto.com\u003e\nSigned-off-by: Christian Schmiedl \u003cchristian.schmiedl@gemalto.com\u003e\nAcked-by: Bjørn Mork \u003cbjorn@mork.no\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ed644baab64d5c2e6e130a4794680eb06f7da81c",
      "tree": "a269890f81aa5b4d50163b92804fc690ce46ccf8",
      "parents": [
        "c7b0cf3e712775e8e2015c2f4582864159540be6",
        "927b4dc3e440a060bd7d9a7ecb83c3dcd80adc84"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed May 22 15:11:31 2013 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed May 22 15:11:31 2013 -0700"
      },
      "message": "Merge tag \u0027iio-fixes-for-3.10a\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus\n\nJonathan writes:\n\nFirst round of IIO fixes for the 3.10 cycle.\n\nThe usual mixed bag of little fixes.\n\n1) A fix for mxs-lradc having missed out on some global abi changes that and\n   hence being unable to start up buffered output.\n2) Clean up error handling in tsl2x7x\n3) A build fix for some of the dac drivers when they have spi master support\n   built in, but i2c support build as a module.\n4) Add a missing disable after a oneshot capture to the st sensor core.\n5) Exynos adc driver took a novel an incorrect route to get at its private\n   data store.\n"
    },
    {
      "commit": "09fd61d3e6e039a430e561c4778cf691e96e7bed",
      "tree": "213515aa6421863b679d6075416b2d52b41a99e7",
      "parents": [
        "3680354209dcdeb84671ad3740ef52ab754e05d0",
        "6b75c7357c947dd9fd8482b3395664a9b7385ed5"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 15:10:25 2013 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 15:10:54 2013 -0700"
      },
      "message": "Merge branch \u0027perf_net_dropmonitor\u0027\n\nBen Hutchings says:\n\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\nSomewhat surprisingly, the net_dropmonitor reporting script doesn\u0027t work\nat all.  This series fixes it and then makes it slightly more efficient.\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\nAcked-by: Neil Horman \u003cnhorman@tuxdriver.com\u003e\n"
    },
    {
      "commit": "6b75c7357c947dd9fd8482b3395664a9b7385ed5",
      "tree": "213515aa6421863b679d6075416b2d52b41a99e7",
      "parents": [
        "0ce58bae851dc3728af1c0b83905cd6b4565417a"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Mon May 20 14:45:57 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 15:10:11 2013 -0700"
      },
      "message": "perf: net_dropmonitor: Remove progress indicator\n\nWe can read /proc/kallsyms in a fraction of a second, so why waste\na further fraction of a second showing progress?\n\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0ce58bae851dc3728af1c0b83905cd6b4565417a",
      "tree": "3fd036c3c7219f200cd45d859ae97e4e7989cce1",
      "parents": [
        "326017c757e387007c6629797d7ae22fd33c1317"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Mon May 20 14:45:42 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 15:10:10 2013 -0700"
      },
      "message": "perf: net_dropmonitor: Use bisection in symbol lookup\n\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "326017c757e387007c6629797d7ae22fd33c1317",
      "tree": "f787bb0dbb463f1520673ad264ae16d78eec3d95",
      "parents": [
        "5a1e99dd2028e00998d42029be86835d8ef4a46e"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Mon May 20 14:45:34 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 15:10:10 2013 -0700"
      },
      "message": "perf: net_dropmonitor: Do not assume ordering of dictionaries\n\nThe sort order of dictionaries in Python is undocumented.  Use\ntuples instead, which are documented to be lexically ordered.\n\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5a1e99dd2028e00998d42029be86835d8ef4a46e",
      "tree": "8903e01fb89c6372af37ab4595d35b16b3e02848",
      "parents": [
        "140c3c6a2bcd2c31e2f7f5a8d59689724776c8e5"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Mon May 20 14:45:26 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 15:10:10 2013 -0700"
      },
      "message": "perf: net_dropmonitor: Fix symbol-relative addresses\n\nThe comparison between traced and symbol addresses is backwards: if\nthe traced address doesn\u0027t exactly match a symbol (which we don\u0027t\nexpect it to), we\u0027ll show the next symbol and the offset to it,\nwhereas we should show the previous symbol and the offset from it.\n\nCc: stable@vger.kernel.org\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "140c3c6a2bcd2c31e2f7f5a8d59689724776c8e5",
      "tree": "4ba6a335f9376e73ce82b69919a7b86ad6dd849d",
      "parents": [
        "3680354209dcdeb84671ad3740ef52ab754e05d0"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Mon May 20 14:44:43 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 15:10:10 2013 -0700"
      },
      "message": "perf: net_dropmonitor: Fix trace parameter order\n\nThis works much better if we don\u0027t treat protocol numbers as addresses.\n\nCc: stable@vger.kernel.org\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3680354209dcdeb84671ad3740ef52ab754e05d0",
      "tree": "1ff86a7eaf7dcdd07ee1d8ac972044863d24d5b2",
      "parents": [
        "147a90887baa98d73db1fa7ed9e755bf48960c21"
      ],
      "author": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Sun May 19 04:38:46 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 15:00:51 2013 -0700"
      },
      "message": "net: fec: use a more proper compatible string for MVF type device\n\nMVF is a family while MVF600 is a particular SoC in the family.  We\ngenerally prefer to use SoC rather than family name in compatible string\nto define a particular type of fec device.  And this is how fec_dt_ids\nworks for all those IMX fec variants.  Let\u0027s change mvf to mvf600 to\nhave it work in the same way.\n\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "147a90887baa98d73db1fa7ed9e755bf48960c21",
      "tree": "a86f12f683de6ca93113ded2498b89748dd0f8b5",
      "parents": [
        "0ce54ce4aaef1389fb8d640271748ace257cb763"
      ],
      "author": {
        "name": "Shahed Shaikh",
        "email": "shahed.shaikh@qlogic.com",
        "time": "Tue May 21 09:27:01 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 14:52:40 2013 -0700"
      },
      "message": "qlcnic: Fix updating netdev-\u003efeatures\n\no After change in EPORT features of 82xx adapter, netdev-\u003efeatures needs to\n  be updated to reflect EPORT feature updates but driver was manipulating\n  netdev-\u003efeatures at wrong place.\no This patch uses netdev_update_features() and .ndo_fix_features() to\n  update netdev-\u003efeatures properly.\n\nSigned-off-by: Shahed Shaikh \u003cshahed.shaikh@qlogic.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0ce54ce4aaef1389fb8d640271748ace257cb763",
      "tree": "e1dfd4bf205fd2e505cc612eae0d9eaf09d7c5ff",
      "parents": [
        "02135582f38e977fd609a7e345d7beb8c9b1c71f"
      ],
      "author": {
        "name": "Sony Chacko",
        "email": "sony.chacko@qlogic.com",
        "time": "Tue May 21 09:27:00 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 14:52:40 2013 -0700"
      },
      "message": "qlcnic: remove netdev-\u003etrans_start updates within the driver\n\nCode is removed because netdev-\u003etrans_start updates made by the driver\nwill be ignored by the kernel.\n\nSigned-off-by: Sony Chacko \u003csony.chacko@qlogic.com\u003e\nSigned-off-by: Shahed Shaikh \u003cshahed.shaikh@qlogic.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "02135582f38e977fd609a7e345d7beb8c9b1c71f",
      "tree": "1095f16611ebe1ecede1ba06d6e568cc2adb439a",
      "parents": [
        "c2bba067660f71408548e9206bc9be27885a815c"
      ],
      "author": {
        "name": "Sony Chacko",
        "email": "sony.chacko@qlogic.com",
        "time": "Tue May 21 09:26:59 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 14:52:39 2013 -0700"
      },
      "message": "qlcnic: Return proper error codes from probe failure paths\n\nFix error paths in probe to assign proper error codes to probe return value.\n\nSigned-off-by: Sony Chacko \u003csony.chacko@qlogic.com\u003e\nSigned-off-by: Shahed Shaikh \u003cshahed.shaikh@qlogic.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c2bba067660f71408548e9206bc9be27885a815c",
      "tree": "21a059299669cc38bc3cb4294bf4f735e56d7d94",
      "parents": [
        "fb03a43f5fb42000dcc62d91138c1c24fca609b0"
      ],
      "author": {
        "name": "Nithin Sujir",
        "email": "nsujir@broadcom.com",
        "time": "Tue May 21 12:57:33 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 14:51:11 2013 -0700"
      },
      "message": "tg3: Update version to 3.132\n\nSigned-off-by: Nithin Nayak Sujir \u003cnsujir@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "fb03a43f5fb42000dcc62d91138c1c24fca609b0",
      "tree": "025c606b5f33c3570ed847e3d6ac14707b1b92b9",
      "parents": [
        "3ccfc1b1d2fa78f8ece83646027982916fcc794b"
      ],
      "author": {
        "name": "Nithin Sujir",
        "email": "nsujir@broadcom.com",
        "time": "Tue May 21 12:57:32 2013 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed May 22 14:51:11 2013 -0700"
      },
      "message": "tg3: Ensure boot code has completed initialization before accessing hardware\n\nAfter resetting the device, the driver waits for a signature to be\nupdated to know that firmware has completed initialization. However, the\ncall to tg3_poll_fw() is being done too late and we\u0027re writing to the\nGRC_MODE register before it has completely initialized, causing\ncontention with firmware.  This logic has existed since day one but is\ncausing PCIE link to go down randomly at startup on one platform once\nevery few hundred reboots.\n\nMove the tg3_poll_fw() up to before we write to the GRC_MODE register\nafter reset.\n\nSigned-off-by: Nithin Nayak Sujir \u003cnsujir@broadcom.com\u003e\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "927b4dc3e440a060bd7d9a7ecb83c3dcd80adc84",
      "tree": "a269890f81aa5b4d50163b92804fc690ce46ccf8",
      "parents": [
        "d61a04dc148db1d0e7fa2307eb0f7abbc44fcd98"
      ],
      "author": {
        "name": "Naveen Krishna Chatradhi",
        "email": "ch.naveen@samsung.com",
        "time": "Mon May 20 07:34:00 2013 +0100"
      },
      "committer": {
        "name": "Jonathan Cameron",
        "email": "jic23@kernel.org",
        "time": "Wed May 22 22:15:20 2013 +0100"
      },
      "message": "iio: exynos_adc: fix wrong structure extration in suspend and resume\n\nThe exynos_adc device structure was wrongly extracted from the dev*\ncorrecting the same.\n\nUsing the regular conversion of\nstruct device* -\u003e struct platform_device* -\u003e struct exynos_adc* seems wrong.\nInstead we should be doing\nstruct device* -\u003e struct iio_dev* -\u003e struct exynos_adc*\n\nSigned-off-by: Naveen Krishna Chatradhi \u003cch.naveen@samsung.com\u003e\nReviewed-by: Doug Anderson \u003cdianders@chromium.org\u003e\nSigned-off-by: Jonathan Cameron \u003cjic23@kernel.org\u003e\n"
    },
    {
      "commit": "d61a04dc148db1d0e7fa2307eb0f7abbc44fcd98",
      "tree": "5a7c89575223d91febd29284024a6cdd9a39351b",
      "parents": [
        "0ae5fb6fd346cf368639fb6256db6af0831b0048"
      ],
      "author": {
        "name": "Denis CIOCCA",
        "email": "denis.ciocca@st.com",
        "time": "Thu May 09 14:35:00 2013 +0100"
      },
      "committer": {
        "name": "Jonathan Cameron",
        "email": "jic23@kernel.org",
        "time": "Wed May 22 22:14:58 2013 +0100"
      },
      "message": "iio:common:st: added disable function after read info raw data\n\nSigned-off-by: Denis Ciocca \u003cdenis.ciocca@st.com\u003e\nSigned-off-by: Jonathan Cameron \u003cjic23@kernel.org\u003e\n"
    },
    {
      "commit": "0ae5fb6fd346cf368639fb6256db6af0831b0048",
      "tree": "eb360406b1cbd277b3860b28caa6a249b3d567f1",
      "parents": [
        "3b813798aa7030f1beef638c75f8b0008f737a82"
      ],
      "author": {
        "name": "Axel Lin",
        "email": "axel.lin@ingics.com",
        "time": "Thu May 09 08:49:00 2013 +0100"
      },
      "committer": {
        "name": "Jonathan Cameron",
        "email": "jic23@kernel.org",
        "time": "Wed May 22 22:14:58 2013 +0100"
      },
      "message": "iio: dac: Fix build error when CONFIG_SPI_MASTER\u003dy \u0026\u0026 CONFIG_I2C\u003dm\n\nThis patch fixes below build error when CONFIG_SPI_MASTER\u003dy \u0026\u0026 CONFIG_I2C\u003dm:\n\ndrivers/built-in.o: In function `ad5064_i2c_write\u0027:\ndrivers/iio/dac/ad5064.c:608: undefined reference to `i2c_master_send\u0027\ndrivers/built-in.o: In function `ad5064_i2c_register_driver\u0027:\ndrivers/iio/dac/ad5064.c:646: undefined reference to `i2c_register_driver\u0027\ndrivers/built-in.o: In function `ad5064_i2c_unregister_driver\u0027:\ndrivers/iio/dac/ad5064.c:651: undefined reference to `i2c_del_driver\u0027\nmake: *** [vmlinux] Error 1\n\nWhen CONFIG_I2C\u003dm, meaning we can\u0027t build the drivers in with I2C support.\nThus don\u0027t allow the drivers to be compiled as built-in when CONFIG_I2C\u003dm.\n\nThe real fix though is to break the driver apart into a SPI part, an I2C part\nand a common part. But that\u0027s something for 3.11 while this is something for\n3.10/stable.\n\nReported-by: Wu Fengguang \u003cfengguang.wu@intel.com\u003e\nReported-by: Randy Dunlap \u003crdunlap@infradead.org\u003e\nSigned-off-by: Axel Lin \u003caxel.lin@ingics.com\u003e\nAcked-by: Lars-Peter Clausen \u003clars@metafoo.de\u003e\nSigned-off-by: Jonathan Cameron \u003cjic23@kernel.org\u003e\n"
    },
    {
      "commit": "3b813798aa7030f1beef638c75f8b0008f737a82",
      "tree": "afd9b9ada9534d168a83c2b081000a3f26661073",
      "parents": [
        "c80712c793febdf1b13ad0e1c71a051e071b3fd8"
      ],
      "author": {
        "name": "Wei Yongjun",
        "email": "yongjun_wei@trendmicro.com.cn",
        "time": "Tue May 07 12:51:00 2013 +0100"
      },
      "committer": {
        "name": "Jonathan Cameron",
        "email": "jic23@kernel.org",
        "time": "Wed May 22 22:14:57 2013 +0100"
      },
      "message": "staging:iio:light:tsl2x7x: fix the error handling in tsl2x7x_probe()\n\nFix to return -EINVAL in the i2c device found error handling\ncase instead of 0, as done elsewhere in this function.\nAnd also correct the fail1 and fail2 lable to do the right thing.\n\nSigned-off-by: Wei Yongjun \u003cyongjun_wei@trendmicro.com.cn\u003e\nSigned-off-by: Jonathan Cameron \u003cjic23@kernel.org\u003e\n"
    },
    {
      "commit": "c80712c793febdf1b13ad0e1c71a051e071b3fd8",
      "tree": "144b3b14d42837b27e342a17a8f30b66b3f30653",
      "parents": [
        "c7b0cf3e712775e8e2015c2f4582864159540be6"
      ],
      "author": {
        "name": "Michał Mirosław",
        "email": "mirq-linux@rere.qmqm.pl",
        "time": "Sat May 04 14:19:00 2013 +0100"
      },
      "committer": {
        "name": "Jonathan Cameron",
        "email": "jic23@kernel.org",
        "time": "Wed May 22 22:14:57 2013 +0100"
      },
      "message": "staging/iio/mxs-lradc: fix preenable for multiple buffers\n\nThis fixes \u0027preenable failed: -EINVAL\u0027 error when using this driver.\n\nSigned-off-by: Michał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nSigned-off-by: Jonathan Cameron \u003cjic23@kernel.org\u003e\n"
    },
    {
      "commit": "0c9b5a317b8ae7201fed07ec66d642b2ad7ea1b0",
      "tree": "5c9203f8b1da977685d054afe4dbe367ba208839",
      "parents": [
        "e68c636d88db3fda74e664ecb1a213ae0d50a7d8"
      ],
      "author": {
        "name": "Jiang Liu",
        "email": "liuj97@gmail.com",
        "time": "Fri May 17 23:45:18 2013 +0800"
      },
      "committer": {
        "name": "Hans-Christian Egtvedt",
        "email": "egtvedt@samfundet.no",
        "time": "Wed May 22 21:05:44 2013 +0200"
      },
      "message": "avr32: fix building warnings caused by redefinitions of HZ\n\nAs suggested by David Howells \u003cdhowells@redhat.com\u003e, use\nasm-generic/param.h and uapi/asm-generic/param.h for AVR32.\n\nIt also fixes building warnings caused by redefinitions of HZ:\nIn file included from /ws/linux/kernel/linux.git/include/uapi/linux/param.h:4,\n                 from include/linux/timex.h:63,\n                 from include/linux/jiffies.h:8,\n                 from include/linux/ktime.h:25,\n                 from include/linux/timer.h:5,\n                 from include/linux/workqueue.h:8,\n                 from include/linux/srcu.h:34,\n                 from include/linux/notifier.h:15,\n                 from include/linux/memory_hotplug.h:6,\n                 from include/linux/mmzone.h:777,\n                 from include/linux/gfp.h:4,\n                 from arch/avr32/mm/init.c:10:\n/ws/linux/kernel/linux.git/arch/avr32/include/asm/param.h:6:1: warning: \"HZ\" redefined\nIn file included from /ws/linux/kernel/linux.git/arch/avr32/include/asm/param.h:4,\n                 from /ws/linux/kernel/linux.git/include/uapi/linux/param.h:4,\n                 from include/linux/timex.h:63,\n                 from include/linux/jiffies.h:8,\n                 from include/linux/ktime.h:25,\n                 from include/linux/timer.h:5,\n                 from include/linux/workqueue.h:8,\n                 from include/linux/srcu.h:34,\n                 from include/linux/notifier.h:15,\n                 from include/linux/memory_hotplug.h:6,\n                 from include/linux/mmzone.h:777,\n                 from include/linux/gfp.h:4,\n                 from arch/avr32/mm/init.c:10:\n/ws/linux/kernel/linux.git/arch/avr32/include/uapi/asm/param.h:6:1: warning: this is the location of the previous definition\n\nSigned-off-by: Jiang Liu \u003cjiang.liu@huawei.com\u003e\nCc: Hans-Christian Egtvedt \u003cegtvedt@samfundet.no\u003e\nCc: Haavard Skinnemoen \u003chskinnemoen@gmail.com\u003e\nCc: linux-kernel@vger.kernel.org\nSigned-off-by: Hans-Christian Egtvedt \u003cegtvedt@samfundet.no\u003e\n"
    },
    {
      "commit": "e037f95ffb5355ffe295e1d106d02fefd284d882",
      "tree": "c89836ec44472e2e63c5727ced112976ce780328",
      "parents": [
        "dfc7b837c7f9f01f76511aa3eeea35232903e58f"
      ],
      "author": {
        "name": "Matwey V. Kornilov",
        "email": "matwey@sai.msu.ru",
        "time": "Wed May 22 11:13:38 2013 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Wed May 22 10:26:02 2013 -0700"
      },
      "message": "tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: build warning after merge of the tty.current tree)\n\nFix build warning at mxser.c introduced by dfc7b837c7f9 (tty: mxser: fix\nusage of opmode_ioaddr)\n\nSigned-off-by: Matwey V. Kornilov \u003cmatwey@sai.msu.ru\u003e\nReported-by: kbuild test robot \u003cfengguang.wu@intel.com\u003e\nReported-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "bb3ec6b08396bbd631b6441102dd1c3d89cbc576",
      "tree": "d2c42629d1fee5e9a42821fa53189e95463fde6f",
      "parents": [
        "cbfd2cd7195cf4500d428a04c79509445aa3924e"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed May 22 12:18:47 2013 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 22 08:05:16 2013 -0700"
      },
      "message": "mm: Fix virt_to_page() warning\n\nvirt_to_page() is typically implemented as a macro containing a cast so\nthat it will accept both pointers and unsigned long without causing a\nwarning.\n\nBut MIPS virt_to_page() uses virt_to_phys which is a function so passing\nan unsigned long will cause a warning:\n\n    CC      mm/page_alloc.o\n  mm/page_alloc.c: In function ‘free_reserved_area’:\n  mm/page_alloc.c:5161:3: warning: passing argument 1 of ‘virt_to_phys’ makes pointer from integer without a cast [enabled by default]\n  arch/mips/include/asm/io.h:119:100: note: expected ‘const volatile void *’ but argument is of type ‘long unsigned int’\n\nAll others users of virt_to_page() in mm/ are passing a void *.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nReported-by: Eunbong Song \u003ceunb.song@samsung.com\u003e\nCc: linux-kernel@vger.kernel.org\nCc: linux-mm@kvack.org\nCc: linux-mips@linux-mips.org\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "cbfd2cd7195cf4500d428a04c79509445aa3924e",
      "tree": "41d9b00cd2a35be36c88779a5cba51398855aa8d",
      "parents": [
        "94f1be9798c88b030256bdeb533008c3d55ec2c6",
        "5649d8f9e335f2b093751fcc2bdd5953f79f66ef"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 22 07:18:41 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 22 07:18:41 2013 -0700"
      },
      "message": "Merge tag \u0027mfd-fixes-3.10-1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixes\n\nPull mfd fixes from Samuel Ortiz:\n \"This is the first batch of MFD fixes for 3.10.\n\n  It\u0027s bigger than I would like, most of it is due to the big ab/db8500\n  merge that went through during the 3.10 merge window.\n\n  So we have:\n\n   - Some build fixes for the tps65912 and ab8500 drivers.\n   - A couple of build fixes for the the si476x driver with pre 4.3 gcc\n     compilers.\n   - A few runtime breakage fixes (probe failures or oopses) for the\n     ab8500 and db8500 drivers.\n   - Some sparse or regular gcc warning fixes for the si476x, ab8500 and\n     cros_ec drivers.\"\n\n* tag \u0027mfd-fixes-3.10-1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixes:\n  mfd: ab8500-sysctrl: Let sysctrl driver work without pdata\n  mfd: db8500-prcmu: Update stored DSI PLL divider value\n  mfd: ab8500-sysctrl: Always enable pm_power_off handler\n  mfd: ab8500-core: Pass GPADC compatible string to MFD core\n  mfd: db8500-prcmu: Supply the pdata_size attribute for db8500-thermal\n  mfd: ab8500-core: Use the correct driver name when enabling gpio/pinctrl\n  mfd: ab8500: Pass AB8500 IRQ to debugfs code by resource\n  mfd: ab8500-gpadc: Suppress \u0027ignoring regulator_enable() return value\u0027 warning\n  mfd: ab8500-sysctrl: Set sysctrl_dev during probe\n  mfd: ab8500-sysctrl: Fix sparse warning\n  mfd: abx500-core: Fix sparse warning\n  mfd: ab8500: Debugfs code depends on gpadc\n  mfd: si476x: Use get_unaligned_be16() for unaligned be16 loads\n  mfd: cros_ec_spi: Use %z to format pointer differences\n  mfd: si476x: Do not use binary constants\n  mfd: tps65912: Select MFD_CORE\n"
    },
    {
      "commit": "94f1be9798c88b030256bdeb533008c3d55ec2c6",
      "tree": "e73baba68b700e50cab2a22025f85c0455df5470",
      "parents": [
        "519fe2ecb755b875d9814cdda19778c2e88c6901",
        "6407d75afd08545f2252bb39806ffd3f10c7faac"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 22 07:16:49 2013 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 22 07:16:49 2013 -0700"
      },
      "message": "Merge tag \u0027fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux\n\nPull virtio fixes from Rusty Russell:\n \"A build fix and a uapi exposure fix.  The build fix is later than I\n  liked, but my first version broke linux-next due to overzealous header\n  clean.\"\n\n* tag \u0027fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux:\n  virtio_console: fix uapi header\n  Hoist memcpy_fromiovec/memcpy_toiovec into lib/\n"
    },
    {
      "commit": "dec33abaafc89bcbd78f85fad0513170415a26d5",
      "tree": "eb2772772e288bac881b73fae44c34d123d91966",
      "parents": [
        "22047b85170280b0ca59ce4befd0fa1f71a4ec16"
      ],
      "author": {
        "name": "Aron Xu",
        "email": "aron@debian.org",
        "time": "Tue May 21 13:37:06 2013 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed May 22 15:37:58 2013 +0200"
      },
      "message": "MIPS: N64: Wire getdents64(2)\n\nAs a relatively new ABI, N64 only had getdents syscall while other modern\narchitectures have getdents64.\n\nThis was noticed when Python 3.3 shifted to the latter one for aarch64.\n\n[ralf@linux-mips.org: The history of getdents64 is a little complicated.\nCommit 1a1d77dd589de5a567fa95e36aa6999c704ceca4 [Merge with 2.4.0-test7.]\nadded N64 getdents(2) to arch/mips64/kernel/scall_64.S as syscall 5213,\nthen dropped again in 578720675c44e54e8aa7c68f6dce59ed37ce3d3b [Overhaul\nof the 64-bit syscall interface.  Now heritage free.] for 2.5.18 in 2002.]\n\nSigned-off-by: Aron Xu \u003caron@debian.org\u003e\nAcked-by: David Daney \u003cdavid.daney@cavium.com\u003e\nCc: linux-mips@linux-mips.org\nPatchwork: https://patchwork.linux-mips.org/patch/5285/\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "22047b85170280b0ca59ce4befd0fa1f71a4ec16",
      "tree": "f8f8c3c0cea02ab234d353e4a29315f292ded065",
      "parents": [
        "087d990b371c59edbfc119600e2d2eda18366292"
      ],
      "author": {
        "name": "Masami Hiramatsu",
        "email": "masami.hiramatsu.pt@hitachi.com",
        "time": "Wed May 22 08:34:13 2013 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed May 22 12:48:30 2013 +0200"
      },
      "message": "kprobes/mips: Fix to check double free of insn slot\n\nFix to check double free of insn_slot at arch_remove_kprobe\nas other arches do.\n\nSigned-off-by: Masami Hiramatsu \u003cmasami.hiramatsu.pt@hitachi.com\u003e\nCc: David Daney \u003cddaney@caviumnetworks.com\u003e\nCc: Maneesh Soni \u003cmanesoni@cisco.com\u003e\nCc: Victor Kamensky \u003ckamensky@cisco.com\u003e\nCc: linux-mips@linux-mips.org\nCc: Ingo Molnar \u003cmingo@redhat.com\u003e\nCc: linux-kernel@vger.kernel.org\nCc: linux-mips@linux-mips.org\nCc: yrl.pp-manager.tt@hitachi.com\nCc: systemtap@sourceware.org\nPatchwork: https://patchwork.linux-mips.org/patch/5293/\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "6d17c0d1e8a66f5508082cb0fecb8afb7e9a21e4",
      "tree": "eca5c93989a96bd5afff0e48178286861f8ce475",
      "parents": [
        "ba86e4dda700b3e696119c7f4fad945b90cf5c84"
      ],
      "author": {
        "name": "Sanjay Lal",
        "email": "sanjayl@kymasys.com",
        "time": "Sat May 18 06:54:24 2013 -0700"
      },
      "committer": {
        "name": "Gleb Natapov",
        "email": "gleb@redhat.com",
        "time": "Wed May 22 11:44:09 2013 +0300"
      },
      "message": "KVM/MIPS32: Wrap calls to gfn_to_pfn() with srcu_read_lock/unlock()\n\n- As suggested by Gleb, wrap calls to gfn_to_pfn() with srcu_read_lock/unlock().\n  Memory slots should be acccessed from a SRCU read section.\n- kvm_mips_map_page() now returns an error code to it\u0027s callers, instead of\n  calling panic() if it cannot find a mapping for a particular gfn.\n\nSigned-off-by: Sanjay Lal \u003csanjayl@kymasys.com\u003e\nSigned-off-by: Gleb Natapov \u003cgleb@redhat.com\u003e\n"
    },
    {
      "commit": "ba86e4dda700b3e696119c7f4fad945b90cf5c84",
      "tree": "7fb167d6021786c7efc4d76b83df258b7054cb59",
      "parents": [
        "c93a64fe6ca6a03fbe076f705e5f5d30d1bded79"
      ],
      "author": {
        "name": "Sanjay Lal",
        "email": "sanjayl@kymasys.com",
        "time": "Sat May 18 06:54:23 2013 -0700"
      },
      "committer": {
        "name": "Gleb Natapov",
        "email": "gleb@redhat.com",
        "time": "Wed May 22 11:42:53 2013 +0300"
      },
      "message": "KVM/MIPS32: Move include/asm/kvm.h \u003d\u003e include/uapi/asm/kvm.h since it is a user visible API.\n\nSigned-off-by: Sanjay Lal \u003csanjayl@kymasys.com\u003e\nSigned-off-by: Gleb Natapov \u003cgleb@redhat.com\u003e\n"
    },
    {
      "commit": "087d990b371c59edbfc119600e2d2eda18366292",
      "tree": "43869914c4a0680a7b560576f7169c80354138f3",
      "parents": [
        "f94d9a8ef9aebab5317d11fb1633ba14ad240983"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue May 21 17:33:32 2013 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed May 22 01:34:28 2013 +0200"
      },
      "message": "MIPS: Idle: Break r4k_wait into two functions and fix it.\n\nlocal_irq_enable() may expand into very different code, so it rather should\nstay in C.  Also this keeps the assembler code size constant which keeps\nthe rollback code simple.  So it\u0027s best to split r4k_wait into two parts,\none C and one assembler.\n\nFinally add the local_irq_enable() to r4k_wait to ensure the WAIT\ninstruction in __r4k_wait() will work properly.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f94d9a8ef9aebab5317d11fb1633ba14ad240983",
      "tree": "5966f1fb50720e3422fe0331f7a2d9a8c7aab488",
      "parents": [
        "bdc92d74e0ec95a8101447467c25f015105f2e5a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue May 21 17:30:36 2013 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed May 22 01:34:28 2013 +0200"
      },
      "message": "MIPS: Idle: Do address fiddlery in helper functions.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "bdc92d74e0ec95a8101447467c25f015105f2e5a",
      "tree": "3351d0c3678a5db6a1229c89c8f158748890112f",
      "parents": [
        "d882f07a83642283b9bc4e7f4c56ac4982c5e629"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue May 21 16:59:19 2013 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed May 22 01:34:27 2013 +0200"
      },
      "message": "MIPS: Idle: Consolidate all declarations in \u003casm/idle.h\u003e.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d882f07a83642283b9bc4e7f4c56ac4982c5e629",
      "tree": "01c47df57877e4ddbfb4f6223b9ac3ec06c16d03",
      "parents": [
        "fb40bc3e94933007d3e42e96daf1ec8044821cb8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue May 21 14:14:48 2013 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed May 22 01:34:27 2013 +0200"
      },
      "message": "MIPS: Idle: Don\u0027t call local_irq_disable() in cpu_wait() implementations.\n\nThe generic idle loop has already disabled interrupts so this is redundant.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    }
  ],
  "next": "fb40bc3e94933007d3e42e96daf1ec8044821cb8"
}
