)]}'
{
  "log": [
    {
      "commit": "5bfb5d690f36d316a5f3b4f7775fda996faa6b12",
      "tree": "ea53f15293d1ddb49c316eb65df85e939a4f6e5e",
      "parents": [
        "ede3d0fba99520f268067917b50858d788bc41da"
      ],
      "author": {
        "name": "Nick Piggin",
        "email": "nickpiggin@yahoo.com.au",
        "time": "Tue Nov 08 21:39:01 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:33 2005 -0800"
      },
      "message": "[PATCH] sched: disable preempt in idle tasks\n\nRun idle threads with preempt disabled.\n\nAlso corrected a bugs in arm26\u0027s cpu_idle (make it actually call schedule()).\nHow did it ever work before?\n\nMight fix the CPU hotplugging hang which Nigel Cunningham noted.\n\nWe think the bug hits if the idle thread is preempted after checking\nneed_resched() and before going to sleep, then the CPU offlined.\n\nAfter calling stop_machine_run, the CPU eventually returns from preemption and\ninto the idle thread and goes to sleep.  The CPU will continue executing\nprevious idle and have no chance to call play_dead.\n\nBy disabling preemption until we are ready to explicitly schedule, this bug is\nfixed and the idle threads generally become more robust.\n\nFrom: alexs \u003cashepard@u.washington.edu\u003e\n\n  PPC build fix\n\nFrom: Yoichi Yuasa \u003cyuasa@hh.iij4u.or.jp\u003e\n\n  MIPS build fix\n\nSigned-off-by: Nick Piggin \u003cnpiggin@suse.de\u003e\nSigned-off-by: Yoichi Yuasa \u003cyuasa@hh.iij4u.or.jp\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7e4c54a2a4f1cec6a652c6014714ee51b7e1311f",
      "tree": "1ea84dfd2ec1ee67f9a111012b136621c170f77b",
      "parents": [
        "7a81e316866be8053b18fe1dffc663f1ff19bfc3"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Tue Nov 08 21:35:07 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:00 2005 -0800"
      },
      "message": "[PATCH] remove ioctl32_handler_t\n\nSome architectures define and use this type in their compat_ioctl code, but\nall of them can easily use the identical ioctl_trans_handler_t type that is\ndefined in common code.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nCc: Andi Kleen \u003cak@muc.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3f00d3e8fb963968a922d821a9a53b503b687e81",
      "tree": "dfac1c73ae63f8d48340f3bbb77ee53b322c59e9",
      "parents": [
        "407cf84f956ee4b52da5508d5357b8ae212ff77c",
        "a637a114f36b94a1ad8b9867f43bac0414958420"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 11:15:23 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 11:15:23 2005 -0800"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus\n"
    },
    {
      "commit": "16cd3951366a013d52006982108437d3343c2fae",
      "tree": "95bc91a9d1922e9ded809254f8bb7e525762d2c0",
      "parents": [
        "0d959c260e98b6b046d268b5ef5b76caf0026ab2"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Sat Nov 05 23:00:58 2005 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Nov 07 18:05:39 2005 +0000"
      },
      "message": "Fix return type of setup_frame variants\n    \nSince 2.6.13-rc1 setup_frame and its variants return int.  But some bits\nwere missed in the conversion.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "0d959c260e98b6b046d268b5ef5b76caf0026ab2",
      "tree": "a5e53f7482cecaec5053265e84f7d44640851afd",
      "parents": [
        "a0f08209c685b4f7dccaf013da74e0e80986c477"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Nov 05 11:26:43 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Nov 07 18:05:39 2005 +0000"
      },
      "message": "IRIX: Use schedule_timeout_interruptible.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "307bd284c205616e02fb85557b97f0e3e969662e",
      "tree": "716a79ba83a86bd841208c4ee4ca70ba590a0ff2",
      "parents": [
        "b8c2a77ce38defcf539a4ba5c666f8e9f093f887"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 31 23:34:52 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Nov 07 18:05:36 2005 +0000"
      },
      "message": "VPE loader janitoring\n    \n o Switch to dynamic major\n o Remove duplicate SHN_MIPS_SCOMMON definition\n o Coding style: remove typedefs.\n o Coding style: reorder to avoid the need for forward declarations\n o Use kzalloc.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "afc4841d8a0118fcce9fd520b21ec1da401603a3",
      "tree": "25e16fdb4c00311e025efcd2ef448a3e97ebba12",
      "parents": [
        "0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 31 00:30:39 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Nov 07 18:05:33 2005 +0000"
      },
      "message": "Turn rtlx upside down.\n    \n o Coding style\n o Race condition on open\n o Switch to dynamic major\n o Header file cleanup\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "481bed454247538e9f57d4ea37b153ccba24ba7b",
      "tree": "bb4198296962c08dbf52e8f377dc27206f621640",
      "parents": [
        "db73e9aa99bf093427b79877f9475392724fd5e5"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Nov 07 00:59:47 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 07:53:42 2005 -0800"
      },
      "message": "[PATCH] consolidate sys_ptrace()\n\nThe sys_ptrace boilerplate code (everything outside the big switch\nstatement for the arch-specific requests) is shared by most architectures.\nThis patch moves it to kernel/ptrace.c and leaves the arch-specific code as\narch_ptrace.\n\nSome architectures have a too different ptrace so we have to exclude them.\nThey continue to keep their implementations.  For sh64 I had to add a\nsh64_ptrace wrapper because it does some initialization on the first call.\nFor um I removed an ifdefed SUBARCH_PTRACE_SPECIAL block, but\nSUBARCH_PTRACE_SPECIAL isn\u0027t defined anywhere in the tree.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nAcked-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nAcked-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nAcked-By: David Howells \u003cdhowells@redhat.com\u003e\nAcked-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nAcked-by: Paul Mundt \u003clethal@linux-sh.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ecea8d19c9f0ebd62ddaa07fc919ff4e4b820d99",
      "tree": "189de0b898157618fbf08ec6e4adc8e5cce71ec3",
      "parents": [
        "371e8c25b65f2fe7942868a8a67129d571e94076"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Sun Oct 30 15:03:00 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 30 17:37:25 2005 -0800"
      },
      "message": "[PATCH] jiffies_64 cleanup\n\nDefine jiffies_64 in kernel/timer.c rather than having 24 duplicated\ndefines in each architecture.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dfb7dac3af623a68262536437af008ed6aba4d88",
      "tree": "fdc8a61c73257dcf8866cf7b9213ce78d2422e7f",
      "parents": [
        "7024a9b884ed7657fb873e655cd124d85ae792a4"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Sun Oct 30 15:02:22 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 30 17:37:20 2005 -0800"
      },
      "message": "[PATCH] unify sys_ptrace prototype\n\nMake sure we always return, as all syscalls should.  Also move the common\nprototype to \u003clinux/syscalls.h\u003e\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Miklos Szeredi \u003cmiklos@szeredi.hu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a92897286485735e3708af357f8bcaf0592bd77a",
      "tree": "698e4623bdc794462c270ee3e5ef549503593f4a",
      "parents": [
        "dfc4f94d2ff95fc92127d3e512c1df7cab274fb8"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Sun Oct 30 15:02:08 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 30 17:37:18 2005 -0800"
      },
      "message": "[PATCH] Don\u0027t uselessly export task_struct to userspace in core dumps\n\ntask_struct is an internal structure to the kernel with a lot of good\ninformation, that is probably interesting in core dumps.  However there is\nno way for user space to know what format that information is in making it\nuseless.\n\nI grepped the GDB 6.3 source code and NT_TASKSTRUCT while defined is not\nused anywhere else.  So I would be surprised if anyone notices it is\nmissing.\n\nIn addition exporting kernel pointers to all the interesting kernel data\nstructures sounds like the very definition of an information leak.  I\nhaven\u0027t a clue what someone with evil intentions could do with that\ninformation, but in any attack against the kernel it looks like this is the\nperfect tool for aiming that attack.\n\nSo since NT_TASKSTRUCT is useless as currently defined and is potentially\ndangerous, let\u0027s just not export it.\n\n(akpm: Daniel Jacobowitz \u003cdan@debian.org\u003e \"would be amazed\" if anything was\nusing NT_TASKSTRUCT).\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "404351e67a9facb475abf1492245374a28d13e90",
      "tree": "5ef4e78b399b36a46eda339ad0cd27556fc5b9a2",
      "parents": [
        "fc2acab31be8e869b2d5f6de12f557f6f054f19c"
      ],
      "author": {
        "name": "Hugh Dickins",
        "email": "hugh@veritas.com",
        "time": "Sat Oct 29 18:16:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Oct 29 21:40:38 2005 -0700"
      },
      "message": "[PATCH] mm: mm_init set_mm_counters\n\nHow is anon_rss initialized?  In dup_mmap, and by mm_alloc\u0027s memset; but\nthat\u0027s not so good if an mm_counter_t is a special type.  And how is rss\ninitialized?  By set_mm_counter, all over the place.  Come on, we just need to\ninitialize them both at once by set_mm_counter in mm_init (which follows the\nmemcpy when forking).\n\nSigned-off-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "030274ae03c20f9ac27d4218118b9679d7c680d8",
      "tree": "95e8ede01327367ce5a66b6dfc61c460c4284764",
      "parents": [
        "e5adb8770e12169a6595a3ad5682541441bd1052"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Oct 21 22:26:07 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:50 2005 +0100"
      },
      "message": "Remove useless casts of kmalloc return values.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "93ce2f524e96571711029884e6340c790a029b94",
      "tree": "1cb69ac513d01b25a2c300c90a2f11c69c0290e9",
      "parents": [
        "4f19f990475dc4465ca6906ba03a55805d4c1402"
      ],
      "author": {
        "name": "Andrew Isaacson",
        "email": "adi@broadcom.com",
        "time": "Wed Oct 19 23:56:20 2005 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:46 2005 +0100"
      },
      "message": "Add support for SB1A CPU.\n    \nSigned-Off-By: Andy Isaacson \u003cadi@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d121ced21d79eab7726bfe6b1e33da4ae86072c0",
      "tree": "a673fe4d3e3c49179b68c3185ef331712df9e716",
      "parents": [
        "485a4a928a059a361c7363e7ce0eab330a09dbd3"
      ],
      "author": {
        "name": "Andrew Isaacson",
        "email": "adi@broadcom.com",
        "time": "Wed Oct 19 23:54:43 2005 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:45 2005 +0100"
      },
      "message": "Sibyte fixes\n    \nFix typo in cpu_probe_sibyte.\n    \nSigned-Off-By: Andy Isaacson \u003cadi@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f4c72cc737561aab0d9c7f877abbc0a853f1c465",
      "tree": "14b53c7de3e27e27eed7c715f2fe96468bfeeaa0",
      "parents": [
        "0d507d61cd1cce6d920e78fe10e67296abb2a1eb"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Oct 18 13:25:29 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:43 2005 +0100"
      },
      "message": "Get 64-bit right in the kgdb stub.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "0d507d61cd1cce6d920e78fe10e67296abb2a1eb",
      "tree": "8db52cb5dc090eaee60f0248afe8743fe3e52904",
      "parents": [
        "12616ed202ba66af6e1386df02d06c72d7386339"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Oct 18 12:48:31 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:43 2005 +0100"
      },
      "message": "Sys_lookup_dcookie arguments occupy 4 argument slots.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "12616ed202ba66af6e1386df02d06c72d7386339",
      "tree": "1e003d71846e85d0e0f377b855ad9602f66e9dda",
      "parents": [
        "178086c86ac9738a76f1462e9ee4cbe8fd3b8c51"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Oct 18 10:26:46 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:43 2005 +0100"
      },
      "message": "FPU emulator garbage collection.\n    \nFirst argument of fpu_emulator_cop1Handler() was unused.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "178086c86ac9738a76f1462e9ee4cbe8fd3b8c51",
      "tree": "7981d13e3037b51acfe83b7280804ea73c6b7013",
      "parents": [
        "6ec25809c143d875ed17b2e85d1dd894a1f4aba4"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Oct 13 17:07:54 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:42 2005 +0100"
      },
      "message": "Don\u0027t print file name and line in die and die_if_kernel.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9383292f179e1907e7e7ade539ac8fd3b65c1e97",
      "tree": "67500f159dba8146a120c27619ec9524b555be93",
      "parents": [
        "8592d4c00eeb92495eaab6374baaad79b30866ed"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Jan 14 03:03:23 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:39 2005 +0100"
      },
      "message": "Date:   Fri Jan 14 03:03:23 2005 +0000\n\nLocking cleanups.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ec917c2c1ab4359a1d438e62daeb50cc42e632e1",
      "tree": "deb2e00bee354577e1f19b7b70c1a2037828a957",
      "parents": [
        "f92c1759a40a85f52b835c21b0ef6ce556b340c5"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Oct 07 16:58:15 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:37 2005 +0100"
      },
      "message": "Fixup a few lose ends in explicit support for MIPS R1/R2.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "101b3531a693ad890f33f2f04323592cd376616a",
      "tree": "adb9410d492ee3dca0fd437191213a28e02edcf4",
      "parents": [
        "8afcb5d82934c83fb01664ae00eaff9de1d8d340"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Oct 06 17:39:32 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:36 2005 +0100"
      },
      "message": "Protect manipulation of c0_status against preemption and multithreading.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "8afcb5d82934c83fb01664ae00eaff9de1d8d340",
      "tree": "b658bb46b7e42f78befc5cc561ef69b43d0bab53",
      "parents": [
        "d50f7ec9d2c3e66cc9d529f2155d088d019f467a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Oct 04 15:01:26 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:36 2005 +0100"
      },
      "message": "Detect 4KSD and treat it like 4KSc.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "57468af3267bfb89391f9c607a9637e86e55d299",
      "tree": "3a52d3238fea2dd4cd887ff626e4b45d81c9b843",
      "parents": [
        "f8bb3af924211b0e6ee66dc0d3bcb4a66ba59af4"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 03 13:40:26 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:35 2005 +0100"
      },
      "message": "Define and initialize kdb_lock using DEFINE_SPINLOCK.\nConvert kgdb_cpulock into a raw_spinlock_t.\n    \nSPIN_LOCK_UNLOCKED is deprecated and it\u0027s replacement DEFINE_SPINLOCK is\nnot suitable for arrays of spinlocks.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f8bb3af924211b0e6ee66dc0d3bcb4a66ba59af4",
      "tree": "8f8fe1953febe3fcc696a309d25a97cf68042003",
      "parents": [
        "65f1f5a2c3cdb0570806fe4e5512945673dfa199"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 03 13:30:57 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:34 2005 +0100"
      },
      "message": "Make kgdb_wait static.\n    \nNothing outside gdb-stub.c uses kgdb_wait, so change it\u0027s definition to\nstatic.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "02cf2119684e52e97a8a90bd7630386e0f1a250a",
      "tree": "fbe051feacc403d7703bf27043ac048b5d2f2369",
      "parents": [
        "942d042d17c77febab9af6815b2e77f665d0f9c1"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 01 13:06:32 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:32 2005 +0100"
      },
      "message": "Cleanup the mess in cpu_cache_init.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c78cbf49c4edf2f9ca9e56d4b87a5d6ef08b7fed",
      "tree": "44bee3daac887df59c0d69658b19c21da4e1839f",
      "parents": [
        "b288f135872b651ebf6cd1565d0709a5e31997f7"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Sep 30 13:59:37 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:30 2005 +0100"
      },
      "message": "Support for MIPSsim, the cycle accurate MIPS simulator.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b288f135872b651ebf6cd1565d0709a5e31997f7",
      "tree": "4466c2038022d406aa3378ea644e5a7989ec5a08",
      "parents": [
        "ea3d710fe572f0af4d242701973f7363b2146429"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Sep 30 01:51:21 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:29 2005 +0100"
      },
      "message": "Switch Sibyte profiling driver to -\u003ecompat_ioctl\n    \nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ea3d710fe572f0af4d242701973f7363b2146429",
      "tree": "b8c7138296d4e19b7101b51bfeb6677d27185bc7",
      "parents": [
        "9043f7e95d104795fcb03a2f762524babcd49da5"
      ],
      "author": {
        "name": "Daniel Jacobowitz",
        "email": "dan@debian.org",
        "time": "Wed Sep 28 18:11:15 2005 -0400"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:29 2005 +0100"
      },
      "message": "Revise MIPS 64-bit ptrace interface\n    \nChange the N32 debugging ABI to something more sane, and add support\nfor o32 and n32 debuggers to trace n64 programs.\n    \nSigned-off-by: Daniel Jacobowitz \u003cdan@codesourcery.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "0bf0e3e279661c42ad43014d62ddd87d42da12e7",
      "tree": "a300ea64996f301b92aade759614dc3d12de1094",
      "parents": [
        "870d3d98eb343fa0f079773653f6dbdd17f410ed"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Sep 15 16:43:50 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:23 2005 +0100"
      },
      "message": "Fix excessive signal latencies.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5bcb9a58e6e3eda4af87193c8746d15e45f51628",
      "tree": "a002040a806a115d3a2b4fece08946c90e86ec8a",
      "parents": [
        "330cfe016bec3cdf517a626083bcb0d7b1854744"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Sep 01 20:42:46 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:15 2005 +0100"
      },
      "message": "Move genrtc.c\u0027s functions into \u003casm/rtc.h\u003e\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "340ee4b98c0543b5632cac975a7449a2d28762d8",
      "tree": "94b7315d53d6eadd145c8691f0a9925f5ae389f5",
      "parents": [
        "d03d0a57754cb820d318d2234c60b728eb38a94d"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Aug 17 17:44:08 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:10 2005 +0100"
      },
      "message": "Virtual SMP support for the 34K.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d03d0a57754cb820d318d2234c60b728eb38a94d",
      "tree": "c9feac8689e0081304382411592f3e074fe96502",
      "parents": [
        "533330bf7fa19854f3b4accd2b84ff58e3ee160f"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Aug 17 13:44:26 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:09 2005 +0100"
      },
      "message": "MT bulletproofing.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "e027802e985f1cca752bf3b2e7eecae05031699f",
      "tree": "6ef2a3245e10a1438cf731b0500b390ad882ae46",
      "parents": [
        "3bffe736d93ce527a27fd5a4845fb2a0e82fcd99"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Aug 16 16:39:15 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:05 2005 +0100"
      },
      "message": "Display presence of SmartMIPS, DSP and MT ASEs in /proc/cpuinfo.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3bffe736d93ce527a27fd5a4845fb2a0e82fcd99",
      "tree": "1bed04fd852bf26941096126e86066b25748a64d",
      "parents": [
        "28a7879d8ca6afafbd1583dd777587e441d0f90e"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Aug 16 16:10:18 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:04 2005 +0100"
      },
      "message": "Delete old junk.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "28a7879d8ca6afafbd1583dd777587e441d0f90e",
      "tree": "bfc24e4dfc719f7aeb5a441c1b6063a2d8d31133",
      "parents": [
        "479a0e3e0245fa116412bc105ab1161636c220cb"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Aug 16 15:46:05 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:03 2005 +0100"
      },
      "message": "Spelling fix.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d9912d87840b321678c85396c6adf15ced2c228d",
      "tree": "100585d6cb7ddc9a76b5fff7895ae72c3b67984c",
      "parents": [
        "d3ffd085536c1801da74c098e25fd3985671e15d"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Aug 09 15:23:49 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:00 2005 +0100"
      },
      "message": "Inlining will result in back-to-back mtc0 mfc0 instructions.  Break the\nhazard by using back_to_back_c0_hazard().\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "8d9c62675d58ebfb7dfce64cd1ce109e7d90af87",
      "tree": "d37d17eaaaa520d71ae1561d91da063dea8839ed",
      "parents": [
        "075e7502d9701dbc206ed32046888acfc8a4bb73"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Aug 05 10:31:47 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:58 2005 +0100"
      },
      "message": "sys is only used for native o32 ...\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "075e7502d9701dbc206ed32046888acfc8a4bb73",
      "tree": "54e315970e45b2d2cb2a22f3709291406a6ecede",
      "parents": [
        "23fbee9dd5d2a41d36af49ff8e1669fb0c29fda8"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Wed Jul 27 21:48:12 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:58 2005 +0100"
      },
      "message": "R4600 has 32 FPRs.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ae1b3d51c89a96c641111e2c103557592577cf51",
      "tree": "1aae0a75db788d079c5e79646082bec192709250",
      "parents": [
        "1d40cfcd3442a53e98468cdb3e6d4d9a568d76cf"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Jul 15 15:44:02 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:55 2005 +0100"
      },
      "message": "Make sure that the processor is actually online or die spectacularly.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "1d40cfcd3442a53e98468cdb3e6d4d9a568d76cf",
      "tree": "76d3ba7ac251389194b74c4343d7c46231442044",
      "parents": [
        "bdf21b18b4abf983db38f04ef7fec88f47389867"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Jul 15 15:23:23 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:54 2005 +0100"
      },
      "message": "Avoid SMP cacheflushes.  This is a minor optimization of startup but\nwill also avoid smp_call_function from doing stupid things when called\nfrom a CPU that is not yet marked online.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "bdf21b18b4abf983db38f04ef7fec88f47389867",
      "tree": "b7e551f09f0ee39f4a59132be4c0890e1ba80d91",
      "parents": [
        "e01402b115cccb6357f956649487aca2c6f7fbba"
      ],
      "author": {
        "name": "Pete Popov",
        "email": "ppopov@embeddedalley.com",
        "time": "Thu Jul 14 17:47:57 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:54 2005 +0100"
      },
      "message": "Philips PNX8550 support: MIPS32-like core with 2 Trimedias on it.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "e01402b115cccb6357f956649487aca2c6f7fbba",
      "tree": "256e14f8d2762de98b992219b1a47e8f56b4b0da",
      "parents": [
        "86071b637db7baf599df26fdf820dce2fc55ca9f"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jul 14 15:57:16 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:53 2005 +0100"
      },
      "message": "More AP / SP bits for the 34K, the Malta bits and things.  Still wants\na little polishing.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "7e35952baa9d7424dfb95ca8aff7239a1f6ec011",
      "tree": "6412561c7dddfcc903491be1d6bb784646e2e3a6",
      "parents": [
        "a0c3a5b5a84df11cf6a44fc04cb6f7c0525123a8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jul 14 09:42:32 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:52 2005 +0100"
      },
      "message": "Move Origin crapola into a machine-specific header file.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "a0c3a5b5a84df11cf6a44fc04cb6f7c0525123a8",
      "tree": "ccf2fb288ae0a967315db817e7b6c96a82999313",
      "parents": [
        "8f40611d2b184ca5d525075d273854929cf8d1d0"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jul 14 07:39:46 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:52 2005 +0100"
      },
      "message": "Prevent gcc from optimizing a few functions away completly.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "8f40611d2b184ca5d525075d273854929cf8d1d0",
      "tree": "962ef8dfa515cee330f506dc4ceac83670d0f84e",
      "parents": [
        "699dbc90e8c7baecae197fb331773f505a46a1eb"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jul 14 07:34:18 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:51 2005 +0100"
      },
      "message": "Detect the MIPS R2 vectored interrupt, external interrupt controller\noptions and the precense of the MT ASE.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "55d04dff0fcf5d1c3f0d6edf6df86d82fa4c053b",
      "tree": "f046b15a3c327c486dc871a4c810d013979b4a77",
      "parents": [
        "569f75bd02d20043c4baf9fc38d937f37e7572b0"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jul 13 19:22:45 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:48 2005 +0100"
      },
      "message": "New kernel option nowait allows disabling the use of the wait instruction.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "569f75bd02d20043c4baf9fc38d937f37e7572b0",
      "tree": "d04f221d275ad6e7d8b7e2fda73f032015eb8242",
      "parents": [
        "97fb5de194a244df3a257bbddaaad911641af381"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jul 13 18:20:33 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:48 2005 +0100"
      },
      "message": "Use an irq_enable_hazard hazard barrier in unmask_mips_irq.  This\nhasn\u0027t been an actual bug, so it\u0027s more a change to be 100% compliant\nwith the requirements of the architecture spec.  Similar fix to\nmask_mips_irq where there was a slightly less theoretical chance of\ngetting hit.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "7db36c858c01218bf02931c39076b082c42d964c",
      "tree": "eb74babda1c99cb89dd052e9b9396d7fc0870ce0",
      "parents": [
        "ec74e361f1e71a2498e48b62abdc4bd8d2423354"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jul 13 11:48:45 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:47 2005 +0100"
      },
      "message": "Add inotify syscalls for MIPS.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ec74e361f1e71a2498e48b62abdc4bd8d2423354",
      "tree": "f442c9b3cf759743d97393288a31b9e481ad1df4",
      "parents": [
        "cc61c1fede7d02cb8133ab0952ca3f3ba1f7fbb1"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jul 13 11:48:45 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:46 2005 +0100"
      },
      "message": "Mark a few variables __read_mostly.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "bbc7f22f6dca8a075b565ade49e9a982f89707c3",
      "tree": "06f2055cd1bb17f1330023bf111dc9fa7b1d589c",
      "parents": [
        "079ef8bb809c701fa0ab09d8984262693b854f94"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 12 16:12:05 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:45 2005 +0100"
      },
      "message": "Detect the 34K.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "129bc8f78b468df6824dd1584829f10aa3a69c27",
      "tree": "714e9026691a406ffb76110486f21ca3107df938",
      "parents": [
        "b490ff42709546d5cf6b631c1a84a5f4fcb020e4"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jul 11 20:45:51 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:41 2005 +0100"
      },
      "message": "Setup_frame is now returning a success value.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b490ff42709546d5cf6b631c1a84a5f4fcb020e4",
      "tree": "783d4ac5af1ff44d8839197f140e105dfb334de5",
      "parents": [
        "c0ec406c80a65590dbdb60ed0d0c8e73e6c3884f"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jul 11 11:53:44 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:41 2005 +0100"
      },
      "message": "Temporary hack for Qemu and MIPSsim until they get a proper ELF loader.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "6e760c8dae7d6c47eff011dd4aad53c94d30494b",
      "tree": "141699aef6e0a3b1fef03ec0c5cc8d8958851078",
      "parents": [
        "ca4973dd559b702e265688e724f356d289b8cd67"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jul 06 12:08:11 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:37 2005 +0100"
      },
      "message": "Rename CONFIG_CPU_MIPS{32,64} to CONFIG_CPU_MIPS{32|64}_R1.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c134a5ecdb8f4aee09feca0d4d395915e752fcb8",
      "tree": "329cc17a215fa9aedfbfefe70b9dd8f29fcdfe45",
      "parents": [
        "7222424e2eb7915bceb34b915150f2fc76e0477c"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 30 09:42:00 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:33 2005 +0100"
      },
      "message": "Avoid defining variables in the middle of a block which breaks older\ncompilers.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c4559f67b73d6c34fde0faac5c6c890a2cf3527c",
      "tree": "4063b3a937215684db85cc4f70eabd99cf3b8573",
      "parents": [
        "69c75fb458cd81bb29e1d9580469110b00316748"
      ],
      "author": {
        "name": "Maciej W. Rozycki",
        "email": "macro@linux-mips.org",
        "time": "Thu Jun 23 15:57:15 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:31 2005 +0100"
      },
      "message": "Always use \".set mips3\" rather than select between \"mips2\" or \"mips3\"\nfor assembling ll/sc sequences to avoid problems with 64-bit\nconfigurations.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3b2396d972ce030e942fef9fcbea1e411b1a62db",
      "tree": "79b7f214a7aeba507a78a6d6a667c689e6f6e9a6",
      "parents": [
        "e20368d5dffcfd7a2bc1749627e97e99ec4e6a77"
      ],
      "author": {
        "name": "Maciej W. Rozycki",
        "email": "macro@linux-mips.org",
        "time": "Wed Jun 22 20:43:29 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:29 2005 +0100"
      },
      "message": "Use correct names for bits in the R3k cp0.status register.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "260c96738cf30f489108cd0fb3f10dcd11cbb5ca",
      "tree": "f9e72b1bf084ad2d38487fa8fc7dae01660dc08e",
      "parents": [
        "778220f7c4a3357f7464a45044fd4937126ba6c5"
      ],
      "author": {
        "name": "Maciej W. Rozycki",
        "email": "macro@linux-mips.org",
        "time": "Thu Jun 16 20:39:12 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:26 2005 +0100"
      },
      "message": "Mark __die() \"noreturn\" for real.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "02416dcf5a94af34bcd28b4baf25bbbf399d8136",
      "tree": "1906c4266d4e28ef0b13d0579a145603dcbcff1b",
      "parents": [
        "aac8aa7717a23a9bf8740dbfb59755b1d62f04bf"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jun 15 13:00:12 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:23 2005 +0100"
      },
      "message": "Redo RM9000 workaround which along with other DSP ASE changes was\ncausing some headache for debuggers knowing about signal frames.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "aac8aa7717a23a9bf8740dbfb59755b1d62f04bf",
      "tree": "cae373db64607dafc496827c0d2f3b67b91d880f",
      "parents": [
        "fded2e508a1d3c26ab477ab3b98f13274d4359ba"
      ],
      "author": {
        "name": "Maciej W. Rozycki",
        "email": "macro@linux-mips.org",
        "time": "Tue Jun 14 17:35:03 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:22 2005 +0100"
      },
      "message": "Enable a suitable ISA for the assembler around ll/sc so that code\nbuilds even for processors that don\u0027t support the instructions.\nPlus minor formatting fixes.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d5b6f1db5d5a7ba3f2271e5018db7c8c5c4eeea1",
      "tree": "b5d6c33db67287e91f540d81ff34746839c4bde0",
      "parents": [
        "81731f79974ffb0a7b4aabd3c3e472f8d46b057c"
      ],
      "author": {
        "name": "Maciej W. Rozycki",
        "email": "macro@linux-mips.org",
        "time": "Mon Jun 06 16:40:58 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:19 2005 +0100"
      },
      "message": "For MIPS32/MIPS64 cp0.config.mt \u003d\u003d 1 implies a standard (R4k-style)\nTLB, so no need to set it separately for each implementation.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "e50c0a8fa60da9ac0e0a70caa8a3a803815c1f2f",
      "tree": "1928e8b0a4b7fb615e5a9f65dc934ba2e74cb9cd",
      "parents": [
        "10f650db1bcc193ea07d4f8c2f07315da38ea0c4"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue May 31 11:49:19 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:17 2005 +0100"
      },
      "message": "Support the MIPS32 / MIPS64 DSP ASE.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "10f650db1bcc193ea07d4f8c2f07315da38ea0c4",
      "tree": "a6fdabdaa8493efd8d5f14ada3cdbc67f62bfe46",
      "parents": [
        "ffd099bd33c97db4be698ff8d8733bd6a301f6a3"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed May 25 13:32:49 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:17 2005 +0100"
      },
      "message": "64-bit fixes for Alchemy code ;)\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f8280c8d3d51667015c2363eeaa76b4e28e002a5",
      "tree": "91a73a265ea48ef44c7ddbd89c595f9891fd1e17",
      "parents": [
        "fdb551a4c59945f868b8855e5baf161c9f1c0518"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu May 19 12:08:04 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:16 2005 +0100"
      },
      "message": "Fix tasteless #ifdef mess in audit_arch(), minor cleanups.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "1d74f6bc85cbdc4601e5aea1e67ccbd259f0c7f4",
      "tree": "e9ffdef4000ab6e45a5d4c9233da0a7a67daf285",
      "parents": [
        "d547c5cc2186be9d74b0c595dc8059aef56cd445"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon May 09 13:16:07 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:13 2005 +0100"
      },
      "message": "__compute_return_epc() uses CFC1 instruction which might result in a\ncoprocessor unusable exception since the process can lose its fpu\ncontext by preemption.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d547c5cc2186be9d74b0c595dc8059aef56cd445",
      "tree": "c8c7ab9d109b4733bd81cb41fbd6e6454d936697",
      "parents": [
        "b382fe848345fe626b74a559fa89d2d966d03b02"
      ],
      "author": {
        "name": "Maciej W. Rozycki",
        "email": "macro@linux-mips.org",
        "time": "Fri May 06 16:28:55 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:13 2005 +0100"
      },
      "message": "sys_nfsservctl() needs translation.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b382fe848345fe626b74a559fa89d2d966d03b02",
      "tree": "37218490821a823b85424c7718d18c6910c8a7f3",
      "parents": [
        "4194318c3941fa9cfaa63dfdab9054fcae5e08d3"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri May 06 14:31:13 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:13 2005 +0100"
      },
      "message": "No point in checking cpu_has_tlb before we\u0027ve computed the CPU options.\nSo for now we just unconditionally set the option - Linux wouldn\u0027t\nwork without a TLB anyway.\n    \nSetting MIPS_CPU_4KTLB was missing for Alchemy and Sandcraft, add that\nback.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "4194318c3941fa9cfaa63dfdab9054fcae5e08d3",
      "tree": "2b44341a9cb911e34efbb33a35142fd2dcd536ff",
      "parents": [
        "cd21dfcfbb5c43de54f6be795dde07397da2bc2f"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu May 05 16:45:59 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:12 2005 +0100"
      },
      "message": "Cleanup decoding of MIPSxx config registers.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "cd21dfcfbb5c43de54f6be795dde07397da2bc2f",
      "tree": "ed3a6c46fd6aabac95c99b1e816493fcb5f788f8",
      "parents": [
        "63b2d2f4d2073ac3452ce977d27cc81eabaa61a3"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Apr 28 13:39:10 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:12 2005 +0100"
      },
      "message": "Fix preemption and SMP problems in the FP emulator code.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "cce812c99c2169f7d3157b6f7fd38cde9af9c6c6",
      "tree": "70b4b29d5965ac26f66d958d7b592644fb3afa10",
      "parents": [
        "b63014ad2dfd137ac38210c7c5cda7ecc3f536d0"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Sun Apr 17 00:04:21 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:08 2005 +0100"
      },
      "message": "Ustat needs a wrapper on n32.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "1fcf1cc742d01f786cda619fd49450b77b09e8c5",
      "tree": "0ae42177bac0a65a0b71c9c66d2591ef32215f21",
      "parents": [
        "3c37026d43c47bec4710cbda286f4a17f416f5e6"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 13 18:18:04 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:06 2005 +0100"
      },
      "message": "We pass a kernel pointer to do_sigaltstack in sys32_sigaltstack, so\nwe need to do the set_fs(KERNEL_DS) thing around this call.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3c37026d43c47bec4710cbda286f4a17f416f5e6",
      "tree": "8bf206dc3ee4337ac9839c0e9e26ec4513996670",
      "parents": [
        "38551576a35f1b48b6b359470d6e876c5b671ab6"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 13 17:43:59 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:06 2005 +0100"
      },
      "message": "NPTL, round one.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f03da6e28ea2d20f1a8451869fd1c9ea9935022b",
      "tree": "09a2e8041c2d4e1dcf9d35990caef9677db12218",
      "parents": [
        "589391a0fe229573439994b3be2cc9377722cf3d"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 13 13:37:32 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:05 2005 +0100"
      },
      "message": "Fix BogoMIPS display on UP and some minor cosmetical things.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "589391a0fe229573439994b3be2cc9377722cf3d",
      "tree": "1dccd44555ba6d47f8981c83e0a2c99164d83b04",
      "parents": [
        "05b8042ac6d35383c2fcc171ed932426c4e09ed1"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Wed Apr 13 09:11:22 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:04 2005 +0100"
      },
      "message": "fcntl64 needs to be wrapped for n32.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "05b8042ac6d35383c2fcc171ed932426c4e09ed1",
      "tree": "39d056bbbd8c1658d227ea9973098847768c14ff",
      "parents": [
        "6dd04688520d7abe4883b2a79fa720291d76b140"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Apr 12 20:26:05 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:04 2005 +0100"
      },
      "message": "Fix one more case of computing the return EPC after the registers have\nalready been modified.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "6dd04688520d7abe4883b2a79fa720291d76b140",
      "tree": "4d64b3bcad2b840ea6b8586ad018ea4077671c69",
      "parents": [
        "ac5d8c022f91d790888cc8c627b8010d3c31a300"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Apr 12 11:04:15 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:04 2005 +0100"
      },
      "message": "When simulating ll/sc compute the return EPC before modifying the\nregisters.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "2b07bd0235ca51816e4e43cb6781973358553a1b",
      "tree": "91ca54b4880c91320d30e66b487274aa01c0b907",
      "parents": [
        "fe359bf58414478a0ddbd65923e2f1aceedf330f"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Apr 08 20:36:05 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:03 2005 +0100"
      },
      "message": "Detect the 4KEcR2 and for now detect handle it like the 4KEc.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "fe359bf58414478a0ddbd65923e2f1aceedf330f",
      "tree": "f40b1bffd5a974242dd3ee19872daaa9056ba900",
      "parents": [
        "494900af689a22479eb405ff1323cad673bd9208"
      ],
      "author": {
        "name": "Pete Popov",
        "email": "ppopov@embeddedalley.com",
        "time": "Fri Apr 08 08:34:43 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:02 2005 +0100"
      },
      "message": "Fixed buglet with previous patch that broke non au1x builds.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "494900af689a22479eb405ff1323cad673bd9208",
      "tree": "c4c50f2874f48679fd476a50e8866db2ce4696d3",
      "parents": [
        "3b495f2bb749b828499135743b9ddec46e34fda8"
      ],
      "author": {
        "name": "Pete Popov",
        "email": "ppopov@embeddedalley.com",
        "time": "Thu Apr 07 00:42:10 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:02 2005 +0100"
      },
      "message": "Remove CONFIG_PM dependency from au1x wait in cpu_probe.\nAdditional work necessary to completely remove that config option.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "1b3a6e975cbe81c5abc55e4c1b9f5b5250c5f20e",
      "tree": "541db3912172f82d30244cf215b1a1b91d8c6f7f",
      "parents": [
        "7c2740f1c1a7ff2767a92042f39edad7fad95c92"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Fri Apr 01 14:07:13 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:31:00 2005 +0100"
      },
      "message": "Fix 64bit SMP TLB handler and stack frame handling, optimize 32bit SMP\nTLB handlers a bit, match definitions in pgtable-{32,64}.h better.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "209ac8ddb16f5aea115bbcfd34dab110c28b9f56",
      "tree": "ca80968fb25e6af7cc55499bed0c9344402a4e75",
      "parents": [
        "127c6f662348cbf2b1c09e6fc2748af316f7d2d6"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Mar 18 17:36:42 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:58 2005 +0100"
      },
      "message": "Use compat_sigval_t in struct compat_siginfo.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "1592dac2410511d24836e18d416b1d02c678322b",
      "tree": "2cd73f3693b3c3c8df895459690f2a02c4653803",
      "parents": [
        "b4dbf95e3080cf43a27cc324bfa0975f88174d07"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Mar 17 21:50:49 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:57 2005 +0100"
      },
      "message": "Reformatting, remove debugging code.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b4dbf95e3080cf43a27cc324bfa0975f88174d07",
      "tree": "b6b8faa75c72e5f17a18c04a919c6b36647d03fe",
      "parents": [
        "71e0e556db08cc20de76d510be5600f6e5ce143c"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Mar 16 10:23:31 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:57 2005 +0100"
      },
      "message": "Get rid of the the remains of 2.4-style ramdisk support.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "71e0e556db08cc20de76d510be5600f6e5ce143c",
      "tree": "da5afa71e99ad20dd08b10a9ed25624c3d64929f",
      "parents": [
        "a3701ca48763bbc681ee8db3d203827975849185"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Mar 14 10:16:59 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:56 2005 +0100"
      },
      "message": "Multithreaded core dumps.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "90a67b5909ed39425fd2402b2b4c46ef1372b300",
      "tree": "4ed546e786e43b50a265cda79d2c786f7c0f0b1e",
      "parents": [
        "96ed748d9da03d091799f8107fce27d218fd8f5c"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Sun Mar 13 00:07:00 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:55 2005 +0100"
      },
      "message": "sys_futex has 6 arguments.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9ff77c469ed16221c6a4e882e48e4f0dcf451bda",
      "tree": "d4d9e38471665c1521360032e3c8912e99d8ed0d",
      "parents": [
        "07b4ebd372139eb64a2898f17f2cc387b22feba8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 08 14:39:39 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:54 2005 +0100"
      },
      "message": "Export shm_align_mask and flush_data_cache_page.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "77c728c2240a1eb45f7d355f5d87ecc319cd55ce",
      "tree": "5e8abf2eceba4beaaca4aefa875be96aecb649b4",
      "parents": [
        "5eaf7a21be3f7f81573cf26541b8f9cc786fb67d"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Mar 04 19:36:51 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:53 2005 +0100"
      },
      "message": "Gcc 4.0 fixes.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "cdaed73afb61913ee5115aa38b0c35ecb0513f50",
      "tree": "5470e1535229e926fc46b27a51f0ff851afa3ca3",
      "parents": [
        "ebc7f12fbc6a2d2df1930b91b380c9defb48cbf3"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Mar 04 12:35:42 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:51 2005 +0100"
      },
      "message": "Fix preemption bug.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "fe00f943e0ef98b4057abcc2940d631a975b43cd",
      "tree": "c036ab8269ac86485130a083330229a01d319557",
      "parents": [
        "14f18b7f7e58de9a34c4b5fd38d5f73f22fba7ac"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 01 19:22:29 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:50 2005 +0100"
      },
      "message": "Sparseify MIPS.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "14f18b7f7e58de9a34c4b5fd38d5f73f22fba7ac",
      "tree": "dd4acaac38b4a238349fc0ef785bb84152fb1942",
      "parents": [
        "5068debff2dcbc8f624811e3c06d60c7c0bba744"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 01 18:15:08 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:49 2005 +0100"
      },
      "message": "On 24K we did always disable cache parity protection - obviously not\nthe greatest thing to do.  Try to enable parity protection, check if\nwe actually succeeded and print a message about the outcome of this.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "0f04afb59565c3029563b9a79b3513c9f3327a27",
      "tree": "36298347f5f44600560a525c537172b230b326a9",
      "parents": [
        "2d32ffa44a5323fda147bd5b0723744a9163e37f"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 01 10:38:58 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:48 2005 +0100"
      },
      "message": "ISOify.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "e3ad1c23ba72214669b364c6fa304531dc768c3e",
      "tree": "bc1e0004d3df66b4c37a2deb8d89431657039719",
      "parents": [
        "784f7b9d895893c6aa3ca471c1344a62fc29c285"
      ],
      "author": {
        "name": "Pete Popov",
        "email": "ppopov@embeddedalley.com",
        "time": "Tue Mar 01 06:33:16 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:47 2005 +0100"
      },
      "message": "Base Au1200 2.6 support.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "784f7b9d895893c6aa3ca471c1344a62fc29c285",
      "tree": "6a1be4fbbd1ed4b0df09e18878b01d43124e0622",
      "parents": [
        "333d1f6794b341df11f286f5dca123c6dc64a770"
      ],
      "author": {
        "name": "Steven J. Hill",
        "email": "sjhill@realitydiluted.com",
        "time": "Tue Mar 01 03:51:33 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:47 2005 +0100"
      },
      "message": "Fix \u0027prctl\u0027 system call for IRIX. At this point IRIX 5.3 static binaries\nare now working for 80% of the ones I have tried. The other ones that do\nnot work all fail in the same way with the same messages. Once that bug\nis tracked down, we should be in good shape. Task locking still needs\nsome work.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "8ab00b9a02c55fd6263c5f7c0dc88389d94de327",
      "tree": "0893140cd9b2c80198950f3cd1b8053f951ca729",
      "parents": [
        "d437441ef5336874e934bd53a03159a584efe95a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Feb 28 13:39:57 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:46 2005 +0100"
      },
      "message": "Convert struct hw_interrupt_type initializations to ISO C99 named\ninitializers.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b727a60258730b331519fedda503a8da78638791",
      "tree": "aaf081d988fbc67ce5038f3a5613483ce805e740",
      "parents": [
        "0ac354801a879181471331c5b9be021bf5b9d515"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 22 21:18:01 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:43 2005 +0100"
      },
      "message": "Merge do_boot_cpu() into the new style __cpu_up().\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "0ac354801a879181471331c5b9be021bf5b9d515",
      "tree": "62e7f45e8167a86fd6accfb3a05b558a10508f0d",
      "parents": [
        "1f82bdb11ba141b3a1d37ac8c307686d56544cfe"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Feb 21 21:34:24 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:42 2005 +0100"
      },
      "message": "On multiprocessor systems the BogoMIPS for each CPU was reported was\nthe value for the last CPU having calibrated it\u0027s delay loop.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "dc953df1ba5526814982676f47580c8e1bcdbfeb",
      "tree": "83adba634d22f0788edbd944586b6f2d2a95bde7",
      "parents": [
        "4e6a05fe5f87efd58da16fbf61e1f6329575fcfd"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Mon Feb 21 10:55:16 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:40 2005 +0100"
      },
      "message": "Fix wchan implementation, based on earlier by from Atsushi Nemoto.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "4e6a05fe5f87efd58da16fbf61e1f6329575fcfd",
      "tree": "ed16ed0f4f0307373bba6f83e91fc6495add020b",
      "parents": [
        "7ee8798f3756fc473e63abeba56fae3e192ce71f"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Mon Feb 21 10:45:09 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:39 2005 +0100"
      },
      "message": "Improved modules loader, more robust and works on 64bit kernels.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "7ee8798f3756fc473e63abeba56fae3e192ce71f",
      "tree": "0aa88cef08a4feb76b961615bf9673893f46d435",
      "parents": [
        "dd193261482ac235f08836750d22689fd55c5ca0"
      ],
      "author": {
        "name": "Steven J. Hill",
        "email": "sjhill@realitydiluted.com",
        "time": "Sat Feb 19 16:15:54 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:39 2005 +0100"
      },
      "message": "Until I figure out why NFS filesystems are having problems with\nthe \u0027load_irix_binary\u0027 and having kernel faults, Irix support is\ndisabled. I suspect locking of some sort, but I will now have to\ninvestigate further.\n\nStatic IRIX binaries are now being detected properly and are using the\nELF interpreter found in this file.\n\nSigned-off-by: Steven J. Hill \u003csjhill@realitydiluted.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d1abb6a2b8b57fa14ae0f69d4a3cb07ff9cdb8d1",
      "tree": "9bb086547b131b55dfaef22a7592f9d66a5db150",
      "parents": [
        "a982099ca5465dd848d8ae28a83a3e49ac7b612b"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Feb 16 21:25:03 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:30:37 2005 +0100"
      },
      "message": "32-bit compatibility for various timer-related system calls.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    }
  ],
  "next": "a982099ca5465dd848d8ae28a83a3e49ac7b612b"
}
