)]}'
{
  "log": [
    {
      "commit": "0cc13a5442901835192ba47427f0f4e4d525d935",
      "tree": "286340e5de10bba4e825c2b7820d9d960d3d8f4c",
      "parents": [
        "272cd2b71d478371e0a5bf2c76a1e50cbf178698"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Sep 29 00:12:13 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 29 08:46:27 2005 -0700"
      },
      "message": "[PATCH] ia64 basic __user annotations\n\n - document places where we pass kernel address to low-level primitive\n   that deals with kernel/user addresses\n - uintptr_t is unsigned long, not long\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "272cd2b71d478371e0a5bf2c76a1e50cbf178698",
      "tree": "390c40699d331ff0986c4f50249d1b2d02736c82",
      "parents": [
        "2ad4f86b60b649fd7428265c08d73a3bd360c81b"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Sep 29 00:10:01 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 29 08:46:26 2005 -0700"
      },
      "message": "[PATCH] arm/rpc iomem annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2ad4f86b60b649fd7428265c08d73a3bd360c81b",
      "tree": "827d9076685968dc03d4b59d9d419b3f4b188693",
      "parents": [
        "775b048d09c85d87a65a7ccd9c4f9372953a5d95"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Sep 29 00:09:02 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 29 08:46:26 2005 -0700"
      },
      "message": "[PATCH] arm/versatile iomem annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "775b048d09c85d87a65a7ccd9c4f9372953a5d95",
      "tree": "ebe25d3a9296bf38368116c82a5adae2fc167af9",
      "parents": [
        "87e0f3dbd3693bc4583474ab191cbdd5e3d9d0fa"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Sep 29 00:07:29 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 29 08:46:26 2005 -0700"
      },
      "message": "[PATCH] cyblafb: portability fixes, sanitized work with pointers\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nAcked-by: Knut Petersen \u003cKnut_Petersen@t-online.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "87e0f3dbd3693bc4583474ab191cbdd5e3d9d0fa",
      "tree": "a5237a18e01b4a72359f869617524620c517561c",
      "parents": [
        "666002218d59db271e5c1ede1d80227170c51987"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Thu Sep 29 00:05:58 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 29 08:46:26 2005 -0700"
      },
      "message": "[PATCH] n_r3964: drop bogus fmt casts\n\n - print pointers with %p\n - casting pointer structure field to int and printing it with %d...\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "666002218d59db271e5c1ede1d80227170c51987",
      "tree": "1fadcb278c817ce56a653e5c3c58637f5056feec",
      "parents": [
        "ecba97d4aacf4e80c56eb73e39af0369cb8539a4"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Wed Sep 28 22:32:57 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 29 08:46:26 2005 -0700"
      },
      "message": "[PATCH] proc_mkdir() should be used to create procfs directories\n\nA bunch of create_proc_dir_entry() calls creating directories had crept\nin since the last sweep; converted to proc_mkdir().\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ecba97d4aacf4e80c56eb73e39af0369cb8539a4",
      "tree": "79b845eb73b34e75d9f53fae17e53bd264595960",
      "parents": [
        "54bb5675a6e966a58755ac44e3407f8ec2272b82"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Wed Sep 28 22:27:23 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 29 08:46:26 2005 -0700"
      },
      "message": "[PATCH] uml makefiles sanitized\n\nUML makefiles sanitized:\n - number of generated headers reduced to 2 (from user-offsets.c and\n   kernel-offsets.c resp.).  The rest is made constant and simply\n   includes those two.\n - mk_... helpers are gone now that we don\u0027t need to generate these\n   headers\n - arch/um/include2 removed since everything under arch/um/include/sysdep\n   is constant now and symlink can point straight to source tree.\n - dependencies seriously simplified.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "54bb5675a6e966a58755ac44e3407f8ec2272b82",
      "tree": "d613e03fbe389509fc8086c262b1773ba56874cd",
      "parents": [
        "1146bc743e074760ef0dd08b3457f35a68069a54"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Wed Sep 28 19:29:59 2005 +0200"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Wed Sep 28 20:11:30 2005 +0200"
      },
      "message": "[PATCH] pcmcia: only start up nonstatic sockets if both mem and io are available\n\nOnly start up nonstatic sockets if both IO and MEM resources are available.\nThanks to Russell King and Matthew Wilcox for tracking this down.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n"
    },
    {
      "commit": "1146bc743e074760ef0dd08b3457f35a68069a54",
      "tree": "db9ca4e89087f2a3d26319f5b637f958b669c414",
      "parents": [
        "664cceb0093b755739e56572b836a99104ee8a75"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Wed Sep 28 19:28:37 2005 +0200"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Wed Sep 28 20:11:26 2005 +0200"
      },
      "message": "[PATCH] pcmcia: allow one port excludes\n\nAllow for excluding only one port in /etc/pcmcia/config.otps\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n"
    },
    {
      "commit": "664cceb0093b755739e56572b836a99104ee8a75",
      "tree": "dbaa3ab802803879f29532db4d8a91a54294cf88",
      "parents": [
        "5134fc15b643dc36eb9aa77e4318b886844a9ac5"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Wed Sep 28 17:03:15 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 09:10:47 2005 -0700"
      },
      "message": "[PATCH] Keys: Add possessor permissions to keys [try #3]\n\nThe attached patch adds extra permission grants to keys for the possessor of a\nkey in addition to the owner, group and other permissions bits. This makes\nSUID binaries easier to support without going as far as labelling keys and key\ntargets using the LSM facilities.\n\nThis patch adds a second \"pointer type\" to key structures (struct key_ref *)\nthat can have the bottom bit of the address set to indicate the possession of\na key. This is propagated through searches from the keyring to the discovered\nkey. It has been made a separate type so that the compiler can spot attempts\nto dereference a potentially incorrect pointer.\n\nThe \"possession\" attribute can\u0027t be attached to a key structure directly as\nit\u0027s not an intrinsic property of a key.\n\nPointers to keys have been replaced with struct key_ref *\u0027s wherever\npossession information needs to be passed through.\n\nThis does assume that the bottom bit of the pointer will always be zero on\nreturn from kmem_cache_alloc().\n\nThe key reference type has been made into a typedef so that at least it can be\nlocated in the sources, even though it\u0027s basically a pointer to an undefined\ntype. I\u0027ve also renamed the accessor functions to be more useful, and all\nreference variables should now end in \"_ref\".\n\nSigned-Off-By: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5134fc15b643dc36eb9aa77e4318b886844a9ac5",
      "tree": "170339651303da0bb530c407300f09d3cd39caa2",
      "parents": [
        "2dd3c1df95fb29e9227f16ccd7d786d129e2b34d"
      ],
      "author": {
        "name": "Paul Jackson",
        "email": "pj@sgi.com",
        "time": "Wed Sep 28 06:42:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:58:51 2005 -0700"
      },
      "message": "[PATCH] cpuset read past eof memory leak fix\n\nDon\u0027t leak a page of memory if user reads a cpuset file past eof.\n\nSigned-off-by: KUROSAWA Takahiro \u003ckurosawa@valinux.co.jp\u003e\nSigned-off-by: Paul Jackson \u003cpj@sgi.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2dd3c1df95fb29e9227f16ccd7d786d129e2b34d",
      "tree": "60f05d91184e73d3e85b125f6e13ac0ceedc3231",
      "parents": [
        "5c382300876f2337f7b945c159ffcaf285f296ea",
        "a1c337afaf4ec4d4eabc75a5e1170d03161de4e1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:47:55 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:47:55 2005 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband\n"
    },
    {
      "commit": "5c382300876f2337f7b945c159ffcaf285f296ea",
      "tree": "d505f231c23d415f2609c6bf0ef7c196503dc161",
      "parents": [
        "0f9578b70a9f112bfb541e1d5ab486a376e64503"
      ],
      "author": {
        "name": "Alok N Kataria",
        "email": "alokk@calsoftinc.com",
        "time": "Tue Sep 27 21:45:46 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:42 2005 -0700"
      },
      "message": "[PATCH] kmalloc_node IRQ safety fix\n\nIn kmalloc_node we are checking if the allocation is for the same node when\ninterrupts are \"on\".  This may lead to an allocation on another node than\nintended.\n\nThis patch just shifts the check for the current node in __cache_alloc_node\nwhen interrupts are disabled.\n\nSigned-off-by: Alok N Kataria \u003calokk@calsoftinc.com\u003e\nAcked-by: Christoph Lameter \u003cclameter@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0f9578b70a9f112bfb541e1d5ab486a376e64503",
      "tree": "00e93df9f9920c43ace34e28298255dc8a0f9263",
      "parents": [
        "485ef69edefd7fc7f351c94d0d77b3ed8a242f7b"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Sep 27 21:45:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:42 2005 -0700"
      },
      "message": "[PATCH] ppc64: More hugepage fixes\n\nMy previous patch fixing invalidation of huge PTEs wasn\u0027t good enough, we\nstill had an issue if a PTE invalidation batch contained both small and\nlarge pages.  This patch fixes this by making sure the batch is flushed if\nthe page size fed to it changes.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "485ef69edefd7fc7f351c94d0d77b3ed8a242f7b",
      "tree": "597d4529ae29a56fe433399ce840d3cdce7b1680",
      "parents": [
        "269fd2a6f84828fd96218d164dace8c413fa5c03"
      ],
      "author": {
        "name": "Alasdair G Kergon",
        "email": "agk@redhat.com",
        "time": "Tue Sep 27 21:45:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:42 2005 -0700"
      },
      "message": "[PATCH] device-mapper: Fix queue_if_no_path initialisation\n\nWhen creating a multipath device, if the queue_if_no_path parameter is\nspecified it gets ignored.\n\nWhile the queue_if_no_path variable is correctly set to 1, the\nsaved_queue_if_no_path gets set to 0.  When the device is subsequently made\nlive (resumed), the saved value (0) always overwrites the live value (1) so\nthe option *always* gets turned off.\n\nThe fix adds a parameter to the queue_if_no_path() function to indicate\nwhether the previous value should be preserved or not - if not, as when the\ndevice is being set up, the saved value is set to the new value (1).\n\nSigned-Off-By: Alasdair G Kergon \u003cagk@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "269fd2a6f84828fd96218d164dace8c413fa5c03",
      "tree": "20496da0d4e5c5a6096a0e690b5b603ace6f7baf",
      "parents": [
        "0f7347c20c410c300be0db4c132945fd02e54110"
      ],
      "author": {
        "name": "goggin, edward",
        "email": "egoggin@emc.com",
        "time": "Tue Sep 27 21:45:44 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:42 2005 -0700"
      },
      "message": "[PATCH] device-mapper: Trigger an event when a table is deleted\n\nIf anything is waiting on a device\u0027s table when the device is removed, we\nmust first wake it up so it will release its reference.  Otherwise the\ntable\u0027s reference count will not drop to zero and the table will not get\nremoved.\n\nSigned-Off-By: Alasdair G Kergon \u003cagk@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0f7347c20c410c300be0db4c132945fd02e54110",
      "tree": "8f8a059eaed60c6d4f98a62f7dde447d4a76b9e3",
      "parents": [
        "f65a4d10c8a4eb9f919cf416e5dcd720b7d20f50"
      ],
      "author": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Tue Sep 27 21:45:43 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:41 2005 -0700"
      },
      "message": "[PATCH] swsusp: avoid problems if there are too many pages to save\n\nThe following patch makes swsusp avoid problems during resume if there are\ntoo many pages to save on suspend.  It adds a constant that allows us to\nverify if we are going to save too many pages and implements the check\n(this is done as early as we can tell that the check will trigger, which is\nin swsusp_alloc()).\n\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nAcked-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f65a4d10c8a4eb9f919cf416e5dcd720b7d20f50",
      "tree": "71bb423f5c16dddcb16c5ec9ca431f8658ace866",
      "parents": [
        "b3ca80935100af47f226be439cb266378dab7bf7"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Sep 27 21:45:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:41 2005 -0700"
      },
      "message": "[PATCH] orinoco: Fix flood of kernel log with stupid WE warnings\n\nLatest wireless extensions moved a field from netdev -\u003e wireless_handlers.\nThe WE core will now printk a warning on every call to get_wireless_stats()\non a driver that still uses the old field.  This patch fixes orinoco.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b3ca80935100af47f226be439cb266378dab7bf7",
      "tree": "8633bb97958ccc79a5f7a96d391aaca1bab926cd",
      "parents": [
        "ed90fb4a19956cece996eb1d26534f592918730e"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Tue Sep 27 21:45:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:41 2005 -0700"
      },
      "message": "[PATCH] ppc64: Add missing barrier() in kexec code\n\nMikey and I were testing kexec and hit a lockup.  It turns out gcc 4.0\noptimises the kexec_prepare_cpus loop so we avoid reloading paca.hw_cpu_id.\n A gcc barrier() fixes the problem.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ed90fb4a19956cece996eb1d26534f592918730e",
      "tree": "4338f247d95cc6fb3e881d8119ace746b6d299cd",
      "parents": [
        "6c132b5fe6579ed4b4892c02fe6c05f7e3afc579"
      ],
      "author": {
        "name": "Paul Jackson",
        "email": "pj@sgi.com",
        "time": "Tue Sep 27 21:45:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:41 2005 -0700"
      },
      "message": "[PATCH] cpuset maintainers\n\nSpecify the cpuset maintainers.\n\nSigned-off-by: Paul Jackson \u003cpj@sgi.com\u003e\nSigned-off-by: Simon Derr \u003csimon.derr@bull.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6c132b5fe6579ed4b4892c02fe6c05f7e3afc579",
      "tree": "4dd6236d24fdd9aec545b8feb51516bbf052c12e",
      "parents": [
        "a9d014afc3609e3094fd06176380ed057edd4a1b"
      ],
      "author": {
        "name": "john stultz",
        "email": "johnstul@us.ibm.com",
        "time": "Tue Sep 27 21:45:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:41 2005 -0700"
      },
      "message": "[PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs\n\nThis should resolve the issue seen in bugme bug #5105, where it is assumed\nthat dualcore x86_64 systems have synced TSCs.  This is not the case, and\nalternate timesources should be used instead.\n\nFor more details, see:\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d5105\n\nAndi\u0027s earlier concerns that the TSCs should be synced on dualcore systems\nhave been resolved by confirmation from AMD folks that they can be\nunsynced.\n\nAcked-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a9d014afc3609e3094fd06176380ed057edd4a1b",
      "tree": "655a49bf63f90cdbd4ff7822e54219a575d57bc2",
      "parents": [
        "f4208b9a9538baabad197276076bc1d4f52d42b9"
      ],
      "author": {
        "name": "Corey Minyard",
        "email": "minyard@acm.org",
        "time": "Tue Sep 27 21:45:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:41 2005 -0700"
      },
      "message": "[PATCH] Add IPMI poweroff control to sysfs\n\nPut the IPMI poweroff_powercycle parameter into sysfs.  This field is\ndynamically settable and is valuable to have in sysfs.\n\nSigned-off-by: Corey Minyard \u003cminyard@acm.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f4208b9a9538baabad197276076bc1d4f52d42b9",
      "tree": "a13d24a36d77d948c47b8f948cd426aa84da42ff",
      "parents": [
        "f36462f078403c1859a7e58177b28e01b3a179e4"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Sep 27 21:45:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:41 2005 -0700"
      },
      "message": "[PATCH] ppc: fix stupid thinko in oprofile fix\n\nI did something stupid in my oprofile fix, here\u0027s the obvious fix:\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f36462f078403c1859a7e58177b28e01b3a179e4",
      "tree": "48cc5b800e8fb6701a18135e015ebe57b4f1be60",
      "parents": [
        "e3306dd5f7eb2e699f36a4a313fca4b48b18d5e1"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Tue Sep 27 21:45:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:41 2005 -0700"
      },
      "message": "[PATCH] Ignore trailing whitespace on kernel parameters correctly\n\nDave Jones says:\n\n... if the modprobe.conf has trailing whitespace, modules fail to load\nwith the following helpful message..\n\n\tsnd_intel8x0: Unknown parameter `\u0027\n\nPrevious version truncated last argument.\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e3306dd5f7eb2e699f36a4a313fca4b48b18d5e1",
      "tree": "2b9a02d3b5b4fdd421267ff7c925222a5caddb79",
      "parents": [
        "f2d613799af915da1fd78463ba8ec5086a0d6f92"
      ],
      "author": {
        "name": "Davide Libenzi",
        "email": "davidel@xmailserver.org",
        "time": "Tue Sep 27 21:45:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:41 2005 -0700"
      },
      "message": "[PATCH] epoll: handle timeout overflow\n\nHandle the timeout upper boundary for epoll.\n\nSigned-off-by: Davide Libenzi \u003cdavidel@xmailserver.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f2d613799af915da1fd78463ba8ec5086a0d6f92",
      "tree": "dba02c1108bd9e101ce4986c458a2fa2a400eb56",
      "parents": [
        "254b54771cc4c00002f796be65d2885191dca9dc"
      ],
      "author": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Tue Sep 27 21:45:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:40 2005 -0700"
      },
      "message": "[PATCH] swsusp: prevent possible memory leak\n\nPrevent swsusp from leaking some memory in case of an error in\nread_pagedir().  It also prevents the BUG_ON() from triggering if there\u0027s\nan error while reading swap.\n\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nAcked-by: Pavel Machek \u003cpavel@ucw.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "254b54771cc4c00002f796be65d2885191dca9dc",
      "tree": "bb9503e93d40da3f5a19aa2db45f3e31338e5a63",
      "parents": [
        "249a6771afcdfaca0ac178f63343aff2c4dc2853"
      ],
      "author": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Tue Sep 27 21:45:31 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:40 2005 -0700"
      },
      "message": "[PATCH] swsusp: remove wrong code from data_free\n\nThe following patch removes some wrong code from the data_free() function\nin swsusp.\n\nThis function could only be called if there\u0027s an error while writing the\nsuspend image to swap, so it is not triggered easily.  However, if\ntriggered, it would probably corrupt some memory.\n\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nAcked-by: Pavel Machek \u003cpavel@ucw.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "249a6771afcdfaca0ac178f63343aff2c4dc2853",
      "tree": "7a3c940650dc10a7c57f1a907ec7c7c470eba662",
      "parents": [
        "88bdcc5d5e9a7ea280f99262f48b70aba9d949bf"
      ],
      "author": {
        "name": "Peter Osterlund",
        "email": "petero2@telia.com",
        "time": "Tue Sep 27 21:45:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:40 2005 -0700"
      },
      "message": "[PATCH] pktcdvd: MAINTAINERS record\n\nAdd a MAINTAINERS entry for the pktcdvd driver.\n\nSigned-off-by: Peter Osterlund \u003cpetero2@telia.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "88bdcc5d5e9a7ea280f99262f48b70aba9d949bf",
      "tree": "2543d9a35e2ae0e6ff577065edd577ed5b1dfdb1",
      "parents": [
        "0b8dd17762194ec77066d339e0b2866b0c66b715"
      ],
      "author": {
        "name": "Jon Burgess",
        "email": "jburgess@uklinux.net",
        "time": "Tue Sep 27 21:45:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:40 2005 -0700"
      },
      "message": "[PATCH] dvb: fix NULL pointer dereference when loading the budget-av module\n\nRalph Metzler wrote:\n\u003e AFAIR, there is a bug in tda10021.c in tda10021_readreg() which\n\u003e references state-\u003efrontend.dvb-\u003enum\n\u003e This is fatal if the frontend is not at the probed address and thus\n\u003e not yet registered (no dvb entry set yet -\u003e NULL pointer ...).\n\nThe attached patch should get rid of the oops.\n\nSigned-off-by: Jon Burgess \u003cjburgess@uklinux.net\u003e\nCc: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0b8dd17762194ec77066d339e0b2866b0c66b715",
      "tree": "710bb489487c83fc03008228080d47f08662cc9f",
      "parents": [
        "dc7b5fd6b0d3beb41f9e5e3a94dd1eadf52209f3"
      ],
      "author": {
        "name": "Latchesar Ionkov",
        "email": "lucho@ionkov.net",
        "time": "Tue Sep 27 21:45:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:40 2005 -0700"
      },
      "message": "[PATCH] v9fs: fix races in fid allocation\n\nFid management cleanup.  The patch attempts to fix the races in dentry\u0027s\nfid management.\n\nDentries don\u0027t keep the opened fids anymore, they are moved to the file\nstructs.  Ideally there should be no more than one fid with fidcreate equal\nto zero in the dentry\u0027s list of fids.\n\nv9fs_fid_create initializes the important fields (fid, fidcreated) before\nv9fs_fid is added to the list.  v9fs_fid_lookup returns only fids that are\nnot created by v9fs_create.  v9fs_fid_get_created returns the fid created\nby the same process by v9fs_create (if any) and removes it from dentry\u0027s\nlist\n\nSigned-off-by: Latchesar Ionkov \u003clucho@ionkov.net\u003e\nCc: Eric Van Hensbergen \u003cericvh@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dc7b5fd6b0d3beb41f9e5e3a94dd1eadf52209f3",
      "tree": "4ec658a634151c19af2f9b2b184aaa22949ef1a3",
      "parents": [
        "9ed6c2fb34a1fb493caec8a9644d05bb880a6923"
      ],
      "author": {
        "name": "Chris Sykes",
        "email": "chris@sigsegv.plus.com",
        "time": "Tue Sep 27 21:45:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:40 2005 -0700"
      },
      "message": "[PATCH] Fix ext3_new_inode() failure paths\n\nFix failure paths in ext3_new_inode() and clean up duplicated code: -\nDQUOT_DROP() was not being called if ext3_init_security() failed.\n\nSigned-off-by: Chris Sykes \u003cchris@sigsegv.plus.com\u003e\nCc: Stephen Smalley \u003csds@epoch.ncsc.mil\u003e\nCc: Jan Kara \u003cjack@ucw.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9ed6c2fb34a1fb493caec8a9644d05bb880a6923",
      "tree": "17dddf69de7c856a1f8d81a8a8709bc1640aecf5",
      "parents": [
        "ee4e52719ce474af339f4b81ece2ce9ecf920dfd"
      ],
      "author": {
        "name": "Chris Sykes",
        "email": "chris@sigsegv.plus.com",
        "time": "Tue Sep 27 21:45:22 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:40 2005 -0700"
      },
      "message": "[PATCH] Fix ext2_new_inode() failure paths\n\nFix failure paths in ext2_new_inode() and clean up duplicated code: -\nDQUOT_DROP() was not being called if ext2_init_security() failed.\n\nSigned-off-by: Chris Sykes \u003cchris@sigsegv.plus.com\u003e\nCc: Stephen Smalley \u003csds@epoch.ncsc.mil\u003e\nCc: Jan Kara \u003cjack@ucw.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ee4e52719ce474af339f4b81ece2ce9ecf920dfd",
      "tree": "ffcc4b530d1cc88d35b665b7efcfc93a0044800f",
      "parents": [
        "909021ea7a8f4ef13af54935b87b03a20906e08a"
      ],
      "author": {
        "name": "Miklos Szeredi",
        "email": "miklos@szeredi.hu",
        "time": "Tue Sep 27 21:45:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:40 2005 -0700"
      },
      "message": "[PATCH] fuse: check reserved node ID values\n\nThis patch checks reserved node ID values returned by lookup and creation\noperations.  In case one of the reserved values is sent, return -EIO.\n\nSigned-off-by: Miklos Szeredi \u003cmiklos@szeredi.hu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "909021ea7a8f4ef13af54935b87b03a20906e08a",
      "tree": "648136fc96e39cc47626aa2c5eb74f5a658426ae",
      "parents": [
        "8b1f3124618b54cf125dea3a074b9cf469117723"
      ],
      "author": {
        "name": "Miklos Szeredi",
        "email": "miklos@szeredi.hu",
        "time": "Tue Sep 27 21:45:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:40 2005 -0700"
      },
      "message": "[PATCH] fuse: add required version info\n\nAdd information about required version of the userspace library/utilities\nto Documentation/Changes.  Also add pointer to this and to FUSE\ndocumentation from Kconfig.\n\nThanks to Anton Altaparmakov for the reminder.\n\nSigned-off-by: Miklos Szeredi \u003cmiklos@szeredi.hu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8b1f3124618b54cf125dea3a074b9cf469117723",
      "tree": "19ef8a7fe9cc5b1c46dc973ea151edab4aba2b8a",
      "parents": [
        "95001ee9256df846e374f116c92ca8e0beec1527"
      ],
      "author": {
        "name": "Nick Piggin",
        "email": "nickpiggin@yahoo.com.au",
        "time": "Tue Sep 27 21:45:18 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 28 07:46:40 2005 -0700"
      },
      "message": "[PATCH] mm: move_pte to remap ZERO_PAGE\n\nMove the ZERO_PAGE remapping complexity to the move_pte macro in\nasm-generic, have it conditionally depend on\n__HAVE_ARCH_MULTIPLE_ZERO_PAGE, which gets defined for MIPS.\n\nFor architectures without __HAVE_ARCH_MULTIPLE_ZERO_PAGE, move_pte becomes\na noop.\n\nFrom: Hugh Dickins \u003chugh@veritas.com\u003e\n\nFix nasty little bug we\u0027ve missed in Nick\u0027s mremap move ZERO_PAGE patch.\nThe \"pte\" at that point may be a swap entry or a pte_file entry: we must\ncheck pte_present before perhaps corrupting such an entry.\n\nPatch below against 2.6.14-rc2-mm1, but the same bug is in 2.6.14-rc2\u0027s\nmm/mremap.c, and more dangerous there since it\u0027s affecting all arches: I\nthink the safest course is to send Nick\u0027s patch and Yoichi\u0027s build fix and\nthis fix (build tested) on to Linus - so only MIPS can be affected.\n\nSigned-off-by: Nick Piggin \u003cnpiggin@suse.de\u003e\nSigned-off-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a1c337afaf4ec4d4eabc75a5e1170d03161de4e1",
      "tree": "a0d90a032233b63c93f3053ee2e9f9ea86e3ee9c",
      "parents": [
        "f02b16bea2d8411b21a531fc381e066985895387"
      ],
      "author": {
        "name": "Jack Morgenstein",
        "email": "jackm@mellanox.co.il",
        "time": "Tue Sep 27 13:54:44 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Tue Sep 27 13:54:44 2005 -0700"
      },
      "message": "[IB] mthca: fix hw_ver value returned from mthca_query_device\n\nThe IB spec defines the field to be 32 bits, not 16 bits.\n\nSigned-off-by: Jack Morgenstein \u003cjackm@mellanox.co.il\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "95001ee9256df846e374f116c92ca8e0beec1527",
      "tree": "ef682e01be51423592d19c5c9425363ef3881ca7",
      "parents": [
        "63906e41fe70fe8a376c5887429448272a0ee7d4",
        "0dc461069879b45a2d5333bd16990f8080a318fd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 27 13:33:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 27 13:33:25 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6\n"
    },
    {
      "commit": "63906e41fe70fe8a376c5887429448272a0ee7d4",
      "tree": "38129b935e279d1e127eed4ad20fcfeb60187602",
      "parents": [
        "59175839783287d3b03f18460bb3539c69300837",
        "c8a6c2963982c68475f409aeee21aa80b923cb9c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 27 13:32:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 27 13:32:33 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "59175839783287d3b03f18460bb3539c69300837",
      "tree": "8abf324e8c8621d82774bb92a981a0629ae77944",
      "parents": [
        "5c1f4cac6ff75a4a602bae960a054ed3df7e9765"
      ],
      "author": {
        "name": "Krzysztof Benedyczak",
        "email": "golbi@mat.uni.torun.pl",
        "time": "Tue Sep 27 22:21:36 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 27 13:30:45 2005 -0700"
      },
      "message": "[PATCH] Make POSIX message queue sys_mq_open() honor umask\n\nWe ignored umask when creating new queues via mq_open (when creating\nwith open() on mqueue fs it is ok of course).  According to the\nspecification this a bug.  This trivial patch fixes this.\n\nSigned-off-by: Krzysztof Benedyczak \u003cgolbi@mat.uni.torun.pl\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c8a6c2963982c68475f409aeee21aa80b923cb9c",
      "tree": "781fe0d6bfcf836c898f99ab8a50929247c614ca",
      "parents": [
        "f9804ddbeec2ea709255830a8822bfb4e7584f6a"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Sep 27 12:13:38 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Sep 27 12:13:38 2005 -0700"
      },
      "message": "[TG3]: Update driver version and release date.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f9804ddbeec2ea709255830a8822bfb4e7584f6a",
      "tree": "09aad8dd07b795540a718bb48f6f1c1a7f1c496d",
      "parents": [
        "c94e39418ab6eccf863581f4e0d847da0080b2d3"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Tue Sep 27 12:13:10 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Sep 27 12:13:10 2005 -0700"
      },
      "message": "[TG3]: misc. fixes\n\nFix interrupt test handler by adding check for IRQ assertion in\nPCI_STATE register in addition to the status block updated bit.\n\nAdd test for valid ethernet address in tg3_set_mac_addr().\n\nAdd tg3_bus_string() to setup the PCI bus speed/width string for all\nPCI/PCIX/PCI Express devices. This is used to print the bus type\nduring init_one().\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c94e39418ab6eccf863581f4e0d847da0080b2d3",
      "tree": "d7b38279d14d93160ffaed214898973fb2062061",
      "parents": [
        "667347f1ca7e099f6833551f194cf2bcc778871b"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Tue Sep 27 12:12:42 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Sep 27 12:12:42 2005 -0700"
      },
      "message": "[TG3]: 5780 PHY fixes\n\nFix 5780 PHY related problems:\n\n1. MAC_RX_MODE reset must be done before setting up the MAC_MODE\n   register on 5705_PLUS chips or the chip will stop receiving after\n   a while. The MAC_RX_MODE reset is needed to prevent intermittently\n   losing the first receive packet on serdes chips.\n\n2. Skip MAC loopback test on 5780 because of hardware errata. Normal\n   traffic including PHY loopback is not affected by the errata.\n\n3. PHY loopback fails intermittently on 5708S and this is fixed by\n   putting the PHY in loopback mode first before programming the MAC\n   mode register. A MAC_RX_MODE reset is also added.\n\n4. Return -EINVAL in tg3_nway_reset() if device is in TBI mode. Allow\n   nway_reset if 5780S is in parallel detect mode.\n\n5. Add missing PHY IDs in KNOWN_PHY_ID() macro.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "667347f1ca7e099f6833551f194cf2bcc778871b",
      "tree": "6478c6911e69a62b10ad3599d0294372905f5b2d",
      "parents": [
        "56e9b263242ca80a70abd8831343b268315c27dc"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Sep 27 12:07:44 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Sep 27 12:07:44 2005 -0700"
      },
      "message": "[NEIGH]: Add debugging check when adding timers.\n\nIf we double-add a neighbour entry timer, which should be\nimpossible but has been reported, dump the current state of\nthe entry so that we can debug this.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f02b16bea2d8411b21a531fc381e066985895387",
      "tree": "e129e595b978238b2f2c9966acab0cc8a761e0ad",
      "parents": [
        "63c47c286d062d93e0501d60797274c84a587e97"
      ],
      "author": {
        "name": "Michael S. Tsirkin",
        "email": "mst@mellanox.co.il",
        "time": "Mon Sep 26 21:12:26 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Sep 26 21:12:26 2005 -0700"
      },
      "message": "[IB] mthca: Round up number of slots in HCA context memory table\n\nWhen allocating a table for mem-free HCA context, don\u0027t assume that\nobj_size * nobj is an even multiple of MTHCA_TABLE_CHUNK_SIZE.  In\nparticular, make sure we allocate at least one slot even if the table\nis smaller than MTHCA_TABLE_CHUNK_SIZE.\n\nSigned-off-by: Michael S. Tsirkin \u003cmst@mellanox.co.il\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "5c1f4cac6ff75a4a602bae960a054ed3df7e9765",
      "tree": "31b0b05a41345e9dbf802a309ddf21eb506e8550",
      "parents": [
        "c6a519d2aac024d8ca5658bddd78af474b274e4b",
        "56e9b263242ca80a70abd8831343b268315c27dc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 26 18:33:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 26 18:33:26 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "c6a519d2aac024d8ca5658bddd78af474b274e4b",
      "tree": "e4af2a089c9722a9314aa1e965147b9d200ffe70",
      "parents": [
        "bf0cbb3e4264e9d6493af757f63d4b0527d21eab",
        "819ccc86a43739e0cf443b6d6641a8722869be01"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 26 18:32:48 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 26 18:32:48 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "bf0cbb3e4264e9d6493af757f63d4b0527d21eab",
      "tree": "61903263aa73f98d0d6d7fbc77013080b0eb8856",
      "parents": [
        "0b1556945475e8529328edf98ff0d201ed133edb",
        "4fb7edce52e5b6cf41e3375822d74a27f0b6f2dd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 26 18:31:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 26 18:31:36 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6\n"
    },
    {
      "commit": "0b1556945475e8529328edf98ff0d201ed133edb",
      "tree": "2093425c89eae4ab7dbb9be70c2efb8d084ced2a",
      "parents": [
        "a880948b2b88c05af9a471ca5c52883e64d3f7b8"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Mon Sep 26 07:49:27 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 26 18:29:50 2005 -0700"
      },
      "message": "[PATCH] missing dependency on arm O\u003d builds\n\n\tarm maketools needs include/asm-arm in place in the build tree.\nOn normal builds it\u0027s always there, of course, but on O\u003d it\u0027s created\n(by generic code) too late - when we get to asm-offset.h.\n\n\tWe used to get away with that by accident - creation of\ninclude/asm-arm/arch symlink creates include/asm-arm and it happened\nto go before maketools.  However, we did not have such dependency,\nso that luck didn\u0027t last - now maketools is picked first and we are screwed.\n\n\tBoth the symlink and maketools are prerequisites of the same\ntarget (archprepare).  This fix is obvious - make the latter explicitly\ndepend on the former and be done with that.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a880948b2b88c05af9a471ca5c52883e64d3f7b8",
      "tree": "d4329f5c54a7bd7e57699a8c194446109a6f6047",
      "parents": [
        "c74dbac71419cdeaca8cd637ee666d6947961695"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Mon Sep 26 06:19:28 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 26 18:29:50 2005 -0700"
      },
      "message": "[PATCH] m32r: more basic __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c74dbac71419cdeaca8cd637ee666d6947961695",
      "tree": "0d1a25a9a9d664d31fa2715be93b886b42bb0eb1",
      "parents": [
        "24558a0f7a00fccd19a6e6502956463f056ce90e"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Mon Sep 26 06:19:28 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 26 18:29:50 2005 -0700"
      },
      "message": "[PATCH] m32r: set CHECKFLAGS properly\n\nWe do _not_ need \"sparse\" in sparse arguments ;-)\n\nWhat we do need is __BIG_ENDIAN__; right now unconditional, when m32r\nstarts using CPU_LITTLE_ENDIAN, we\u0027ll need to adjust.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "24558a0f7a00fccd19a6e6502956463f056ce90e",
      "tree": "45d150a4e1855a19f1c575719d266112789f9451",
      "parents": [
        "ce3a161e693388aaa66d43d26156053311a39b7d"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Mon Sep 26 06:19:28 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 26 18:29:50 2005 -0700"
      },
      "message": "[PATCH] m32r: missing __iomem in ioremap() declaration\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ce3a161e693388aaa66d43d26156053311a39b7d",
      "tree": "dc70910ba6321c8aef0721909edc8141907ba595",
      "parents": [
        "7625d483a454cbc8090c5d304eea0847210d6b99"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Mon Sep 26 05:49:44 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 26 18:29:50 2005 -0700"
      },
      "message": "[PATCH] useless includes of linux/irq.h in arch/i386\n\n\tMost of these guys are simply not needed (pulled by other stuff\nvia asm-i386/hardirq.h).  One that is not entirely useless is hilarious -\narch/i386/oprofile/nmi_timer_int.c includes linux/irq.h... as a way to\nget linux/errno.h\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7625d483a454cbc8090c5d304eea0847210d6b99",
      "tree": "81d992fb9946564c7fabc614baa777337cbebe3b",
      "parents": [
        "e2fcc61ef0d654887b651bd99ffcb52f7344b836"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Mon Sep 26 05:25:59 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 26 18:29:49 2005 -0700"
      },
      "message": "[PATCH] missing asm/irq.h (cs89x0)\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0dc461069879b45a2d5333bd16990f8080a318fd",
      "tree": "d1f4b129750655352ac6a2ac1bee80fc95213a4f",
      "parents": [
        "c5bd50a9533533d7b9ac3469fa679b2368e7e26c"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 26 16:12:18 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 26 16:12:18 2005 -0700"
      },
      "message": "[SPARC64]: Do not do TLB pre-filling any more.\n\nIn order to do it correctly on UltraSPARC-III+ and later we\u0027d\nneed to add some complicated code to set the TAG access extension\nregister before loading the TLB.\n\nSince this optimization gives questionable gains, it\u0027s best to\njust remove it for now instead of adding the fix for Ultra-III+\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c5bd50a9533533d7b9ac3469fa679b2368e7e26c",
      "tree": "166aee9c0d1525ee8c4a7228015f2d4e37634c77",
      "parents": [
        "80dc0d6b44ce0f01df58d8899e46612690ed7d81"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 26 16:06:03 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 26 16:06:03 2005 -0700"
      },
      "message": "[SPARC64]: Simplify Spitfire D-cache page flush.\n\nIt tries to batch up the tag loads and comparisons, and\nthen the stores.  And this is just complicated instead\nof efficient.\n\nAlso, make the symbol of the Cheetah version more grepable.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "56e9b263242ca80a70abd8831343b268315c27dc",
      "tree": "19a4fe82be6725754a1b0a25638e693d994ac86d",
      "parents": [
        "188bab3ae0ed164bc18f98be932512d777dd038b",
        "8420e1b541fe92aee1d8d4d25d9e33eaca756a7b"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 26 15:29:31 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 26 15:29:31 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/llc-2.6\n"
    },
    {
      "commit": "188bab3ae0ed164bc18f98be932512d777dd038b",
      "tree": "58a4a77478e8abf0af5afa53dee6a6b1e5828387",
      "parents": [
        "b85daee0e497c8fe7c4dc3531674ede645b37cdf"
      ],
      "author": {
        "name": "Harald Welte",
        "email": "laforge@netfilter.org",
        "time": "Mon Sep 26 15:25:11 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 26 15:25:11 2005 -0700"
      },
      "message": "[NETFILTER]: Fix invalid module autoloading by splitting iptable_nat\n\nWhen you\u0027ve enabled conntrack and NAT as a module (standard case in all\ndistributions), and you\u0027ve also enabled the new conntrack netlink\ninterface, loading ip_conntrack_netlink.ko will auto-load iptable_nat.ko.\nThis causes a huge performance penalty, since for every packet you iterate\nthe nat code, even if you don\u0027t want it.\n\nThis patch splits iptable_nat.ko into the NAT core (ip_nat.ko) and the\niptables frontend (iptable_nat.ko).  Threfore, ip_conntrack_netlink.ko will\nonly pull ip_nat.ko, but not the frontend.  ip_nat.ko will \"only\" allocate\nsome resources, but not affect runtime performance.\n\nThis separation is also a nice step in anticipation of new packet filters\n(nf-hipac, ipset, pkttables) being able to use the NAT core.\n\nSigned-off-by: Harald Welte \u003claforge@netfilter.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b85daee0e497c8fe7c4dc3531674ede645b37cdf",
      "tree": "632a691e2ae8596584bad087c37e30079eab2f37",
      "parents": [
        "c62dba9011b93fd88fde929848582b2a98309878"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 26 15:23:58 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 26 15:23:58 2005 -0700"
      },
      "message": "[AF_PACKET]: Remove bogus checks added to packet_sendmsg().\n\nThese broke existing apps, and the checks are superfluous\nas the values being verified aren\u0027t even used.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c62dba9011b93fd88fde929848582b2a98309878",
      "tree": "66273f4c7f4fa1867d777904a88cb9e3a7bd27e1",
      "parents": [
        "acd042bb2de50d4e6fb969281a00cc8b8b71e46d"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Mon Sep 26 15:10:16 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 26 15:10:16 2005 -0700"
      },
      "message": "[IPV6]: Fix [Bug 5306] Oops on IPv6 route lookup\n\n\u003e Steps to reproduce:\n\u003e 1. Boot Linux, do NOT setup any IPv6 routes\n\u003e 2. ip route get 2001::1 (or any unroutable address)\n\nWell caught.  We never set rt6i_idev on ip6_null_entry.\nThis patch should make the problem go away.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nAcked-by: YOSHIFUJI Hideaki \u003cyoshfuji@linux-ipv6.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "acd042bb2de50d4e6fb969281a00cc8b8b71e46d",
      "tree": "c696f1c0bdbc6eabcb9c13d395abb73f0d08e129",
      "parents": [
        "b9d717a7b413f227ebb2d61d9c118335f7292137"
      ],
      "author": {
        "name": "Evgeniy Polyakov",
        "email": "johnpol@2ka.mipt.ru",
        "time": "Mon Sep 26 15:06:50 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 26 15:06:50 2005 -0700"
      },
      "message": "[CONNECTOR]: async connector mode.\n\nIf input message rate from userspace is too high, do not drop them,\nbut try to deliver using work queue allocation.\n\nFailing there is some kind of congestion control.\n\nIt also removes warn_on on this condition, which scares people.\n\nSigned-off-by: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b9d717a7b413f227ebb2d61d9c118335f7292137",
      "tree": "fc1bd234ab42678c08a06bcf72a92ea1497c69b6",
      "parents": [
        "8ddec7460d2f5db3ac35812c03676b1473d1d668"
      ],
      "author": {
        "name": "Alex Williamson",
        "email": "alex.williamson@hp.com",
        "time": "Mon Sep 26 14:28:02 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 26 14:28:02 2005 -0700"
      },
      "message": "[NET]: Make sure ctl buffer is aligned properly in sys_sendmsg().\n\nIt\u0027s on the stack and declared as \"unsigned char[]\", but pointers\nand similar can be in here thus we need to give it an explicit\nalignment attribute.\n\nSigned-off-by: Alex Williamson \u003calex.williamson@hp.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "63c47c286d062d93e0501d60797274c84a587e97",
      "tree": "7be7c3402e456ed857c5041cd5ee6a699f772701",
      "parents": [
        "44dd823b00fa64bf01e53557d28555011f122a88"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Sep 26 13:01:03 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Sep 26 13:01:03 2005 -0700"
      },
      "message": "[IB] uverbs: Close some exploitable races\n\nAl Viro pointed out that the current IB userspace verbs interface\nallows userspace to cause mischief by closing file descriptors before\nwe\u0027re ready, or issuing the same command twice at the same time.  This\npatch closes those races, and fixes other obvious problems such as a\nmodule reference leak.\n\nSome other interface bogosities will require an ABI change to fix\nproperly, so I\u0027m deferring those fixes until 2.6.15.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "819ccc86a43739e0cf443b6d6641a8722869be01",
      "tree": "c7161e1a629c6d70bc2ffb841b9c8f0e3ff6f0c2",
      "parents": [
        "6132f9e146150473f803323dc8064a5506e33952"
      ],
      "author": {
        "name": "Vincent Sanders",
        "email": "vince@kyllikki.org",
        "time": "Mon Sep 26 19:52:57 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 26 19:52:57 2005 +0100"
      },
      "message": "[ARM] 2936/1: ixp4xx default config fixes\n\nPatch from Vincent Sanders\n\nA recent patch which made IXP4xx mach_desc\u0027s depend on config options\nhad the effect of not building the kernel for several machines it\npossibly could be, this patch updates the default config to ensure all\npossible machines are built for by default.\n\nSigned-off-by: Vincent Sanders \u003cvince@arm.linux.org.uk\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6132f9e146150473f803323dc8064a5506e33952",
      "tree": "81bb5bd0c434d09b2523c5f280d377863a1c9205",
      "parents": [
        "cbf8fd9f5aa5164e05cb04d4a34fcbe82f60beeb"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "dvrabel@arcom.com",
        "time": "Mon Sep 26 19:52:56 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 26 19:52:56 2005 +0100"
      },
      "message": "[ARM] 2935/1: ixp4xx: fix warnings in ixp4xx_set_irq_type\n\nPatch from David Vrabel\n\nSigned-off-by: David Vrabel \u003cdvrabel@arcom.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "44dd823b00fa64bf01e53557d28555011f122a88",
      "tree": "7245a298b11123ef81ded5afb92f1c711d643fed",
      "parents": [
        "f7ed3a5971da98acdc506bdbdef25cfe51c334a2"
      ],
      "author": {
        "name": "Michael S. Tsirkin",
        "email": "mst@mellanox.co.il",
        "time": "Mon Sep 26 09:42:09 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Sep 26 09:42:09 2005 -0700"
      },
      "message": "[IB] mthca: Fix off by one bug in mthca_map_cmd\n\nThe loop in mthca_map_cmd() would fill one entry past the end of the\nmailbox buffer before calling the firmware command.\n\nSigned-off-by: Michael S. Tsirkin \u003cmst@mellanox.co.il\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "f7ed3a5971da98acdc506bdbdef25cfe51c334a2",
      "tree": "1e2cff00ff81b1a20be326d5b58e672846663102",
      "parents": [
        "018771f435388f22f388eb8658c652086fb3633e"
      ],
      "author": {
        "name": "Michael S. Tsirkin",
        "email": "mst@mellanox.co.il",
        "time": "Mon Sep 26 09:29:33 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Sep 26 09:38:34 2005 -0700"
      },
      "message": "[IB] mthca: fix off by one in clr_int calculation\n\nWe should use the first word of the clear interrupt register if\nthe bit we\u0027re after is \u003c 32, not \u003c 31.\n\nSigned-off-by: Michael S. Tsirkin \u003cmst@mellanox.co.il\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "018771f435388f22f388eb8658c652086fb3633e",
      "tree": "d18f3929acf5acff74a786f233ba8421bfe95c84",
      "parents": [
        "8ddec7460d2f5db3ac35812c03676b1473d1d668"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Wed Sep 21 21:40:12 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Sep 26 09:38:26 2005 -0700"
      },
      "message": "[IB] mthca: Fix doorbell record resource leak\n\nIf we allocate a bunch of doorbell records and then free them, we\u0027ll\nend up with completely empty pages, which we then free.  However, when\nwe come back to allocate more doorbell pages, we have to reallocate\nthose empty pages rather than always trying to take a slot that we\u0027ve\nnever used.  If we don\u0027t, we eventually use up every slot and fail to\nallocate a doorbell record, even though we have plenty of free space.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "e2fcc61ef0d654887b651bd99ffcb52f7344b836",
      "tree": "487b20d0e6ef4acf5db7a30028f28d30d15bccc7",
      "parents": [
        "e8c2cd99a3933d93413910bc93cbd5b53177110b"
      ],
      "author": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 26 17:02:41 2005 +0100"
      },
      "committer": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 26 17:02:41 2005 +0100"
      },
      "message": "NTFS: Re-fix sparse warnings in a more correct way, i.e. don\u0027t use an enum with\n      different types in it but #define the two constants instead.\n\nSigned-off-by: Anton Altaparmakov \u003caia21@cantab.net\u003e\n"
    },
    {
      "commit": "cbf8fd9f5aa5164e05cb04d4a34fcbe82f60beeb",
      "tree": "8f303f4c12d5ca3da20aac5d782656736366c126",
      "parents": [
        "5b58745203f16ab83e50f4a015eea84c416d9279"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Sep 26 15:30:20 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 26 15:30:20 2005 +0100"
      },
      "message": "[ARM] Remove SA_IRQNOMASK\n\nSA_IRQNOMASK is unused, remove it.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4fb7edce52e5b6cf41e3375822d74a27f0b6f2dd",
      "tree": "b8732f31a90fc4574127e7849295653980370b31",
      "parents": [
        "2570b746484cfddf4b7b4715dbb69d53d5284f4d"
      ],
      "author": {
        "name": "Kars de Jong",
        "email": "jongk@linux-m68k.org",
        "time": "Sun Sep 25 14:39:46 2005 +0200"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Sep 26 13:13:58 2005 +0200"
      },
      "message": "[PATCH] pcmcia: fix cross-platform issues with pcmcia module aliases\n\n- Added a missing TO_NATIVE call to scripts/mod/file2alias.c:do_pcmcia_entry()\n- Add an alignment attribute to struct pcmcia_device_no to solve an alignment\n  issue seen when cross-compiling on x86 for m68k.\n\nSigned-off-by: Kars de Jong \u003cjongk@linux-m68k.org\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n\n"
    },
    {
      "commit": "2570b746484cfddf4b7b4715dbb69d53d5284f4d",
      "tree": "0dda0a5bae045c311a5a384c5f90632d21d3b9b9",
      "parents": [
        "f9cb8b71e7d6c858b1afe665fd0a09169fdf4390"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Sat Sep 17 11:17:56 2005 +0200"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Sep 26 13:11:31 2005 +0200"
      },
      "message": "[PATCH] pcmcia: update ID for NinjaATA\n\nChristian Zoz reported there are multiple NinjaATA devices all sharing the\nsecond product ID string, but not the first one.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n\n"
    },
    {
      "commit": "f9cb8b71e7d6c858b1afe665fd0a09169fdf4390",
      "tree": "da6aa9b6456a6024a02913e8f193c5b2fdefa1b8",
      "parents": [
        "a42f0dc4376fc574980864f890d1527894719cde"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Sat Sep 24 23:12:46 2005 -0700"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Sep 26 13:11:29 2005 +0200"
      },
      "message": "[PATCH] yenta: more ENE bridges\n\nAdds better support for the CB-710, CB-712, CB-720 and CB-722 bridges from EnE\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n\n"
    },
    {
      "commit": "a42f0dc4376fc574980864f890d1527894719cde",
      "tree": "1676d457f735ac1643d70fe87157c8890e3952a0",
      "parents": [
        "6c1a10dba92cbacb58563f5eacf93807125b488a"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Sat Sep 24 23:12:44 2005 -0700"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Sep 26 13:11:28 2005 +0200"
      },
      "message": "[PATCH] pcmcia: new IDs for serial_cs\n\nAdd new ID to serial_cs.c; the CIS fimware override is available by the\nmanufacturer at http://www.sierrawireless.com .  Remember to name the CIS\nbinary SW_7xx_SER.cis and to put it into /lib/firmware/\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n\n"
    },
    {
      "commit": "6c1a10dba92cbacb58563f5eacf93807125b488a",
      "tree": "beba514dd10c205ad123997423ed97b88b92d87f",
      "parents": [
        "81000808b636b75a0ff5ef86c28f24fc6f5151eb"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Tue Sep 20 14:12:17 2005 -0700"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Sep 26 13:11:27 2005 +0200"
      },
      "message": "[PATCH] yenta: add support for more TI bridges\n\nSupport some more TI cardbus bridges.  most of them are multifunction\ndevices which adds 1394 controllers, smartcard readers etc.  this could\nalso help with the various problems with the XX21 controllers seen on the\nlinux-pcmcia list.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n\n"
    },
    {
      "commit": "81000808b636b75a0ff5ef86c28f24fc6f5151eb",
      "tree": "794f3c84a97b7ee774b1c34ff8f25fda6296894a",
      "parents": [
        "8e5d17ebe41eb98a538ef13aad36da5136701aab"
      ],
      "author": {
        "name": "Komuro",
        "email": "komurojun-mbn@nifty.com",
        "time": "Sat Sep 24 23:12:40 2005 -0700"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Sep 26 13:11:26 2005 +0200"
      },
      "message": "[PATCH] pcmcia: fix Kconfig dependency\n\nTCIC depends on ISA.  It is used with ISA-bus system only.\n\nSigned-off-by: komurojun-mbn@nifty.com\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n\n"
    },
    {
      "commit": "8e5d17ebe41eb98a538ef13aad36da5136701aab",
      "tree": "95a6ba3afade2d9c721e21046af00d16492b2d4f",
      "parents": [
        "a413c09094e4df714c274690928dcf8125daf7e8"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Wed Sep 07 16:00:28 2005 -0700"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Sep 26 13:11:25 2005 +0200"
      },
      "message": "[PATCH] yenta: tiny cleanup\n\npci_set_power_state is not needed, as we call pci_enable_device() somewhere\nelse.  Also, the resource we write to PCI_BASE_ADDRESS_0 needs to be converted\nto bus-centric view first.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n\n"
    },
    {
      "commit": "a413c09094e4df714c274690928dcf8125daf7e8",
      "tree": "fc7fcdbd1f85686638aa959a632cab0328abf47f",
      "parents": [
        "8c3520d4eb3b1bbf2e45fbae8dcfb8db06d5e775"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Wed Aug 24 17:03:23 2005 +0200"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Sep 26 13:11:24 2005 +0200"
      },
      "message": "[PATCH] yenta: don\u0027t mess with bridge control register\n\nIn interrupt probing (both ISA and PCI) the bridge control register is used\nto change interrupt routing to ISA or PCI by changing bit 7.  But this bit\nonly controls the routing of card functional interrupts, not the CSC\ninterrupts which are used for interrupt probing.\n\nA bad side effect of messing with this register in yenta_probe_irq() is\nthat it can lead to irq storms if a card is inserted and already powered by\nthe BIOS.\n\nUsage in yenta_sock_init() and yenta_config_init() seem to be fishy as well.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n\n"
    },
    {
      "commit": "8c3520d4eb3b1bbf2e45fbae8dcfb8db06d5e775",
      "tree": "df9b4f49e8f9ffa34657776be458fbd124b2e87b",
      "parents": [
        "8ddec7460d2f5db3ac35812c03676b1473d1d668"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Sun Aug 21 22:29:26 2005 -0700"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Sep 26 13:09:20 2005 +0200"
      },
      "message": "[PATCH] yenta: auto-tune EnE bridges for CardBus cards\n\nEcho Audio cardbus products are known to be incompatible with EnE bridges.\nin order to maybe solve the problem a EnE specific test bit has to be set,\nanother cleared...but other setups have a good chance to break when just\nforcing the bits.  so do the whole thingy automatically.\n\nThe patch adds a hook in cb_alloc() that allows special tuning for the\ndifferent chipsets.  for ene just match the Echo products and set/clear the\ntest bits, defaults to do the same thing as w/o the patch to not break\nworking setups.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nCc: Linus Torvalds \u003ctorvalds@osdl.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n\n"
    },
    {
      "commit": "e8c2cd99a3933d93413910bc93cbd5b53177110b",
      "tree": "ea4c1d63b1bdeb9ef1aacacad0ac9c7dc0768fdc",
      "parents": [
        "5a8c0cc32bb6e029cd9c36f655c6b0955b0d9967",
        "8ddec7460d2f5db3ac35812c03676b1473d1d668"
      ],
      "author": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 26 10:50:29 2005 +0100"
      },
      "committer": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 26 10:50:29 2005 +0100"
      },
      "message": "Merge branch \u0027master\u0027 of /home/src/linux-2.6/\n"
    },
    {
      "commit": "5a8c0cc32bb6e029cd9c36f655c6b0955b0d9967",
      "tree": "115b84c84ba7aa031c5db8f6e3988ba90f3849b9",
      "parents": [
        "838bf9675a3d1ede01408aa105357b9ab43faf1b"
      ],
      "author": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 26 10:48:54 2005 +0100"
      },
      "committer": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 26 10:48:54 2005 +0100"
      },
      "message": "NTFS: More $LogFile handling fixes: when chkdsk has been run, it can leave the\n      restart pages in the journal without multi sector transfer protection\n      fixups (i.e. the update sequence array is empty and in fact does not\n      exist).\n\nSigned-off-by: Anton Altaparmakov \u003caia21@cantab.net\u003e\n"
    },
    {
      "commit": "838bf9675a3d1ede01408aa105357b9ab43faf1b",
      "tree": "622f4e0e0628ababd604ef9a848b50d8a2b2e8b5",
      "parents": [
        "715dc636b64b57aee7aee7e8b5bf4f5267a6df48"
      ],
      "author": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 26 10:45:46 2005 +0100"
      },
      "committer": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 26 10:45:46 2005 +0100"
      },
      "message": "NTFS: Fix the definition of the CHKD ntfs record magic.  It had an off by\n      two error causing it to be CHKB instead of CHKD.\n\nSigned-off-by: Anton Altaparmakov \u003caia21@cantab.net\u003e\n"
    },
    {
      "commit": "80dc0d6b44ce0f01df58d8899e46612690ed7d81",
      "tree": "570b8e834c0fae0793bdf75dd2fd2516b0fabf4f",
      "parents": [
        "56425306517ef28a9b480161cdb96d182172bc1d"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 26 00:32:17 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 26 00:32:17 2005 -0700"
      },
      "message": "[SPARC64]: Probe D/I/E-cache config and use.\n\nAt boot time, determine the D-cache, I-cache and E-cache size and\nline-size.  Use them in cache flushes when appropriate.\n\nThis change was motivated by discovering that the D-cache on\nUltraSparc-IIIi and later are 64K not 32K, and the flushes done by the\nCheetah error handlers were assuming a 32K size.\n\nThere are still some pieces of code that are hard coding things and\nwill need to be fixed up at some point.\n\nWhile we\u0027re here, fix the D-cache and I-cache parity error handlers\nto run with interrupts disabled, and when the trap occurs at trap\nlevel \u003e 1 log the event via a counter displayed in /proc/cpuinfo.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "56425306517ef28a9b480161cdb96d182172bc1d",
      "tree": "204cfbef0e5d86954f87b6b40d79d57f8157e5ea",
      "parents": [
        "52f26deb7c67d5f34910660200b925c1a2b8df8c"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Sep 25 16:46:57 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Sep 25 16:46:57 2005 -0700"
      },
      "message": "[SPARC64]: Add CONFIG_DEBUG_PAGEALLOC support.\n\nThe trick is that we do the kernel linear mapping TLB miss starting\nwith an instruction sequence like this:\n\n\tba,pt\t\t%xcc, kvmap_load\n\t xor\t\t%g2, %g4, %g5\n\nsucceeded by an instruction sequence which performs a full page table\nwalk starting at swapper_pg_dir.\n\nWe first take over the trap table from the firmware.  Then, using this\nconstant PTE generation for the linear mapping area above, we build\nthe kernel page tables for the linear mapping.\n\nAfter this is setup, we patch that branch above into a \"nop\", which\nwill cause TLB misses to fall through to the full page table walk.\n\nWith this, the page unmapping for CONFIG_DEBUG_PAGEALLOC is trivial.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5b58745203f16ab83e50f4a015eea84c416d9279",
      "tree": "dd71a7f359dfce9f58c2076ad6c54bf92b7b024d",
      "parents": [
        "ef6bd6eb90ad72ee8ee7ba8b271f27102e9a90c1"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Sep 25 23:04:48 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Sep 25 23:04:48 2005 +0100"
      },
      "message": "[ARM] 2934/1: Anubis - fix VA offsets for CPLD registers\n\nPatch from Ben Dooks\n\nThe VA addresses of the Anubis CPLD registers\nconfoict with the addresses for the ISA space\nmaps used by the rest of the s3c2410 architecture\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": "52f26deb7c67d5f34910660200b925c1a2b8df8c",
      "tree": "cf3074fa1d1ac3d67f8b09b8f5f7e46a669b060d",
      "parents": [
        "898cf0ecb7959db97d71cbce19685ce73a28d47c"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Sep 24 23:06:14 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Sep 24 23:06:14 2005 -0700"
      },
      "message": "[SPARC64]: Fix mask formation in tomatillo_wsync_handler()\n\n\"1\" needs to be \"1UL\", this is a 64-bit mask we\u0027re creating.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8ddec7460d2f5db3ac35812c03676b1473d1d668",
      "tree": "58621a95af9bfcea83a20382659ef088d9921511",
      "parents": [
        "8689c07e47e928f8e329f667df8cf697a37425dd"
      ],
      "author": {
        "name": "Harald Welte",
        "email": "laforge@netfilter.org",
        "time": "Sat Sep 24 16:56:08 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Sep 24 16:56:08 2005 -0700"
      },
      "message": "[NETFILTER] ip_conntrack: Update event cache when status changes\n\nThe GRE, SCTP and TCP protocol helpers did not call\nip_conntrack_event_cache() when updating ct-\u003estatus.  This patch adds\nthe respective calls.\n\nSigned-off-by: Harald Welte \u003claforge@netfilter.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8689c07e47e928f8e329f667df8cf697a37425dd",
      "tree": "588c48af8de8530a0d1f6135cbdd32b3b1920f73",
      "parents": [
        "15166fadb0308496bbff50c08ed5fe6a18d5cc4f"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Sat Sep 24 16:55:17 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Sep 24 16:55:17 2005 -0700"
      },
      "message": "[IRDA]: *irttp cleanup\n\n* Remove useless comment.\n* Remove useless assertions.\n* Remove useless comparison.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "15166fadb0308496bbff50c08ed5fe6a18d5cc4f",
      "tree": "0a3fd6cd2224155fef9a7140d0d05f882771a3d8",
      "parents": [
        "45fc3b11f1d419ed6c636e5ca84472d9805f520e"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Sat Sep 24 16:54:50 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Sep 24 16:54:50 2005 -0700"
      },
      "message": "[IRDA]: Fix memory leak in irttp_init()\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "45fc3b11f1d419ed6c636e5ca84472d9805f520e",
      "tree": "77e836734bb3339fe0aad77dadc24075e1eca379",
      "parents": [
        "d67b24c40f81823abe5c1eb808bba1038969142b"
      ],
      "author": {
        "name": "Amos Waterland",
        "email": "apw@us.ibm.com",
        "time": "Sat Sep 24 16:53:16 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Sep 24 16:53:16 2005 -0700"
      },
      "message": "[NET]: Protect neigh_stat_seq_fops by CONFIG_PROC_FS\n\nFrom: Amos Waterland \u003capw@us.ibm.com\u003e\n\nIf CONFIG_PROC_FS is not selected, the compiler emits this warning:\n\n net/core/neighbour.c:64: warning: `neigh_stat_seq_fops\u0027 defined but not used\n\nWhich is correct, because neigh_stat_seq_fops is in fact only\ninitialized and used by code that is protected by CONFIG_PROC_FS.  So\nthis patch fixes that up.\n\nSigned-off-by: Amos Waterland \u003capw@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d67b24c40f81823abe5c1eb808bba1038969142b",
      "tree": "4aaaed47837f6ae7dc30f0d8a44211de3d057dbf",
      "parents": [
        "ef6bd6eb90ad72ee8ee7ba8b271f27102e9a90c1"
      ],
      "author": {
        "name": "Harald Welte",
        "email": "laforge@netfilter.org",
        "time": "Sat Sep 24 16:52:03 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Sep 24 16:52:03 2005 -0700"
      },
      "message": "[NETFILTER]: Fix ip[6]t_NFQUEUE Kconfig dependency\n\nWe have to introduce a separate Kconfig menu entry for the NFQUEUE targets.\nThey cannot \"just\" depend on nfnetlink_queue, since nfnetlink_queue could\nbe linked into the kernel, whereas iptables can be a module.\n\nSigned-off-by: Harald Welte \u003claforge@netfilter.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ef6bd6eb90ad72ee8ee7ba8b271f27102e9a90c1",
      "tree": "6e391d595c78b59396f6ae9e9fb322325ec9a9fe",
      "parents": [
        "2e55b57a6000ff05f6aadcddf204ecb42749a332",
        "6b9ea4213e3a9c9b8de29a001a2b8d8799cbc1c9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 24 13:50:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 24 13:50:35 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-ucb\n"
    },
    {
      "commit": "2e55b57a6000ff05f6aadcddf204ecb42749a332",
      "tree": "24ffdb922b0e20300dd13cb2eb4d7f68048ac1a3",
      "parents": [
        "f50c02831d833a27321388bc595a3c376ae941e4",
        "f993724210744a9b07cf5496808828c4da6ab6df"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 24 13:49:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 24 13:49:37 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-serial\n"
    },
    {
      "commit": "f50c02831d833a27321388bc595a3c376ae941e4",
      "tree": "8a9b29f9d2684a7dab6c20662b10e49f057c8bb6",
      "parents": [
        "ff13f98b97cb6c5a2d201dfa4db0a2fd0b4d9d50",
        "d2f607484f8210cf19b1730dee26d426a5a770a5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 24 13:49:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 24 13:49:01 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "ff13f98b97cb6c5a2d201dfa4db0a2fd0b4d9d50",
      "tree": "bce3878acb3cafa95267bb1c95bb5031e7b52e79",
      "parents": [
        "87e807b6c461bbd449496a4c3ab78ab164a4ba97"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor_core@ameritech.net",
        "time": "Sat Sep 24 02:02:29 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 24 10:44:25 2005 -0700"
      },
      "message": "[PATCH] Input: check switch bitmap when matching handlers\n\nThe wwitch bitmap was added to input_device_id structure and we should\ncheck it when matching handlers and input devices.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d2f607484f8210cf19b1730dee26d426a5a770a5",
      "tree": "b05e0376b0843063e14342811dbedc8bf2f4177b",
      "parents": [
        "87e807b6c461bbd449496a4c3ab78ab164a4ba97"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Sep 24 10:42:06 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 24 10:42:06 2005 +0100"
      },
      "message": "[ARM] Fix compiler warnings for memcpy_toio/memcpy_fromio/memset_io\n\nAdd \u0027volatile\u0027 to the __iomem pointers for these functions as\nper x86.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6b9ea4213e3a9c9b8de29a001a2b8d8799cbc1c9",
      "tree": "c678c9ace865ad4d4ebd4a6cb7daceb9cb0556e2",
      "parents": [
        "87e807b6c461bbd449496a4c3ab78ab164a4ba97"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Sep 24 10:24:37 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 24 10:24:37 2005 +0100"
      },
      "message": "[MFD] Fix \"bious one-bit signed bitfield\" errors\n\nucb1x00-ts declared a couple of one-bit \u0027int\u0027 bitfields.\nMake them unsigned.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f993724210744a9b07cf5496808828c4da6ab6df",
      "tree": "c9e5b09fafc392546d41c05d30119a6cb3367275",
      "parents": [
        "87e807b6c461bbd449496a4c3ab78ab164a4ba97"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Sep 24 10:12:47 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 24 10:12:47 2005 +0100"
      },
      "message": "[SERIAL] Remove unused variable in clps711x.c\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "87e807b6c461bbd449496a4c3ab78ab164a4ba97",
      "tree": "6f5af52317ace30c1229e356a332093981763e39",
      "parents": [
        "2ead1aa6f14ed542af0c9e2302a51ea02128f587",
        "536f8098026bde1368bbfcbcb9682a7637b73df2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 23 16:44:52 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 23 16:44:52 2005 -0700"
      },
      "message": "Merge branch \u0027upstream\u0027 from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev\n"
    },
    {
      "commit": "2ead1aa6f14ed542af0c9e2302a51ea02128f587",
      "tree": "dfaf465122239a8bb450913b2e95f4647d24892f",
      "parents": [
        "7f28f394bd68e58bf3938c67bbeca7825b4687b8",
        "c8868611389aa28e0e5e0d63f468727781eac68c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 23 16:44:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 23 16:44:01 2005 -0700"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "c8868611389aa28e0e5e0d63f468727781eac68c",
      "tree": "da07d9bb09f99cdcb058bed5117dcac998e0b8ae",
      "parents": [
        "9389d79fbf9a0167ff2de87e8796c6bb803219bf"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Sep 23 09:08:30 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Sep 23 19:07:12 2005 -0400"
      },
      "message": "[PATCH] skge: fix Yukon-Lite A0 workaround\n\nThis is one of those workarounds sucked over from sk98lin driver.\nThe skge driver needs to detect the Yukon-Lite A0 chip properly,\nand turn of Rx FIFO Flush.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    }
  ],
  "next": "536f8098026bde1368bbfcbcb9682a7637b73df2"
}
