)]}'
{
  "log": [
    {
      "commit": "fbf3ce8d8ec508f6bd99b36de034d2ae3e1ae7ac",
      "tree": "5b10e8948c422b85f7e19da711d2b4d5c9b5e244",
      "parents": [
        "16a087d8e1af9b974125870dceb9e4a35249ad1d"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@infradead.org",
        "time": "Thu Jun 28 16:46:47 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:37:37 2007 +1000"
      },
      "message": "[XFS] XFS should not be looking at filp reference counts\n\nA check for file_count is always a bad idea. Linux has the -\u003erelease\nmethod to deal with cleanups on last close and -\u003eflush is only for the\nvery rare case where we want to perform an operation on every drop of a\nreference to a file struct.\n\nThis patch gets rid of vop_close and surrounding code in favour of simply\ndoing the page flushing from -\u003erelease.\n\nSGI-PV: 966562\nSGI-Modid: xfs-linux-melb:xfs-kern:28952a\n\nSigned-off-by: Christoph Hellwig \u003chch@infradead.org\u003e\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "16a087d8e1af9b974125870dceb9e4a35249ad1d",
      "tree": "259314c4fc03782a2792a93bc5fd25cce5277c56",
      "parents": [
        "bbaaf53808c778bda24f8245a440c5ceacc1a37d"
      ],
      "author": {
        "name": "Vignesh Babu",
        "email": "vignesh.babu@wipro.com",
        "time": "Thu Jun 28 16:46:37 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:37:12 2007 +1000"
      },
      "message": "[XFS] Use is_power_of_2 instead of open coding checks\n\nSGI-PV: 966576\nSGI-Modid: xfs-linux-melb:xfs-kern:28950a\n\nSigned-off-by: Vignesh Babu \u003cvignesh.babu@wipro.com\u003e\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "bbaaf53808c778bda24f8245a440c5ceacc1a37d",
      "tree": "8539cec4777f2a20681bf46c224907f661923a39",
      "parents": [
        "54aa8e26e90da882b145fcd33ed752431d6b318b"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@infradead.org",
        "time": "Thu Jun 28 16:43:50 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:37:02 2007 +1000"
      },
      "message": "[XFS] Reduce shouting by removing unnecessary macros from dir2 code.\n\nSGI-PV: 966505\nSGI-Modid: xfs-linux-melb:xfs-kern:28947a\n\nSigned-off-by: Christoph Hellwig \u003chch@infradead.org\u003e\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "54aa8e26e90da882b145fcd33ed752431d6b318b",
      "tree": "0db6ef3be233bea122b90af9c2db03c3e0a12f39",
      "parents": [
        "24ad33ff714bd117cab30e71e2ad41e4e1185108"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Thu Jun 28 16:43:39 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:36:53 2007 +1000"
      },
      "message": "[XFS] Simplify XFS min/max macros.\n\nSGI-PV: 964547\nSGI-Modid: xfs-linux-melb:xfs-kern:28945a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Nathan Scott \u003cnscott@aconex.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "24ad33ff714bd117cab30e71e2ad41e4e1185108",
      "tree": "301cf623394254fcf224bee4cdd13a9c07586d39",
      "parents": [
        "87ae3c2411cfd280e8289e232b718fae9f63950b"
      ],
      "author": {
        "name": "Eric Sandeen",
        "email": "sandeen@sandeen.net",
        "time": "Thu Jun 28 16:43:30 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:36:43 2007 +1000"
      },
      "message": "[XFS] Kill off xfs_count_bits\n\nxfs_count_bits is only called once, and is then compared to 0. IOW, what\nit really wants to know is, is the bitmap empty. This can be done more\nsimply, certainly.\n\nSGI-PV: 966503\nSGI-Modid: xfs-linux-melb:xfs-kern:28944a\n\nSigned-off-by: Eric Sandeen \u003csandeen@sandeen.net\u003e\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "87ae3c2411cfd280e8289e232b718fae9f63950b",
      "tree": "2d19a572a2ab205265306e420fbe4ca1b94fc135",
      "parents": [
        "39726be2a2e6e61f352852da2c3a807773e33346"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Thu Jun 28 16:43:14 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:36:17 2007 +1000"
      },
      "message": "[XFS] Cancel transactions on xfs_itruncate_start error.\n\nSGI-PV: 966502\nSGI-Modid: xfs-linux-melb:xfs-kern:28943a\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "39726be2a2e6e61f352852da2c3a807773e33346",
      "tree": "83d73ec037347aee0808a9407b0c9d7c587bd8f8",
      "parents": [
        "516b2e7c2661615ba5d5ad9fb584f068363502d3"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@infradead.org",
        "time": "Mon Jun 18 17:57:45 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:36:08 2007 +1000"
      },
      "message": "[XFS] Use do_div() on 64 bit types.\n\nSGI-PV: 966145\nSGI-Modid: xfs-linux-melb:xfs-kern:28889a\n\nSigned-off-by: Christoph Hellwig \u003chch@infradead.org\u003e\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "516b2e7c2661615ba5d5ad9fb584f068363502d3",
      "tree": "984aed9e4dd27cb2acb547dd587525b5e4bf53d9",
      "parents": [
        "957d0ebed04239b734552c7da3fae9094b6f090c"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Mon Jun 18 16:50:48 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:35:58 2007 +1000"
      },
      "message": "[XFS] Fix remount,readonly path to flush everything correctly.\n\nThe remount readonly path can fail to writeback properly because we still\nhave active transactions after calling xfs_quiesce_fs(). Further\ninvestigation shows that this path is broken in the same ways that the xfs\nfreeze path was broken so fix it the same way.\n\nSGI-PV: 964464\nSGI-Modid: xfs-linux-melb:xfs-kern:28869a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@infradead.org\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "957d0ebed04239b734552c7da3fae9094b6f090c",
      "tree": "6f5034b22028a03e31771d1a3fa5ad8d59557c09",
      "parents": [
        "84e1e99f112dead8f9ba036c02d24a9f5ce7f544"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Mon Jun 18 16:50:37 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:35:36 2007 +1000"
      },
      "message": "[XFS] Cleanup inode extent size hint extraction\n\nSGI-PV: 966004\nSGI-Modid: xfs-linux-melb:xfs-kern:28866a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@infradead.org\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "84e1e99f112dead8f9ba036c02d24a9f5ce7f544",
      "tree": "e903589be98c05b45586908171d795a1a466357d",
      "parents": [
        "641c56fbfeae85d5ec87fee90a752f7b7224f236"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Mon Jun 18 16:50:27 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:35:19 2007 +1000"
      },
      "message": "[XFS] Prevent ENOSPC from aborting transactions that need to succeed\n\nDuring delayed allocation extent conversion or unwritten extent\nconversion, we need to reserve some blocks for transactions reservations.\nWe need to reserve these blocks in case a btree split occurs and we need\nto allocate some blocks.\n\nUnfortunately, we\u0027ve only ever reserved the number of data blocks we are\nallocating, so in both the unwritten and delalloc case we can get ENOSPC\nto the transaction reservation. This is bad because in both cases we\ncannot report the failure to the writing application.\n\nThe fix is two-fold:\n\n1 - leverage the reserved block infrastructure XFS already\nhas to reserve a small pool of blocks by default to allow\nspecially marked transactions to dip into when we are at\nENOSPC.\nDefault setting is min(5%, 1024 blocks).\n\n2 - convert critical transaction reservations to be allowed\nto dip into this pool. Spots changed are delalloc\nconversion, unwritten extent conversion and growing a\nfilesystem at ENOSPC.\nThis also allows growing the filesytsem to succeed at ENOSPC.\n\nSGI-PV: 964468\nSGI-Modid: xfs-linux-melb:xfs-kern:28865a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "641c56fbfeae85d5ec87fee90a752f7b7224f236",
      "tree": "c626d0f48ef54031f3af502e75308c9087e4592f",
      "parents": [
        "0164af51cedf46e1d58fd53854373f544150c597"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Mon Jun 18 16:50:17 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:33:38 2007 +1000"
      },
      "message": "[XFS] Prevent deadlock when flushing inodes on unmount\n\nWhen we are unmounting the filesystem, we flush all the inodes to disk.\nUnfortunately, if we have an inode cluster that has just been freed and\nmarked stale sitting in an incore log buffer (i.e. hasn\u0027t been flushed to\ndisk), it will be holding all the flush locks on the inodes in that\ncluster.\n\nxfs_iflush_all() which is called during unmount walks all the inodes\ntrying to reclaim them, and it doing so calls xfs_finish_reclaim() on each\ninode. If the inode is dirty, if grabs the flush lock and flushes it.\nUnfortunately, find dirty inodes that already have their flush lock held\nand so we sleep.\n\nAt this point in the unmount process, we are running single-threaded.\nThere is nothing more that can push on the log to force the transaction\nholding the inode flush locks to disk and hence we deadlock.\n\nThe fix is to issue a log force before flushing the inodes on unmount so\nthat all the flush locks will be released before we start flushing the\ninodes.\n\nSGI-PV: 964538\nSGI-Modid: xfs-linux-melb:xfs-kern:28862a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "0164af51cedf46e1d58fd53854373f544150c597",
      "tree": "f52692b23866ce03fdf5752b26ec5415ee82a59d",
      "parents": [
        "effd120edb7609069cca9f3d1cb4bfae464b2f85"
      ],
      "author": {
        "name": "Tim Shimmin",
        "email": "tes@sgi.com",
        "time": "Mon Jun 18 16:50:08 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:32:59 2007 +1000"
      },
      "message": "[XFS] Log the agf_length change in xfs_growfs_data_private().\n\nSGI-PV: 963528\nSGI-Modid: xfs-linux-melb:xfs-kern:28856a\n\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@infradead.org\u003e\n"
    },
    {
      "commit": "effd120edb7609069cca9f3d1cb4bfae464b2f85",
      "tree": "3183077b16d0af765bce44a4a3df5e6d37f78fc8",
      "parents": [
        "45c34141126a89da07197d5b89c04c6847f1171a"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Mon Jun 18 16:49:58 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:32:49 2007 +1000"
      },
      "message": "[XFS] Map unwritten extents correctly for I/o completion processing\n\nIf we have multiple unwritten extents within a single page, we fail to\ntell the I/o completion construction handlers we need a new handle for the\nsecond and subsequent blocks in the page. While we still issue the I/O\ncorrectly, we do not have the correct ranges recorded in the ioend\nstructures and hence when we go to convert the unwritten extents we screw\nit up.\n\nMake sure we start a new ioend every time the mapping changes so that we\nconvert the correct ranges on I/O completion.\n\nSGI-PV: 964647\nSGI-Modid: xfs-linux-melb:xfs-kern:28797a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@infradead.org\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "45c34141126a89da07197d5b89c04c6847f1171a",
      "tree": "b5418b397602fc0ab131ed4a56a90f215628d776",
      "parents": [
        "b2826136a1fc3ea451bcbb73a75ca50b3231aa8f"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Mon Jun 18 16:49:44 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:32:09 2007 +1000"
      },
      "message": "[XFS] Apply transaction delta counts atomically to incore counters\n\nWith the per-cpu superblock counters, batch updates are no longer atomic\nacross the entire batch of changes. This is not an issue if each\nindividual change in the batch is applied atomically. Unfortunately, free\nblock count changes are not applied atomically, and they are applied in a\nmanner guaranteed to cause problems.\n\nEssentially, the free block count reservation that the transaction took\ninitially is returned to the in core counters before a second delta takes\naway what is used. because these two operations are not atomic, we can\nrace with another thread that can use the returned transaction reservation\nbefore the transaction takes the space away again and we can then get\nENOSPC being reported in a spot where we don\u0027t have an ENOSPC condition,\nnor should we ever see one there.\n\nFix it up by rolling the two deltas into the one so it can be applied\nsafely (i.e. atomically) to the incore counters.\n\nSGI-PV: 964465\nSGI-Modid: xfs-linux-melb:xfs-kern:28796a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@infradead.org\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "b2826136a1fc3ea451bcbb73a75ca50b3231aa8f",
      "tree": "32cd3b0a8d1ec64d0b752162581dfff89f71ab95",
      "parents": [
        "e927af90aaa7d75543edbbd9c2810e6963d0443f"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Tue Jun 05 16:24:44 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:31:03 2007 +1000"
      },
      "message": "[XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize().\n\nSGI-PV: 965636\nSGI-Modid: xfs-linux-melb:xfs-kern:28777a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Olaf Weber \u003colaf@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "e927af90aaa7d75543edbbd9c2810e6963d0443f",
      "tree": "56da842111210cd39bd45365a42f52f3c50eaf14",
      "parents": [
        "f4a9f28a909debe97cd3f6ca30e82e5811125bff"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Tue Jun 05 16:24:36 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:30:52 2007 +1000"
      },
      "message": "[XFS] Block on unwritten extent conversion during synchronous direct I/O.\n\nCurrently we do not wait on extent conversion to occur, and hence we can\nreturn to userspace from a synchronous direct I/O write without having\ncompleted all the actions in the write. Hence a read after the write may\nsee zeroes (unwritten extent) rather than the data that was written.\n\nBlock the I/O completion by triggering a synchronous workqueue flush to\nensure that the conversion has occurred before we return to userspace.\n\nSGI-PV: 964092\nSGI-Modid: xfs-linux-melb:xfs-kern:28775a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "f4a9f28a909debe97cd3f6ca30e82e5811125bff",
      "tree": "5c82c929cca07ad3df692ca11c6ac4871fa840b1",
      "parents": [
        "4e5ae8386b55677bde05bbd38b8fc82c67ad4564"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Tue Jun 05 16:24:27 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:30:05 2007 +1000"
      },
      "message": "[XFS] Flush the block device before closing it on unmount.\n\nSGI-PV: 965630\nSGI-Modid: xfs-linux-melb:xfs-kern:28774a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@infradead.org\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "4e5ae8386b55677bde05bbd38b8fc82c67ad4564",
      "tree": "eb28b9003453d55c21b81da63ce1fb4a897023ed",
      "parents": [
        "210c6f1caa451623e14a7cd71000d2c2e0d9cc43"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Tue Jun 05 16:24:15 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:29:37 2007 +1000"
      },
      "message": "[XFS] xfs_bmapi fails to update the previous extent pointer\n\nWhen processing multiple extent maps, xfs_bmapi needs to keep track of the\nextent behind the one it is currently working on to be able to trim extent\nranges correctly. Failing to update the previous pointer can result in\ncorrupted extent lists in memory and this will result in panics or assert\nfailures.\n\nUpdate the previous pointer correctly when we move to the next extent to\nprocess.\n\nSGI-PV: 965631\nSGI-Modid: xfs-linux-melb:xfs-kern:28773a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Vlad Apostolov \u003cvapo@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "210c6f1caa451623e14a7cd71000d2c2e0d9cc43",
      "tree": "ec4ac003d854adabf1db2f9c4fcbd7b5b3813033",
      "parents": [
        "92821e2ba4ae26887223326fb0b95cdab963b768"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Thu May 24 15:26:51 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:29:02 2007 +1000"
      },
      "message": "[XFS] Fix the transaction flags to make lazy superblock counters work.\n\nSGI-PV: 964999\nSGI-Modid: xfs-linux-melb:xfs-kern:28653a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@infradead.org\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "92821e2ba4ae26887223326fb0b95cdab963b768",
      "tree": "a40a2ef10e5b0791df3e522f3139193d39bf2454",
      "parents": [
        "3260f78ad6d5b788e78ea709d377f58e569bee41"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Thu May 24 15:26:31 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:28:50 2007 +1000"
      },
      "message": "[XFS] Lazy Superblock Counters\n\nWhen we have a couple of hundred transactions on the fly at once, they all\ntypically modify the on disk superblock in some way.\ncreate/unclink/mkdir/rmdir modify inode counts, allocation/freeing modify\nfree block counts.\n\nWhen these counts are modified in a transaction, they must eventually lock\nthe superblock buffer and apply the mods. The buffer then remains locked\nuntil the transaction is committed into the incore log buffer. The result\nof this is that with enough transactions on the fly the incore superblock\nbuffer becomes a bottleneck.\n\nThe result of contention on the incore superblock buffer is that\ntransaction rates fall - the more pressure that is put on the superblock\nbuffer, the slower things go.\n\nThe key to removing the contention is to not require the superblock fields\nin question to be locked. We do that by not marking the superblock dirty\nin the transaction. IOWs, we modify the incore superblock but do not\nmodify the cached superblock buffer. In short, we do not log superblock\nmodifications to critical fields in the superblock on every transaction.\nIn fact we only do it just before we write the superblock to disk every\nsync period or just before unmount.\n\nThis creates an interesting problem - if we don\u0027t log or write out the\nfields in every transaction, then how do the values get recovered after a\ncrash? the answer is simple - we keep enough duplicate, logged information\nin other structures that we can reconstruct the correct count after log\nrecovery has been performed.\n\nIt is the AGF and AGI structures that contain the duplicate information;\nafter recovery, we walk every AGI and AGF and sum their individual\ncounters to get the correct value, and we do a transaction into the log to\ncorrect them. An optimisation of this is that if we have a clean unmount\nrecord, we know the value in the superblock is correct, so we can avoid\nthe summation walk under normal conditions and so mount/recovery times do\nnot change under normal operation.\n\nOne wrinkle that was discovered during development was that the blocks\nused in the freespace btrees are never accounted for in the AGF counters.\nThis was once a valid optimisation to make; when the filesystem is full,\nthe free space btrees are empty and consume no space. Hence when it\nmatters, the \"accounting\" is correct. But that means the when we do the\nAGF summations, we would not have a correct count and xfs_check would\ncomplain. Hence a new counter was added to track the number of blocks used\nby the free space btrees. This is an *on-disk format change*.\n\nAs a result of this, lazy superblock counters are a mkfs option and at the\nmoment on linux there is no way to convert an old filesystem. This is\npossible - xfs_db can be used to twiddle the right bits and then\nxfs_repair will do the format conversion for you. Similarly, you can\nconvert backwards as well. At some point we\u0027ll add functionality to\nxfs_admin to do the bit twiddling easily....\n\nSGI-PV: 964999\nSGI-Modid: xfs-linux-melb:xfs-kern:28652a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@infradead.org\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "3260f78ad6d5b788e78ea709d377f58e569bee41",
      "tree": "9ba46ac087769061b0cc3f0fec67be863c4a28b7",
      "parents": [
        "92dfe8d266eaf35a50607a0e0dcf525e1d367c80"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Thu May 24 15:25:42 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:23:53 2007 +1000"
      },
      "message": "[XFS] Use generic shrinker interfaces in XFS.\n\nSGI-PV: 964986\nSGI-Modid: xfs-linux-melb:xfs-kern:28642a\n\nSigned-Off-By: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "92dfe8d266eaf35a50607a0e0dcf525e1d367c80",
      "tree": "a9149b1bcad2142b14b8b25c06c64a0ae7399f64",
      "parents": [
        "511105b3d7c2440ee84fc3f90d200569aac88162"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Thu May 24 15:22:19 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:23:40 2007 +1000"
      },
      "message": "[XFS] Make hole punching at EOF atomic.\n\nIf hole punching at EOF is done as two steps (i.e. truncate then extend)\nthe file is in a transient state between the two steps where an\napplication can see the incorrect file size. Punching a hole to EOF needs\nto be treated in teh same way as all other hole punching cases so that the\nfile size is never seen to change.\n\nSGI-PV: 962012\nSGI-Modid: xfs-linux-melb:xfs-kern:28641a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Vlad Apostolov \u003cvapo@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "511105b3d7c2440ee84fc3f90d200569aac88162",
      "tree": "cca4cec4d200931a7f7d3e9701c1d651d1208255",
      "parents": [
        "ca165b88927e41ad18908d7b37f08ef81eae0bf8"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Thu May 24 15:21:57 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:23:23 2007 +1000"
      },
      "message": "[XFS] Fix vmalloc leak on mount/unmount.\n\nWhen setting the length of the iclogbuf to write out we should just be\nchanging the desired byte count rather completely reassociating the buffer\nmemory with the buffer. Reassociating the buffer memory changes the\napparent length of the buffer and hence when we free the buffer, we don\u0027t\nfree all the vmap()d space we originally allocated.\n\nSGI-PV: 964983\nSGI-Modid: xfs-linux-melb:xfs-kern:28640a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@infradead.org\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "ca165b88927e41ad18908d7b37f08ef81eae0bf8",
      "tree": "dbe4595d1e14fef288d321cd4137bc402a4ce334",
      "parents": [
        "3db296f341b5902c4f9317022ae5d4da2d59d598"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Thu May 24 15:21:11 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:22:50 2007 +1000"
      },
      "message": "[XFS] Fix double free in xfs_buf_get_noaddr error handling path\n\nSGI-PV: 964983\nSGI-Modid: xfs-linux-melb:xfs-kern:28639a\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "3db296f341b5902c4f9317022ae5d4da2d59d598",
      "tree": "f351eb33c6bac70d82d9f3adf0836d4c424bad92",
      "parents": [
        "40095b64f5da601a8ab61fbe4b40feb46830052e"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Mon May 14 18:24:16 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:22:34 2007 +1000"
      },
      "message": "[XFS] Fix use-after-free during log unmount.\n\nDon\u0027t reference the log buffer after running the callbacks as the callback\ncan trigger the log buffers to be freed during unmount.\n\nSGI-PV: 964545\nSGI-Modid: xfs-linux-melb:xfs-kern:28567a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@infradead.org\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "40095b64f5da601a8ab61fbe4b40feb46830052e",
      "tree": "114402c9280f5677bf1d47f4a933847912e3c314",
      "parents": [
        "4cc929ee305c69573cb842aade059dbe2a93940c"
      ],
      "author": {
        "name": "David Chinner",
        "email": "dgc@sgi.com",
        "time": "Mon May 14 18:24:09 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:22:18 2007 +1000"
      },
      "message": "[XFS] Sleeping with the ilock waiting for I/O completion is Bad.\n\nRecent fixes to the filesystem freezing code introduced a vn_iowait call\nin the middle of the sync code. Unfortunately, at the point where this\ncall was added we are holding the ilock. The ilock is needed by I/O\ncompletion for unwritten extent conversion and now updating the file size.\nHence I/o cannot complete if we hold the ilock while waiting for I/O\ncompletion.\n\nFix up the bug and clean the code up around it.\n\nSGI-PV: 963674\nSGI-Modid: xfs-linux-melb:xfs-kern:28566a\n\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Christoph Hellwig \u003chch@infradead.org\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "4cc929ee305c69573cb842aade059dbe2a93940c",
      "tree": "bf6cee68d7ca81296864576f27e68900e122d04f",
      "parents": [
        "1fa40b01ae4d1b00e366d4949edcc230f5cd6d99"
      ],
      "author": {
        "name": "Nathan Scott",
        "email": "nscott@aconex.com",
        "time": "Mon May 14 18:24:02 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:21:29 2007 +1000"
      },
      "message": "[XFS] Don\u0027t grow filesystems past the size they can index.\n\nWhen growing a filesystem we don\u0027t check to see if the new size overflows\nthe page cache index range, so we can do silly things like grow a\nfilesystem page 16TB on a 32bit. Check new filesystem sizes against the\nlimits the kernel can support.\n\nSGI-PV: 957886\nSGI-Modid: xfs-linux-melb:xfs-kern:28563a\n\nSigned-Off-By: Nathan Scott \u003cnscott@aconex.com\u003e\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "1fa40b01ae4d1b00e366d4949edcc230f5cd6d99",
      "tree": "66059d8f37bfafc6cce57509829ee253b3269252",
      "parents": [
        "4eb6bf6bfb580afaf1e1a1d30cba17a078530cf4"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@infradead.org",
        "time": "Mon May 14 18:23:50 2007 +1000"
      },
      "committer": {
        "name": "Tim Shimmin",
        "email": "tes@chook.melbourne.sgi.com",
        "time": "Sat Jul 14 15:21:14 2007 +1000"
      },
      "message": "[XFS] Only use refcounted pages for I/O\n\nMany block drivers (aoe, iscsi) really want refcountable pages in bios,\nwhich is what almost everyone send down. XFS unfortunately has a few\nplaces where it sends down buffers that may come from kmalloc, which\nbreaks them.\n\nFix the places that use kmalloc()d buffers.\n\nSGI-PV: 964546\nSGI-Modid: xfs-linux-melb:xfs-kern:28562a\n\nSigned-Off-By: Christoph Hellwig \u003chch@infradead.org\u003e\nSigned-off-by: David Chinner \u003cdgc@sgi.com\u003e\nSigned-off-by: Tim Shimmin \u003ctes@sgi.com\u003e\n"
    },
    {
      "commit": "4eb6bf6bfb580afaf1e1a1d30cba17a078530cf4",
      "tree": "f587497c783b04f3e89b4b0e5c105b0533489624",
      "parents": [
        "bcf67e16251c42302499499b1c50f7d35622f564"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Tue Jul 10 17:22:27 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 17:51:13 2007 -0700"
      },
      "message": "lots-of-architectures: enable arbitary speed tty support\n\nAdd the termios2 structure ready for enabling on most platforms.  One or\ntwo like Sparc are plain weird so have been left alone.  Most can use the\nsame structure as ktermios for termios2 (ie the newer ioctl uses the\nstructure matching the current kernel structure)\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nCc: Bryan Wu \u003cbryan.wu@analog.com\u003e\nCc: Ian Molton \u003cspyro@f2s.com\u003e\nCc: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nCc: Yoshinori Sato \u003cysato@users.sourceforge.jp\u003e\nCc: Mikael Starvik \u003cstarvik@axis.com\u003e\nCc: David Howells \u003cdhowells@redhat.com\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nCc: Hirokazu Takata \u003ctakata@linux-m32r.org\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e\nCc: Kyle McMartin \u003ckyle@mcmartin.ca\u003e\nCc: Matthew Wilcox \u003cwilly@debian.org\u003e\nCc: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nCc: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nCc: Paul Mundt \u003clethal@linux-sh.org\u003e\nCc: Kazumoto Kojima \u003ckkojima@rr.iij4u.or.jp\u003e\nCc: Richard Curnow \u003crc@rc0.org.uk\u003e\nCc: Miles Bader \u003cuclinux-v850@lsi.nec.co.jp\u003e\nCc: Chris Zankel \u003cchris@zankel.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "bcf67e16251c42302499499b1c50f7d35622f564",
      "tree": "3df64aa83005c0a153acf3a1a0d7a6e6d49dc688",
      "parents": [
        "c14d444b55f285063a4018c10d521614b70b581a"
      ],
      "author": {
        "name": "Pavel Emelianov",
        "email": "xemul@sw.ru",
        "time": "Tue Jul 10 17:22:26 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 17:51:13 2007 -0700"
      },
      "message": "Make common helpers for seq_files that work with list_heads\n\nMany places in kernel use seq_file API to iterate over a regular list_head.\nThe code for such iteration is identical in all the places, so it\u0027s worth\nintroducing a common helpers.\n\nThis makes code about 300 lines smaller:\n\nThe first version of this patch made the helper functions static inline\nin the seq_file.h header. This patch moves them to the fs/seq_file.c as\nAndrew proposed. The vmlinux .text section sizes are as follows:\n\n2.6.22-rc1-mm1:              0x001794d5\nwith the previous version:   0x00179505\nwith this patch:             0x00179135\n\nThe config file used was make allnoconfig with the \"y\" inclusion of all\nthe possible options to make the files modified by the patch compile plus\ndrivers I have on the test node.\n\nThis patch:\n\nMany places in kernel use seq_file API to iterate over a regular list_head.\nThe code for such iteration is identical in all the places, so it\u0027s worth\nintroducing a common helpers.\n\nSigned-off-by: Pavel Emelianov \u003cxemul@openvz.org\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c14d444b55f285063a4018c10d521614b70b581a",
      "tree": "6bcf518665f937f46247ab99ffe6744bda6d8b8d",
      "parents": [
        "64c70b1cf43de158282bc1675918d503e5b15cc1"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "jirislaby@gmail.com",
        "time": "Tue Jul 10 17:22:25 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 17:51:13 2007 -0700"
      },
      "message": "sx: switch subven and subid values\n\nsx.c is failing to locate Graham\u0027s card.\n\nSigned-off-by: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nCc: Graham Murray \u003cgmurray@webwayone.co.uk\u003e\nCc: \u003cstable@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": "64c70b1cf43de158282bc1675918d503e5b15cc1",
      "tree": "e7797ee372de94bb9129300e55d23034a7d05f9a",
      "parents": [
        "4c75f7416f51b0c6855952467a5db04f9c598f09"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@openedhand.com",
        "time": "Tue Jul 10 17:22:24 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 17:51:13 2007 -0700"
      },
      "message": "Add LZO1X algorithm to the kernel\n\nThis is a hybrid version of the patch to add the LZO1X compression\nalgorithm to the kernel.  Nitin and myself have merged the best parts of\nthe various patches to form this version which we\u0027re both happy with (and\nare jointly signing off).\n\nThe performance of this version is equivalent to the original minilzo code\nit was based on.  Bytecode comparisons have also been made on ARM, i386 and\nx86_64 with favourable results.\n\nThere are several users of LZO lined up including jffs2, crypto and reiser4\nsince its much faster than zlib.\n\nSigned-off-by: Nitin Gupta \u003cnitingupta910@gmail.com\u003e\nSigned-off-by: Richard Purdie \u003crpurdie@openedhand.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4c75f7416f51b0c6855952467a5db04f9c598f09",
      "tree": "dbe06f7e69d68cf99b20567577c9c5488e4e1e8c",
      "parents": [
        "6ed911fb04886c5510a41cd89203b931b1c5d261",
        "ed99c541e0a15281c57530d54a4a5e3272f74fb9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 14:57:52 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 14:57:52 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc:\n  mmc: at91_mci: fix hanging and rework to match flowcharts\n  mmc: at91_mci typo\n  sdhci: Fix \"Unexpected interrupt\" handling\n  mmc: fix silly copy-and-paste error\n  mmc: move layer init and workqueue to core file\n  mmc: refactor host class handling\n  mmc: refactor bus operations\n  sdhci: add ene controller id\n  mmc: bounce requests for simple hosts\n"
    },
    {
      "commit": "6ed911fb04886c5510a41cd89203b931b1c5d261",
      "tree": "b4ee4111fe5371fb84a0c632b8aa749ae49cc874",
      "parents": [
        "64b853aa328f34dd58e4e617cded91e2ddbcac13",
        "4ad072c984ebe329c99965ddd1e58b0bb24af12b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 14:56:22 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 14:56:22 2007 -0700"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6: (40 commits)\n  bonding/bond_main.c: make 2 functions static\n  ps3: gigabit ethernet driver for PS3, take3\n  [netdrvr] Fix dependencies for ax88796 ne2k clone driver\n  eHEA: Capability flag for DLPAR support\n  Remove sk98lin ethernet driver.\n  sunhme.c:quattro_pci_find() must be __devinit\n  bonding / ipv6: no addrconf for slaves separately from master\n  atl1: remove write-only var in tx handler\n  macmace: use \"unsigned long flags;\"\n  Cleanup usbnet_probe() return value handling\n  netxen: deinline and sparse fix\n  eeprom_93cx6: shorten pulse timing to match spec (bis)\n  phylib: Add Marvell 88E1112 phy id\n  phylib: cleanup marvell.c a bit\n  AX88796 network driver\n  IOC3: Switch to pci refcounting safe APIs\n  e100: Fix Tyan motherboard e100 not receiving IPMI commands\n  QE Ethernet driver writes to wrong register to mask interrupts\n  rrunner.c:rr_init() must be __devinit\n  tokenring/3c359.c:xl_init() must be __devinit\n  ...\n"
    },
    {
      "commit": "64b853aa328f34dd58e4e617cded91e2ddbcac13",
      "tree": "34b201d952bc93ead6ca91ed18dab5fb87dacf03",
      "parents": [
        "0f166396e7e8931bb4acfd1a6ea1bd4f0b43f1dd",
        "c1e4fe711a410a139095e6b3e3ce3f07f466063c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 14:50:16 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 14:50:16 2007 -0700"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev: (32 commits)\n  [libata] sata_mv: print out additional chip info during probe\n  [libata] Use ATA_UDMAx standard masks when filling driver\u0027s udma_mask info\n  [libata] AHCI: Add support for Marvell AHCI-like chips (initially 6145)\n  [libata] Clean up driver udma_mask initializers\n  libata: Support chips with 64K PRD quirk\n  Add a PCI ID for santa rosa\u0027s PATA controller.\n  sata_sil24: sil24_interrupt() micro-optimisation\n  Add irq_flags to struct pata_platform_info\n  sata_promise: cleanups\n  [libata] pata_ixp4xx: kill unused var\n  ata_piix: fix pio/mwdma programming\n  [libata] ahci: minor internal cleanups\n  [ATA] Add named constant for ATAPI command DEVICE RESET\n  [libata] sata_sx4, sata_via: minor documentation updates\n  [libata] ahci: minor internal cleanups\n  [libata] ahci: Factor out SATA port init into a separate function\n  [libata] pata_sil680: minor cleanups from benh\n  [libata] sata_sx4: named constant cleanup\n  [libata] pata_ixp4xx: convert to new EH\n  [libata] pdc_adma: Reorder initializers with a couple structs\n  ...\n"
    },
    {
      "commit": "0f166396e7e8931bb4acfd1a6ea1bd4f0b43f1dd",
      "tree": "6279fa70695a4c56b7e935018a4c0fc1dfa82e68",
      "parents": [
        "5f60cfd932b42c69ed3226400cb5eab152576c3a",
        "105b1bca4d7bed85bb296f7e7caec2fc643e9fbf"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 14:48:43 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 14:48:43 2007 -0700"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus\n\n* \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus: (62 commits)\n  [MIPS] PNX8550: Cleanup proc code.\n  [MIPS] WRPPMC: Fix build.\n  [MIPS] Yosemite: Fix modpost warnings.\n  [MIPS] Change names of local variables to silence sparse\n  [MIPS] SB1: Fix modpost warning.\n  [MIPS] PNX: Fix modpost warnings.\n  [MIPS] Alchemy: Fix modpost warnings.\n  [MIPS] Non-FPAFF: Fix warning.\n  [MIPS] DEC: Fix modpost warning.\n  [MIPS] MIPSsim: Enable MIPSsim virtual network driver.\n  [MIPS] Delete Ocelot 3 support.\n  [MIPS] remove LASAT Networks platforms support\n  [MIPS] Early check for SMTC kernel on non-MT processor\n  [MIPS] Add debugfs files to show fpuemu statistics\n  [MIPS] Add some debugfs files to debug unaligned accesses\n  [MIPS] rbtx4938: Fix secondary PCIC and glue internal NICs\n  [MIPS] tc35815: Load MAC address via platform_device\n  [MIPS] Move FPU affinity code into separate file.\n  [MIPS] Make ioremap() work on TX39/49 special unmapped segment\n  [MIPS] rbtx4938: Update and minimize defconfig\n  ...\n"
    },
    {
      "commit": "5f60cfd932b42c69ed3226400cb5eab152576c3a",
      "tree": "70e4feba5158e76060d36a6c015be8297c294bca",
      "parents": [
        "9f9d76321659b5ebc9939101481f7c3ce228ea6e",
        "d7ce6d1d5f6e307a2fbb69626cf120e20e793fe7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 14:47:59 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 14:47:59 2007 -0700"
      },
      "message": "Merge git://git.infradead.org/~dwmw2/battery-2.6\n\n* git://git.infradead.org/~dwmw2/battery-2.6:\n  [BATTERY] ds2760 W1 slave\n  [BATTERY] One Laptop Per Child power/battery driver\n  [BATTERY] Apple PMU driver\n  [BATTERY] 1-Wire ds2760 chip battery driver\n  [BATTERY] APM emulation driver for class batteries\n  [BATTERY] pda_power platform driver\n  [BATTERY] Universal power supply class (was: battery class)\n"
    },
    {
      "commit": "9f9d76321659b5ebc9939101481f7c3ce228ea6e",
      "tree": "7abd21796ad85ba6c606cd2a93e787fb90b3abe6",
      "parents": [
        "1b21f458ddbc8fb6fceeb68158e9e04b2571dabd",
        "f60d89108f3481ca11672b82cf7e67171e050ce4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 14:46:09 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 14:46:09 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git390.osdl.marist.edu/pub/scm/linux-2.6\n\n* \u0027for-linus\u0027 of git://git390.osdl.marist.edu/pub/scm/linux-2.6:\n  [S390] vmlogrdr function annotation.\n  [S390] s390: rename CPU_IDLE to S390_CPU_IDLE\n  [S390] cio: Remove prototype for non-existing function cmf_reset().\n  [S390] zcrypt: fix request timeout handling\n  [S390] system call optimization.\n  [S390] dasd: Avoid compile warnings on !CONFIG_DASD_PROFILE\n  [S390] Remove volatile from atomic_t\n  [S390] Program check in diag 210 under 31 bit\n  [S390] Bogomips calculation for 64 bit.\n  [S390] smp: Merge smp_count_cpus() and smp_get_save_areas().\n  [S390] zcore: Fix __user annotation.\n  [S390] fixed cdl-format detection.\n  [S390] sclp: Test facility list before executing a service call.\n  [S390] sclp: introduce some new interfaces.\n  [S390] Fixed comment typo.\n  [S390] vmcp cleanup\n"
    },
    {
      "commit": "1b21f458ddbc8fb6fceeb68158e9e04b2571dabd",
      "tree": "6ad7a02eba52a17e7a5d2e5de07b2918705c97bb",
      "parents": [
        "01370f0603f8435d415a19f7e62d1bab826c3589",
        "3ebf44902f77537b5784eb5059c2b78d8b5a920a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 13:56:13 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 13:56:13 2007 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw: (57 commits)\n  [GFS2] Accept old format NFS filehandles\n  [GFS2] Small fixes to logging code\n  [DLM] dump more lock values\n  [GFS2] Remove i_mode passing from NFS File Handle\n  [GFS2] Obtaining no_formal_ino from directory entry\n  [GFS2] git-gfs2-nmw-build-fix\n  [GFS2] System won\u0027t suspend with GFS2 file system mounted\n  [GFS2] remounting w/o acl option leaves acls enabled\n  [GFS2] inode size inconsistency\n  [DLM] Telnet to port 21064 can stop all lockspaces\n  [GFS2] Fix gfs2_block_truncate_page err return\n  [GFS2] Addendum to the journaled file/unmount patch\n  [GFS2] Simplify multiple glock aquisition\n  [GFS2] assertion failure after writing to journaled file, umount\n  [GFS2] Use zero_user_page() in stuffed_readpage()\n  [GFS2] Remove bogus \u0027\\0\u0027 in rgrp.c\n  [GFS2] Journaled file write/unstuff bug\n  [DLM] don\u0027t require FS flag on all nodes\n  [GFS2] Fix deallocation issues\n  [GFS2] return conflicts for GETLK\n  ...\n"
    },
    {
      "commit": "01370f0603f8435d415a19f7e62d1bab826c3589",
      "tree": "d3ce7c36c6f9e33bd1d8328ef58f2fca41a18cb3",
      "parents": [
        "5cbc39a726eafa1198c18adb3cf56ccee371dba1",
        "0845718dafea3e16041d270c256e8516acf4e13d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 13:51:06 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 13:51:06 2007 -0700"
      },
      "message": "Merge branch \u0027splice-2.6.23\u0027 of git://git.kernel.dk/data/git/linux-2.6-block\n\n* \u0027splice-2.6.23\u0027 of git://git.kernel.dk/data/git/linux-2.6-block:\n  pipe: add documentation and comments\n  pipe: change the -\u003epin() operation to -\u003econfirm()\n  Remove remnants of sendfile()\n  xip sendfile removal\n  splice: completely document external interface with kerneldoc\n  sendfile: remove bad_sendfile() from bad_file_ops\n  shmem: convert to using splice instead of sendfile()\n  relay: use splice_to_pipe() instead of open-coding the pipe loop\n  pipe: allow passing around of ops private pointer\n  splice: divorce the splice structure/function definitions from the pipe header\n  splice: relay support\n  sendfile: convert nfsd to splice_direct_to_actor()\n  sendfile: convert nfs to using splice_read()\n  loop: convert to using splice_direct_to_actor() instead of sendfile()\n  splice: add void cookie to the actor data\n  sendfile: kill generic_file_sendfile()\n  sendfile: remove .sendfile from filesystems that use generic_file_sendfile()\n  sys_sendfile: switch to using -\u003esplice_read, if available\n  vmsplice: add vmsplice-to-user support\n  splice: abstract out actor data\n"
    },
    {
      "commit": "5cbc39a726eafa1198c18adb3cf56ccee371dba1",
      "tree": "116e2fabb6076825081549b66fec4b7ccb53e242",
      "parents": [
        "65f88f89c94d877794a6006f210d75d2974a182e",
        "c0613c1c940dac991b9e54db75dc9976491d9f0a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 13:49:46 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 10 13:49:46 2007 -0700"
      },
      "message": "Merge branch \u0027trivial-2.6.23\u0027 of git://git.kernel.dk/data/git/linux-2.6-block\n\n* \u0027trivial-2.6.23\u0027 of git://git.kernel.dk/data/git/linux-2.6-block:\n  Documentation/block/barrier.txt is not in sync with the actual code: - blk_queue_ordered() no longer has a gfp_mask parameter - blk_queue_ordered_locked() no longer exists - sd_prepare_flush() looks slightly different\n  Use list_for_each_entry() instead of list_for_each() in the block device\n  Make a \"menuconfig\" out of the Kconfig objects \"menu, ..., endmenu\",\n  block/Kconfig already has its own \"menuconfig\" so remove these\n  Use menuconfigs instead of menus, so the whole menu can be disabled at once\n  cfq-iosched: fix async queue behaviour\n  unexport bio_{,un}map_user\n  Remove legacy CDROM drivers\n  [PATCH] fix request-\u003ecmd \u003d\u003d INT cases\n  cciss: add new controller support for P700m\n  [PATCH] Remove acsi.c\n  [BLOCK] drop unnecessary bvec rewinding from flush_dry_bio_endio\n  [PATCH] cdrom_sysctl_info fix\n  blk_hw_contig_segment(): bad segment size checks\n  [TRIVIAL PATCH] Kill blk_congestion_wait() stub for !CONFIG_BLOCK\n"
    },
    {
      "commit": "4ad072c984ebe329c99965ddd1e58b0bb24af12b",
      "tree": "08474fde537dff35865e2e13d1f81a33ae31a9bd",
      "parents": [
        "02c1889166b47b9ade309a8f4b7c4ddf0489d869"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Mon Jul 09 11:51:12 2007 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 14:31:45 2007 -0400"
      },
      "message": "bonding/bond_main.c: make 2 functions static\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Chad Tindel \u003cctindel@users.sourceforge.net\u003e\nCc: Jay Vosburgh \u003cfubar@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "02c1889166b47b9ade309a8f4b7c4ddf0489d869",
      "tree": "eaaa0827b57dea6cd7945019b3f73b600f582654",
      "parents": [
        "def47c5095d53814512bb0c62ec02dfdec769db1"
      ],
      "author": {
        "name": "Masakazu Mokuno",
        "email": "mokuno@sm.sony.co.jp",
        "time": "Thu Jul 05 20:11:16 2007 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 14:13:46 2007 -0400"
      },
      "message": "ps3: gigabit ethernet driver for PS3, take3\n\nHi,\n\nThis is the third submission of the network driver for PS3.\nThe differences from the previous one are:\n\n  - renamed source file names so that their prefix can match\n    with the module name\n  - added cbe-oss-dev@ozlabs.org line for MAINTAINER file\n  - changed some in copyright comments\n\nIf there are no more comments, please apply for 2.6.23.\n\nThank you\n\n--\nSubject: PS3: Ethernet driver\n\nFrom: Masakazu Mokuno \u003cmokuno@sm.sony.co.jp\u003e\n\nAdd Gigabit Ethernet support for the PS3 game console.  The module will\nbe called ps3_gelic.\n\nCC: Geoff Levand \u003cgeoffrey.levand@am.sony.com\u003e\nSigned-off-by: Masakazu Mokuno \u003cmokuno@sm.sony.co.jp\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "def47c5095d53814512bb0c62ec02dfdec769db1",
      "tree": "5645a72f6451058683e46020eaee923e93dac82d",
      "parents": [
        "4c3ca4da8086c3c9fcc81dccc387c34bee6b755e"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 14:06:48 2007 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 14:06:48 2007 -0400"
      },
      "message": "[netdrvr] Fix dependencies for ax88796 ne2k clone driver\n\nIt needs writesb(), not available on all platforms.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "4c3ca4da8086c3c9fcc81dccc387c34bee6b755e",
      "tree": "c08bec3d3b32c2a94196e0cf058aaf10ed6f1d87",
      "parents": [
        "e1abecc48938fbe1966ea6e78267fc673fa59295"
      ],
      "author": {
        "name": "Jan-Bernd Themann",
        "email": "ossthema@de.ibm.com",
        "time": "Thu Jul 05 09:26:25 2007 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 12:59:41 2007 -0400"
      },
      "message": "eHEA: Capability flag for DLPAR support\n\nThis patch introduces a capability flag that is used by the DLPAR userspace\ntool to check which DLPAR features are supported by the eHEA driver.\n\nMissing goto has been included.\n\nSigned-off-by: Jan-Bernd Themann \u003cthemann@de.ibm.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "e1abecc48938fbe1966ea6e78267fc673fa59295",
      "tree": "47530b5b82428cdf68f11de979e6fb8cd783852d",
      "parents": [
        "cd6f5b8051efe03b90a1dd6d63a642f78ec4e60d"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 12:58:33 2007 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 12:58:33 2007 -0400"
      },
      "message": "Remove sk98lin ethernet driver.\n\nUnmaintained, superceded by skge.\n\nProdded to deletion by Adrian Bunk.  Acked by Stephen Hemminger.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "cd6f5b8051efe03b90a1dd6d63a642f78ec4e60d",
      "tree": "7410a10751db892aedca600c30d91c49d283d64c",
      "parents": [
        "c2edacf80e155ef54ae4774379d461b60896bc2e"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Jul 10 14:44:49 2007 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 12:45:29 2007 -0400"
      },
      "message": "sunhme.c:quattro_pci_find() must be __devinit\n\nThis patch fixes the following section mismatch:\n\n\u003c--  snip  --\u003e\n\n...\n  MODPOST vmlinux\nWARNING: drivers/built-in.o(.text+0x272f8b): Section mismatch: reference to .init.text:quattro_pci_find (between \u0027happy_meal_pci_probe\u0027 and \u0027happy_meal_pci_remove\u0027)\n...\n\n\u003c--  snip  --\u003e\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "c2edacf80e155ef54ae4774379d461b60896bc2e",
      "tree": "0ec119a16bc4af036968cf22cde402c381efca25",
      "parents": [
        "89c0d26be7037cd5bbce3bbf12580ba70ed8f382"
      ],
      "author": {
        "name": "Jay Vosburgh",
        "email": "fubar@us.ibm.com",
        "time": "Mon Jul 09 10:42:47 2007 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 12:41:19 2007 -0400"
      },
      "message": "bonding / ipv6: no addrconf for slaves separately from master\n\n\tAt present, when a device is enslaved to bonding, if ipv6 is\nactive then addrconf will be initated on the slave (because it is closed\nthen opened during the enslavement processing).  This causes DAD and RS\npackets to be sent from the slave.  These packets in turn can confuse\nswitches that perform ipv6 snooping, causing them to incorrectly update\ntheir forwarding tables (if, e.g., the slave being added is an inactve\nbackup that won\u0027t be used right away) and direct traffic away from the\nactive slave to a backup slave (where the incoming packets will be\ndropped).\n\n\tThis patch alters the behavior so that addrconf will only run on\nthe master device itself.  I believe this is logically correct, as it\nprevents slaves from having an IPv6 identity independent from the\nmaster.  This is consistent with the IPv4 behavior for bonding.\n\n\tThis is accomplished by (a) having bonding set IFF_SLAVE sooner\nin the enslavement processing than currently occurs (before open, not\nafter), and (b) having ipv6 addrconf ignore UP and CHANGE events on\nslave devices.\n\n\tThe eql driver also uses the IFF_SLAVE flag.  I inspected eql,\nand I believe this change is reasonable for its usage of IFF_SLAVE, but\nI did not test it.\n\nSigned-off-by: Jay Vosburgh \u003cfubar@us.ibm.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "89c0d26be7037cd5bbce3bbf12580ba70ed8f382",
      "tree": "0c63eafb5fb0841f6f2f8351f771bfe255ffe0b7",
      "parents": [
        "099575b6cb7eaf18211ba72de56264f67651b90b"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@sw.ru",
        "time": "Fri Jul 06 19:05:25 2007 +0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 12:41:19 2007 -0400"
      },
      "message": "atl1: remove write-only var in tx handler\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@sw.ru\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "099575b6cb7eaf18211ba72de56264f67651b90b",
      "tree": "bb1c53ee5f6b77d19af79f62345a2fd444ad65a2",
      "parents": [
        "9514bfe5d92000a9fd6f3c44aa775819b5d78aaf"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@sw.ru",
        "time": "Fri Jul 06 18:57:13 2007 +0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 12:41:18 2007 -0400"
      },
      "message": "macmace: use \"unsigned long flags;\"\n\nCode will do local_irq_save() on it.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@sw.ru\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "9514bfe5d92000a9fd6f3c44aa775819b5d78aaf",
      "tree": "5fed048ae23f5f5501230637130271b954c61e01",
      "parents": [
        "4638aef1e2d8d938e52cd49f6492e9d414b38380"
      ],
      "author": {
        "name": "Peter Korsgaard",
        "email": "jacmet@sunsite.dk",
        "time": "Tue Jul 03 00:46:42 2007 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 12:41:18 2007 -0400"
      },
      "message": "Cleanup usbnet_probe() return value handling\n\nusbnet_probe() handles a positive return value from the driver bind()\nfunction as success, but will later only setup the status handler if the\nreturn value was zero, leading to confusion. Patch adjusts this to accept\npositive values as success in both checks.\n\nSigned-off-by: Peter Korsgaard \u003cjacmet@sunsite.dk\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "4638aef1e2d8d938e52cd49f6492e9d414b38380",
      "tree": "9bdc38cc8a22f431510a844291d18bcba578bd3a",
      "parents": [
        "8abd531e3f77188de2fc41e677d075cc66e61631"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@linux-foundation.org",
        "time": "Thu Jul 05 16:13:55 2007 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 12:41:09 2007 -0400"
      },
      "message": "netxen: deinline and sparse fix\n\nGet rid of dubious casts to (void *) which causes a sparse warning.\nAnd move largeish function from inline to the one file that uses the code,\nthe compiler can then decide to inline it.\n\nCompile tested only.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@linux-foundation.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "8abd531e3f77188de2fc41e677d075cc66e61631",
      "tree": "1570af17860942b885227cfad0f8762acc2c0633",
      "parents": [
        "85cfb534280dd6a7c7ac399bb2888e1b8b286ece"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Wed Jul 04 00:31:44 2007 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 12:41:09 2007 -0400"
      },
      "message": "eeprom_93cx6: shorten pulse timing to match spec (bis)\n\nBased on an original idea by John W. Linville.\n\nIt is the missing part of 42d45ccd60636c28e35c2016f091783bc14ad99c\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "85cfb534280dd6a7c7ac399bb2888e1b8b286ece",
      "tree": "708aaf539c3ed203b5460901c9a4896f82fe6a2a",
      "parents": [
        "e54792396fb658b97e2f7b0541c6334020e1a3ec"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Tue Jul 03 16:24:32 2007 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 12:41:09 2007 -0400"
      },
      "message": "phylib: Add Marvell 88E1112 phy id\n\nAdd 88E1112 PHY ID to the marvell driver. Seems to do fine with the\n88E1111 inits.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "e54792396fb658b97e2f7b0541c6334020e1a3ec",
      "tree": "e1854134dca300195f9c26f83d149ee24c52045e",
      "parents": [
        "825a2ff1896ec3ead94bebef60c71f57254da58a"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Tue Jul 03 16:23:46 2007 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 12:41:09 2007 -0400"
      },
      "message": "phylib: cleanup marvell.c a bit\n\nSimplify the marvell driver init a bit: Make the supported devices an\narray instead of explicitly registering each structure. This makes it\nconsiderably easier to add new devices down the road.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "825a2ff1896ec3ead94bebef60c71f57254da58a",
      "tree": "cc88b2a7666df7377819e8265298f974e388294e",
      "parents": [
        "f49343a54864b98333b98706accba66aa75a0c16"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben@fluff.org",
        "time": "Tue Jul 03 16:53:09 2007 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Jul 10 12:41:08 2007 -0400"
      },
      "message": "AX88796 network driver\n\nSupport for the Asix AX88796 network controller, an\nNE2000 compatible 10/100 ethernet device with internal\nPHY.\n\nThe driver supports PHY settings via either ioctl() or\nthe ethtool driver ops.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "105b1bca4d7bed85bb296f7e7caec2fc643e9fbf",
      "tree": "5fcd8aa044f58ee741fca9dc6ef2a0bd7883fdd1",
      "parents": [
        "569fb7536ea66e3364a8ff0b26598c6c9874d657"
      ],
      "author": {
        "name": "Robert P. J. Day",
        "email": "rpjday@mindspring.com",
        "time": "Tue Jul 10 06:37:56 2007 -0400"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:07 2007 +0100"
      },
      "message": "[MIPS] PNX8550: Cleanup proc code.\n\nHere\u0027s a slightly cleaner way of creating the /proc structure for the\npnx8850.  mostly, it creates a directory with default mode 555, since the\none you\u0027re creating is mode 444, which is somewhat unusual for a directory\nunder /proc.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "569fb7536ea66e3364a8ff0b26598c6c9874d657",
      "tree": "b4c3f5ae841197f9bf71b178d3137c4ea01fbee1",
      "parents": [
        "44659f29a0a26dcdbf516a82b0ff96d6ba464724"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 16:56:33 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:06 2007 +0100"
      },
      "message": "[MIPS] WRPPMC: Fix build.\n\nUsing another systems defines is a safe way to get your code broken by\naccident when that system is removed.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "44659f29a0a26dcdbf516a82b0ff96d6ba464724",
      "tree": "840b2a7eb54322b24017e1dff46abef90feb76f6",
      "parents": [
        "7e95a016f844fc660bf80065413998a784a78988"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 16:31:19 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:06 2007 +0100"
      },
      "message": "[MIPS] Yosemite: Fix modpost warnings.\n\n  MODPOST vmlinux\nWARNING: arch/mips/pmc-sierra/yosemite/built-in.o(.text+0x974): Section mismatch: reference to .init.data: (between \u0027prom_boot_secondary\u0027 and \u0027prom_cpus_done\u0027)\nWARNING: arch/mips/pmc-sierra/yosemite/built-in.o(.text+0x980): Section mismatch: reference to .init.data: (between \u0027prom_boot_secondary\u0027 and \u0027prom_cpus_done\u0027)\nWARNING: arch/mips/pmc-sierra/yosemite/built-in.o(.text+0x978): Section mismatch: reference to .init.data: (between \u0027prom_boot_secondary\u0027 and \u0027prom_cpus_done\u0027)\nWARNING: arch/mips/pmc-sierra/yosemite/built-in.o(.text+0x984): Section mismatch: reference to .init.data: (between \u0027prom_boot_secondary\u0027 and \u0027prom_cpus_done\u0027)\nWARNING: arch/mips/pmc-sierra/yosemite/built-in.o(.text+0x98c): Section mismatch: reference to .init.data: (between \u0027prom_boot_secondary\u0027 and \u0027prom_cpus_done\u0027)\nWARNING: arch/mips/pmc-sierra/yosemite/built-in.o(.text+0x990): Section mismatch: reference to .init.data: (between \u0027prom_boot_secondary\u0027 and \u0027prom_cpus_done\u0027)\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "7e95a016f844fc660bf80065413998a784a78988",
      "tree": "eefce0d872afa657fe093303f037f9429b677bca",
      "parents": [
        "62b396358e837549f20068ed9c3d2bcf99d9ad2d"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Wed Jul 11 00:24:14 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:06 2007 +0100"
      },
      "message": "[MIPS] Change names of local variables to silence sparse\n\nThis patch is an workaround for these sparse warnings:\n\nlinux/include/linux/calc64.h:25:17: warning: symbol \u0027__quot\u0027 shadows an earlier one\nlinux/include/linux/calc64.h:25:17: originally declared here\nlinux/include/linux/calc64.h:25:17: warning: symbol \u0027__mod\u0027 shadows an earlier one\nlinux/include/linux/calc64.h:25:17: originally declared here\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "62b396358e837549f20068ed9c3d2bcf99d9ad2d",
      "tree": "74147528c7924fd4800a73f64745903fce01811e",
      "parents": [
        "f2c4b47f26c9d3ba32fb51e574d8cacce30f744d"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 16:10:56 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:05 2007 +0100"
      },
      "message": "[MIPS] SB1: Fix modpost warning.\n\n  MODPOST vmlinux\nWARNING: arch/mips/mm/built-in.o(.text+0x1978): Section mismatch: reference to .init.text:except_vec2_sb1 (between \u0027sb1_cache_init\u0027 and \u0027sb1_flush_cache_sigtramp\u0027)\nWARNING: arch/mips/mm/built-in.o(.text+0x1988): Section mismatch: reference to .init.text:except_vec2_sb1 (between \u0027sb1_cache_init\u0027 and \u0027sb1_flush_cache_sigtramp\u0027)\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f2c4b47f26c9d3ba32fb51e574d8cacce30f744d",
      "tree": "58bdcc979cfa21a1190385f6543e6a688c66b5ad",
      "parents": [
        "070c7b8611e852099370b17eaeb470407cb80ffe"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 15:04:06 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:05 2007 +0100"
      },
      "message": "[MIPS] PNX: Fix modpost warnings.\n\n  MODPOST vmlinux\nWARNING: arch/mips/philips/pnx8550/common/built-in.o(.text+0xd40): Section mismatch: reference to .init.data: (after \u0027pnx8550_platform_init\u0027)\nWARNING: arch/mips/philips/pnx8550/common/built-in.o(.text+0xd44): Section mismatch: reference to .init.data: (after \u0027pnx8550_platform_init\u0027)\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "070c7b8611e852099370b17eaeb470407cb80ffe",
      "tree": "6bcac0575751867603dde6bcaf8d33511de734cf",
      "parents": [
        "35c700c0955c43e168c45d375f90a0670be8f054"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 09:35:12 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:05 2007 +0100"
      },
      "message": "[MIPS] Alchemy: Fix modpost warnings.\n\n  MODPOST vmlinux\nWARNING: arch/mips/au1000/common/built-in.o(.text+0x1750): Section mismatch: reference to .init.data: (between \u0027au1xxx_platform_init\u0027 and \u0027__fixup_bigphys_addr\u0027)\nWARNING: arch/mips/au1000/common/built-in.o(.text+0x1754): Section mismatch: reference to .init.data: (between \u0027au1xxx_platform_init\u0027 and \u0027__fixup_bigphys_addr\u0027)\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "35c700c0955c43e168c45d375f90a0670be8f054",
      "tree": "cb1d4afaed22c61b5cca65c233816cae948adebf",
      "parents": [
        "bf74b964775009071cf12f9d59d4dd5e388fbe0b"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 08:59:17 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:05 2007 +0100"
      },
      "message": "[MIPS] Non-FPAFF: Fix warning.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "bf74b964775009071cf12f9d59d4dd5e388fbe0b",
      "tree": "b634851193b962d41361b9a022f4523b1d779676",
      "parents": [
        "46cc84bf412f95610b25e59d575aada6a5512f3a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 08:14:15 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:05 2007 +0100"
      },
      "message": "[MIPS] DEC: Fix modpost warning.\n\n  LD      vmlinux\n  SYSMAP  System.map\n  SYSMAP  .tmp_System.map\n  MODPOST vmlinux\nWARNING: drivers/built-in.o(.data+0x2480): Section mismatch: reference to .init.text: (between \u0027sercons\u0027 and \u0027ds_parms\u0027)\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "46cc84bf412f95610b25e59d575aada6a5512f3a",
      "tree": "44663d91d8f0cd7b9ad6532880e7ffdf51fe70e8",
      "parents": [
        "688b3d720820a9e3e2e9d5882be64a28f649e206"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jul 09 19:20:20 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:05 2007 +0100"
      },
      "message": "[MIPS] MIPSsim: Enable MIPSsim virtual network driver.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "688b3d720820a9e3e2e9d5882be64a28f649e206",
      "tree": "7181045ae55f69966e8237439a215242e9714ff4",
      "parents": [
        "c99cabf034d42c9e4a9c1ed9dfd26411b2fb9b57"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jul 09 16:29:16 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:05 2007 +0100"
      },
      "message": "[MIPS] Delete Ocelot 3 support.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c99cabf034d42c9e4a9c1ed9dfd26411b2fb9b57",
      "tree": "30a696c0ab083427b8865418004f2a8bab96be44",
      "parents": [
        "ecd27b92fbb41f779d857632a69bd45dbaf0f915"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Mon Jul 09 13:10:55 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:04 2007 +0100"
      },
      "message": "[MIPS] remove LASAT Networks platforms support\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ecd27b92fbb41f779d857632a69bd45dbaf0f915",
      "tree": "b8e1836e7fba7c16380f5bef087728b63f1edc7e",
      "parents": [
        "83fd38cabc982db041d3586a15734713f45caa31"
      ],
      "author": {
        "name": "Chris Dearman",
        "email": "chris@mips.com",
        "time": "Fri Jul 06 17:11:20 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:04 2007 +0100"
      },
      "message": "[MIPS] Early check for SMTC kernel on non-MT processor\n\nSigned-off-by: Chris Dearman \u003cchris@mips.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "83fd38cabc982db041d3586a15734713f45caa31",
      "tree": "8d26cf57da12566d291810e6e66127f851ed7425",
      "parents": [
        "6312e0ee45236b6882cd26b2ccc167b1b91646fc"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Sat Jul 07 23:21:49 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:04 2007 +0100"
      },
      "message": "[MIPS] Add debugfs files to show fpuemu statistics\n\nExport contents of struct mips_fpu_emulator_stats via debugfs.\n\nThere is no way to read these statistics for now but they (at least\nthe \"emulated\" count) might be sometimes useful for performance tuning\non FPU-less CPUs.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "6312e0ee45236b6882cd26b2ccc167b1b91646fc",
      "tree": "1c5d17522d4232e4ee40512afffb199e7c99f6ce",
      "parents": [
        "2db30150fe4fe309c57087c661209c9ea0b5c21b"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Sat Jun 30 00:55:48 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:04 2007 +0100"
      },
      "message": "[MIPS] Add some debugfs files to debug unaligned accesses\n\nCurrently a number of unaligned instructions is counted but not used.\nAdd /debug/mips/unaligned_instructions file to show the value.\n\nAnd add /debug/mips/unaligned_action to control behavior upon an\nunaligned access.  Possible actions are:\n\n0: silently fixup the unaligned access.\n1: send SIGBUS.\n2: dump registers, process name, etc. and fixup.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "2db30150fe4fe309c57087c661209c9ea0b5c21b",
      "tree": "7f327ade219e352f3819ab3cd8d53690b75a79d6",
      "parents": [
        "bd43da8ff130caf31fff0482a75660507a26b641"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Mon Jul 02 22:43:06 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:04 2007 +0100"
      },
      "message": "[MIPS] rbtx4938: Fix secondary PCIC and glue internal NICs\n\n* Fix pci ops for secondary PCIC\n* Do not reserve 1MB for PCI MEM region (leave PCIBIOS_MIN_MEM zero)\n* Use platform_device to provide ethernet addresses for internal NICs.\n  (background: TX49XX SoCs include PCI NIC (TC35815 compatible)\n  connected via its internal PCI bus, but the NIC\u0027s PROM interface is\n  not connected to SEEPROM.  So we must provide its ethernet address\n  by another way.)\n* Check return value of early_read_config_word()\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "bd43da8ff130caf31fff0482a75660507a26b641",
      "tree": "dc0ef3a177a9a583d26d11a53cfbad2a71ad41ae",
      "parents": [
        "295cbf6d63165fe4253cf1d9ceadcda47a318b48"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Fri Jun 29 22:34:53 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:04 2007 +0100"
      },
      "message": "[MIPS] tc35815: Load MAC address via platform_device\n\nTX49XX SoCs include PCI NIC (TC35815 compatible) connected via its\ninternal PCI bus, but the NIC\u0027s PROM interface is not connected to\nSEEPROM.  So we must provide its ethernet address by another way.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nAcked-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "295cbf6d63165fe4253cf1d9ceadcda47a318b48",
      "tree": "f37a2065836ccb32a1438c57ef0eefe3aef1e82d",
      "parents": [
        "5ddcb3c35be995517a32799796e2acda90a784e0"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@mips.com",
        "time": "Tue Jul 03 14:37:43 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:04 2007 +0100"
      },
      "message": "[MIPS] Move FPU affinity code into separate file.\n\nGets rid of some of the CONFIG_MIPS_MT_FPAFF #ifdefery.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5ddcb3c35be995517a32799796e2acda90a784e0",
      "tree": "fc0f6130b72aca477a9c52a0d1f9443c1968bc63",
      "parents": [
        "bb33b19ff92aed11fb56435be4c5d5231598a948"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Tue Jun 26 01:14:01 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:03 2007 +0100"
      },
      "message": "[MIPS] Make ioremap() work on TX39/49 special unmapped segment\n\nTX39XX and TX49XX have \"reserved\" segment in CKSEG3 area.\n0xff000000-0xff3fffff on TX49XX and 0xff000000-0xfffeffff on TX39XX\nare reserved (unmapped, uncached).  Controllers on these SoCs are\nplaced in this segment.\n\nThis patch add plat_ioremap() and plat_iounmap() to override default\nbehavior and implement these hooks for TX39/TX49.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "bb33b19ff92aed11fb56435be4c5d5231598a948",
      "tree": "397dc10dc7be7089932a9235037ea389511dec6b",
      "parents": [
        "f74cf6ff99a49741b0f243996b621777b2d610d4"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Fri Jun 22 23:22:29 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:03 2007 +0100"
      },
      "message": "[MIPS] rbtx4938: Update and minimize defconfig\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f74cf6ff99a49741b0f243996b621777b2d610d4",
      "tree": "5812f82646aadcbd451e528379548866c5ca790d",
      "parents": [
        "3896b05418b9b8548a678231db754206b3ebe56e"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Fri Jun 22 23:22:06 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:03 2007 +0100"
      },
      "message": "[MIPS] rbtx4938: Convert SPI codes to use generic SPI drivers\n\nUse rtc-rs5c348 and at25 spi protocol driver and spi_txx9 spi\ncontroller driver instead of platform dependent codes.\n\nThis patch also removes dependencies to old RTC interfaces such as\nrtc_mips_get_time, etc.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3896b05418b9b8548a678231db754206b3ebe56e",
      "tree": "6da9c0461d9e28f750a1c1a0063bb9132f74acc6",
      "parents": [
        "06cf5583fd9ac782cf34996cdabb48afdf478e37"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Fri Jun 22 23:21:55 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:03 2007 +0100"
      },
      "message": "[MIPS] rbtx4938: Add generic GPIO support\n\nGPIO 0..15 are for TX4938 PIO pins, GPIO 16..18 are for FPGA-driven\nchipselect signals for SPI devices.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "06cf5583fd9ac782cf34996cdabb48afdf478e37",
      "tree": "45e27ae328e9e3f021a29cc8e8b95d3bef618255",
      "parents": [
        "68bc00e31143ad8bfa435425e0a11e9b3998911d"
      ],
      "author": {
        "name": "Thomas Bogendoerfer",
        "email": "tsbogend@alpha.franken.de",
        "time": "Wed Jun 20 23:36:47 2007 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:03 2007 +0100"
      },
      "message": "[MIPS] SNI RM updates\n\n- use RTC_CLASS instead of GEN_RTC\n- get rid of ds1216 in favour of a RTC_CLASS driver\n- use correct console device for older RM400\n- use physical addresses for 82596 device\n- use 128 byte L1 cache line size (this is needed because most of the\n  SNI caches are using 128 L2 cache lines)\n\nSigned-off-by: Thomas Bogendoerfer \u003ctsbogend@alpha.franken.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "68bc00e31143ad8bfa435425e0a11e9b3998911d",
      "tree": "1ec16869b65524afe64bb7f14ea8be6aa4f60b3e",
      "parents": [
        "6f95e60acf404e39d14030572c9033ddaca6f4de"
      ],
      "author": {
        "name": "Marc St-Jean",
        "email": "stjeanma@pmc-sierra.com",
        "time": "Thu Jun 14 15:57:11 2007 -0600"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:03 2007 +0100"
      },
      "message": "[MIPS] PMC MSP71xx default configuration\n\nPatch to add default configuration for the PMC-Sierra\nMSP71xx devices.\n\nSigned-off-by: Marc St-Jean \u003cMarc_St-Jean@pmc-sierra.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "6f95e60acf404e39d14030572c9033ddaca6f4de",
      "tree": "49ea54ad6794b4879b6cb405c6daa5f0135ead5d",
      "parents": [
        "9267a30d1dc7dcd7cadb5eb6a5bbfed703feeefa"
      ],
      "author": {
        "name": "Marc St-Jean",
        "email": "stjeanma@pmc-sierra.com",
        "time": "Thu Jun 14 15:56:23 2007 -0600"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:03 2007 +0100"
      },
      "message": "[MIPS] PMC MSP71xx PCI support\n\nPatch to add PCI support for the PMC-Sierra MSP71xx devices.\n\nSigned-off-by: Marc St-Jean \u003cMarc_St-Jean@pmc-sierra.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9267a30d1dc7dcd7cadb5eb6a5bbfed703feeefa",
      "tree": "91fa5a1a4605cdf0a1f1db21e22073b87735ce7a",
      "parents": [
        "35832e26f95ba14a6b6f0519441c5cb64cca6bf9"
      ],
      "author": {
        "name": "Marc St-Jean",
        "email": "stjeanma@pmc-sierra.com",
        "time": "Thu Jun 14 15:55:31 2007 -0600"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:03 2007 +0100"
      },
      "message": "[MIPS] PMC MSP71xx mips common\n\nPatch to add mips common support for the PMC-Sierra MSP71xx devices.\n\nSigned-off-by: Marc St-Jean \u003cMarc_St-Jean@pmc-sierra.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "35832e26f95ba14a6b6f0519441c5cb64cca6bf9",
      "tree": "db3c05782a2140b19917344fb640070a655d75fd",
      "parents": [
        "a4b156d47d204904fa104c3e585b4c67b89195f3"
      ],
      "author": {
        "name": "Marc St-Jean",
        "email": "stjeanma@pmc-sierra.com",
        "time": "Thu Jun 14 15:54:47 2007 -0600"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:02 2007 +0100"
      },
      "message": "[MIPS] PMC MSP71xx core platform\n\nPatch to add core platform support for the PMC-Sierra MSP71xx devices.\n\nSigned-off-by: Marc St-Jean \u003cMarc_St-Jean@pmc-sierra.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "a4b156d47d204904fa104c3e585b4c67b89195f3",
      "tree": "02d90a206fa1c86787bf94b35adcdd93c11339ba",
      "parents": [
        "42d226c7248a28ff8c478c06b7e9bd9ef5d73574"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Jun 19 22:27:04 2007 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:02 2007 +0100"
      },
      "message": "[MIPS] Removes the few leftovers of the MOMENCO_JAGUAR_ATX removal.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "42d226c7248a28ff8c478c06b7e9bd9ef5d73574",
      "tree": "7749c1204cbdb481ddece008dc09234c48b769db",
      "parents": [
        "2a21c7300b53b744d16903256a172d9cbcfdd03e"
      ],
      "author": {
        "name": "Songmao Tian",
        "email": "tiansm@lemote.com",
        "time": "Wed Jun 06 14:52:38 2007 +0800"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:02 2007 +0100"
      },
      "message": "[MIPS] New files for lemote fulong mini-PC support\n\nSigned-off-by: Fuxin Zhang \u003czhangfx@lemote.com\u003e\nSigned-off-by: Songmao Tian \u003ctiansm@lemote.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "2a21c7300b53b744d16903256a172d9cbcfdd03e",
      "tree": "6a6f186fc7d4ab51fdda628a42f1fa845f189b8b",
      "parents": [
        "fee578fad1a29e6a149659e5467aedcae6897c06"
      ],
      "author": {
        "name": "Fuxin Zhang",
        "email": "zhangfx@lemote.com",
        "time": "Wed Jun 06 14:52:43 2007 +0800"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:02 2007 +0100"
      },
      "message": "[MIPS] define Hit_Invalidate_I to Index_Invalidate_I for loongson2\n\nSigned-off-by: Fuxin Zhang \u003czhangfx@lemote.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "fee578fad1a29e6a149659e5467aedcae6897c06",
      "tree": "2ce8fc6633100fa50e0a33576a545e040de2976e",
      "parents": [
        "a36920200c5b89d56120a5e839fe4a603d51b16c"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:02 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:02 2007 +0100"
      },
      "message": "[MIPS] Convert init_thread initialization to ISO C initializers.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "a36920200c5b89d56120a5e839fe4a603d51b16c",
      "tree": "aefb1fc4b0792ef788024fa596954a5689f15d0a",
      "parents": [
        "d223a86154f8c66f5a380b17e1c8091d56f47cf8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:02 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:02 2007 +0100"
      },
      "message": "[MIPS] Enable support for the userlocal hardware register\n\nWhich will cut down the cost of RDHWR $29 which is used to obtain the\nTLS pointer and so far being emulated in software down to a single cycle\noperation.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d223a86154f8c66f5a380b17e1c8091d56f47cf8",
      "tree": "97155684a16f2fe1477653b49aec152bcea6cd41",
      "parents": [
        "e7c4782f92fc4b83d953ce53f77f05ae65dcd773"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:02 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:02 2007 +0100"
      },
      "message": "[MIPS] FP affinity: Coding style cleanups \n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "e7c4782f92fc4b83d953ce53f77f05ae65dcd773",
      "tree": "8b72472f8653ed55593f52fc10e7eaa9b7b31f1b",
      "parents": [
        "192cca6ef2c49ac5ff46f7a31cb9dd175995658e"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:01 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:01 2007 +0100"
      },
      "message": "[MIPS] Put an end to \u003casm/serial.h\u003e\u0027s long and annyoing existence\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "192cca6ef2c49ac5ff46f7a31cb9dd175995658e",
      "tree": "7df5158d92d5afe078aab30dd9cf152d828eac02",
      "parents": [
        "cfd2afc0f654e86e3f0b5060409b90f21964b9d3"
      ],
      "author": {
        "name": "Franck Bui-Huu",
        "email": "vagabon.xyz@gmail.com",
        "time": "Mon Jun 11 15:08:55 2007 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:01 2007 +0100"
      },
      "message": "[MIPS] Remove Momenco Ocelot C support\n\nSigned-off-by: Franck Bui-Huu \u003cfbuihuu@gmail.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n delete mode 100644 arch/mips/configs/ocelot_c_defconfig\n delete mode 100644 arch/mips/momentum/ocelot_c/Makefile\n delete mode 100644 arch/mips/momentum/ocelot_c/cpci-irq.c\n delete mode 100644 arch/mips/momentum/ocelot_c/dbg_io.c\n delete mode 100644 arch/mips/momentum/ocelot_c/irq.c\n delete mode 100644 arch/mips/momentum/ocelot_c/ocelot_c_fpga.h\n delete mode 100644 arch/mips/momentum/ocelot_c/platform.c\n delete mode 100644 arch/mips/momentum/ocelot_c/prom.c\n delete mode 100644 arch/mips/momentum/ocelot_c/reset.c\n delete mode 100644 arch/mips/momentum/ocelot_c/setup.c\n delete mode 100644 arch/mips/momentum/ocelot_c/uart-irq.c\n delete mode 100644 arch/mips/pci/fixup-ocelot-c.c\n delete mode 100644 arch/mips/pci/pci-ocelot-c.c\n"
    },
    {
      "commit": "cfd2afc0f654e86e3f0b5060409b90f21964b9d3",
      "tree": "2c46a15ba60889a7a9a0544507ff195a3fcdf110",
      "parents": [
        "19df0d1169b3ddcc84933794d1401aaafe2f0000"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:00 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:00 2007 +0100"
      },
      "message": "[MIPS] IP32: Remove experimental tag from kconfig.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "19df0d1169b3ddcc84933794d1401aaafe2f0000",
      "tree": "3548b6899e921056de3aaf76840fe4bb8863e1ac",
      "parents": [
        "6b5bf509317c013ea0a7c166affc1d4631720d85"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:00 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:00 2007 +0100"
      },
      "message": "[MIPS] PCI: Make dev pointer argument of pcibios_map_irq const.\n\nThis is to break the code of people who think they are supposed to scribble\ninto the pci device structure - it\u0027s off limits.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "6b5bf509317c013ea0a7c166affc1d4631720d85",
      "tree": "09c4cfaea1feca577930edbb7e382b573c98290e",
      "parents": [
        "36de48de85bdb9bc8c35c1eb513737c187d70a46"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Thu Jun 21 15:06:21 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:00 2007 +0100"
      },
      "message": "[MIPS] EV64120: Remove support\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "36de48de85bdb9bc8c35c1eb513737c187d70a46",
      "tree": "9dfee11c44ae071b8a60b7a8b06f874f6f4b95f2",
      "parents": [
        "d388d6853f1b584b8606cb3f2f9f9e4fa2e52258"
      ],
      "author": {
        "name": "Maciej W. Rozycki",
        "email": "macro@linux-mips.org",
        "time": "Tue Jun 05 11:45:07 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:00 2007 +0100"
      },
      "message": "[MIPS] DECstation: Optimised early printk()\n\n This is an optimised implementation of early printk() for the DECstation.  \nAfter the recent conversion to a MIPS-specific generic routine using a \ncharacter-by-character output the performance dropped significantly.  \nThis change reverts to the previous speed -- even at 9600 bps of the \nserial console the difference is visible with a naked eye; I presume for a \nframebuffer it is even worse (it may depend on exactly which one is used \nthough).\n\n Additionally the change includes a fix for a problem that the old \nimplementation had -- the format used would not actually limit the length \nof the string output.  This new implementation uses a local buffer to deal \nwith it -- even with this additional copying it is much faster than the \ngeneric function.\n\n Plus this driver is registered much earlier than the generic one, \nallowing one to see critical messages, such as one about an incorrect CPU \nsetting used, that are produced beforehand. :-)\n\nSigned-off-by: Maciej W. Rozycki \u003cmacro@linux-mips.org\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d388d6853f1b584b8606cb3f2f9f9e4fa2e52258",
      "tree": "ac7d5498d69f851de6dc141501fa1412e6fe0729",
      "parents": [
        "b63e804459b9b550c1ab21a43e6bac2272e32612"
      ],
      "author": {
        "name": "Maciej W. Rozycki",
        "email": "macro@linux-mips.org",
        "time": "Tue May 29 15:08:07 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:00 2007 +0100"
      },
      "message": "[MIPS] No I/O ports on the DECstation\n\n There are no I/O ports on the DECstation whatsoever in any configuration \nas neither the CPU nor the peripheral buses used have a concept of such.\n\nSigned-off-by: Maciej W. Rozycki \u003cmacro@linux-mips.org\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b63e804459b9b550c1ab21a43e6bac2272e32612",
      "tree": "f39ace33d68675f57a786e44bda27f54c595cd83",
      "parents": [
        "c66df567e596bd43d6d3e094d82f82951e1b17cd"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Tue Jun 05 01:28:07 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:32:59 2007 +0100"
      },
      "message": "[MIPS] Remove unused watchpoint support and arch/mips/lib-{32,64}\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c66df567e596bd43d6d3e094d82f82951e1b17cd",
      "tree": "fdaa0fc81c6ae6a2f362776f82e17b3e9d3eae2b",
      "parents": [
        "b1c65b3988c6e29ac371ab1cbbf6c4f8fb7092f8"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Sat Jun 02 02:12:41 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:32:59 2007 +0100"
      },
      "message": "[MIPS] update cobalt_defconfig\n\nEnable Cobalt button support and change ATA driver from BLK_DEV_VIA82CXXX\nto PATA_VIA..\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b1c65b3988c6e29ac371ab1cbbf6c4f8fb7092f8",
      "tree": "ba2927d45030cf317fbda3534b7d56a8b13f0a11",
      "parents": [
        "41b0483ee54d89f9ad068ceae3c91cdc7594d050"
      ],
      "author": {
        "name": "Franck Bui-Huu",
        "email": "fbuihuu@gmail.com",
        "time": "Mon Jun 04 17:46:35 2007 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:32:57 2007 +0100"
      },
      "message": "[MIPS] Fix PHYS_OFFSET for 64-bits kernels with 32-bits symbols\n\nThe current implementation of __pa() for 64-bits kernels with 32-bits\nsymbols is broken. In this configuration, we need 2 values for\nPAGE_OFFSET, one in XKPHYS and the other in CKSEG0 space.\n\nWhen the value in CKSEG0 space is used, it doesn\u0027t take into account\nof PHYS_OFFSET. Even worse we can\u0027t redefine this value.\n\nThe patch restores CPHYSADDR() but in __pa()\u0027s implementation because\nit removes the need of 2 PAGE_OFFSET.\n\nOTOH, CPHYSADDR() is quite bad when dealing with mapped kernels. So\nthis patch assumes there\u0027s no need to deal with such kernel in 64-bits\nworld.\n\nSigned-off-by: Franck Bui-Huu \u003cfbuihuu@gmail.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "41b0483ee54d89f9ad068ceae3c91cdc7594d050",
      "tree": "7e7afcbfc49460d33205c3f23944cb3529d77f1c",
      "parents": [
        "db38501511a7513ec4f0ae9922d847c135cf3c78"
      ],
      "author": {
        "name": "Franck Bui-Huu",
        "email": "fbuihuu@gmail.com",
        "time": "Mon Jun 04 17:46:34 2007 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:32:57 2007 +0100"
      },
      "message": "[MIPS] Move PHY_OFFSET definition in spaces.h\n\nSigned-off-by: Franck Bui-Huu \u003cfbuihuu@gmail.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    }
  ],
  "next": "db38501511a7513ec4f0ae9922d847c135cf3c78"
}
