)]}'
{
  "log": [
    {
      "commit": "b6d09449d53f5aa7c67b1be3e90d7b7ab2aad09c",
      "tree": "37386fada73b07e6028b76ed58a9f59215f8de43",
      "parents": [
        "4c24da79e29537f0e240a331220a1c46cb9bc085"
      ],
      "author": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Sat Sep 03 15:58:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Mon Sep 05 00:06:28 2005 -0700"
      },
      "message": "[PATCH] s390: pfault interrupt race\n\nThere is a race in pfault_interrupt.  That function gets called two times for\neach pfault notification.  Once with a subcode of 0 to indicate that a real\npage is not available and once with a subcode of 0x80 to indicate that the\npage is present again.\n\nSince the two external interrupts can be delivered on two different cpus the\norder in which the two calls are made is unpredictable.  It is possible that\nthe subcode 0x80 interrupt is completed before the subcode 0x00 interrupt has\ndone the wake_up() call.\n\nTo avoid calling wake_up() on an already removed task structure proper task\nstructure reference counting is needed.  Increase the reference counter in the\nsubcode 0x00 interrupt before setting pfault_wait to zero and return the\nreference after the wake_up call.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6b979de395c7e1b7e59f74a870e1d1911853eccb",
      "tree": "82502e9e93c977b0f812d017f5d8d4e12436c6c8",
      "parents": [
        "77fa22450de00d535de2cc8be653983560828000"
      ],
      "author": {
        "name": "Christian Borntraeger",
        "email": "cborntra@de.ibm.com",
        "time": "Sat Jun 25 14:55:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 25 16:24:37 2005 -0700"
      },
      "message": "[PATCH] s390: add vmcp interface\n\nAdd interface to issue VM control program commands.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "447570cfde680d5bf09c47b9c8d1dcf5bcb18f10",
      "tree": "a11ceabb2ac9782c15cd4a8c57c325badb44219e",
      "parents": [
        "77eb65cbc18d86a9c334964ed4c3d178f5560918"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Tue Jun 21 17:16:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 19:07:33 2005 -0700"
      },
      "message": "[PATCH] s390: cmm sender parameter visibility\n\nMake cmm module parameter \"sender\" visible in sysfs.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "595bf2aacae96d0f87352a1ff5476b79e52e212f",
      "tree": "049de411ab06dd7d32565c04231d0ff965eb8f9f",
      "parents": [
        "c5c3a6d8fe923b8780b9cd10e72344b8cf8518b5"
      ],
      "author": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Sat Jun 04 15:43:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 04 17:13:00 2005 -0700"
      },
      "message": "[PATCH] s390: in_interrupt vs. in_atomic\n\nThe condition for no context in do_exception checks for hard and soft\ninterrupts by using in_interrupt() but not for preemption.  This is bad for\nthe users of __copy_from/to_user_inatomic because the fault handler might call\nschedule although the preemption count is !\u003d 0.  Use in_atomic() instead\nin_interrupt().\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "15439d74f621ff8252b53136d259781148e6e768",
      "tree": "3c92de3587f0ec51055423a08c1d2a37b7eee877",
      "parents": [
        "0b642ede47969d4180b0922d982777fe64379228"
      ],
      "author": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Sun May 01 08:58:58 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:58:58 2005 -0700"
      },
      "message": "[PATCH] s390: cmm guest sender id\n\nAn arbitrary guest must not be allowed to trigger cmm actions.  Only one\nspecific guest namely the one that serves as the resource monitor may send cmm\nmessages.  Add a parameter that allows to specify the guest that may send\nmessages.  z/VMs resource manager has the name \u0027VMRMSVM\u0027 which is the default.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c9e3735359ac2d74ee61c6f1e5724f4a6db570bf",
      "tree": "381204a24f4378d3c8d898f8e0210b1b97f5f248",
      "parents": [
        "4b7e0706620e3947dc1685dfdbc1413404afb545"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Sun May 01 08:58:57 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:58:57 2005 -0700"
      },
      "message": "[PATCH] s390: fix memory holes and cleanup setup_arch\n\nThe memory setup didn\u0027t take care of memory holes and this makes the memory\nmanagement think there would be more memory available than there is in\nreality.  That causes the OOM killer to kill processes even if there is enough\nmemory left that can be written to the swap space.\n\nThe patch fixes this by using free_area_init_node with an array of memory\nholes instead of free_area_init.  Further the patch cleans up the code in\nsetup.c by splitting setup_arch into smaller pieces.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\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"
    }
  ]
}
