)]}'
{
  "log": [
    {
      "commit": "4ac212ad4e8fafc22fa147fc255ff5fa5435cf33",
      "tree": "9ab703429a2b24ccafc6748c1e0f2147f2b47114",
      "parents": [
        "a1c582d0720f2eff61043e90711767decf37b917"
      ],
      "author": {
        "name": "Stephen Smalley",
        "email": "sds@tycho.nsa.gov",
        "time": "Wed Aug 29 08:51:50 2007 -0400"
      },
      "committer": {
        "name": "James Morris",
        "email": "jmorris@localhost.localdomain",
        "time": "Thu Aug 30 20:22:47 2007 -0400"
      },
      "message": "SELinux: clear parent death signal on SID transitions\n\nClear parent death signal on SID transitions to prevent unauthorized\nsignaling between SIDs.\n\nSigned-off-by:  Stephen Smalley \u003csds@tycho.nsa.gov\u003e\nAcked-by: Eric Paris \u003ceparis@parisplace.org\u003e\nSigned-off-by: James Morris \u003cjmorris@localhost.localdomain\u003e\n"
    },
    {
      "commit": "a1c582d0720f2eff61043e90711767decf37b917",
      "tree": "6ca3d2eab832c753ab36343ba9d19b6b0ef1f26f",
      "parents": [
        "b5f281a62761887e7cb5f60fa81f7cd052fec5cb",
        "fc43dca9e75b87d24a16d5be7b497e83837d9d31"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Aug 30 09:58:46 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Aug 30 09:58:46 2007 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:\n  [POWERPC] PS3: Fix bug where the major version part is not compared\n  [POWERPC] Update defconfigs\n  [POWERPC] spufs: Don\u0027t call spu_run_init from spu_reacquire_runnable\n  [POWERPC] spufs: Fix update of mailbox status register during backed wbox write\n  [POWERPC] spu_manage: fix spu_unit_number for celleb device tree\n  [POWERPC] Update defconfigs\n  [POWERPC] Flush registers to proper task context\n"
    },
    {
      "commit": "b5f281a62761887e7cb5f60fa81f7cd052fec5cb",
      "tree": "9efcc229644be9196b52c583a33fad0a8c75f173",
      "parents": [
        "8057d763ed7a7365dc3402db0aed7c87d8531ecb"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Thu Aug 30 01:29:33 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Aug 30 09:58:22 2007 -0700"
      },
      "message": "xtensa process.c must #include \u003clinux/fs.h\u003e\n\nAnother fallout from the removal of #include \u003clinux/fs.h\u003e from mm.h\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8057d763ed7a7365dc3402db0aed7c87d8531ecb",
      "tree": "5a04fee7709eeed4babb70296302b1d49e64b37c",
      "parents": [
        "b07d68b5ca4d55a16fab223d63d5fb36f89ff42f"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Thu Aug 30 06:35:08 2007 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Aug 30 09:58:22 2007 -0700"
      },
      "message": "Fix lguest page-pinning logic (\"lguest: bad stack page 0xc057a000\")\n\nIf the stack pointer is 0xc057a000, then the first stack page is at\n0xc0579000 (the stack pointer is decremented before use).  Not\ncalculating this correctly caused guests with CONFIG_DEBUG_PAGEALLOC\u003dy\nto be killed with a \"bad stack page\" message: the initial kernel stack\nwas just proceeding the .smp_locks section which\nCONFIG_DEBUG_PAGEALLOC marks read-only when freeing.\n\nThanks to Frederik Deweerdt for the bug report!\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "fc43dca9e75b87d24a16d5be7b497e83837d9d31",
      "tree": "0c46f32f4c4ad7c1446215dfb8e6eee5a2e46039",
      "parents": [
        "13a6976afdb10d54ac5ad344aa0c588bc0bd8b0a"
      ],
      "author": {
        "name": "Masakazu Mokuno",
        "email": "mokuno@sm.sony.co.jp",
        "time": "Wed Aug 29 20:30:25 2007 +0900"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Aug 30 20:49:41 2007 +1000"
      },
      "message": "[POWERPC] PS3: Fix bug where the major version part is not compared\n\nFix the bug that the major version part of the firmware version number\nis ignored in the comparison done by ps3_compare_firmware_version\nbecause the difference of two 64-bit quantities is returned as an int.\n\nSigned-off-by: Masakazu Mokuno \u003cmokuno@sm.sony.co.jp\u003e\nAcked-by: Geoff Levand \u003cgeoffrey.levand@am.sony.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "13a6976afdb10d54ac5ad344aa0c588bc0bd8b0a",
      "tree": "379dde0aa5fca9bbf8df91d4f38abad6df6d79d5",
      "parents": [
        "ada83daab31c3ec35845785482124373a62f430c"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Aug 30 16:51:51 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Aug 30 16:51:51 2007 +1000"
      },
      "message": "[POWERPC] Update defconfigs\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e"
    },
    {
      "commit": "ada83daab31c3ec35845785482124373a62f430c",
      "tree": "3efd34d60cc2f38ecb6b80bf8861c8eb544cf8ef",
      "parents": [
        "62ee68e3bcb0d056aae5b36dea0388ca25572cdf"
      ],
      "author": {
        "name": "Andre Detsch",
        "email": "adetsch@br.ibm.com",
        "time": "Tue Aug 21 10:06:22 2007 +0800"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Aug 30 16:27:18 2007 +1000"
      },
      "message": "[POWERPC] spufs: Don\u0027t call spu_run_init from spu_reacquire_runnable\n\nThis fixes a major bug which was happening when a SPU thread advances\nits execution right after being restored to a SPU.  A potentially\noutdated NPC value was being (re)written to the SPU.\n\nSo, spu_run_init, in this case, was either not doing anything relevant,\nor breaking the execution of the SPU thread.\n\nThis fixes a common problem of losing a mailbox write when it was done\nto a saved context.\n\nSigned-off-by: Andre Detsch \u003cadetsch@br.ibm.com\u003e\nSigned-off-by: Jeremy Kerr \u003cjk@ozlabs.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "62ee68e3bcb0d056aae5b36dea0388ca25572cdf",
      "tree": "9505159245da590610d592b66403c21d569a8eab",
      "parents": [
        "aac2e68481681a362ab6f44fc515034e2a4c7f2c"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Tue Aug 21 10:06:22 2007 +0800"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Aug 30 16:27:18 2007 +1000"
      },
      "message": "[POWERPC] spufs: Fix update of mailbox status register during backed wbox write\n\nWhen a process writes into the inbound spu mailbox (wbox) while the\ncontext is saved, we accidentally break the contents of the mb_stat_R\nregister by clearing other entries of the mailbox status register. This\ncan cause the user side to hang.\n\nThis change fixes the problem by only altering the appropriate bits\nof the mailbox status register during a backing-store write.\n\nSigned-off-by: Arnd Bergmann \u003carnd.bergmann@de.ibm.com\u003e\nSigned-off-by: Jeremy Kerr \u003cjk@ozlabs.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "aac2e68481681a362ab6f44fc515034e2a4c7f2c",
      "tree": "3e39ff56bb079c2af1b85a5f7ed990b6dcdb59c3",
      "parents": [
        "5cc44e086d7a4e20035997ec612678ca91f426e7"
      ],
      "author": {
        "name": "Christian Krafft",
        "email": "krafft@de.ibm.com",
        "time": "Thu Aug 30 01:33:53 2007 +0200"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@klappe.arndb.de",
        "time": "Thu Aug 30 01:35:05 2007 +0200"
      },
      "message": "[POWERPC] spu_manage: fix spu_unit_number for celleb device tree\n\nThis fixes a regression introduced with 2.6.23-rc4 after on some\nconfusion about the device tree interfaces.\n\nIBM QS21 device trees provide \"physical-id\", so we changed the code to\nrun on that and remain compatible with all IBM machines.\n\nHowever, the Toshiba Celleb device tree provides the \"unit-id\" property,\nwhich was in the Linux code, but never used in this way on IBM hardware.\n\nLegacy device tree used the reg property for the physical id of an spe.\nThis patch fixes find_spu_unit_number to look for the spu id in that order.\nThe length is checked to avoid misinterpretation in case the attributes\nunit-id or reg do not contain the id.\n\nSigned-off-by: Christian Krafft \u003ckrafft@de.ibm.com\u003e\nSigned-off-by: Arnd Bergmann \u003carnd.bergmann@de.ibm.com\u003e\nCc: Jeremy Kerr \u003cjk@ozlabs.org\u003e\n"
    },
    {
      "commit": "5cc44e086d7a4e20035997ec612678ca91f426e7",
      "tree": "258fdc9d5eced2f6f189c5dbaef9db641a14cba4",
      "parents": [
        "0ee6c15e7ba7b36a217cdadb292eeaf32a057a59"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Aug 28 21:46:53 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Aug 29 16:47:38 2007 -0500"
      },
      "message": "[POWERPC] Update defconfigs\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0ee6c15e7ba7b36a217cdadb292eeaf32a057a59",
      "tree": "7ce7ee5413086758ebdea9a00f4d5b7d7a8f45ba",
      "parents": [
        "b07d68b5ca4d55a16fab223d63d5fb36f89ff42f"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Aug 28 21:15:53 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Aug 28 21:15:53 2007 -0500"
      },
      "message": "[POWERPC] Flush registers to proper task context\n\nWhen we flush register state for FP, Altivec, or SPE in flush_*_to_thread\nwe need to respect the task_struct that the caller has passed to us.\n\nMost cases we are called with current, however sometimes (ptrace) we may\nbe passed a different task_struct.\n\nThis showed up when using gdbserver debugging a simple program that used\nfloating point. When gdb tried to show the FP regs they all showed up as\n0, because the child\u0027s FP registers were never properly flushed to memory.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "b07d68b5ca4d55a16fab223d63d5fb36f89ff42f",
      "tree": "f1645f0bb18417c77859698d23e4cc21af4ff89a",
      "parents": [
        "f99ba18a96195f047546bd515aabf81fda70ef09"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 18:32:35 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 18:32:35 2007 -0700"
      },
      "message": "Linux 2.6.23-rc4\n"
    },
    {
      "commit": "f99ba18a96195f047546bd515aabf81fda70ef09",
      "tree": "2bb958ff686c32d5ffc58576f84d6a80f295ed51",
      "parents": [
        "5a99efeaa5c7139b7d76cbd5fb54fac664ba3da9"
      ],
      "author": {
        "name": "Andrew Vasquez",
        "email": "andrew.vasquez@qlogic.com",
        "time": "Mon Aug 27 15:25:01 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 16:15:44 2007 -0700"
      },
      "message": "dm-mpath-rdac: don\u0027t stomp on a requests transfer bit\n\nWithout this, we get qla2xxx complaining about \"ISP System Error\".\n\nWhat\u0027s happening here is the firmware is detecting a Xfer-ready from the\nstorage when in fact the data-direction for a mode-select should be a\nwrite (DATA_OUT).\n\nThe following patch fixes the problem (typo). Verified by Brian, as\nwell.\n\nSigned-off-by: Andrew Vasquez \u003candrew.vasquez@qlogic.com\u003e\nVerified-by: Brian De Wolf \u003cbldewolf@csupomona.edu\u003e\nSigned-off-by: Chandra Seetharaman \u003csekharan@us.ibm.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5a99efeaa5c7139b7d76cbd5fb54fac664ba3da9",
      "tree": "f86488005a159beb5e7fc733b3c5ab07fadb5cc2",
      "parents": [
        "28d9aa613daa65b295a099a8433df97de1c56a2f",
        "17a82e932d67e2885d9fa18d4656ff53337b1130"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 15:06:28 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 15:06:28 2007 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6\n\n* \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:\n  [SPARC32]: Make flush_tlb_kernel_range() an inline function.\n  [SERIAL]: Fix 32-bit warnings in sunzilog.c and sunsu.c\n  [SPARC32]: Kill unused vars and macros from prom/console.c\n  [SPARC32]: Add __cmpdi2() libcall implementation ala. MIPS.\n  [VIDEO]: Do not prom_halt() in cg3 and bw2 device probe.\n  [SUNVDC]: Use slice 0xff on VD_DISK_TYPE_DISK.\n"
    },
    {
      "commit": "28d9aa613daa65b295a099a8433df97de1c56a2f",
      "tree": "8e7bf451f3390b926787d410c8d5df0454cbf16b",
      "parents": [
        "d243769d3f83b318813a04a9592bb7cfedc6c280",
        "10e2ff1c39e6d829379c7c5bb8f1c8f512f257c8"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 15:06:01 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 15:06:01 2007 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n\n* \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6:\n  [NET]: Mark Paul Moore as maintainer of labelled networking.\n  [VLAN/BRIDGE]: Fix \"skb_pull_rcsum - Fatal exception in interrupt\"\n  [ISDN]: Get rid of some pointless allocation casts in common and bsd comp.\n  [NET]: Avoid pointless allocation casts in BSD compression module\n  [IRDA]: Do not do pointless kmalloc return value cast in KingSun driver\n  [NET]: Fix crash in dev_mc_sync()/dev_mc_unsync()\n  [PPPOL2TP]: Fix endianness annotations.\n  [IOAT]: ioatdma needs to to play nice in a multi-dma-client world\n  [SLIP]: trivial sparse warning fix\n  [EQL]: sparse warning fix\n  [NET]: is_power_of_2 in net/core/neighbour.c\n  [TCP]: Describe tcp_init_cwnd() thoroughly in a comment.\n  [NET]: Fix IP_ADD/DROP_MEMBERSHIP to handle only connectionless\n  [KBUILD]: Sanitize tc_ematch headers.\n  [IPSEC] AH4: Update IPv4 options handling to conform to RFC 4302.\n"
    },
    {
      "commit": "d243769d3f83b318813a04a9592bb7cfedc6c280",
      "tree": "4f288332b6b20f414b452219b1ea5ff4cc41eaa5",
      "parents": [
        "721ebe005c3bb9add55b2e462dfc1bcf8efc6b8f"
      ],
      "author": {
        "name": "Hugh Dickins",
        "email": "hugh@veritas.com",
        "time": "Mon Aug 27 16:06:19 2007 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 10:27:48 2007 -0700"
      },
      "message": "fix bogus hotplug cpu warning\n\nFix bogus DEBUG_PREEMPT warning on x86_64, when cpu brought online after\nbootup: current_is_keventd is right to note its use of smp_processor_id\nis preempt-safe, but should use raw_smp_processor_id to avoid the warning.\n\nSigned-off-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "721ebe005c3bb9add55b2e462dfc1bcf8efc6b8f",
      "tree": "1b76114dec1d27e31cf165fc10b03705a95d83ea",
      "parents": [
        "813409771731d80e6fa94199adf99f2269a4afc0"
      ],
      "author": {
        "name": "Hugh Dickins",
        "email": "hugh@veritas.com",
        "time": "Mon Aug 27 16:04:39 2007 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 10:27:48 2007 -0700"
      },
      "message": "reverse CONFIG_ACPI_PROC_EVENT default\n\nSigh.  Again an ACPI assault on the Thinkpad\u0027s Fn+F4 to suspend to RAM.\nThe default and text for CONFIG_THINKPAD_ACPI_INPUT_ENABLED were fixed\nin -rc3, but now commit 14e04fb34ffa82ee61ae69f98d8fca12d2e8e31c (\"ACPI:\nSchedule /proc/acpi/event for removal\") introduces the ACPI_PROC_EVENT\nconfig entry, and defaults it to \u0027n\u0027 to disable it again.\n\nChange default to y, and add comment to make it clearer that n is for\nfuture distros.\n\nSigned-off-by: Hugh Dickins \u003chugh@veritas.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Len Brown \u003clen.brown@intel.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "813409771731d80e6fa94199adf99f2269a4afc0",
      "tree": "d417127b47e1d1f7e8ebe1b09a11a4fa5c36fba1",
      "parents": [
        "88ede8209efd01b4a557ddd588875544954e170a"
      ],
      "author": {
        "name": "Hugh Dickins",
        "email": "hugh@veritas.com",
        "time": "Mon Aug 27 16:02:12 2007 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 10:27:48 2007 -0700"
      },
      "message": "fix maxcpus\u003dN parsing\n\nCommit 61ec7567db103d537329b0db9a887db570431ff4 (\u0027ACPI: boot correctly\nwith \"nosmp\" or \"maxcpus\u003d0\"\u0027) broke \u0027maxcpus\u003d\u0027 handling on x86[-64].\n\nmaxcpus\u003dN is now having no effect on x86_64, and freezing bootup on i386\n(because of inconsistency with the separate maxcpus parsing down in\narch/i386, I guess).  That\u0027s because early_param parsing is a little\ndifferent from __setup parsing, and needs the \"\u003d\" omitted: then it seems\nto work as the original commit intended (no mention of IO-APIC in\n/proc/interrupts when maxcpus\u003d0).\n\nSigned-off-by: Hugh Dickins \u003chugh@veritas.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Len Brown \u003clen.brown@intel.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "88ede8209efd01b4a557ddd588875544954e170a",
      "tree": "faa926f325a2c6c04a48793cf734502c8a078ea1",
      "parents": [
        "96665822dc43957d4337509e138017dc1cb960b1",
        "23dd6d351a2f8157602e854e3a147a04cf7279a1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 09:42:43 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 09:42:43 2007 -0700"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus\n\n* \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus: (60 commits)\n  [MIPS] Fulong doesn\u0027t need ISA DMA.\n  [MIPS] IP27: intr_sconnect_level: don\u0027t disable interrupts.\n  [MIPS] IP27: startup_bridge_irq: connect interrupt.\n  [MIPS] IP27: shutdown_bridge_irq: don\u0027t free irq.\n  [MIPS] Sort out handling of ISA-less PCI systems.\n  [MIPS] Add __cmpdi2\n  [MIPS] HOTPLUG: Make register_pci_controller __devinit.\n  [MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus.\n  [MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus.\n  [MIPS] Delete duplicate inclusion of \u003clinux/delay.h\u003e.\n  [MIPS] Polish \u003casm/edac.h\u003e.\n  [MIPS] IP22: Export sgi_gfxaddr for use by the Newport console driver.\n  [MIPS] Maintain si_code field properly for FP exceptions\n  [MIPS] SMTC: Fix duplicate status dumps on NMI\n  [MIPS] Unconditionally writeback and invalidate caches on kexec.\n  [PATCH] rtc: Make rtc-rs5c348 driver hotplug-aware\n  [MIPS] Fix gcc 3.3 warning.\n  [MIPS] Fix invalid semicolon after if statement\n  [MIPS] Update Cobalt defconfig\n  [MIPS] Update workpad_defconfig\n  ...\n"
    },
    {
      "commit": "96665822dc43957d4337509e138017dc1cb960b1",
      "tree": "11e9a33e2f58c477db25e5a15f176534ed636d43",
      "parents": [
        "d96a2a5c6479342229416565944b56bc7a2b1a60",
        "175587cca7447daf5a13e4a53d32360ed8cba804"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 09:42:21 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 09:42:21 2007 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:\n  [POWERPC] Fix SLB initialization at boot time\n  [POWERPC] Fix undefined reference to device_power_up/resume\n  [POWERPC] cell: Update cell_defconfig for 2.6.23\n  [POWERPC] axonram: Do not delete gendisks queue in error path\n  [POWERPC] axonram: Module modification for latest firmware API changes\n  [POWERPC] cell: Support pinhole-reset on IBM cell blades\n  [POWERPC] spu_manage: Use newer physical-id attribute\n  [POWERPC] pasemi: Another IOMMU bugfix for 64K PAGE_SIZE\n"
    },
    {
      "commit": "d96a2a5c6479342229416565944b56bc7a2b1a60",
      "tree": "a17556ff042e739973decf0f4d1a21712e409520",
      "parents": [
        "50c46637aa894f904e2fb39086a3d7732f68bd50",
        "81b4b98ae484f11d97b3d5b8e88d916b74055b78"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 09:30:52 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Aug 27 09:30:52 2007 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6\n\n* \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6:\n  [PARISC] Add NOTES section\n  [PARISC] Use compat_sys_getdents\n  [PARISC] Do not allow STI_CONSOLE to be modular\n  [PARISC] Clean up sti_flush\n  [PARISC] Add dummy isa_(bus|virt)_to_(virt|bus) inlines\n  [PARISC] Add empty \u003casm-parisc/vga.h\u003e\n"
    },
    {
      "commit": "81b4b98ae484f11d97b3d5b8e88d916b74055b78",
      "tree": "7bc6bd55f965945e139a1a11136d994e93149a2f",
      "parents": [
        "88a79078f9ca7d84736799605ff9d9e9545f18e7"
      ],
      "author": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Sun Aug 26 23:28:34 2007 -0400"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@minerva.i.cabal.ca",
        "time": "Mon Aug 27 00:29:25 2007 -0400"
      },
      "message": "[PARISC] Add NOTES section\n\nBisected bizarre kernel-space nullptr dereference in udev to commit\n18991197b4b588255ccabf472ebc84db7b66a19c, adding the NOTES section fixes\nit.\n\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "88a79078f9ca7d84736799605ff9d9e9545f18e7",
      "tree": "eea5c07f7179bf9dc4943b0d9a998556a8ddf2a9",
      "parents": [
        "1eb51c362d5e7b3e2cc741d87872aa4fc867de42"
      ],
      "author": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Fri Jun 29 03:38:10 2007 -0400"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@minerva.i.cabal.ca",
        "time": "Mon Aug 27 00:29:25 2007 -0400"
      },
      "message": "[PARISC] Use compat_sys_getdents\n\nSwitch to using the generic compat_sys_getdents instead of a\nhomebrew one.\n\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "1eb51c362d5e7b3e2cc741d87872aa4fc867de42",
      "tree": "c3a85ef5109fe5c49f80122afcbd23c66bbde731",
      "parents": [
        "03b18f1b2afeac76840648b4232d8e53cfb7ec84"
      ],
      "author": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Fri Jun 29 02:15:12 2007 -0400"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@minerva.i.cabal.ca",
        "time": "Mon Aug 27 00:29:24 2007 -0400"
      },
      "message": "[PARISC] Do not allow STI_CONSOLE to be modular\n\nIt doesn\u0027t really make much sense, anyways, and would need a pile of\nsymbols exported.\n\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "03b18f1b2afeac76840648b4232d8e53cfb7ec84",
      "tree": "5177edf43d8babd8ba766662dc2b664fdd3afa2e",
      "parents": [
        "fabb8ff4ffa2b6bf89df8ed598551b6aaf632478"
      ],
      "author": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Fri Jun 29 02:17:50 2007 -0400"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@minerva.i.cabal.ca",
        "time": "Mon Aug 27 00:29:23 2007 -0400"
      },
      "message": "[PARISC] Clean up sti_flush\n\nsti_flush is supposed to flush the caches so we can execute the STI rom\nwe copied to memory. Anything more than flush_icache_range is overkill.\n\nFixes a missing symbol when built as a module.\n\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "fabb8ff4ffa2b6bf89df8ed598551b6aaf632478",
      "tree": "e1f29d37691a6eda77e3a0a6649a1521f1535e0b",
      "parents": [
        "37efbb705a7c8778c5ee9f4ec6493cf2d958eecd"
      ],
      "author": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Fri Jun 29 02:21:03 2007 -0400"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@minerva.i.cabal.ca",
        "time": "Mon Aug 27 00:29:22 2007 -0400"
      },
      "message": "[PARISC] Add dummy isa_(bus|virt)_to_(virt|bus) inlines\n\nLess painful than fixing up the Kconfig for a pile of drivers to only build\non X86 \u0026\u0026 ARM \u0026\u0026 MIPS...\n\nJust make them BUG(), as defining them to be 1:1 with physical memory will\nlikely HPMC the box anyways.\n\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "37efbb705a7c8778c5ee9f4ec6493cf2d958eecd",
      "tree": "31c6d0702236a83a9dd80069311f62daf14e24bc",
      "parents": [
        "39d3520c92cf7a28c07229ca00cc35a1e8026c77"
      ],
      "author": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Thu Jun 28 12:12:39 2007 -0400"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@minerva.i.cabal.ca",
        "time": "Mon Aug 27 00:29:22 2007 -0400"
      },
      "message": "[PARISC] Add empty \u003casm-parisc/vga.h\u003e\n\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "17a82e932d67e2885d9fa18d4656ff53337b1130",
      "tree": "afed5d7ff6f15d472853d3f3c4cac333426ae783",
      "parents": [
        "4f1296a5169c13b2c1f76c1446aaf361e8519050"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Aug 25 15:21:51 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:49:12 2007 -0700"
      },
      "message": "[SPARC32]: Make flush_tlb_kernel_range() an inline function.\n\nThis avoids unused variable warnings in places like mm/vmalloc.c:\n\nmm/vmalloc.c: In function ‘unmap_kernel_range’:\nmm/vmalloc.c:75: warning: unused variable ‘start’\n\ncaused by it previously being a macro.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4f1296a5169c13b2c1f76c1446aaf361e8519050",
      "tree": "8afb78bb1100b01f7efb33d841a4282f62d7ad33",
      "parents": [
        "7bcd4dae6261b221108148befee20286c6c3a230"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Aug 25 15:17:31 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:49:11 2007 -0700"
      },
      "message": "[SERIAL]: Fix 32-bit warnings in sunzilog.c and sunsu.c\n\nresource_size_t can be either a u64 or a u32, and we can\u0027t\nreally know for sure, so when printing such a value out\nalways use long-long printf formatting and cast the argument\nto that type.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7bcd4dae6261b221108148befee20286c6c3a230",
      "tree": "eb4267ab0fbc707de9e4fb372fe1db3224cb1d47",
      "parents": [
        "6cc0735d0dbf6a0e5f802f47d51e1e463466955c"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Aug 25 15:12:32 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:49:10 2007 -0700"
      },
      "message": "[SPARC32]: Kill unused vars and macros from prom/console.c\n\nThis should have been removed during the of_console_device\nchanges.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6cc0735d0dbf6a0e5f802f47d51e1e463466955c",
      "tree": "62840e618992c257eff51c65bfe66a14f5942c9a",
      "parents": [
        "6c8f5b90bfbe69a27763fb0e181bd2465181446d"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Aug 25 15:10:44 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:49:09 2007 -0700"
      },
      "message": "[SPARC32]: Add __cmpdi2() libcall implementation ala. MIPS.\n\nDevice mapper generates calls to this with recent versions\nof gcc.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6c8f5b90bfbe69a27763fb0e181bd2465181446d",
      "tree": "bb62f00ccd9ab1472446831f9e1442ad6bb86f47",
      "parents": [
        "1bd4b280394cdd14f82efc00808c6d77b097285a"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Fri Aug 24 22:33:15 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:49:08 2007 -0700"
      },
      "message": "[VIDEO]: Do not prom_halt() in cg3 and bw2 device probe.\n\nJust give a normal kernel log message of the problem and\nreturn failure.\n\nBased upon a patch from Mark Fortescue.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1bd4b280394cdd14f82efc00808c6d77b097285a",
      "tree": "5ccc519321d2f4fa5499c41a66f8af13a7978281",
      "parents": [
        "50c46637aa894f904e2fb39086a3d7732f68bd50"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Fri Aug 24 22:05:44 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:49:07 2007 -0700"
      },
      "message": "[SUNVDC]: Use slice 0xff on VD_DISK_TYPE_DISK.\n\nWhile debugging issues with the VDS server I made the\ndriver use partition 2 to get at the whole disk since\nthis is the \"whole disk\" partition in the Sun disk\nlabel.\n\nWe really should use slice 0xff which really means\nthe whole physical disk in the VIO disk protocol.\nOtherwise things won\u0027t work well on a disk image\nthat doesn\u0027t have a proper disk label on it.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "10e2ff1c39e6d829379c7c5bb8f1c8f512f257c8",
      "tree": "281ca6b01e3b02fd4c0396ea617da7d8acf2f04c",
      "parents": [
        "e7c243c925f6d9dcb898504ff24d6650b5cbb3b1"
      ],
      "author": {
        "name": "James Morris",
        "email": "jmorris@namei.org",
        "time": "Sat Aug 25 14:41:28 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:35:48 2007 -0700"
      },
      "message": "[NET]: Mark Paul Moore as maintainer of labelled networking.\n\nSigned-off-by: James Morris \u003cjmorris@namei.org\u003e\nAcked-by: Paul Moore \u003cpaul.moore@hp.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e7c243c925f6d9dcb898504ff24d6650b5cbb3b1",
      "tree": "f06ae59e206e4876b0326c65811f496a8b1f4bdc",
      "parents": [
        "7c8347a91dbbb723d8ed106ec817dabac97f2bbc"
      ],
      "author": {
        "name": "Evgeniy Polyakov",
        "email": "johnpol@2ka.mipt.ru",
        "time": "Fri Aug 24 23:36:29 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:35:47 2007 -0700"
      },
      "message": "[VLAN/BRIDGE]: Fix \"skb_pull_rcsum - Fatal exception in interrupt\"\n\nI tried to preserve bridging code as it was before, but logic is quite\nstrange - I think we should free skb on error, since it is already\nunshared and thus will just leak.\n\nHerbert Xu states:\n\n\u003e +\tif ((skb \u003d skb_share_check(skb, GFP_ATOMIC)) \u003d\u003d NULL)\n\u003e +\t\tgoto out;\n\nIf this happens it\u0027ll be a double-free on skb since we\u0027ll\nreturn NF_DROP which makes the caller free it too.\n\nWe could return NF_STOLEN to prevent that but I\u0027m not sure\nwhether that\u0027s correct netfilter semantics.  Patrick, could\nyou please make a call on this?\n\nPatrick McHardy states:\n\nNF_STOLEN should work fine here.\n\nSigned-off-by: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7c8347a91dbbb723d8ed106ec817dabac97f2bbc",
      "tree": "167d78f55ea340d4df5e97805fbd5e3d5751bc98",
      "parents": [
        "c573f73ce95d7e421cb4b9928dd41ac9518fcccf"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Fri Aug 24 23:25:33 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:35:46 2007 -0700"
      },
      "message": "[ISDN]: Get rid of some pointless allocation casts in common and bsd comp.\n\nvmalloc() returns a void pointer - no need to cast the return value.\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c573f73ce95d7e421cb4b9928dd41ac9518fcccf",
      "tree": "a2883fb046aab1e4c9ed647e59e441c3a9d41da9",
      "parents": [
        "901ded25fb98d76e55a8920834b173e7efc026b6"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Fri Aug 24 23:24:43 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:35:45 2007 -0700"
      },
      "message": "[NET]: Avoid pointless allocation casts in BSD compression module\n\nThe general kernel memory allocation functions return void pointers\nand there is no need to cast their return values.\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "901ded25fb98d76e55a8920834b173e7efc026b6",
      "tree": "0542afdab8a9b58aa2dd00f58d6f8103fdf8c3e6",
      "parents": [
        "aaa53c4aba14f14de06419a20e552fe2d8823a33"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Fri Aug 24 23:23:41 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:35:44 2007 -0700"
      },
      "message": "[IRDA]: Do not do pointless kmalloc return value cast in KingSun driver\n\nkmalloc() returns a void pointer, so there is no need to cast it in\n drivers/net/irda/kingsun-sir.c::kingsun_probe().\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "aaa53c4aba14f14de06419a20e552fe2d8823a33",
      "tree": "f026db39803fa265b588dac40f014cdfd69cbc56",
      "parents": [
        "f424bb9efaee90b752aabcb4e5e95920ee9580bb"
      ],
      "author": {
        "name": "Benjamin Thery",
        "email": "benjamin.thery@bull.net",
        "time": "Fri Aug 24 23:12:08 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:35:43 2007 -0700"
      },
      "message": "[NET]: Fix crash in dev_mc_sync()/dev_mc_unsync()\n\nThis patch fixes a crash that may occur when the routine dev_mc_sync()\ndeletes an address from the list it is currently going through. It\nsaves the pointer to the next element before deleting the current one.\nThe problem may also exist in dev_mc_unsync().\n\nSigned-off-by: Benjamin Thery \u003cbenjamin.thery@bull.net\u003e\nAcked-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f424bb9efaee90b752aabcb4e5e95920ee9580bb",
      "tree": "3d33a47bc33d8456f26f2cfca89b28edc59726c8",
      "parents": [
        "e4223976341ffb22fabe5b3a69873966808c83aa"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Fri Aug 24 23:04:18 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:35:42 2007 -0700"
      },
      "message": "[PPPOL2TP]: Fix endianness annotations.\n\n{s,d}_{session,tunnel} in pppol2tp_addr are actually host-endian\neverywhere.  We might switch them to net-endian, of course, but\nthat structure is exposed to userland via getname...\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e4223976341ffb22fabe5b3a69873966808c83aa",
      "tree": "8375db74c6243e583eeaff91d5d50ca96632a55d",
      "parents": [
        "97a1ad431b89765755d2b5aa8c0777ed637d5c4a"
      ],
      "author": {
        "name": "Shannon Nelson",
        "email": "shannon.nelson@intel.com",
        "time": "Fri Aug 24 23:02:53 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:35:40 2007 -0700"
      },
      "message": "[IOAT]: ioatdma needs to to play nice in a multi-dma-client world\n\nNow that the DMA engine has a multi-client interface, fix the ioatdma\ndriver to play along.  At the same time, remove a couple of unnecessary\nreads and writes.\n\nSigned-off-by: Shannon Nelson \u003cshannon.nelson@intel.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "97a1ad431b89765755d2b5aa8c0777ed637d5c4a",
      "tree": "4807bce0c75dbb6a4a21270f20589ff4c77f956d",
      "parents": [
        "37d2e7316007b4583e5783c608efdd3b2284b74d"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@linux-foundation.org",
        "time": "Fri Aug 24 22:38:26 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:35:39 2007 -0700"
      },
      "message": "[SLIP]: trivial sparse warning fix\n\nFunction declared static in forward declaration, but not in actual code.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@linux-foundation.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "37d2e7316007b4583e5783c608efdd3b2284b74d",
      "tree": "edd2f7ee91b473a08527c48f075aca1d1b3c5f9d",
      "parents": [
        "c3609d510f844100669965db8a9ff10ba029bb4a"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@linux-foundation.org",
        "time": "Fri Aug 24 22:37:49 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:35:38 2007 -0700"
      },
      "message": "[EQL]: sparse warning fix\n\nMore noodlin on long flights, patch bin. Sparse warning fix for eql.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@linux-foundation.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c3609d510f844100669965db8a9ff10ba029bb4a",
      "tree": "fb86593f7310805bb6c70cf2b61f4e7b3731d7aa",
      "parents": [
        "26722873a460703e319462afa7ebb8ed3a036c07"
      ],
      "author": {
        "name": "vignesh babu",
        "email": "vignesh.babu@wipro.com",
        "time": "Fri Aug 24 22:27:55 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:35:37 2007 -0700"
      },
      "message": "[NET]: is_power_of_2 in net/core/neighbour.c\n\nReplacing n \u0026 (n - 1) for power of 2 check by is_power_of_2(n)\n\nSigned-off-by: vignesh babu \u003cvignesh.babu@wipro.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "26722873a460703e319462afa7ebb8ed3a036c07",
      "tree": "d621eb098a252a8e91d74d635d33eb30ee05aa21",
      "parents": [
        "a96fb49be3dd2031f722bf32af6ed7db965b60f7"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Fri Aug 24 22:21:50 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:35:36 2007 -0700"
      },
      "message": "[TCP]: Describe tcp_init_cwnd() thoroughly in a comment.\n\nPeople often get tripped up by this function and think that\nit does not implemented the prescribed algorithms from\nRFC2414 and RFC3390, even though it does.\n\nSo add a comment to head off such misunderstandings in the\nfuture.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a96fb49be3dd2031f722bf32af6ed7db965b60f7",
      "tree": "3c02106c65a3013990007d9bdf2708616bc9ba6e",
      "parents": [
        "36d98d3edce12c8f9ffd33f8f5d23ce728380925"
      ],
      "author": {
        "name": "Flavio Leitner",
        "email": "fleitner@redhat.com",
        "time": "Fri Aug 24 22:16:39 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:35:35 2007 -0700"
      },
      "message": "[NET]: Fix IP_ADD/DROP_MEMBERSHIP to handle only connectionless\n\nFix IP[V6]_ADD_MEMBERSHIP and IP[V6]_DROP_MEMBERSHIP to\nreturn -EPROTO for connection oriented sockets.\n\nSigned-off-by: Flavio Leitner \u003cfleitner@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "36d98d3edce12c8f9ffd33f8f5d23ce728380925",
      "tree": "ba1b7fab085d2c559e504e9a01d2e70ff1f62c53",
      "parents": [
        "96fe1c0237224b24a0dfaaee6467a5767902ba4a"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@linux-foundation.org",
        "time": "Wed Aug 22 12:36:01 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:35:34 2007 -0700"
      },
      "message": "[KBUILD]: Sanitize tc_ematch headers.\n\nThe headers in tc_ematch are used by iproute2, so these headers should\nbe processed.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@linux-foundation.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "96fe1c0237224b24a0dfaaee6467a5767902ba4a",
      "tree": "6fb801473d339ec36843c76c4a0beaa0ae3921cf",
      "parents": [
        "50c46637aa894f904e2fb39086a3d7732f68bd50"
      ],
      "author": {
        "name": "Nick Bowler",
        "email": "nbowler@ellipticsemi.com",
        "time": "Wed Aug 22 12:33:51 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Aug 26 18:35:33 2007 -0700"
      },
      "message": "[IPSEC] AH4: Update IPv4 options handling to conform to RFC 4302.\n\nIn testing our ESP/AH offload hardware, I discovered an issue with how\nAH handles mutable fields in IPv4.  RFC 4302 (AH) states the following\non the subject:\n\n        For IPv4, the entire option is viewed as a unit; so even\n        though the type and length fields within most options are immutable\n        in transit, if an option is classified as mutable, the entire option\n        is zeroed for ICV computation purposes.\n\nThe current implementation does not zero the type and length fields,\nresulting in authentication failures when communicating with hosts\nthat do (i.e. FreeBSD).\n\nI have tested record route and timestamp options (ping -R and ping -T)\non a small network involving Windows XP, FreeBSD 6.2, and Linux hosts,\nwith one router.  In the presence of these options, the FreeBSD and\nLinux hosts (with the patch or with the hardware) can communicate.\nThe Windows XP host simply fails to accept these packets with or\nwithout the patch.\n\nI have also been trying to test source routing options (using\ntraceroute -g), but haven\u0027t had much luck getting this option to work\n*without* AH, let alone with.\n\nSigned-off-by: Nick Bowler \u003cnbowler@ellipticsemi.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "23dd6d351a2f8157602e854e3a147a04cf7279a1",
      "tree": "06c9f7e1dd06b618402851c4197e62c269c2a19a",
      "parents": [
        "52625caaee4930995ab25e0855713a7a2dd89151"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Aug 24 16:49:23 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:17:00 2007 +0100"
      },
      "message": "[MIPS] Fulong doesn\u0027t need ISA DMA.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "52625caaee4930995ab25e0855713a7a2dd89151",
      "tree": "23c551643cdfcace37e5011809be4aec70892b72",
      "parents": [
        "84ced30675b1454f1c2dca1fe055ae75eb1df53e"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 00:29:11 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:17:00 2007 +0100"
      },
      "message": "[MIPS] IP27: intr_sconnect_level: don\u0027t disable interrupts.\n\nThere is no reason to.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "84ced30675b1454f1c2dca1fe055ae75eb1df53e",
      "tree": "942c7b6918dc73bb96bfe8d109c4a26c11c342e8",
      "parents": [
        "ed7a2365062bc9968e8e01423a889a95e85fba80"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 00:26:58 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:17:00 2007 +0100"
      },
      "message": "[MIPS] IP27: startup_bridge_irq: connect interrupt.\n\nshutdown_bridge_irq disconnects the irq so we need to connect the irq or\nrequesting the same irq a send time will fail.  This used to make\nthings like ifconfig eth0 down; ifconfig eth0 up fail on IP27.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ed7a2365062bc9968e8e01423a889a95e85fba80",
      "tree": "f5b1f55f795c72294572b3e44e993db3419f1ee7",
      "parents": [
        "8313da304cdb32465064202814996a2ca33f04e7"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 00:19:21 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:17:00 2007 +0100"
      },
      "message": "[MIPS] IP27: shutdown_bridge_irq: don\u0027t free irq.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "8313da304cdb32465064202814996a2ca33f04e7",
      "tree": "cda271a47e5966a1adb2f776b8becd09b76c2f1e",
      "parents": [
        "2704afebecc8e268e8c873b6dfab2077d679b593"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Aug 24 16:48:30 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:17:00 2007 +0100"
      },
      "message": "[MIPS] Sort out handling of ISA-less PCI systems.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "2704afebecc8e268e8c873b6dfab2077d679b593",
      "tree": "275a55b0401599f5362fad7ff90e9ea4590d0dfb",
      "parents": [
        "606bf782846163b87868d8cdd46f44241c0c2a6b"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Aug 24 13:47:45 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:17:00 2007 +0100"
      },
      "message": "[MIPS] Add __cmpdi2\n\nCertain 32-bit kernel configurations seem to be able to cause references,\nthis was observed with gcc 4.1.2.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "606bf782846163b87868d8cdd46f44241c0c2a6b",
      "tree": "2e3a1e92293ffdcd3aedb4143ad4be15134e791a",
      "parents": [
        "c4aa2563f953d13a9bcf4731b00b0900a45626d7"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Aug 24 02:13:33 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:17:00 2007 +0100"
      },
      "message": "[MIPS] HOTPLUG: Make register_pci_controller __devinit.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c4aa2563f953d13a9bcf4731b00b0900a45626d7",
      "tree": "d05fd33c5f0e26aca352a0cc2c45c115878bcbc6",
      "parents": [
        "4547d224d29a6a9a81df91858c2e26b7f88e02e1"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Aug 23 14:17:14 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:59 2007 +0100"
      },
      "message": "[MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus.\n\nSince 96bde06a2df1b363206d3cdef53134b84ff37813 several callers of\npcibios_resource_to_bus are no longer marked __devinit resulting in a\npile of modpost warnings if PCI \u0026\u0026 !HOTPLUG:\n\n  MODPOST vmlinux.o\nWARNING: vmlinux.o(.text+0x15dde8): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between \u0027pci_map_rom\u0027 and \u0027pci_map_rom_copy\u0027)\nWARNING: vmlinux.o(.text+0x15e140): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between \u0027pci_update_resource\u0027 and \u0027pci_claim_resource\u0027)\nWARNING: vmlinux.o(.text+0x15f0cc): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between \u0027pci_setup_cardbus\u0027 and \u0027pci_bus_assign_resources\u0027)\nWARNING: vmlinux.o(.text+0x15f0f0): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between \u0027pci_setup_cardbus\u0027 and \u0027pci_bus_assign_resources\u0027)\nWARNING: vmlinux.o(.text+0x15f114): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between \u0027pci_setup_cardbus\u0027 and \u0027pci_bus_assign_resources\u0027)\nWARNING: vmlinux.o(.text+0x15f138): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between \u0027pci_setup_cardbus\u0027 and \u0027pci_bus_assign_resources\u0027)\nWARNING: vmlinux.o(.text+0x15f438): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between \u0027pci_bus_assign_resources\u0027 and \u0027pbus_size_mem\u0027)\nWARNING: vmlinux.o(.text+0x15f4f4): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between \u0027pci_bus_assign_resources\u0027 and \u0027pbus_size_mem\u0027)\n\nRemoving __devinit from pcibios_resource_to_bus make the same necessary\nfor pcibios_fixup_device_resources as well.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "4547d224d29a6a9a81df91858c2e26b7f88e02e1",
      "tree": "c3eeb23ba0c1984b02d6227ef25c2b44581f3701",
      "parents": [
        "db15f3626df80cebd69b69494c90528aae483caf"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Aug 23 14:12:56 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:59 2007 +0100"
      },
      "message": "[MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus.\n\nSince 96bde06a2df1b363206d3cdef53134b84ff37813 pcibios_fixup_bus\u0027s caller\npci_scan_child_bus is no longer marked __devinit resulting in this modpost\nwarning if PCI \u0026\u0026 !HOTPLUG:\n\n  MODPOST vmlinux.o\nWARNING: vmlinux.o(.text+0x158b9c): Section mismatch: reference to .init.text:pcibios_fixup_bus (between \u0027pci_scan_child_bus\u0027 and \u0027pci_scan_bus_parented\u0027)\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "db15f3626df80cebd69b69494c90528aae483caf",
      "tree": "791372aa647f8bf00c4a9c70bf6f5972662e1f37",
      "parents": [
        "1bfa771e610bebb29d8051884ff3672845ac9c00"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Aug 22 22:48:08 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:59 2007 +0100"
      },
      "message": "[MIPS] Delete duplicate inclusion of \u003clinux/delay.h\u003e.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "1bfa771e610bebb29d8051884ff3672845ac9c00",
      "tree": "761ee63eb013c7f6b378a708e236aada4e1425fc",
      "parents": [
        "88eb4134b0515babd2e6b3f817ed685886e07479"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Aug 22 22:42:18 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:59 2007 +0100"
      },
      "message": "[MIPS] Polish \u003casm/edac.h\u003e.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "88eb4134b0515babd2e6b3f817ed685886e07479",
      "tree": "d834d5718a8414be0990f1616a442425c34a3833",
      "parents": [
        "948a34cf3988462090291774e55f21f7efdfb072"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Aug 22 16:29:56 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:59 2007 +0100"
      },
      "message": "[MIPS] IP22: Export sgi_gfxaddr for use by the Newport console driver.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "948a34cf3988462090291774e55f21f7efdfb072",
      "tree": "1f1191db06e1472fbe34b85f97754b2a7864820c",
      "parents": [
        "34412c7231f513283ab501eea41774b4ae623dcc"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Wed Aug 22 01:42:04 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:59 2007 +0100"
      },
      "message": "[MIPS] Maintain si_code field properly for FP exceptions\n\nThe appended patch adds code to update siginfo_t\u0027s si_code field. It\nfixes e.g. a floating point overflow regression in the SBCL testsuite.\n\nSigned-off-By: Thiemo Seufer \u003cths@linux-mips.org\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "34412c7231f513283ab501eea41774b4ae623dcc",
      "tree": "24b4d974ac0c78ac23c46fd79399cfbb819e9209",
      "parents": [
        "97ce9a8d6c9b50ea38f45d05a73fded2e0701ddf"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Mon Aug 20 23:43:49 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:59 2007 +0100"
      },
      "message": "[MIPS] SMTC: Fix duplicate status dumps on NMI\n\nAlso removes the while(1); loop by propagating the ATTRIB_NORET of die()\nto nmi_exception_handler.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "97ce9a8d6c9b50ea38f45d05a73fded2e0701ddf",
      "tree": "a47cf403fcc3e2bcd622e68cd2238f3d56907543",
      "parents": [
        "9f90a03a7f93be7f247aa902a7d962a56a6f600e"
      ],
      "author": {
        "name": "Nicolas Schichan",
        "email": "nschichan@freebox.fr",
        "time": "Mon Aug 20 15:57:38 2007 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:59 2007 +0100"
      },
      "message": "[MIPS] Unconditionally writeback and invalidate caches on kexec.\n\nSigned-off-by: Nicolas Schichan \u003cnschichan@freebox.fr\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9f90a03a7f93be7f247aa902a7d962a56a6f600e",
      "tree": "9fa2ef21f8ab22b849e5519102be2d2653d17b68",
      "parents": [
        "c99dcac435cec7aca313638db2f1bc406f29210b"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Sun Aug 19 22:32:10 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:58 2007 +0100"
      },
      "message": "[PATCH] rtc: Make rtc-rs5c348 driver hotplug-aware\n\nThe rtc-rs5c348 SPI driver name doesn\u0027t match its module name, which\nprevents it from properly hotplugging.  There is only one in-tree user\nof its driver, which is fixed by this patch too.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nAcked-by: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c99dcac435cec7aca313638db2f1bc406f29210b",
      "tree": "e61b689cb628c324402ea7037a392ae4390baad6",
      "parents": [
        "0806133af401381c559673c3e7269bf62af40388"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Aug 16 12:10:16 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:58 2007 +0100"
      },
      "message": "[MIPS] Fix gcc 3.3 warning.\n\n  CC      arch/mips/kernel/cpu-bugs64.o\narch/mips/kernel/cpu-bugs64.c: In function \u0027align_mod\u0027:\narch/mips/kernel/cpu-bugs64.c:23: warning: asm operand 0 probably doesn\u0027t match constraints\narch/mips/kernel/cpu-bugs64.c:23: warning: asm operand 1 probably doesn\u0027t match constraints\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "0806133af401381c559673c3e7269bf62af40388",
      "tree": "558cbabfc01591010748de06a08f106735a4dc97",
      "parents": [
        "c5d7eb9e8c25cc908461c34844241e5bad0504fe"
      ],
      "author": {
        "name": "Ilpo Järvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Thu Aug 16 01:03:01 2007 +0300"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:58 2007 +0100"
      },
      "message": "[MIPS] Fix invalid semicolon after if statement\n\nSigned-off-by: Ilpo Järvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c5d7eb9e8c25cc908461c34844241e5bad0504fe",
      "tree": "644de7adf6e648434b010b314832db842d207de8",
      "parents": [
        "0d2d6446fe69ee85636648b4b8abb32c456a416f"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Tue Aug 07 23:20:21 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:58 2007 +0100"
      },
      "message": "[MIPS] Update Cobalt defconfig\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "0d2d6446fe69ee85636648b4b8abb32c456a416f",
      "tree": "db6684f0750384e0dc28f44385226f54a8c31e46",
      "parents": [
        "dd7043815a710e93a731fbb56782db33467755e9"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Tue Aug 14 20:34:52 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:58 2007 +0100"
      },
      "message": "[MIPS] Update workpad_defconfig\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "dd7043815a710e93a731fbb56782db33467755e9",
      "tree": "719715d10988c290de0eadbb95ca556588f32140",
      "parents": [
        "96a6d8727f2b4a5b94f2a78d67c6126c87144e2b"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Tue Aug 14 20:33:54 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:57 2007 +0100"
      },
      "message": "[MIPS] Update tb0287_defconfig\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "96a6d8727f2b4a5b94f2a78d67c6126c87144e2b",
      "tree": "f9724e6092dea4c8b46852d55a6e19153cb4238b",
      "parents": [
        "aabfc589919e9833df25754138e25adafbe3919d"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Tue Aug 14 20:32:47 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:57 2007 +0100"
      },
      "message": "[MIPS] Update tb0226_defconfig\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "aabfc589919e9833df25754138e25adafbe3919d",
      "tree": "e3b80c58507cba0fb8e596fa8dfbe13b81587347",
      "parents": [
        "f5594fd91497ab7eec8dd1859a90ebb31058fd5d"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Tue Aug 14 20:31:35 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:57 2007 +0100"
      },
      "message": "[MIPS] Update tb0219_defconfig\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f5594fd91497ab7eec8dd1859a90ebb31058fd5d",
      "tree": "ac5cbe3e84ea60ff0d15bc26172d96212fce1acb",
      "parents": [
        "be72bd605039d2840391fec513edd58983345a74"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Tue Aug 14 20:30:21 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:56 2007 +0100"
      },
      "message": "[MIPS] Update mpc30x_defconfig\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "be72bd605039d2840391fec513edd58983345a74",
      "tree": "65fbcf8c52ef5367ffb9bc01e44166e7d48ca638",
      "parents": [
        "d2a34c400b59f93c8c3875d46e067bb4e361b93f"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Tue Aug 14 20:29:02 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:56 2007 +0100"
      },
      "message": "[MIPS] Update e55_defconfig\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d2a34c400b59f93c8c3875d46e067bb4e361b93f",
      "tree": "ebec9504f01139efbec771e2adca00834cb7a766",
      "parents": [
        "5bd080f7d21c8f6841d63b8cdb4123a95a311eb9"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Tue Aug 14 20:27:47 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:56 2007 +0100"
      },
      "message": "[MIPS] Update capcella_defconfig\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5bd080f7d21c8f6841d63b8cdb4123a95a311eb9",
      "tree": "b911af3e5f6563371667b5f8b6789f5f096ed7d9",
      "parents": [
        "9975e77df5428a1afff57fd8f76a1bc0bfc247fc"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 13 12:47:17 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:56 2007 +0100"
      },
      "message": "[MIPS] IP22: Fix modpost warning.\n\n  MODPOST vmlinux.o\nWARNING: vmlinux.o(.text+0xc70): Section mismatch: reference to .init.text:add_memory_region (between \u0027probe_memory\u0027 and \u0027enable_local0_irq\u0027)\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9975e77df5428a1afff57fd8f76a1bc0bfc247fc",
      "tree": "8ebe240bcbec6c17402ab2c69013fa2106157f48",
      "parents": [
        "bdd3ede0e11b5bc2d8424f73fb0219b8236d98bb"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 13 12:44:41 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:56 2007 +0100"
      },
      "message": "[MIPS] Gcc 3.3 build fixes.\n\nWork around gcc 3.3\u0027s unability to evaluate that certain expressions indeed\nare constant.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "bdd3ede0e11b5bc2d8424f73fb0219b8236d98bb",
      "tree": "0f721d0f35f3e8497e4f99f4119003f5a43f0f7c",
      "parents": [
        "153ef95e7a9c6ae248998ba390b911bc27f4f553"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@mips.com",
        "time": "Fri Aug 10 18:30:57 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:56 2007 +0100"
      },
      "message": "[MIPS] MT: Use kallsyms in CPU state dump\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "153ef95e7a9c6ae248998ba390b911bc27f4f553",
      "tree": "df92a2f3674dcda2a829c3941221a9160a29633f",
      "parents": [
        "a204458acb358c147618c749ba0fac8ef2c5d4e6"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Aug 07 18:40:06 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:56 2007 +0100"
      },
      "message": "[MIPS] MIPSsim: Delete old file that survived moving around in the tree.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "a204458acb358c147618c749ba0fac8ef2c5d4e6",
      "tree": "9423cc57ffbf9020e8404059e2610d1bafac25e5",
      "parents": [
        "b5438582090406e2ccb4169d9b2df7c9939ae42b"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Aug 07 17:30:58 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:55 2007 +0100"
      },
      "message": "[MIPS] unwind_stack should return a value ...\n\nAnd gcc 3.4 doesn\u0027t even warn out this, grrr.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b5438582090406e2ccb4169d9b2df7c9939ae42b",
      "tree": "46fb2e427e4159ff3e831137fc55acda6c4a7af0",
      "parents": [
        "de4b21474053513d9ad41994c95dade3e6b3362f"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Aug 07 17:18:28 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:55 2007 +0100"
      },
      "message": "[MIPS] SMTC: Fix crash on bootup with idebus\u003d command line argument.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "de4b21474053513d9ad41994c95dade3e6b3362f",
      "tree": "60a44dbc1c8141386cc4a87d41620a4221e7f73f",
      "parents": [
        "3f478a873944fd4d040b7f40408da67e78473c8e"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Aug 07 15:02:55 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:55 2007 +0100"
      },
      "message": "[MIPS] Fix build error if CONFIG_KALLSYMS is undefined.\n\n  CC      arch/mips/kernel/traps.o\narch/mips/kernel/traps.c: In function \u0027show_backtrace\u0027:\narch/mips/kernel/traps.c:110: warning: unused variable \u0027ra\u0027\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3f478a873944fd4d040b7f40408da67e78473c8e",
      "tree": "71f550ee9db45b915d0bc2494df223f624460db5",
      "parents": [
        "dbb74540aec2f70660d6ad43414a3d1f3c3aceec"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Aug 07 14:55:47 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:55 2007 +0100"
      },
      "message": "[MIPS] Excite: disable 64-bit kernel support.\n\n  CC      arch/mips/basler/excite/excite_prom.o\narch/mips/basler/excite/excite_prom.c:136:3: #error 64 bit support not implemented\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "dbb74540aec2f70660d6ad43414a3d1f3c3aceec",
      "tree": "00a48185f07e120dc0b792632fb4d0a6297030a8",
      "parents": [
        "028151bfed9f94e83a79f3886f93861587de08b4"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Aug 07 14:52:17 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:55 2007 +0100"
      },
      "message": "[MIPS] Kconfig: Fix configuration warning by hardwiring HOTPLUG_CPU to n.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "028151bfed9f94e83a79f3886f93861587de08b4",
      "tree": "49aa3cf50795a7bc3b6ba1061a7b648202efbec5",
      "parents": [
        "fe56b954eadefb8b93b7d6b9244af38a352c8799"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Aug 07 13:05:27 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:55 2007 +0100"
      },
      "message": "[MIPS] Update a few defconfigs.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "fe56b954eadefb8b93b7d6b9244af38a352c8799",
      "tree": "9a39ce014e6e3e05534535ef872732f857a030d1",
      "parents": [
        "45a98eb2b775caa3d6113cb7a5c2ff4361e09c91"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 06 16:35:23 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:55 2007 +0100"
      },
      "message": "[MIPS] SMTC: Move MIPS_CPU_IPI_IRQ definition into header.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "45a98eb2b775caa3d6113cb7a5c2ff4361e09c91",
      "tree": "3d5fa8d762715d5b331dd8816ebe6159a3fca116",
      "parents": [
        "428ab280a0754656fa09304017b0ce626744cc77"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 06 16:32:20 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:54 2007 +0100"
      },
      "message": "[MIPS] Malta: Include \u003clinux/irq.h for cp0_compare_irq / cp0_perfcount_irq.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "428ab280a0754656fa09304017b0ce626744cc77",
      "tree": "90b3973d6451701399c66ea252852bb7d34762a9",
      "parents": [
        "d98cc84dd11c126f85675dab8e2aebcbee114a90"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 06 14:02:12 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:54 2007 +0100"
      },
      "message": "[MIPS] SMP: Scatter __cpuinit over the code as needed.\n\nMIPS doesn\u0027t do CPU hotplugging yet but since many of the functions don\u0027t\neven have an __init let\u0027s fix this right.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d98cc84dd11c126f85675dab8e2aebcbee114a90",
      "tree": "2e0d8f37209d6c3032c4f0fe7aaaa0106b2e1584",
      "parents": [
        "48d365e22641f8e3881d62e56ecb9fe79513a0e7"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 06 10:02:07 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:54 2007 +0100"
      },
      "message": "[MIPS] SEAD: Don\u0027t mark as experimental.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "48d365e22641f8e3881d62e56ecb9fe79513a0e7",
      "tree": "10e361f6ba393262fb2e3bbaa03706cd830056de",
      "parents": [
        "106e8028ce81305b93dfd6b809c196d62910feae"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Sat Aug 04 23:35:47 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:54 2007 +0100"
      },
      "message": "[MIPS] remove unused marvell.h\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "106e8028ce81305b93dfd6b809c196d62910feae",
      "tree": "77ea12a12d2a7f3c742bab80ff39cef78d53c429",
      "parents": [
        "e2286d755506afb5066740f251ae3bedc63f2ced"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Sat Aug 04 23:34:17 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:54 2007 +0100"
      },
      "message": "[MIPS] remove unused gt64240.h\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "e2286d755506afb5066740f251ae3bedc63f2ced",
      "tree": "aaed7a47ab902476b3c8344789ec483d595af11c",
      "parents": [
        "dee3c75058485d55c8188a13d660d72188c5bcee"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Sat Aug 04 23:26:53 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:54 2007 +0100"
      },
      "message": "[MIPS] SNI: remove unused pcimt_scache.c\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "dee3c75058485d55c8188a13d660d72188c5bcee",
      "tree": "b2280c847d0b2469237ceaebaad99f221b6eaa25",
      "parents": [
        "5d3fdeacee5d071a5c3d674231bf00cfa5d35a7a"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Sat Aug 04 23:24:51 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:54 2007 +0100"
      },
      "message": "[MIPS] SNI: Remove unneeded sni_machine_halt\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5d3fdeacee5d071a5c3d674231bf00cfa5d35a7a",
      "tree": "6c010f29a9ee06393c8e6cb603d5ca0bd09cea4b",
      "parents": [
        "6c76988b813ae7a9fa2282032effa6f5a66dd8d2"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Fri Aug 03 23:33:38 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:54 2007 +0100"
      },
      "message": "[MIPS] Remove dead code from irq_txx9.c\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "6c76988b813ae7a9fa2282032effa6f5a66dd8d2",
      "tree": "67257bb131d6f4c2436d0cfe7e02ad52fc0e2ed3",
      "parents": [
        "bda4d16cee1b70c61392bb76cb4119179348c176"
      ],
      "author": {
        "name": "Daniel Jacobowitz",
        "email": "drow@false.org",
        "time": "Fri Aug 03 11:43:01 2007 -0400"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:53 2007 +0100"
      },
      "message": "[MIPS] Do not discard extra debugging sections.\n\nLeaving these sections is useful to some tools that look at the image, and\nnone of them are loaded into memory.  The .mdebug.abi64 section, in\nparticular, lets GDB recognize vmlinux.32 as an N64 program instead of\nguessing that it is O32.\n\nSigned-off-by: Daniel Jacobowitz \u003cdan@codesourcery.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "bda4d16cee1b70c61392bb76cb4119179348c176",
      "tree": "13a3d811241eb559819178d1c64200fa2d237e60",
      "parents": [
        "cd463f3483bf7ddebfaade4a0e590478d501b896"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Thu Aug 02 23:36:26 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:53 2007 +0100"
      },
      "message": "[MIPS] Update defconfigs for TX39/TX49\n\nUpdate defconfigs, disabling CONFIG_EXPERIMENTAL.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "cd463f3483bf7ddebfaade4a0e590478d501b896",
      "tree": "013663de0bfd25f660367feeff8c387c9fab4be0",
      "parents": [
        "ad99876ad4309c6d9db1fb47d3e0b78f5d959896"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Thu Aug 02 23:36:17 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:53 2007 +0100"
      },
      "message": "[MIPS] Use -Werror on TX39/TX49 boards\n\nNow these directories can be built cleanly.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ad99876ad4309c6d9db1fb47d3e0b78f5d959896",
      "tree": "7edb8bbc93ddd4cd6096a6b0ddd1df6320e78799",
      "parents": [
        "c87abd75b35e8f991ff8ff1510d6fb62612c61fa"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Thu Aug 02 23:36:11 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:53 2007 +0100"
      },
      "message": "[MIPS] Drop unneeded config options for RBTX4938\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c87abd75b35e8f991ff8ff1510d6fb62612c61fa",
      "tree": "de68c4446c35337c47c17253d769bfeee92f80b3",
      "parents": [
        "8420fd00e88ef4f6082866aa151bc753b006b3b6"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Thu Aug 02 23:36:02 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:53 2007 +0100"
      },
      "message": "[MIPS] Cleanup TX39/TX49 irq code\n\nCleanup jmr3927, tx4927 and tx4938 irq codes, using common IRQ_CPU,\nI8259 and IRQ_TXX9 irq routines.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "8420fd00e88ef4f6082866aa151bc753b006b3b6",
      "tree": "6d4badf14729e256936d983f7f6fe70e4858bf38",
      "parents": [
        "477f949e0ad7f1d3503a87b9f158d70c29abc918"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Thu Aug 02 23:35:53 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:52 2007 +0100"
      },
      "message": "[MIPS] The irq_chip for TX39/TX49 SoCs\n\nAdd generic irq_chip for TX39/TX49 SoCs.  This can be replace\njmr3927_irq_irc, tx4927_irq_pic_type and tx4938_irq_pic_type.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "477f949e0ad7f1d3503a87b9f158d70c29abc918",
      "tree": "f98f59928250cb2fd8367adbc8730080ac199e4e",
      "parents": [
        "7acae224a423a492454d6550ce65c9af556d02c7"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Aug 02 12:08:32 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Aug 27 02:16:51 2007 +0100"
      },
      "message": "[MIPS] Sibyte: CONFIG_SIBYTE_SB1250_DUART -\u003e CONFIG_SERIAL_SB1250_DUART\n\nThis is needed since the Sibyte serial driver was exchanged.\n\nIssue report by Imre Kaloz \u003ckaloz@openwrt.org\u003e.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    }
  ],
  "next": "7acae224a423a492454d6550ce65c9af556d02c7"
}
