)]}'
{
  "log": [
    {
      "commit": "0c6856f702732d3cfc33eb59303e998ad6961de8",
      "tree": "98d3c76586f6e63b4dc43a0f763e9b6a7cc4a984",
      "parents": [
        "57136ca6d57359c7f21a9bbb4a5a0a61eeb53f2b"
      ],
      "author": {
        "name": "Markus Armbruster",
        "email": "armbru@redhat.com",
        "time": "Mon Jun 26 00:24:34 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jun 26 09:58:17 2006 -0700"
      },
      "message": "[PATCH] oprofile: Fix unnecessary cleverness\n\nnmi_create_files() in arch/i386/oprofile/nmi_int.c depends on\nmodel-\u003enum_counters (number of performance counters) being less than 10.\nWhile this is currently the case, it\u0027s too clever by half.\n\nOther archs aren\u0027t quite as clever: they assume 100.  I suggest to\nnormalize them all to 1000.\n\nCc: Philippe Elie \u003cphil.el@wanadoo.fr\u003e\nCc: John Levon \u003clevon@movementarian.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "83cc5ed3c4c65fc4c3729a5cec2111ede1ebf85e",
      "tree": "ea2b6b04117ad88c41a5059bdaf36a7a505808c0",
      "parents": [
        "76a8ad293912cd2f01eca075d80cd0ddec30c627"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun Jun 25 05:47:41 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:06 2006 -0700"
      },
      "message": "[PATCH] kernel/sys.c: cleanups\n\n- proper prototypes for the following functions:\n  - ctrl_alt_del()  (in include/linux/reboot.h)\n  - getrusage()     (in include/linux/resource.h)\n- make the following needlessly global functions static:\n  - kernel_restart_prepare()\n  - kernel_kexec()\n\n[akpm@osdl.org: compile fix]\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7dbdf43cfa635ddc3701cc8d1eab07597cd731c0",
      "tree": "b0f3c8bcd1be31bbb97ced989e19eaf63280da80",
      "parents": [
        "f2c780c1fdbe5008c902c2d7e37242ac5e60f0b9"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Fri Jun 23 02:04:14 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:42:56 2006 -0700"
      },
      "message": "[PATCH] mips: fix number of mremap arguments\n\nmremap syscall takes 5 arguments. Fixed by Ralf Baechle.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "726c334223180e3c0197cc980a432681370d4baf",
      "tree": "8327b354bb3dc959a6606051ae6f8d4d035e38a2",
      "parents": [
        "454e2398be9b9fa30433fccc548db34d19aa9958"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Fri Jun 23 02:02:58 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 23 07:42:45 2006 -0700"
      },
      "message": "[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry\n\nGive the statfs superblock operation a dentry pointer rather than a superblock\npointer.\n\nThis complements the get_sb() patch.  That reduced the significance of\nsb-\u003es_root, allowing NFS to place a fake root there.  However, NFS does\nrequire a dentry to use as a target for the statfs operation.  This permits\nthe root in the vfsmount to be used instead.\n\nlinux/mount.h has been added where necessary to make allyesconfig build\nsuccessfully.\n\nInterest has also been expressed for use with the FUSE and XFS filesystems.\n\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nAcked-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Nathan Scott \u003cnathans@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1723b4a34af85447684c9696af83929d2c1e8e6b",
      "tree": "ffd16da24a0a6a661d21d1b1f8ef85f0f3b615d9",
      "parents": [
        "b97b36bfd761d83f714eb1b5d6bce519794fa650"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Tue Jun 20 00:19:13 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:27 2006 +0100"
      },
      "message": "[MIPS] Make timer interrupt frequency configurable from kconfig.\n\nMake HZ configurable.  DECSTATION can select 128/256/1024 HZ, JAZZ can\nonly select 100 HZ, others can select 100/128/250/256/1000/1024 HZ if\nnot explicitly specified).  Also remove all mach-xxx/param.h files and\nupdate all defconfigs according to current HZ value.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "35189fad3cb5f6e3ab66c8321928a851de0cd2b1",
      "tree": "70dcd11a08d964da9ee27bc716b2205f250b42dd",
      "parents": [
        "355c471f2ff324c21f8a1fb8e2e242a0f2a4aa68"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Jun 18 16:39:46 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:26 2006 +0100"
      },
      "message": "[MIPS] Support for the RM9000-based Basler eXcite smart camera platform.\n\nSigned-off-by: Thomas Koeller \u003cthomas.koeller@baslerweb.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "355c471f2ff324c21f8a1fb8e2e242a0f2a4aa68",
      "tree": "8a491d03e865b9e16686004dea765a141e048219",
      "parents": [
        "4a0312fca6599299bbed944ce09278d90388a3e5"
      ],
      "author": {
        "name": "dmitry pervushin",
        "email": "dpervushin@ru.mvista.com",
        "time": "Sun May 21 14:53:06 2006 +0400"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:26 2006 +0100"
      },
      "message": "[MIPS] Support for the R5500-based NEC EMMA2RH Mark-eins board\n\nSigned-off-by: dmitry pervushin  \u003cdpervushin@ru.mvista.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "4a0312fca6599299bbed944ce09278d90388a3e5",
      "tree": "cde9b9d353eab1aa7ab062c2a958986bd45c1f24",
      "parents": [
        "b00f473e1af9a11454e572de1ea446eb672e700d"
      ],
      "author": {
        "name": "Thomas Bogendoerfer",
        "email": "tsbogend@alpha.franken.de",
        "time": "Tue Jun 13 13:59:01 2006 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:24 2006 +0100"
      },
      "message": "[MIPS] Support SNI RM200C SNI in big endian mode and R5000 processors.\n\nAdded support for RM200C machines with big endian firmware\nAdded support for RM200-C40 (R5000 support)\n    \nSigned-off-by: Florian Lohoff \u003cflo@rfc822.org\u003e\nSigned-off-by: Thomas Bogendoerfer \u003ctsbogend@alpha.franken.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "4fb60a4b80f9db94605c2a47807d34dfb9ae44c8",
      "tree": "07f454d04edd7a02b8e6d8a8c7ec04b6b0d1aec6",
      "parents": [
        "b75d4c1d686aff4f8f9ea96b2e8908a3454a3ff3"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Sun Jun 18 05:23:47 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:24 2006 +0100"
      },
      "message": "[MIPS] Random fixes for sb1250\n\nRandom improvements for sb1250: Silence compiler warnings, a bugfix for\nthe profiling code, and a comment typo.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b75d4c1d686aff4f8f9ea96b2e8908a3454a3ff3",
      "tree": "037024e26c3f91919dbbcb35fb0af341970c64eb",
      "parents": [
        "470b160364db5b8096b8e557a23c97eb6612be67"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Sun Jun 18 05:17:54 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:24 2006 +0100"
      },
      "message": "[MIPS] Fix bcm1480 compile\n\nFix compilation for bcm1480, a hpt is only available on sb1250/bcm112x.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "470b160364db5b8096b8e557a23c97eb6612be67",
      "tree": "e788b9548129880ecf5f6a7be89d7f1380050616",
      "parents": [
        "eaff3888742155bd397e45a1c3323c0173042e5b"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Jun 18 05:28:38 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:24 2006 +0100"
      },
      "message": "[MIPS] Remove support for NEC DDB5476.\n\nAs warned several times before.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "eaff3888742155bd397e45a1c3323c0173042e5b",
      "tree": "bf8ee6203072e01ce0d50db5898137c7552da6e5",
      "parents": [
        "2925aba4223f4532e85f0c6f64584b3e0b2849c3"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Jun 18 04:58:57 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:24 2006 +0100"
      },
      "message": "[MIPS] Remove support for NEC DDB5074.\n\nAs warned several times before.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "2925aba4223f4532e85f0c6f64584b3e0b2849c3",
      "tree": "1a7d38a22db3b745926232d665d6653baa47ee61",
      "parents": [
        "7ab2dc41d15f31e9d5472e46148337b4cf7c941c"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Jun 18 01:32:22 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:23 2006 +0100"
      },
      "message": "[MIPS] Cleanup memory managment initialization.\n\nHistorically plat_mem_setup did the entire platform initialization.  This\nwas rather impractical because it meant plat_mem_setup had to get away\nwithout any kind of memory allocator.  To keep old code from breaking\nplat_setup was just renamed to plat_setup and a second platform\ninitialization hook for anything else was introduced.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "610019baddcb4c4c323c12cd44ca7f73d7145d6f",
      "tree": "e08e7fbac1f2358b8725a5082ac456d66502d532",
      "parents": [
        "9e0c7afd0ec6e6d788df14270b2b1b8f21a384a8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Jun 17 14:54:32 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:23 2006 +0100"
      },
      "message": "[MIPS] Remove unused function alloc_pci_controller.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9e0c7afd0ec6e6d788df14270b2b1b8f21a384a8",
      "tree": "40ab41d3405e393c94b01b9d863263df94f39744",
      "parents": [
        "3a11545615dedd8dd52ff110ddf6e970bfac963a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Jun 17 00:55:45 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:23 2006 +0100"
      },
      "message": "[MIPS] IP27: Extract pci_ops into separate file.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3a11545615dedd8dd52ff110ddf6e970bfac963a",
      "tree": "54f72b728ff5c36d3134d2e18ad69ba4c6801325",
      "parents": [
        "c340cc504c91cf81561ecca10ec13396ae24dcc0"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Jun 17 00:46:27 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:23 2006 +0100"
      },
      "message": "[MIPS] IP27: Use symbolic constants instead of magic numbers.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c340cc504c91cf81561ecca10ec13396ae24dcc0",
      "tree": "aae1bca403ae101ee6c907447be7aa3936e151bc",
      "parents": [
        "f456acae4fe9b4504db7d75c51fba6b8db787ee2"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Thu Jun 15 23:29:37 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:23 2006 +0100"
      },
      "message": "[MIPS] vr41xx: remove unnecessay items from vr41xx/Kconfig.\n\nRemove unnecessary items from vr41xx/Kconfig.  SYS_HA_CPU_VR41XX has\nalready been selected by MACH_VR41XX.\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f456acae4fe9b4504db7d75c51fba6b8db787ee2",
      "tree": "0957b407a6ce53a67a3df333a83d24a9d47d3c9b",
      "parents": [
        "09866258612bd9f389b0d86b3a63fe98e855d3f0"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jun 14 08:10:35 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:23 2006 +0100"
      },
      "message": "[MIPS] IP27: Cleanup N/M mode configuration.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "952fa954a61cee43de5afba91ae605e30ed2586c",
      "tree": "8d94bd87614cb1c8a7eda02e383c7b6c4f45a474",
      "parents": [
        "aa9772e330d6c0a8a94316cb38ae8a7495885a60"
      ],
      "author": {
        "name": "Rodolfo Giometti",
        "email": "giometti@linux.it",
        "time": "Mon Jun 05 17:43:10 2006 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:22 2006 +0100"
      },
      "message": "[MIPS] APM emu support\n\nSigned-off-by: Rodolfo Giometti \u003cgiometti@linux.it\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "aa9772e330d6c0a8a94316cb38ae8a7495885a60",
      "tree": "7371d03f0d86a74eb751d0e262fd562214bf8da5",
      "parents": [
        "bf5a312b26e9943613b765a29a8de5f4c762df11"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 12 00:55:14 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:22 2006 +0100"
      },
      "message": "[MIPS] SN: Rename SGI_SN0_N_MODE -\u003e SGI_SN_N_MODE.\n\nIt\u0027s not SN0-specific.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d8cb4e119f9a97f87f69a179d855f5dfc5d578c2",
      "tree": "65758baf0c2bb77c86d002ec602f4b3c75fa27c9",
      "parents": [
        "3e0ba410a5d5595c2b79ecbfb85fb2466b998680"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Jun 11 23:03:08 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:21 2006 +0100"
      },
      "message": "[MIPS] Cleanup ARCH_DISCONTIGMEM_ENABLE and NUMA configuration.\n\nIP27 configuration isn\u0027t the only NUMA system - it just happens to be\nthe currently only supported MIPS NUMA system.  So move the necessary\noptions back into the main MIPS Kconfig file.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5e46c3aefe60d1398488410a0c39b4cd87738614",
      "tree": "982f9820e63cee8aacc4a6132f124d1cef4fe901",
      "parents": [
        "cbb306962ec4b30e03423137e22d605281a8f598"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Jun 04 15:14:05 2006 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:20 2006 +0100"
      },
      "message": "[MIPS] C99-ify struct resource initialization.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "cbb306962ec4b30e03423137e22d605281a8f598",
      "tree": "510435da13b336be64eb210f6d2a552503188c43",
      "parents": [
        "1bd5e16168b58e73f7be432ba3558af9d38662cf"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Jun 04 00:55:21 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:20 2006 +0100"
      },
      "message": "[MIPS] Remove duplicate declarations from Alchemy code.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "fbd7a38ffb127da53a4c9fd0ad09e6ed937e8e3f",
      "tree": "2f06c671b67200e181c289949caf4bc08eb2a77e",
      "parents": [
        "b0b0e13e7dd309be13ab9324e67893e62b136e44"
      ],
      "author": {
        "name": "Sergei Shtylyov",
        "email": "sshtylyov@ru.mvista.com",
        "time": "Sun May 28 00:04:01 2006 +0400"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:19 2006 +0100"
      },
      "message": "[MIPS] arch/mips/au1000/time.c cleanup\n\nMark au1xxx_timer_setup() __init, just because it is. Get rid of\nunneeded extern\u0027s (note that (*do_gettimeoffset)() is already declared by\n\u003casm/time.c\u003e) and an unused variable. Kill some whitespace...\n\nSigned-off-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b0b0e13e7dd309be13ab9324e67893e62b136e44",
      "tree": "522f2ee785c8ab5600a254cabe8b2d0326425a0c",
      "parents": [
        "c583122c26ad04bb2379933dc5acc8b9479d6c67"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu May 18 12:38:47 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:19 2006 +0100"
      },
      "message": "[MIPS] Remove unused instances of prom_build_cpu_map.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c583122c26ad04bb2379933dc5acc8b9479d6c67",
      "tree": "8afc9153e18b300ab93ff6a675e0c0f6e464c518",
      "parents": [
        "eae89076e696f51762d81d6e2538c3beb59fa7bd"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Mon May 15 18:59:34 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:19 2006 +0100"
      },
      "message": "[MIPS] Qemu system shutdown support\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "eae89076e696f51762d81d6e2538c3beb59fa7bd",
      "tree": "7aab0972d6786721eb6c9b01d77a1b5f13263c49",
      "parents": [
        "5deee2dbf495b2693629f7e8f846483432096278"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Tue May 16 01:26:03 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:18 2006 +0100"
      },
      "message": "[MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs.\n\nThe struct mips_fpu_soft_struct and mips_fpu_hard_struct are\ncompletely same now and the kernel fpu emulator assumes that.  This\npatch unifies them to mips_fpu_struct and get rid of mips_fpu_union.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5deee2dbf495b2693629f7e8f846483432096278",
      "tree": "8ab697ac6c3217a60a93e56e88df482230eb2f77",
      "parents": [
        "a240a469649eaab03f0c4c7fbb21ea5041bf5572"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon May 15 15:08:22 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:18 2006 +0100"
      },
      "message": "[MIPS] Remove prototype for non-existing function.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "a240a469649eaab03f0c4c7fbb21ea5041bf5572",
      "tree": "71801adbf35a8a449a76398a4a5d7c34066313b4",
      "parents": [
        "a643d2b57403dc943fd4d9a3c803addd1c6b0ddc"
      ],
      "author": {
        "name": "Mark.Zhan",
        "email": "rongkai.zhan@windriver.com",
        "time": "Sat May 06 17:04:20 2006 +0800"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:18 2006 +0100"
      },
      "message": "[MIPS] Wind River 4KC PPMC Eval Board Support\n    \nSupport for the GT-64120-based Wind River 4KC PPMC Evaluation board.\n\nSigned-off-by: Rongkai.Zhan \u003cRongkai.zhan@windriver.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "a643d2b57403dc943fd4d9a3c803addd1c6b0ddc",
      "tree": "c06e22a97cffe9f700874fba938eceb6226e50e8",
      "parents": [
        "3c0094426f3ff37697062b940211712746419688"
      ],
      "author": {
        "name": "Herbert Valerio Riedel",
        "email": "hvr@gnu.org",
        "time": "Sun May 07 15:48:25 2006 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:17 2006 +0100"
      },
      "message": "[MIPS] Au1xxx: board specific irq code cleanup\n\nConvert sizeof/sizeof use to use of ARRAY_SIZE macro, and annotate\nirqmap structures as __initdata.\n\nSigned-off-by: Herbert Valerio Riedel \u003chvr@gnu.org\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3c0094426f3ff37697062b940211712746419688",
      "tree": "9cf7f61829a9ac03294bc04e9b00257a17c2d2d9",
      "parents": [
        "0307e8d024dffc00743fb54b9afa920a346f1adb"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Jun 16 17:10:49 2006 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:17 2006 +0100"
      },
      "message": "[MIPS] IP27: Fix collision with hardcoded interrupt number.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "e1701fb2e2f3c02760684e26007e3379be23b690",
      "tree": "ed27a4aa460a0fa5ae0a928e2dd86de0e555bd68",
      "parents": [
        "4b29f6043dbb07823a0a618fb8b35ef3ac83e759"
      ],
      "author": {
        "name": "[MIPS] James E Wilson",
        "email": "wilson@specifix.com",
        "time": "Mon Feb 27 15:04:38 2006 -0800"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:16 2006 +0100"
      },
      "message": "[PATCH] Fix BCM1480 doubled process accounting times.\n\nRunning a UP kernel on a bcm1480 board, I get nonsensical timing\nresults, like this:\nrelease@unknown:~/tmp$ time ./a.out\nreal    0m22.906s\nuser    0m45.792s\nsys     0m0.010s\nAccording to my watch, this program took 23 seconds to run, so the real\ntime clock is OK.  It is process accounting that is broken.\n\nI tracked this down to a problem with the function\nbcm1480_timer_interrupt in the file sibyte/bcm1480/time.c.  This\nfunction calls ll_timer_interrupt for cpu0, and ll_local_timer_interrupt\nfor all cpus.  However, both of these functions do process accounting.\nThus processes running on cpu0 end up with doubled times.  This is very\nobvious in a UP kernel where all processes run on cpu0.\n\nThe correct way to do this is to only call ll_local_timer interrupt if\nthis is not cpu0.  This can be seen in the mips-board/generic/time.c\nfile, and also in the sibyte/sb1250/time.c file, both of which handle\nthis correctly.  I fixed the bcm1480/time.c file by copying over the\ncorrect code from the sb1250/time.c file.\n\nWith this fix, I now get sensible results.\nrelease@unknown:~/tmp$ time ./a.out\nreal    0m22.903s\nuser    0m22.894s\nsys     0m0.006s\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "4b29f6043dbb07823a0a618fb8b35ef3ac83e759",
      "tree": "60958a8df2a8b5e5cadb0df225753d5500a95f95",
      "parents": [
        "72fbfb260197a52c2bc2583f3e8f15d261d0f924"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jun 07 15:24:44 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:16 2006 +0100"
      },
      "message": "[MIPS] Mark PNX8550 support broken.\n    \nBroken in too many way for me to fix it for 2.6.17.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "72fbfb260197a52c2bc2583f3e8f15d261d0f924",
      "tree": "4801ed07d35013ece68ed9ca40f40421ff8f5e2a",
      "parents": [
        "aac076f8805448a6331a526aa02cc438730ddd39"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jun 07 13:25:37 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:16 2006 +0100"
      },
      "message": "[MIPS] Fix optimization for size build.\n    \nIt took a while longer than on other architectures but gcc has finally\nstarted to strike us as well ...\n    \nThis also fixes the damage by 6edfba1b33c701108717f4e036320fc39abe1912.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "aac076f8805448a6331a526aa02cc438730ddd39",
      "tree": "270ad4de03c5cf88e6a267335ac4888dcce09854",
      "parents": [
        "973c789742b4dc957cd7feb96cae98988dd0cf01"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jun 07 12:53:17 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:15 2006 +0100"
      },
      "message": "[MIPS] IP22: Fix ISA driver builds if CONFIG_EISA is selected.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "973c789742b4dc957cd7feb96cae98988dd0cf01",
      "tree": "f9a78f2c8fccf4b9be408eddf365d7fb68950743",
      "parents": [
        "c138e12f3a2e0421a4c8edf02587d2d394418679"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Wed Jun 07 09:53:34 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:14 2006 +0100"
      },
      "message": "[MIPS] Cobalt: Fix undefined reference to disable_early_printk.\n    \nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c138e12f3a2e0421a4c8edf02587d2d394418679",
      "tree": "66abbf27cbfc9030958b469aa4d826242417a752",
      "parents": [
        "734996820fd02b52a3fa0fcc09bdb914934bea4c"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Tue May 23 00:47:41 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:13 2006 +0100"
      },
      "message": "[MIPS] Fix fpu_save_double on 64-bit.\n\n\u003e Without this fix, _save_fp() in 64-bit kernel is seriously broken.\n\u003e\n\u003e ffffffff8010bec0 \u003c_save_fp\u003e:\n\u003e ffffffff8010bec0:       400d6000        mfc0    t1,c0_status\n\u003e ffffffff8010bec4:       000c7140        sll     t2,t0,0x5\n\u003e ffffffff8010bec8:       05c10011        bgez    t2,ffffffff8010bf10 \u003c_save_fp+0x50\u003e\n\u003e ffffffff8010becc:       00000000        nop\n\u003e ffffffff8010bed0:       f4810328        sdc1    $f1,808(a0)\n\u003e ...\n\nFix register usage in fpu_save_double() and make fpu_restore_double()\nmore symmetric with fpu_save_double().\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "734996820fd02b52a3fa0fcc09bdb914934bea4c",
      "tree": "7d12e625c842bfc605b83506fd2423a44fad53ed",
      "parents": [
        "427abfa28afedffadfca9dd8b067eb6d36bac53f"
      ],
      "author": {
        "name": "Elizabeth Oldham",
        "email": "beth@mips.com",
        "time": "Tue Jun 06 10:57:09 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 19 17:39:13 2006 +0100"
      },
      "message": "[MIPS] Malta: Handle byteswapping hardare bug in big endian mode.\n    \nThe SOC-it system controller running in big endian mode might forget\nbyteswapping when DMAing to the last word of physical memory.  Fixed by\nignoring the last page of memory.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "a8c725045eb2eaa6c28a5493cb193f47a5c4afe4",
      "tree": "c391726aa0daa077ef3675ab375c253814ae6f9b",
      "parents": [
        "2f9c3c2c24af5f2e6061756d6fc04fdf66f41106",
        "e853534e6b94f87e48f29e1701c3f6f8a63669c5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jun 05 16:23:02 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jun 05 16:23:02 2006 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-serial\n\n* master.kernel.org:/home/rmk/linux-2.6-serial:\n  [SERIAL] typo: buad -\u003e baud\n"
    },
    {
      "commit": "b1c231f5a57cb4a417c38a8a946f1e66db3bb9c0",
      "tree": "940184596b217cfe65948e8e29d91025e3657d47",
      "parents": [
        "ecf52d3c895c8bc069b9ae07c18acf39d846c2ef"
      ],
      "author": {
        "name": "Chad Reese",
        "email": "creese@caviumnetworks.com",
        "time": "Tue May 30 17:16:49 2006 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 06 00:15:20 2006 +0100"
      },
      "message": "[MIPS] Fix sparsemem support.\n    \nMove memory_present() in arch/mips/kernel/setup.c. When using sparsemem\nextreme, this function does an allocate for bootmem. This would always\nfail since init_bootmem hasn\u0027t been called yet.\n    \nMove memory_present after free_bootmem. This only marks actual memory\nranges as present instead of the entire address space.\n    \nSigned-off-by: Chad Reese  \u003ccreese@caviumnetworks.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ecf52d3c895c8bc069b9ae07c18acf39d846c2ef",
      "tree": "0c39ea1b0cf231b70a8b2340cb0217d0bca91b66",
      "parents": [
        "460c0422c3861ab63a14c2be600a96a9e68b89f2"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Thu Jun 01 01:00:03 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 06 00:15:20 2006 +0100"
      },
      "message": "[MIPS] Fix compiler warnings (field width, unused variable)\n    \nFix following warnings:\nlinux/arch/mips/kernel/setup.c:432: warning: field width is not type int (arg 2)\nlinux/arch/mips/kernel/setup.c:432: warning: field width is not type int (arg 4)\nlinux/arch/mips/kernel/syscall.c:279: warning: unused variable `len\u0027\nlinux/arch/mips/kernel/syscall.c:280: warning: unused variable `name\u0027\nlinux/arch/mips/math-emu/dp_fint.c:32: warning: unused variable `xc\u0027\nlinux/arch/mips/math-emu/dp_flong.c:32: warning: unused variable `xc\u0027\nlinux/arch/mips/math-emu/sp_fint.c:32: warning: unused variable `xc\u0027\nlinux/arch/mips/math-emu/sp_flong.c:32: warning: unused variable `xc\u0027\n    \n(original patch by Atsushi, slight changes to the setup.c part by me.)\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "460c0422c3861ab63a14c2be600a96a9e68b89f2",
      "tree": "8b3064199b514967e6c45e7a4e416213b1408cc9",
      "parents": [
        "e32b699335b70fae94ce041c9a1c6d3a31a3f7e4"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Thu Jun 01 01:00:39 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 06 00:15:19 2006 +0100"
      },
      "message": "[MIPS] Fix sparse warnings about too big constants.\n    \nFix following warnings:\nlinux/arch/mips/kernel/setup.c:249:12: warning: constant 0xffffffff00000000 is so big it is unsigned long\nlinux/arch/mips/kernel/cpu-bugs64.c:209:10: warning: constant 0xffffffffffffdb9a is so big it is unsigned long\nlinux/arch/mips/kernel/cpu-bugs64.c:227:10: warning: constant 0xffffffffffffdb9a is so big it is unsigned long\nlinux/arch/mips/kernel/cpu-bugs64.c:283:10: warning: constant 0xffffffffffffdb9a is so big it is unsigned long\nlinux/arch/mips/kernel/cpu-bugs64.c:299:10: warning: constant 0xffffffffffffdb9a is so big it is unsigned long\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b6d7c7a91138c883f890c204cd5300172145b0b3",
      "tree": "cc4b2de6381748b13d181147ab754d943ee2e11c",
      "parents": [
        "7cb710c9a617384cd0ed30638f3acc00125690fc"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue May 30 02:13:16 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 06 00:15:19 2006 +0100"
      },
      "message": "[MIPS] IP32: Fix warnings.\n    \nThe expressions are volatile; no need for temporary variables.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "aa32374aaa2e516a9b0719477efae0782a62a79e",
      "tree": "94189adc9e155c26c96099a1f2962dea6750e892",
      "parents": [
        "7155262e180d3b50fdea0f58f3329d9ae81ef80b"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon May 29 00:02:12 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 06 00:15:18 2006 +0100"
      },
      "message": "[MIPS] SB1: Only pass1 FPUs are broken beyond recovery.\n    \nThe wrong revision number in the check was forcing a fallback to FPU\nemulation for all SB1 cores in 2.6.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "7155262e180d3b50fdea0f58f3329d9ae81ef80b",
      "tree": "924e2dc1c98edbba25e1541d2896d9b13e41e550",
      "parents": [
        "fef6d6a73a3985e4fdb5ab1910909c0c73539829"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Sun May 28 15:02:53 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 06 00:15:17 2006 +0100"
      },
      "message": "[MIPS] open() forces O_LARGEFILE for o32 on 64bit kernels\n    \nopen() always sets the O_LARGEFILE flag for the o32 ABI implementation\nof a 64bit kernel. The appended patch fixes it.\n    \nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "fef6d6a73a3985e4fdb5ab1910909c0c73539829",
      "tree": "15cfecce58c3e95be680c6af750b807eac4f2d35",
      "parents": [
        "6ebba0e2f56ee77270a9ef8e92c1b4ec38e5f419"
      ],
      "author": {
        "name": "Sergei Shtylyov",
        "email": "sshtylyov@ru.mvista.com",
        "time": "Sat May 27 23:36:41 2006 +0400"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 06 00:15:17 2006 +0100"
      },
      "message": "[MIPS] Au1xx0: fix prom_getenv() to handle YAMON style environment\n    \nAlchemy boards use YAMON which passes the environment variables as the\ntuples of strings (the name followed by the value) unlike PMON which\npasses \"name\u003d\u003cval\u003e\" strings.\n    \nSigned-off-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9370b35175ca43fad7d24bc7b391473f3becbee8",
      "tree": "4d1f3e7a0708c86da26720288711f8702b00b601",
      "parents": [
        "cac4bcbce0e800f2219a27b66aaeb4a33f2e3dbc"
      ],
      "author": {
        "name": "Sergei Shtylyov",
        "email": "sshtylyov@ru.mvista.com",
        "time": "Fri May 26 19:44:54 2006 +0400"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 06 00:15:13 2006 +0100"
      },
      "message": "[MIPS] Save write-only Config.OD from being clobbered\n    \nSave the Config.OD bit from being clobbered by coherency_setup(). This\nbit, when set, fixes various errata in the early steppings of Au1x00\nSOCs.  Unfortunately, the bit was write-only on the most early of them.\nIn addition, also restore the bit after a wakeup from sleep.\n    \nSigned-off-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "cac4bcbce0e800f2219a27b66aaeb4a33f2e3dbc",
      "tree": "d70076cbfca03f74bcc98795f5887579473457b8",
      "parents": [
        "722ace9dfb73a62bf78c2db619795cfc128fef5a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed May 24 16:51:02 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 06 00:15:13 2006 +0100"
      },
      "message": "[MIPS] Print more information if we\u0027re struck by a machine check exception.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "1acf1ca7e906cf7453d76d76a6c953996295c220",
      "tree": "14785b7872c6e2c98ae170afa819a978c717335d",
      "parents": [
        "5ee823507b3c7d2187df2160125a4f64232d3a60"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Tue May 23 16:42:38 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 06 00:15:11 2006 +0100"
      },
      "message": "[MIPS] Fix modpost warning: Rename op_model_xxx to op_model_xxx_ops.\n    \nThe modpost uses a whitelist for commonly used suffix on checking the\nsection mismatch.  Adding \"_ops\" suffix to op_modex_xxx get rid of\nthis modpost warning.\n    \nWARNING: arch/mips/oprofile/oprofile.o - Section mismatch: reference to .init.text: from .data after \u0027op_model_mipsxx\u0027 (at offset 0x528)\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f3bf07b9a367c342bcbc9f47d525d3cf5e8b4f3b",
      "tree": "ef2b98ffd23f41a016f015ad78cf73a75d3647df",
      "parents": [
        "320e6aba26892b016293190e079f15e83a5c28b9"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Tue May 23 00:45:07 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 06 00:15:10 2006 +0100"
      },
      "message": "[MIPS] Ignore unresolved weak symbols in modules.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "320e6aba26892b016293190e079f15e83a5c28b9",
      "tree": "7f34e8a920fcef01469810502e3cec8f66395d2b",
      "parents": [
        "acf518cbba773e2c20fe313acb340da65001c7a8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon May 22 14:24:04 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 06 00:15:09 2006 +0100"
      },
      "message": "[MIPS] Fix SMP now that fixup_cpu_present_map is gone.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "e853534e6b94f87e48f29e1701c3f6f8a63669c5",
      "tree": "67c3dda21ba6c1d94ba6fff05f42548230834f04",
      "parents": [
        "672c6108a51bf559d19595d9f8193dfd81f0f752"
      ],
      "author": {
        "name": "Horst Schirmeier",
        "email": "horst@schirmeier.com",
        "time": "Mon Jun 05 10:45:30 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 05 10:45:30 2006 +0100"
      },
      "message": "[SERIAL] typo: buad -\u003e baud\n\nReplacing mistyped \"buad\" with \"baud\" where applicable.\n\nSigned-off-by: Horst Schirmeier \u003chorst@schirmeier.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "44d921b246923380f26b8010e47ac5dfe48fcec5",
      "tree": "a7fb7476fbfc8a6564881d7e7e4ce7e5473d0224",
      "parents": [
        "714bfad60f3a127147aba76e9c57860c26b1450d"
      ],
      "author": {
        "name": "Kumba",
        "email": "kumba@gentoo.org",
        "time": "Tue May 16 22:23:59 2006 -0400"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 01 00:28:35 2006 +0100"
      },
      "message": "[MIPS] Treat R14000 like R10000.\n\nSigned-off-by: Joshua Kinard \u003ckumba@gentoo.org\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "714bfad60f3a127147aba76e9c57860c26b1450d",
      "tree": "4bb37510e05ca7269c7c1169f0c47329d32b9d17",
      "parents": [
        "ca30225e9e4c0c74fe781a9fd1d1ad5f85b29c60"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed May 17 14:04:30 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 01 00:28:34 2006 +0100"
      },
      "message": "[MIPS] Remove EXPERIMENTAL from PAGE_SIZE_16KB\n    \nThis is known to be working fine for a while.  While at it also update\nand fix the help texts.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "7f3f1d01a9020cff2cb2390aaee3f8df0d70e203",
      "tree": "222c7f054eccce1b98fac8ceafa8dde2afd6b63f",
      "parents": [
        "78665aaa96fe62b4cee6c226680801c4480aa407"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri May 12 13:20:06 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 01 00:28:33 2006 +0100"
      },
      "message": "[MIPS] Fix deadlock on MP with cache aliases.\n\nA proper fix would involve introducing the notion of shared caches but\nat this stage of 2.6.17 that\u0027s going to be too intrusive and not needed\nfor current hardware; aside I think some discussion will be needed.\n\nSo for now on the affected SMP configurations which happen to suffer from\ncache aliases we make use of the fact that a single cache will be shared\nby all processors.  This solves the deadlock issue and will improve\nperformance by getting rid of the smp_call_function overhead.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "78665aaa96fe62b4cee6c226680801c4480aa407",
      "tree": "57f5daa0cd7eef4de59bb812130bf6597435504a",
      "parents": [
        "3fa986faad2bb015c3ad6d09a0686016482bc01c"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Thu May 11 00:41:26 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 01 00:28:33 2006 +0100"
      },
      "message": "[MIPS] Use generic STABS_DEBUG macro.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3fa986faad2bb015c3ad6d09a0686016482bc01c",
      "tree": "9ef891ef489d366b4bd54e8a8e90295e643c44cd",
      "parents": [
        "04b6b3b651b2147ab7e94c0d302b5cab07dfab4c"
      ],
      "author": {
        "name": "Martin Michlmayr",
        "email": "tbm@cyrius.com",
        "time": "Tue May 09 23:34:53 2006 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 01 00:28:33 2006 +0100"
      },
      "message": "[MIPS] Create consistency in \"system type\" selection.\n    \nThe \"system type\" Kconfig options on MIPS are not consistent.  For\nsome platforms, only the name is listed while other entries are\nprepended with \"Support for\".  Remove this as it doesn\u0027t make sense\nwhen describing the \"system type\".\n    \nSigned-off-by: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "04b6b3b651b2147ab7e94c0d302b5cab07dfab4c",
      "tree": "8107c764e9218711a462dce859f827c1724bcfe1",
      "parents": [
        "867a521b4cd6c9d26cd736d85bfe84e10c0c05ac"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Wed May 10 15:36:04 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 01 00:28:32 2006 +0100"
      },
      "message": "[MIPS] Use generic DWARF_DEBUG\n    \nWhen debugging a kernel compiled by gcc 4.1 with gdb 6.4, gdb could\nnot show filename, linenumber, etc.  It seems fixed if I used generic\nDWARF_DEBUG macro.  Although gcc 3.x seems work without this change,\nit would be better to use the generic macro unless there were\nsomething MIPS specific.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "867a521b4cd6c9d26cd736d85bfe84e10c0c05ac",
      "tree": "696ad869518b9512ad25f4a01f00edcfd214a499",
      "parents": [
        "1c0c1ae4f3d5057d091677d0ef7dbaeb28122ded"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Tue May 09 20:23:49 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 01 00:28:32 2006 +0100"
      },
      "message": "[MIPS] Fix kgdb exception handler from user mode.\n    \nFix a calculation of saved vector address in trap_low.\n    \n(damage done by lmo f4c72cc737561aab0d9c7f877abbc0a853f1c465)\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "1c0c1ae4f3d5057d091677d0ef7dbaeb28122ded",
      "tree": "4daae44b0aa73f4fd1bae00e5fc1434b9465db94",
      "parents": [
        "6ee1da94c5fed95bacce3eda8e6d9e69324ecab7"
      ],
      "author": {
        "name": "Daniel Jacobowitz",
        "email": "dan@debian.org",
        "time": "Mon May 08 15:28:22 2006 -0400"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 01 00:28:31 2006 +0100"
      },
      "message": "[MIPS] Update struct sigcontext member names\n    \nRename the 64-bit sc_hi and sc_lo arrays to use the same names\nas the 32-bit struct sigcontext (sc_mdhi, sc_hi1, et cetera).\n    \nSigned-off-by: Daniel Jacobowitz \u003cdan@codesourcery.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "235a9d3eee9a9588c17d39efff8373d0513549b5",
      "tree": "827e6e52c308abf0919a5a20f93d2f56d4234a80",
      "parents": [
        "c620953c32d301c2a7bc73f9f780301e110b7d7c"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed May 03 02:27:40 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 01 00:28:31 2006 +0100"
      },
      "message": "[MIPS] Remove support for sysmips(2) SETNAME and MIPS_RDNVRAM operations.\n    \nSETNAME only had a minor defect but probably never had a user and\nMIPS_RDNVRAM was unimplemented anyway.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c620953c32d301c2a7bc73f9f780301e110b7d7c",
      "tree": "68be959e79ba34ca4704f1e2ad421eb404b34aa2",
      "parents": [
        "98a41de99a4e4febe99b22c3a28d434caeb3165c"
      ],
      "author": {
        "name": "Chris Dearman",
        "email": "chris@mips.com",
        "time": "Tue May 02 14:08:46 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 01 00:28:30 2006 +0100"
      },
      "message": "[MIPS] Fix detection and handling of the 74K processor.\n    \nNothing exciting; Linux just didn\u0027t know it yet so this is most adding\na value to a case statement.\n    \nSigned-off-by: Chris Dearman \u003cchris@mips.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "98a41de99a4e4febe99b22c3a28d434caeb3165c",
      "tree": "6fed878cc364d268f4e598520d36a3c467695d35",
      "parents": [
        "6e9538917c5f62c1a1598da9b898702800801b98"
      ],
      "author": {
        "name": "Nigel Stephens",
        "email": "nigel@mips.com",
        "time": "Thu Apr 27 15:50:32 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 01 00:28:30 2006 +0100"
      },
      "message": "[MIPS] Add missing 34K processor IDs\n    \nThe 34K is very much like a 24K on steroids.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "343fdc39713d9c2fe836523e8f2dfc6a3ac39122",
      "tree": "fe27507b54f570753f9d78f2bd65c84c23042cfe",
      "parents": [
        "477654fc5d5078d2213817609e68e8c968293261"
      ],
      "author": {
        "name": "Herbert Valerio Riedel",
        "email": "hvr@hvrlab.org",
        "time": "Wed Apr 12 09:03:08 2006 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 01 00:28:29 2006 +0100"
      },
      "message": "[MIPS] AU1xxx mips_timer_interrupt() fixes\n    \ncommon/au1000/irq.c was missing a mips_timer_interrupt() prototype,\nwhereas in common/au1000/time.c the actual mips_timer_interrupt()\nimplementation was missing an irq_exit() invocation, causing a\npreempt_count() leak.\n    \nSigned-off-by: Herbert Valerio Riedel \u003chvr@hvrlab.org\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "477654fc5d5078d2213817609e68e8c968293261",
      "tree": "bb570dd6de328ddfcba7e372148235aa8c8ad42e",
      "parents": [
        "e6ed89ac9f5da16fea5111651b6de0ff0a76a5c2"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Apr 27 15:44:50 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 01 00:28:29 2006 +0100"
      },
      "message": "[MIPS] Fix typo\n    \nFound by Chris Dearman (chris@mips.com).\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5411be59db80333039386f3b1ccfe5eb9023a916",
      "tree": "77873af4b7557768c3c48b56e7ae4508be4a70a5",
      "parents": [
        "e495149b173d8e133e1f6f2eb86fd97be7e92010"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Wed Mar 29 20:23:36 2006 -0500"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Mon May 01 06:06:18 2006 -0400"
      },
      "message": "[PATCH] drop task argument of audit_syscall_{entry,exit}\n\n... it\u0027s always current, and that\u0027s a good thing - allows simpler locking.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "ee1cca1b0661fa33fd99f2d8ec7e2749432f9b1d",
      "tree": "e4f2170990c4f387ccd245d6f88b9ea555a26e26",
      "parents": [
        "79e55bcf24ad8f31c3021b6ef21c4ce054fe4e38"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 26 21:33:03 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Apr 27 15:13:50 2006 +0100"
      },
      "message": "[MIPS] Fix branch emulation for floating-point exceptions.\n    \nIn the branch emulation for floating-point exceptions, __compute_return_epc\nmust determine for bc1f et al which condition code bit to test. This is\nbased on bits \u003c4:2\u003e of the rt field. The switch statement to distinguish\nbc1f et al needs to use only the two low bits of rt, but the old code tests\non the whole rt field.  This patch masks off the proper bits.\n    \nSigned-off-by: Win Treese \u003ctreese@acm.org\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "79e55bcf24ad8f31c3021b6ef21c4ce054fe4e38",
      "tree": "0ae54b1c72fb3f02013d0324e32c5693888e43c5",
      "parents": [
        "b775565952ab8f33a49bfcb2c6dcfaba1e82dee3"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Apr 24 17:15:10 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Apr 27 15:13:50 2006 +0100"
      },
      "message": "[MIPS] Cleanup inode-\u003er_dev usage.\n    \nimajor()/iminor() should be used instead of accessing r_dev directly.\n\nBased on patch from Eric Sesterhenn (snakebyte@gmx.de).\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b775565952ab8f33a49bfcb2c6dcfaba1e82dee3",
      "tree": "a4270df66dbc39fb09d6e6c984d724112702f266",
      "parents": [
        "f7062ddb23d7568c90821118f9b973b3069625c9"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Apr 24 15:00:59 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Apr 27 15:13:50 2006 +0100"
      },
      "message": "[MIPS] Update MIPS defconfigs.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f7062ddb23d7568c90821118f9b973b3069625c9",
      "tree": "e3c9abdbdbe041e716a3de7bdf09294530d019e1",
      "parents": [
        "3763120a316b04c29a2b9c6e817e0e4a72005dd4"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Apr 24 14:58:53 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Apr 27 15:13:50 2006 +0100"
      },
      "message": "[MIPS] Get rid of CONFIG_ADVANCED.\n    \nIt\u0027s been a horrible source of confusion and let users to shoot themselves\ninto both feet with uzis to no end.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3763120a316b04c29a2b9c6e817e0e4a72005dd4",
      "tree": "f287de88b8700bf8d2b11db1b750d2a6f0a4dfdb",
      "parents": [
        "7a8341969fe0df4a1fffa141435e742456270ffd"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Apr 24 13:08:41 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Apr 27 15:13:50 2006 +0100"
      },
      "message": "[MIPS] Kconfig: Clarify description of CROSSCOMPILE.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "7a8341969fe0df4a1fffa141435e742456270ffd",
      "tree": "accf4fa15fce1d32c4f57d5acd1a28a3bd49e1f4",
      "parents": [
        "2a2c3e451965aca35c2d0d1b2db1dbd1d839c75e"
      ],
      "author": {
        "name": "Chris Dearman",
        "email": "chris@mips.com",
        "time": "Sat Apr 15 00:31:16 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Apr 27 15:13:50 2006 +0100"
      },
      "message": "[MIPS] 24K LV: Add core card id.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "2a2c3e451965aca35c2d0d1b2db1dbd1d839c75e",
      "tree": "590ee400aee96cf8116e485bda0a35a4a1f52da7",
      "parents": [
        "6f8782c4b2ed3cb652f1ad6b6d91890c7f2423ab"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Sat Apr 15 00:04:18 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Apr 27 15:13:49 2006 +0100"
      },
      "message": "[MIPS] Sparse: fix sparse for 64-bit kernels.\n    \nThis commit breaks sparse for 64bit kernel.  The -m64 option is\nrequired.  Also, some macro values (such as _MIPS_TUNE, etc.)  contain\ndouble-quote characters so it would be better quoting arguments by\nsingle-quote characters.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "6f8782c4b2ed3cb652f1ad6b6d91890c7f2423ab",
      "tree": "772c02f21ccf4178681d3506888bdda3ff139f4f",
      "parents": [
        "bc818247203a7bfc40296a3f5b760de84fb8e0d1"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Mon Apr 17 21:24:49 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Apr 27 15:13:49 2006 +0100"
      },
      "message": "[MIPS] Use __ffs() instead of ffs() in ip32_irq0().\n    \nWith recent rewrite for generic bitops, ffs() is defined the same way\nas the libc and compiler built-in routines (returns int instead of\nunsigned long).  Use __ffs() for 64bit value.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c0858d82faf96ffc32b96e23927d10844d38e564",
      "tree": "83d073a639dd98202553db73293c90812f4a56b2",
      "parents": [
        "5dac83030a3f4a3a4d1255b13bd0f7d08e824963"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Thu Apr 20 00:12:05 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Apr 27 15:13:49 2006 +0100"
      },
      "message": "[MIPS] Fix ip27 build.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5dac83030a3f4a3a4d1255b13bd0f7d08e824963",
      "tree": "88840c71182068d8096943e759ca8e5d6aae210b",
      "parents": [
        "49e31ca8387227898710f99476f2217ea154aab0"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Apr 24 10:50:02 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Apr 27 15:13:49 2006 +0100"
      },
      "message": "[MIPS] Oprofile: fix sparse warning.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "49e31ca8387227898710f99476f2217ea154aab0",
      "tree": "86fecdc0e3692c8e87c3a0eedc22eaf405b732e3",
      "parents": [
        "2be4d50295e2b6f62c07b614e1b103e280dddb84"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Apr 24 10:48:54 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Apr 27 15:13:49 2006 +0100"
      },
      "message": "[MIPS] Fix oprofile module unloading\n    \nWhen unloading oprofile module with timer-mode, oprofile_arch_exit\ndereferences a NULL pointer.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "6ad0013b316367671ef316cff91ab2d912e309c9",
      "tree": "ff07d7294b9aa8ff2ae11c91d214f0a424e9b180",
      "parents": [
        "de0bb97aff6743f71abb8ec581238e2bdae9cdd1"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Wed Apr 26 07:28:09 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Apr 26 07:52:21 2006 -0700"
      },
      "message": "[PATCH] fix mips sys32_p{read,write}\n\nSwitched to use of sys_pread64()/sys_pwrite64() rather than keep duplicating\ntheir guts; among the little things that had been missing there were such as\n\tret \u003d security_file_permission (file, MAY_READ);\nGotta love the LSM robustness, right?\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3c68da798a3facbf94d536b1ed7ff6f1e7f4ad8d",
      "tree": "14882e68603070e2697f1825a17e6adc57b03d00",
      "parents": [
        "9200c0b2a07c430bd98c546fc44b94f50e67ac62"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Sat Apr 08 01:33:31 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:30 2006 +0200"
      },
      "message": "[MIPS] Use __ffs() instead of ffs() for waybit calculation.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9200c0b2a07c430bd98c546fc44b94f50e67ac62",
      "tree": "4570878f9e1e48c17e4e93beeefcbce653c3ae8a",
      "parents": [
        "7e3bfc7cfc402458b0386086ab650ce811720927"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Apr 06 00:44:25 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:29 2006 +0200"
      },
      "message": "[MIPS] Fix Makefile bugs for MIPS32/MIPS64 R1 and R2.\n\nThis fixes kernel builds with gcc 3.2 (not 64-bit, that is looking like\nit is beyond recovery) and 3.3.  With these bugs fixed we now also can\nget undo 3b4c4996a0c24da9e6f8be764e3950b756b18cc0 and similar bits for\nSMTC that were added in 79cc8007b93838a670b164b8a55ab3e735a12a8b.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "7e3bfc7cfc402458b0386086ab650ce811720927",
      "tree": "d7512049fad83d13a909a9ad8085c33f9d44b13f",
      "parents": [
        "bb12d612d4b2e6dc260fab081f69df783b74289f"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 05 20:42:04 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:29 2006 +0200"
      },
      "message": "[MIPS] Handle IDE PIO cache aliases on SMP.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "bb12d612d4b2e6dc260fab081f69df783b74289f",
      "tree": "dac395212548d5059bf402c23d7860ac50e1f08d",
      "parents": [
        "b4ade4bf8811c7267b9f32b4a5d8fcfde714adac"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 05 09:45:49 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:29 2006 +0200"
      },
      "message": "[MIPS] Make mips_srs_init static.\n\nNothing outside traps.c uses it.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "8f6539d55919b8e013583df768312a2503f4125d",
      "tree": "e141e06fa6831f5500bafc7f9136be46ea252219",
      "parents": [
        "f088fc84f94c1a36943e28ad704a9a740a35f877"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 05 09:45:48 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:28 2006 +0200"
      },
      "message": "[MIPS] kgdb: Let gcc compute the array size itself.\n\nThis is the same method as used in the serial driver.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f088fc84f94c1a36943e28ad704a9a740a35f877",
      "tree": "309add2d3fe666920a681985c36d55f731df9922",
      "parents": [
        "41c594ab65fc89573af296d192aa5235d09717ab"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 05 09:45:47 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:28 2006 +0200"
      },
      "message": "[MIPS] FPU affinity for MT ASE.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "41c594ab65fc89573af296d192aa5235d09717ab",
      "tree": "562462512a320f386bdf49eabfbb26bb3ee761fa",
      "parents": [
        "2600990e640e3bef29ed89d565864cf16ee83833"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 05 09:45:45 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:28 2006 +0200"
      },
      "message": "[MIPS] MT: Improved multithreading support.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "2600990e640e3bef29ed89d565864cf16ee83833",
      "tree": "7c7a43916d509d56ad89b951c485c7d75f40468e",
      "parents": [
        "bce1a28686ed6527977a198f698278b67c6bf9ec"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 05 09:45:45 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:27 2006 +0200"
      },
      "message": "[MIPS] kpsd and other AP/SP improvements.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "bce1a28686ed6527977a198f698278b67c6bf9ec",
      "tree": "814c2a32011c8f7279fb3244cf6215e1dd82a95d",
      "parents": [
        "a682a2417007ad6265cd71b97b751753fd10e2fb"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 05 09:45:45 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:22 2006 +0200"
      },
      "message": "[MIPS] R2: Instruction hazard barrier.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "193dd2ce2a4a1c5b2e7814544572424d497069db",
      "tree": "cca42417c505a8f68e2d2accc83d392fb7221432",
      "parents": [
        "62a442155ea58a17497b487324b27ec2f2dc5c5c"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Apr 04 15:09:06 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:22 2006 +0200"
      },
      "message": "[MIPS] R2: Implement shadow register allocation without spinlock.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "62a442155ea58a17497b487324b27ec2f2dc5c5c",
      "tree": "0b29c98e4283e1a0e121e9abcd78f4746721a360",
      "parents": [
        "67a3f6de939a5f52e0aea6dcff7778d4bcca0734"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Tue Apr 04 20:48:47 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:22 2006 +0200"
      },
      "message": "[MIPS] Fix VR41xx build errors.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\n"
    },
    {
      "commit": "67a3f6de939a5f52e0aea6dcff7778d4bcca0734",
      "tree": "7a3579fa45f783ac3193e04cac6745086ff1637f",
      "parents": [
        "1cc89038f3921f4d79a9d24c8490aa9c0549e371"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Tue Apr 04 17:34:14 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:21 2006 +0200"
      },
      "message": "[MIPS] Fix tx49_blast_icache32_page_indexed.\n\nFix the cache index value in tx49_blast_icache32_page_indexed().\nThis is a damage by de62893bc0725f8b5f0445250577cd7a10b2d8f8 commit.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "1cc89038f3921f4d79a9d24c8490aa9c0549e371",
      "tree": "1093445c876b70941631e75b0da7667e807c65c8",
      "parents": [
        "675055bfb5f99be56a20a6a214439adf23591786"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Tue Apr 04 13:11:45 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:21 2006 +0200"
      },
      "message": "[MIPS] Enable SCHED_NO_NO_OMIT_FRAME_POINTER for MIPS.\n\nMIPS get_wchan() no longer requires -fno-omit-frame-pointer.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "e4ac58afdfac792c0583af30dbd9eae53e24c78b",
      "tree": "7517bef2c515fc630e4d3d238867b91cde96f558",
      "parents": [
        "d35d473c25d43d7db3e5e18b66d558d2a631cca8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Apr 03 17:56:36 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:21 2006 +0200"
      },
      "message": "[MIPS] Rewrite all the assembler interrupt handlers to C.\n\nSaves like 1,600 lines of code, is way easier to debug, compilers\nfrequently do a better job than the cut and paste type of handlers many\nboards had.  And finally having all the stuff done in a single place\nalso means alot of bug potencial for the MT ASE is gone.\n\nThe only surviving handler in assembler is the DECstation one; I hope\nMaciej will rewrite it.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d35d473c25d43d7db3e5e18b66d558d2a631cca8",
      "tree": "2351622ad74bb5f09ee2faf0daf6581e7b9e47c5",
      "parents": [
        "fde3505c695e0de8ae7504b58d373db2d0ba498a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Apr 03 13:17:41 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:21 2006 +0200"
      },
      "message": "[MIPS] Fix the crime against humanity that mipsIRQ.S is.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "fde3505c695e0de8ae7504b58d373db2d0ba498a",
      "tree": "503ee7eee7b30be70713efc74944a109d4ce4b7f",
      "parents": [
        "9c1f1257a364467d091c5166049addaf3e7d7118"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Apr 03 14:44:50 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:21 2006 +0200"
      },
      "message": "[MIPS] Fixup damage done by 22a9835c350782a5c3257343713932af3ac92ee0.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9c1f1257a364467d091c5166049addaf3e7d7118",
      "tree": "f57e94628587661adbe15885a4d9f7b3e7d5e57c",
      "parents": [
        "ba8990f2aec85b5b62643aa82a1e71c738efc487"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Apr 03 10:17:21 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:20 2006 +0200"
      },
      "message": "[MIPS] Replace redundant declarations of _end by \u003casm/sections.h\u003e.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ba8990f2aec85b5b62643aa82a1e71c738efc487",
      "tree": "99034cdba9e925ad365fc03e0356eb45deb3d5c2",
      "parents": [
        "67cbeb334ec2f1303dd11930b0eb0379e8e39559"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Apr 03 00:21:30 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:20 2006 +0200"
      },
      "message": "[MIPS] JMR3927 build fixes for the RTC code.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "67cbeb334ec2f1303dd11930b0eb0379e8e39559",
      "tree": "25c795d27271a0fe253c6bdb02cf369d827d1cba",
      "parents": [
        "2ef2e1d9731bd8b3d8565e31bacd52a7c13a0aed"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Apr 02 22:17:09 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:20 2006 +0200"
      },
      "message": "[MIPS] EV96100: ev96100_cpu_irq needs a struct pt_regs argument.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "2ef2e1d9731bd8b3d8565e31bacd52a7c13a0aed",
      "tree": "86828c43aef9e7778cd7e2f9d208bc65be50d426",
      "parents": [
        "c40b92e09c029ef2cb0b2287cbd222ff14ae3de8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Apr 02 22:07:36 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:20 2006 +0200"
      },
      "message": "[MIPS] EV96100: Fix over two year old typo in variable name.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c40b92e09c029ef2cb0b2287cbd222ff14ae3de8",
      "tree": "67e5a612db0d8cd314b74adb09fa18e41a350e96",
      "parents": [
        "088cf96a692a0369973aa19dcbf36134d9e6a529"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Apr 02 18:43:09 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:20 2006 +0200"
      },
      "message": "[MIPS] Ocelot 3: Fix build errors after the recent move of Marvell headers.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ed00e87fd09f113dd9e79672b835734801f2a9ea",
      "tree": "6b98a89f93bc7237f3081d06375cb544134eeece",
      "parents": [
        "13626a887fad4220bc7ca85f4b42ca8cfb805e11"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Apr 02 13:47:51 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Apr 19 04:14:19 2006 +0200"
      },
      "message": "[MIPS] ITE: Glue build.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    }
  ],
  "next": "b56bce9a25e8c117794fe74c1b9bf790de10d554"
}
