)]}'
{
  "log": [
    {
      "commit": "2ad56496627630ebc99f06af5f81ca23e17e014e",
      "tree": "d5a7aecdd1d6d16f488a2b029ff55e5a132c8f1a",
      "parents": [
        "da5ca008933b3b28303ba44d0be3372fbac7748b"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed Aug 17 13:01:50 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Aug 16 21:06:25 2005 -0700"
      },
      "message": "[PATCH] iSeries build with newer assemblers and compilers\n\nPaulus suggested that we put xLparMap in its own .c file so that we can\ngenerate a .s file to be included into head.S.  This doesn\u0027t get around\nthe problem of having it at a fixed address, but it makes it more\npalatable.\n\nIt would be good if this could be included in 2.6.13 as it solves our\nbuild problems with various versions of binutils and gcc.  In\nparticular, it allows us to build an iSeries kernel on Debian unstable\nusing their biarch compiler.\n\nThis has been built and booted on iSeries and built for pSeries and g5.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "488f84994c55927eef587a0827dc957c908a0bad",
      "tree": "34bdc42927e2eb559bd64039ed87508a440dffc6",
      "parents": [
        "533f08172e21521a74e15cdef8a13c929596d506"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Wed Jul 27 11:44:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:58 2005 -0700"
      },
      "message": "[PATCH] ppc64: remove another fixed address constraint\n\nPresently the LparMap, one of the structures the kernel shares with the\nlegacy iSeries hypervisor has a fixed offset address in head.S.  This patch\nchanges this so the LparMap is a normally initialized structure, without\nfixed address.  This allows us to use macros to compute some of the values\nin the structure, which wasn\u0027t previously possible because the assembler\nalways uses signed-% which gets the wrong answers for the computations in\nquestion.\n\nUnfortunately, a gcc bug means that doing this requires another structure\n(hvReleaseData) to be initialized in asm instead of C, but on the whole the\nresult is cleaner than before.\n\nSigned-off-by: David Gibson \u003cdwg@au1.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "96e2844999f99878fc5b03b81ccaa60580005b81",
      "tree": "353c1bc9a5602d556e6741f4a261010cde45e93b",
      "parents": [
        "f13487c66c75f5db004a0631047309d9e7c5aab7"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Wed Jul 13 01:11:42 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 13 11:25:25 2005 -0700"
      },
      "message": "[PATCH] ppc64: kill bitfields in ppc64 hash code\n\nThis patch removes the use of bitfield types from the ppc64 hash table\nmanipulation code.\n\nSigned-off-by: David Gibson \u003cdwg@au1.ibm.com\u003e\nAcked-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "719d1cd86780c156f954fc34f34481adac197aec",
      "tree": "b9e0a5b98e64459ea4eba77cd9bf3839dbb3a0fd",
      "parents": [
        "ffe1b7e14e6b606bd84cab564aa2f481dbd4e418"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu Jun 30 15:17:02 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Jun 30 15:17:02 2005 +1000"
      },
      "message": "[PATCH] ppc64: Replace custom locking code with a spinlock\n\nThe hvlpevent_queue (formally ItLpQueue) has a member called xInUseWord\nwhich is used for serialising access to the queue. Because it\u0027s a word\n(ie. 32 bit) there\u0027s a custom 32-bit version of test_and_set_bit() or\nthereabouts in ItLpQueue.c.\n\nThe xInUseWord is not shared with they hypervisor, so we can replace it\nwith a spinlock and remove the custom code.\n\nThere is also another locking mechanism (ItLpQueueInProcess). This is\nredundant because it\u0027s only manipulated while the lock\u0027s held. Remove it.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nAcked-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "ed094150bdeb6eca691f1b7a05bd34d4d1a95488",
      "tree": "6dc4428b3ce794c2e26db1583cab724f5bcefe19",
      "parents": [
        "74889802a1585af4e1652f0cb853ac22a65816a4"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu Jun 30 15:16:09 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Jun 30 15:16:09 2005 +1000"
      },
      "message": "[PATCH] ppc64: Simplify counting of lpevents, remove lpevent_count from paca\n\nCurrently there\u0027s a per-cpu count of lpevents processed, a per-queue (ie.\nglobal) total count, and a count by event type.\n\nReplace all that with a count by event for each cpu. We only need to add\nit up int the proc code.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nAcked-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "74889802a1585af4e1652f0cb853ac22a65816a4",
      "tree": "4edf4b33345b2a986a52d67d1b47137f399eef8c",
      "parents": [
        "937b31b114b5540f456ce1566aae67e02db41f2c"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu Jun 30 15:15:53 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Jun 30 15:15:53 2005 +1000"
      },
      "message": "[PATCH] ppc64: Don\u0027t count number of events processed for caller\n\nCurrently we count the number of lpevents processed in 3 seperate places.\n\nOne of these counters is never read, so just remove it. This means\nhvlpevent_queue_process() no longer needs to return the number of events\nprocessed.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nAcked-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "937b31b114b5540f456ce1566aae67e02db41f2c",
      "tree": "3c4456f557ce37f99ef5056a8e7947fd7f1b1f83",
      "parents": [
        "a61874648d14450f4d397489527998e3dd1119de"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu Jun 30 15:15:42 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Jun 30 15:15:42 2005 +1000"
      },
      "message": "[PATCH] ppc64: Rename ItLpQueue_* functions to hvlpevent_queue_*\n\nNow that we\u0027ve renamed the xItLpQueue structure, rename the functions that\noperate on it also.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nAcked-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a61874648d14450f4d397489527998e3dd1119de",
      "tree": "007af1fc91b283f6f1d12706300f61d75d69ba43",
      "parents": [
        "ab354b637924beb33dcc23eedc9482f2c692188f"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu Jun 30 15:15:32 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Jun 30 15:15:32 2005 +1000"
      },
      "message": "[PATCH] ppc64: Rename xItLpQueue to hvlpevent_queue\n\nThe xItLpQueue is a queue of HvLpEvents that we\u0027re given by the Hypervisor.\nRename xItLpQueue to hvlpevent_queue and make the type struct hvlpevent_queue.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nAcked-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "0f6014b37e25e50724867c0a4127615427ec2a75",
      "tree": "0ebda5fcd7b644f0b1f91192d3b5b4c0137f4e5b",
      "parents": [
        "7b01328d455b50ff040d3a06b342ca370b1d8b0a"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu Jun 30 15:08:56 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Jun 30 15:08:56 2005 +1000"
      },
      "message": "[PATCH] ppc64: Make two ItLpQueue related functions static\n\nExternal parties don\u0027t need to use ItLpQueue_getNextLpEvent() or\nItLpQueue_clearValid(), they\u0027re internal to ItLpQueue.c\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nAcked-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "512d31d6a824a961f39b418f11480f678320e4f3",
      "tree": "61f94e62f86d8668362548d6d911f937c98c2e71",
      "parents": [
        "1b19bc721416ae5bc813521d9e010a89f4816120"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu Jun 30 15:08:27 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Jun 30 15:08:27 2005 +1000"
      },
      "message": "[PATCH] ppc64: Move initialisation of xItLpQueue into ItLpQueue.c\n\nThe xItLpQueue is initalised manually in iSeries_setup_arch().  Move\nthis code into ItLpQueue.c for a cleaner separation.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nAcked-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "1b19bc721416ae5bc813521d9e010a89f4816120",
      "tree": "7034c878cdc370cb16b83957b652f6c2b95630d5",
      "parents": [
        "ee48444b85f498d99592835f61125385d8e9c975"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu Jun 30 15:07:57 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Jun 30 15:07:57 2005 +1000"
      },
      "message": "[PATCH] ppc64: Don\u0027t pass the pointers to xItLpQueue around\n\nBecause there\u0027s only one ItLpQueue and we know where it is, ie. xItLpQueue,\nthere\u0027s no point passing pointers to it it around all over the place.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nAcked-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "7f74e79fe749da035cc150446f02aec29938a5c8",
      "tree": "d7952289461c684fd1bab599bf492c4e3a8b4ef9",
      "parents": [
        "89ef68f0be53df6c4f1552fc329fe5abb1d5ed33"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:51 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:30 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: tidy up irq code after merge\n\nThis patch just removes some dead code, fixes messages that referred to the\nfile this code used to be in and inserts XmPciLpEvent_init into its caller.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0c3b4f1a8e06584d8a1051a74ed79cf8b41f703e",
      "tree": "6eaa6c372ce896649a6dcbdb66f1b58cda0fa931",
      "parents": [
        "061c063efce96b33f9e26d5f83a8eb0643fa493c"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:30 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: irq simple cleanups\n\nThis patch is just simple cleanups to the iSeries irq code.\n\t- whitespace and comments\n\t- rearrange some functions to avoid forward declarations\n\t- remove XmPciLpEvent.h as its functions were declared elsewhere\n\t- remove decaration of function that no longer exists\nNo semantic changes.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "061c063efce96b33f9e26d5f83a8eb0643fa493c",
      "tree": "6e40638f187b5d1f540d0c777d2cdc4f83ccfbd0",
      "parents": [
        "a2ebaf250fabc5c5644b707dbee44c9e0ec442e9"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:48 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:30 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: remove some more members of iSeries_Device_Node\n\nThe AgentId, PhbId, FrameId, CardLocation and Location members of\niSeries_Device_Node are stored early in the boot process just so that a\nmessage about the device can be printed later in the boot process.  Remove\nthem and construct the message by doing the VPD parsing at the time the\nmessage is printed.\n\nAlso remove a few unused defines in iSeries_VpdInfo.c.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a2ebaf250fabc5c5644b707dbee44c9e0ec442e9",
      "tree": "3756e4d617cd2466da4b40fc15875cc369314cfc",
      "parents": [
        "aab41dea80b1b00e66533af096f797320be05f13"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:29 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: remove IoRetry from iSeries_Device_Node\n\nThe IoRetry member of iSeries_Devide_Node is really only used locally, so\nremove it and replace it with a local variable.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "aab41dea80b1b00e66533af096f797320be05f13",
      "tree": "1ee1f25388e4ecf6c3a1cb3eac81fc04c7e02c6c",
      "parents": [
        "57ca86d4f0e44f81be10bc77a5d0e26760e4844f"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:46 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:29 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: iSeries_pci.h cleanups\n\nRemove no longer used things from iSeries_pci.h.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e7eb22d201936fb3450fa5d1d30cbf2de2fb918b",
      "tree": "3071d16b9b626dfbd5d910befc2141a02021412c",
      "parents": [
        "ea7190d0afebbd922eeb13ee6a8148b17964b1b2"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:44 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:29 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: iommu.h cleanups\n\nThe iommu_table_cb structure is iSeries specific, so move it to the header\nfile that declares the function we pass it to.  vio_tce_table and\niommu_setup_iSeries no longer exist, so remove their declarations.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ea7190d0afebbd922eeb13ee6a8148b17964b1b2",
      "tree": "7d0a25c306f9f70b4347fc0e37c7fd759d35dc1f",
      "parents": [
        "c670b1acd0ed0d9f7a27154759a9825cb5012ae4"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:42 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:29 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: remove iSeries_pci_reset.c\n\nThe file arch/ppc64/kernel/iSeries_pci_reset contains only one function that\nis not use anywhere (any more).  Remove it.  This function is the only user of\nthe ReturnCode member of iSeries_Device_Node, so remove that as well.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c670b1acd0ed0d9f7a27154759a9825cb5012ae4",
      "tree": "3cf4409d5adc0e6cde995241792a89f209eee80d",
      "parents": [
        "4a5304f5ba04eff979cd108309eae7a00f3fff77"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:28 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: misc header cleanups\n\nLast of this round of the iSeries header cleanups\n\t- don\u0027t have two defines for the same thing (HvMaxArchitectedLps\n\t  and HvMaxArchitectedVirtualLans)\n\t- HvCallSc.h only needs linux/types.h\n\t- remove unused struct definition\n\t- add \"extern\" to some more function declarations\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4a5304f5ba04eff979cd108309eae7a00f3fff77",
      "tree": "3dcf4bf1a32d1d456dd43b33bd7cac686de7dd1a",
      "parents": [
        "c92877e0a079fe5a488cb244c7afb05137702b49"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:40 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:28 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: tidy up some includes and HvCall.h\n\nThis patch removes some unused bits from HvCall.h and some unneeded #includes\nfrom other files.  Also includes ItLpQueue.h in paca.h in preference to a stub\ndeclaration of struct ItLpQueue.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c92877e0a079fe5a488cb244c7afb05137702b49",
      "tree": "9bd04f29ced02094c71df1bc112d56747e436b1e",
      "parents": [
        "2310c977a9b7a4d08fbaa74e694b49b38d49f5ae"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:28 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: cleanup ItLpQueue.h\n\nJust white space cleaups and move process_iSeries_events into its only caller.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2310c977a9b7a4d08fbaa74e694b49b38d49f5ae",
      "tree": "cef353edbf30d25029f2aab811584728d606cd69",
      "parents": [
        "dd61ce922770b299081c3e729ea65758ed676034"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:28 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: remove HvCallCfg.h\n\nNow that the only users of things in HvCallCfg.h are in HvLpConfig.h, merge in\nthe bit we need and remove HvCallCfg.h.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dd61ce922770b299081c3e729ea65758ed676034",
      "tree": "bf864d4cbb56327011ed9b8d369791ed0a680e31",
      "parents": [
        "0bc0ffd5f0854b9143606684fb925f4290ae13e7"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:28 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: eliminate some unused inline functions\n\nThis patch removes from the iSeries header files a large number of inline\nfunctions that are not used.  It also changes the only caller of a HvCallCfg\nfunction that is outside HvLpConfig.h to its equivalent HvLpConfig function\nand no longer includes HvCallCfg.h where it is not needed.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0bc0ffd5f0854b9143606684fb925f4290ae13e7",
      "tree": "9a4f13414a8a605ce4ff222c44788b509dae0409",
      "parents": [
        "6b7feecb2f8fcab184a38916d10349bd6648e0bc"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:27 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: remove LparData.h\n\ninclude/asm-ppc64/iSeries/LparData.h just included a whole lot of other files\nto declare variables that would be better declared in those other files.  So,\nremove it.  This will reduce that number of things needed to be included in\nmost cases to access the relevant variables.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6b7feecb2f8fcab184a38916d10349bd6648e0bc",
      "tree": "5c51827e85eff96d6c50b41fea428bcf0f1ba71a",
      "parents": [
        "fcee38952609fccb2bdfe166b3b96bd75a292aa6"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:27 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: obvious code simplifications\n\nThis patch does some obvious code cleanups in the iSeries headers files.\n\t- simplifies the bodies of lots of inline functions\n\t- parenthesises a macros result\n\t- removes C++ wrapping\n\t- adds \"extern\" to some function declarations\nThere are no semantic changes.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fcee38952609fccb2bdfe166b3b96bd75a292aa6",
      "tree": "8abe11ef9b03ba56ea0882433b7439d7bd576fff",
      "parents": [
        "45dc76aaf63fc336527da80337d3e3684f50f387"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:27 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: more header file white space cleanups\n\nThis patch just contains white space and comment cleanups in the iSeries\nheaders files.  There are no semantic changes.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "45dc76aaf63fc336527da80337d3e3684f50f387",
      "tree": "e0a4db9c1b9e6cfa4437676d658370190b2d7fe9",
      "parents": [
        "0e3e4a1c4dade7872fdb04a5e735ae26d8e2fbfb"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:27 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: header file white space cleanups\n\nThis patch just contains white space and comment cleanups in the iSeries\nheaders files.  There are no semantic changes.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0e3e4a1c4dade7872fdb04a5e735ae26d8e2fbfb",
      "tree": "60c61677f86f0850f49e4ba19198ab9dd9dd4843",
      "parents": [
        "723e2b35e43dcbcfd737c40453caa7d198092d23"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Jun 21 17:15:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:26 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: remove iSeries_proc.h\n\ninclude/asm-ppc64/iSeries/iSeries_proc.h just contains a declaration of a\nfunction that no longer exists.  Remove it.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d0e8e29100c9866878d43bbb40ca17e8fe429851",
      "tree": "079da8af2553ae3dd3556e82a5f8d2362b0ea755",
      "parents": [
        "8f80e5c911465743ccd3a328f992c7d8aaebf1e8"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed May 25 16:29:26 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed May 25 10:13:43 2005 -0700"
      },
      "message": "[PATCH] ppc64 iSeries: fix boot time setting\n\nFor quite a while, there has existed a hypervisor bug on legacy iSeries\nwhich means that we do not get the boot time set in the kernel.  This\npatch works around that bug.  This was most noticable when the root\npartition needed to be checked at every boot as the kernel thought it\nwas some time in 1905 until user mode reset the time correctly.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
