)]}'
{
  "log": [
    {
      "commit": "d46523ea32a79fbc8cd1237f9441f45cc3f02456",
      "tree": "0afe4590170ad25e38005f72431680ba47ba6860",
      "parents": [
        "18586e721636527cb5177467fb17e2350615978a"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Mon Jul 25 16:28:39 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 15:40:00 2005 -0700"
      },
      "message": "[PATCH] fix MAX_USER_RT_PRIO and MAX_RT_PRIO\n\nHere\u0027s the patch again to fix the code to handle if the values between\nMAX_USER_RT_PRIO and MAX_RT_PRIO are different.\n\nWithout this patch, an SMP system will crash if the values are\ndifferent.\n\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "18586e721636527cb5177467fb17e2350615978a",
      "tree": "96d34b10d000fa8b1df16ae8f4c73761013371b5",
      "parents": [
        "fc00a6274b786f6863b32c79ff6f92aa0960b789"
      ],
      "author": {
        "name": "Andreas Steinmetz",
        "email": "ast@domdv.de",
        "time": "Sat Jul 23 13:42:04 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 15:30:51 2005 -0700"
      },
      "message": "[PATCH] Fix RLIMIT_RTPRIO breakage\n\nRLIMIT_RTPRIO is supposed to grant non privileged users the right to use\nSCHED_FIFO/SCHED_RR scheduling policies with priorites bounded by the\nRLIMIT_RTPRIO value via sched_setscheduler(). This is usually used by\naudio users.\n\nUnfortunately this is broken in 2.6.13rc3 as you can see in the excerpt\nfrom sched_setscheduler below:\n\n        /*\n         * Allow unprivileged RT tasks to decrease priority:\n         */\n        if (!capable(CAP_SYS_NICE)) {\n                /* can\u0027t change policy */\n                if (policy !\u003d p-\u003epolicy)\n                        return -EPERM;\n\nAfter the above unconditional test which causes sched_setscheduler to\nfail with no regard to the RLIMIT_RTPRIO value the following check is made:\n\n               /* can\u0027t increase priority */\n                if (policy !\u003d SCHED_NORMAL \u0026\u0026\n                    param-\u003esched_priority \u003e p-\u003ert_priority \u0026\u0026\n                    param-\u003esched_priority \u003e\n                                p-\u003esignal-\u003erlim[RLIMIT_RTPRIO].rlim_cur)\n                        return -EPERM;\n\nThus I do believe that the RLIMIT_RTPRIO value must be taken into\naccount for the policy check, especially as the RLIMIT_RTPRIO limit is\nof no use without this change.\n\nThe attached patch fixes this problem.\n\nSigned-off-by: Andreas Steinmetz \u003cast@domdv.de\u003e\nAcked-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\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": "db776a14f327c20d4984ac4b724a934df34bfe31",
      "tree": "d791f0602130c377f47792c3f51bf782834f1366",
      "parents": [
        "b35c67a46b025e8dc320b59fbe5c283094e1d7f5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:50:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:50:02 2005 -0700"
      },
      "message": "Fix compiler warning in qla_iocb.c\n\nRemove bogus initialization that was re-done (correctly) later.\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": "b35c67a46b025e8dc320b59fbe5c283094e1d7f5",
      "tree": "dd22c5d664496ce9caab45825bb7f7ab1fe60545",
      "parents": [
        "6660316cb7a1a2c59a73a52870490c0f782f45c1"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 12:17:52 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:45 2005 -0700"
      },
      "message": "[PATCH] acpi: Don\u0027t call acpi_sleep_prepare from acpi_power_off\n\nNow that all of the code paths that call acpi_power_off\nhave been modified to call either call kernel_power_off\n(which calls apci_sleep_prepare by way of acpi_shutdown)\nor to call acpi_sleep_prepare directly it is redundant to call\nacpi_sleep_prepare from acpi_power_off.\n\nSo simplify the code and simply don\u0027t call acpi_sleep_prepare.\n\nIn addition there is a little error handling done so if we\ncan\u0027t register the acpi class we don\u0027t hook pm_power_off.\n\nI think I have done the right thing with the CONFIG_PM define\nbut I\u0027m not certain.  Can this code even be compiled if\nCONFIG_PM is false?\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6660316cb7a1a2c59a73a52870490c0f782f45c1",
      "tree": "2483c25cef08d7653e38cec40b994f3cf16316f0",
      "parents": [
        "0963aba54aa26c89114dca7257acf8c938bfec8a"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 12:16:00 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:45 2005 -0700"
      },
      "message": "[PATCH] acpi_power_off: Don\u0027t switch to the boot cpu\n\nmachine_power_off on i386 and x86_64 now switch to the\nboot cpu out of paranoia and because the MP Specification indicates it\nis a good idea on reboot, so for those architectures it is a noop.\nI can\u0027t see anything in the acpi spec that requires you to be on\nthe boot cpu to power off the system, so this should not be an issue\nfor ia64.  In addition ia64 has the altix a massive multi-node\nsystem where switching to the boot cpu sounds insane as we may\nhot removed the boot cpu.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0963aba54aa26c89114dca7257acf8c938bfec8a",
      "tree": "b56e11022f963134c24f906ba20c8ac4f4f9d185",
      "parents": [
        "910de55c6653d76f90380c80f0b7a395f12019e3"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 12:14:16 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:45 2005 -0700"
      },
      "message": "[PATCH] x86_64 sync machine_power_off with i386\n\ni386 machine_power_off was disabling the local apic\nand all of it\u0027s users wanted to be on the boot cpu.\nSo call machine_shutdown which places us on the boot\ncpu and disables the apics.  This keeps us in sync\nand reduces the number of cases we need to worry about in\nthe power management code.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "910de55c6653d76f90380c80f0b7a395f12019e3",
      "tree": "35eaa391f74232ecbb8be03a56c33a5d0aeb4cfd",
      "parents": [
        "4fa2564a6fde9815df969ef3547744a22f66ba9d"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 12:10:02 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:45 2005 -0700"
      },
      "message": "[PATCH] APM: Remove redundant call to set_cpus_allowed\n\nmachine_power_off now always switches to the boot cpu so there\nis no reason for APM to also do that.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4fa2564a6fde9815df969ef3547744a22f66ba9d",
      "tree": "46b300dadf7749e41158a909631c4715ef4f0111",
      "parents": [
        "d8e392e7c8f019657ff3ebe70a45d234990831db"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 12:08:53 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:44 2005 -0700"
      },
      "message": "[PATCH] i386 machine_power_off cleanup\n\nCall machine_shutdown() to move to the boot cpu\nand disable apics.  Both acpi_power_off and\napm_power_off want to move to the boot cpu.\nand we are already disabling the local apics\nso calling machine_shutdown simply reuses\ncode.\n\nia64 doesn\u0027t have a special path in power_off\nfor efi so there is no reason i386 should.  If\nwe really need to call the efi power off path\nthe efi driver can set pm_power_off like everyone\nelse.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d8e392e7c8f019657ff3ebe70a45d234990831db",
      "tree": "198e35aafaf37e9ae2ac7ecf7996c98b4eed26d7",
      "parents": [
        "68acc05d0120e19c850e1f347ee96055f5aa032f"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 12:07:01 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:44 2005 -0700"
      },
      "message": "[PATCH] machine_shutdown: Typo fix to actually allow specifying which cpu to reboot on\n\nThis appears to be a typo I introduced when cleaning\nthis code up earlier. Ooops.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "68acc05d0120e19c850e1f347ee96055f5aa032f",
      "tree": "2eca1b36a99212037d1aa6b33c4893a12a43cb28",
      "parents": [
        "fdde86ac50357b6a811e3574e47d189e81a21444"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 12:03:08 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:44 2005 -0700"
      },
      "message": "[PATCH] pcwd.c: Call kernel_power_off not machine_power_off\n\nThe call appears to come from process context so kernel_power_off\nshould be safe.  And acpi_power_off won\u0027t necessarily work if you just\ncall machine_power_off.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fdde86ac50357b6a811e3574e47d189e81a21444",
      "tree": "b5e8d3d295da10b84ba6538359e20c5435b3085a",
      "parents": [
        "804ebf46d51653e736108074473d9493398f2df9"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 12:01:17 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:44 2005 -0700"
      },
      "message": "[PATCH] swpsuspend: Have suspend to disk use factors of sys_reboot\n\nThe suspend to disk code was a poor copy of the code in\nsys_reboot now that we have kernel_power_off, kernel_restart\nand kernel_halt use them instead of poorly duplicating them inline.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "804ebf46d51653e736108074473d9493398f2df9",
      "tree": "ffd9b45b9b60df92d6794885b1b786aca6592006",
      "parents": [
        "970d32443e3d0be57a5cdc3de3752f528424b73d"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:59:54 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:44 2005 -0700"
      },
      "message": "[PATCH] 68328serial: sysrq should use emergency_reboot\n\nThe 68328serial.c driver has a weird local reimplementation of\nmagic sysrq.  The code is architecture specific enough that calling\nmachine_restart() is probably ok.  But there is no reason not to call\nemergency_restart() so do so.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "970d32443e3d0be57a5cdc3de3752f528424b73d",
      "tree": "cf39589a581d461d5ed4a9311cb236dbe8544453",
      "parents": [
        "f82567e55fcd25bb7addf2cfd8b79f36f409dc2e"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:55:59 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:44 2005 -0700"
      },
      "message": "[PATCH] In hangcheck-timer.c call emergency_restart()\n\nIf we\u0027ve hung a clean reboot does not sound like a real\noption.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f82567e55fcd25bb7addf2cfd8b79f36f409dc2e",
      "tree": "c579e6c540b10bfd69abc086f985fc066d2708fc",
      "parents": [
        "4de8b9b76017365572f778332d74fe050d9c8c2a"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:53:19 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:43 2005 -0700"
      },
      "message": "[PATCH] Fix watchdog drivers to call emergency_reboot()\n\nIf a watchdog driver has decided it is time to reboot the system\nwe know something is wrong and we are in interrupt context\nso emergency_reboot() is what we want.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4de8b9b76017365572f778332d74fe050d9c8c2a",
      "tree": "17d22eacd721d3ff966f643b92e0243891fcb1a2",
      "parents": [
        "2f048ea81df94f72dee0d42b3d9b941c03b8c9c5"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:51:06 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:43 2005 -0700"
      },
      "message": "[PATCH] Update sysrq-B to use emergency_restart()\n\nsysrq calls into the reboot path from an interrupt handler\nwe can either push the code do into process context and\ncall kernel_restart and get a clean reboot or we can simply\nreboot the machine, and increase our chances of actually\nrebooting.  emergency_reboot() seems like the closest match\nto what we have previously done, and what we want.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2f048ea81df94f72dee0d42b3d9b941c03b8c9c5",
      "tree": "1a60d6cc74585629750030c26c05ca471ca39546",
      "parents": [
        "ff31977782a05504f2586ec9e3e5ab4b09a4c893"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:49:23 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:43 2005 -0700"
      },
      "message": "[PATCH] Call emergency_reboot from panic\n\nWe know the system is in trouble so there is no question if this\nis an emergecy :)\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ff31977782a05504f2586ec9e3e5ab4b09a4c893",
      "tree": "3cf1d3ab1be8688a4de9bca44d8dac276f6038e2",
      "parents": [
        "62b3a04d75d2dc9480d5ad3b60f4258e548a6a83"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:47:32 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:43 2005 -0700"
      },
      "message": "[PATCH] Use kernel_power_off in sysrq-o\n\nWe already do all of the gymnastics to run from process context\nto call the power off code so call into the power off code cleanly.\n\nThis especially helps acpi as part of it\u0027s shutdown logic should\nrun acpi_shutdown called from device_shutdown which was not\nbeing called from here.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "62b3a04d75d2dc9480d5ad3b60f4258e548a6a83",
      "tree": "61c91a3fc9785346dd966249fb4acbe1feae1909",
      "parents": [
        "7c9a90073c75bffbb89763a0c7d44a2e44e9e628"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:45:31 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:42 2005 -0700"
      },
      "message": "[PATCH] x86_64: Implemenent machine_emergency_restart\n\nIt is not safe to call set_cpus_allowed() in interrupt\ncontext and disabling the apics is complicated code.\nSo unconditionally skip machine_shutdown in machine_emergency_reboot\non x86_64.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7c9a90073c75bffbb89763a0c7d44a2e44e9e628",
      "tree": "e871063796c481475926d63a4087f099a1a605db",
      "parents": [
        "4a1421f81b64e49ce932125e7222a2d7b7f87f13"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:44:21 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:42 2005 -0700"
      },
      "message": "[PATCH] x86_64: Fix reboot_force\n\nWe only want to shutdown the apics if reboot_force\nis not specified.  Be we are doing this both\nin machine_shutdown which is called unconditionally\nand if (!reboot_force).  So simply call machine_shutdown\nif (!reboot_force).  It looks like something\nwent weird with merging some of the kexec patches for\nx86_64, and caused this.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4a1421f81b64e49ce932125e7222a2d7b7f87f13",
      "tree": "8f960fc27c718039bb9b93b237233d304eec8be7",
      "parents": [
        "59586e5a262a29361c45c929ea3253d4aec830b0"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:41:26 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:42 2005 -0700"
      },
      "message": "[PATCH] i386: Implement machine_emergency_reboot\n\nset_cpus_allowed is not safe in interrupt context\nand disabling apics is complicated code so don\u0027t\ncall machine_shutdown on i386 from emergency_restart().\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\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": "16dcb4bbda579c4e3d80048b755ac124d8fab21a",
      "tree": "c0195fc6f371190fe15a28d752caaf2b02de9468",
      "parents": [
        "7c9034735eccbf82608a4602c59aaf6053ea9416"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:32:34 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:42 2005 -0700"
      },
      "message": "[PATCH] Fix the arguments to machine_restart on cris\n\nIt appears machine_restart has been working cris just\nby luck.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7c9034735eccbf82608a4602c59aaf6053ea9416",
      "tree": "219e8cd4b5cfffeb261f42a2bd8e512be19cba40",
      "parents": [
        "abcd9e51f5b832439b119d530db1353c12fd4073"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:29:55 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:41 2005 -0700"
      },
      "message": "[PATCH] Add emergency_restart()\n\nWhen the kernel is working well and we want to restart cleanly\nkernel_restart is the function to use.   But in many instances\nthe kernel wants to reboot when thing are expected to be working\nvery badly such as from panic or a software watchdog handler.\n\nThis patch adds the function emergency_restart() so that\ncallers can be clear what semantics they expect when calling\nrestart.  emergency_restart() is expected to be callable\nfrom interrupt context and possibly reliable in even more\ntrying circumstances.\n\nThis is an initial generic implementation for all architectures.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "abcd9e51f5b832439b119d530db1353c12fd4073",
      "tree": "27ea8acee7a35021e399cafb80f4a4a57a1688e4",
      "parents": [
        "4a00ea1e18228e5ef99d4780671fda97226bda30"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:27:34 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:41 2005 -0700"
      },
      "message": "[PATCH] Make ctrl_alt_del call kernel_restart to get a proper reboot.\n\nIt is obvious we wanted to call kernel_restart here\nbut since we don\u0027t have it the code was expanded inline and hasn\u0027t\nbeen correct since sometime in 2.4.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4a00ea1e18228e5ef99d4780671fda97226bda30",
      "tree": "d77c793ef68df78b3c9a73eab16438732f875c3c",
      "parents": [
        "47f61f397cc08b5a9a815bd03cb10c48dab66034"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:24:14 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:41 2005 -0700"
      },
      "message": "[PATCH] Refactor sys_reboot into reusable parts\n\nBecause the factors of sys_reboot don\u0027t exist people calling\ninto the reboot path duplicate the code badly, leading to\ninconsistent expectations of code in the reboot path.\n\nThis patch should is just code motion.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "47f61f397cc08b5a9a815bd03cb10c48dab66034",
      "tree": "747b69851f018f80ae8f7dcf512cb8f6d43eae02",
      "parents": [
        "a6fa657b9d5c892c6a92912632c4b5715955b4f8"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:21:38 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:41 2005 -0700"
      },
      "message": "[PATCH] Add missing device_suspsend(PMSG_FREEZE) calls.\n\nIn the recent addition of device_suspend calls into\nsys_reboot two code paths were missed.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a6fa657b9d5c892c6a92912632c4b5715955b4f8",
      "tree": "d06989f6c04fb0bd5209fc63330e4ec30373c64f",
      "parents": [
        "9a168bddc2f13686336a86f8235b84347edac13a"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Tue Jul 26 14:11:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:34:18 2005 -0700"
      },
      "message": "[PATCH] qla2xxx: Kconfig dependency fix\n\n*** Warning: \"fc_remote_port_block\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n*** Warning: \"scsi_is_fc_rport\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n*** Warning: \"fc_remote_port_unblock\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n*** Warning: \"fc_remote_port_rolechg\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n*** Warning: \"fc_release_transport\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n*** Warning: \"fc_remove_host\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n*** Warning: \"fc_remote_port_add\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n*** Warning: \"fc_attach_transport\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9a168bddc2f13686336a86f8235b84347edac13a",
      "tree": "4197716545fb2756c0326157719f9d5c6317f15a",
      "parents": [
        "89373de7dd010832d8b68cb37dabb33ff5a688bb"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Tue Jul 26 14:11:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:34:18 2005 -0700"
      },
      "message": "[PATCH] qla: remove anonymous union\n\nOlder gcc\u0027s dont support anonymous unions, so this driver gets hundreds of\nerror.\n\nFortunately the fix is easy...\n\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "89373de7dd010832d8b68cb37dabb33ff5a688bb",
      "tree": "a9585ae0ad7b1fd559fe41b977e03e5895c92060",
      "parents": [
        "725b38ab5401c73cedc1b1d913782fadcd0f624a"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Tue Jul 26 14:08:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:34:18 2005 -0700"
      },
      "message": "[PATCH] inotify: fix oops fix\n\nCc: Robert Love \u003crml@novell.com\u003e\nCc: John McCutchan \u003cttb@tentacle.dhs.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "725b38ab5401c73cedc1b1d913782fadcd0f624a",
      "tree": "840ffe1bf560a391e88d93b2b6c49117e31aa185",
      "parents": [
        "d25cb934b00436e2243bf3970793b8e04ad9b873"
      ],
      "author": {
        "name": "Robert Love",
        "email": "rml@novell.com",
        "time": "Mon Jul 25 15:19:29 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 13:37:22 2005 -0700"
      },
      "message": "[PATCH] inotify: add x86-64 syscall entries\n\nAdd inotify syscall entries to x86-64.\n\nSigned-off-by: Robert Love \u003crml@novell.com\u003e\nSigned-off-by: John McCutchan \u003cttb@tentacle.dhs.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d25cb934b00436e2243bf3970793b8e04ad9b873",
      "tree": "435ed4150ffc5494d4e43bf4287d881982eaf743",
      "parents": [
        "e5ca844a9d795e97c08bc7901c62a48c28469eb0"
      ],
      "author": {
        "name": "Robert Love",
        "email": "rml@novell.com",
        "time": "Mon Jul 25 15:19:20 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 13:37:22 2005 -0700"
      },
      "message": "[PATCH] inotify: add missing hook to sys32_open\n\nAdd missing fsnotify_open() hook to sys32_open().\n\nAdd fsnotify_open() hook to sys32_open() on x86-64.\n\nSigned-off-by: Robert Love \u003crml@novell.com\u003e\nSigned-off-by: John McCutchan \u003cttb@tentacle.dhs.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e5ca844a9d795e97c08bc7901c62a48c28469eb0",
      "tree": "bef45e498d4ec2cf3387fac7a465819475060549",
      "parents": [
        "1b2ccf0cc15af717263c7cfe5d0aaf5ac057489e"
      ],
      "author": {
        "name": "Robert Love",
        "email": "rml@novell.com",
        "time": "Mon Jul 25 15:17:34 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 13:37:22 2005 -0700"
      },
      "message": "[PATCH] inotify: check retval in init\n\nCheck for (unlikely) errors in the filesystem initialization stuff in\nour module_init() function.\n\nSigned-off-by: Robert Love \u003crml@novell.com\u003e\nSigned-off-by: John McCutchan \u003cttb@tentacle.dhs.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1b2ccf0cc15af717263c7cfe5d0aaf5ac057489e",
      "tree": "aa920bd05c10ad6a0eabfefe06f58c3a472dcae3",
      "parents": [
        "5eb22cbcdb849886c2584389faff5afb56c23876"
      ],
      "author": {
        "name": "Robert Love",
        "email": "rml@novell.com",
        "time": "Mon Jul 25 15:13:43 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 13:37:22 2005 -0700"
      },
      "message": "[PATCH] inotify: change default limits\n\nChange default inotify limits: Maximum instances per user to 128 and\nmaximum events per queue to 16k.  The max instances used to be 128; the\nchange to 8 was a mistake.  Memory consumption is fine.\n\nSigned-off-by: Robert Love \u003crml@novell.com\u003e\nSigned-off-by: John McCutchan \u003cttb@tentacle.dhs.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5eb22cbcdb849886c2584389faff5afb56c23876",
      "tree": "4a0147ea3f2021091c0ce686dc10225ef0ac7d83",
      "parents": [
        "783bc29bbc5d6625a4669d3eb1d989a8fb275d43"
      ],
      "author": {
        "name": "Robert Love",
        "email": "rml@novell.com",
        "time": "Mon Jul 25 15:12:19 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 13:37:22 2005 -0700"
      },
      "message": "[PATCH] inotify: exit path cleanups\n\nHandle error out paths better.\n\nSigned-off-by: Robert Love \u003crml@novell.com\u003e\nSigned-off-by: John McCutchan \u003cttb@tentacle.dhs.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "783bc29bbc5d6625a4669d3eb1d989a8fb275d43",
      "tree": "100222921c788e68009ba1b2dccbeaba06b81e89",
      "parents": [
        "33ea2f52b8758ef62ae4a9d2f91821c47d999ee9"
      ],
      "author": {
        "name": "Robert Love",
        "email": "rml@novell.com",
        "time": "Mon Jul 25 15:10:08 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 13:37:21 2005 -0700"
      },
      "message": "[PATCH] inotify: oops fix\n\nBug fix: Ensure that the fd passed to inotify_add_watch() and\ninotify_rm_watch() belongs to inotify.\n\nSigned-off-by: Robert Love \u003crml@novell.com\u003e\nSigned-off-by: John McCutchan \u003cttb@tentacle.dhs.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "33ea2f52b8758ef62ae4a9d2f91821c47d999ee9",
      "tree": "becd1efe5e2c0951706333673808542804c508ed",
      "parents": [
        "b680716ed28baf549f777fb125fc23ba975985c5"
      ],
      "author": {
        "name": "Robert Love",
        "email": "rml@novell.com",
        "time": "Mon Jul 25 15:08:37 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 13:31:57 2005 -0700"
      },
      "message": "[PATCH] inotify: use fget_light\n\nAs an optimization, use fget_light() and fput_light() where possible.\n\nSigned-off-by: Robert Love \u003crml@novell.com\u003e\nSigned-off-by: John McCutchan \u003cttb@tentacle.dhs.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b680716ed28baf549f777fb125fc23ba975985c5",
      "tree": "f6a6a4a81bba0f66845577ffff517c2d31518007",
      "parents": [
        "2d986010ad13a00b83851238d52601d6092df40e"
      ],
      "author": {
        "name": "Robert Love",
        "email": "rml@novell.com",
        "time": "Mon Jul 25 15:07:13 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 13:31:57 2005 -0700"
      },
      "message": "[PATCH] inotify: misc. cleanup\n\nMiscellaneous invariant clean up, comment fixes, and so on.  Trivial\nstuff.\n\nSigned-off-by: Robert Love \u003crml@novell.com\u003e\nSigned-off-by: John McCutchan \u003cttb@tentacle.dhs.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2d986010ad13a00b83851238d52601d6092df40e",
      "tree": "6a43ffd30290fc051435643d485ad12fb1448ed5",
      "parents": [
        "6b6a93c6876ea1c530d5d3f68e3678093a27fab0",
        "e10fb91c4dc81a4ae47caf0828df152f600f2546"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 13:28:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 13:28:47 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6\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": "6d9b37a3a80195d317887ff81aad6a58a66954b5",
      "tree": "98d1c96416b660070b1fd37dbbc0c80d39c55b98",
      "parents": [
        "9560782f9a68a5de3e72bc3ba71317f373844549"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Jul 26 19:44:26 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jul 26 19:44:26 2005 +0100"
      },
      "message": "[PATCH] ARM SMP: Add ARMv6 memory barriers\n\nConvert explicit gcc asm-based memory barriers into smp_mb() calls.\nThese change between barrier() and the ARMv6 data memory barrier\ninstruction depending on whether ARMv6 SMP is enabled.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "9560782f9a68a5de3e72bc3ba71317f373844549",
      "tree": "fe0329a6ad4cf40247517b88176fea264e841d4e",
      "parents": [
        "6b6a93c6876ea1c530d5d3f68e3678093a27fab0"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Jul 26 19:39:31 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jul 26 19:39:31 2005 +0100"
      },
      "message": "[PATCH] ARM SMP: Use exclusive load/store for __xchg\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "821ca478867433502fc614b4be83e0362cd7e67e",
      "tree": "32253964ca72af1aa97a8df82c72d1a9be6d074e",
      "parents": [
        "7fcc113c3021a42db90e1ad27a7bec267b6e13e3"
      ],
      "author": {
        "name": "Michael Gernoth",
        "email": "michael@gernoth.net",
        "time": "Tue Jul 26 19:21:47 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jul 26 19:21:47 2005 +0100"
      },
      "message": "[PATCH] ARM: 2830/1: Fix Jornada 720 PCMCIA-support\n\nPatch from Michael Gernoth\n\nThis patch lets the Jornada 720 PCMCIA-driver compile again. The\nresulting driver has been tested on a Jornada with a CF-card, which\nwas mounted and accessed successfully.\n\nSigned-off-by: Michael Gernoth \u003cmichael@gernoth.net\u003e\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": "02cdad3f932d533e5cbde1b15092418ce7af1a70",
      "tree": "b7bf8988093e11032c73a54e02f05f4e20f4288e",
      "parents": [
        "6b6a93c6876ea1c530d5d3f68e3678093a27fab0"
      ],
      "author": {
        "name": "Dimitry Andric",
        "email": "dimitry.andric@tomtom.com",
        "time": "Tue Jul 26 19:20:25 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jul 26 19:20:25 2005 +0100"
      },
      "message": "[PATCH] ARM: 2819/1: Fix several S3C24x0 IIS defines\n\nPatch from Dimitry Andric\n\n- Change S3C2440_IISCON_MPLL to S3C2440_IISMOD_MPLL:\n  The S3C2440 IISCON register doesn\\\u0027t control the master clock selection, this is done with the IISMOD register.\n- Correct S3C2410_IISMOD_256FS and S3C2410_IISMOD_384FS:\n  This is set via bit 2 of IISMOD, not bit 1.\n- Add S3C2410_IISCON_PSCEN (prescaler enable), for completeness\\\u0027 sake.\n\nSigned-off-by: Dimitry Andric \u003cdimitry.andric@tomtom.com\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6b6a93c6876ea1c530d5d3f68e3678093a27fab0",
      "tree": "24122979b411dcec6ff390fc9ae84ad9413128e9",
      "parents": [
        "e89227889cec6b66758b44c83f78dba337e5d699",
        "7686ee1ad976efeddf10583f013462c66408ae51"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jul 24 20:39:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jul 24 20:39:30 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "e89227889cec6b66758b44c83f78dba337e5d699",
      "tree": "44fbf495ca2d0827e44bcc449a0f5177228dbdd8",
      "parents": [
        "4e8fd22bd421d7aa279bcb76189505a1f96bb7bf",
        "db7d9a4eb700be766cc9f29241483dbb1e748832"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jul 24 20:38:44 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jul 24 20:38:44 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6\n"
    },
    {
      "commit": "7686ee1ad976efeddf10583f013462c66408ae51",
      "tree": "68e8cd513ab047d4e71fcd232fdca4e5b0a69366",
      "parents": [
        "48647feed9f7a2d839c6ada12147b341833646e8"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Sun Jul 24 19:44:23 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:44:23 2005 -0700"
      },
      "message": "[EMATCH]: Remove feature ifdefs in meta ematch.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nAcked-by: Thomas Graf \u003ctgraf@suug.ch\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "db7d9a4eb700be766cc9f29241483dbb1e748832",
      "tree": "48848384df15d9404ceab05867d7f4ef6b1a4bbe",
      "parents": [
        "cdd5186f753b23ab51f86679bdc4cc698ab0b893"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:36:26 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:36:26 2005 -0700"
      },
      "message": "[SPARC64]: Move syscall success and newchild state out of thread flags.\n\nThese two bits were accesses non-atomically from assembler\ncode.  So, in order to eliminate any potential races resulting\nfrom that, move these pieces of state into two bytes elsewhere\nin struct thread_info.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "cdd5186f753b23ab51f86679bdc4cc698ab0b893",
      "tree": "9de741421a4303d936687784d5a703641962c5d7",
      "parents": [
        "c5019a578f18cf3a76829626e91e5469dbd4a738"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:36:13 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:36:13 2005 -0700"
      },
      "message": "[SPARC64]: Privatize sun5_timer.\n\nIt is only used by some localized code in irq.c, and also\ndelete enable_prom_timer() as that is totally unused.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c5019a578f18cf3a76829626e91e5469dbd4a738",
      "tree": "64c8ad3526439ddda5de8262a56e8a52f58b0830",
      "parents": [
        "620de54675e76f1369326bbe1fc75aff88917063"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:35:56 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:35:56 2005 -0700"
      },
      "message": "[SPARC64]: Kill totally unused inline functions from asm/spitfire.h\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "620de54675e76f1369326bbe1fc75aff88917063",
      "tree": "e50b449c94843e15c4dfa964ada5b50f1876e497",
      "parents": [
        "6593eaed814d50214d6056c683d52ac63153730e"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:35:42 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:35:42 2005 -0700"
      },
      "message": "[SPARC64]: Simplify asm/rwsem.h slightly.\n\nrwsem_atomic_update and rwsem_atomic_add can be implemented\nstraightly using atomic_*() routines.\n\nAlso, rwsem_cmpxchgw() is totally unused, kill it.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6593eaed814d50214d6056c683d52ac63153730e",
      "tree": "b5e803f1217dd26484a15816e84402d8d3ce8a84",
      "parents": [
        "4b502421aac89c8d4e61ecc89a70065a33305a0b"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:35:28 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:35:28 2005 -0700"
      },
      "message": "[SPARC64]: Non-atomic bitops do not need volatile operations\n\nNoticed this while comparing sparc64\u0027s bitops.h to ppc64\u0027s.\nWe can cast the volatile memory argument to be non-volatile.\n\nWhile we\u0027re here, __inline__ --\u003e inline.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4b502421aac89c8d4e61ecc89a70065a33305a0b",
      "tree": "81f1a6f285623e2eb6393cd0dc7dce50bbf6448e",
      "parents": [
        "2d1aea8dd02ad35658864de52a3e0f9f033e63f4"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:35:08 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:35:08 2005 -0700"
      },
      "message": "[SPARC]: Fix __KERNEL_SYSCALLS__ defining in envctrl.c and bbc_envctrl.c\n\nIt needs to happen before any header includes because nowadays\nsome things implicitly include asm/unistd.h which ends up being\nbefore the __KERNEL_SYSCALLS__ define gets done.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2d1aea8dd02ad35658864de52a3e0f9f033e63f4",
      "tree": "23c30e31146d67dd1f0bd2bf6747cf2f9abfeddb",
      "parents": [
        "cb39d263e751f9cca8055bcacfe5ec863dfe2705"
      ],
      "author": {
        "name": "Nishanth Aravamudan",
        "email": "nacc@us.ibm.com",
        "time": "Sun Jul 24 19:34:47 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:34:47 2005 -0700"
      },
      "message": "[SPARC]: sbus/vfc_i2c: remove sleep_on() usage\n\nUse wait-queue directly instead of the deprecated sleep_on()\nfunction. This required adding a local wait-queue. Also use new (added in\nseparate patch to K-J) usecs to jiffies function to convert value.\n\nSigned-off-by: Nishanth Aravamudan \u003cnacc@us.ibm.com\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "cb39d263e751f9cca8055bcacfe5ec863dfe2705",
      "tree": "6b2bead3545fced8f8b1e8de54d1b0b52e109d24",
      "parents": [
        "70c83375bb47cadd60fdb923ad913d4f4be75aba"
      ],
      "author": {
        "name": "Nishanth Aravamudan",
        "email": "nacc@us.ibm.com",
        "time": "Sun Jul 24 19:34:33 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:34:33 2005 -0700"
      },
      "message": "[SPARC]: sbus/envctrl: replace schedule_timeout() with msleep_interruptible()\n\nUse msleep_interruptible() instead of schedule_timeout() to guarantee\nthe task delays as expected. Change the units of poll_interval to\nmsecs as it is only used in this delay.\n\nSigned-off-by: Nishanth Aravamudan \u003cnacc@us.ibm.com\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "70c83375bb47cadd60fdb923ad913d4f4be75aba",
      "tree": "3453e8fb3622dfd56f6d41ca1f405a037b3306de",
      "parents": [
        "4564203d76599973da9c5cbcd93057252414ac9e"
      ],
      "author": {
        "name": "Nishanth Aravamudan",
        "email": "nacc@us.ibm.com",
        "time": "Sun Jul 24 19:34:19 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:34:19 2005 -0700"
      },
      "message": "[SPARC]: sbus/aurora: replace schedule_timeout() with msleep_interruptible()\n\nUse msleep_interruptible() instead of\nschedule_timeout() to guarantee the task delays as expected.\n\nSigned-off-by: Nishanth Aravamudan \u003cnacc@us.ibm.com\u003e\nSigned-off-by: Maximilian Attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\n"
    },
    {
      "commit": "4564203d76599973da9c5cbcd93057252414ac9e",
      "tree": "57dd8422ea0ef4dffa3fe186ce904c0ef1ef86da",
      "parents": [
        "2c2a68b84752cb1090fd2456e8b83e5bcc0e73c4"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun Jul 24 19:33:55 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:33:55 2005 -0700"
      },
      "message": "[SPARC]: Remvoe APM_RTC_IS_GMT from config.\n\nI can\u0027t see any effect of this option outside the i386-specific APM code.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "48647feed9f7a2d839c6ada12147b341833646e8",
      "tree": "a98aa36be19ce7706cef71418f143d30af28b899",
      "parents": [
        "227510c7f175c44b12cdff6eab316e53dbf71f92"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:30:28 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:30:28 2005 -0700"
      },
      "message": "[W1]: Do not use NFLOG netlink number.\n\nUse the reserved by never used NETLINK_SKIP value instead.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "227510c7f175c44b12cdff6eab316e53dbf71f92",
      "tree": "157836fd8d477ad3287c29e8235a41f0ed5cad42",
      "parents": [
        "2c2a68b84752cb1090fd2456e8b83e5bcc0e73c4"
      ],
      "author": {
        "name": "Cal Peake",
        "email": "cp@absolutedigital.net",
        "time": "Sun Jul 24 19:30:06 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jul 24 19:30:06 2005 -0700"
      },
      "message": "[IPV6]: fix implicit declaration of function `xfrm6_tunnel_unregister\u0027\n\nSigned-off-by: Cal Peake \u003ccp@absolutedigital.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4e8fd22bd421d7aa279bcb76189505a1f96bb7bf",
      "tree": "f23106b362b242eec555b16b34f8ad22f035c65a",
      "parents": [
        "2c2a68b84752cb1090fd2456e8b83e5bcc0e73c4"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Jul 24 12:13:40 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 24 12:13:40 2005 +0100"
      },
      "message": "[PATCH] ARM SMP: Fix ARMv6 spinlock and semaphore implementations\n\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": "c94c0d201f1c1a62184f4f220c1615347aafbee7",
      "tree": "ac2fe13e5686091ab9c3789cb40d50371ca270ef",
      "parents": [
        "8ed693d29b25bbd88471ec043cc01581419d0481",
        "53776eb4acdd3ec576d75b61b656ef8d51e430ea"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Jul 23 16:59:55 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Jul 23 16:59:55 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\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": "8ed693d29b25bbd88471ec043cc01581419d0481",
      "tree": "5a033028bcf3bebdc8a029eeaecc708432bbce93",
      "parents": [
        "72538d8565b0205240d88591b72db3c7f3f1881a",
        "668d74c04c16bb69de564e25e85dd94eeb0175d9"
      ],
      "author": {
        "name": "Luming Yu",
        "email": "luming.yu@intel.com",
        "time": "Sat Jul 23 00:34:41 2005 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Jul 23 00:34:41 2005 -0400"
      },
      "message": "/home/lenb/linux-2.6 branch \u0027acpi-2.6.12\u0027\n"
    },
    {
      "commit": "668d74c04c16bb69de564e25e85dd94eeb0175d9",
      "tree": "9eca71da4fcf1ef8074c698f80f2f4e5196f08da",
      "parents": [
        "d8683a0cb5d09cb7f19feefa708424a84577e68f"
      ],
      "author": {
        "name": "Luming Yu",
        "email": "luming.yu@intel.com",
        "time": "Sat Jul 23 00:26:33 2005 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Jul 23 00:26:33 2005 -0400"
      },
      "message": "ACPI: delete unnecessary EC console messages\n\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d4534\n\nSigned-off-by: Luming Yu \u003cluming.yu@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "72538d8565b0205240d88591b72db3c7f3f1881a",
      "tree": "f7d1a78787e8027b6144487580e1c811cdb4fc2a",
      "parents": [
        "2847e3478c3d8119eedc3e0cb85a308b21f681dd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Fri Jul 22 18:29:40 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Fri Jul 22 18:29:40 2005 -0400"
      },
      "message": "Remove \"noreplacement\" kernel command line option.\n\nIt is no longer valid to not replace instructions, since we depend on\ndifferent behaviour depending on CPU capabilities.\n\nIf you need to limit the capabilities of the replacements (because the\nboot CPU has features that non-boot CPU\u0027s do not have, for example), you\nneed to explicitly disable those capabilities that are not shared across\nall CPU\u0027s.\n\nFor example, if your boot CPU has FXSR, but other CPU\u0027s in your system\ndo not, you need to use the \"nofxsr\" kernel command line, not disable\ninstruction replacement per se.\n"
    },
    {
      "commit": "2847e3478c3d8119eedc3e0cb85a308b21f681dd",
      "tree": "40e24b6a405331ae5fc9ed38b0d4872c84069891",
      "parents": [
        "38afd6adf6bccd7176e88c07cac104d3639aa30d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Fri Jul 22 18:19:20 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Fri Jul 22 18:19:20 2005 -0400"
      },
      "message": "x86: use alternative instructions for fnsave/fxsave too\n\nThis one ends up using an inline asm format that claims to read memory\nand then clobber it (rather than just write it directly), which made it\neasier to use the existing \"alternative_input()\" infrastructure support.\n\nNow the fxsave code matches the fxrstor.\n"
    },
    {
      "commit": "38afd6adf6bccd7176e88c07cac104d3639aa30d",
      "tree": "2142409984b609e51ef60b6a14318dd4e878718a",
      "parents": [
        "8ed1383fb7b6685968588141d5934e0e6715e954",
        "261688d01ec07d3a265b8ace6ec68310fbd96a96"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jul 22 16:33:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jul 22 16:33:00 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "261688d01ec07d3a265b8ace6ec68310fbd96a96",
      "tree": "c068cd8f4a1cf545ea4bfb68d3becc051b964d56",
      "parents": [
        "d3984a6b6abac6203868f0e9095c0ed9e33ece03"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Jul 22 14:43:52 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Jul 22 14:43:52 2005 -0700"
      },
      "message": "[PKT_SCHED]: em_meta: Kill TCF_META_ID_{INDEV,SECURITY,TCVERDICT}\n\nMore unusable TCF_META_* match types that need to get eliminated\nbefore 2.6.13 goes out the door.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\nAcked-by: Thomas Graf \u003ctgraf@suug.ch\u003e\n"
    },
    {
      "commit": "8ed1383fb7b6685968588141d5934e0e6715e954",
      "tree": "7ee8476ec114dbab907e3acf4e8a9d0342bf6751",
      "parents": [
        "b339a18b81a1f6ca1455559594f5df872b9e59f4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Fri Jul 22 16:06:16 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Fri Jul 22 16:06:16 2005 -0400"
      },
      "message": "x86: make restore_fpu() use alternative assembler instructions\n\nIt\u0027s really just a single instruction, conditional on whether the CPU\nsupports FXSR or not, so implement it as such instead of making it a\nfunction that queries FXSR dynamically.\n\nThis means that the instruction just gets automatically rewritten to the\ncorrect one at boot-time.\n"
    },
    {
      "commit": "d3984a6b6abac6203868f0e9095c0ed9e33ece03",
      "tree": "a46aa663c646cfc93067c837407ead4357f0b955",
      "parents": [
        "74bb421da7f39e70ab636ad46ef85ea1178786c5"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Fri Jul 22 12:52:47 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Jul 22 12:52:47 2005 -0700"
      },
      "message": "[NETFILTER]: Fix ip6t_LOG MAC format\n\nI broke this in the patch that consolidated MAC logging.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "74bb421da7f39e70ab636ad46ef85ea1178786c5",
      "tree": "11f2eba01e01f8094f57a1c16c6d454ce7b2430a",
      "parents": [
        "21f930e4abdcb9649f26e5b959c14dddee4e600b"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Fri Jul 22 12:51:38 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Jul 22 12:51:38 2005 -0700"
      },
      "message": "[NETFILTER]: Use correct byteorder in ICMP NAT\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "21f930e4abdcb9649f26e5b959c14dddee4e600b",
      "tree": "524b3bfee593f20a52fab80c7bb4da3ac0ad3ad8",
      "parents": [
        "d04b4f8c1c9766e49fad6a141fc61cb30db69a5c"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Fri Jul 22 12:51:03 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Jul 22 12:51:03 2005 -0700"
      },
      "message": "[NETFILTER]: Wait until all references to ip_conntrack_untracked are dropped on unload\n\nFixes a crash when unloading ip_conntrack.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d04b4f8c1c9766e49fad6a141fc61cb30db69a5c",
      "tree": "4355aafff80fc9a09597d4990a45b51b30359cf3",
      "parents": [
        "4c1217deeb148ff8ab838ba4f1875d0f52dea343"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Fri Jul 22 12:50:29 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Jul 22 12:50:29 2005 -0700"
      },
      "message": "[NETFILTER]: Fix potential memory corruption in NAT code (aka memory NAT)\n\nThe portptr pointing to the port in the conntrack tuple is declared static,\nwhich could result in memory corruption when two packets of the same\nprotocol are NATed at the same time and one conntrack goes away.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4c1217deeb148ff8ab838ba4f1875d0f52dea343",
      "tree": "9219e874ef71ac18b31e1028a5cde6d579c6fc23",
      "parents": [
        "28e212fb360ce2568edd60b93d60683d5ad24146"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Fri Jul 22 12:49:30 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Jul 22 12:49:30 2005 -0700"
      },
      "message": "[NETFILTER]: Fix deadlock in ip6_queue\n\nAlready fixed in ip_queue, ip6_queue was missed.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b339a18b81a1f6ca1455559594f5df872b9e59f4",
      "tree": "1c3a34047734e5923484353dbe710b167ad7c72b",
      "parents": [
        "f60f700876cd51de9de69f3a3c865d95e287a24d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Fri Jul 22 15:23:47 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Fri Jul 22 15:23:47 2005 -0400"
      },
      "message": "Fix up incorrect \"unlikely()\" on %gs reload in x86 __switch_to\n\nThese days %gs is normally the TLS segment, so it\u0027s no longer zero.  As\na result, we shouldn\u0027t just assume that %fs/%gs tend to be zero\ntogether, but test them independently instead.\n\nAlso, fix setting of debug registers to use the \"next\" pointer instead\nof \"current\".  It so happens that the scheduler will have set the new\ncurrent pointer before calling __switch_to(), but that\u0027s just an\nimplementation detail.\n"
    },
    {
      "commit": "28e212fb360ce2568edd60b93d60683d5ad24146",
      "tree": "cde99771e1cd026648c7a80e44ae66b710920e78",
      "parents": [
        "14a59e1829cd5782ad1a8979e594578f49f3e2c1"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Jul 22 11:47:25 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Jul 22 11:47:25 2005 -0700"
      },
      "message": "[PKT_SCHED]: Kill TCF_META_ID_REALDEV from meta ematch.\n\nIt won\u0027t exist any longer when we shrink the SKB in 2.6.14,\nand we should kill this off before anyone in userspace starts\nusing it.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\nAcked-by: Thomas Graf \u003ctgraf@suug.ch\u003e\n"
    },
    {
      "commit": "056a8763fc036639441a6dc49b61e57bc632af6e",
      "tree": "880795a56d5f1ecf77966d14be38c4234436c2eb",
      "parents": [
        "fbc0dc0df54be06586d712ebf6958816e3b1b2b7"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Fri Jul 22 10:15:04 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jul 22 10:15:04 2005 +0100"
      },
      "message": "[PATCH] Serial: No need to check for priv !\u003d NULL in remove_one\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "14a59e1829cd5782ad1a8979e594578f49f3e2c1",
      "tree": "b2aa664412afa2c2a5eef47d485b11c410949798",
      "parents": [
        "4acdbdbe5089c06d5e0c7e96783fcc4414ded00a"
      ],
      "author": {
        "name": "Loic Le Loarer",
        "email": "loic.le-loarer+lk@polytechnique.org",
        "time": "Thu Jul 21 14:16:54 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jul 21 14:16:54 2005 -0700"
      },
      "message": "[EQL]: Proper num_slaves decrement\n\nSigned-off-by: Loic Le Loarer \u003cloic.le-loarer+lk@polytechnique.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4acdbdbe5089c06d5e0c7e96783fcc4414ded00a",
      "tree": "77629aef70bd92983518b6f5dd13c70a222c4cbb",
      "parents": [
        "4aa49d130df9209707a97786a55a3f584b7345e9"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Thu Jul 21 13:14:46 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jul 21 13:14:46 2005 -0700"
      },
      "message": "[NETFILTER]: ip_conntrack_expect_related must not free expectation\n\nIf a connection tracking helper tells us to expect a connection, and\nwe\u0027re already expecting that connection, we simply free the one they\ngave us and return success.\n\nThe problem is that NAT helpers (eg. FTP) have to allocate the\nexpectation first (to see what port is available) then rewrite the\npacket.  If that rewrite fails, they try to remove the expectation,\nbut it was freed in ip_conntrack_expect_related.\n\nThis is one example of a larger problem: having registered the\nexpectation, the pointer is no longer ours to use.  Reference counting\nis needed for ctnetlink anyway, so introduce it now.\n\nTo have a single \"put\" path, we need to grab the reference to the\nconnection on creation, rather than open-coding it in the caller.\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\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": "4aa49d130df9209707a97786a55a3f584b7345e9",
      "tree": "1522de28c0277809afd1fd037f5c359fcee4fc4b",
      "parents": [
        "b72f6eccb0fc516070f2de469f73870cb6cb1149"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Wed Jul 20 12:01:46 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jul 20 12:01:46 2005 -0700"
      },
      "message": "[ATM]: zatm: mailbox converted to pci_alloc_consistent()\n\nmailbox converted to pci_alloc_consistent()\n\n- request_region() is not needed: zatm_init_one() issues\n  pci_request_regions();\n- the warning related to kfree(zatm_dev-\u003embx_start) disappears;\n\nCompiled with i386 and sparc64 as target.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b72f6eccb0fc516070f2de469f73870cb6cb1149",
      "tree": "47adfd4764346387af894dd3a25e2b2266187a67",
      "parents": [
        "0303770deb834c15ca664a9d741d40f893c92f4e"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 14:13:54 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 14:13:54 2005 -0700"
      },
      "message": "[NET]: Fix tc_verd thinko in skb_clone()\n\nIt was overwriting the computer n-\u003etc_verd value over\nand over with skb-\u003etc_verd, by mistake.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0303770deb834c15ca664a9d741d40f893c92f4e",
      "tree": "d48e2df54d3545052aaffeeeec1c34c214055056",
      "parents": [
        "c877efb207bf4629cfa97ac13412f7392a873485"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Jul 19 14:03:34 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 14:03:34 2005 -0700"
      },
      "message": "[NET]: Make ipip/ip6_tunnel independant of XFRM\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c877efb207bf4629cfa97ac13412f7392a873485",
      "tree": "2521cdfc0943c916d2322d2183f0c4194cb29827",
      "parents": [
        "23a534e7b1ad2650002bbc236493791ac23440ee"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Jul 19 14:01:51 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 14:01:51 2005 -0700"
      },
      "message": "[IPV4]: Fix up lots of little whitespace indentation stuff in fib_trie.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "23a534e7b1ad2650002bbc236493791ac23440ee",
      "tree": "76a8c8a1cb3ff915fdb337242a073f651998915d",
      "parents": [
        "eb3f8f5e22cdee8138e654963e371ad337830efb"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Jul 19 14:00:53 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 14:00:53 2005 -0700"
      },
      "message": "[NET]: NETCONSOLE must depend on INET\n\nNETCONSOLE\u003dy and INET\u003dn results in the following compile error:\n\nnet/built-in.o: In function `netpoll_parse_options\u0027:\n: undefined reference to `in_aton\u0027\nnet/built-in.o: In function `netpoll_parse_options\u0027:\n: undefined reference to `in_aton\u0027\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "eb3f8f5e22cdee8138e654963e371ad337830efb",
      "tree": "7f9f62017c24125d7a50bee4088d1240cb5bc6fe",
      "parents": [
        "abaacad9bcb3f118cc802f527ab5d7c41b63f83a"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Jul 19 14:00:13 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 14:00:13 2005 -0700"
      },
      "message": "[NET]: BRIDGE_EBT_ARPREPLY must depend on INET\n\nBRIDGE_EBT_ARPREPLY\u003dy and INET\u003dn results in the following compile error:\n\nnet/built-in.o: In function `ebt_target_reply\u0027:\nebt_arpreply.c:(.text+0x68fb9): undefined reference to `arp_send\u0027\nmake: *** [.tmp_vmlinux1] Error 1\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "abaacad9bcb3f118cc802f527ab5d7c41b63f83a",
      "tree": "00feb47b1bc9f2b1c3eced293fce47a54faf711c",
      "parents": [
        "6aef4fdfeaec5f2c66415f2cafa98a3ff927501f"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Jul 19 13:59:17 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 13:59:17 2005 -0700"
      },
      "message": "[IPV4]: Don\u0027t select XFRM for ip_gre\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6aef4fdfeaec5f2c66415f2cafa98a3ff927501f",
      "tree": "fc8fa275747dfeea29642e37103614dc1754440d",
      "parents": [
        "86cf42e4e029b83110cf98692420239103363dbf"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Tue Jul 19 13:58:40 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 13:58:40 2005 -0700"
      },
      "message": "[NET]: Only build flow.o if CONFIG_XFRM\u003dy\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "86cf42e4e029b83110cf98692420239103363dbf",
      "tree": "e1e4210051fc1ae9b06515b56933989448f77a59",
      "parents": [
        "88e9fa8a54cf4d66ee8fc1d855e82de827233d74"
      ],
      "author": {
        "name": "Duncan Sands",
        "email": "baldrick@free.fr",
        "time": "Tue Jul 19 13:57:17 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 13:57:17 2005 -0700"
      },
      "message": "[ATM]: [speedtch] cure atm_printk() macro gcc-2.95 compile error\n\nSigned-off-by: Duncan Sands \u003cbaldrick@free.fr\u003e\nSigned-off-by: Chas Williams \u003cchas@cmf.nrl.navy.mil\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "88e9fa8a54cf4d66ee8fc1d855e82de827233d74",
      "tree": "fc869a492d674a302ddbaf2fd352ee970d0518a2",
      "parents": [
        "5938a7b580bb7a738ee349048565ac76e6f3f5d7"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "juhl-lkml@dif.dk",
        "time": "Tue Jul 19 13:56:53 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 13:56:53 2005 -0700"
      },
      "message": "[ATM]: Trivial spelling fix patch for net/Kconfig\n\nSigned-off-by: Jesper Juhl \u003cjuhl-lkml@dif.dk\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Chas Williams \u003cchas@cmf.nrl.navy.mil\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5938a7b580bb7a738ee349048565ac76e6f3f5d7",
      "tree": "df59a9cc06712310f847ddfec589d8e5919f359f",
      "parents": [
        "c9e42614585dddd544a56907ff5fd5ca55411967"
      ],
      "author": {
        "name": "Victor Fusco",
        "email": "victor@cetuc.puc-rio.br",
        "time": "Tue Jul 19 13:56:29 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 13:56:29 2005 -0700"
      },
      "message": "[ATM]: [ambassador] Fix the sparse warning \"implicit cast to nocast type\"\n\nSigned-off-by: Victor Fusco \u003cvictor@cetuc.puc-rio.br\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: Chas Williams \u003cchas@cmf.nrl.navy.mil\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c9e42614585dddd544a56907ff5fd5ca55411967",
      "tree": "ed518a75e4e7d95a11a87c4b9580762ae10bc707",
      "parents": [
        "5e8676d113a097e19d18492e85215f0f3cc86e43"
      ],
      "author": {
        "name": "Victor Fusco",
        "email": "victor@cetuc.puc-rio.br",
        "time": "Tue Jul 19 13:56:01 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 13:56:01 2005 -0700"
      },
      "message": "[ATM]: [firestream] fix the sparse warning \"implicit cast to nocast type\"\n\nSigned-off-by: Victor Fusco \u003cvictor@cetuc.puc-rio.br\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: Chas Williams \u003cchas@cmf.nrl.navy.mil\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5e8676d113a097e19d18492e85215f0f3cc86e43",
      "tree": "c49a03512ab5a8b8529552e49829f38a1a405886",
      "parents": [
        "e1bd232b641a0d0ef184a5154409ef38aebb3155"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Tue Jul 19 13:55:38 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 13:55:38 2005 -0700"
      },
      "message": "[ATM]: [he] remove linux/version.h include\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Chas Williams \u003cchas@cmf.nrl.navy.mil\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e1bd232b641a0d0ef184a5154409ef38aebb3155",
      "tree": "c60395cf79f0e17a247dc1291ed4f8bea0ad1aa5",
      "parents": [
        "322361b3712af97c19ab730b410f9ae5d9aad4c3"
      ],
      "author": {
        "name": "Marcelo Feitoza Parisi",
        "email": "marcelo@feitoza.com.br",
        "time": "Tue Jul 19 13:55:14 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 13:55:14 2005 -0700"
      },
      "message": "[ATM]: [idt77252] use time_after() macro\n\nSigned-off-by: Marcelo Feitoza Parisi \u003cmarcelo@feitoza.com.br\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: Chas Williams \u003cchas@cmf.nrl.navy.mil\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "322361b3712af97c19ab730b410f9ae5d9aad4c3",
      "tree": "f78cc2a5017cffbccdabefa11bf76c0ec34d3908",
      "parents": [
        "43f51fce0a637e6cdf1285b0fa09b8398ff14834"
      ],
      "author": {
        "name": "Chas Williams",
        "email": "chas@cmf.nrl.navy.mil",
        "time": "Tue Jul 19 13:54:44 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jul 19 13:54:44 2005 -0700"
      },
      "message": "[ATM]: allow bind() on point-to-multpoint svcs (from Martin Whitaker \u003cmartin_whitaker@ntlworld.com\u003e)\n\nSigned-off-by: Chas Williams \u003cchas@cmf.nrl.navy.mil\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    }
  ],
  "next": "43f51fce0a637e6cdf1285b0fa09b8398ff14834"
}
