)]}'
{
  "log": [
    {
      "commit": "2741ecb4ce5c2d430b5c44b0a169038338c21df5",
      "tree": "4aa71d7551184ee88f32c7f3660d821133058c32",
      "parents": [
        "bc85e585c6d0fab4bde12d60964b2f25802c3163",
        "5de813b6cd06460b337f9da9afe316823cf3ef45"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 22:09:41 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 22:09:41 2010 +0000"
      },
      "message": "Merge branch \u0027misc2\u0027 into devel\n"
    },
    {
      "commit": "5de813b6cd06460b337f9da9afe316823cf3ef45",
      "tree": "804eb5a2d986569353ac5c8728af419ce1907124",
      "parents": [
        "d6d502fa4be1acd01971476fc732c95a4da16d90"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 12:14:40 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 19:34:31 2010 +0000"
      },
      "message": "ARM: Eliminate decompressor -Dstatic\u003d PIC hack\n\nWe used to build decompressors with -Dstatic\u003d to avoid any local data\nbeing generated.  The problem is that local data generates GOTOFF\nrelocations, which means we can\u0027t relocate the data relative to the\ntext segment.\n\nGlobal data, on the other hand, goes through the GOT, and can be\nrelocated anywhere.\n\nUnfortunately, with the new decompressors, this presents a problem\nsince they declare static data within functions, and this leads to\nstack overflow.\n\nFix this by separating out the decompressor code into a separate file,\nand removing \u0027static\u0027 from BSS data in misc.c.\n\nAlso, discard the .data section - this means that should we end up\nwith read/write initialized data, the decompressor will fail to link\nand the problem will be obvious.\n\nAcked-by: Nicolas Pitre \u003cnico@fluxnic.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4e6d488af37980d224cbf298224db6173673f362",
      "tree": "5e5d7276f321c239c129031892ec08a3ba034c2f",
      "parents": [
        "200b7a8dc09504bc0aedac567a307a6e533f39e5"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Mon Feb 01 23:26:53 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 12 17:27:52 2010 +0000"
      },
      "message": "ARM: 5910/1: ARM: Add tmp register for addruart and loadsp\n\nOtherwise more complicated uart configuration won\u0027t be possible.\nWe can use r1 for tmp register for both head.S and debug.S.\n\nNOTE: This patch depends on another patch to add the the tmp register\ninto all debug-macro.S files. That can be done with:\n\n$ sed -i -e \"s/addruart,rx|addruart, rx/addruart, rx, tmp/\"\n\tarch/arm/*/include/*/debug-macro.S\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "200b7a8dc09504bc0aedac567a307a6e533f39e5",
      "tree": "ec735fed9611efcbafd4982cb015eab58b552f27",
      "parents": [
        "a7b22962776109b5bfe3a3efa4f42622318c547d"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Tue Jan 19 16:40:07 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jan 19 20:23:16 2010 +0000"
      },
      "message": "ARM: 5884/1: arm: Fix DCC console for v7\n\nWithout this patch arch/arm/compressed/head.S defaults to generic\nDCC code that does not work for v7.\n\nFor more information on the v7 DCC, see Cortex-A8 TRM\n\"12.11.1 Debug communications channel\".\n\nTo use it with post 2.6.33-rc1 or later, you need to have:\n\nCONFIG_DEBUG_LL\u003dy\nONFIG_DEBUG_ICEDCC\u003dy\nCONFIG_EARLY_PRINTK\u003dy\n\nEarlier kernels need commit 93fd03a8c6728b58879f8af20ffd55d9c32a778b\nbackported.\n\nTested on omap3430.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b53e9b5ebd5c6e718f54bcacd4e97b71533ca681",
      "tree": "055a09686eefa24a4bc72be7c25847c690f34c7d",
      "parents": [
        "95b8f20fd6a2694a16b8addb190b942bfb670c88"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Thu Jan 14 20:36:55 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jan 18 12:44:51 2010 +0000"
      },
      "message": "ARM: 5882/1: ARM: Fix uncompress code compile for different defines of flush(void)\n\nBecause of the include of the decompress_inflate.c file from\nboot/compress/misc.c, there are different flush() defines:\n\nIn file included from arch/arm/boot/compressed/misc.c:249:\narch/arm/boot/compressed/../../../../lib/decompress_inflate.c:138:29: error: macro \"flush\" passed 2 arguments, but takes just 0\n\nFix this by removing the define of flush() in misc.c for\nCONFIG_DEBUG_ICEDCC as it\u0027s already defined in mach/uncompress.h,\nand that is being included unconditionally.\n\nAlso use a static inline function instead of define\nfor mach-mxc and mach-gemini to avoid similar bug\nfor those platforms.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c",
      "tree": "9d112314a53153e6aaa4a916e179dd8f225b7b11",
      "parents": [
        "7dd65feb6c603e13eba501c34c662259ab38e70e"
      ],
      "author": {
        "name": "Albin Tonnerre",
        "email": "albin.tonnerre@free-electrons.com",
        "time": "Fri Jan 08 14:42:43 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jan 11 09:34:05 2010 -0800"
      },
      "message": "arm: add support for LZO-compressed kernels\n\n- changes to ach/arch/boot/Makefile to make it easier to add new\n   compression types\n - new piggy.lzo.S necessary for lzo compression\n - changes in arch/arm/boot/compressed/misc.c to allow the use of lzo or\n   gzip, depending on the config\n - Kconfig support\n\nSigned-off-by: Albin Tonnerre \u003calbin.tonnerre@free-electrons.com\u003e\nTested-by: Wu Zhangjin \u003cwuzhangjin@gmail.com\u003e\nAcked-by: \"H. Peter Anvin\" \u003chpa@zytor.com\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nTested-by: Russell King \u003crmk@arm.linux.org.uk\u003e\nAcked-by: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e\nCc: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "edabd38e1a017e922e3e3b485ee3ddb4df433aa4",
      "tree": "c79cef3e59f62014c12ff1203e84b0bac5610a55",
      "parents": [
        "8d27b2f7988b652dbabf79291a3e2550c06e1af5"
      ],
      "author": {
        "name": "Saeed Bishara",
        "email": "saeed@marvell.com",
        "time": "Thu Aug 06 15:12:43 2009 +0300"
      },
      "committer": {
        "name": "Nicolas Pitre",
        "email": "nico@fluxnic.net",
        "time": "Fri Nov 27 15:43:06 2009 -0500"
      },
      "message": "ARM: add base support for Marvell Dove SoC\n\nThe Marvell Dove (88AP510) is a high-performance, highly integrated,\nlow power SoC with high-end ARM-compatible processor (known as PJ4),\ngraphics processing unit, high-definition video decoding acceleration\nhardware, and a broad range of peripherals.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@marvell.com\u003e\nSigned-off-by: Saeed Bishara \u003csaeed@marvell.com\u003e\nSigned-off-by: Nicolas Pitre \u003cnico@marvell.com\u003e\n"
    },
    {
      "commit": "caa27b66bd7188fd063769eaf4b33533ef0709e6",
      "tree": "57d9f96ad40712f690763fb205006938885bbc1a",
      "parents": [
        "78f28b7c555359c67c2a0d23f7436e915329421e"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Mon Jul 20 21:37:11 2009 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Sun Sep 20 12:18:14 2009 +0200"
      },
      "message": "kbuild: use INSTALLKERNEL to select customized installkernel script\n\nReplace the use of CROSS_COMPILE to select a customized\ninstallkernel script with the possibility to set INSTALLKERNEL\nto select a custom installkernel script when running make:\n\n    make INSTALLKERNEL\u003darm-installkernel install\n\nWith this patch we are now more consistent across\ndifferent architectures - they did not all support use\nof CROSS_COMPILE.\n\nThe use of CROSS_COMPILE was a hack as this really belongs\nto gcc/binutils and the installkernel script does not change\njust because we change toolchain.\n\nThe use of CROSS_COMPILE caused troubles with an upcoming patch\nthat saves CROSS_COMPILE when a kernel is built - it would no\nlonger be installable.\n[Thanks to Peter Z. for this hint]\n\nThis patch undos what Ian did in commit:\n\n  0f8e2d62fa04441cd12c08ce521e84e5bd3f8a46\n  (\"use ${CROSS_COMPILE}installkernel in arch/*/boot/install.sh\")\n\nThe patch has been lightly tested on x86 only - but all changes\nlooks obvious.\n\nAcked-by: Peter Zijlstra \u003cpeterz@infradead.org\u003e\nAcked-by: Mike Frysinger \u003cvapier@gentoo.org\u003e [blackfin]\nAcked-by: Russell King \u003clinux@arm.linux.org.uk\u003e [arm]\nAcked-by: Paul Mundt \u003clethal@linux-sh.org\u003e [sh]\nAcked-by: \"H. Peter Anvin\" \u003chpa@zytor.com\u003e [x86]\nCc: Ian Campbell \u003cicampbell@arcom.com\u003e\nCc: Tony Luck \u003ctony.luck@intel.com\u003e [ia64]\nCc: Fenghua Yu \u003cfenghua.yu@intel.com\u003e [ia64]\nCc: Hirokazu Takata \u003ctakata@linux-m32r.org\u003e [m32r]\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e [m68k]\nCc: Kyle McMartin \u003ckyle@mcmartin.ca\u003e [parisc]\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e [powerpc]\nCc: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e [s390]\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e [x86]\nCc: Ingo Molnar \u003cmingo@redhat.com\u003e [x86]\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "2f82af08fcc7dc01a7e98a49a5995a77e32a2925",
      "tree": "d505fe5936881b137b82b59360646a6988e506ba",
      "parents": [
        "f199fd990639f93d07d8e104b0a66aabaf01d67d"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@fluxnic.net",
        "time": "Mon Sep 14 03:25:28 2009 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Sep 15 09:37:12 2009 -0700"
      },
      "message": "Nicolas Pitre has a new email address\n\nDue to problems at cam.org, my nico@cam.org email address is no longer\nvalid.  FRom now on, nico@fluxnic.net should be used instead.\n\nSigned-off-by: Nicolas Pitre \u003cnico@fluxnic.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "87d721ad7a37b7650dd710c88dd5c6a5bf9fe996",
      "tree": "869d633803eb7c429624d3bd16a6117816849763",
      "parents": [
        "ddd559b13f6d2fe3ad68c4b3f5235fd3c2eae4e3",
        "b7cfda9fc3d7aa60cffab5367f2a72a4a70060cd"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Sep 12 12:04:37 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 12 12:04:37 2009 +0100"
      },
      "message": "Merge branch \u0027master\u0027 into devel\n"
    },
    {
      "commit": "81566a060bb8f989cc369ea28837b05bd4adcedb",
      "tree": "664472831453377911a4ae456ba2cfede22ec089",
      "parents": [
        "3174c88af4b6b2e81cacfaa2bb90cc7abe36f1cc"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinder@kernel.org",
        "time": "Wed Jul 08 20:00:15 2009 +0530"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jul 25 17:07:00 2009 +0100"
      },
      "message": "ARM: includecheck fix: misc.c\n\nfix the following \u0027make includecheck\u0027 warning:\n\n  arch/arm/boot/compressed/misc.c: linux/compiler.h is included more than once.\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "8bdca0ac2b1ec35091941c57b4202f7096291c5b",
      "tree": "ad36d5beb71f06a6938afb4ded21070e6fa4fd3c",
      "parents": [
        "0e0fe9219d2e5426d87a0f62db445010d4aba2c7"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jul 24 12:35:06 2009 +0100"
      },
      "committer": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jul 24 12:35:06 2009 +0100"
      },
      "message": "nommu: Fix compressed/head.S to not perform MMU specific operations\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\n"
    },
    {
      "commit": "e2ed3be7319f2734fcd9c7638888501934c22751",
      "tree": "d13e3a3e82dace717ad12b8261724f69a06f60dc",
      "parents": [
        "dff2ab16ac53d2e21c1ee5ec72f446d5740d8ca2"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jul 24 12:33:01 2009 +0100"
      },
      "committer": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jul 24 12:33:01 2009 +0100"
      },
      "message": "Thumb-2: Make the uImage entry an odd number\n\nThis allows U-Boot to branch to the kernel in Thumb-2 mode via\n\"mov pc, lr\".\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\n"
    },
    {
      "commit": "0e056f20f18d0efa5da920f3cf8532adc56d5779",
      "tree": "efe1f250c19ba2c3be6b8dfb6dc71c34b19d6659",
      "parents": [
        "07f33a035ddda78095bed64f39db54334776841d"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jul 24 12:32:58 2009 +0100"
      },
      "committer": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jul 24 12:32:58 2009 +0100"
      },
      "message": "Thumb-2: Implement the unified boot code\n\nThis patch adds the ARM/Thumb-2 unified support for the\narch/arm/boot/* files.\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\n"
    },
    {
      "commit": "88987ef91b99cf99bc5d167caeb31d4958fbf931",
      "tree": "95557c2fe408ad98d9547025ae98b0d0c1377aa2",
      "parents": [
        "4be3bd7849165e7efa6b0b35a23d6a3598d97465"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jul 24 12:32:52 2009 +0100"
      },
      "committer": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jul 24 12:32:52 2009 +0100"
      },
      "message": "Thumb-2: Add some .align statements to the .S files\n\nSince the Thumb-2 instructions can be 16-bit wide, data in the .text\nsections may not be aligned to a 32-bit word and this leads to unaligned\nexceptions. This patch does not affect the ARM code generation.\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\n"
    },
    {
      "commit": "5587931c30dcf778cf7071d1cbac8ea584706dd8",
      "tree": "00cc383e1c600c8f296754521fc0f383a02dd32b",
      "parents": [
        "3fade49b734cca2d8c4f1bcd7c3023302b557f3b"
      ],
      "author": {
        "name": "Joonyoung Shim",
        "email": "jy0922.shim@samsung.com",
        "time": "Tue Jun 16 20:05:57 2009 +0900"
      },
      "committer": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Fri Jun 19 13:38:53 2009 -0400"
      },
      "message": "[ARM] Add old Feroceon support to compressed/head.S\n\nThis patch supports the cache handling for some old Feroceon cores for\nwhich the CPU ID is like 0x41159260.  This is a complement to\ncommit ab6d15d50637fc25ee941710b23fed09ceb28db3.\n\nSigned-off-by: Joonyoung Shim \u003cjy0922.shim@samsung.com\u003e\nSigned-off-by: Nicolas Pitre \u003cnico@marvell.com\u003e\n"
    },
    {
      "commit": "26584853a44c58f3d6ac7360d697a2ddcd1a3efa",
      "tree": "a47156d781c6207d316746a056a81ca82b90d452",
      "parents": [
        "ee8c9571191e588ede9a220ded807e33c4897d91"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Sat May 30 14:00:18 2009 +0100"
      },
      "committer": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Sat May 30 14:00:18 2009 +0100"
      },
      "message": "Add core support for ARMv6/v7 big-endian\n\nStarting with ARMv6, the CPUs support the BE-8 variant of big-endian\n(byte-invariant). This patch adds the core support:\n\n- setting of the BE-8 mode via the CPSR.E register for both kernel and\n  user threads\n- big-endian page table walking\n- REV used to rotate instructions read from memory during fault\n  processing as they are still little-endian format\n- Kconfig and Makefile support for BE-8. The --be8 option must be passed\n  to the final linking stage to convert the instructions to\n  little-endian\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\n"
    },
    {
      "commit": "aa0d3bb77e780054babcd289484cf4c15180111b",
      "tree": "95aa300f74da02fbe5d9c780cb22dfff520d220f",
      "parents": [
        "e91defa26c527ceeaff6266c55cdc7e17c9081a2"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Tue Mar 31 13:05:35 2009 -0600"
      },
      "committer": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Tue Mar 31 13:05:36 2009 +1030"
      },
      "message": "arm: allow usage of string functions in linux/string.h\n\nIn introducing a trivial \"strstarts()\" function in linux/string.h, we\nhit:\n\n\tarch/arm/boot/compressed/misc.o: In function `strstarts\u0027:\n\tmisc.c:(.text+0x368): undefined reference to `strlen\u0027\n\tmisc.c:(.text+0x378): undefined reference to `strncmp\u0027\n\nThis is because of \"CFLAGS_misc.o :\u003d -Dstatic\u003d\" in the Makefile.\n\"static inline strstarts(...)\" becomes non-inline, and refers to the\nother string ops.\n\nThe simplest workaround is to include asm/string.h.  This makes sense\nanyway, since lib/string.c won\u0027t be linked against this so we can\u0027t\nuse those functions anyway.\n\nCompile tested here.\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nAcked-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "542f869f1826f092606efd0c4c771f070d1314f5",
      "tree": "9c9d265ab0c87ea7862ccb70933f33d3d7011334",
      "parents": [
        "e8b374bb6c888a70530d800c9e2fcd153e2c325d",
        "839e642f3dda44a35c6a91780bff41d84c288022"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Mar 26 23:10:11 2009 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Mar 26 23:10:11 2009 +0000"
      },
      "message": "Merge branch \u0027for-rmk\u0027 of git://gitorious.org/linux-gemini/mainline into devel\n\nConflicts:\n\tarch/arm/mm/Kconfig\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "28853ac8fe5221de74a14f1182d7b2b383dfd85c",
      "tree": "dcfd9b20028e5a3a9504e26d2c9060f4746fc83a",
      "parents": [
        "bba7d0b9ba0f04d25145de8170a17a3a07bbfdde"
      ],
      "author": {
        "name": "Paulius Zaleckas",
        "email": "paulius.zaleckas@teltonika.lt",
        "time": "Wed Mar 25 13:10:01 2009 +0200"
      },
      "committer": {
        "name": "Paulius Zaleckas",
        "email": "paulius.zaleckas@teltonika.lt",
        "time": "Wed Mar 25 13:10:01 2009 +0200"
      },
      "message": "ARM: Add support for FA526 v2\n\nAdds support for Faraday FA526 core. This core is used at least by:\nCortina Systems Gemini and Centroid family\nCavium Networks ECONA family\nGrain Media GM8120\nPixelplus ImageARM\nProlific PL-1029\nFaraday IP evaluation boards\n\nv2:\n- move TLB_BTB to separate patch\n- update copyrights\n\nSigned-off-by: Paulius Zaleckas \u003cpaulius.zaleckas@teltonika.lt\u003e\n"
    },
    {
      "commit": "49cbe78637eb0503f45fc9b556ec08918a616534",
      "tree": "96de29959c5ef512d8f1e0bea7eae2245b7cc3f9",
      "parents": [
        "f8dec04d33b94a4cfa9358fd9666c01480bb164d"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Jan 20 14:15:18 2009 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Mar 23 10:11:34 2009 +0800"
      },
      "message": "[ARM] pxa: add base support for Marvell\u0027s PXA168 processor line\n\n\"\"\"The Marvell® PXA168 processor is the first in a family of application\nprocessors targeted at mass market opportunities in computing and consumer\ndevices. It balances high computing and multimedia performance with low\npower consumption to support extended battery life, and includes a wealth\nof integrated peripherals to reduce overall BOM cost .... \"\"\"\n\nSee http://www.marvell.com/featured/pxa168.jsp for more information.\n\n  1. Marvell Mohawk core is a hybrid of xscale3 and its own ARM core,\n     there are many enhancements like instructions for flushing the\n     whole D-cache, and so on\n\n  2. Clock reuses Russell\u0027s common clkdev, and added the basic support\n     for UART1/2.\n\n  3. Devices are a bit different from the \u0027mach-pxa\u0027 way, the platform\n     devices are now dynamically allocated only when necessary (i.e.\n     when pxa_register_device() is called). Description for each device\n     are stored in an array of \u0027struct pxa_device_desc\u0027. Now that:\n\n     a. this array of device description is marked with __initdata and\n        can be freed up system is fully up\n\n     b. which means board code has to add all needed devices early in\n        his initializing function\n\n     c. platform specific data can now be marked as __initdata since\n        they are allocated and copied by platform_device_add_data()\n\n  4. only the basic UART1/2/3 are added, more devices will come later.\n\nSigned-off-by: Jason Chagas \u003cchagas@marvell.com\u003e\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "c633c3cfcf41efe720020553aa3d4782fa0b9bd5",
      "tree": "b7de4fc54682dcbf1c89ca8374a55ce3851be685",
      "parents": [
        "22b61a11fd4e6d7a48d694ce350331bebc0394ed"
      ],
      "author": {
        "name": "Jean-Christop PLAGNIOL-VILLARD",
        "email": "plagnioj@jcrosoft.com",
        "time": "Wed Feb 25 04:20:40 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 27 20:57:46 2009 +0000"
      },
      "message": "[ARM] 5412/1: XSCALE: add ice dcc support\n\nSCALE: add ice dcc support\n\nTested on the ixp425 with the ice PEEDI\n\nAck-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n\nSigned-off-by: Jean-Christophe PLAGNIOL-VILLARD \u003cplagnioj@jcrosoft.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "bff595c15c92b9c5c8f3d32edefcef6c3cbdd59f",
      "tree": "182cc7840fbd09630d273f18d5b7720655bb4a37",
      "parents": [
        "2d7c11bfc91637e5f9bc5f8c9a82aaffcc0e97aa"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Mon Feb 16 11:41:36 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 19 11:26:24 2009 +0000"
      },
      "message": "[ARM] 5383/2: unwind: Add core support for ARM stack unwinding\n\nThis patch adds the main functionality for parsing the stack unwinding\ninformation generated by the ARM EABI toolchains. The unwinding\ninformation consists of an index with a pair of words per function and a\ntable with unwinding instructions. For more information, see \"Exception\nHandling ABI for the ARM Architecture\" at:\n\nhttp://infocenter.arm.com/help/topic/com.arm.doc.subset.swdev.abi/index.html\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c5b84b3bb0c055d70dc9f1b5e900378bc9d059ea",
      "tree": "bd5b0b4efb552bacd812f9e6e08a29bae70c0da1",
      "parents": [
        "d281bc9d8a22419abc254f86a7fc268bb99914e1",
        "bc2fd1c09c226ea47ab8301cde6dbcf9e5c78b73"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Dec 02 22:07:40 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Dec 02 22:07:40 2008 +0000"
      },
      "message": "Merge branch \u0027for-rmk\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel\n\nConflicts:\n\n\tarch/arm/mach-pxa/pxa25x.c\n"
    },
    {
      "commit": "59c7bcd4d60812ca10ec691376f43d6a5fbfb4f8",
      "tree": "74ebe42f17a16018dbbafb0ae7e7ad18f185e4fe",
      "parents": [
        "f1c6cd62cc4f7e55a803c4b9b92a67488d765a8f"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Sat Nov 29 21:42:39 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Dec 02 14:42:40 2008 +0800"
      },
      "message": "[ARM] pxa: add base PXA935 support due to CPUID change\n\nPXA935 has changed its implementor ID from Intel to Marvell, this\npatch modifies arch/arm/boot/compressed/head.S and proc-xsc3.S to\nsupport a smooth bootup.\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "f412b09f4ed7c57f5b8935ed7d6fc786f402a629",
      "tree": "34fe1b4b64db4993e9fb21a70812fafed0437870",
      "parents": [
        "31bccbf39208133415000520c79ebe7b291786df",
        "7f1fd31db158c95418d9cc5690ab60ecc6fb632d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Nov 27 12:42:48 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Nov 27 12:42:48 2008 +0000"
      },
      "message": "Merge branch \u0027for-rmk\u0027 of git://linux-arm.org/linux-2.6 into devel\n"
    },
    {
      "commit": "31bccbf39208133415000520c79ebe7b291786df",
      "tree": "e03b799594ec22613ca2eb7382fc0a98e0cd4b0f",
      "parents": [
        "e902be56cbf2a48d96d11d6884767e638d41c712",
        "635f0258e5ae526034486b4ae9020e64bfb7d27e"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Nov 27 12:39:43 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Nov 27 12:39:43 2008 +0000"
      },
      "message": "Merge branch \u0027clps7500\u0027 into devel\n\nConflicts:\n\n\tarch/arm/Kconfig\n"
    },
    {
      "commit": "635f0258e5ae526034486b4ae9020e64bfb7d27e",
      "tree": "636a311dde9092b8d8f48f5969a70cfa9dba099f",
      "parents": [
        "ed313489badef16d700f5a3be50e8fd8f8294bc8"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Oct 28 09:43:54 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Nov 27 12:38:11 2008 +0000"
      },
      "message": "[ARM] clps7500: remove support\n\nThe CLPS7500 platform has not built since 2.6.22-git7 and there\nseems to be no interest in fixing it.  So, remove the platform\nsupport.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "59f0cb0fddc14ffc6676ae62e911f8115ebc8ccf",
      "tree": "1e5fc347287c02e83dce967180c96906f6ed7455",
      "parents": [
        "ed313489badef16d700f5a3be50e8fd8f8294bc8"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Oct 27 11:24:09 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Nov 27 12:37:59 2008 +0000"
      },
      "message": "[ARM] remove memzero()\n\nAs suggested by Andrew Morton, remove memzero() - it\u0027s not supported\non other architectures so use of it is a potential build breaking bug.\nSince the compiler optimizes memset(x,0,n) to __memzero() perfectly\nwell, we don\u0027t miss out on the underlying benefits of memzero().\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c30c2f99e10b6a810dae9a25b35c6d48796d8ffb",
      "tree": "ba62c6796e789fc5dfcb16ec8cddb2f1c89203b8",
      "parents": [
        "2bedbdf4148ebbe48c7a89449ab52e475a788f42"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Thu Nov 06 13:23:07 2008 +0000"
      },
      "committer": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Thu Nov 06 13:23:07 2008 +0000"
      },
      "message": "ARMv7: Add extra barriers for flush_cache_all compressed/head.S\n\nThe flush_cache_all function on ARMv7 is implemented as a series of\ncache operations by set/way. These are not guaranteed to be ordered with\nprevious memory accesses, requiring a DMB. This patch also adds barriers\nfor the TLB operations in compressed/head.S\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\n\n\n\n\n"
    },
    {
      "commit": "606576ce816603d9fe1fb453a88bc6eea16ca709",
      "tree": "7c6844ff4d75f249df49e9e5fe97062d301c3a1f",
      "parents": [
        "c2db8054c1eaf99983d8deee347876b01c26c2cf"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Mon Oct 06 19:06:12 2008 -0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Oct 20 18:27:03 2008 +0200"
      },
      "message": "ftrace: rename FTRACE to FUNCTION_TRACER\n\nDue to confusion between the ftrace infrastructure and the gcc profiling\ntracer \"ftrace\", this patch renames the config options from FTRACE to\nFUNCTION_TRACER.  The other two names that are offspring from FTRACE\nDYNAMIC_FTRACE and FTRACE_MCOUNT_RECORD will stay the same.\n\nThis patch was generated mostly by script, and partially by hand.\n\nSigned-off-by: Steven Rostedt \u003csrostedt@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "000b50259271c9c14f6e175795f5164e1d51d35b",
      "tree": "d6c5cde5c74cb84e8ad4d3dc5beefdd131c0c010",
      "parents": [
        "3319f5e51a20f3e3c59ed7dac9fc2d5c89aa2d9f"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Oct 03 11:09:10 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Oct 03 11:32:09 2008 +0100"
      },
      "message": "[ARM] 5229/3: Replace some ARMv7 opcodes with the instruction name\n\nThese instructions were placed in the code directly as opcodes because\nearly compilers didn\u0027t support them. Toolchains supporting ARMv7\nunderstand these instructions and the patch puts the mnemonics back.\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "80cec14a83ad0ad109d822b3f3482a379bc481ba",
      "tree": "f4d9a326b7088556dc9d34e3cfc42fe4e2c3fb2e",
      "parents": [
        "fbd3bdb213e91e9e698959caae1f3b4ead515602"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Sep 09 13:56:45 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 09 13:56:45 2008 +0100"
      },
      "message": "[ARM] Add -march\u003dall to assembly file build in arch/arm/boot/compressed\n\nThis allows assembly files to be crafted to cover all ARM CPU types\nrather than erroring out on instructions only in later CPUs.  We\nare careful in these files to only execute CPU specific code when\nthe CPU ID says we can.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "93ed3970114983543bbebd195bef65db84444ea2",
      "tree": "9df88b61a2a7b3cc493c6cfc5f4848448250f6b5",
      "parents": [
        "8d5796d2ec6b5a4e7a52861144e63af438d6f8f7"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Thu Aug 28 11:22:32 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 01 12:06:34 2008 +0100"
      },
      "message": "[ARM] 5227/1: Add the ENDPROC declarations to the .S files\n\nThis declaration specifies the \"function\" type and size for various\nassembly functions, mainly needed for generating the correct branch\ninstructions in Thumb-2.\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "da1562af624cbf17935c7fded51466bb1a1b63a8",
      "tree": "2efce5a2ede34bb483a492b056c51a86b3b26abd",
      "parents": [
        "8a5544c887a8682e39c94061c58180e9c44b050b"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Tue Aug 12 17:13:19 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 12 19:54:09 2008 +0100"
      },
      "message": "[ARM] 5194/1: update .gitignore\n\nSigned-off-by: Nicolas Pitre \u003cnico@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a09e64fbc0094e3073dbb09c3b4bfe4ab669244b",
      "tree": "69689f467179891b498bd7423fcf61925173db31",
      "parents": [
        "a1b81a84fff05dbfef45b7012c26e1fee9973e5d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Aug 05 16:14:15 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Aug 07 09:55:48 2008 +0100"
      },
      "message": "[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach\n\nThis just leaves include/asm-arm/plat-* to deal with.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0f8469a54f7bd65f2c740a5480c56260dc8a7ae0",
      "tree": "4f922bf707c379352eb4c077fbb0a8c48c07fc1f",
      "parents": [
        "897d85275d7f061ff0ec838bd5224a9e76ad07d6"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Aug 03 15:06:16 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Aug 07 09:40:04 2008 +0100"
      },
      "message": "[ARM] Eliminate useless includes of asm/mach-types.h\n\nThere are 43 includes of asm/mach-types.h by files that don\u0027t\nreference anything from that file.  Remove these unnecessary\nincludes.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ff4db0a043a5dee7180bdffd178e61cd02812c68",
      "tree": "5e1ff7cf6c20be0b162b9a6dc94b57348e977326",
      "parents": [
        "b962a286e500c6259af8ba133361f8528eed9172"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Aug 02 15:21:31 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Aug 02 15:27:44 2008 +0100"
      },
      "message": "[ARM] Remove explicit dependency for misc.o from compressed/Makefile\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "2d6ffcca623a9a16df6cdfbe8250b7a5904a5f5e",
      "tree": "70d30cb6516608e9a8a1dce60c59f3a5ff21b305",
      "parents": [
        "ba92a43dbaee339cf5915ef766d3d3ffbaaf103c"
      ],
      "author": {
        "name": "Thomas Petazzoni",
        "email": "thomas.petazzoni@free-electrons.com",
        "time": "Fri Jul 25 01:45:44 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jul 25 10:53:28 2008 -0700"
      },
      "message": "inflate: refactor inflate malloc code\n\nInflate requires some dynamic memory allocation very early in the boot\nprocess and this is provided with a set of four functions:\nmalloc/free/gzip_mark/gzip_release.\n\nThe old inflate code used a mark/release strategy rather than implement\nfree.  This new version instead keeps a count on the number of outstanding\nallocations and when it hits zero, it resets the malloc arena.\n\nThis allows removing all the mark and release implementations and unifying\nall the malloc/free implementations.\n\nThe architecture-dependent code must define two addresses:\n - free_mem_ptr, the address of the beginning of the area in which\n   allocations should be made\n - free_mem_end_ptr, the address of the end of the area in which\n   allocations should be made. If set to 0, then no check is made on\n   the number of allocations, it just grows as much as needed\n\nThe architecture-dependent code can also provide an arch_decomp_wdog()\nfunction call.  This function will be called several times during the\ndecompression process, and allow to notify the watchdog that the system is\nstill running.  If an architecture provides such a call, then it must\ndefine ARCH_HAS_DECOMP_WDOG so that the generic inflate code calls\narch_decomp_wdog().\n\nWork initially done by Matt Mackall, updated to a recent version of the\nkernel and improved by me.\n\n[akpm@linux-foundation.org: coding-style fixes]\nSigned-off-by: Thomas Petazzoni \u003cthomas.petazzoni@free-electrons.com\u003e\nCc: Matt Mackall \u003cmpm@selenic.com\u003e\nCc: Richard Henderson \u003crth@twiddle.net\u003e\nCc: Ivan Kokshaysky \u003cink@jurassic.park.msu.ru\u003e\nCc: Mikael Starvik \u003cmikael.starvik@axis.com\u003e\nCc: Jesper Nilsson \u003cjesper.nilsson@axis.com\u003e\nCc: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nCc: David Howells \u003cdhowells@redhat.com\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: Andi Kleen \u003candi@firstfloor.org\u003e\nCc: \"H. Peter Anvin\" \u003chpa@zytor.com\u003e\nAcked-by: Paul Mundt \u003clethal@linux-sh.org\u003e\nAcked-by: Yoshinori Sato \u003cysato@users.sourceforge.jp\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "85082fd7cbe3173198aac0eb5e85ab1edcc6352c",
      "tree": "edbc09b7945994f78668d218fa02e991c3b3b365",
      "parents": [
        "666484f0250db2e016948d63b3ef33e202e3b8d0",
        "53ffe3b440aa85af6fc4eda09b2d44bcdd312d4d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jul 14 16:06:58 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jul 14 16:06:58 2008 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm\n\n* \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm: (241 commits)\n  [ARM] 5171/1: ep93xx: fix compilation of modules using clocks\n  [ARM] 5133/2: at91sam9g20 defconfig file\n  [ARM] 5130/4: Support for the at91sam9g20\n  [ARM] 5160/1: IOP3XX: gpio/gpiolib support\n  [ARM] at91: Fix NAND FLASH timings for at91sam9x evaluation kits.\n  [ARM] 5084/1: zylonite: Register AC97 device\n  [ARM] 5085/2: PXA: Move AC97 over to the new central device declaration model\n  [ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC drivers\n  [ARM] 5147/1: pxaficp_ir: drop pxa_gpio_mode calls, as pin setting\n  [ARM] 5145/1: PXA2xx: provide api to control IrDA pins state\n  [ARM] 5144/1: pxaficp_ir: cleanup includes\n  [ARM] pxa: remove pxa_set_cken()\n  [ARM] pxa: allow clk aliases\n  [ARM] Feroceon: don\u0027t disable BPU on boot\n  [ARM] Orion: LED support for HP mv2120\n  [ARM] Orion: add RD88F5181L-FXO support\n  [ARM] Orion: add RD88F5181L-GE support\n  [ARM] Orion: add Netgear WNR854T support\n  [ARM] s3c2410_defconfig: update for current build\n  [ARM] Acer n30: Minor style and indentation fixes.\n  ...\n"
    },
    {
      "commit": "2e2023fe02c3530db3a0d6a26a2e90396a428796",
      "tree": "a6a656f981f230666b821cb7bfc1601a2c6069fb",
      "parents": [
        "6c386e58aadb90fb5d8b5be979e02d74f8be52fe"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Tue Jun 03 23:06:21 2008 +0200"
      },
      "committer": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@marvell.com",
        "time": "Sun Jun 22 22:44:59 2008 +0200"
      },
      "message": "[ARM] Feroceon: catch other Feroceon CPU IDs in head.S\n\nTweak the Feroceon match/mask in arch/arm/boot/compressed/head.S to\nmatch a couple of newer Feroceon cores (such as the 88fr571vd with\nCPU ID 0x56155710, and the 88fr131 with CPU ID 0x56251310) as well.\n\nSigned-off-by: Nicolas Pitre \u003cnico@marvell.com\u003e\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@marvell.com\u003e\n"
    },
    {
      "commit": "e765ee90da62535ac7d7a97f2464f9646539d683",
      "tree": "7a9cecce5aab958938e9a3bf46c2302d6af1958c",
      "parents": [
        "a4500b84c51645bbc86be3ca84f2252b7ada060f",
        "066519068ad2fbe98c7f45552b1f592903a9c8c8"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Jun 16 11:15:58 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Jun 16 11:15:58 2008 +0200"
      },
      "message": "Merge branch \u0027linus\u0027 into tracing/ftrace\n"
    },
    {
      "commit": "014c257cce65e9d1cd2d28ec1c89a37c536b151d",
      "tree": "c7a28fbf6f295538964539d5b8c552ea786f7072",
      "parents": [
        "b1829d2705daa7cb72eb1e08bdc8b7e9fad34266"
      ],
      "author": {
        "name": "Abhishek Sagar",
        "email": "sagar.abhishek@gmail.com",
        "time": "Sat May 31 14:23:50 2008 +0530"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Jun 02 11:32:20 2008 +0200"
      },
      "message": "ftrace: core support for ARM\n\nCore ftrace support for the ARM architecture, which includes support\nfor dynamic function tracing.\n\nSigned-off-by: Abhishek Sagar \u003csagar.abhishek@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "6d2545738a7c6ad1831d84ecc6483ea21c327bf4",
      "tree": "47b94b061c0e3db05e6b29bb2b3fad51a1264957",
      "parents": [
        "759e9408ad2e7f2115ce8341854be982e0186a8c"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.y.miao@gmail.com",
        "time": "Mon May 26 03:23:14 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 01 11:24:23 2008 +0100"
      },
      "message": "[ARM] 5062/1: pxa: remove unused definition of CONFIG_ARCH_COTULLA_IDP\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0f9801463b0aa9ac7253a250ec6bc37e6f77d31d",
      "tree": "54a36670fb46c08e5aeb2dde5b3dc95cb80b90ee",
      "parents": [
        "cbfc0f04069a426f3c8b4b35021117f6833df9ca"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "Uwe.Kleine-Koenig@digi.com",
        "time": "Thu Mar 06 16:22:33 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:28:07 2008 +0100"
      },
      "message": "[ARM] 4854/1: fix the load address of uImage for CONFIG_ZBOOT_ROM\u003dy\n\nU-Boot puts an image at the load address specified in the uImage\nheader before jumping to the entry point.\n\nIn the CONFIG_ZBOOT_ROM case ZBOOT_ROM_TEXT is the right load\naddress.\n\nSigned-off-by: Uwe Kleine-König \u003cUwe.Kleine-Koenig@digi.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c00d4ffdbace1bdc9fdd888e4ba6d207ffa3b679",
      "tree": "2c9ddd5ae9cd899758b0785d4c7eb4bc200d66df",
      "parents": [
        "d0d42df2a440003d96c8bf29991c2afb691ef720",
        "8f86dda3ed8f05748f2351ae967926227a91ca2a"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Jan 28 13:21:30 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jan 28 13:21:30 2008 +0000"
      },
      "message": "Merge branch \u0027orion\u0027 into devel\n\n* orion: (26 commits)\n  [ARM] Orion: implement power-off method for QNAP TS-109/209\n  [ARM] Orion: add support for QNAP TS-109/TS-209\n  [ARM] Orion: I2C support\n  [I2C] i2c-mv64xxx: Don\u0027t set i2c_adapter.retries\n  [I2C] Split mv643xx I2C platform support\n  [ARM] Orion: enable CONFIG_RTC_DRV_M41T80 for D-Link DNS-323\n  [ARM] Orion defconfig\n  [ARM] Orion: add support for Orion/MV88F5181 based D-Link DNS-323\n  [ARM] Orion: MV88F5181 support bits\n  [ARM] Orion: Buffalo/Revogear Kurobox Pro support\n  [ARM] OrionNAS RD board support\n  [ARM] Orion: support for Marvell Orion-2 (88F5281) Development Board\n  [ARM] Orion: common platform setup for Gigabit Ethernet port\n  [ARM] Orion: platform device registration for UART, USB and NAND\n  [ARM] Orion: system timer support\n  [ARM] Orion edge GPIO IRQ support\n  [ARM] Orion: IRQ support\n  [ARM] Orion: provide GPIO method for enabling hardware assisted blinking\n  [ARM] Orion: GPIO support\n  [ARM] Orion: programable address map support\n  ...\n\nConflicts:\n\n\tarch/arm/Kconfig\n\tarch/arm/Makefile\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3ebb5a2b44b02bddd5fbf0f29d71f1df6146c2c3",
      "tree": "04d6e0c54c2bbd502f15044801c29157671d7568",
      "parents": [
        "15754bf98ff564e8bb5296c7f5e67bc59b5700aa"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Wed Oct 31 15:31:48 2007 -0400"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jan 26 15:03:40 2008 +0000"
      },
      "message": "[ARM] add Feroceon support to compressed/head.S\n\nThe cache replacement policy on the Feroceon core doesn\u0027t guarantee\nthat reading through a linear chunk of memory flushes the entire cache.\nThis is however what the default method for ARMv5TE cores does.\n\nAlthough the Feroceon is an ARMv5TE core, it implements the same\ncache handling instructions as the ARMv5TEJ cores, and must use it for\nproper cache flush.\n\nSigned-off-by: Nicolas Pitre \u003cnico@marvell.com\u003e\nAcked-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "15754bf98ff564e8bb5296c7f5e67bc59b5700aa",
      "tree": "56ef6d66f39e71c5f17dd5dc2fcfd4b7ee42a2cc",
      "parents": [
        "e50d64097b6e63278789ee3a4394d127bd6e4254"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Wed Oct 31 15:15:29 2007 -0400"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jan 26 15:03:39 2008 +0000"
      },
      "message": "[ARM] add ARMv5TEJ aware cache flush method to compressed/head.S\n\nThe default ARMv4 method consisting of reading through some memory\narea isn\u0027t compatible with the cache replacement policy of some\nARMv5TEJ compatible cache implementations.  It is also a bit wasteful\nwhen a dedicated instruction can do the needed work optimally.\n\nIt is hard to tell if all ARMv5TEJ cores will support the used CP15\ninstruction, but at least all those implementations Linux currently\nknows about (ARM926 and ARM1026) do support it.\n\nTested on an OMAP1610 H2 target.\n\nSigned-off-by: Nicolas Pitre \u003cnico@marvell.com\u003e\nTested-by: George G. Davis \u003cgdavis@mvista.com\u003e\nAcked-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "87fee013a23ad02821699aef5b76891b42959182",
      "tree": "d8b6aae367d476e6b30720292a76c69afbb7cd5e",
      "parents": [
        "5170874816fc1eb2b0b865a70b6f520268227908"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "lg@denx.de",
        "time": "Tue Nov 13 19:49:25 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jan 26 15:00:30 2008 +0000"
      },
      "message": "[ARM] 4647/1: at91rm9200: Remove redundant machine-type verification and manipulation\n\nAT91RM9200 needlessly verifies machine-type numbers of\nsupported / known platforms and overwrites it for unknown\nones. Remove it.\n\nSigned-off-by: Guennadi Liakhovetski \u003clg@denx.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "41a9e680717e82c745b1ead979ea008e9134ea68",
      "tree": "9ed367fe7d383074cea87f038f1052ba186f11d4",
      "parents": [
        "1265edb8fd2869d17128f1d60683dd6f4191d550"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "Uwe.Kleine-Koenig@digi.com",
        "time": "Thu Dec 13 09:31:34 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Dec 17 17:16:13 2007 +0000"
      },
      "message": "[ARM] 4710/1: Fix coprocessor 14 usage for debug messages via ICEDCC\n\nAccording to ARM7TDMI Technical Reference Manual (ARM DDI 0210C) writing\nto the DCC data write register coproc dest registers are 1 and 0, not 0\nand 1.\n\nARM920T TRM (ARM DDI 0151C) agrees on that.\n\nCc: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Uwe Kleine-König \u003cUwe.Kleine-Koenig@digi.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "821f3eff7cdb9d6c7076effabd46c96c322daed1",
      "tree": "60f13155196fd6c84424c8aebc133ca4a5f56749",
      "parents": [
        "ebc283118ee448dcb6e6cae74a8a43f17a1ccc3f",
        "f77bf01425b11947eeb3b5b54685212c302741b8"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Oct 16 11:23:06 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Oct 16 11:23:06 2007 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild: (40 commits)\n  kbuild: introduce ccflags-y, asflags-y and ldflags-y\n  kbuild: enable \u0027make CPPFLAGS\u003d...\u0027 to add additional options to CPP\n  kbuild: enable use of AFLAGS and CFLAGS on commandline\n  kbuild: enable \u0027make AFLAGS\u003d...\u0027 to add additional options to AS\n  kbuild: fix AFLAGS use in h8300 and m68knommu\n  kbuild: check for wrong use of CFLAGS\n  kbuild: enable \u0027make CFLAGS\u003d...\u0027 to add additional options to CC\n  kbuild: fix up CFLAGS usage\n  kbuild: make modpost detect unterminated device id lists\n  kbuild: call export_report from the Makefile\n  kbuild: move Kai Germaschewski to CREDITS\n  kconfig/menuconfig: distinguish between selected-by-another options and comments\n  kconfig: tristate choices with mixed tristate and boolean values\n  include/linux/Kbuild: remove duplicate entries\n  kbuild: kill backward compatibility checks\n  kbuild: kill EXTRA_ARFLAGS\n  kbuild: fix documentation in makefiles.txt\n  kbuild: call make once for all targets when O\u003d.. is used\n  kbuild: pass -g to assembler under CONFIG_DEBUG_INFO\n  kbuild: update _shipped files for kconfig syntax cleanup\n  ...\n\nFix up conflicts in arch/um/sys-{x86_64,i386}/Makefile manually.\n"
    },
    {
      "commit": "a0f97e06a43cf524e616f09e6af3398e1e9c1c5b",
      "tree": "2503b24bdbc144aea9ea5bde6ead94b3406eaf98",
      "parents": [
        "9a39e273d4df0560c724c5fe71f6314a0583ca2b"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@neptun.(none)",
        "time": "Sun Oct 14 22:21:35 2007 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@neptun.(none)",
        "time": "Sun Oct 14 22:21:35 2007 +0200"
      },
      "message": "kbuild: enable \u0027make CFLAGS\u003d...\u0027 to add additional options to CC\n\nThe variable CFLAGS is a wellknown variable and the usage by\nkbuild may result in unexpected behaviour.\nOn top of that several people over time has asked for a way to\npass in additional flags to gcc.\n\nThis patch replace use of CFLAGS with KBUILD_CFLAGS all over the\ntree and enabling one to use:\nmake CFLAGS\u003d...\nto specify additional gcc commandline options.\n\nOne usecase is when trying to find gcc bugs but other\nuse cases has been requested too.\n\nPatch was tested on following architectures:\nalpha, arm, i386, x86_64, mips, sparc, sparc64, ia64, m68k\n\nTest was simple to do a defconfig build, apply the patch and check\nthat nothing got rebuild.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "37c2f779a4eabf7c6a39e6f9ded0ec3471ed5995",
      "tree": "cb981f1c04144195ce2490158ba58918111460ed",
      "parents": [
        "cd272ab01141c908ccccb068e6d38b7fcd3240ac"
      ],
      "author": {
        "name": "eric miao",
        "email": "eric.y.miao@gmail.com",
        "time": "Wed Aug 29 10:15:41 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Oct 12 21:15:28 2007 +0100"
      },
      "message": "[ARM] 4558/1: pxa: remove MACH_TYPE_LUBBOCK assignment and leave it to boot loader\n\nsince both u-boot and blob support passing MACH_TYPE_LUBBOCK to the\nkernel, it should be quite safe to remove this\n\nSigned-off-by: eric miao \u003ceric.y.miao@gmail.com\u003e\nAcked-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5957a4eb284dd6f522b248b674792416466555b2",
      "tree": "b457acbd4a85c6908ba5e674d3c1b18a1e52e63f",
      "parents": [
        "ed54fcfd785e8fecfbd8b129466235fc4ab0a402",
        "52c543f90c4095dff71dc125017594b61a753069",
        "fe885fa2372b1d255974e71d5b7c51b1e9673835",
        "5c9b9123b35e28dd7cb3012f3f8d4ea13a30631c",
        "3be20cad15107adc423ac812ac7b3330ca195c74",
        "11179d8ca28d669e3d4cc7573a5f5fdda3e6f02d",
        "26c671c6b7c02bc9f9c42331e6ecbeccdf67164c",
        "7bbb18c9f4783b6fb3bf27af71625b590cf4f00b",
        "06cfa556949ead5d3c00dc68108c443be8dd8d17"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Jul 22 17:09:17 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 22 17:09:17 2007 +0100"
      },
      "message": "Merge branches \u0027at91\u0027, \u0027imx\u0027, \u0027iop\u0027, \u0027ixp\u0027, \u0027ks8695\u0027, \u0027misc\u0027, \u0027ns9xxx\u0027, \u0027pxa\u0027 and \u0027s3c\u0027 into devel\n"
    },
    {
      "commit": "c76578460f1a0c4b77c33b2e8e295ccdfa893cdc",
      "tree": "7bbc2afbffea1cee400c4dee843af766877e95a4",
      "parents": [
        "cbc4dbffc89fbaada94ae7873ad6631a701fd00e"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Jul 22 16:11:20 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 22 16:44:32 2007 +0100"
      },
      "message": "[ARM] 4513/1: S3C: Rename CONFIG_S3C2410_LOWLEVEL_UART_PORT\n\nRename CONFIG_S3C2410_LOWLEVEL_UART_PORT to be\nCONFIG_S3C_LOWLEVEL_UART_PORT as we move to using\nplat-s3c for base of S3C operations.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "13d5fadf45d12786b90916e95e97f593e91aaf0a",
      "tree": "a13fff4a848757369470748bd2799584eddf785c",
      "parents": [
        "cdcb81f7d99f3d525003068b84445dd4acc63266"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Fri Jul 20 10:36:05 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jul 20 21:29:30 2007 +0100"
      },
      "message": "[ARM] Make \u0027i\u0027 and \u0027zi\u0027 targets work\n\nThe \u0027i\u0027 and \u0027zi\u0027 targets short-circuit the dependencies for\n\u0027install\u0027 and \u0027zinstall\u0027 targets; these are useful for\ninstalling the kernel on platforms which have make but no\ncompiler installed.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "48da78bc93b087eadd8fa840ba661b9442846dee",
      "tree": "061871b9d0189d8cb618b286fbdd0a61412ec2a0",
      "parents": [
        "6a4d0287c7418b24dd776d8977edff2bfa706539"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Wed Jul 11 11:29:28 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jul 20 21:29:14 2007 +0100"
      },
      "message": "[ARM] 4471/1: Compile the uncompressing code with -fno-builtin\n\nThis is to avoid a compiler warning for overriding the built-in \"putc\"\nfunction.\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ca9ced7f6798868f9d2c81a59b49f8c2136685d8",
      "tree": "37c3e54881b39e01ff4208d0bc0f977079ac2305",
      "parents": [
        "feb47225525a4194e7f6db5e745265793626ceb0",
        "83f53220f8313f097cdf181928be13bafbb697ea",
        "89bba43514d06478eb27e3fa9099a8ae7dee5589",
        "51198ea9478b6e10759ab07cd0b9917663c8df7a",
        "eab03b3f6609518a80eae4d1f5d78ff8f44e116a",
        "8a87a996eae3d25b0670a243f4829ea4aa9eb63d",
        "fcae8e098877b798c365fd9d807f86d5e2a2b324",
        "46c41e62a1feb4ab2e941f33f06bbf8feab2d2cf",
        "3c3e69cd4c667e6ce7939d83b274d48c57779479"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Jul 12 21:30:18 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jul 12 21:30:18 2007 +0100"
      },
      "message": "Merge branches \u0027at91\u0027, \u0027davinci\u0027, \u0027imx\u0027, \u0027iop\u0027, \u0027ixp\u0027, \u0027ks8695\u0027, \u0027misc\u0027, \u0027pxa\u0027 and \u0027s3c\u0027 into devel\n"
    },
    {
      "commit": "7d09e85448dfa78e3e58186c934449aaf6d49b50",
      "tree": "b76820c8079413b63aa745abf1195ab9e0b49b05",
      "parents": [
        "6d78b5f9c6cf59c98d3833e09d0ed6aebd6a33d3"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jun 01 17:14:53 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jul 12 11:13:33 2007 +0100"
      },
      "message": "[ARM] 4393/2: ARMv7: Add uncompressing code for the new CPU Id format\n\nThe current arch/arm/boot/compressed/head.S code only supports cores\nto ARMv6 with the old CPU Id format. This patch adds support for the\nnew ARMv6 with the new CPU Id and ARMv7 cores that no longer have the\nARMv4 cache operations.\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4486b86368d72bcac76439638b36667b1c6a1360",
      "tree": "49391e0b3dddb6c40662f86f29796681e3ed8300",
      "parents": [
        "7dcca30a32aadb0520417521b0c44f42d09fe05c"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Jun 03 18:54:42 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jul 12 11:13:32 2007 +0100"
      },
      "message": "[ARM] riscpc: fix decompressor font file handling\n\nfont_acorn_8x8.o was being built in drivers/video/console/ twice\nduring a build _in the same location_ - once for the kernel proper,\nand once for the decompressor.  The result is when you came to run an\ninstall target, the kernel was always rebuilt due to this file\napparantly having been built with different compiler arguments.\n\nSolve this by making a local copy at build time in the decompressor\u0027s\ndirectory.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d85ed59524d936f4c2657ba39a483b4ab373a59e",
      "tree": "2d6ac3952dfaf3300a4024b725c2c3dc988d1ecf",
      "parents": [
        "ddaca4a26efc0716708f027914bf5508e2d86cc7"
      ],
      "author": {
        "name": "Michael-Luke Jones",
        "email": "mlj28@cam.ac.uk",
        "time": "Sat May 26 21:58:07 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jul 12 11:12:15 2007 +0100"
      },
      "message": "[ARM] 4407/1: Remove in-kernel mach id setting for gtwx5715 ixp4xx board\n\nIf MACH_GTWX5715 is set in Kconfig, this code sets the mach id\nautomatically. Howeber, this means that any IXP4xx kernel which\nis setup to support the gtwx5715 board will not successfully boot\non any other board.\n\nIf the bootloader sets the wrong mach id, it should be set correctly\nby a kernel shim.\n\nSigned-off-by: Michael-Luke Jones \u003cmlj28@cam.ac.uk\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0c07f6115b779ae4597749d47dec228c6d2d1c7c",
      "tree": "8ced20d8e51d8c9ee77c453dadd61ba4fa8ccd0a",
      "parents": [
        "92c83ff1ce6165bd62cebe4e4d1ca5ccb6f9713b"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Wed Jun 20 19:10:34 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 25 20:37:35 2007 +0100"
      },
      "message": "[ARM] 4449/1: more entries in arch/arm/boot/.gitignore\n\nSigned-off-by: Nicolas Pitre \u003cnpitre@mvista.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "92c83ff1ce6165bd62cebe4e4d1ca5ccb6f9713b",
      "tree": "3776649d3a8928fe5b1e55ef57bf54ec9f99e34b",
      "parents": [
        "154c772ebfb12ef66855510e6be2b12c85110b0c"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jun 22 14:27:50 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 25 20:36:27 2007 +0100"
      },
      "message": "[ARM] 4452/1: Force the literal pool dump before reloc_end\n\nIn the arch/arm/boot/compressed/head.S file, the contents of the\nliteral pool accumulated during the relocatable code must be dumped\nbefore reloc_end.\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c7341d436a7a89dc26706386de0a301fc9dbe49a",
      "tree": "38a77dfaa10676b0b329eff371d140a7435cc8f5",
      "parents": [
        "f285e3d329ce68cc355fadf4ab2c8f34d7f264cb"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jun 01 17:13:59 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 02 21:31:43 2007 +0100"
      },
      "message": "[ARM] 4392/2: Do not corrupt the SP register in compressed/head.S\n\nARMv7 support code requires a valid stack for saving/restoring\nregisters as the whole D-cache flushing function is more complex. This\npatch ensures that the SP register is not corrupted.\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c6799ade4ae04b53a5f677e5289116155ff01574",
      "tree": "3601b5e2387e39d62c207e4268c6cc5c68f2a364",
      "parents": [
        "b7405e16435f710edfae6ba32bef4ca20d3de145",
        "5cd47155155a32e5b944ac9fc3f3dc578e429aa0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun May 06 13:20:10 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun May 06 13:20:10 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm\n\n* \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm: (82 commits)\n  [ARM] Add comments marking in-use ptrace numbers\n  [ARM] Move syscall saving out of the way of utrace\n  [ARM] 4360/1: S3C24XX: regs-udc.h remove unused macro\n  [ARM] 4358/1: S3C24XX: mach-qt2410.c: remove linux/mmc/protocol.h header\n  [ARM] mm 10: allow memory type to be specified with ioremap\n  [ARM] mm 9: add additional device memory types\n  [ARM] mm 8: define mem_types table L1 bit 4 to be for ARMv6\n  [ARM] iop: add missing parens in macro\n  [ARM] mm 7: remove duplicated __ioremap() prototypes\n  ARM: OMAP: fix OMAP1 mpuio suspend/resume oops\n  ARM: OMAP: MPUIO wake updates\n  ARM: OMAP: speed up gpio irq handling\n  ARM: OMAP: plat-omap changes for 2430 SDP\n  ARM: OMAP: gpio object shrinkage, cleanup\n  ARM: OMAP: /sys/kernel/debug/omap_gpio\n  ARM: OMAP: Implement workaround for GPIO wakeup bug in OMAP2420 silicon\n  ARM: OMAP: Enable 24xx GPIO autoidling\n  [ARM] 4318/2: DSM-G600 Board Support\n  [ARM] 4227/1: minor head.S fixups\n  [ARM] 4328/1: Move i.MX UART regs to driver\n  ...\n"
    },
    {
      "commit": "35c7422649ee7a3d0eb4ebd32c997eeb45f81046",
      "tree": "8baebdb9aeb46844c7e9becc5a7699c47257f86d",
      "parents": [
        "4cdd9c8931767e1c56a51a1078d33a8c340f4405"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@goop.org",
        "time": "Wed May 02 19:27:15 2007 +0200"
      },
      "committer": {
        "name": "Andi Kleen",
        "email": "andi@basil.nowhere.org",
        "time": "Wed May 02 19:27:15 2007 +0200"
      },
      "message": "[PATCH] x86: deflate stack usage in lib/inflate.c\n\ninflate_fixed and huft_build together use around 2.7k of stack.  When\nusing 4k stacks, I saw stack overflows from interrupts arriving while\nunpacking the root initrd:\n\ndo_IRQ: stack overflow: 384\n [\u003cc0106b64\u003e] show_trace_log_lvl+0x1a/0x30\n [\u003cc01075e6\u003e] show_trace+0x12/0x14\n [\u003cc010763f\u003e] dump_stack+0x16/0x18\n [\u003cc0107ca4\u003e] do_IRQ+0x6d/0xd9\n [\u003cc010202b\u003e] xen_evtchn_do_upcall+0x6e/0xa2\n [\u003cc0106781\u003e] xen_hypervisor_callback+0x25/0x2c\n [\u003cc010116c\u003e] xen_restore_fl+0x27/0x29\n [\u003cc0330f63\u003e] _spin_unlock_irqrestore+0x4a/0x50\n [\u003cc0117aab\u003e] change_page_attr+0x577/0x584\n [\u003cc0117b45\u003e] kernel_map_pages+0x8d/0xb4\n [\u003cc016a314\u003e] cache_alloc_refill+0x53f/0x632\n [\u003cc016a6c2\u003e] __kmalloc+0xc1/0x10d\n [\u003cc0463d34\u003e] malloc+0x10/0x12\n [\u003cc04641c1\u003e] huft_build+0x2a7/0x5fa\n [\u003cc04645a5\u003e] inflate_fixed+0x91/0x136\n [\u003cc04657e2\u003e] unpack_to_rootfs+0x5f2/0x8c1\n [\u003cc0465acf\u003e] populate_rootfs+0x1e/0xe4\n\n(This was under Xen, but there\u0027s no reason it couldn\u0027t happen on bare\n  hardware.)\n\nThis patch mallocs the local variables, thereby reducing the stack\nusage to sane levels.\n\nAlso, up the heap size for the kernel decompressor to deal with the\nextra allocation.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy@xensource.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCc: Tim Yamin \u003cplasmaroo@gentoo.org\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nCc: Matt Mackall \u003cmpm@selenic.com\u003e\nCc: Ivan Kokshaysky \u003cink@jurassic.park.msu.ru\u003e\nCc: Richard Henderson \u003crth@twiddle.net\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Ian Molton \u003cspyro@f2s.com\u003e\n"
    },
    {
      "commit": "5d01f133412b0e27b340ab1bbb2cf0017329ae61",
      "tree": "86646c09e6b26a1500d1f92149214fefc7b76d4a",
      "parents": [
        "235b185ce47ce64793362bd3ae4bcd8afc6b57b8"
      ],
      "author": {
        "name": "Simon Richter",
        "email": "Simon.Richter@kleinhenz.com",
        "time": "Mon Apr 02 14:06:29 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 21 21:01:08 2007 +0100"
      },
      "message": "[ARM] 4300/1: Add picotux 200 ARM board\n\nAdd the picotux 200 ARM board:\n - Enable its machine type in the filter in head.S\n - Add configuration option\n - Add board initialisation\n - Add default configuration\n\nSigned-off-by: Simon Richter \u003cSimon.Richter@kleinhenz.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ca83b0bcf875cd20cb5226d1fc7e828d9e0cc269",
      "tree": "60ebae295f09f9bc8606a7b9d4e4903f833eea1f",
      "parents": [
        "9dd34948aaf631610355891a70cc55408eae840e"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Sat Feb 17 03:37:02 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 11:26:41 2007 +0000"
      },
      "message": "[ARM] 4216/1: add .gitignore entries for ARM specific files\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f30c2269544bffc7bf1b0d7c0abe5be1be83b8cb",
      "tree": "2f6140d8a555af6a133690ed6b42599e78a43c54",
      "parents": [
        "670e9f34ee3c7e052514c85014d2fdd99b672cdc"
      ],
      "author": {
        "name": "Uwe Zeisberger",
        "email": "Uwe_Zeisberger@digi.com",
        "time": "Tue Oct 03 23:01:26 2006 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Oct 03 23:01:26 2006 +0200"
      },
      "message": "fix file specification in comments\n\nMany files include the filename at the beginning, serveral used a wrong one.\n\nSigned-off-by: Uwe Zeisberger \u003cUwe_Zeisberger@digi.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "2552fc27ff79b10b9678d92bcaef21df38bb7bb6",
      "tree": "c69faf46c3df7f9260f33ea7e562bebee6854766",
      "parents": [
        "6ae5a6ef0340908fb7065a75231ae9980a910fbe"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@org.rmk.(none)",
        "time": "Fri Sep 29 21:14:05 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 30 11:30:44 2006 +0100"
      },
      "message": "[ARM] 3809/3: get rid of 4 megabyte kernel image size limit\n\nWe currently have a hardcoded 4 megabyte uncompressed kernel image\nsize limit, which is easily exceeded by, for example, enabling some of\nthe various kernel debugging options.\n\nWhen setting up the initial page tables (which is where this 4M limit\nis hardcoded), it\u0027s actually relatively easy to find out the true size\nof the uncompressed kernel image and create enough page table entries\nfor things to fit, so this patch makes it so.\n\nIn the decompressor, we also need to know the size of the uncompressed\nkernel image, to figure out whether there is any chance that uncompressing\nthe kernel might overwrite the compressed kernel image stored elsewhere\nin memory. We don\u0027t have that info at this boot stage, though, so we\napproximate the size of the uncompressed kernel by taking the compressed\nkernel image size and allowing for a maximum 4x expansion.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f12d0d7c7786af39435ef6ae9defe47fb58f6091",
      "tree": "03361f2b925754f2acf4f311df2122f844d3d4fe",
      "parents": [
        "fefdaa06ccdde394be865ed76509be82813e425b"
      ],
      "author": {
        "name": "Hyok S. Choi",
        "email": "hyok.choi@samsung.com",
        "time": "Tue Sep 26 17:36:37 2006 +0900"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Sep 27 17:34:30 2006 +0100"
      },
      "message": "[ARM] nommu: manage the CP15 things\n\nAll the current CP15 access codes in ARM arch can be categorized and\nconditioned by the defines as follows:\n\n     Related operation\tSafe condition\n  a. any CP15 access\t!CPU_CP15\n  b. alignment trap\tCPU_CP15_MMU\n  c. D-cache(C-bit)\tCPU_CP15\n  d. I-cache\t\tCPU_CP15 \u0026\u0026 !( CPU_ARM610 || CPU_ARM710 ||\n\t\t\t\tCPU_ARM720 || CPU_ARM740 ||\n\t\t\t\tCPU_XSCALE || CPU_XSC3 )\n  e. alternate vector\tCPU_CP15 \u0026\u0026 !CPU_ARM740\n  f. TTB\t\tCPU_CP15_MMU\n  g. Domain\t\tCPU_CP15_MMU\n  h. FSR/FAR\t\tCPU_CP15_MMU\n\nFor example, alternate vector is supported if and only if\n\"CPU_CP15 \u0026\u0026 !CPU_ARM740\" is satisfied.\n\nSigned-off-by: Hyok S. Choi \u003chyok.choi@samsung.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7d95ded91149564100a3181d341361aedcfd5bf5",
      "tree": "5be7882a7cc3f3c646f12c2c60cb7a689d46d0ba",
      "parents": [
        "baf97ce6eda5891ee45fae9c1b06db855bb697e1"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Wed Sep 20 13:03:34 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 25 10:36:09 2006 +0100"
      },
      "message": "[ARM] 3838/1: ARM: DCC debug console support for ARM11\n\nAdds support for CONFIG_DEBUG_ICEDCC for ARM11.\nTested on ARM1136 (OMAP2420).\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d7d214e974b94e8332d1f6c16f6f19b661dfa855",
      "tree": "9ec5a6d4885b3855008779170fe9ca35dfaabc1b",
      "parents": [
        "72edd84a6b2db1a21d1ed07929cae560e276a0a6"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Sep 18 23:23:38 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 25 10:25:48 2006 +0100"
      },
      "message": "[ARM] 3828/1: iop3xx: remove useless loadsp macro\n\nThe iop33x loadsp hunk in arch/arm/boot/compressed/head.S serves\nno purpose -- remove it.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "98954df6917cb8f7e65f4f0f79ed641112fcf6b6",
      "tree": "64c6d17b7f05b8b1d7322f9d05201e374d779c6b",
      "parents": [
        "cdf3f8e0387e81477dee72ecb2e3be28feac05c8"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Sep 18 23:02:25 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 25 10:25:34 2006 +0100"
      },
      "message": "[ARM] 3816/1: iop3xx: rename config symbols\n\nRename CONFIG_ARCH_IOP321 to CONFIG_ARCH_IOP32X and\nCONFIG_ARCH_IOP331 to CONFIG_ARCH_IOP33X.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a8c4c20dfa8b28a3c99e33c639d9c2ea5657741e",
      "tree": "887b64d29b5a46d9ab2ca1267d8a2f05b5845561",
      "parents": [
        "168d04b3b4de7723eb73b3cffc9cb75224e0f393",
        "2dc7667b9d0674db6572723356fe3857031101a4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jul 02 15:04:12 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jul 02 15:04:12 2006 -0700"
      },
      "message": "Merge branch \u0027devel\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm\n\n* \u0027devel\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm: (44 commits)\n  [ARM] 3541/2: workaround for PXA27x erratum E7\n  [ARM] nommu: provide a way for correct control register value selection\n  [ARM] 3705/1: add supersection support to ioremap()\n  [ARM] 3707/1: iwmmxt: use the generic thread notifier infrastructure\n  [ARM] 3706/2: ep93xx: add cirrus logic edb9315a support\n  [ARM] 3704/1: format IOP Kconfig with tabs, create more consistency\n  [ARM] 3703/1: Add help description for ARCH_EP80219\n  [ARM] 3678/1: MMC: Make OMAP MMC work\n  [ARM] 3677/1: OMAP: Update H2 defconfig\n  [ARM] 3676/1: ARM: OMAP: Fix dmtimers and timer32k to compile on OMAP1\n  [ARM] Add section support to ioremap\n  [ARM] Fix sa11x0 SDRAM selection\n  [ARM] Set bit 4 on section mappings correctly depending on CPU\n  [ARM] 3666/1: TRIZEPS4 [1/5] core\n  ARM: OMAP: Multiplexing for 24xx GPMC wait pin monitoring\n  ARM: OMAP: Fix SRAM to use MT_MEMORY instead of MT_DEVICE\n  ARM: OMAP: Update dmtimers\n  ARM: OMAP: Make clock variables static\n  ARM: OMAP: Fix GPMC compilation when DEBUG is defined\n  ARM: OMAP: Mux updates for external DMA and GPIO\n  ...\n"
    },
    {
      "commit": "2dc7667b9d0674db6572723356fe3857031101a4",
      "tree": "39a69f5928bd052de309ffc4df288642f70b0f89",
      "parents": [
        "3f8efdbe73a5bc96e006b2379a8c8d1d8ef52a9d"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Sat Jul 01 21:29:32 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jul 01 21:29:32 2006 +0100"
      },
      "message": "[ARM] 3541/2: workaround for PXA27x erratum E7\n\nPatch from Nicolas Pitre\n\nAccording to the Intel PXA27x Processor Family Specification\nUpdate document (doc.nr. 280071-009) erratum E7, some care must be taken\nto locate the disabling and re-enabling of the MMU to the beginning of a\ncache line to avoid problems in some circumstances.\n\nCredits to Simon Vogl \u003csimon.vogl@researchstudios.at\u003e for bringing this\nup.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6ab3d5624e172c553004ecc862bfeac16d9d68b7",
      "tree": "6d98881fe91fd9583c109208d5c27131b93fa248",
      "parents": [
        "e02169b682bc448ccdc819dc8639ed34a23cedd8"
      ],
      "author": {
        "name": "Jörn Engel",
        "email": "joern@wohnheim.fh-wedel.de",
        "time": "Fri Jun 30 19:25:36 2006 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Jun 30 19:25:36 2006 +0200"
      },
      "message": "Remove obsolete #include \u003clinux/config.h\u003e\n\nSigned-off-by: Jörn Engel \u003cjoern@wohnheim.fh-wedel.de\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "b184a4c9a4e542890265b4cdd3ff7908f4adc9c4",
      "tree": "7fe80637976e6033230e007fce63ed3dcb54be08",
      "parents": [
        "cfc736564fd01ee008d746913b1bbb90e3eb1f99"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Jun 26 17:48:29 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 26 17:48:29 2006 +0100"
      },
      "message": "[ARM] 3654/1: add ajeco 1arm sbc support\n\nPatch from Lennert Buytenhek\n\nThis patch adds support for the Ajeco 1ARM Single Board Computer, a\nVME form factor SBC based on the Atmel AT91 SoC, with 64M RAM, seven\nserial ports, three ethernet ports, IDE, CF, USB host and device,\nand S-Video/VGA out.--\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003eSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "1b93a71755f2b15450b3e3045dab58a633e37b18",
      "tree": "0d19367dbea9d083f9e374a21a8e82595392de98",
      "parents": [
        "7999d8d7a611bee902446939952859caf1367c25"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Jun 25 11:23:45 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 25 11:23:45 2006 +0100"
      },
      "message": "[ARM] Remove LOADREGS macro\n\nAs for RETINSTR, LOADREGS is a left-over from the 26-bit days.\nRemove it.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6902f523a328bba5af036699b1352389c0746526",
      "tree": "7e55b5f1effd8f75b5675ba3c15285720b60cd37",
      "parents": [
        "d6bdbb8ef3e4a9cafc747e1444b4908f9f2f548d"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Tue Jun 20 19:30:18 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 20 19:30:18 2006 +0100"
      },
      "message": "[ARM] 3604/1: AT91RM9200 New boards\n\nPatch from Andrew Victor\n\nThis patch adds support for an additional 4 AT91RM9200-based boards:\n\n1. Conitec ARM\u0026EVA  [MACH_CARMEVA]\n   (http://www.conitec.net/english/linuxboard.htm)\n\n2. KwikByte KB920x  [MACH_KB9200]\n   (http://kwikbyte.com/KB9202_description_new.htm)\n\n3. Embest ATEB9200  [MACH_ATEB9200]\n   (http://www.embedinfo.com/english/product/ATEB9200.asp)\n\n4. Sperry-Sun KAFA board  [MACH_KAFA]\n   (unknown)\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "45a7b9cf8e0634fa546e9e7ad29af990ab4afcf2",
      "tree": "2a9910617eeebe7f70b4406fe7843908b2a0359e",
      "parents": [
        "5247593c9634309d1b9f7b549495b8e5ad521688"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Sun Jun 18 16:21:50 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 18 16:21:50 2006 +0100"
      },
      "message": "[ARM] 3548/1: Fix the ARMv6 CPU id in compressed/head.S\n\nPatch from Catalin Marinas\n\nThis code was still using the old format for the ARMv6 CPU id and it wasn\u0027t\nflushing the caches on the MPCore CPU (and other ARM1176 cores). The patch\nchanges the mask bits to cope with the new id format.\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b2556da55f78a9dbe92830b1d1c0b612edfea9fd",
      "tree": "18487bb34291fa5d754ea90b98af86d7b205c057",
      "parents": [
        "76bbb00288e569e7bd9ec18f45e4f814352260dd"
      ],
      "author": {
        "name": "Uwe Zeisberger",
        "email": "Uwe_Zeisberger@digi.com",
        "time": "Tue May 02 20:40:56 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue May 02 20:40:56 2006 +0100"
      },
      "message": "[ARM] 3488/1: make icedcc_putc do the right thing\n\nPatch from Uwe Zeisberger\n\n a) use coprocessor 14\n b) make reading the dcc status volatile\n\nSigned-off-by: Uwe Zeisberger \u003cUwe_Zeisberger@digi.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c5b8ef62b5df9530c573f00f4106742661425392",
      "tree": "f111f10bc13348d288e5f13f660759b5f43a92ff",
      "parents": [
        "95f3df6bcb89d370c57b7165f55c5a409d011c8e"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Apr 09 19:08:42 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Apr 09 19:08:42 2006 +0100"
      },
      "message": "[ARM] Allow decompressor to be built with -ffunction-sections\n\nArrange for all the text ends up in the right place when\n-ffunction-sections is used.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ae574a5d7aa1d80469dfcbaa757db2bea536ee66",
      "tree": "6cfa7750df998359295227b76256d488f6d39d19",
      "parents": [
        "c4713074375c61f939310b04e92090afe29810dc",
        "c760fc1997e8156ebc4134c42c18f68137c689f9"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Mar 28 22:05:10 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Mar 28 22:05:10 2006 +0100"
      },
      "message": "Merge nommu tree\n"
    },
    {
      "commit": "de4533a04eb4f66dbef71f59a9c118256b886823",
      "tree": "8b8681da4294bf7be9d1cde44bfbf303843ba359",
      "parents": [
        "a081568d7016061ed848696984e3acf1ba0b3054"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Mar 28 10:34:05 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Mar 28 10:34:05 2006 +0100"
      },
      "message": "[ARM] Move ice-dcc code into misc.c\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a081568d7016061ed848696984e3acf1ba0b3054",
      "tree": "5a6cd28d51e3c0b694499f4d0795b22a3d020eba",
      "parents": [
        "3747b36eeab93d8969e86987bbc1d44971229b26"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Mar 28 10:24:33 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Mar 28 10:24:33 2006 +0100"
      },
      "message": "[ARM] Fix decompressor serial IO to give CRLF not LFCR\n\nAs per the corresponding change to the serial drivers, arrange\nfor ARM decompressors to give CRLF.  Move the common putstr code\ninto misc.c such that machines only need to supply \"putc\" and\n\"flush\" functions.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "10c2df65060e1ab57b2f75e0749de0ee9b8f4810",
      "tree": "89927ef2caae4ab9ec5d5877173288140ab2fa47",
      "parents": [
        "c76b6b41d0ae29e1127d9f81cb687cabda57c14c"
      ],
      "author": {
        "name": "Hyok S. Choi",
        "email": "hyok.choi@samsung.com",
        "time": "Mon Mar 27 10:21:34 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Mar 27 10:21:34 2006 +0100"
      },
      "message": "[ARM] nommu: MPU support in boot/compressed/head.S\n\nThis patch adds MPU support in boot/compressed/head.S.\n\nSigned-off-by: Hyok S. Choi \u003chyok.choi@samsung.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a41622eaa97e40c811fb7756f403c0d4caa65654",
      "tree": "43dc2d74f80fc18d0467dcd2fe2168b2fccb845d",
      "parents": [
        "0b5c59a1e41636afa77b90d34e8c394d8d929733",
        "2ce9804fbd9d4da75fb5bb53331b46b614a7d5c3"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Mar 25 20:29:54 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Mar 25 20:29:54 2006 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n\n* master.kernel.org:/home/rmk/linux-2.6-arm:\n  [ARM] 3030/2: fix permission check in the obscur cmpxchg syscall\n  [ARM] nommu: rename compressed/head.S symbols to a new style\n  [ARM] select TLS_REG_EMUL and NEEDS_SYSCALL_FOR_CMPXCHG\n  [ARM] nommu: Move hardware page table definitions to pgtable-hwdef.h\n  [ARM] Move read of processor ID out of lookup_processor_type()\n  [ARM] Fix typo in tlbflush.h\n  [ARM] noMMU: removes TLB codes in nommu mode\n  [ARM] noMMU: block sys_fork in nommu mode\n  [ARM] 3399/1: Fix link problem when CONFIG_PRINTK is disabled\n  [ARM] 3398/1: Fix the VFP registers loading/storing base address\n  [ARM] 3397/1: AT91RM9200 Header update\n  [ARM] 3385/1: Battery support for sharp zaurus sl-5500 (collie)\n  [ARM] SMP: don\u0027t set cpu_*_map in smp_prepare_boot_cpu\n  include/linux/clk.h is betraying its ARM origins\n  [ARM] Move enable_irq and disable_irq to assembler.h\n  [ARM] 3391/1: use PLAT8250_DEV_PLATFORM{,1} for platform device id instead of 0/1\n"
    },
    {
      "commit": "c76b6b41d0ae29e1127d9f81cb687cabda57c14c",
      "tree": "ce17fc20d0edfe8dc249b63f6316172c33092ee7",
      "parents": [
        "48fa14f7618fe89cac9b807b05b66df4b595fc7e"
      ],
      "author": {
        "name": "Hyok S. Choi",
        "email": "hyok.choi@samsung.com",
        "time": "Fri Mar 24 09:53:18 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Mar 24 09:53:18 2006 +0000"
      },
      "message": "[ARM] nommu: rename compressed/head.S symbols to a new style\n\nThis patch renames symbols to a new style to prepare mpu support\ncode merging. e.g. __armv4_cache_on --\u003e __armv4_mmu_cache_on\n\nSigned-off-by: Hyok S. Choi \u003chyok.choi@samsung.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4f1933620f57145212cdbb1ac6ce099eeeb21c5a",
      "tree": "c083cce1f0acedd92be2ac6eb5e6c49ebd84ac46",
      "parents": [
        "7b75b13cda8bd21e8636ea985f76e1ce5bd1a470"
      ],
      "author": {
        "name": "Paul Smith",
        "email": "psmith@gnu.org",
        "time": "Sun Mar 05 17:14:10 2006 -0500"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.ravnborg.org",
        "time": "Mon Mar 06 00:09:51 2006 +0100"
      },
      "message": "kbuild: change kbuild to not rely on incorrect GNU make behavior\n\nThe kbuild system takes advantage of an incorrect behavior in GNU make.\nOnce this behavior is fixed, all files in the kernel rebuild every time,\neven if nothing has changed.  This patch ensures kbuild works with both\nthe incorrect and correct behaviors of GNU make.\n\nFor more details on the incorrect behavior, see:\n\nhttp://lists.gnu.org/archive/html/bug-make/2006-03/msg00003.html\n\nChanges in this patch:\n  - Keep all targets that are to be marked .PHONY in a variable, PHONY.\n  - Add .PHONY: $(PHONY) to mark them properly.\n  - Remove any $(PHONY) files from the $? list when determining whether\n    targets are up-to-date or not.\n\nSigned-off-by: Paul Smith \u003cpsmith@gnu.org\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "265d5e48dd1fd4c53f2b454e1e82b7713ddca37e",
      "tree": "4500f524f9aee7f4d0a818381f77c156cc946fa7",
      "parents": [
        "5e0974459df9acd6cd0952c98a58816ad820ae66"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Wed Jan 18 22:38:51 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jan 18 22:38:51 2006 +0000"
      },
      "message": "[ARM] 3272/1: fix kernel decompressor crash\n\nPatch from Nicolas Pitre\n\nCommit f4619025a51747a3788fd1bb6bdc46e368a889a7 broke the kernel\ndecompressor (at least on PXA).  Here\u0027s the fix.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f4619025a51747a3788fd1bb6bdc46e368a889a7",
      "tree": "81b5c860e1e9b08dbf8ba292ae17eb9ac688f23a",
      "parents": [
        "90303b102353302e84758f245906368907e6a23b"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Jan 12 17:17:57 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jan 12 17:17:57 2006 +0000"
      },
      "message": "[ARM] Allow r2 to be passed through the decompressor to the kernel\n\nThis is part of a patch from Marc Singer to allow r2 to be\npassed to the kernel.  Marc\u0027s original comments follow:\n\nThis revised R2 (atags pointer) patch incorporates comments from Nico\nPitre and Ben Dooks. It modifies the head.S files such that the R2\nvalue set by the bootloader is conveyed to the kernel startup code.\nThe kernel head.S heuristically validates the pointer. It will set R2\nto zero if it believes the pointer is invalid. Presently, it requires\nthat the ATAGS list reside in the first 16KiB of physical RAM.\nRelaxing this contraint may be both desirable as well as tricky.\n\nSigned-off-by: Marc Singer \u003celf@buici.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "73a59c1c4af06c675a168d698d3ebfbb3270ddbe",
      "tree": "fa1708e19cf89a6bd13c8f7725a9cc67cc4ae6fd",
      "parents": [
        "50365c57860cd931c2d806057e0987634797e9af"
      ],
      "author": {
        "name": "SAN People",
        "email": "andrew@sanpeople.com",
        "time": "Mon Jan 09 17:05:41 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jan 09 17:05:41 2006 +0000"
      },
      "message": "[ARM] 3240/2: AT91RM9200 support for 2.6 (Core)\n\nPatch from SAN People\n\nFollowing changes were made to clock.c:\n\n1) Replaced \u003casm/hardware/clock.h\u003e with \u003clinux/clk.h\u003e\n2) Removed old unused clk_enable \u0026 clk_disable.\n3) Replaced clk_use/clk_unuse with clk_enable/clk_disable.\n\nOtherwise it\u0027s the same as the previous patch.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0fec53a24a5e5f7ba68d891b68f568b6aeafaca6",
      "tree": "c16976218b4f9bd1632ffea9619d209392c1a213",
      "parents": [
        "b9abaa3fb7328851bdeaad19e694048f0ff71d9a"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Jan 08 22:37:46 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jan 08 22:37:46 2006 +0000"
      },
      "message": "[ARM] Remove EPXA10DB machine support\n\nEPXA10DB seems to be uncared for:\n- the \"PLD\" code has never been merged\n- no one has reported that this platform has been broken since\n  at least 2.6.10\n- interest seems to have dried up around March 2003.\n\nTherefore, remove EPXA10DB support.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "9d4f13e531b4722fe40cc8e28c02a495bdd49267",
      "tree": "4fe18552620677dbe4f6831c4d9d0ecdb34e678a",
      "parents": [
        "88026842b0a760145aa71d69e74fbc9ec118ca44"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Jan 03 17:28:33 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jan 03 17:28:33 2006 +0000"
      },
      "message": "[ARM] Make kernel link address depend on PAGE_OFFSET\n\nWe are coding the kernel link address into the makefiles, which is\ninvisibly dependent on PAGE_OFFSET.  If PAGE_OFFSET is changed, the\nmakefiles also need to be changed.\n\nMake adjustments such that the makefiles encode just the offset from\nPAGE_OFFSET for the kernel link address, and use PAGE_OFFSET in the\nlinker scripts directly.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "224b5be6ddc12fa7587433878866cd39e7b935f5",
      "tree": "25e4a47d9c21a3b927f1ea793f0d14628afa86f7",
      "parents": [
        "0a5709b2dc84140082ea235130a05c05d51f94a2"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Nov 16 14:59:51 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 16 14:59:51 2005 +0000"
      },
      "message": "[ARM] compressed/head.S debugging defaults to asm/arch/debug-macro.S\n\nSince we want new platforms to use debug-macro.S, make the decompressor\ndebugging method default to using this include file rather than having\nnew platforms add to an #if defined().\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f8c905d368c757e2c96db293a472a31abcf4b147",
      "tree": "ff762892db823ec597eba3cd895575c4d09d7762",
      "parents": [
        "4c18ad20493c9eac6e7d0c2a05156acfc02d9b6b"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Nov 08 22:43:05 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 22:43:05 2005 +0000"
      },
      "message": "[ARM] 3132/1: S3C2410 - reset on decompression error\n\nPatch from Ben Dooks\n\nForce a watchdog reset if the system fails to\ndecompress properly.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d56c524afaa87ae224b5821ef101891ce076c321",
      "tree": "a35ad97919e7559443509a0e0c8ae72f41be7d9e",
      "parents": [
        "866237eafc60637a2c9875167486f61d86892c6b"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Nov 04 17:28:34 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Nov 04 17:28:34 2005 +0000"
      },
      "message": "[PATCH] ARM: Reverted 2918/1: [update] Base port of Comdial MP1000 platfrom\n\nNo longer maintained\n"
    },
    {
      "commit": "942b6f62164cf8822dd03b1569777f4663d1abd7",
      "tree": "87c562e1bda1d0d266c316ef6059c010b6f30fab",
      "parents": [
        "a6e0eb3791dcefc6dd4db53a23de5cfb18fe9a97"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Sat Oct 29 12:07:11 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Oct 29 10:35:08 2005 -0700"
      },
      "message": "[PATCH] type fix in arm/boot/compressed/misc.c\n\nspot the typo...\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0b83f1400fa6e5f0d4afcff033628a16c163862a",
      "tree": "c6fa01fd5a8d156b415ba9203f8ad349165de8ec",
      "parents": [
        "b57235215933d5fde4013e2448223b934b4ac2b7"
      ],
      "author": {
        "name": "Jon Ringle",
        "email": "jon.ringle@comdial.com",
        "time": "Fri Oct 28 16:19:37 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Oct 28 16:19:37 2005 +0100"
      },
      "message": "[ARM] 2918/1: [update] Base port of Comdial MP1000 platfrom\n\nPatch from Jon Ringle\n\nUpdated 2898/1 per comments:\n- Removed fixup\n- Moved code in mach-mp1000/ to mach-clps711x/\n- Cleaned up code in mp1000-seprom.c. Eliminated code that displayed the contents of the eeprom\nPlease comment.\n\nSigned-off-by: Jon Ringle\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    }
  ],
  "next": "58dd48a6575d3ba86ba659eb8c6fc23246783fba"
}
