)]}'
{
  "log": [
    {
      "commit": "872f6debcae63309eb39bfc2cc9462fb83450ee0",
      "tree": "7a1bb365c00e791b8e3d8e848b6f0e97e9b3ab69",
      "parents": [
        "f54d8a1b3fef79bb1aa2f0840dd356ce7bb180f9"
      ],
      "author": {
        "name": "Kyle McMartin",
        "email": "kyle@mcmartin.ca",
        "time": "Thu May 15 10:53:57 2008 -0400"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@mcmartin.ca",
        "time": "Thu May 15 11:03:43 2008 -0400"
      },
      "message": "parisc: use conditional macro for 64-bit wide ops\n\nThis work enables us to remove -traditional from $AFLAGS on\nparisc.\n\nSigned-off-by: Kyle McMartin \u003ckyle@mcmartin.ca\u003e\n"
    },
    {
      "commit": "513e7ecd695a4c0f95b9aa86c03ec9b7d2d09e03",
      "tree": "244b66b448f3de6bf772828c13955b786a960924",
      "parents": [
        "a8f44e3889b686813926b288bd4e51a0cf17d2c7"
      ],
      "author": {
        "name": "Helge Deller",
        "email": "deller@gmx.de",
        "time": "Sun Jan 28 15:09:20 2007 +0100"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@athena.road.mcmartin.ca",
        "time": "Sat Feb 17 01:17:13 2007 -0500"
      },
      "message": "[PARISC] convert to use CONFIG_64BIT instead of __LP64__\n\nSigned-off-by: Helge Deller \u003cdeller@gmx.de\u003e\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "0b3d643f9ead9b5141dedbb2d1b06ce15469fc4a",
      "tree": "3be51559fb366dea87dc0eacfea2f94c15190875",
      "parents": [
        "8e9e9844b44dd9f855d824d035b3097b199e44ed"
      ],
      "author": {
        "name": "Helge Deller",
        "email": "deller@gmx.de",
        "time": "Sun Jan 28 14:52:57 2007 +0100"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@athena.road.mcmartin.ca",
        "time": "Sat Feb 17 01:16:26 2007 -0500"
      },
      "message": "[PARISC] add ASM_EXCEPTIONTABLE_ENTRY() macro\n\n- this macro unifies the code to add exception table entries\n- additionally use ENTRY()/ENDPROC() at more places\n\nSigned-off-by: Helge Deller \u003cdeller@gmx.de\u003e\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "3d73cf5e18c47d416db4d0734245d3fb087603d9",
      "tree": "4a80d0f24493a2be47828fa17ecc358b473ba38b",
      "parents": [
        "f86e45131f9d41b1617fbaac7aa1ef23e8d0ab48"
      ],
      "author": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Sun Aug 13 22:17:19 2006 -0400"
      },
      "committer": {
        "name": "Matthew Wilcox",
        "email": "willy@parisc-linux.org",
        "time": "Wed Oct 04 06:45:37 2006 -0600"
      },
      "message": "[PARISC] Abstract shift register left in .S\n\nAbstract existing shift register left macros as shift register\nright are. This lends itself to a nice clean up of some #ifdef\nblocks in entry.S\n\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "64f495323c9a902b3e59fe0a588585102bb3b13e",
      "tree": "202d6c0105b0348aadfa8761e7c3cf27a5e98db9",
      "parents": [
        "f36f44de721db44b4c2944133c3c5c2e06f633f0"
      ],
      "author": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Sat Apr 22 00:48:22 2006 -0600"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@hera.kernel.org",
        "time": "Tue Jun 27 23:28:32 2006 +0000"
      },
      "message": "[PARISC] Ensure all ldcw uses are ldcw,co on pa2.0\n\nldcw,co should always be used on pa2.0, otherwise the strict cache\nwidth alignment requirement is not relaxed.\n\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "61520e1f8f5ec3a78510a3254947324711944b98",
      "tree": "f3fae16fc105543b505a2e9f6d4de2b852d44655",
      "parents": [
        "e635c96ed6c972e1b3cb0c0fc3681c1204697287"
      ],
      "author": {
        "name": "Grant Grundler",
        "email": "grundler@parisc-linux.org",
        "time": "Fri Oct 21 22:56:35 2005 -0400"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Fri Oct 21 22:56:35 2005 -0400"
      },
      "message": "[PARISC] Specify level to fix binutils level promotion bug\n\nfixup.S needs to specify .level and use correct LDREG macro.\nNew binutils has a bug where it doesn\u0027t \"promote\" from PA1.0 to PA1.1\ncorrectly when using \",s\" completer.\n\nremove use of __LP64__ in assembly.h and add some white space.\n\nSigned-off-by: Grant Grundler \u003cgrundler@parisc-linux.org\u003e\n\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "618febd6784054eea928d712b7e564558a7cefd5",
      "tree": "13a60c377dc5a17f44e9b3b227e5996e0ba7e5a4",
      "parents": [
        "b2450cc1b7ce07d73545ece32db50197d649e230"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "jejb@parisc-linux.org",
        "time": "Fri Oct 21 22:53:26 2005 -0400"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Fri Oct 21 22:53:26 2005 -0400"
      },
      "message": "[PARISC] Fix the alloc_slabmgmt panic\n\nFix the alloc_slabmgmt panic\n\nHopefully this should also fix a lot of other intermittent kernel bugs.\n\nThe problem has been around since 2.6.9-rc2-pa6 when we allowed\nfloating point registers to be used in kernel code.  The essence of\nthe problem is that gcc prefers to use floating point for integer\ndivides and multiples.  Further, it can rely on the values in the no\nclobber fp regs being correct across a function call.  Unfortunately,\nour task switch function only saves the integer no clobber registers,\nnot the fp ones, so if gcc makes a function call to any function in\nthe kernel which could sleep, the values it is relying on in any no\nclobber floating point register may be lost.  In the case of\nalloc_slabmgmt, the value of the page offset is being stored in %fr12\nacross a call to kmem_getpages(), which sleeps if no pages are\navailable.  Thus, the offset can be trashed and the slab code can end\nup with a completely bogus address leading to corruption.\n\nKudos to Randolph who came up with the program to trip this problem at\nwill and thus allowed it to be tracked and fixed.\n\nSigned-off-by: James Bottomley \u003cjejb@parisc-linux.org\u003e\n\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "896a375623c3643a3f189353e7d4828c48a7fdf8",
      "tree": "bb79535f843110f9b2b199890157fcabb0504b43",
      "parents": [
        "b2c1fe81df7471de9f7e2918877ac04ec9cde35f"
      ],
      "author": {
        "name": "Grant Grundler",
        "email": "grundler@parisc-linux.org",
        "time": "Fri Oct 21 22:40:07 2005 -0400"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Fri Oct 21 22:40:07 2005 -0400"
      },
      "message": "[PARISC] Make sure use of RFI conforms to PA 2.0 and 1.1 arch docs\n\n2.6.12-rc4-pa3 : first pass at making sure use of RFI conforms to\nPA 2.0 arch pages F-4 and F-5, PA 1.1 Arch page 3-19 and 3-20.\n\nThe discussion revolves around all the rules for clearing PSW Q-bit.\nThe hard part is meeting all the rules for \"relied upon translation\".\n\n.align directive is used to guarantee the critical sequence ends more than\n8 instructions (32 bytes) from the end of page.\n\nSigned-off-by: Grant Grundler \u003cgrundler@parisc-linux.org\u003e\n\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "0013a85454c281faaf064ccb576e373a2881aac8",
      "tree": "06fc1af0a321631e89ad0f589214e291bd91d19a",
      "parents": [
        "47003497dd819b10874a2291e54df7dc5cf8be57"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.(none)",
        "time": "Fri Sep 09 20:57:26 2005 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.(none)",
        "time": "Fri Sep 09 20:57:26 2005 +0200"
      },
      "message": "kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support\n\nDelete obsoleted parts form arch makefiles and rename to asm-offsets.h\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.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"
    }
  ]
}
