)]}'
{
  "log": [
    {
      "commit": "c820c2aa27bb5b6069aa708b0a0b44b59a16bfa7",
      "tree": "4fbf8adca97cafb1f52968fed36963fb36c4254d",
      "parents": [
        "3ccb8827fb3bd389ed15320da83543d016a94822"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Wed Jul 25 13:29:51 2007 +1000"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:20 2007 +0200"
      },
      "message": "KVM: load_pdptrs() cleanups\n\nload_pdptrs can be handed an invalid cr3, and it should not oops.\nThis can happen because we injected #gp in set_cr3() after we set\nvcpu-\u003ecr3 to the invalid value, or from kvm_vcpu_ioctl_set_sregs(), or\nmemory configuration changes after the guest did set_cr3().\n\nWe should also copy the pdpte array once, before checking and\nassigning, otherwise an SMP guest can potentially alter the values\nbetween the check and the set.\n\nFinally one nitpick: ret \u003d 1 should be done as late as possible: this\nallows GCC to check for unset \"ret\" should the function change in\nfuture.\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "3ccb8827fb3bd389ed15320da83543d016a94822",
      "tree": "b9478f4ee71c807409f490f768eda060a940834a",
      "parents": [
        "62b3ffb8b357a791491726cff8d395027e5245b7"
      ],
      "author": {
        "name": "Aurelien Jarno",
        "email": "aurelien@aurel32.net",
        "time": "Wed Jul 25 11:41:57 2007 +0200"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:19 2007 +0200"
      },
      "message": "KVM: Remove dead code in the cmpxchg instruction emulation\n\nThe writeback fixes (02c03a326a5df825cc01de426f72e160db2b9538) let\nsome dead code in the cmpxchg instruction emulation. Remove it.\n\nSigned-off-by: Aurelien Jarno \u003caurelien@aurel32.net\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "62b3ffb8b357a791491726cff8d395027e5245b7",
      "tree": "c33b0eb391258ef5c42d16d3638ca53e58ed9fd6",
      "parents": [
        "fe5518819463d57ed032bc12458ed681bc790609"
      ],
      "author": {
        "name": "Yang, Sheng",
        "email": "sheng.yang@intel.com",
        "time": "Wed Jul 25 12:17:06 2007 +0300"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:19 2007 +0200"
      },
      "message": "KVM: VMX: Import some constants of vmcs from IA32 SDM\n\nThis patch mainly imports some constants and rename two exist constants\nof vmcs according to IA32 SDM.\n\nIt also adds two constants to indicate Lock bit and Enable bit in\nMSR_IA32_FEATURE_CONTROL, and replace the hardcode _5_ with these two\nbits.\n\nSigned-off-by: Sheng Yang \u003csheng.yang@intel.com\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "fe5518819463d57ed032bc12458ed681bc790609",
      "tree": "15d13f175f2b77970eb7d84d442689426cafd283",
      "parents": [
        "9ae0448f53324b3c476f68bd134d97ac4ec27e0c"
      ],
      "author": {
        "name": "Shaohua Li",
        "email": "shaohua.li@intel.com",
        "time": "Mon Jul 23 14:51:39 2007 +0800"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:19 2007 +0200"
      },
      "message": "KVM: Move gfn_to_page out of kmap/unmap pairs\n\ngfn_to_page might sleep with swap support. Move it out of the kmap calls.\n\nSigned-off-by: Shaohua Li \u003cshaohua.li@intel.com\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "9ae0448f53324b3c476f68bd134d97ac4ec27e0c",
      "tree": "90b5c3c166bd9ce9c9b415c6a6246c2fdb53693c",
      "parents": [
        "310bc76c2b6829cd280def4927b7ccf8b8c795df"
      ],
      "author": {
        "name": "Shaohua Li",
        "email": "shaohua.li@intel.com",
        "time": "Mon Jul 23 14:51:32 2007 +0800"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:19 2007 +0200"
      },
      "message": "KVM: Hoist kvm_mmu_reload() out of the critical section\n\nvmx_cpu_run doesn\u0027t handle error correctly and kvm_mmu_reload might\nsleep with mutex changes, so I move it above.\n\nSigned-off-by: Shaohua Li \u003cshaohua.li@intel.com\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "310bc76c2b6829cd280def4927b7ccf8b8c795df",
      "tree": "966430f5cda166421960e7178f3f71a62b735a70",
      "parents": [
        "394b6e5944865a558fe25f0c5903b34c434038ee"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Mon Jul 23 17:11:02 2007 +1000"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:19 2007 +0200"
      },
      "message": "KVM: Return if the pdptrs are invalid when the guest turns on PAE.\n\nDon\u0027t fall through and turn on PAE in this case.\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "394b6e5944865a558fe25f0c5903b34c434038ee",
      "tree": "506650eb8e2b4c4e1f553bcc0cc568a65f99c357",
      "parents": [
        "e3243452f4f35ed5f79d575100521bf257504b81"
      ],
      "author": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sun Jul 22 15:51:58 2007 +0300"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:19 2007 +0200"
      },
      "message": "KVM: x86 emulator: fix faulty check for two-byte opcode\n\nRight now, the bug is harmless as we never emulate one-byte 0xb6 or 0xb7.\nBut things may change.\n\nNoted by the mysterious Gabriel C.\n\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "e3243452f4f35ed5f79d575100521bf257504b81",
      "tree": "f694786005d9835c80070d11881872cc8e708b19",
      "parents": [
        "7075bc816cfad142da92207ed5a6f3da55b143ef"
      ],
      "author": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Fri Jul 20 12:30:58 2007 +0300"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:19 2007 +0200"
      },
      "message": "KVM: x86 emulator: fix cmov for writeback changes\n\nThe writeback fixes (02c03a326a5df825cc01de426f72e160db2b9538) broke\ncmov emulation.  Fix.\n\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "7075bc816cfad142da92207ed5a6f3da55b143ef",
      "tree": "d7b7581a9968d89fac5587d2378390b5939d28ec",
      "parents": [
        "8fc0d085f521a2a76418f8f569cf1cd27f0e43d4"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Tue Jul 17 23:37:17 2007 +1000"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:19 2007 +0200"
      },
      "message": "KVM: Use standard CR8 flags, and fix TPR definition\n\nIntel manual (and KVM definition) say the TPR is 4 bits wide.  Also fix\nCR8_RESEVED_BITS typo.\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nAcked-by: H. Peter Anvin \u003chpa@zytor.com\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "8fc0d085f521a2a76418f8f569cf1cd27f0e43d4",
      "tree": "f4820bd9da8c2e1f7059f5709e3ac6097ff218f6",
      "parents": [
        "9eb829ced8c6f2e43a3a644ddf1279ffeee38a33"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@addtoit.com",
        "time": "Tue Jul 17 12:26:59 2007 -0400"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:19 2007 +0200"
      },
      "message": "KVM: Set exit_reason to KVM_EXIT_MMIO where run-\u003emmio is initialized.\n\nSigned-off-by: Jeff Dike \u003cjdike@linux.intel.com\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "9eb829ced8c6f2e43a3a644ddf1279ffeee38a33",
      "tree": "ea8360405de41110dd0063a9838447c5a7ab2632",
      "parents": [
        "66aee91aaab8f998d28a61ed7733be17ad8e6d8f"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Wed Jul 18 13:05:58 2007 +1000"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:18 2007 +0200"
      },
      "message": "KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header\n\nCreating one\u0027s own BITMAP macro seems suboptimal: if we use manual\narithmetic in the one place exposed to userspace, we can use standard\nmacros elsewhere.\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "66aee91aaab8f998d28a61ed7733be17ad8e6d8f",
      "tree": "f3cd552c4a176cbba0929788b03867cb33d7b5b5",
      "parents": [
        "f802a307cb2cabdd0c6b48067dbe901d6fe27246"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Tue Jul 17 23:34:16 2007 +1000"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:18 2007 +0200"
      },
      "message": "KVM: Use standard CR4 flags, tighten checking\n\nOn this machine (Intel), writing to the CR4 bits 0x00000800 and\n0x00001000 cause a GPF.  The Intel manual is a little unclear, but\nAFIACT they\u0027re reserved, too.\n\nAlso fix spelling of CR4_RESEVED_BITS.\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "f802a307cb2cabdd0c6b48067dbe901d6fe27246",
      "tree": "57c5faaada33142fff92be62a78555716feb597a",
      "parents": [
        "707d92fa72b425bc919a84670c01402e81505c58"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Tue Jul 17 23:32:55 2007 +1000"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:18 2007 +0200"
      },
      "message": "KVM: Use standard CR3 flags, tighten checking\n\nThe kernel now has asm/cpu-features.h: use those macros instead of inventing\nour own.\n\nAlso spell out definition of CR3_RESEVED_BITS, fix spelling and\ntighten it for the non-PAE case.\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "707d92fa72b425bc919a84670c01402e81505c58",
      "tree": "9e3a55293e867e499fd625ebac45db565ff0fc38",
      "parents": [
        "9a2b85c620b9779360c7726de4caeda78cac38d4"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Tue Jul 17 23:19:08 2007 +1000"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:18 2007 +0200"
      },
      "message": "KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h\n\nThe kernel now has asm/cpu-features.h: use those macros instead of\ninventing our own.\n\nAlso spell out definition of CR0_RESEVED_BITS (no code change) and fix typo.\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "9a2b85c620b9779360c7726de4caeda78cac38d4",
      "tree": "e7c88dff76bfabaf3630a9e462b37308a51b1e65",
      "parents": [
        "dcc0766b22e165bcb80518bf367e86b81fcf4351"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Tue Jul 17 23:17:55 2007 +1000"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:18 2007 +0200"
      },
      "message": "KVM: Trivial: Avoid hardware_disable predeclaration\n\nDon\u0027t pre-declare hardware_disable: shuffle the reboot hook down.\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "dcc0766b22e165bcb80518bf367e86b81fcf4351",
      "tree": "96a829e8ddeb40d7b0e9cc53c7bbc8fbb0b433cf",
      "parents": [
        "1e3c5cb0d5a63b7169708614bfba0c7f25aa493e"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Tue Jul 17 23:16:56 2007 +1000"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:18 2007 +0200"
      },
      "message": "KVM: Trivial: Comment spelling may escape grep\n\nSpeling error in comment.\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "1e3c5cb0d5a63b7169708614bfba0c7f25aa493e",
      "tree": "55c1d3ded12dbacc2962a3406bcf5da3aa68a513",
      "parents": [
        "5eb549a085c3500f2b9d8b48d40393b6e50b68a9"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Tue Jul 17 23:16:11 2007 +1000"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:18 2007 +0200"
      },
      "message": "KVM: Trivial: Make decode_register() static\n\nI have shied away from touching x86_emulate.c (it could definitely use\nsome love, but it is forked from the Xen code, and it would be more\nproductive to cross-merge fixes).\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "5eb549a085c3500f2b9d8b48d40393b6e50b68a9",
      "tree": "224105441b3271c80a7175801076da56237c6653",
      "parents": [
        "dea8caee7b6971ae90e9d303b5d98dbf2dafed53"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Tue Jul 17 23:15:29 2007 +1000"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:18 2007 +0200"
      },
      "message": "KVM: Trivial: Remove unused struct cpu_user_regs declaration\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "dea8caee7b6971ae90e9d303b5d98dbf2dafed53",
      "tree": "64a6e284fa5ae8a7699937ef19c8994a5b7b49a1",
      "parents": [
        "65619eb5a88dae3dadbb1050f957ed357aa54a50"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Tue Jul 17 23:12:26 2007 +1000"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:17 2007 +0200"
      },
      "message": "KVM: Trivial: /dev/kvm interface is no longer experimental.\n\nKVM interface is no longer experimental.\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "65619eb5a88dae3dadbb1050f957ed357aa54a50",
      "tree": "4c9d83266f84d9eed29904d2022e0625816b9fe4",
      "parents": [
        "24cbc7e9cb0488095e4e144a762276c85ff55f9b"
      ],
      "author": {
        "name": "Eddie Dong",
        "email": "eddie.dong@intel.com",
        "time": "Tue Jul 17 11:52:33 2007 +0300"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:17 2007 +0200"
      },
      "message": "KVM: In-kernel string pio write support\n\nAdd string pio write support to support some version of Windows.\n\nSigned-off-by: Yaozu (Eddie) Dong \u003ceddie.dong@intel.com\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "24cbc7e9cb0488095e4e144a762276c85ff55f9b",
      "tree": "edcd9287db085d197fd9935a4c29817bbcd6b3f9",
      "parents": [
        "dad3795d2baa4e02cbfd161d9089c73dea16b4ba"
      ],
      "author": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Tue Jul 17 11:45:55 2007 +0300"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:17 2007 +0200"
      },
      "message": "KVM: Future-proof the exit information union ABI\n\nNote that as the size of struct kvm_run is not part of the ABI, we can add\nthings at the end.\n\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "dad3795d2baa4e02cbfd161d9089c73dea16b4ba",
      "tree": "56bedc042a5ba0a2b92eecc4e488b0328a35db54",
      "parents": [
        "cd0d91379776cb6850c7b11c0a8843ca75967558"
      ],
      "author": {
        "name": "Qing He",
        "email": "qing.he@intel.com",
        "time": "Thu Jul 12 12:33:56 2007 +0300"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:17 2007 +0200"
      },
      "message": "KVM: SMP: Add vcpu_id field in struct vcpu\n\nThis patch adds a `vcpu_id\u0027 field in `struct vcpu\u0027, so we can\ndifferentiate BSP and APs without pointer comparison or arithmetic.\n\nSigned-off-by: Qing He \u003cqing.he@intel.com\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "cd0d91379776cb6850c7b11c0a8843ca75967558",
      "tree": "6d1ed1d34a2642766bc870ba4563e85d4aebdd91",
      "parents": [
        "81fe96bde7db24c02adf245604f073ea9e8d941a"
      ],
      "author": {
        "name": "Nguyen Anh Quynh",
        "email": "aquynh@gmail.com",
        "time": "Wed Jul 11 14:30:54 2007 +0300"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:17 2007 +0200"
      },
      "message": "KVM: Fix *nopage() in kvm_main.c\n\n*nopage() in kvm_main.c should only store the type of mmap() fault if\nthe pointers are not NULL. This patch fixes the problem.\n\nSigned-off-by: Nguyen Anh Quynh \u003caquynh@gmail.com\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "81fe96bde7db24c02adf245604f073ea9e8d941a",
      "tree": "355cb6fe27a1b37715049cf7b0f924bb48f289c3",
      "parents": [
        "752097cec53eea111d087c545179b421e2bde98a"
      ],
      "author": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Thu Sep 27 10:07:04 2007 +0200"
      },
      "committer": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Sat Oct 13 10:18:17 2007 +0200"
      },
      "message": "i386: Expose IOAPIC register definitions even if CONFIG_X86_IO_APIC is not set\n\nKVM reuses the IOAPIC register definitions, and needs them even if the\nhost is not compiled with IOAPIC support.  Move the #ifdef below so that only\nthe IOAPIC variables and functions are protected, and the register definitions\nare available to all.\n\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\n"
    },
    {
      "commit": "752097cec53eea111d087c545179b421e2bde98a",
      "tree": "466eee9df45aaab1127b6c175064b0d12a22e6de",
      "parents": [
        "b6c7347fffa655a3000d9d41640d222c19fc3065"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Oct 12 22:34:40 2007 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 20:41:44 2007 -0700"
      },
      "message": "x86/pci/acpi: fix DMI const-ification fallout\n\nFix DMI const-ification fallout that appeared when merging subsystem\ntrees.\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b6c7347fffa655a3000d9d41640d222c19fc3065",
      "tree": "ef1789ab0656997f0491e051b92cf833948f2307",
      "parents": [
        "4071c718555d955a35e9651f77086096ad87d498"
      ],
      "author": {
        "name": "Nick Piggin",
        "email": "npiggin@suse.de",
        "time": "Sat Oct 13 03:07:38 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 18:41:21 2007 -0700"
      },
      "message": "x86: optimise barriers\n\nAccording to latest memory ordering specification documents from Intel\nand AMD, both manufacturers are committed to in-order loads from\ncacheable memory for the x86 architecture.  Hence, smp_rmb() may be a\nsimple barrier.\n\nAlso according to those documents, and according to existing practice in\nLinux (eg.  spin_unlock doesn\u0027t enforce ordering), stores to cacheable\nmemory are visible in program order too.  Special string stores are safe\n-- their constituent stores may be out of order, but they must complete\nin order WRT surrounding stores.  Nontemporal stores to WB memory can go\nout of order, and so they should be fenced explicitly to make them\nappear in-order WRT other stores.  Hence, smp_wmb() may be a simple\nbarrier.\n\n    http://developer.intel.com/products/processor/manuals/318147.pdf\n    http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/24593.pdf\n\nIn userspace microbenchmarks on a core2 system, fence instructions range\nanywhere from around 15 cycles to 50, which may not be totally\ninsignificant in performance critical paths (code size will go down\ntoo).\n\nHowever the primary motivation for this is to have the canonical barrier\nimplementation for x86 architecture.\n\nsmp_rmb on buggy pentium pros remains a locked op, which is apparently\nrequired.\n\nSigned-off-by: Nick Piggin \u003cnpiggin@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4071c718555d955a35e9651f77086096ad87d498",
      "tree": "5189a9995143892a8ef7ecfc04c11c1d546bc21b",
      "parents": [
        "df1bdc0667eb3132fe60b3562347ca9133694ee0"
      ],
      "author": {
        "name": "Nick Piggin",
        "email": "npiggin@suse.de",
        "time": "Sat Oct 13 03:06:55 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 18:41:21 2007 -0700"
      },
      "message": "x86: fix IO write barrier\n\nwmb() on x86 must always include a barrier, because stores can go out of\norder in many cases when dealing with devices (eg. WC memory).\n\nSigned-off-by: Nick Piggin \u003cnpiggin@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "df1bdc0667eb3132fe60b3562347ca9133694ee0",
      "tree": "5d044be900ccc9f13662e1aeae7df6ed108ee43a",
      "parents": [
        "2b9e0aae1d50e880c58d46788e5e3ebd89d75d62"
      ],
      "author": {
        "name": "Nick Piggin",
        "email": "npiggin@suse.de",
        "time": "Sat Oct 13 03:06:00 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 18:41:21 2007 -0700"
      },
      "message": "x86: fence oostores on 64-bit\n\nmovnt* instructions are not strongly ordered with respect to other stores,\nso if we are to assume stores are strongly ordered in the rest of the 64\nbit code, we must fence these off (see similar examples in 32 bit code).\n\n[ The AMD memory ordering document seems to say that nontemporal stores can\n  also pass earlier regular stores, so maybe we need sfences _before_\n  movnt* everywhere too? ]\n\nSigned-off-by: Nick Piggin \u003cnpiggin@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2b9e0aae1d50e880c58d46788e5e3ebd89d75d62",
      "tree": "72c653644f8fecb56c543ddd89d5926aa9b83277",
      "parents": [
        "ab9c232286c2b77be78441c2d8396500b045777e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 17:58:36 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 17:58:36 2007 -0700"
      },
      "message": "Only enable BLOCK_COMPAT if COMPAT is needed\n\nIOW, it needs to depend on both CONFIG_BLOCK and CONFIG_COMPAT.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ab9c232286c2b77be78441c2d8396500b045777e",
      "tree": "17570e159e4fb1ba36f1c363a7abef9b55909275",
      "parents": [
        "8bd0983e05757e5c1f7a3342cd09badae93c167d",
        "2855568b1ee4f58ef2c0a13ddfceb4b0b216b7ed"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 16:16:41 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 16:16:41 2007 -0700"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev\n\n* \u0027upstream\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev: (119 commits)\n  [libata] struct pci_dev related cleanups\n  libata: use ata_exec_internal() for PMP register access\n  libata: implement ATA_PFLAG_RESETTING\n  libata: add @timeout to ata_exec_internal[_sg]()\n  ahci: fix notification handling\n  ahci: clean up PORT_IRQ_BAD_PMP enabling\n  ahci: kill leftover from enabling NCQ over PMP\n  libata: wrap schedule_timeout_uninterruptible() in loop\n  libata: skip suppress reporting if ATA_EHI_QUIET\n  libata: clear ehi description after initial host report\n  pata_jmicron: match vendor and class code only\n  libata: add ST9160821AS / 3.ALD to NCQ blacklist\n  pata_acpi: ACPI driver support\n  libata-core: Expose gtm methods for driver use\n  libata: add HDT722516DLA380 to NCQ blacklist\n  libata: blacklist NCQ on Seagate Barracuda ST380817AS\n  [libata] Turn on ACPI by default\n  libata_scsi: Fix ATAPI transfer lengths\n  libata: correct handling of SRST reset sequences\n  libata: Integrate ACPI-based PATA/SATA hotplug - version 5\n  ...\n"
    },
    {
      "commit": "8bd0983e05757e5c1f7a3342cd09badae93c167d",
      "tree": "01dbcf4c0d4806b2384586114581ed319fc558e9",
      "parents": [
        "6a84258e5f5bb8b9bd72e06a5837fa6fdacaf5c5"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Sat Oct 13 01:01:08 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 16:16:16 2007 -0700"
      },
      "message": "Update maintainers file\n\nSince there is no x86-64 architecture anymore it cannot be maintained.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6a84258e5f5bb8b9bd72e06a5837fa6fdacaf5c5",
      "tree": "3c4911a489c85e908b0ef3ed83d78264788f858c",
      "parents": [
        "efefc6eb38d43b8e5daef482f575d767b002004e",
        "f3e6f164c2389853432454c89b316a8ab7485e2f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:50:23 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:50:23 2007 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6: (37 commits)\n  PCI: merge almost all of pci_32.h and pci_64.h together\n  PCI: X86: Introduce and enable PCI domain support\n  PCI: Add \u0027nodomains\u0027 boot option, and pci_domains_supported global\n  PCI: modify PCI bridge control ISA flag for clarity\n  PCI: use _CRS for PCI resource allocation\n  PCI: avoid P2P prefetch window for expansion ROMs\n  PCI: skip ISA ioresource alignment on some systems\n  PCI: remove transparent bridge sizing\n  pci: write file size to inode on proc bus file write\n  pci: use size stored in proc_dir_entry for proc bus files\n  pci: implement \"pci\u003dnoaer\"\n  PCI: fix IDE legacy mode resources\n  MSI: Use correct data offset for 32-bit MSI in read_msi_msg()\n  PCI: Fix incorrect argument order to list_add_tail() in PCI dynamic ID code\n  PCI: i386: Compaq EVO N800c needs PCI bus renumbering\n  PCI: Remove no longer correct documentation regarding MSI vector assignment\n  PCI: re-enable onboard sound on \"MSI K8T Neo2-FIR\"\n  PCI: quirk_vt82c586_acpi: Omit reading PCI revision ID\n  PCI: quirk amd_8131_mmrbc: Omit reading pci revision ID\n  cpqphp: Use PCI_CLASS_REVISION instead of PCI_REVISION_ID for read\n  ...\n"
    },
    {
      "commit": "efefc6eb38d43b8e5daef482f575d767b002004e",
      "tree": "8a3933db1f8721f9bcc9912c800dc8406f4bdf94",
      "parents": [
        "117494a1b65183f0e3fcc817b07944bc5c465050",
        "cd59abfcc441b2abb4cf2cd62c1eb0f02a60e8dd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:49:37 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:49:37 2007 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6: (75 commits)\n  PM: merge device power-management source files\n  sysfs: add copyrights\n  kobject: update the copyrights\n  kset: add some kerneldoc to help describe what these strange things are\n  Driver core: rename ktype_edd and ktype_efivar\n  Driver core: rename ktype_driver\n  Driver core: rename ktype_device\n  Driver core: rename ktype_class\n  driver core: remove subsystem_init()\n  sysfs: move sysfs file poll implementation to sysfs_open_dirent\n  sysfs: implement sysfs_open_dirent\n  sysfs: move sysfs_dirent-\u003es_children into sysfs_dirent-\u003es_dir\n  sysfs: make sysfs_root a regular directory dirent\n  sysfs: open code sysfs_attach_dentry()\n  sysfs: make s_elem an anonymous union\n  sysfs: make bin attr open get active reference of parent too\n  sysfs: kill unnecessary NULL pointer check in sysfs_release()\n  sysfs: kill unnecessary sysfs_get() in open paths\n  sysfs: reposition sysfs_dirent-\u003es_mode.\n  sysfs: kill sysfs_update_file()\n  ...\n"
    },
    {
      "commit": "117494a1b65183f0e3fcc817b07944bc5c465050",
      "tree": "c375cf06bdf869f2b870fe61808b060c4fadab45",
      "parents": [
        "4d5709a7b7d54fc5882d2943a14988a92d48c00a",
        "d1aa3e6aa8edfeb864af7c930523d9e588b28bea"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:49:10 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:49:10 2007 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6: (142 commits)\n  USB: fix race in autosuspend reschedule\n  atmel_usba_udc: Keep track of the device status\n  USB: Nikon D40X unusual_devs entry\n  USB: serial core should respect driver requirements\n  USB: documentation for USB power management\n  USB: skip autosuspended devices during system resume\n  USB: mutual exclusion for EHCI init and port resets\n  USB: allow usbstorage to have LUNS greater than 2Tb\n  USB: Adding support for SHARP WS011SH to ipaq.c\n  USB: add atmel_usba_udc driver\n  USB: ohci SSB bus glue\n  USB: ehci build fixes on au1xxx, ppc-soc\n  USB: add runtime frame_no quirk for big-endian OHCI\n  USB: funsoft: Fix termios\n  USB: visor: termios bits\n  USB: unusual_devs entry for Nikon DSC D2Xs\n  USB: re-remove \u003clinux/usb_sl811.h\u003e\n  USB: move \u003clinux/usb_gadget.h\u003e to \u003clinux/usb/gadget.h\u003e\n  USB: Export URB statistics for powertop\n  USB: serial gadget: Disable endpoints on unload\n  ...\n"
    },
    {
      "commit": "4d5709a7b7d54fc5882d2943a14988a92d48c00a",
      "tree": "1415777e91045e2c890b6960a597eb0e8c183442",
      "parents": [
        "57c5b9998ea05a90ebacaa13c45f985ffe09dbe9",
        "9eb59573d4b86f347e6cd04f47a4c2082009fa58"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:42:01 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:42:01 2007 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq\n\n* master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq:\n  [CPUFREQ] Don\u0027t take semaphore in cpufreq_quick_get()\n  [CPUFREQ] Support different families in fid/did to frequency conversion\n  [CPUFREQ] cpufreq_stats: misc cpuinit section annotations\n  [CPUFREQ] implement !CONFIG_CPU_FREQ stub for  cpufreq_unregister_notifier()\n  [CPUFREQ] mark hotplug notifier callback as __cpuinit\n  [CPUFREQ] Only check for transition latency on problematic governors (kconfig fix)\n  [CPUFREQ] allow ondemand and conservative cpufreq governors to be used as default\n  [CPUFREQ] move policy\u0027s governor initialisation out of low-level drivers into cpufreq core\n  [CPUFREQ] Longhaul - Add support for PM133 northbridge\n  [CPUFREQ] x86: use num_online_nodes to get physical cpus numbers for\n"
    },
    {
      "commit": "57c5b9998ea05a90ebacaa13c45f985ffe09dbe9",
      "tree": "89ce5149dbba2d9f827f77d35b3b7f8609f85ea9",
      "parents": [
        "a6e3d7dba92e19acffaa36aad962741a762aa8c5",
        "ed6fb174eea8869e88d8bc506a55f3ef76fcb7ed"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:39:39 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:39:39 2007 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86: (40 commits)\n  x86: HPET add another ICH7 PCI id\n  x86: HPET force enable ICH5 suspend/resume fix\n  x86: HPET force enable for ICH5\n  x86: HPET try to activate force detected hpet\n  x86: HPET force enable o ICH7 and later\n  x86: HPET restructure hpet code for hpet force enable\n  clock events: allow replacement of broadcast timer\n  i386/x8664: cleanup the shared hpet code\n  i386: Remove the useless #ifdef in i8253.h\n  ACPI: remove the now unused ifdef code\n  jiffies: remove unused macros\n  x86_64: cleanup apic.c after clock events switch\n  x86_64: remove now unused code\n  x86: unify timex.h variants\n  x86: kill 8253pit.h\n  x86: disable apic timer for AMD C1E enabled CPUs\n  x86: Fix irq0 / local apic timer accounting\n  x86_64: convert to clock events\n  x86_64: Add (not yet used) clock event functions\n  x86_64: prepare idle loop for dynamic ticks\n  ...\n"
    },
    {
      "commit": "a6e3d7dba92e19acffaa36aad962741a762aa8c5",
      "tree": "4170e6cfe524b3714f35aba07890073ae8ae75c5",
      "parents": [
        "42f04b6d4c8c69ccffc10863418c5b5f100a8554",
        "e7b34019606ab1dd06196635e931b0c302799228"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:04:00 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:04:00 2007 -0700"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2\n\n* \u0027upstream-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2: (23 commits)\n  ocfs2: Optionally return filldir errors\n  ocfs2: Write support for directories with inline data\n  ocfs2: Read support for directories with inline data\n  ocfs2: Write support for inline data\n  ocfs2: Read support for inline data\n  ocfs2: Structure updates for inline data\n  ocfs2: Cleanup dirent size check\n  ocfs2: Rename cleanups\n  ocfs2: Provide convenience function for ino lookup\n  ocfs2: Implement ocfs2_empty_dir() as a caller of ocfs2_dir_foreach()\n  ocfs2: Remove open coded readdir()\n  ocfs2: Pass raw u64 to filldir\n  ocfs2: Abstract out core dir listing functionality\n  ocfs2: Move directory manipulation code into dir.c\n  ocfs2: Small refactor of truncate zeroing code\n  ocfs2: move nonsparse hole-filling into ocfs2_write_begin()\n  ocfs2: Sync ocfs2_fs.h with ocfs2-tools\n  [PATCH] fs/ocfs2/: removed unneeded initial value and function\u0027s return value\n  ocfs2: Implement show_options()\n  ocfs2: Clear slot map when umounting a local volume\n  ...\n"
    },
    {
      "commit": "42f04b6d4c8c69ccffc10863418c5b5f100a8554",
      "tree": "5c5ee032aa5a88f212fcd2a7c1a5cbccc858cb3b",
      "parents": [
        "71a380d668189778416d37cde5521575a45c5a17",
        "4b5a9b3d8e857249f2670f4419ce764be02e11db"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:03:35 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:03:35 2007 -0700"
      },
      "message": "Merge branch \u0027isdn-cleanups\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6\n\n* \u0027isdn-cleanups\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6:\n  [ISDN] HiSax diva: split setup into three smaller functions\n  [ISDN] HiSax sedlbauer: move ISAPNP and PCI code into functions of their own\n  [ISDN] HiSax elsa: split huge setup function into four smaller functions\n  [ISDN] HiSax avm_pci: split setup into three smaller functions\n  [ISDN] Remove CONFIG_PCI ifdefs from 100% PCI source code\n"
    },
    {
      "commit": "f3e6f164c2389853432454c89b316a8ab7485e2f",
      "tree": "0e3074fae2e0563def88f9b50e3441f864517b1d",
      "parents": [
        "a79e4198d1effbba040e9bf407a95fc9b3418789"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:07:23 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:20 2007 -0700"
      },
      "message": "PCI: merge almost all of pci_32.h and pci_64.h together\n\nIt was just duplicated code...\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "a79e4198d1effbba040e9bf407a95fc9b3418789",
      "tree": "bbfeed15db3a03c3e7f50ae36f18c017fb940b9e",
      "parents": [
        "32a2eea795643929a43cbbba00d8c4a176b309bf"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Oct 11 16:58:30 2007 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:19 2007 -0700"
      },
      "message": "PCI: X86: Introduce and enable PCI domain support\n\n* fix bug in pci_read() and pci_write() which prevented PCI domain\n  support from working (hardcoded domain 0).\n\n* unconditionally enable CONFIG_PCI_DOMAINS\n\n* implement pci_domain_nr() and pci_proc_domain(), as required of\n  all arches when CONFIG_PCI_DOMAINS is enabled.\n\n* store domain in struct pci_sysdata, as assigned by ACPI\n\n* support \"pci\u003dnodomains\"\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "32a2eea795643929a43cbbba00d8c4a176b309bf",
      "tree": "c0bbf2e3ef330ec9f36c42dfbe6c360efe685f82",
      "parents": [
        "11949255d9433ea6c0908b7390ec4faecd1d4cf0"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Oct 11 16:57:27 2007 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:18 2007 -0700"
      },
      "message": "PCI: Add \u0027nodomains\u0027 boot option, and pci_domains_supported global\n\n* Introduce pci_domains_supported global, hardcoded to zero if\n  !CONFIG_PCI_DOMAINS.\n\n* Introduce \u0027nodomains\u0027 boot option, which clears pci_domains_supported\n  on platforms that enable it by default (x86, x86-64, and others when\n  they are converted to use this).\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "11949255d9433ea6c0908b7390ec4faecd1d4cf0",
      "tree": "bfbec17f06906f9fbbc65263af010b4cb170c80a",
      "parents": [
        "62f420f828249f686aaae949ac3439d1304a759a"
      ],
      "author": {
        "name": "Gary Hade",
        "email": "garyhade@us.ibm.com",
        "time": "Mon Oct 08 16:24:16 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:18 2007 -0700"
      },
      "message": "PCI: modify PCI bridge control ISA flag for clarity\n\nModify PCI Bridge Control ISA flag for clarity\n\nThis patch changes PCI_BRIDGE_CTL_NO_ISA to PCI_BRIDGE_CTL_ISA\nand modifies it\u0027s clarifying comment and locations where used.\nThe change reduces the chance of future confusion since it makes\nthe set/unset meaning of the bit the same in both the bridge\ncontrol register and bridge_ctl field of the pci_bus struct.\n\nSigned-off-by: Gary Hade \u003cgaryhade@us.ibm.com\u003e\nAcked-by: Linas Vepstas \u003clinas@austin.ibm.com\u003e\nCc: Ivan Kokshaysky \u003cink@jurassic.park.msu.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "62f420f828249f686aaae949ac3439d1304a759a",
      "tree": "0cc534ad4971b9155a23b46c43597d5b5dd9d548",
      "parents": [
        "fd64cb4606cbdd592b7119e82341d4ae5b56f2cc"
      ],
      "author": {
        "name": "Gary Hade",
        "email": "garyhade@us.ibm.com",
        "time": "Wed Oct 03 15:56:51 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:18 2007 -0700"
      },
      "message": "PCI: use _CRS for PCI resource allocation\n\nUse _CRS for PCI resource allocation\n\nThis patch resolves an issue where incorrect PCI memory and i/o ranges\nare being assigned to hotplugged PCI devices on some IBM systems.  The\nresource mis-allocation not only makes the PCI device unuseable but\noften makes the entire system unuseable due to resulting machine checks.\n\nThe hotplug capable PCI slots on the affected systems are not located\nunder a standard P2P bridge but are instead located under PCI root\nbridges or subtractive decode P2P bridges.  For example, the IBM x3850\ncontains 2 hotplug capable PCI-X slots and 4 hotplug capable PCIe slots\nwith the PCI-X slots each located under a PCI root bridge and the PCIe\nslots each located under a subtractive decode P2P bridge.\n\nThe current i386/x86_64 PCI resource allocation code does not use _CRS\nreturned resource information.  No other resource information source is\navailable for slots that are not below a standard P2P bridge so\nincorrect ranges are being allocated from e820 hole causing the bad\nresult.\n\nThis patch causes the kernel to use _CRS returned resource info.  It is\nroughly based on a change provided by Matthew Wilcox for the ia64 kernel\nin 2005.  Due to possible buggy BIOS factor and possible yet to be\ndiscovered kernel issues the function is disabled by default and can be\nenabled with pci\u003duse_crs.\n\nSigned-off-by: Gary Hade \u003cgary.hade@us.ibm.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "fd64cb4606cbdd592b7119e82341d4ae5b56f2cc",
      "tree": "7e7a6d9a3a2bbc29c2259351ccd315c7e666998b",
      "parents": [
        "036fff4cf732c4d69f99a2915924935705744b00"
      ],
      "author": {
        "name": "Gary Hade",
        "email": "garyhade@us.ibm.com",
        "time": "Wed Oct 03 15:56:30 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:18 2007 -0700"
      },
      "message": "PCI: avoid P2P prefetch window for expansion ROMs\n\nAvoid creating P2P prefetch window for expansion ROMs\n\nBecause of the future possibility that P2P prefetch windows will contain\naddress ranges above 4GB some BIOSes are providing space in the P2P\nnon-prefetch windows for expansion ROMs.  This is due to expansion ROM\nBAR 32-bit limitation.  When expansion ROM BARs without BIOS assigned\naddress(es) are currently found behind a P2P bridge, the kernel attempts\nto create a P2P prefetch window for them even though space for them has\nalready been provided in the non-prefetch window.  _CRS on some systems\nwith certain resource conservation conscious BIOSes may not provide the\nextra 1MB or more memory resource needed for the expansion ROM motivated\nprefetch window causing resource allocation errors.\n\nThis change corrects the problem by removing IORESOURCE_PREFETCH from\nthe expansion ROM flags initialization.  It also removes\nIORESOURCE_CACHEABLE which seems inappropriate if only non-cacheable\nmemory is available.\n\nSigned-off-by: Gary Hade \u003cgary.hade@us.ibm.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "036fff4cf732c4d69f99a2915924935705744b00",
      "tree": "87f6f02e40e8f5c28e6d629e009e6e64a45eec58",
      "parents": [
        "8fa5913d54f3b1e09948e6a0db34da887e05ff1f"
      ],
      "author": {
        "name": "Gary Hade",
        "email": "garyhade@us.ibm.com",
        "time": "Wed Oct 03 15:56:14 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:18 2007 -0700"
      },
      "message": "PCI: skip ISA ioresource alignment on some systems\n\nSkip ISA ioresource alignment on some systems\n\nTo conserve limited PCI i/o resource on some IBM multi-node systems, the\nBIOS allocates (via _CRS) and expects the kernel to use addresses in\nranges currently excluded by pcibios_align_resource() [i386/pci/i386.c].\nThis change allows the kernel to use the currently excluded address\nranges on the IBM x3800, x3850, and x3950.\n\nSigned-off-by: Gary Hade \u003cgary.hade@us.ibm.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "8fa5913d54f3b1e09948e6a0db34da887e05ff1f",
      "tree": "22d64e43f445e140d45966dac65c86b67c94b676",
      "parents": [
        "ecb3908046ce9ce7feb44e2c2cf77ccdbe231f70"
      ],
      "author": {
        "name": "Gary Hade",
        "email": "garyhade@us.ibm.com",
        "time": "Wed Oct 03 15:55:51 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:17 2007 -0700"
      },
      "message": "PCI: remove transparent bridge sizing\n\nRemove transparent bridge sizing.\n\nDue to code in pci_read_bridge_bases() [drivers/pci/probe.c] the child\nbus of a transparent bridge already has access to the parent bus\nresources so transparent bridge sizing appears unnecessary.  The bridge\nsizing includes alignment and granularity adjustments that can cause\nsignificantly more memory to be reserved from the parant bus than\nrequired by devices on the child bus and allotted by _CRS.\n\nSigned-off-by: Gary Hade \u003cgary.hade@us.ibm.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "ecb3908046ce9ce7feb44e2c2cf77ccdbe231f70",
      "tree": "f890bb10d570e253e1ee29850e36c94512cabcec",
      "parents": [
        "cd68602f36ceb65b24a9abcae10ca04a933c07fd"
      ],
      "author": {
        "name": "David Rientjes",
        "email": "rientjes@google.com",
        "time": "Thu Sep 27 13:41:17 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:17 2007 -0700"
      },
      "message": "pci: write file size to inode on proc bus file write\n\nWhen a /proc/bus/pci file is written to, the size of that PCI device\u0027s\nconfiguration space must be written to the inode.  Otherwise, it is\npossible for the file to specify a size of 0 on stat if a task is holding\nthe same file open.\n\nSigned-off-by: David Rientjes \u003crientjes@google.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "cd68602f36ceb65b24a9abcae10ca04a933c07fd",
      "tree": "d975bd8a82ce1518a79284f73eec416026dc41a9",
      "parents": [
        "7f785763660e75c9eddaddea3d618696af4ae3a2"
      ],
      "author": {
        "name": "David Rientjes",
        "email": "rientjes@google.com",
        "time": "Thu Sep 27 13:41:16 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:17 2007 -0700"
      },
      "message": "pci: use size stored in proc_dir_entry for proc bus files\n\nOn pci_proc_attach_device(), the size of the PCI configuration space is\nstored in the proc_dir_entry as the size of the file.  Thus, the procfs\ninterface to PCI devices should use it instead of the device directly.\n\nSigned-off-by: David Rientjes \u003crientjes@google.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "7f785763660e75c9eddaddea3d618696af4ae3a2",
      "tree": "4538775b2b0f05d77509dd2b6b91ba9e6429154c",
      "parents": [
        "fd6e732186ab522c812ab19c2c5e5befb8ec8115"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Fri Oct 05 13:17:58 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:17 2007 -0700"
      },
      "message": "pci: implement \"pci\u003dnoaer\"\n\nFor cases in which CONFIG_PCIEAER\u003dy (such as distro kernels), allow users\nto disable PCIE Advanced Error Reporting by using \"pci\u003dnoaer\" on the\nkernel command line.\n\nThis can be used to work around hardware or (kernel) software problems.\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "fd6e732186ab522c812ab19c2c5e5befb8ec8115",
      "tree": "dd65db780133a32476c5d68f21aa8350221d62e4",
      "parents": [
        "cbf5d9e6b9bcf03291cbb51db144b3e2773a8a2d"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Tue Oct 02 14:19:23 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:17 2007 -0700"
      },
      "message": "PCI: fix IDE legacy mode resources\n\nI got the following error on MIPS Cobalt.\n\nPCI: Unable to reserve I/O region #1:8@f00001f0 for device 0000:00:09.1\npata_via 0000:00:09.1: failed to request/iomap BARs for port 0 (errno\u003d-16)\nPCI: Unable to reserve I/O region #3:8@f0000170 for device 0000:00:09.1\npata_via 0000:00:09.1: failed to request/iomap BARs for port 1 (errno\u003d-16)\npata_via 0000:00:09.1: no available native port\n\nThe legacy mode IDE resources set the following order.\n\npci_setup_device()\n    Legacy mode ATA controllers have fixed addresses.\n    IDE resources: 0x1F0-0x1F7, 0x3F6, 0x170-0x177, 0x376\n    |\n    V\npcibios_fixup_bus()\n    MIPS Cobalt PCI bus regions have the -0x10000000 offset from PCI resources.\n    pcibios_fixup_bus() fix PCI bus regions.\n    0x1F0 - 0x10000000 \u003d 0xF00001F0\n    |\n    V\nata_pci_init_one()\n    PCI: Unable to reserve I/O region #1:8@f00001f0 for device 0000:00:09.1\n\nIn some architectures, PCI bus regions have the offset from PCI resources. \nFor this reason, pci_setup_device() should set PCI bus regions to\ndev-\u003eresource[].\n\n[akpm@linux-foundation.org: use struct initialiser]\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nCc: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "cbf5d9e6b9bcf03291cbb51db144b3e2773a8a2d",
      "tree": "494d61012a0d5f23f2af9be72a2e17a1c7f344fc",
      "parents": [
        "a56bc69a182f501582557af7fad5bc882b1c856c"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "roland@digitalvampire.org",
        "time": "Wed Oct 03 11:15:11 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:17 2007 -0700"
      },
      "message": "MSI: Use correct data offset for 32-bit MSI in read_msi_msg()\n\nWhile reading the MSI code trying to find a reason why MSI wouldn\u0027t\nwork for devices that have a 32-bit MSI address capability, I noticed\nthat read_msi_msg() seems to read the message data from the wrong\noffset in this case.\n\nSigned-off-by: Roland Dreier \u003croland@digitalvampire.org\u003e\nAcked-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "a56bc69a182f501582557af7fad5bc882b1c856c",
      "tree": "052d752634d36fc4997c7224cd9a546497c19490",
      "parents": [
        "5b1ea82fa245d4be6409cdba7e522ecb0b966b3c"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Fri Sep 14 15:33:13 2007 +1000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:17 2007 -0700"
      },
      "message": "PCI: Fix incorrect argument order to list_add_tail() in PCI dynamic ID code\n\nThe code for dynamically assigning new ids to PCI drivers,\nstore_new_id(), calls list_add_tail() with the list head and new node\narguments in reversed order.\n\nThe result is that every new id written essentially overwrites the\nprevious list of ids.\n\nCaught with the help of Rusty\u0027s \"horribly bad\" list_node patch:\n http://lkml.org/lkml/2007/6/10/10\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "5b1ea82fa245d4be6409cdba7e522ecb0b966b3c",
      "tree": "c3175f694b39932fab963f4e404c324c95187be7",
      "parents": [
        "4904e23b6b37c748a35bb2bd14ea325d0592e671"
      ],
      "author": {
        "name": "Juha Laiho",
        "email": "Juha.Laiho@iki.fi",
        "time": "Thu Sep 13 21:21:34 2007 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:16 2007 -0700"
      },
      "message": "PCI: i386: Compaq EVO N800c needs PCI bus renumbering\n\nForce PCI bus renumbering for Compaq EVO N800c laptop, in order to get\nthe cardbus slot recognised.\n\nSigned-off-by: Juha Laiho \u003cJuha.Laiho@iki.fi\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "4904e23b6b37c748a35bb2bd14ea325d0592e671",
      "tree": "d2628842a08731846af6c8bd80f2b8b63626bb1f",
      "parents": [
        "346ca04d050ac48ceb8e4a6b1c76c2d7fd5d1a6a"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu Sep 20 12:48:23 2007 +1000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:16 2007 -0700"
      },
      "message": "PCI: Remove no longer correct documentation regarding MSI vector assignment\n\nThe MSI vector reservation system described in Documentation/MSI-HOWTO.txt\nwas removed by Eric in 92db6d10bc1bc43330a4c540fa5b64c83d9d865f. Remove\nthe references to it in the documentation.\n\nWhile we\u0027re here § 5.5.1 refers to x86 hardware requirements, so make that\nclear.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nCc: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "346ca04d050ac48ceb8e4a6b1c76c2d7fd5d1a6a",
      "tree": "e25eb9141a7b859393417bf0dc157732bc89c57f",
      "parents": [
        "651472fbff71df39d3d734de31bca6e5412a688b"
      ],
      "author": {
        "name": "Johannes Goecke",
        "email": "goecke@upb.de",
        "time": "Mon Sep 10 10:46:52 2007 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:16 2007 -0700"
      },
      "message": "PCI: re-enable onboard sound on \"MSI K8T Neo2-FIR\"\n\nOn the \"MSI K8T Neo2-FIR\" board the BIOS disables the onboard\nsoundcard, if a second PCI soundcard is present.\n\nThis patch sets the korrect register bit to enable the onboard sound.\n\nRemoved old code in /drivers/pci/quirks.c that only checks for the\nPCI-ID and fires on any Board with VIA 8237.\n\nNew code in /arch/i386/pci/fixup.c checks the DMI-tables and only runs\non the specific board.\n\n\nSigned-off-by: Johannes Goecke \u003cgoecke@upb.de\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "651472fbff71df39d3d734de31bca6e5412a688b",
      "tree": "ef0a30088923653f8dbbb4c0b10466e6746c3d65",
      "parents": [
        "aa288d4d6bc7d150bab3a5be954979a09633ccdd"
      ],
      "author": {
        "name": "Auke Kok",
        "email": "auke-jan.h.kok@intel.com",
        "time": "Mon Aug 27 16:18:10 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:16 2007 -0700"
      },
      "message": "PCI: quirk_vt82c586_acpi: Omit reading PCI revision ID\n\nSigned-off-by: Auke Kok \u003cauke-jan.h.kok@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "aa288d4d6bc7d150bab3a5be954979a09633ccdd",
      "tree": "fa860b6a785ccc60ecb589da7f9e2a4f67cec3d7",
      "parents": [
        "3799a4e7d8867cfbb137d417beb126d5a2302607"
      ],
      "author": {
        "name": "Auke Kok",
        "email": "auke-jan.h.kok@intel.com",
        "time": "Mon Aug 27 16:17:47 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:16 2007 -0700"
      },
      "message": "PCI: quirk amd_8131_mmrbc: Omit reading pci revision ID\n\nSigned-off-by: Auke Kok \u003cauke-jan.h.kok@intel.com\u003e\nCc: Peter Oruba \u003cpeter.oruba@amd.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "3799a4e7d8867cfbb137d417beb126d5a2302607",
      "tree": "1ac0a85a2dd039bd253dbb4e1e1f36e35f3e2a68",
      "parents": [
        "9f672153ba921fdc6d4ef5ca8f6e65ac58cc970c"
      ],
      "author": {
        "name": "Auke Kok",
        "email": "auke-jan.h.kok@intel.com",
        "time": "Mon Aug 27 16:17:38 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:16 2007 -0700"
      },
      "message": "cpqphp: Use PCI_CLASS_REVISION instead of PCI_REVISION_ID for read\n\nWhile PCI_CLASS_REVISION and PCI_REVISION_ID are identical, the\ncode here discards the revision content and is only interested in\nthe class number.\n\nSigned-off-by: Auke Kok \u003cauke-jan.h.kok@intel.com\u003e\nCc: Krosten Accardi \u003ckristen.c.accardi@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "9f672153ba921fdc6d4ef5ca8f6e65ac58cc970c",
      "tree": "02b6d920c2a2a9c7cb1c0d8d93b99ff478a47a2c",
      "parents": [
        "b205f6b2679c7fcf761ed726de8093ca69b6c26e"
      ],
      "author": {
        "name": "Alex Chiang",
        "email": "achiang@hp.com",
        "time": "Tue Aug 21 17:49:07 2007 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:16 2007 -0700"
      },
      "message": "PCI: Add missing PCI capability IDs\n\nThese IDs are in pciutils, but haven\u0027t been added to the kernel\nyet.\n\nSigned-off-by: Alex Chiang \u003cachiang@hp.com\u003e\nSigned-off-by: Matthew Wilcox \u003cmatthew@wil.cx\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "b205f6b2679c7fcf761ed726de8093ca69b6c26e",
      "tree": "4a11ab285dccffedcefb43d3d3b74b3a2bc0e5bb",
      "parents": [
        "3d034aecd8b70d34388a4e40ca50af0d014223e1"
      ],
      "author": {
        "name": "Thomas Backlund",
        "email": "tmb@mandriva.org",
        "time": "Fri Aug 10 14:42:15 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:15 2007 -0700"
      },
      "message": "i386: add support for picopower irq router\n\nAdd support for PicoPower PT86C523 IRQ router to be used with the in-kernel\nyenta driver for CardBus.  With this patch cardbus works on e.g.  Dell\nLatitude XPi P150CD.\n\nInitial patch for kernel 2.4 series by Sune Mølgaard\nhttp://molgaard.org/code/linux-2.4.31-picopower.patch\n\nPorted to 2.6.20 by Chmouel Boudjnah (http://www.chmouel.com)\n\nTesting and confirmation that it works by Austin Acton\n\nCleaned up a little for inclusion in a 2.6.21-rc7 based kernel.\n\nAdded some more cleanups according to CodingStyle, as noted by\nRandy Dunlap on LKML.\n\n[akpm@linux-foundation.org: build fixes]\nSigned-off-by: Thomas Backlund \u003ctmb@mandriva.org\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "3d034aecd8b70d34388a4e40ca50af0d014223e1",
      "tree": "952a767bbd21fa9ed208619b31e5c5ff46ab4430",
      "parents": [
        "aa24886e379d2b641c5117e178b15ce1d5d366ba"
      ],
      "author": {
        "name": "Denis V. Lunev",
        "email": "den@openvz.org",
        "time": "Tue Aug 07 13:13:18 2007 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:15 2007 -0700"
      },
      "message": "PCI: pci_get_device call from interrupt in reboot fixups\n\nThe following calltrace is possible now:\n handle_sysrq\n   machine_emergency_restart\n     mach_reboot_fixups\n       pci_get_device\n         pci_get_subsys\n\t   down_read\nThe patch skips reboot fixup if called from sysrq-B code.\n\nSigned-off-by: Denis V. Lunev \u003cden@openvz.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "aa24886e379d2b641c5117e178b15ce1d5d366ba",
      "tree": "c0934ff01f7c7a18ec5f86896735286f413cd06e",
      "parents": [
        "fa007d8bebc5d812a445c48664b5bcad81f1351c"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Fri Aug 10 13:10:27 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:15 2007 -0700"
      },
      "message": "dma_free_coherent() needs irqs enabled (sigh)\n\nOn at least ARM (and I\u0027m told MIPS too) dma_free_coherent() has a newish\ncall context requirement: unlike its dma_alloc_coherent() sibling, it may\nnot be called with IRQs disabled.  (This was new behavior on ARM as of late\n2005, caused by ARM SMP updates.) This little surprise can be annoyingly\ndriver-visible.\n\nSince it looks like that restriction won\u0027t be removed, this patch changes\nthe definition of the API to include that requirement.  Also, to help catch\nnonportable drivers, it updates the x86 and swiotlb versions to include the\nrelevant warnings.  (I already observed that it trips on the\nbus_reset_tasklet of the new firewire_ohci driver.)\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: David Miller \u003cdavem@davemloft.net\u003e\nAcked-by: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "fa007d8bebc5d812a445c48664b5bcad81f1351c",
      "tree": "84b65bf601a5bd37511a738e8f2eed0136417f90",
      "parents": [
        "2d100fe8f6ebe5e4335b26f3749bb0b7f706d1f9"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Tue Aug 14 16:17:15 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:15 2007 -0700"
      },
      "message": "pci: hotplug: cpqphp: convert to kthread infrastructure\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Kristen Carlson Accardi \u003ckristen.c.accardi@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "2d100fe8f6ebe5e4335b26f3749bb0b7f706d1f9",
      "tree": "f7af5282ec0eae0569a46a7500e70ba18004b6e6",
      "parents": [
        "229f5afded86bf3819b7b67e57c62813ca0648a7"
      ],
      "author": {
        "name": "Kristen Carlson Accardi",
        "email": "kristen.c.accardi@intel.com",
        "time": "Tue Aug 14 16:07:00 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:15 2007 -0700"
      },
      "message": "pci: hotplug: ibmphp: convert to kthread\n\nConvert ibmphp to new kthread api\n\nSigned-off-by:  Kristen Carlson Accardi \u003ckristen.c.accardi@intel.com\u003e\nCc: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "229f5afded86bf3819b7b67e57c62813ca0648a7",
      "tree": "608b5b355cb36bc93da24772eedfdd4b0c19ac0e",
      "parents": [
        "40730d1042c595b1e84b28e40021f2c1377b4f8b"
      ],
      "author": {
        "name": "vignesh babu",
        "email": "vignesh.babu@wipro.com",
        "time": "Mon Aug 13 18:23:14 2007 +0530"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:15 2007 -0700"
      },
      "message": "PCI: is_power_of_2 in drivers/pci/pci.c\n\nReplacing n \u0026 (n - 1) for power of 2 check by is_power_of_2(n)\n\nSigned-off-by: vignesh babu \u003cvignesh.babu@wipro.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "40730d1042c595b1e84b28e40021f2c1377b4f8b",
      "tree": "4995209dcdcd8f28ab2df412f7673481065391dd",
      "parents": [
        "9fe8164536c4fa6e630c706c667a2c6e8456d143"
      ],
      "author": {
        "name": "Kenji Kaneshige",
        "email": "kaneshige.kenji@jp.fujitsu.com",
        "time": "Thu Aug 09 16:09:38 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:15 2007 -0700"
      },
      "message": "pciehp: minor cleanups for pciehp_hpc.c\n\nMinor cleanups for pciehp_hpc.c. The 80 column rules, removing\nunnecessary lines, and so on.\n\nSigned-off-by: Kenji Kaneshige \u003ckaneshige.kenji@jp.fujitsu.com\u003e\nSigned-off-by: Kristen Carlson Accardi \u003ckristen.c.accardi@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "9fe8164536c4fa6e630c706c667a2c6e8456d143",
      "tree": "8cd5db34f35df8d55a126ffbeb0f4a00439491b5",
      "parents": [
        "36ed27b07b873db06c10d2f8f41aa17be6803fdd"
      ],
      "author": {
        "name": "Kenji Kaneshige",
        "email": "kaneshige.kenji@jp.fujitsu.com",
        "time": "Thu Aug 09 16:09:37 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:14 2007 -0700"
      },
      "message": "pciehp: remove trailing whitespace form pciehp_pci.c\n\nRemove trailing whitespaces from pciehp_pci.c.\n\nSigned-off-by: Kenji Kaneshige \u003ckaneshige.kenji@jp.fujitsu.com\u003e\nSigned-off-by: Kristen Carlson Accardi \u003ckristen.c.accardi@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "36ed27b07b873db06c10d2f8f41aa17be6803fdd",
      "tree": "166b851222a08eebf53c51c0068f9a390dd09ec8",
      "parents": [
        "a073a8267400be2bd8acf808a45bc3ab01cf1b20"
      ],
      "author": {
        "name": "Kenji Kaneshige",
        "email": "kaneshige.kenji@jp.fujitsu.com",
        "time": "Thu Aug 09 16:09:36 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:14 2007 -0700"
      },
      "message": "pciehp: remove trailing whitespace from pciehp_ctrl.c\n\nRemove trailing whitespaces from pciehp_ctrl.c.\n\nSigned-off-by: Kenji Kaneshige \u003ckaneshige.kenji@jp.fujitsu.com\u003e\nSigned-off-by: Kristen Carlson Accardi \u003ckristen.c.accardi@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "a073a8267400be2bd8acf808a45bc3ab01cf1b20",
      "tree": "802e831e13207c0c26762a4cd231a0522da68c1d",
      "parents": [
        "71ad556dadcd303b4d32e9b890dcf1ccfbe9aeb3"
      ],
      "author": {
        "name": "Kenji Kaneshige",
        "email": "kaneshige.kenji@jp.fujitsu.com",
        "time": "Thu Aug 09 16:09:35 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:14 2007 -0700"
      },
      "message": "pciehp: remove trailing whitespace from pciehp_core.c\n\nRemove trailing whitespaces from pciehp_core.c.\n\nSigned-off-by: Kenji Kaneshige \u003ckaneshige.kenji@jp.fujitsu.com\u003e\nSigned-off-by: Kristen Carlson Accardi \u003ckristen.c.accardi@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "71ad556dadcd303b4d32e9b890dcf1ccfbe9aeb3",
      "tree": "46284af00c356644114752d3066dfbb905f77f32",
      "parents": [
        "c8426483776d913c5bdc3d698a7633496a885b78"
      ],
      "author": {
        "name": "Kenji Kaneshige",
        "email": "kaneshige.kenji@jp.fujitsu.com",
        "time": "Thu Aug 09 16:09:34 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:14 2007 -0700"
      },
      "message": "pciehp: remove trailing whitespace from pciehp_hpc.c\n\nRemove trailing whitespaces from pciehp_hpc.c.\n\nSigned-off-by: Kenji Kaneshige \u003ckaneshige.kenji@jp.fujitsu.com\u003e\nSigned-off-by: Kristen Carlson Accardi \u003ckristen.c.accardi@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "c8426483776d913c5bdc3d698a7633496a885b78",
      "tree": "424aa9e8fca2a518a73c6e641a9e7bd0c891a7d1",
      "parents": [
        "57d90c027641169b0724f94d355704e28895bcd6"
      ],
      "author": {
        "name": "Kenji Kaneshige",
        "email": "kaneshige.kenji@jp.fujitsu.com",
        "time": "Thu Aug 09 16:09:33 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:14 2007 -0700"
      },
      "message": "pciehp: remove DBG_XXX_ROUTINE\n\nThis patch removes DBG_ENTER_ROUTIN, DBG_LEAVE_ROUTINE and related\ncode, which seem no longer needed.\n\nSigned-off-by: Kenji Kaneshige \u003ckaneshige.kenji@jp.fujitsu.com\u003e\nSigned-off-by: Kristen Carlson Accardi \u003ckristen.c.accardi@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "57d90c027641169b0724f94d355704e28895bcd6",
      "tree": "77d0f1bab7fec9d9a5bce305f51b0ac5b7ccc7e9",
      "parents": [
        "1cf53d5ddb93b77ce1e277da85fe695e4c2a667d"
      ],
      "author": {
        "name": "Kristen Carlson Accardi",
        "email": "kristen.c.accardi@intel.com",
        "time": "Thu Aug 09 16:09:32 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:14 2007 -0700"
      },
      "message": "PCI Hotplug: pciehp: Request control over PCI Express Capability as well as Native hotplug\n\nAccording to the PCI firmware spec (3.0), the OS must claim control\nover the PCI Express Capability bits in addition to the PCI Express\nNative Hot Plug feature when executing _OSC.\n\nSigned-off-by: Kristen Carlson Accardi \u003ckristen.c.accardi@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "1cf53d5ddb93b77ce1e277da85fe695e4c2a667d",
      "tree": "c7db79ee80550c66f7bdc3cf4c9111bbff577a93",
      "parents": [
        "89913bf77a60fdb6ff204a670d3e191848a7b2c8"
      ],
      "author": {
        "name": "Kristen Carlson Accardi",
        "email": "kristen.c.accardi@intel.com",
        "time": "Thu Aug 09 16:09:31 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:14 2007 -0700"
      },
      "message": "PCI Hotplug: pciehp: Dont check bridge control on remove\n\nWhen removing a device with a bridge on it, only read the\nbridge control register if the adapter is actually present.\n\nSigned-off-by:  Kristen Carlson Accardi \u003ckristen.c.accardi@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "89913bf77a60fdb6ff204a670d3e191848a7b2c8",
      "tree": "a254c7087b6094938aa3fd896456b8f418668adc",
      "parents": [
        "73a985a140cd0f1b17fa1438af0359d6b9b32b16"
      ],
      "author": {
        "name": "Kenji Kaneshige",
        "email": "kaneshige.kenji@jp.fujitsu.com",
        "time": "Thu Aug 09 16:09:30 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:14 2007 -0700"
      },
      "message": "pciehp: remove CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE\n\nRemove unnecessary CONFIG_HOTPLUG_PCI_PCIE_EVENT_MODE.\n\nThe CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE option is not needed\nbecause polling mechanism can be enabled through \u0027pciehp_poll_mode\u0027\nmodule option.\n\nSigned-off-by: Kenji Kaneshige \u003ckaneshige.kenji@jp.fujitsu.com\u003e\nSigned-off-by: Kristen Carlson Accardi \u003ckristen.c.accardi@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "73a985a140cd0f1b17fa1438af0359d6b9b32b16",
      "tree": "85bc578de74c22661d6089fb8d73958c11e7d677",
      "parents": [
        "782e3b3b3804c38d5130c7f21d7ec7bf6709023f"
      ],
      "author": {
        "name": "Mariusz Kozlowski",
        "email": "m.kozlowski@tuxland.pl",
        "time": "Tue Jul 31 19:14:28 2007 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 15:03:13 2007 -0700"
      },
      "message": "PCI Hotplug: cpqphp_ctrl.c: kmalloc + memset conversion to kzalloc\n\n drivers/pci/hotplug/cpqphp_ctrl.c | 79698 -\u003e 79638 (-60 bytes)\n drivers/pci/hotplug/cpqphp_ctrl.o | 192896 -\u003e 192736 (-160 bytes)\n\nSigned-off-by: Mariusz Kozlowski \u003cm.kozlowski@tuxland.pl\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "71a380d668189778416d37cde5521575a45c5a17",
      "tree": "2b0fef402c3102278772c675504ae6441810805e",
      "parents": [
        "408af0dab78ef4145203b849d6bfd3195f6e3ec9",
        "60cc5147ae07b3b0f7592a611fa20169f7dd02cc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:02:45 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:02:45 2007 -0700"
      },
      "message": "Merge branch \u0027hysdn\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6\n\n* \u0027hysdn\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6:\n  [ISDN] hysdn: convert to PCI hotplug API\n"
    },
    {
      "commit": "408af0dab78ef4145203b849d6bfd3195f6e3ec9",
      "tree": "0d94116829dc6874888b5be97fb9af048c7d71c3",
      "parents": [
        "7e6973e9aca997d95995a7b17768f7b77b7c6c24",
        "77f1fd6ecd04556cbac1ca72e7a284ae313ea538"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:01:16 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 12 15:01:16 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc:\n  mmc: use correct unregister function for led trigger\n"
    },
    {
      "commit": "d1aa3e6aa8edfeb864af7c930523d9e588b28bea",
      "tree": "1ad0e6ead73cccc43dd1c1997aabb25acb4970d2",
      "parents": [
        "58ed7b94d98245fbad54a0af7ea3317ab1dd6876"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Thu Oct 11 16:47:36 2007 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:35 2007 -0700"
      },
      "message": "USB: fix race in autosuspend reschedule\n\nThis patch (as1002) fixes a small race which can occur when a driver\nexpects usbcore to reschedule an autosuspend request.  If the request\narrives too late, it won\u0027t be rescheduled.  The patch adds an extra\nargument to autosuspend_check(), indicating that a reschedule is\nneeded no matter how much time has elapsed.\n\nIt also tries to avoid letting asynchronous changes to the value of\njiffies cause a delay to become negative, by caching a local copy of\nthe current time.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "58ed7b94d98245fbad54a0af7ea3317ab1dd6876",
      "tree": "cc5df430c9a4a152d8b264f9f0c613ed40a2c333",
      "parents": [
        "d466a9190ff1ceddfee50686e61d63590fc820d9"
      ],
      "author": {
        "name": "Haavard Skinnemoen",
        "email": "hskinnemoen@atmel.com",
        "time": "Thu Oct 11 13:40:30 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:35 2007 -0700"
      },
      "message": "atmel_usba_udc: Keep track of the device status\n\nKeep track of the device status (as returned by the GET_STATUS\nrequest) and allow it to be manipulated by set_selfpowered() as\nwell as SET_FEATURE/CLEAR_FEATURE (for remote wakeup)\n\nImplement the wakeup() op, which refuses to do anything if the\nDEVICE_REMOTE_WAKEUP feature wasn\u0027t set by the host.  Now this\ndriver passes USBCV (at least, with gadget zero).\n\nFix one more locking bug; lockdep is every developer\u0027s friend.\n\nSigned-off-by: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "d466a9190ff1ceddfee50686e61d63590fc820d9",
      "tree": "aeec79ff781018822a3df182c2224fd8bdbd46c7",
      "parents": [
        "063a2da8f01806906f7d7b1a1424b9afddebc443"
      ],
      "author": {
        "name": "Ortwin Glück",
        "email": "odi@odi.ch",
        "time": "Thu Oct 11 17:29:43 2007 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:34 2007 -0700"
      },
      "message": "USB: Nikon D40X unusual_devs entry\n\nNot surprisingly the Nikon D40X DSC needs the same quirks as the D40,\nbut it has a separate ID.\nSee http://bugs.gentoo.org/show_bug.cgi?id\u003d191431\n\nFrom: Ortwin Glück \u003codi@odi.ch\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "063a2da8f01806906f7d7b1a1424b9afddebc443",
      "tree": "960243995fe608580e842b1a34228a3f991ea4dc",
      "parents": [
        "cd38c1e1ae5273c28a12baacaf17c1faa062661f"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Wed Oct 10 16:24:06 2007 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:34 2007 -0700"
      },
      "message": "USB: serial core should respect driver requirements\n\nThis patch (as997) fixes a bug in the USB serial core.  The core needs\nto pay attention to drivers\u0027 requirements regarding the number and\ntype of endpoints a device has.\n\nAt the same time, the patch changes the NUM_DONT_CARE constant (which\nis stored in a single-byte field) from -1 to a safer, unsigned value.\nIt also improves the kerneldoc for several fields in the\nusb_serial_driver structure.\n\nFinally, the patch replaces a list_for_each() with list_for_each_entry().\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "cd38c1e1ae5273c28a12baacaf17c1faa062661f",
      "tree": "941e5e2623725947ef40a68c04da371e9170fc20",
      "parents": [
        "271f9e68f3450ac8d1ff3bda36581f1ec0d0cc1f"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Wed Oct 10 16:24:56 2007 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:34 2007 -0700"
      },
      "message": "USB: documentation for USB power management\n\nThis patch (as998) adds documentation on how USB power management\nworks and how to use it.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "271f9e68f3450ac8d1ff3bda36581f1ec0d0cc1f",
      "tree": "245f6895f988086686fe338b0097fe9b99f1c9f9",
      "parents": [
        "32fe01985aa2cb2562f6fc171e526e279abe10db"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Wed Oct 10 16:30:12 2007 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:34 2007 -0700"
      },
      "message": "USB: skip autosuspended devices during system resume\n\nSystem suspends and hibernation are supposed to be as transparent as\npossible.  By this reasoning, if a USB device is already autosuspended\nbefore the system sleep begins then it should remain autosuspended\nafter the system wakes up.\n\nThis patch (as1001) adds a skip_sys_resume flag to the usb_device\nstructure and uses it to avoid waking up devices which were suspended\nwhen a system sleep began.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "32fe01985aa2cb2562f6fc171e526e279abe10db",
      "tree": "0c1865a1d3e91ae0839147430480c4099b16a06f",
      "parents": [
        "17f060224fb9f435c6f9306b7b61419d038def13"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Wed Oct 10 16:27:07 2007 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:34 2007 -0700"
      },
      "message": "USB: mutual exclusion for EHCI init and port resets\n\nThis patch (as999) fixes a problem that sometimes shows up when host\ncontroller driver modules are loaded in the wrong order.  If ehci-hcd\nhappens to initialize an EHCI controller while the companion OHCI or\nUHCI controller is in the middle of a port reset, the reset can fail\nand the companion may get very confused.  The patch adds an\nrw-semaphore and uses it to keep EHCI initialization and port resets\nmutually exclusive.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nAcked-by: David Brownell \u003cdavid-b@pacbell.net\u003e\nCc: David Miller \u003cdavem@davemloft.net\u003e\nCc: Dely L Sy \u003cdely.l.sy@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "17f060224fb9f435c6f9306b7b61419d038def13",
      "tree": "9ea83420b7b7b4143977efc2c303e94a7dde61f7",
      "parents": [
        "eecfb911a03a48ef5f7114246343128bd01c1b5f"
      ],
      "author": {
        "name": "Richard Sharpe",
        "email": "rsharpe@richardsharpe.com",
        "time": "Wed Oct 10 10:56:28 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:33 2007 -0700"
      },
      "message": "USB: allow usbstorage to have LUNS greater than 2Tb\n\nAttached is a very small patch (several comment lines) and a one-line\ncoded change) that allows for USB storage devices that are larger than\n2TB.\n\nAt the company where I work we need such support, and one of my\nco-workers, Jane Liu, pointed out that SCSI low-layer drivers need to\nspecify what size CDBs they accept. After looking through the code it\nbecame obvious that the current USB Storage code accepted the default of\n12-byte CDBs, so I changed it to accept 16-byte CDBs. This allows our\ndevice to work.\n\nSigned-off-by: Richard Sharpe \u003crsharpe@richardsharpe.com\u003e\nSigned-off-by: Matthew Dharm \u003cmdharm-usb@one-eyed-alien.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "eecfb911a03a48ef5f7114246343128bd01c1b5f",
      "tree": "0f21503d2b13a63bd6b01c3c3251042a074a6888",
      "parents": [
        "914a3f3b375493eb44ad652a431939258cf34f71"
      ],
      "author": {
        "name": "Nobuhiro Iwamatsu",
        "email": "iwamatsu@nigauri.org",
        "time": "Thu Oct 11 00:37:50 2007 +0900"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:33 2007 -0700"
      },
      "message": "USB: Adding support for SHARP WS011SH to ipaq.c\n\nThis patch supports for SHARP WS011SH[0] to ipaq.c\n\n[0]: http://www.willcom-inc.com/ja/lineup/ws/011sh/index.html\n(Sorry , Japanese only.)\n\nSigned-off-by: Nobuhiro Iwamatsu \u003ciwamatsu@nigauri.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "914a3f3b375493eb44ad652a431939258cf34f71",
      "tree": "83f603584d81e5fe2f8800ed56c2410448111f5c",
      "parents": [
        "c604e851486eabcbeb73e984279d436ce121fd5d"
      ],
      "author": {
        "name": "Haavard Skinnemoen",
        "email": "hskinnemoen@atmel.com",
        "time": "Wed Oct 10 02:29:43 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:33 2007 -0700"
      },
      "message": "USB: add atmel_usba_udc driver\n\nThis is a driver for the Atmel USBA UDC which can be found integrated\non AT32AP700x AVR32 processors. For hardware documentation, please see\nthe AT32AP7000 data sheet:\n\nhttp://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf\n\nThis is a dual speed controller (connects at high or full speed).\nThe driver supports up to 7 control, bulk, interrupt and isochronous\nendpoints with some constraints. Bulk, interrupt and isochronous\ntransfers are driven by DMA.\n\nSigned-off-by: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "c604e851486eabcbeb73e984279d436ce121fd5d",
      "tree": "66275b24db450ff940f8f694cf08579e0eb81fee",
      "parents": [
        "b24896c6b7ddb37ab20ba0bbfd0ed36a38923f67"
      ],
      "author": {
        "name": "Michael Buesch",
        "email": "mb@bu3sch.de",
        "time": "Tue Oct 09 23:47:17 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:33 2007 -0700"
      },
      "message": "USB: ohci SSB bus glue\n\nThis adds SSB bus glue for the USB OHCI HCD. \n\nSigned-off-by: Michael Buesch \u003cmb@bu3sch.de\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "b24896c6b7ddb37ab20ba0bbfd0ed36a38923f67",
      "tree": "e8b758635e84e5f9157f0504bb31207f4aae45a8",
      "parents": [
        "4f45426cfd6170311e116442ccd8ce0e31979237"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Tue Oct 09 22:04:16 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:33 2007 -0700"
      },
      "message": "USB: ehci build fixes on au1xxx, ppc-soc\n\nCleanup: references to two PM routines (and HCD entry points)\nthat no longer exist are swapped with their replacements.\n\nEvidently au1xxx and ppc-soc EHCI support doesn\u0027t get compiled\nwith power management very much, or these build bugs would have\nbeen patched long ago.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "4f45426cfd6170311e116442ccd8ce0e31979237",
      "tree": "d62325f3cf5261230f7d4423603665c9b5adbc01",
      "parents": [
        "f621b8437d6ae502dde45797f56407e48c7a68b4"
      ],
      "author": {
        "name": "Valentine Barshak",
        "email": "vbarshak@ru.mvista.com",
        "time": "Tue Oct 09 15:00:05 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:32 2007 -0700"
      },
      "message": "USB: add runtime frame_no quirk for big-endian OHCI\n\nAdd OHCI big endian frame_no quirk.  The frame_no value stored in the\nHCCA is a 16 bit field at a specific offset, but since not all CPUs can\ndo 16-bit memory accesses it\u0027s used as a 32 bit field.  And that\u0027s why\nbig-endian OHCI must shift 16 bits ... unless the spec is not followed.\n\nCurrently there\u0027s one MPC52xx platform that doesn\u0027t need the shift. This\npatch adds a new \"big endian frame_no\" quirk to control that at runtime.\n\nSigned-off-by: Valentine Barshak \u003cvbarshak@ru.mvista.com\u003e\nAcked-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "f621b8437d6ae502dde45797f56407e48c7a68b4",
      "tree": "767bc0813ac43baafb9a136a04d20a3068dc6a0b",
      "parents": [
        "d9c563626d9a136636385209d59d0c4f16c4a7ab"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Wed Sep 26 23:22:36 2007 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:32 2007 -0700"
      },
      "message": "USB: funsoft: Fix termios\n\nFunsoft has a bogus ioctl handler doing bogus termios handling in a bogus\nmanner. Fortunately we can simply delete all the bogus bits and get the\nright default behaviour !\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "d9c563626d9a136636385209d59d0c4f16c4a7ab",
      "tree": "160565a3f1bdb7c9720757a2e1858bf4bf598b60",
      "parents": [
        "3046c6db575019ba4ce6b9deac352d438ddf733d"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Wed Sep 26 23:34:18 2007 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:32 2007 -0700"
      },
      "message": "USB: visor: termios bits\n\nVisor has a huge complex routine which displays termios bits for debug\nbut doesn\u0027t do anything. Get the correct behaviour by removing it all\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "3046c6db575019ba4ce6b9deac352d438ddf733d",
      "tree": "3d9eb757056d47863904dcc7e0fe54f229ba99fa",
      "parents": [
        "27f5d75afaa1b65e4cc1e4ac8a2a5095d24f1576"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Fri Oct 05 14:43:00 2007 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:31 2007 -0700"
      },
      "message": "USB: unusual_devs entry for Nikon DSC D2Xs\n\nThis patch (as996) adds an unusual_devs entry for the Nikon DSC D2Xs\ncamera.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Phil Dibowitz \u003cphil@ipom.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "27f5d75afaa1b65e4cc1e4ac8a2a5095d24f1576",
      "tree": "9a31872018a28b5ada33601d2486bd2ee5784491",
      "parents": [
        "9454a57ab5922e5cd25321cae9d1a8cbeb3e2e85"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Thu Oct 04 18:06:16 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:31 2007 -0700"
      },
      "message": "USB: re-remove \u003clinux/usb_sl811.h\u003e\n\nRemove \u003clinux/usb_sl811.h\u003e ... somehow this was recreated when\nthe Blackfin arch was merged, instead of using \u003clinux/usb/sl811.h\u003e\nwhich is the correct header.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "9454a57ab5922e5cd25321cae9d1a8cbeb3e2e85",
      "tree": "373bba67d0393fbfb0950461509e243d602e4846",
      "parents": [
        "4d59d8a11383ebf0e0260ee481a4e766959fd7d9"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Thu Oct 04 18:05:17 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:31 2007 -0700"
      },
      "message": "USB: move \u003clinux/usb_gadget.h\u003e to \u003clinux/usb/gadget.h\u003e\n\nMove \u003clinux/usb_gadget.h\u003e to \u003clinux/usb/gadget.h\u003e, reducing\nsome of the clutter in the main include directory.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "4d59d8a11383ebf0e0260ee481a4e766959fd7d9",
      "tree": "240cf81cc56896a69c1467b7c8bc4f3f4022c3fd",
      "parents": [
        "437f375f262417b484f28007c3e8d21bd01d0e01"
      ],
      "author": {
        "name": "Sarah Sharp",
        "email": "sarah.a.sharp@intel.com",
        "time": "Wed Oct 03 14:56:03 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:30 2007 -0700"
      },
      "message": "USB: Export URB statistics for powertop\n\npowertop currently tracks interrupts generated by uhci, ehci, and ohci,\nbut it has no way of telling which USB device to blame USB bus activity on.\nThis patch exports the number of URBs that are submitted for a given device.\nCat the file \u0027urbnum\u0027 in /sys/bus/usb/devices/.../\n\nSigned-off-by: Sarah Sharp \u003csarah.a.sharp@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "437f375f262417b484f28007c3e8d21bd01d0e01",
      "tree": "c687fe67514f56d978a44dae97829319ec89b700",
      "parents": [
        "a59048d46303c4146993c37f51ed97a760fc4c0a"
      ],
      "author": {
        "name": "Vitaly Bordug",
        "email": "vitb@kernel.crashing.org",
        "time": "Thu Sep 27 00:36:22 2007 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:30 2007 -0700"
      },
      "message": "USB: serial gadget: Disable endpoints on unload\n\nAfter Serial gadget is being unloaded, neither serial itself, nor other\ngadget stuff can be loaded subsequently.\n\nSigned-off-by: Vitaly Bordug \u003cvitb@kernel.crashing.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "a59048d46303c4146993c37f51ed97a760fc4c0a",
      "tree": "85c5e5e249df3e30ea3fac5e6dbe24c01e10a9f3",
      "parents": [
        "5395353e0c8272fe73ac914acd7e4add0da2bef0"
      ],
      "author": {
        "name": "WANG Cong",
        "email": "xiyou.wangcong@gmail.com",
        "time": "Tue Oct 02 14:40:49 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:30 2007 -0700"
      },
      "message": "USB: drivers/usb/misc/sisusbvga/sisusb.c: kill two unused variables\n\nKill two unused variables in drivers/usb/misc/sisusbvga/sisusb.c.\n\nSigned-off-by: WANG Cong \u003cxiyou.wangcong@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "5395353e0c8272fe73ac914acd7e4add0da2bef0",
      "tree": "258ce18442ed45116f842cd13d0969cea7e5d353",
      "parents": [
        "9dcfbd97a695a3c28a867501127fa35ac49bc805"
      ],
      "author": {
        "name": "Benedikt Spranger",
        "email": "bene@linutronix.de",
        "time": "Tue Oct 02 14:40:48 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:30 2007 -0700"
      },
      "message": "usb-gadget-ether: prevent oops caused by error interrupt race\n\nFix a longstanding race in the Ethernet gadget driver, which can cause an\noops on device disconnect.  The fix is just to make the TX path check\nwhether its freelist is empty.  That check is otherwise not necessary,\nsince the queue is always stopped when that list empties (and restarted\nwhen request completion puts an entry back on that freelist).\n\nThe race window starts when the network code decides to transmit a packet,\nand ends when hard_start_xmit() grabs the freelist lock.  When disconnect()\nis called inside that window, it shuts down the TX queue and breaks the\notherwise-solid assumption that packets are never sent through a TX queue\nthat\u0027s stopped.\n\nSigned-off-by: Benedikt Spranger \u003cbene@linutronix.de\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "9dcfbd97a695a3c28a867501127fa35ac49bc805",
      "tree": "f59c059c2f83ba6c3640e7cdf0f2ef49c93691c2",
      "parents": [
        "ca0677a29bddee35918bf3c0c55cc3badd69079e"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Tue Oct 02 14:40:46 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 12 14:55:29 2007 -0700"
      },
      "message": "USB: fix gregkh-usb-usb-sisusb2vga-convert-printk-to-dev_-macros\n\ndrivers/usb/misc/sisusbvga/sisusb.c: In function \u0027sisusb_open\u0027:\ndrivers/usb/misc/sisusbvga/sisusb.c:2444: warning: \u0027sisusb\u0027 is used uninitialized in this function\n\nI can tell that\u0027ll oops just by looking at it.\n\nHow come this code assume a 7,000 column xterm? :(\n\nCc: Felipe Balbi \u003cfelipe.lima@indt.org.br\u003e\nCc: Thomas \u003cthomas@winischhofer.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    }
  ],
  "next": "ca0677a29bddee35918bf3c0c55cc3badd69079e"
}
