)]}'
{
  "log": [
    {
      "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"
    },
    {
      "commit": "58dd48a6575d3ba86ba659eb8c6fc23246783fba",
      "tree": "81ea9d313a6df18fe1decbc6c9edc77d408bd8f1",
      "parents": [
        "9506057fca54464f3291b62156e6cd907c4cbc95"
      ],
      "author": {
        "name": "Vincent Sanders",
        "email": "vince@kyllikki.org",
        "time": "Tue Sep 20 16:21:42 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 16:21:42 2005 +0100"
      },
      "message": "[ARM] 2922/1: compile fix for shark\n\nPatch from Vincent Sanders\n\nShark platform fails to build with gcc 4 because of a bad lvalue assignement\n\nSigned-off-by: Vincent Sanders \u003cvince@arm.linux.org.uk\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "fd6480f27e38f86ddea78eb5b46db249dfd09f17",
      "tree": "15c05e097ad2446d78b5ec56acb7b9a7783e9a29",
      "parents": [
        "7dfe508a821adf180beafa29761b4a303536d67b"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Wed Sep 07 17:24:35 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Sep 07 17:24:35 2005 +0100"
      },
      "message": "[ARM] 2883/1: PXA Sharpsl: Add detection of new PXA based Zaurii machine types\n\nPatch from Richard Purdie\n\nAdd machine detection routines for several new models of PXA based Zaurii\n(SL-C3000 - Spitz, SL-C1000 - Akita, SL-C3100 - Borzoi, SL-C6000 - Tosa).\nSharp continue to use broken bootloaders in ROM.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "246b49768bc96d942ab0e2a17aab6fc3d2e011da",
      "tree": "57eb0344054e488e4800a14963eb8c5fa63a0afe",
      "parents": [
        "b66da4a4859b0be3f12575863bf1d873116d1947"
      ],
      "author": {
        "name": "Alexander Schulz",
        "email": "alex@shark-linux.de",
        "time": "Sun Jul 17 20:12:08 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 17 20:12:08 2005 +0100"
      },
      "message": "[PATCH] ARM: 2816/1: Shark: boot kernel images bigger than 1 MB\n\nPatch from Alexander Schulz\n\nUp to now, shark kernels were limited to one megabyte compressed\nsize. As the kernels get bigger, this becomes more and more\nuncomfortable. So I added a loop to copy 3 MB instead of one\nand added some comments.\n\nSigned-off-by: Alexander Schulz \u003calex@shark-linux.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0f8e2d62fa04441cd12c08ce521e84e5bd3f8a46",
      "tree": "74c607e8766d23b3573afced1f20272978a42133",
      "parents": [
        "d0e7feb03d5ac48069c2fd57bbba61522e0ca493"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "icampbell@arcom.com",
        "time": "Thu Jun 23 00:08:10 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 23 09:45:07 2005 -0700"
      },
      "message": "[PATCH] use ${CROSS_COMPILE}installkernel in arch/*/boot/install.sh\n\nThe attached patch causes the various arch specific install.sh scripts to\nlook for ${CROSS_COMPILE}installkernel rather than just installkernel (in\nboth /sbin/ and ~/bin/ where the script already did this).  This allows you\nto have e.g.  arm-linux-installkernel as a handy way to install on your\ncross target.  It also prevents the script picking up on the host\n/sbin/installkernel which causes the script to fall through and do the\ninstall itself (which is what I actually use myself, with $INSTALL_PATH\nset).\n\nI don\u0027t believe it causes back-compatibility problems since calling the\nhost installkernel was never likely to work or be what you wanted when\ncross compiling anyway.  If $CROSS_COMPILE isn\u0027t set then nothing changes.\n\nI only use ARM and i386 myself but I figured it couldn\u0027t hurt to do the\nwhole lot.  I\u0027ve cc\u0027d those who I hope are the arch maintainers for files\nthat I\u0027ve touched.\n\nSigned-off-by: Ian Campbell \u003cicampbell@arcom.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "17d82fcc6a15887b7138d35802ab8fc5f249794f",
      "tree": "b550dc5b0acdb6017788d3c1aab36ae12352aab7",
      "parents": [
        "8775420d2fbcfff866995471ea5f6130d14d121c"
      ],
      "author": {
        "name": "Deepak Saxena",
        "email": "dsaxena@net.rmk.(none)",
        "time": "Fri Jun 03 22:18:52 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jun 03 22:18:52 2005 +0100"
      },
      "message": "\n[PATCH] ARM: 2700/1: Disable IXP2000 IRQs at bootup\n\nPatch from Deepak Saxena\n\nThe IXDP2800 bootloader does not disable IRQs before jumping into\nthe kernel and this is causing the Grand Unified KGDB to crash\nthe system when we do an early call to trap_init() and irq handlers\nhave not yet been registered. This patch disables IRQs before we\njump into the kernel.\n\nSigned-off-by: Deepak Saxena\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5cd0c3442021fbf39c7152b341a952aa24054be9",
      "tree": "5934a02646d7e499963698c34d16bdd9fc7bc8b2",
      "parents": [
        "ac09f698f1cda91e890fb75f4cb38253d60ff017"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue May 03 12:18:46 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue May 03 12:18:46 2005 +0100"
      },
      "message": "[PATCH] ARM: decompressor: use platform debug macros\n\nRather than duplicate the assembly for debug macros in the\ndecompressor head.S, use asm/arch/debug-macros.S instead.\n\nSigned-off-by: Russell King \u003crmk@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
