)]}'
{
  "log": [
    {
      "commit": "b7599587faea9403edf4d7f74e80b3c9ea217930",
      "tree": "b6049fb7006eb1fe5a3bc545c2cf7880ce079971",
      "parents": [
        "e56d5ae305b9be17edfee20740ec84257e518747"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Wed Jan 11 12:17:32 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 11 18:42:10 2006 -0800"
      },
      "message": "[PATCH] Allow reading CMOS day of week register\n\nSomeone wanted access to this usually unused (and unused by Linux) value\nfor the day of week.  Existing kernels have the field in the struct but\nreturn 0 always.  This updates the kernel to fill in the field.  The usual\ncase of \u0027not set\u0027 conveniently is 0.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c3348760aaffd268f7e91b2185999025fdc5607f",
      "tree": "dc4fd97943a8547189bb025c71321fb67c5fc3c6",
      "parents": [
        "1d4ae4a119e5ba711f12b05cdf27f794460add4b"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Nov 07 11:14:57 2005 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Nov 07 11:14:57 2005 +0100"
      },
      "message": "[PATCH] Fix wrong irq enable via rtc_control()\n\nrtc_control() may be called in the interrupt context in ALSA rtc-timer\ndriver.  The patch fixes the wrong irq enable in rtc.c, and also fixes\nthe possible race of bit flags.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "53d0fc27af3a3ab22c0ffb67857adfa18977e681",
      "tree": "22686ede46dd7f3207d09a65cbc88da14032b9d8",
      "parents": [
        "1d25240fcfce0e55540a273b1e1b07d304065a31"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 05 23:33:05 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 05 23:33:05 2005 -0700"
      },
      "message": "[RTC]: Use SA_SHIRQ in sparc specific code.\n\nBased upon a report from Jason Wever.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "403fe5ae57c831968c3dbbaba291ae825a1c5aaa",
      "tree": "0baa7533fc0b96127d03a39b2fa77f2b29564b1c",
      "parents": [
        "2f60f8d3573ff90fe5d75a6d11fd2add1248e7d6"
      ],
      "author": {
        "name": "Petr Vandrovec",
        "email": "vandrove@vc.cvut.cz",
        "time": "Fri Aug 05 15:50:07 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Aug 05 06:57:44 2005 -0700"
      },
      "message": "[PATCH] rtc: msleep() cannot be used from interrupt\n\nSince the beginning of July my Opteron box was randomly crashing and\nbeing rebooted by hardware watchdog.  Today it finally did it in front\nof me, and this patch will hopefully fix it.\n\nThe problem is that at the end of June (the 28th, to be exact: commit\n47f176fdaf8924bc83fddcf9658f2fd3ef60d573, \"[PATCH] Using msleep()\ninstead of HZ\") rtc_get_rtc_time was converted to use msleep() instead\nof busy waiting.  But rtc_get_rtc_time is used by hpet_rtc_interrupt,\nand scheduling is not allowed during interrupt.  So I\u0027m reverting this\npart of original change, replacing msleep() back with busy loop.\n\nThe original code was busy waiting for up to 20ms, but on my hardware in\nthe worst case update-in-progress bit was asserted for at most 363\npasses through loop (on 2GHz dual Opteron), much less than even one\njiffie, not even talking about 20ms.  So I changed code to just wait\nonly as long as necessary.  Otherwise when RTC was set to generate\n8192Hz timer, it stopped doing anything for 20ms (160 pulses were\nskipped!) from time to time, and this is rather suboptimal as far as I\ncan tell.\n\nSigned-off-by: Petr Vandrovec \u003cvandrove@vc.cvut.cz\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "47f176fdaf8924bc83fddcf9658f2fd3ef60d573",
      "tree": "ae54af35889451bf7873595180365182bd704ff1",
      "parents": [
        "8d451687ca57371d303c5554b377d7f5c2ac6ae0"
      ],
      "author": {
        "name": "Luca Falavigna",
        "email": "dktrkranz@gmail.com",
        "time": "Tue Jun 28 20:44:42 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 28 21:20:29 2005 -0700"
      },
      "message": "[PATCH] Using msleep() instead of HZ\n\nUse msleep() in a few places.\n\nSigned-off-by: Luca Falavigna \u003cdktrkranz@gmail.com\u003e\nAcked-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nAcked-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\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"
    }
  ]
}
