)]}'
{
  "log": [
    {
      "commit": "614d73edae68836f7659ee8efec90878e6215fb1",
      "tree": "6a9cde929df6175e797a157ca36df4c5cd99f3ae",
      "parents": [
        "9e566d8bd61f939b7f5d7d969f5b178571471cf9"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Jul 27 23:00:05 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jul 27 23:00:05 2005 +0100"
      },
      "message": "[ARM SMP] Fix data corruption in test_* bitops\n\nIf we found that the bit was already in the desired state, we\nwould skip performing the operation, and write random data back.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "fc00a6274b786f6863b32c79ff6f92aa0960b789",
      "tree": "7078e320ac34aa104f9adefaedf7add3173fe160",
      "parents": [
        "0983f0509480f95584f8e945e5b9c5310e9038f3",
        "a8d11e3d0282e9607f65c73383c4030fd8f0e972"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 15:13:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 15:13:26 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "0983f0509480f95584f8e945e5b9c5310e9038f3",
      "tree": "099892d76ebaa20e7b59606196dcdb67155a3b03",
      "parents": [
        "db776a14f327c20d4984ac4b724a934df34bfe31",
        "186efd5275bbe7ffb73d939c1ce5690682668200"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 15:12:54 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 15:12:54 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm-smp\n"
    },
    {
      "commit": "a8d11e3d0282e9607f65c73383c4030fd8f0e972",
      "tree": "bf232c16e9a13835cd45357caa0b625ed19ef2a7",
      "parents": [
        "821ca478867433502fc614b4be83e0362cd7e67e"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Jul 26 22:39:14 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jul 26 22:39:14 2005 +0100"
      },
      "message": "[PATCH] ARM: 2831/1: S3C2440 - split s3c2440 clocks from central clock code\n\nPatch from Ben Dooks\n\nSplit the s3c2440 specific clocks from the arch clock support, to\nmake the code clearer.\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": "59586e5a262a29361c45c929ea3253d4aec830b0",
      "tree": "1219b4943bc04515973a44c6e3a184e4f6f026f0",
      "parents": [
        "16dcb4bbda579c4e3d80048b755ac124d8fab21a"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:36:01 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:42 2005 -0700"
      },
      "message": "[PATCH] Don\u0027t export machine_restart, machine_halt, or machine_power_off.\n\nmachine_restart, machine_halt and machine_power_off are machine\nspecific hooks deep into the reboot logic, that modules\nhave no business messing with.  Usually code should be calling\nkernel_restart, kernel_halt, kernel_power_off, or\nemergency_restart. So don\u0027t export machine_restart,\nmachine_halt, and machine_power_off so we can catch buggy users.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "186efd5275bbe7ffb73d939c1ce5690682668200",
      "tree": "2d90ed4547cd15249570747d8790005ec7229c2f",
      "parents": [
        "6d9b37a3a80195d317887ff81aad6a58a66954b5"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Jul 26 19:51:26 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jul 26 19:51:26 2005 +0100"
      },
      "message": "[PATCH] ARM SMP: Mark device mappings as \"device\" in ARMv6 parlance\n\nARMv6 introduces memory types into the page tables.  Mark devices\nmappings with the \"shared device\" memory type.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7fcc113c3021a42db90e1ad27a7bec267b6e13e3",
      "tree": "6d1f89bd63114d493d1546a503d4c60e947a8a1b",
      "parents": [
        "5730b7d6529e6e894ee3c2e1c68125c0532ad394"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Jul 26 19:20:27 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jul 26 19:20:27 2005 +0100"
      },
      "message": "[PATCH] ARM: 2829/1: S3C2410 - split s3c2440 irq specifics from core irq.c\n\nPatch from Ben Dooks\n\nRemove the need for the #ifdefs and place the IRQ handling code for\nthe s3c2440 into a new file, which is only compiled when the\ns3c2440 cpu support is enabled.\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": "5730b7d6529e6e894ee3c2e1c68125c0532ad394",
      "tree": "30cb7c6306b053b78d6a46cb9c8d18d824ba85b9",
      "parents": [
        "02cdad3f932d533e5cbde1b15092418ce7af1a70"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Jul 26 19:20:26 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jul 26 19:20:26 2005 +0100"
      },
      "message": "[PATCH] ARM: 2828/1: BAST - remove static map of ASIX area\n\nPatch from Ben Dooks\n\nThere is no point in mapping this staticaly, the driver is going\nto ioremap() the area as it sees fit. Also correct the dates on\nthe changelog comments\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": "2c2a68b84752cb1090fd2456e8b83e5bcc0e73c4",
      "tree": "fddb2afa9f3f1c49823ee7cfa7bcc9767e888e79",
      "parents": [
        "c94c0d201f1c1a62184f4f220c1615347aafbee7",
        "056a8763fc036639441a6dc49b61e57bc632af6e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Jul 23 17:01:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Jul 23 17:01:26 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-serial\n"
    },
    {
      "commit": "53776eb4acdd3ec576d75b61b656ef8d51e430ea",
      "tree": "2a4f0229d57e3164717b268fc7d92cf1c9d1146e",
      "parents": [
        "ab9b6339381d340779e8b5957561aed41155a270"
      ],
      "author": {
        "name": "Lucas Correia Villa Real",
        "email": "lucasvr@gobolinux.org",
        "time": "Sun Jul 24 00:15:46 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 24 00:15:46 2005 +0100"
      },
      "message": "[PATCH] ARM: 2825/1: S3C2410: turns %d into %ld on DMA printk\n\nPatch from Lucas Correia Villa Real\n\nThis patch replaces the sizeof()\u0027s %d specifier by %ld on a S3C2410 DMA\nprintk.\n\nSigned-off-by: Lucas Correia Villa Real \u003clucasvr@gobolinux.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ab9b6339381d340779e8b5957561aed41155a270",
      "tree": "cecfa0997f8c9e8072bec6c4c4bc5fbac30afb8f",
      "parents": [
        "bd6f68af298cab4e059f8489b56e46ae36243fcc"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Jul 20 21:32:26 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jul 20 21:32:26 2005 +0100"
      },
      "message": "[PATCH] ARM SMP: Mark mroe CPU init data with __cpuinitdata\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "65cc3370ef3fb56b9b423f282a8204f8cce66e32",
      "tree": "f7bbf935d43e5bb3897151fc40e964f8796708f9",
      "parents": [
        "f60f700876cd51de9de69f3a3c865d95e287a24d"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Jul 18 10:24:32 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jul 18 10:24:32 2005 +0100"
      },
      "message": "[PATCH] ARM: 2818/1: BAST - Use platform device for SuperIO 16550s\n\nPatch from Ben Dooks\n\nUse platform device for the 16500 UARTs in the onboard\nSuperIO controller.\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": "bd6f68af298cab4e059f8489b56e46ae36243fcc",
      "tree": "4f819ea9083fa9dc8260608c1984b050cd3b2bac",
      "parents": [
        "772a9e631ccad0423ed6d08acb3a4b1084ae2613"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Jul 17 21:35:41 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 17 21:35:41 2005 +0100"
      },
      "message": "[PATCH] ARM SMP: Mark CPU init functions/data with __cpuinit/...data\n\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": "b66da4a4859b0be3f12575863bf1d873116d1947",
      "tree": "70312c230efd0420817906adc2733489026153e9",
      "parents": [
        "f60f700876cd51de9de69f3a3c865d95e287a24d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Jul 17 10:54:50 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 17 10:54:50 2005 +0100"
      },
      "message": "[PATCH] ARM: Remove global nwfpe register variable\n\nRecent changes to nwfpe broke the build with some gcc versions:\n\nIn file included from arch/arm/nwfpe/softfloat.c:33:\narch/arm/nwfpe/fpa11.h:32: global register variable follows a function definition\nmake[1]: *** [arch/arm/nwfpe/softfloat.o] Error 1\n\nSince we now ensure that the kernel stack is empty when returning\nto user space, we can now access the userspace registers with\nreference to the kernel stack using current_thread_info(), rather\nthan remembering the stack pointer at the time nwfpe was called.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b7523418f6af9093c462341c08c2233f44f7a28d",
      "tree": "b44cc3d485eec69e5c0a29f0404b736fb015b2c7",
      "parents": [
        "878cf4e1c7be6bffde3ace888a65ac3d43c127bb"
      ],
      "author": {
        "name": "Alexander Schulz",
        "email": "alex@shark-linux.de",
        "time": "Sat Jul 16 17:17:18 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jul 16 17:17:18 2005 +0100"
      },
      "message": "[PATCH] ARM: 2815/1: Shark: new defconfig, fixes with __io and serial ports\n\nPatch from Alexander Schulz\n\nThis patch brings a new default config file for the shark and\nfixes a compilation issue with io addressing and a runtime\nproblem with the serial ports, where I corrected a wrong\nregshift value.\nThese are all shark specific files so I hope it is ok to\nput them in one patch.\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": "109d89ca0ee76138e04b41726b7f719c7df65e88",
      "tree": "3653f48740d7812e21e15d09648e58edbc0416b9",
      "parents": [
        "54ea06f6afe85aaf419e51343d4e4b5599197113"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Jul 16 16:43:33 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jul 16 16:43:33 2005 +0100"
      },
      "message": "[PATCH] ARM: Allow register_undef_hook to be called with IRQs off\n\nPreserve the interrupt status across a call to register_undef_hook.\nThis allows it to be called while interrupts are disabled.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "54ea06f6afe85aaf419e51343d4e4b5599197113",
      "tree": "e486f20da3931e62f07014c4aaf8d7042d656151",
      "parents": [
        "9fb1759a3102c26cd8f64254a7c3e532782c2bb8"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Jul 16 15:21:51 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jul 16 15:21:51 2005 +0100"
      },
      "message": "[PATCH] ARM: Convert bitops to use ARMv6 ldrex/strex instructions\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6cd59f7a4119fef124677827a9b30684c2c8e674",
      "tree": "084162f271f09b0d4787b92ae414cf0cc310f521",
      "parents": [
        "c32511e2718618f0b53479eb36e07439aa363a74",
        "73eb7d9e8cfd16813eec94d0ec8fa2a5262a85cc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 13 10:12:50 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 13 10:12:50 2005 -0700"
      },
      "message": "Merge /home/torvalds/linux-2.6-arm\n"
    },
    {
      "commit": "22a4427972af371fddb49c0184a93851ad51070d",
      "tree": "2d513301698bc8c5b691caf7268a57f296fdf69d",
      "parents": [
        "9f02d6b7b43d46a74dd385f06090104ecd0fb807",
        "ede7fbdf526c314850c9f32dd8da1753bf8d0ad5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 12 15:54:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 12 15:54:36 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6\n"
    },
    {
      "commit": "d5950b4355049092739bea97d1bdc14433126cc5",
      "tree": "a76e11dfb7209e3ab49352ee4f8776b4a59249d9",
      "parents": [
        "0b7f22aab4e960c75e82ad696ef852f9b0015e7d"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Mon Jul 11 21:03:49 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jul 11 21:03:49 2005 -0700"
      },
      "message": "[NET]: add a top-level Networking menu to *config\n\nCreate a new top-level menu named \"Networking\" thus moving\nnet related options and protocol selection way from the drivers\nmenu and up on the top-level where they belong.\n\nTo implement this all architectures has to source \"net/Kconfig\" before\ndrivers/*/Kconfig in their Kconfig file. This change has been\nimplemented for all architectures.\n\nDevice drivers for ordinary NIC\u0027s are still to be found\nin the Device Drivers section, but Bluetooth, IrDA and ax25\nare located with their corresponding menu entries under the new\nnetworking menu item.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ad2f931dcb41bcfae38cc77d78b7821dfef83cf2",
      "tree": "344940f7ce52d94cf9bdd862409c63ebeb9bfa3a",
      "parents": [
        "0e65f82814e9828d3ff54988de9e7c0b36794daa"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Jul 02 18:15:49 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 11 14:14:31 2005 -0700"
      },
      "message": "[PATCH] I2C: Move hwmon drivers (1/3)\n\nPart 1: Configuration files and Makefiles.\n\nFrom: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "73eb7d9e8cfd16813eec94d0ec8fa2a5262a85cc",
      "tree": "79c81babb78c36f94f677ee587ab884903fffa12",
      "parents": [
        "e11b2236eace94ad9a2e421904742e83976405ed"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Jul 11 19:42:58 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jul 11 19:42:58 2005 +0100"
      },
      "message": "[PATCH] ARM SMP: Initialise cpu_present_map\n\nRather than relying on the fixup code in init/main.c, explicitly\ninitialise cpu_present_map.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e11b2236eace94ad9a2e421904742e83976405ed",
      "tree": "d5882b4b06bf7a9310f993bf1935d720e6be9e7d",
      "parents": [
        "d12734d14e5602816f0b16b17a8cef5ea70afb5a"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Jul 11 19:26:31 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jul 11 19:26:31 2005 +0100"
      },
      "message": "[PATCH] ARM SMP: We list IRQs for present CPUs, not online CPUs\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d12734d14e5602816f0b16b17a8cef5ea70afb5a",
      "tree": "cb6793f2bd1d5bbc53562c690e3e09351439e98a",
      "parents": [
        "7343c9ba8ed9d504cd2daf960da58971c6631601"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Jul 11 17:38:36 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jul 11 17:38:36 2005 +0100"
      },
      "message": "[PATCH] ARM SMP: Rename cpu_present_mask to cpu_possible_map\n\nThe kernel\u0027s terminology for this is cpu_possible_map not\ncpu_present_mask.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7343c9ba8ed9d504cd2daf960da58971c6631601",
      "tree": "7f6b6b37f444f685bfbd82f0ce19305e600b660c",
      "parents": [
        "5c23804a0941a111752fdacefe0bea2db1b4d93f"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Mon Jul 11 10:17:06 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jul 11 10:17:06 2005 +0100"
      },
      "message": "[PATCH] ARM: remove linux/version.h include from arch/arm\n\nChanging CONFIG_LOCALVERSION rebuilds too much, for no appearent reason.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ec6bced6c7b92904f5ead39c9c1b8dc734e6eff0",
      "tree": "f29a540369cd7c2196b9afd682b1e2943bbb80f7",
      "parents": [
        "d3b83419117c8f7fd762b488b67393b94fa94762"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Sun Jul 10 19:58:20 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 10 19:58:20 2005 +0100"
      },
      "message": "[PATCH] ARM: 2803/1: OMAP update 11/11: Add cpufreq support\n\nPatch from Tony Lindgren\n\nThis patch adds minimal cpufreq support for OMAP\ntaking advantage of the clock framework.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d3b83419117c8f7fd762b488b67393b94fa94762",
      "tree": "dfbb1ef87c66b588924b22dc46ea4175d2757f6c",
      "parents": [
        "bb13b5fdba16d5b30fe97f3d167bb138b978b71c"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Sun Jul 10 19:58:19 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 10 19:58:19 2005 +0100"
      },
      "message": "[PATCH] ARM: 2805/1: OMAP update 10/11: Update H2 defconfig\n\nPatch from Tony Lindgren\n\nThis patch updates H2 defconfig.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "bb13b5fdba16d5b30fe97f3d167bb138b978b71c",
      "tree": "23e706d3412b29579909c499e1d9e62cc40a6f5e",
      "parents": [
        "d48af15ea7227d633ddd5002223c2b122b1032e1"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Sun Jul 10 19:58:18 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 10 19:58:18 2005 +0100"
      },
      "message": "[PATCH] ARM: 2804/1: OMAP update 9/11: Update OMAP arch files\n\nPatch from Tony Lindgren\n\nThis patch by various OMAP developers syncs the OMAP\nspecific arch files with the linux-omap tree.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d48af15ea7227d633ddd5002223c2b122b1032e1",
      "tree": "15cd2bb63a592bd00b9a83def1a6c5546e923fe4",
      "parents": [
        "5e1c5ff4783e0ddd241580c9996390508722190e"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Sun Jul 10 19:58:17 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 10 19:58:17 2005 +0100"
      },
      "message": "[PATCH] ARM: 2802/1: OMAP update 8/11: Update OMAP arch files\n\nPatch from Tony Lindgren\n\nThis patch by various OMAP developers syncs the OMAP\nspecific arch files with the linux-omap tree.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5e1c5ff4783e0ddd241580c9996390508722190e",
      "tree": "6c0a8a16046936f9046488790f817e0aa5884ac5",
      "parents": [
        "b91585560b59fd3ef4e20ca6f7d35aefda193774"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Sun Jul 10 19:58:15 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 10 19:58:15 2005 +0100"
      },
      "message": "[PATCH] ARM: 2812/1: OMAP update 7c/11: Move arch-omap to plat-omap\n\nPatch from Tony Lindgren\n\nThis patch move common OMAP code from arch-omap to plat-omap\ndirectory.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b91585560b59fd3ef4e20ca6f7d35aefda193774",
      "tree": "b2e04af0c28e65a418f937321f454f6289ba828a",
      "parents": [
        "60906a8a4e07eb179a2ed90dda23fa36972c6336"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Sun Jul 10 19:58:14 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 10 19:58:14 2005 +0100"
      },
      "message": "[PATCH] ARM: 2809/1: OMAP update 7b/11: Move arch-omap to plat-omap\n\nPatch from Tony Lindgren\n\nThis patch move common OMAP code from arch-omap to plat-omap\ndirectory.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "60906a8a4e07eb179a2ed90dda23fa36972c6336",
      "tree": "42105cffbdb2d8ef3275d161cac514ecd0504d2b",
      "parents": [
        "f577ffd75c02b6087d5bf5ca89f806b10f2a0246"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Sun Jul 10 19:58:13 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 10 19:58:13 2005 +0100"
      },
      "message": "[PATCH] ARM: 2807/1: OMAP update 7a/11: Move arch-omap to plat-omap\n\nPatch from Tony Lindgren\n\nThis patch move common OMAP code from arch-omap to plat-omap\ndirectory.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f577ffd75c02b6087d5bf5ca89f806b10f2a0246",
      "tree": "9dc99ecfe14981cbe057ebaf35e40b5797f1211a",
      "parents": [
        "dbdf9cedfcc81202360763530412d746d798b7b6"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Sun Jul 10 19:58:12 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 10 19:58:12 2005 +0100"
      },
      "message": "[PATCH] ARM: 2801/1: OMAP update 6/11: Split OMAP1 common code into id, io and serial\n\nPatch from Tony Lindgren\n\nThis patch by Juha Yrjölä and other OMAP developers splits\nOMAP1 specific common code into OMAP1 id, io, and serial\ncode in mach-omap1 directory.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "dbdf9cedfcc81202360763530412d746d798b7b6",
      "tree": "5698d59a01b1417cf508a006dd121baf7df9ea03",
      "parents": [
        "6f3e14163e066a6f43a54098a12185f25400fd68"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Sun Jul 10 19:58:11 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 10 19:58:11 2005 +0100"
      },
      "message": "[PATCH] ARM: 2806/1: OMAP update 5/11: Move board files into mach-omap1 directory\n\nPatch from Tony Lindgren\n\nThis patch by Paul Mundt and other OMAP developers\nmoves OMAP1 board files into mach-omap1 directory.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6f3e14163e066a6f43a54098a12185f25400fd68",
      "tree": "2c2818bbe759d4867df01dee69edd37540bcc30e",
      "parents": [
        "3b59b6beb423267e8fe2ef3596d98aba0b910341"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Sun Jul 10 19:58:10 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 10 19:58:10 2005 +0100"
      },
      "message": "[PATCH] ARM: 2799/1: OMAP update 4/11: Move OMAP1 LED code into mach-omap1 directory\n\nPatch from Tony Lindgren\n\nThis patch by Paul Mundt and other OMAP developers\nmoves OMAP1 specific LED code into mach-omap1 directory.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3b59b6beb423267e8fe2ef3596d98aba0b910341",
      "tree": "585d06163371608f1192e1d104da06290f1c5bd9",
      "parents": [
        "b288f75ffa6f26f720d0c69fcd09b4ee7122e17b"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Sun Jul 10 19:58:09 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 10 19:58:09 2005 +0100"
      },
      "message": "[PATCH] ARM: 2800/1: OMAP update 3/11: Move OMAP1 core code into mach-omap1 directory\n\nPatch from Tony Lindgren\n\nThis patch by Paul Mundt and other OMAP developers\nmoves OMAP1 specific IRQ, time, and FPGA code into\nmach-omap1 directory.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b288f75ffa6f26f720d0c69fcd09b4ee7122e17b",
      "tree": "eb0f051be6693ed4436d23296a9caba2c88d13a7",
      "parents": [
        "af973d2aff6008bc7500277eb5a523db579731c6"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Sun Jul 10 19:58:08 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 10 19:58:08 2005 +0100"
      },
      "message": "[PATCH] ARM: 2798/1: OMAP update 2/11: Change ARM Kconfig to support omap1 and omap2\n\nPatch from Tony Lindgren\n\nThis patch by Paul Mundt and other OMAP developers modifies\nARM specific Kconfig to allow sharing code between OMAP1 and\nOMAP2 architectures.\nIn order to share code between OMAP1 and OMAP2, all OMAP1\nspecific code is moved into mach-omap1 directory in the\nfollowing patch. A new mach-omap2 directory will be added\nlater on.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "8107338bf9d0367d0b3f42730906b83532b6786f",
      "tree": "c2245d2507a45034ed594e1094b0f0e2a627be6c",
      "parents": [
        "4bebdab7eb11ee533ff843f4f1fec9975666e64e"
      ],
      "author": {
        "name": "Deepak Saxena",
        "email": "dsaxena@plexity.net",
        "time": "Sun Jul 10 19:44:55 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 10 19:44:55 2005 +0100"
      },
      "message": "[PATCH] ARM: 2796/1: Fix ARMv5[TEJ] check in MMU initalization\n\nPatch from Deepak Saxena\n\nThe code in mm-armv.c checks for the condition (cpu_architecture()\u003c\u003d ARMv5)\nin a few places but should be checking for ARMv5TEJ as the MMU is shared\nacross all v5 variations.\n\nSigned-off-by: Deepak Saxena \u003cdsaxena@plexity.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4bebdab7eb11ee533ff843f4f1fec9975666e64e",
      "tree": "2ad3ad73bfa5dfb5a04b3e7dda8860178e0ede43",
      "parents": [
        "28187f2ce39eb2158c35a46696af03cdfd14310a"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sun Jul 10 19:44:54 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 10 19:44:54 2005 +0100"
      },
      "message": "[PATCH] ARM: 2795/1: update ixp2000 defconfigs\n\nPatch from Lennert Buytenhek\n\nUpdate the ixp2000 defconfigs from 2.6.12-git6 to 2.6.13-rc2.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "28187f2ce39eb2158c35a46696af03cdfd14310a",
      "tree": "921c08ec59ff6842602dfbc9c740c3bf2b684d8f",
      "parents": [
        "f179bc77d09b9087bfc559d0368bba350342ac76"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sun Jul 10 19:44:53 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 10 19:44:53 2005 +0100"
      },
      "message": "[PATCH] ARM: 2793/1: platform serial support for ixp2000\n\nPatch from Lennert Buytenhek\n\nThis patch converts the ixp2000 serial port over to a platform\nserial device.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Deepak Saxena \u003cdsaxena@plexity.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "450008b5a62bb09445ae05c4d01d510386c9435d",
      "tree": "894096c083c3b8fa1e8ae93e49aad72ca879cccc",
      "parents": [
        "7bc7fc50ce272d9a68f8e11707cfc2cc94f4e8f5"
      ],
      "author": {
        "name": "Deepak Saxena",
        "email": "dsaxena@plexity.net",
        "time": "Wed Jul 06 23:06:05 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jul 06 23:06:05 2005 +0100"
      },
      "message": "[PATCH] ARM: 2792/1: IXP4xx iomap API implementation\n\nPatch from Deepak Saxena\n\nThis patch implements the iomap API for Intel IXP4xx NPU systems.\nWe need to implement our own version of the API functions b/c of the\nPCI hostbridge does not provide the capability to map PCI I/O space\ninto the CPU\u0027s physical memory space. In addition, if a system has\nmore than 64M of PCI memory mapped BARs, PCI memory must also be\naccessed indirectly.  This patch changes the assignment of PCI I/O\nresources to fall into to 0x0000:0xffff range so that we can trap\nI/O areas in our ioread/iowrite macros.\n\nSigned-off-by: Deepak Saxena\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7bc7fc50ce272d9a68f8e11707cfc2cc94f4e8f5",
      "tree": "891265ca82decd715c32c7029671502d0aa79d6f",
      "parents": [
        "bcaafbe4a14e3c9b5275b3986c7599f7c6c278e4"
      ],
      "author": {
        "name": "Todd Poynor",
        "email": "tpoynor@mvista.com",
        "time": "Wed Jul 06 23:06:05 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jul 06 23:06:05 2005 +0100"
      },
      "message": "[PATCH] ARM: 2791/1: Add CRCs for aliased ARM symbols\n\nPatch from Todd Poynor\n\nFix module versioning for 3 ARM symbols that do not have CRCs added,\navoid \"disagrees about version of symbol struct_module\" errors at module\nload time.  From David Singleton.\n\nSigned-off-by: Todd Poynor \u003ctpoynor@mvista.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "bcaafbe4a14e3c9b5275b3986c7599f7c6c278e4",
      "tree": "6aee01eb8a7f0a52c1dbd5f852b278d4596b457a",
      "parents": [
        "d1d890edace65721e9a7582545c943f67f500709"
      ],
      "author": {
        "name": "Stefan Sorensen",
        "email": "ssoe@kirktelecom.com",
        "time": "Wed Jul 06 23:06:04 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jul 06 23:06:04 2005 +0100"
      },
      "message": "[PATCH] ARM: 2790/1: Properly terminate plat_serial8250_port arrays on ixdp425 and\n\tcoyote\n\nPatch from Stefan Sorensen\n\nOn the ixdp425 and coyote platforms, the plat_serial8250_port arrays are\nmissing the terminating entry required by serial8250_probe.\n\nSigned-off-by: Stefan Sorensen \u003cssoe@kirktelecom.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d1d890edace65721e9a7582545c943f67f500709",
      "tree": "0c0170ed290533e2d1cf3576090afd5277fed579",
      "parents": [
        "a18bcb7450840f07a772a45229de4811d930f461"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Wed Jul 06 23:06:03 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jul 06 23:06:03 2005 +0100"
      },
      "message": "[PATCH] ARM: 2789/1: Enable access to both CP10 and CP11 on ARMv6\n\nPatch from Catalin Marinas\n\nThe VFP instructions trigger undefined exceptions because the access to\nCP11 is disabled (only CP10 is currently enabled by the kernel). The patch\nfixes this problem.\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": "68070bdeeca7b7af6a42c0b3e5b1247e83c22ff9",
      "tree": "1ab85ea5d91207df696311974d6fb2efdc5887a0",
      "parents": [
        "f9bd6ea446946b97208f9e1528eb5f9ef8f931cb"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Jul 04 10:44:34 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jul 04 10:44:34 2005 +0100"
      },
      "message": "[PATCH] ARM: Fix non-standard PXA io_pg_offst initialisers\n\nThese didn\u0027t match my sed expression correctly, fix them up manually.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f9bd6ea446946b97208f9e1528eb5f9ef8f931cb",
      "tree": "094def9b67b03df1484c9c346cb1a132343f27c5",
      "parents": [
        "19f7241a3b087bbf4dd107c979608fdb56c83a09"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Jul 04 10:43:36 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jul 04 10:43:36 2005 +0100"
      },
      "message": "[PATCH] ARM: Change \u0027param_offset\u0027 to \u0027boot_params\u0027\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0d670b413f042eccdffc45bafb9840244752707f",
      "tree": "5658514d70f4a62ae2268f1837a3d05e3b87bfba",
      "parents": [
        "75f631dc45c7327df26b82b9aea69376a306409c"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Sun Jul 03 17:53:25 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 03 17:53:25 2005 +0100"
      },
      "message": "[PATCH] ARM: 2784/1: Fix the block cache flush operation range\n\nPatch from Catalin Marinas\n\nThe range for the ARMv6 block cache operations is inclusive but the\nkernel doesn\u0027t re-calculate the end address, causing a page fault when\nused (this only happens with support for cache aliasing, otherwise the\nblk_flush_kern_dcache_page() is not called). This patch subtracts\nL1_CACHE_BYTES from the end address.\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": "e9dea0c65d2de6981356c055781fb99d7191b14e",
      "tree": "106e6302238f561e679e479584095d49fe5c66fd",
      "parents": [
        "1d6bebf2ecf92924492c491d9c3a72edba95f907"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Jul 03 17:38:58 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 03 17:38:58 2005 +0100"
      },
      "message": "[PATCH] ARM: Remove machine description macros\n\nRemove the pointless machine description macros, favouring C99\ninitialisers instead.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "db5795547694cf68388aaf8f59723e850f7466f6",
      "tree": "9e552a91ea498c9494fe8aa940fd8c2952f87676",
      "parents": [
        "c77b042700ae1fc4d661d7d62787899e755160d5"
      ],
      "author": {
        "name": "Nishanth Aravamudan",
        "email": "nacc@us.ibm.com",
        "time": "Fri Jul 01 12:11:51 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jul 01 12:11:51 2005 +0100"
      },
      "message": "[PATCH] ARM: replace schedule_timeout() with msleep()\n\nUse msleep() instead of schedule_timeout() to guarantee the task\ndelays as expected. Neither signals nor wait-queue events are\nimportant at this point in the code, I believe.\n\nSigned-off-by: Nishanth Aravamudan \u003cnacc@us.ibm.com\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c77b042700ae1fc4d661d7d62787899e755160d5",
      "tree": "faa9b2abe3b3c73150fc7b9feaa552ba04220b90",
      "parents": [
        "e695f60454f665604fe1b6e473f25b098203965a"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Fri Jul 01 11:56:55 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jul 01 11:56:55 2005 +0100"
      },
      "message": "[PATCH] ARM: Make the magic values in head.S more obvious\n\nMake the magic address values in head.S more obvious as to where\nthey came from.  Wrap all debug code in CONFIG_DEBUG_LL.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e695f60454f665604fe1b6e473f25b098203965a",
      "tree": "b54e09f25a1e4743d7c7c220c56d5b18c1381fdb",
      "parents": [
        "3e18a45abc5b20db2e34f02b87226ac2713bbb13"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Jul 01 11:27:06 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jul 01 11:27:06 2005 +0100"
      },
      "message": "[PATCH] ARM: 2783/1: Remove omnimeter_defconfig as there is no kernel support\n\nPatch from Ben Dooks\n\nThe omnimeter_defconfig does not define any machines and\nseems to have no other support in the current kernel.\nThis patch removes the config file, as this is the only\nthing currently mentioning the ominmeter.\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": "26705ca46bdf81113cc6729eb12b9eee2263bbfc",
      "tree": "f49950ea17fbdec406404144ee264fa3c6ad5c61",
      "parents": [
        "62351cc38d3eaf3de0327054dd6ebc039f4da80d"
      ],
      "author": {
        "name": "Todd Poynor",
        "email": "tpoynor@mvista.com",
        "time": "Fri Jul 01 11:27:05 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jul 01 11:27:05 2005 +0100"
      },
      "message": "[PATCH] ARM: 2781/2: PXA27x Standby mode take 2\n\nPatch from Todd Poynor\n\nAdd support for PXA27x Standby mode, a low-power mode that retains CPU\nand some peripheral state (the existing \"sleep\" mode is a power-power\nmode that retains less state). Activated via:\necho -n standby \u003e /sys/power/state\nFrom: David Burrage and Todd Poynor\n\nSigned-off-by: Todd Poynor \u003ctpoynor@mvista.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "abaf48a05a8f097654e746af2a5afb2ab95861a1",
      "tree": "80cd0d34086e3cb8c1781e317b49c84ad6c97841",
      "parents": [
        "c28a814f25d48f193565003223df0ae617796892"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Thu Jun 30 17:04:14 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 30 17:04:14 2005 +0100"
      },
      "message": "[PATCH] ARM: 2779/1: Fix the V bit setting for the ARM1020x CPUs\n\nPatch from Catalin Marinas\n\nThis patch fixes the V bit setting for the ARM1020x processors. At\nreset, this bit is automatically set to the value of the HIVECSINIT\ninput signal which just happened to be 1 but it is not mandatory.\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": "c28a814f25d48f193565003223df0ae617796892",
      "tree": "52df77b65b4e51836830e7710f1027f6a72778c2",
      "parents": [
        "c19cb1df809dcf343dd1eb6fe60d53639dafcb8c"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Thu Jun 30 17:04:14 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 30 17:04:14 2005 +0100"
      },
      "message": "[PATCH] ARM: 2778/1: Add -mno-thumb-interwork to CFLAGS_ABI\n\nPatch from Catalin Marinas\n\nThe new EABI gcc adds -mthumb-interwork by default, even if\n-mabi\u003dapcs-gnu is passed. This causes a warning for every compiled C\nfile when -march\u003darmv4 is used. The patch adds -mno-thumb-interwork\nif the option is supported. This is also useful since we don\u0027t need\nany ARM/Thumb interworking in the kernel\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": "c19cb1df809dcf343dd1eb6fe60d53639dafcb8c",
      "tree": "a0c0442cf4cd8e14ea53a193d4e9522b46cef75c",
      "parents": [
        "41359dca9442b0c664336e3fcf3aaf70b6507b1d"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Thu Jun 30 17:04:13 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 30 17:04:13 2005 +0100"
      },
      "message": "[PATCH] ARM: 2777/1: Fix broken comment arch/arm/mm/proc-arm1020.S\n\nPatch from Catalin Marinas\n\nThis patch fixes a broken comment in the proc-arm1020.S file which\nprevents the file compilation\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": "cfb0810eab39d1162f45b73fc96f45ab1cbcbe8b",
      "tree": "bbe5ec68ab0a4483324bd4e231cb6fb2358d23ab",
      "parents": [
        "9b4311eedb17fa88f02e4876cd6aa9a08e383cd6"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Jun 30 11:06:49 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 30 11:06:49 2005 +0100"
      },
      "message": "[PATCH] ARM: Don\u0027t try to send a signal to pid0\n\nIf we receive an unrecognised abort during boot, don\u0027t try to\nsend a signal to pid0, but instead report the current state.\nThis leads to less confusing debug reports.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n\n"
    },
    {
      "commit": "da41119af78864d27ccbf505949df788d5e8aaf5",
      "tree": "dbcc326b76abad1f27e07db1163ac766213688a4",
      "parents": [
        "438a76167959061e371025f727fabec2ad9e70a7"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Jun 29 23:02:02 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jun 29 23:02:02 2005 +0100"
      },
      "message": "[PATCH] ARM: Don\u0027t force SIGFPE\n\nWe were forcing SIGFPE on to a user program for no good reason.\nUse send_sig_info() instead.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n\n"
    },
    {
      "commit": "438a76167959061e371025f727fabec2ad9e70a7",
      "tree": "47991373507725b1307ab084a7d7bda5dd9ee1be",
      "parents": [
        "b3402cf50efead37dd9553b90fbf1486e09fb78e"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Jun 29 23:01:02 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jun 29 23:01:02 2005 +0100"
      },
      "message": "[PATCH] ARM: Fix VFP to use do_div()\n\nVFP used __divdi3 64-bit division needlessly.  Convert it to use\nour 64-bit by 32-bit division instead.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n\n"
    },
    {
      "commit": "b3402cf50efead37dd9553b90fbf1486e09fb78e",
      "tree": "75e2bf1533a10c7e4540cb7a925089a7fd3b6d91",
      "parents": [
        "20f720ccce8864583365d844d48d3fe8d0d171ad"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Wed Jun 29 19:59:48 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jun 29 19:59:48 2005 +0100"
      },
      "message": "[PATCH] ARM: 2771/1: Dynamic Tick support for OMAP, take 4\n\nPatch from Tony Lindgren\n\nThis patch adds support for Dynamic Tick Timer for OMAP.\nThis patch is an updated version of ARM patch 2642/1 to\nmake it work with the already integrated generic ARM\ndyntick support.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "20f720ccce8864583365d844d48d3fe8d0d171ad",
      "tree": "093f9b4d2a1c366dc086a4d68f7ae3653c58775f",
      "parents": [
        "c7e788766610bdc764d7150e69ace2e0c4196cf0"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Jun 29 18:26:19 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jun 29 18:26:19 2005 +0100"
      },
      "message": "[PATCH] ARM: Remove nmi_tick from integrator platforms\n\nThe nmi watchdog code hasn\u0027t been merged for this platform yet.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n\n"
    },
    {
      "commit": "c7e788766610bdc764d7150e69ace2e0c4196cf0",
      "tree": "f2b0012a9677206b4662cf7c17a3ffa8ebc8c75d",
      "parents": [
        "aaaa3f9e51245be3215ff67bb3c7aaf5abb82f00"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Wed Jun 29 18:10:54 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jun 29 18:10:54 2005 +0100"
      },
      "message": "[PATCH] ARM: 2723/2: remove __udivdi3 and __umoddi3 from the kernel\n\nPatch from Nicolas Pitre\n\nThose are big, slow and generally not recommended for kernel code.\nThey are even not present on i386.  So it should be concluded that\none could as well get away with do_div() alone.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "aaaa3f9e51245be3215ff67bb3c7aaf5abb82f00",
      "tree": "3116e92b35d7424469d21f6758933352e9b84dfc",
      "parents": [
        "9ec3c75cdeb57fa3c12a813c63706ece7fb63648"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Wed Jun 29 15:34:39 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jun 29 15:34:39 2005 +0100"
      },
      "message": "[PATCH] ARM: 2769/1: cpu_init() stack setup fix\n\nPatch from Catalin Marinas\n\nThe compiler allocates r14 for the stk variable in the __asm__ directive.\nThis is a shadowed register and gets changed when the mode is changed,\ncausing random values in the SP register. The patch adds a clobber for\nthe r14 register.\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": "b720f73296916e87c744193c57bc8687d35888fe",
      "tree": "0fba1e98b336929a8f8c4d20d6a82714b7106c98",
      "parents": [
        "6904b2465cf30265a67711025815784aa345bfad"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Jun 29 15:15:54 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jun 29 15:15:54 2005 +0100"
      },
      "message": "[PATCH] ARM: Convert ARM timer implementations to use readl/writel\n\nConvert ARMs timer implementations to use readl/writel instead of accessing\nthe registers via a struct.\n\nPeople have recently asked if accessing timers via a structure is the\n\"right way\" and its not the Linux way.  So fix this code to conform to\n\"The Linux Way\"(tm).\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nAcked-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\n"
    },
    {
      "commit": "6904b2465cf30265a67711025815784aa345bfad",
      "tree": "9a69d3ef0b1d1d1230820cbda0265150a783698b",
      "parents": [
        "f705b1aed7002495a504086705ff9725ed9412dc"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Jun 29 11:09:15 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jun 29 11:09:15 2005 +0100"
      },
      "message": "[PATCH] ARM: 2765/1: S3C24XX - small cleanups in arch/arm/mach-s3c2410\n\nPatch from Ben Dooks\n\nRe-tab the devs.c file, and change the initialiser for the\nmach-vr1000.c to use `.xxx \u003d yyy` form.\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": "f705b1aed7002495a504086705ff9725ed9412dc",
      "tree": "07a556626d6f86929332190d79e0d7d6404d64b8",
      "parents": [
        "99a0616bcdabec9005159e50af91a36cc3f8bda8"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Jun 29 11:09:15 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jun 29 11:09:15 2005 +0100"
      },
      "message": "[PATCH] ARM: 2764/1: S3C24XX - Common PM functions for Simtec boards\n\nPatch from Ben Dooks\n\nAll current S3C24XX implementations from Simtec share the same\nrequirements for suspend/resume information.\nThis patch moves the save code out of the mach-bast.c file,\nand into it\u0027s own so it can be shared by all the current\nSimtec S3C24XX implementations.\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": "99a0616bcdabec9005159e50af91a36cc3f8bda8",
      "tree": "4c5bb08f6b392ffbc8a07d3b1d900971c6776243",
      "parents": [
        "a839688362e32f01608838516036697e30618b39",
        "053a7b5b7617a72d7c61b6f84196d1c0f79b9849"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Jun 29 09:40:28 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jun 29 09:40:28 2005 +0100"
      },
      "message": "Merge with ../linux-2.6-smp\n"
    },
    {
      "commit": "50273978975ee62938b7ca612e281927cd789c13",
      "tree": "16bc10c8480d1e2e2e4ae136c9c574c15bf534c8",
      "parents": [
        "f2be64b3b15f52ceb83ff26abc10705a31ae5352"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Jun 28 22:42:06 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 28 22:42:06 2005 +0100"
      },
      "message": "[PATCH] ARM: 2763/1: S3C24XX - mark IRQ_LCD as valid\n\nPatch from Ben Dooks\n\nFix the IRQ_LCD so that it is marked as valid\nsince we no longer de-mux this in the main IRQ\nhandler.\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": "f2be64b3b15f52ceb83ff26abc10705a31ae5352",
      "tree": "cbfe6c419b8c8058b6e7f8fb2d64664e6ba9af31",
      "parents": [
        "072cd703b6a2a3adc14fbc2d969424c7022a7892"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Tue Jun 28 21:01:16 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 28 21:01:16 2005 +0100"
      },
      "message": "[PATCH] ARM: 2760/1: Add a warning on dynamic tick timekeeping on some platforms\n\nPatch from Tony Lindgren\n\nThis patch was suggested by RMK, and adds a warning on the accuracy\nof timekeeping when using dynamic tick on some platforms. Depending\non the timer implementation, dynamic tick may affect the accuracy of\ntimekeeping.\nCurrently at least OMAP is known to have accurate timekeeping with\ndynamic tick.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "fa0ebff62a8a25952a082641db0ed6b1cfc6c38c",
      "tree": "e7600dd94511b958a9fb315b6c0e924e8744f5ae",
      "parents": [
        "99f95e5286df2f69edab8a04c7080d986ee4233b"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Tue Jun 28 21:01:03 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 28 21:01:03 2005 +0100"
      },
      "message": "[PATCH] ARM: 2761/1: OProfile: Add call graphing support for arm\n\nPatch from Richard Purdie\n\nAdd functions to generate backtraces of both kernel and user processes\nwhich allows oprofile\u0027s call graphing functionality to be used on arm.\nThis requires unstripped binaries/libs which use a frame pointer.\n\nSigned-off-by: Richard Purdie\nSigned-off-by: Zwane Mwaikambo \u003czwane@arm.linux.org.uk\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4b0ef3b1127776d4a2787d7530ac0c4da82c2331",
      "tree": "be7e11c8d325e757f1f4c0caf825966eb4d9c7b8",
      "parents": [
        "564c90aa07cd43dc434d46cef8a15773a23d49a2"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Jun 28 13:49:16 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 28 13:49:16 2005 +0100"
      },
      "message": "[PATCH] ARM SMP: Add IPI support code for SMP TLB flushing\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "564c90aa07cd43dc434d46cef8a15773a23d49a2",
      "tree": "e9ac4ec0e396359dba8e8eb7e46b42ae33ee944f",
      "parents": [
        "603fff54420a0ccc4c3b48bfef43896fb4e33161"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Jun 28 13:46:09 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jun 28 13:46:09 2005 +0100"
      },
      "message": "[PATCH] ARM SMP: Use local_flush_tlb* where we really want to be local\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d3b8a1a8496c83bc4a3cc76505c29255af15572c",
      "tree": "b56eb3ef27117bad5c516d6b647bdcd465d7659a",
      "parents": [
        "60564a313a5738960064d6c555ec066d9332f278",
        "0ed0c0c48c508578c30aa58f755ca0d692636906"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 15:13:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 15:13:26 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6\n"
    },
    {
      "commit": "313980c92724cf42877a7bdafdef439ee9d68ccb",
      "tree": "e97b170530d30013eb16f2f5a6b1d79e0ca98f4f",
      "parents": [
        "d794ac7ae3613c2abfb678617ac7d74c8ff0099c"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon Apr 11 15:38:25 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jun 27 14:43:41 2005 -0700"
      },
      "message": "[PATCH] USB: omap_udc updates (mostly cleanups)\n\nVarious USB patches, mostly for portability:\n\n  - Fifo mode 1 didn\u0027t work previously (oopsed), so now it\u0027s fixed and\n    (why not) defines even more endpoints for composite devices.\n\n  - OMAP 1710 doesn\u0027t have an internal transceiver.\n\n  - Small PM update:  if the USB link is suspended, don\u0027t disconnect on\n    entry to deep sleep.\n\n  - Be more correct about handling zero length control reads.  OMAP\n    seems to mis-handle that protocol peculiarity though; best avoided.\n\n  - Platform device resources (for UDC and OTG controllers) now use\n    physical addresses, so /proc/iomem is more consistent.\n\n  - Minor cleanups, notably (by volume) for \"sparse\" NULL warnings.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\n"
    },
    {
      "commit": "f3bb742640338eca0d8c3fa8071df89168efbf0a",
      "tree": "ce9a9d6b6d0401200f396bcea91583be01680c99",
      "parents": [
        "c79ebfa8d2c126815e67cbf0dc2cb185dcae59f9"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Jun 27 14:49:10 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 27 14:49:10 2005 +0100"
      },
      "message": "[PATCH] ARM: Update mach-types\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a013053d4965d9a45300938e713a4b512e0257d8",
      "tree": "d0a03ece81d34de8df497f23376918ec2472bd1e",
      "parents": [
        "a343e6075a396e07eeff52c0da5629c8fd396be2"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Jun 27 14:16:47 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 27 14:16:47 2005 +0100"
      },
      "message": "[PATCH] ARM: Move memmap freeing into init.c\n\nIt doesn\u0027t make sense for this to be in mm-armv.c now that 26-bit\nARM support is no longer integrated into arch/arm.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a343e6075a396e07eeff52c0da5629c8fd396be2",
      "tree": "8ee3bcc2d24acb24476e683eea6c4662fb90f514",
      "parents": [
        "2ea83398b75309d8fdc999c4bb252e72d7e4fd9d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Jun 27 14:08:56 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 27 14:08:56 2005 +0100"
      },
      "message": "[PATCH] ARM: Move PGD kernel page table initialisation\n\nIt doesn\u0027t make sense to have the PGD kernel pointers initialisation\nseparate from the PGD user pointers, especially when we clean the\ndata cache over the whole range.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "2ea83398b75309d8fdc999c4bb252e72d7e4fd9d",
      "tree": "56719404c3fd74bce0356559b5738ad798c857fd",
      "parents": [
        "99bcc0590806c4f7a4ecf1a11add335b56cde963"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Jun 27 14:04:05 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 27 14:04:05 2005 +0100"
      },
      "message": "[PATCH] ARM: Add VST idle loop call\n\nThis call allows the dynamic tick support to reprogram the timer\nimmediately before the CPU idles.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "99bcc0590806c4f7a4ecf1a11add335b56cde963",
      "tree": "e39e369c1ce6aa676ed64c952d9e3493c6af89a6",
      "parents": [
        "020f46a39eb7b99a575b9f4d105fce2b142acdf1"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Jun 27 13:59:43 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 27 13:59:43 2005 +0100"
      },
      "message": "[PATCH] ARM: Add missed AAEC2000 file\n\nMy scripts missed committing this file.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "41b6c37326cb24efc86fba94bcaa37f2cc23f1cd",
      "tree": "e8a8be21d4eb613d65c1f6dfc125157c2568b86f",
      "parents": [
        "5f6b5517bfcae217d52a7607b1bebc3a257f45d1",
        "26799e675e47c5aa3104628e2081a7299ea46557"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun Jun 26 17:28:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun Jun 26 17:28:24 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "26799e675e47c5aa3104628e2081a7299ea46557",
      "tree": "2242b19d1e11bb0c612a4a1ae592b8896764541e",
      "parents": [
        "baaf7ed1797de1defce3e3a03f3c9c49cdf3b534"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sun Jun 26 22:24:19 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 26 22:24:19 2005 +0100"
      },
      "message": "[PATCH] ARM: 2757/1: remove ixdp2400_init_irq from ixdp2800 code\n\nPatch from Lennert Buytenhek\n\nCompiling one kernel that supports both ixdp2400 and ixdp2800 gives\nan error, as a copy of the ixdp2400 irq init routing accidentally\nended up in ixdp2800.c somehow.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Deepak Saxena\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "baaf7ed1797de1defce3e3a03f3c9c49cdf3b534",
      "tree": "243e6cf8708dcd9c120739a0e3b7fe9c5612e5d2",
      "parents": [
        "67603be482a0361a13c2238b79172849ee2e307c"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sun Jun 26 22:24:17 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 26 22:24:17 2005 +0100"
      },
      "message": "[PATCH] ARM: 2756/1: add ixp2000 msf mapping\n\nPatch from Lennert Buytenhek\n\nAdd a mapping for the ixp2400 and ixp2800 msf unit.  The msf is the\nixp2000\u0027s \u0027media and switch fabric\u0027 unit, which handles the networking\npart of the chip.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Deepak Saxena\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "09b8b5f843afc21daf710cc610e5ca890ee94696",
      "tree": "ca6c4e4555e448ebfa884ee3ba8e8a7ae6bc35f7",
      "parents": [
        "6f0dcb72d6a053fff9288b742d3bcc9b23f0f6db"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Jun 26 17:06:36 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 26 17:06:36 2005 +0100"
      },
      "message": "[PATCH] ARM: Add SA_TIMER flag to timer interrupts\n\nVST needs to know which timer handler is for the timer interrupt.\nMark all timer interrupts with the SA_TIMER flag.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "bdb94f3a78366d46bc73c8c8d8fe0dfb9522ff36",
      "tree": "5daaa58b8858d7f6d3446c77c344fca6e766c407",
      "parents": [
        "34f18a9887afaeb6e50168df512e1118f7d73542"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Sun Jun 26 03:27:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun Jun 26 08:43:19 2005 -0700"
      },
      "message": "[PATCH] arm: swsusp build fix\n\nAnother swsusp fixup.\n\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8749af68216e1ebf6460992fce548f400ecf63a4",
      "tree": "6968809c357c1cf8167208f480f0e974bf9af955",
      "parents": [
        "321ab6a5fab812658626aee6bce2617f8cfb3a55"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Jun 25 19:39:45 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 25 19:39:45 2005 +0100"
      },
      "message": "[PATCH] ARM: Generic Dynamic Tick Timer support for ARM, take 4\n\nThis patch adds support for Dynamic Tick Timer for ARM. Dynamic Tick is\nalso known as VST (Variable Scheduling Timeouts).\n\nDynamic Tick has been in use in the OMAP tree since last October.  The\npatch is not intrusive, and does not do anything unless CONFIG_NO_IDLE_HZ\nis defined.  This patch has the following fixed based on comments from\nRMK:\n- Time is updated before calling interrupt handlers.\n- Added new interrupt flag SA_TIMER to avoid duplicate timer interrupts\n- Moved struct dyn_tick_timer to time.h until we at some point probably\n  have an arch independent dyn-tick.h\n- Cleaned up testing for DYN_TICK_ENABLED in irq.c\n\n I\u0027ve cleaned up this patch to fix some remaining issues:\n - Call the timer tick handler with irqs disabled, as it would be from\n   a normal interrupt\n - if we have a dyn_tick, we better implement all methods.\n - generic timer_dyn_reprogram() call, to be called before sleeping\n - added command line option - \"dyntick\u003d\" to allow boot-time control\n   of this feature\n    -- rmk\n\nSigned-off-by: Tony Lindgren\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "321ab6a5fab812658626aee6bce2617f8cfb3a55",
      "tree": "4e8d828a52bba4c3ab30413f51eedbb50c86b7c5",
      "parents": [
        "3cd9e19ebc91593c9f076410d6f979be188f01a0"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sat Jun 25 19:30:04 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 25 19:30:04 2005 +0100"
      },
      "message": "[PATCH] ARM: 2752/1: disable ixp2000 PCI I/O software workaround on chips that don\u0027t need it\n\nPatch from Lennert Buytenhek\n\nThe later ixp2000 models don\u0027t need the PCI I/O workaround that we\ncurrently perform.  Add a config option to disable the workaround,\nand panic on boot if a kernel without the workaround is booted on a\nbuggy chip.  As only pre-production ixp2000s need the workaround,\nthe default is for it not to be configured in.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Deepak Saxena\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3cd9e19ebc91593c9f076410d6f979be188f01a0",
      "tree": "2a677720ffbfb05a3002c971f3cdb65a7076db49",
      "parents": [
        "8144f56bd1e49015f94b8da99b24c4d04643b66d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Jun 25 19:29:34 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Jun 25 19:29:34 2005 +0100"
      },
      "message": "[PATCH] ARM: Fix discontigmem\n\nThe merge of sparsemem broke ARM discontigmem.  Fix it.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "8144f56bd1e49015f94b8da99b24c4d04643b66d",
      "tree": "d0e17887e21067b0d81bc7c59b77ee66cc6230a4",
      "parents": [
        "ea23d1ac7e380aefc00d691c7c9a3e747bc2531f"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sat Jun 25 16:58:22 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 25 16:58:22 2005 +0100"
      },
      "message": "[PATCH] ARM: 2751/1: ixp2000 gpio cleanup broke ixdp2800 build\n\nPatch from Lennert Buytenhek\n\nThe ixp2000 gpio cleanup broke the ixdp2800 build as it moved some\ngpio-related functions from arch/platform.h to arch/gpio.h and the\nixdp2x00 support code used those functions but didn\u0027t include the\nlatter header file.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ea23d1ac7e380aefc00d691c7c9a3e747bc2531f",
      "tree": "caed589db6c7bfb4a14a5163c628fa425233bf04",
      "parents": [
        "456b6b863a6a1a80e369e42568817747a427b072"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sat Jun 25 16:58:21 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 25 16:58:21 2005 +0100"
      },
      "message": "[PATCH] ARM: 2750/1: add i2c platform device for enp2611 on-board i2c bus\n\nPatch from Lennert Buytenhek\n\nOn the enp2611, GPIO 7 and 6 are connected to an on-board i2c bus that\nattaches to the SODIMM module slot (for SPD) and an LM84 temperature\nsensor.  Add a platform device for this i2c bus.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "456b6b863a6a1a80e369e42568817747a427b072",
      "tree": "ec2d71a6dfdc7045ffb5e54ee951ada7e9dfecdc",
      "parents": [
        "b3e112bcc19abd8e9657dca34a87316786e096f3"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sat Jun 25 16:58:21 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jun 25 16:58:21 2005 +0100"
      },
      "message": "[PATCH] ARM: 2749/1: update ixp2000 defconfigs to 2.6.12-git6\n\nPatch from Lennert Buytenhek\n\nUpdate the defconfigs for the ixp2000 platforms to 2.6.12-git6.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "79042f087b5ac7bba819de03dc3e7462bab8aad9",
      "tree": "0fb7ca4b0d690d59a4a0d5bc6774a345edb43284",
      "parents": [
        "5932ae3f5d610fd8d047ef4693bab9f084e5c56d"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jun 24 21:27:39 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jun 24 21:27:39 2005 +0100"
      },
      "message": "[PATCH] ARM: 2698/1: Enable kernel r/w access to user pages on ARMv6\n\nPatch from Catalin Marinas\n\ncpu_v6_set_pte() sets the kernel access rights to r/o for user\npages (L_PTE_USER) when neither L_PTE_WRITE nor L_PTE_DIRTY are\nset. This causes a kernel data abort when writing the TLS value\nin the 0xffff0000 page. This patch enables the kernel r/w access.\n\nSigned-off-by: Catalin Marinas\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5932ae3f5d610fd8d047ef4693bab9f084e5c56d",
      "tree": "fc9d2d3b8b3a0144a33524bddc0cbf25e8aedd26",
      "parents": [
        "c4982887cacf2122bc256e901598b58caf4a34be"
      ],
      "author": {
        "name": "Deepak Saxena",
        "email": "dsaxena@plexity.net",
        "time": "Fri Jun 24 20:54:35 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jun 24 20:54:35 2005 +0100"
      },
      "message": "[PATCH] ARM: 2745/1: Fix IXP4xx debug macros\n\nPatch from Deepak Saxena\n\nCurrent IXP4xx debug macros do not work in the small window between\nthe MMU being enabled and the call to map_io() b/c the standard\nperipheral mapping is not properly setup for use with the low-level\ndebug code. This patch creates a new section-aligned mapping for the\nUART specifically for use with the debug macros.\n\nSigned-off-by: Deepak Saxena\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c4982887cacf2122bc256e901598b58caf4a34be",
      "tree": "12f3ddeb179f6b6f4cc956b83c726ee9208e542a",
      "parents": [
        "c6b56949de86694d837750a0a89c766b9871e81c"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Fri Jun 24 20:54:35 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jun 24 20:54:35 2005 +0100"
      },
      "message": "[PATCH] ARM: 2744/1: ixp2000 gpio irq support\n\nPatch from Lennert Buytenhek\n\nThis patch cleans up the ixp2000 gpio irq code and implements the\nset_irq_type method for gpio irqs so that users can select for which\nevents (falling edge/rising edge/level low/level high) on the gpio\npin they want the corresponding gpio irq to be triggered.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Deepak Saxena\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "adb7ee3746b579a7fa7af7c4ec2c8164bc910ed4",
      "tree": "d8a1f9223b3b7384af7f653a519032b69ef60e0c",
      "parents": [
        "f46f6b20cb01508f5020142ff91021f8fb39550b",
        "691027b91be99413dc60fab0902b366434555015"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 23 17:19:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 23 17:19:56 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "691027b91be99413dc60fab0902b366434555015",
      "tree": "63f35050022b8e9ebec7fe2d8142afa24854bef6",
      "parents": [
        "d97a666f36cf051e1b1c60505be3d6e9b51f785f"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Jun 23 21:56:48 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 23 21:56:48 2005 +0100"
      },
      "message": "[PATCH] ARM: 2730/1: S3C2410 default configuration update\n\nPatch from Ben Dooks\n\nAdd support for the DM9000 and bring default configuration\nup-to-date with the latest 2.6.12 kernel release\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": "d97a666f36cf051e1b1c60505be3d6e9b51f785f",
      "tree": "2a4c9fda11b55f86354566f8a1253eb62cb7b86a",
      "parents": [
        "d9dc58049d3ed5c63c1a6ac82c217558b4ec623a"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Jun 23 21:56:47 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 23 21:56:47 2005 +0100"
      },
      "message": "[PATCH] ARM: 2729/1: DM9000 platform support for S3C2410 machines (BAST, VR1000)\n\nPatch from Ben Dooks\n\nAdd platform_device information for DM9000 chip(s) on the\nSimtec BAST and the VR1000 board.\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": "c1241c4c3a1507d76c7b987130f2f02f53ecc09f",
      "tree": "8b34e8bd30c94c279a3cdabf8b13e05d1ef3dc77",
      "parents": [
        "bf1b8ab6f21e1adbab1abd1b4e71c35fe65dc5fe"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Thu Jun 23 21:56:46 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 23 21:56:46 2005 +0100"
      },
      "message": "[PATCH] ARM: 2722/1: remove reliance on udivdi3 for nwfpe\n\nPatch from Nicolas Pitre\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\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": "3f22ab276b931b72ea04b184c155b34d0362bfc3",
      "tree": "013e6ba32f4b2fcb66f9726ba6b2c6dc64f6622d",
      "parents": [
        "3a9da7655d2d5b7f790a370328cf093440c80496"
      ],
      "author": {
        "name": "Dave Hansen",
        "email": "haveblue@us.ibm.com",
        "time": "Thu Jun 23 00:07:43 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 23 09:45:02 2005 -0700"
      },
      "message": "[PATCH] make each arch use mm/Kconfig\n\nFor all architectures, this just means that you\u0027ll see a \"Memory Model\"\nchoice in your architecture menu.  For those that implement DISCONTIGMEM,\nyou may eventually want to make your ARCH_DISCONTIGMEM_ENABLE a \"def_bool\ny\" and make your users select DISCONTIGMEM right out of the new choice\nmenu.  The only disadvantage might be if you have some specific things that\nyou need in your help option to explain something about DISCONTIGMEM.\n\nSigned-off-by: Dave Hansen \u003chaveblue@us.ibm.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "92a8cbed29eb9bf6e8eec16ca29d54015bc0e8a2",
      "tree": "142314e2863863a1cbe1ea950ac688fc1aaeef6c",
      "parents": [
        "3a66941106855215127f8bf1afd06099b72dc75b"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Jun 22 21:47:25 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Jun 22 21:47:25 2005 +0100"
      },
      "message": "[PATCH] ARM: Remove explicit page-alignments in memory init\n\nSince meminfo.bank[] array contains page-aligned start/size, we\nno longer need to explicitly round up/down the addresses when\nconverting to PFNs.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    }
  ],
  "next": "3a66941106855215127f8bf1afd06099b72dc75b"
}
