)]}'
{
  "log": [
    {
      "commit": "a2d76bd8fa29f9b6dbf3ee8f6bc7bdda21bc5ce8",
      "tree": "88387f513bb2c09b7195117b1d7bbf389dab5d52",
      "parents": [
        "30f417c65e151dc96998a8ef721149a43998bc65"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Thu Jul 28 21:16:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:05 2005 -0700"
      },
      "message": "[PATCH] uml: implement hostfs syncing\n\nActually implement the hostfs \"sync\" method.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "30f417c65e151dc96998a8ef721149a43998bc65",
      "tree": "8830925e76a185a8ac7843789d87ab288a9e74f3",
      "parents": [
        "201134ca168c27c1f895ecfd74f9ebf1129483d0"
      ],
      "author": {
        "name": "Christophe Lucas",
        "email": "clucas@rotomalug.org",
        "time": "Thu Jul 28 21:16:12 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:05 2005 -0700"
      },
      "message": "[PATCH] uml: Clean up prink calls\n\nprintk() calls should include appropriate KERN_* constant.\n\nSigned-off-by: Christophe Lucas \u003cclucas@rotomalug.org\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nCc: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "201134ca168c27c1f895ecfd74f9ebf1129483d0",
      "tree": "55e7e826f92a5fa4e7e7234908085f8a199a176e",
      "parents": [
        "7e1f49da6881bbf938e502d99335ad5488eb93b4"
      ],
      "author": {
        "name": "Bodo Stroesser",
        "email": "bstroesser@fujitsu-siemens.com",
        "time": "Thu Jul 28 21:16:11 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:04 2005 -0700"
      },
      "message": "[PATCH] uml: Fix typo\n\nFix a typo in wait_stub_done.\n\nSigned-off-by: Bodo Stroesser \u003cbstroesser@fujitsu-siemens.com\u003e\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nCc: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7e1f49da6881bbf938e502d99335ad5488eb93b4",
      "tree": "8ca765ab1f9ac081bd797b23c4355441b9f75966",
      "parents": [
        "d9b7cc84afc7f4ebcef27691279d557e13128818"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@addtoit.com",
        "time": "Thu Jul 28 21:16:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:04 2005 -0700"
      },
      "message": "[PATCH] uml: Fix load average \u003e\u003d1\n\nupdate_process_times was missing its irq_enter/irq_exit wrapper.  This caused\nksoftirqd to be scheduled on every clock tick.\n\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nCc: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d9b7cc84afc7f4ebcef27691279d557e13128818",
      "tree": "524e4909a810dbf00f171c72a4b5fd83cf95c538",
      "parents": [
        "9057e9deee648cb2824d83b9eb7058edb5442a21"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@addtoit.com",
        "time": "Thu Jul 28 21:16:08 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:04 2005 -0700"
      },
      "message": "[PATCH] uml: Fix redundant assignment\n\nBy this point, .is_user has already been set, so this assignment is useless.\n\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nCc: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9057e9deee648cb2824d83b9eb7058edb5442a21",
      "tree": "3068f40bdee9b5bae16615b51275bdbf7b978d4a",
      "parents": [
        "6f313b12335abf010802751c45249e7a0007a232"
      ],
      "author": {
        "name": "Bodo Stroesser",
        "email": "bstroesser@fujitsu-siemens.com",
        "time": "Thu Jul 28 21:16:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:04 2005 -0700"
      },
      "message": "[PATCH] uml: Fix skas0 stub return\n\nIt\u0027s wrong to pop a fixed number of words from stack before calling sigreturn,\nas the number depends on what code is generated by the compiler for the start\nof stub_segv_handler().  What we need is esp containing the address of\nsigcontext.  So we explicitly load that pointer into esp.\n\nSigned-off-by: Bodo Stroesser \u003cbstroesser@fujitsu-siemens.com\u003e\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nCc: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6f313b12335abf010802751c45249e7a0007a232",
      "tree": "9cbee37b5b09ec12424e7324845f805ea6c7b404",
      "parents": [
        "8afe07ce0003d4c63b7d76b6f28264503cb80d71"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@addtoit.com",
        "time": "Thu Jul 28 21:16:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:03 2005 -0700"
      },
      "message": "[PATCH] uml: vm86 compile fix\n\nWe added an include of asm/vm86.h in include/asm-i386/ptrace.h.  Since UML\nincludes the underlying arch\u0027s ptrace.h, it needs an asm/vm86.h in order to\nbuild.\n\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nCc: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8afe07ce0003d4c63b7d76b6f28264503cb80d71",
      "tree": "c92d9bff9c4e94504f90a090b48ffc7eb7fbb99d",
      "parents": [
        "b85e9680a33ae2df04bd493f220a76dcf183ce80"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Thu Jul 28 21:16:03 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:03 2005 -0700"
      },
      "message": "[PATCH] uml: avoid unnecessary pcap rebuild\n\nJust a Kbuild subtlety, not listing a target file inside targets causes it\nto be rebuilt each time, and as a consequence everything depending on it is\nrebuilt.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b85e9680a33ae2df04bd493f220a76dcf183ce80",
      "tree": "f6c405c80cc80d1e199cafe7867e91dd55da2b2a",
      "parents": [
        "2ca3310e78912a527d7d2c62c01da7cbf7346b8d"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@addtoit.com",
        "time": "Thu Jul 28 21:16:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:03 2005 -0700"
      },
      "message": "[PATCH] uml: fix TT mode by reverting \"use fork instead of clone\"\n\nWith Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\n\nRevert the following patch, because of miscompilation problems in different\nenvironments leading to UML not working *at all* in TT mode; it was merged\nlately in 2.6 development cycle, a little after being written, and has\ncaused problems to lots of people; I know it\u0027s a bit too long, but it\nshouldn\u0027t have been merged in first place, so I still apply for inclusion\nin the -stable tree.  Anyone using this feature currently is either using\nsome older kernel (some reports even used 2.6.12-rc4-mm2) or using this\npatch, as included in my -bs patchset.\n\nFor now there\u0027s not yet a fix for this patch, so for now the best thing is\nto drop it (which was widely reported to give a working kernel, and as such\nwas even merged in -stable tree).\n\n\"Convert the boot-time host ptrace testing from clone to fork.  They were\nessentially doing fork anyway.  This cleans up the code a bit, and makes\nvalgrind a bit happier about grinding it.\"\n\nURL:\nhttp://www.kernel.org/git/?p\u003dlinux/kernel/git/torvalds/linux-2.6.git;a\u003dcommit;h\u003d98fdffccea6cc3fe9dba32c0fcc310bcb5d71529\n\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2ca3310e78912a527d7d2c62c01da7cbf7346b8d",
      "tree": "3eb83a509487d5b85d346630e9d700d73d28e39e",
      "parents": [
        "4e90188be4a56f37fbb4ffb5b58745683526dcb9"
      ],
      "author": {
        "name": "Alasdair G Kergon",
        "email": "agk@redhat.com",
        "time": "Thu Jul 28 21:16:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:03 2005 -0700"
      },
      "message": "[PATCH] device-mapper: fix md-\u003elock deadlocks in core\n\nThis patch is an attempt to fix deadlocks discovered in the core dm.\n\nThe problems boil down to md-\u003elock having to be held in too many places, so\nI\u0027ve split it into two: md-\u003esuspend_lock and md-\u003eio_lock.\n\nsuspend_lock is now held throughout dm_suspended() as well as dm_resume()\nand dm_swap_table() so that these functions cannot run concurrently:\nthere\u0027s no requirement for that and it added complexity.\n\nDMF_FS_LOCKED becomes redundant: DMF_SUSPENDED provides adequate\nprotection.\n\nSigned-Off-By: Alasdair G Kergon \u003cagk@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4e90188be4a56f37fbb4ffb5b58745683526dcb9",
      "tree": "dde381c2419cce6e529729fd361bf0b9b90392ac",
      "parents": [
        "cf222b3769c3759488579441ab724ed33a2da5f4"
      ],
      "author": {
        "name": "Alasdair G Kergon",
        "email": "agk@redhat.com",
        "time": "Thu Jul 28 21:15:59 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:03 2005 -0700"
      },
      "message": "[PATCH] device-mapper: fix deadlocks in core\n\nAvoid another bdget_disk which can deadlock.\n\nSigned-Off-By: Alasdair G Kergon \u003cagk@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cf222b3769c3759488579441ab724ed33a2da5f4",
      "tree": "b49e2a731a02cc9a280183232ecad5c165f121eb",
      "parents": [
        "8c56ac3f3b12936b03d2626c7572fed5977af515"
      ],
      "author": {
        "name": "Alasdair G Kergon",
        "email": "agk@redhat.com",
        "time": "Thu Jul 28 21:15:57 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:03 2005 -0700"
      },
      "message": "[PATCH] device-mapper: fix deadlocks in core (prep)\n\nSome code tidy-ups in preparation for the next patches.  Change\ndm_table_pre/postsuspend_targets to accept NULL.  Use dm_suspended()\nthroughout.\n\nSigned-Off-By: Alasdair G Kergon \u003cagk@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8c56ac3f3b12936b03d2626c7572fed5977af515",
      "tree": "4cb1fa7e6e0a2830d99520f42c6624697d0194c7",
      "parents": [
        "5a7b90137d9f05390cf953d756e1edda2ca88053"
      ],
      "author": {
        "name": "Ravikiran G Thirumalai",
        "email": "kiran@scalex86.org",
        "time": "Thu Jul 28 21:15:55 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:02 2005 -0700"
      },
      "message": "[PATCH] x86_64: fix cpu_to_node setup for sparse apic_ids\n\nWhile booting with SMT disabled in bios, when using acpi srat to setup\ncpu_to_node[], sparse apic_ids create problems.\n\nWithout this patch, intel x86_64 boxes with hyperthreading disabled in the\nbios (and which rely on srat for numa setup) endup having incorrect values in\ncpu_to_node[] arrays, causing sched domains to be built incorrectly etc.\n\nSigned-off-by: Ravikiran Thirumalai \u003ckiran@scalex86.org\u003e\nSigned-off-by: Shai Fultheim \u003cshai@scalex86.org\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5a7b90137d9f05390cf953d756e1edda2ca88053",
      "tree": "3df76398df406be443a4931b64afa3af522709b1",
      "parents": [
        "ef6e525393dbbab7e1dc42594d35a1dfd688d1d7"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:54 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:02 2005 -0700"
      },
      "message": "[PATCH] x86_64: Remove unused variable in k8-bus.c\n\narch/x86_64/pci/k8-bus.c: In function `fill_mp_bus_to_cpumask\u0027:\narch/x86_64/pci/k8-bus.c:32: warning: unused variable `printed\u0027\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ef6e525393dbbab7e1dc42594d35a1dfd688d1d7",
      "tree": "31dff5c27707f7c095cbc6cd9157ac2fa62d487f",
      "parents": [
        "8d224d32c28c165f7100a670d61d64dd15d49a1e"
      ],
      "author": {
        "name": "Nishanth Aravamudan",
        "email": "nacc@us.ibm.com",
        "time": "Thu Jul 28 21:15:53 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:02 2005 -0700"
      },
      "message": "[PATCH] x86_64: Use msleep in smpboot.c\n\nReplace schedule_timeout() with msleep() to guarantee the task delays as\nexpected.\n\nSigned-off-by: Nishanth Aravamudan \u003cnacc@us.ibm.com\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8d224d32c28c165f7100a670d61d64dd15d49a1e",
      "tree": "7629d258137c67e395f471fccb846a7a421dab13",
      "parents": [
        "07291d431ce6c6660c35dd4e5e980a406dc3629a"
      ],
      "author": {
        "name": "Jesse Millan",
        "email": "jessem@cs.pdx.edu",
        "time": "Thu Jul 28 21:15:51 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:02 2005 -0700"
      },
      "message": "[PATCH] x86_64: Fix gcc 4 warning in sched_find_first_bit\n\nThis patch eliminates the GCC4 warning on the x86_64 platform:\n\nkernel/sched.c:1824: warning: control may reach end of non-void function\n\u0027sched_find_first_bit\u0027 being inlined.\n\nThe change follows the lead of others, i.e.  it is guaranteed that at least\none of b[0], b[1], or b[2] will have a bit set and evaluate to true.  That\nbeing said, GCC4.0.0 notices that the code flow does not return anything if\nb[0], b[1] and b[2] are not true.  Since we know better, if it\u0027s not b[0] or\nb[1], it has to be b[2].\n\nSigned-off-by: Jesse Millan \u003cjessem@cs.pdx.edu\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "07291d431ce6c6660c35dd4e5e980a406dc3629a",
      "tree": "6238e9d5ef085b714b19d2261d6e860bbf967bca",
      "parents": [
        "ed6b676ca8b50e0b538e61c283d52fd04f007abf"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:50 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:02 2005 -0700"
      },
      "message": "[PATCH] x86_64: Fix SRAT handling on non dual core systems\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ed6b676ca8b50e0b538e61c283d52fd04f007abf",
      "tree": "753ea613ce334c41f835f6aac21074b137d24713",
      "parents": [
        "3829ee6b1be03d5aa3005fe7d19f30088b539836"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:02 2005 -0700"
      },
      "message": "[PATCH] x86_64: Switch to the interrupt stack when running a softirq in local_bh_enable()\n\nThis avoids some potential stack overflows with very deep softirq callchains.\ni386 does this too.\n\nTOADD CFI annotation\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3829ee6b1be03d5aa3005fe7d19f30088b539836",
      "tree": "be7a9f93c38662905509f1033ef935436d8b02a3",
      "parents": [
        "3ba80e7595f3e308e5e7135445b513779fc0ba3b"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:48 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:02 2005 -0700"
      },
      "message": "[PATCH] x86_64: Small assembly improvements\n\nSave a byte here and there.  Ultimatively useless, but these things always\ncatch my eyes when reading the code so just fix them for now.\n\nAlso I got at least one patch fixing of them already, which gives a good\nexcuse.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3ba80e7595f3e308e5e7135445b513779fc0ba3b",
      "tree": "600e763635fd7b0639c0e0791f5328f0485a82f3",
      "parents": [
        "e2cac78935ff1705e1eb53be28da704d3482b4f5"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:01 2005 -0700"
      },
      "message": "[PATCH] x86_64: Remove unnecessary include in fault.c\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e2cac78935ff1705e1eb53be28da704d3482b4f5",
      "tree": "1a32474c6a7a27a3b143c52d3864eb635453078e",
      "parents": [
        "b6a68a16dc15c65fe76acb7502a806ae415cd3e4"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:46 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:01 2005 -0700"
      },
      "message": "[PATCH] x86_64: When running cpuid4 need to run on the correct CPU\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b6a68a16dc15c65fe76acb7502a806ae415cd3e4",
      "tree": "8e509a3818fe4670f2a1f5789a17e3ef12a9aab5",
      "parents": [
        "2275cfa8bcb833cdac7dcc616d11306ca35eec58"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:01 2005 -0700"
      },
      "message": "[PATCH] x86_64: Turn BUG data into valid instruction\n\nThis avoids confusing the disassembler. Costs 2 bytes per BUG.\n\nThanks to Suresh Siddha and Jan Beulich for suggesting suitable instructions.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2275cfa8bcb833cdac7dcc616d11306ca35eec58",
      "tree": "079ad29faf7f05dbfe5235d322d741ea540ba29c",
      "parents": [
        "f8d311939f9d2b2a5e935df8dceb98b7cbe08d43"
      ],
      "author": {
        "name": "Andreas Gruenbacher",
        "email": "agruen@suse.de",
        "time": "Thu Jul 28 21:15:44 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:01 2005 -0700"
      },
      "message": "[PATCH] x86_64: Icecream has no way of detecting assembler-level includes\n\nIcecream preprocesses c sources locally, and sends the result off to a remote\nhost for compiling.  It does not recognize includes at assembler level.  The\nfix is to put the assemberincludes an a separate .s file, which will always be\nassembled locally.\n\nSigned-off-by: Andreas Gruenbacher \u003cagruen@suse.de\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f8d311939f9d2b2a5e935df8dceb98b7cbe08d43",
      "tree": "02da12ff661ee3da44e29e4ca89df28dea8a4593",
      "parents": [
        "37a47e65fa58d413a31f27ee88f6cb98583b6157"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:42 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:01 2005 -0700"
      },
      "message": "[PATCH] x86_64: Support more than 8 cores on AMD systems\n\nUse physical mode instead of logical mode to address more CPUs.  This is also\nused in the CPU hotplug case to avoid a race.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "37a47e65fa58d413a31f27ee88f6cb98583b6157",
      "tree": "4c9cc88e9816f174d379d3c0f8066aa78163809f",
      "parents": [
        "5f68c1388ada34998c2902c289c6a6b625a73c4e"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:01 2005 -0700"
      },
      "message": "[PATCH] x86_64: Remove the broadcast options that were added for cpuhotplug\n\nWill be obsolete with physflat.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5f68c1388ada34998c2902c289c6a6b625a73c4e",
      "tree": "6f7f75698bb706e549d553843145de091b3fb745",
      "parents": [
        "91c6d400940e97f2809c04fcf383517f7650dbd4"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:00 2005 -0700"
      },
      "message": "[PATCH] x86_64: Remove IA32_* build tools in Makefile\n\nNot used anymore since quite some time. Just uses -m32 instead.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "91c6d400940e97f2809c04fcf383517f7650dbd4",
      "tree": "15eb8b6b3d05e06ab33a125bf2cf7c5081d6848a",
      "parents": [
        "69cb62eb6dceb0da701e04395d3b412a0648c118"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:00 2005 -0700"
      },
      "message": "[PATCH] x86_64: Create per CPU machine check sysfs directories\n\nThis patch will create machinecheck sysdev directories per CPU.  All of the\ncpus still share the same ctl banks.  When compiled with CONFIG_HOTPLUG_CPU,\nit will also bring up/down sysdev directories as cpus go up/down.  I have\ntested the patch along with CONFIG_HOTPLUG_CPU option on in 2.6.13-rc1 kernel.\n\nMinor changes by AK: remove useless unload function\n\nSigned-off-by: Jacob Shin \u003cjacob.shin@amd.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "69cb62eb6dceb0da701e04395d3b412a0648c118",
      "tree": "5ed6306e055dbfe30b4db4e7dd1c80439d762f25",
      "parents": [
        "b684664fd495fd640353c0f786751763db77dcfb"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:00 2005 -0700"
      },
      "message": "[PATCH] x86_64: Print a boot message for hotplug memory zones\n\nFrom: Keith Manning\n\nPrint a boot message for hotplug memory zones\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b684664fd495fd640353c0f786751763db77dcfb",
      "tree": "348f3d452f9d1a78ec1a3684ef53380d41ec9db8",
      "parents": [
        "17158d17aa726142255050b407ad701a6f191aba"
      ],
      "author": {
        "name": "Keith Mannthey",
        "email": "kmannth@us.ibm.com",
        "time": "Thu Jul 28 21:15:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:00 2005 -0700"
      },
      "message": "[PATCH] x86_64: Fix overflow in NUMA hash function setup\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "17158d17aa726142255050b407ad701a6f191aba",
      "tree": "40256c4adc9eee2f504ab2ef7eea316f5a10fbe0",
      "parents": [
        "ca4e6b740206fc943cc1c90fd434d4d389da8f2b"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:00 2005 -0700"
      },
      "message": "[PATCH] x86_64: Fix incorrectly defined MSR_K8_SYSCFG\n\nHarmless because the kernel didn\u0027t use it.  Noticed by Travis Betak\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ca4e6b740206fc943cc1c90fd434d4d389da8f2b",
      "tree": "9d0e4905f96a4fa029664f3ee0c5e1b338b01cb9",
      "parents": [
        "6391ad0aa487e7b13588b1439d2462a320b07d0d"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:46:00 2005 -0700"
      },
      "message": "[PATCH] x86_64: Fix some typos in system.h comments\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6391ad0aa487e7b13588b1439d2462a320b07d0d",
      "tree": "4d45938e7e62fd958985852b1fdeded35fa488f8",
      "parents": [
        "d970a5218088a856d80acd9da6c6742f55cb0a0d"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:45:59 2005 -0700"
      },
      "message": "[PATCH] x86_64: Remove obsolete eat_key prototype\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d970a5218088a856d80acd9da6c6742f55cb0a0d",
      "tree": "c0f8f7e7e774dd22d74553ce72ae1b8d8127fe39",
      "parents": [
        "ef4d7cbea773a77b36e732779cab4018ba2c037b"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:45:59 2005 -0700"
      },
      "message": "[PATCH] x86_64: Fix some comments in tlbflush.h\n\nWere either outdated or misleading.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ef4d7cbea773a77b36e732779cab4018ba2c037b",
      "tree": "c9aeb9e716ee2d83204724d6e2baa2b2e81caf0e",
      "parents": [
        "a54649b801e5fe69755dc55e6589f7a65af25d79"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:45:59 2005 -0700"
      },
      "message": "[PATCH] x86_64: Some updates for boot-options.txt\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a54649b801e5fe69755dc55e6589f7a65af25d79",
      "tree": "77245e9b10077b63325972761a711adaa6fa9588",
      "parents": [
        "c853cc7e7940a2d6ad66cfe666192516fc06b0e3"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:45:59 2005 -0700"
      },
      "message": "[PATCH] x86_64: Improve CONFIG_GART_IOMMU description and make it default y\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c853cc7e7940a2d6ad66cfe666192516fc06b0e3",
      "tree": "0c280f4db32264b0d89f38b990d085cbd0335a4a",
      "parents": [
        "a940199f206dcf51c65fae27e2ce412f2c5a2b22"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:31 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:45:59 2005 -0700"
      },
      "message": "[PATCH] x86_64: Remove unused variable in delay.c\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a940199f206dcf51c65fae27e2ce412f2c5a2b22",
      "tree": "ada838ac347214d20fcb6003cba1c4938dc7ebae",
      "parents": [
        "de04f3220b9789cc40fd6b1d151dfa0a7e3b03b9"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:45:58 2005 -0700"
      },
      "message": "[PATCH] x86_64: Some cleanup in setup64.c\n\nMinor cleanup.\n\nMove things into their include files, remove obsolete includes, fix\nindentation, remove obsolete special cases etc.\n\nI also added the per cpu section to asm-generic/sections.h and fixed\ninit/main.c to use it.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "de04f3220b9789cc40fd6b1d151dfa0a7e3b03b9",
      "tree": "aa2f1766c0bc340a8298c463f2138649a83a6177",
      "parents": [
        "3019e8ebe6281843488250ee3a539106806da93a"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:45:58 2005 -0700"
      },
      "message": "[PATCH] x86_64: Clarify Booting processor ... message\n\nNo need to print kernel addresses there and clarify what the APIC-ID is.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3019e8ebe6281843488250ee3a539106806da93a",
      "tree": "a40624eb7c152ffaab95c9fa65e99075eee11018",
      "parents": [
        "61b1b2d0239da82c0bed8adaa1d070c6551d4afd"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:45:58 2005 -0700"
      },
      "message": "[PATCH] x86_64: Minor clean up to CPU setup - use smp_processor_id instead of custom hack\n\nDoes not change any semantics because numa_add_cpu checks for CPU 0 anyways.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "61b1b2d0239da82c0bed8adaa1d070c6551d4afd",
      "tree": "121b652c8b6915d17beb622086e362a9e9c1733e",
      "parents": [
        "5b943fbfaf0dbdd3cd9ff2dda100f0b8c47a7d8c"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:45:58 2005 -0700"
      },
      "message": "[PATCH] x86_64: Move cpu_present/possible_map parsing earlier\n\nVarious code needs this information now before the actual SMP bootup.  Instead\nof computing it on the fly while booting the other CPUs set it up now while\ninitial MPtable/MADT parsing.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5b943fbfaf0dbdd3cd9ff2dda100f0b8c47a7d8c",
      "tree": "5c6082a8aa0fca1f0459871f95d83177ce02943b",
      "parents": [
        "74f0629397cb435e144ff47c48f3bc39e879f196"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:45:58 2005 -0700"
      },
      "message": "[PATCH] x86_64: i386/x86_64: remove prototypes for not existing functions in smp.h\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "74f0629397cb435e144ff47c48f3bc39e879f196",
      "tree": "a5e7a0c889304e3e56b54ea2c8006aa23589cd11",
      "parents": [
        "acc7b6f01c3d387faa34233a25949eaaf18e0753"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:45:57 2005 -0700"
      },
      "message": "[PATCH] x86_64: Use for_each_cpu_mask for clustered IPI flush\n\nMakes it slightly more efficient.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "acc7b6f01c3d387faa34233a25949eaaf18e0753",
      "tree": "d30259bf8a9793c58439bc149cc140e77597678e",
      "parents": [
        "5df3574ec0eac0eb8d758e8e9b1ad95d909a9e1f"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:45:57 2005 -0700"
      },
      "message": "[PATCH] x86_64: Update defconfig\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5df3574ec0eac0eb8d758e8e9b1ad95d909a9e1f",
      "tree": "0d8922d07d0d463b8a012143d38ca1dae73136ea",
      "parents": [
        "2a16a3007d5b5896ff62d149bb4dca1a29fd78c4"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Thu Jul 28 21:15:22 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:45:57 2005 -0700"
      },
      "message": "[PATCH] x86_64: Always ack IPIs even on errors\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2a16a3007d5b5896ff62d149bb4dca1a29fd78c4",
      "tree": "503c4baf54a7be16e1dd40ba864a855b73f539e9",
      "parents": [
        "63953523341bcafe5928bf6e99bffd7db94b471e"
      ],
      "author": {
        "name": "Alexander Nyberg",
        "email": "alexn@telia.com",
        "time": "Thu Jul 28 21:15:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 21:45:57 2005 -0700"
      },
      "message": "[PATCH] x86_64: cpu hotplug changes kills nmi watchdog\n\nWhen the x86_64 cpu hotplug changes went in it added a check in\ndefault_do_nmi() which kills NMI delivery on any CPU but the BSP.\n\nThe NMI watchdog is brought up quite some time before the online bit is set\nin num_online_cpus so this won\u0027t work very well.  The nmi watchdogs on cpus\nthat are not BSP will never be reprogrammed and no NMIs.\n\nWhy was this check added? How does an offlined cpu receive an NMI?\n\nSigned-off-by: Alexander Nyberg \u003calexn@telia.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nCc: Andrew Morton \u003cakpm@osdl.org\u003e\nCc: Zwane Mwaikambo \u003czwane@arm.linux.org.uk\u003e\nCc: \u003cashok.raj@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "63953523341bcafe5928bf6e99bffd7db94b471e",
      "tree": "2a27dc78b6883265da24f03b16774745c0f0865a",
      "parents": [
        "bafd2df5d0049bccc74947fece37963e3f68fadc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 15:44:44 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 15:44:44 2005 -0700"
      },
      "message": "Linux 2.6.13-rc4\n"
    },
    {
      "commit": "bafd2df5d0049bccc74947fece37963e3f68fadc",
      "tree": "5a110870f96f842049f8cc9ffd10bf24fb108206",
      "parents": [
        "2ac6608c41f8c45371ea9dddae7f99bc2c15d5cf"
      ],
      "author": {
        "name": "Joachim Nilsson",
        "email": "joachim.nilsson@vmlinux.org",
        "time": "Fri Jul 29 00:18:03 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 15:43:58 2005 -0700"
      },
      "message": "[PATCH] fix gconfig crash\n\nI ran glade-2 on the glade file, fixed two missing stock icons and\ncleaned up the C code that inserts the single/split/full modes. The\nrest of the patch is minor cleanups only. I refrained from using all\nthe included xpm icons in images.c (like qconf.cc does) in favour of\nusing the stock Gtk+ icons instead. Oh, yes there was a \"back\" bug\nin split mode that I also removed, oh well...\n\nIt has been tested with success by several people, including\nJesper Juhl, Randy Dunlap and myself.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2ac6608c41f8c45371ea9dddae7f99bc2c15d5cf",
      "tree": "8d0c6801d488e5bfc6cc0bdf10bba35821bf5e69",
      "parents": [
        "7b70888a192eff457c2ca0a4ffa04815f5e19734"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 10:34:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 10:34:47 2005 -0700"
      },
      "message": "Revert broken \"statement with no effect\" warning fix\n\nIt may shut up gcc, but it also incorrectly changes the semantics of the\nsmp_call_function() helpers.\n\nYou can fix the warning other ways if you are interested (create another\ninline function that takes no arguments and returns zero), but\npreferably gcc just shouldn\u0027t complain about unused return values from\nstatement expressions in the first place.\n"
    },
    {
      "commit": "7b70888a192eff457c2ca0a4ffa04815f5e19734",
      "tree": "8c75d6908b1e83b750b50e7a26da867926e0f5cd",
      "parents": [
        "cd85c8b4457a52d3545fdb9532082b2c1ebd5f21",
        "0a97af41b0e77f834acc0870155de616a373e899"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:41:58 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:41:58 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa\n"
    },
    {
      "commit": "cd85c8b4457a52d3545fdb9532082b2c1ebd5f21",
      "tree": "58b294ef3cd90f08fa77555352de63934a881405",
      "parents": [
        "79a8810221ee9ea96c4e5a5817afb88f22ea698c"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Thu Jul 28 08:45:06 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:40:31 2005 -0700"
      },
      "message": "[PATCH] speed up on find_first_bit for i386 (let compiler do the work)\n\nAvoid using \"rep scas\", just let the compiler select a sequence of\nregular instructions.\n\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "79a8810221ee9ea96c4e5a5817afb88f22ea698c",
      "tree": "7e2c09f335ac6e51e6bad2299c3f9da4132d34c9",
      "parents": [
        "11be00cba6be114f861123cfc6779f195a615d22"
      ],
      "author": {
        "name": "Richard Henderson",
        "email": "rth@twiddle.net",
        "time": "Thu Jul 28 01:07:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:02 2005 -0700"
      },
      "message": "[PATCH] alpha: fix \"statement with no effect\" warnings\n\nApparently gcc 4.0 complains about \"({ 0; });\", which leads to -Werror\nbreakage in one of the alpha oprofile modules.\n\nOne might could argue that this is a gcc bug, in that statement-expressions\nshould be considered to be function-like rather than statement-like for the\npurposes of this warning.  But it\u0027s just as easy to use an inline function\nin the first place, side-stepping the issue.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "11be00cba6be114f861123cfc6779f195a615d22",
      "tree": "eb0a9beef23463d18d8d440c8fba9cbbb1f986b3",
      "parents": [
        "8b378def5a386c4a7f15b51ed79802badb9f5a70"
      ],
      "author": {
        "name": "Bjorn Helgaas",
        "email": "bjorn.helgaas@hp.com",
        "time": "Thu Jul 28 01:07:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:02 2005 -0700"
      },
      "message": "[PATCH] PCDP: if PCDP contains parity information, use it\n\nIf the PCDP supplies parity, use it (only none/even/odd supported), and\ndon\u0027t append parity/stop bit arguments unless baud is present.\n\nSigned-off-by: Bjorn Helgaas \u003cbjorn.helgaas@hp.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8b378def5a386c4a7f15b51ed79802badb9f5a70",
      "tree": "52d53a2a28f788a8302a83248bda8ac774076dc4",
      "parents": [
        "f5c1d5b2aaf9a98f15a6dcdfbba1f494d0aaae52"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Jul 28 01:07:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:02 2005 -0700"
      },
      "message": "[PATCH] e1000: no need for reboot notifier\n\nsys_reboot() now calls device_suspend(), so it is no longer necessary for\nthe e1000 driver to register a reboot notifier [in fact doing so results in\ne1000_suspend() getting called twice].\n\n(akpm: we need to fast-track this.  It\u0027s causing ia64 to oops on shutdown)\n\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\nCc: \u003ccramerj@intel.com\u003e\nCc: \u003cjohn.ronciak@intel.com\u003e\nCc: \u003cganesh.venkatesan@intel.com\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f5c1d5b2aaf9a98f15a6dcdfbba1f494d0aaae52",
      "tree": "e896d0b6b9f561c9d124fa81efd261518ccbddf4",
      "parents": [
        "e1699f508ab5098de4b258268fa8913db38d9d35"
      ],
      "author": {
        "name": "James Morris",
        "email": "jmorris@redhat.com",
        "time": "Thu Jul 28 01:07:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:02 2005 -0700"
      },
      "message": "[PATCH] SELinux: default labeling of MLS field\n\nImplement kernel labeling of the MLS (multilevel security) field of\nsecurity contexts for files which have no existing MLS field.  This is to\nenable upgrades of a system from non-MLS to MLS without performing a full\nfilesystem relabel including all of the mountpoints, which would be quite\npainful for users.\n\nWith this patch, with MLS enabled, if a file has no MLS field, the kernel\ninternally adds an MLS field to the in-core inode (but not to the on-disk\nfile).  This MLS field added is the default for the superblock, allowing\nper-mountpoint control over the values via fixed policy or mount options.\n\nThis patch has been tested by enabling MLS without relabeling its\nfilesystem, and seems to be working correctly.\n\nSigned-off-by: James Morris \u003cjmorris@redhat.com\u003e\nSigned-off-by: Stephen Smalley \u003csds@epoch.ncsc.mil\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e1699f508ab5098de4b258268fa8913db38d9d35",
      "tree": "4435afeae1b6e4e90e787ca1af1701fa9186b2f1",
      "parents": [
        "ac12259f2984d96454affc147f9d63f2ac2ac1f8"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "ijc@hellion.org.uk",
        "time": "Thu Jul 28 01:07:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:02 2005 -0700"
      },
      "message": "[PATCH] cs89x0: collect tx_bytes statistics\n\nSigned-off-by: Ian Campbell \u003cicampbell@arcom.com\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ac12259f2984d96454affc147f9d63f2ac2ac1f8",
      "tree": "7c020f7c6efbfd57b85043d7af615fe473ea4a42",
      "parents": [
        "ad2b93123d2b3cb4ba9a98dd5f62acb6d6b50391"
      ],
      "author": {
        "name": "Giancarlo Formicuccia",
        "email": "giancarlo.formicuccia@gmail.com",
        "time": "Thu Jul 28 01:07:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:01 2005 -0700"
      },
      "message": "[PATCH] Fix incorrect Asus k7m irq router detection\n\nThis patch:\nhttp://marc.theaimsgroup.com/?l\u003dbk-commits-head\u0026m\u003d111955644929114\u0026w\u003d2\nuncovered a k7m bios bug, where the VT82C686A router is reported as\nbeing \"586-compatible\". The two chips have different pirq mapping, so\nthis leads to \"irq routing conflict\" on many pci devices.\n\nThe suggested fix was discussed with Aleksey Gorelov, who helped me\nto identify the problem as a probable bios bug.\n\nSigned-off-by: Giancarlo Formicuccia \u003cgiancarlo.formicuccia@gmail.com\u003e\nCc: Dave Jones \u003cdavej@codemonkey.org.uk\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ad2b93123d2b3cb4ba9a98dd5f62acb6d6b50391",
      "tree": "250d0f5157c98c1cc650a08bcad3f9f5a6f3ee17",
      "parents": [
        "eaaf9c68e75edf0fa51c5770eb68c2a6cb5ff66b"
      ],
      "author": {
        "name": "Mike Miller",
        "email": "mike.miller@hp.com",
        "time": "Thu Jul 28 01:07:31 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:01 2005 -0700"
      },
      "message": "[PATCH] cciss per disk queue\n\nThis patch adds per disk queue functionality to cciss.  Sometime back I\nsubmitted a patch but it looks like only part of what I needed.  In the 2.6\nkernel if we have more than one logical volume the driver will Oops during\nrmmod.  It seems all of the queues actually point back to the same queue.\nSo after deleting the first volume you hit a null pointer on the second\none.\n\nThis has been tested in our labs.  There is no difference in performance,\nit just fixes the Oops.\n\nSigned-off-by: Mike Miller \u003cmike.miller@hp.com\u003e\nCc: Jens Axboe \u003caxboe@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "eaaf9c68e75edf0fa51c5770eb68c2a6cb5ff66b",
      "tree": "9f9426f38eff47c4e6ab4bc361dc66c30974b075",
      "parents": [
        "d8c4b4195c7d664baf296818bf756775149232d3"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Thu Jul 28 01:07:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:01 2005 -0700"
      },
      "message": "[PATCH] pcmcia: disable read prefetch/write burst on old O2Micro bridges\n\nOlder O2Micro bridges have problems with both read prefetch and write burst\ndepending on the combination of the chipset, bridge, cardbus card.  safest is\nto disable read prefetch and write burst on those old bridges.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d8c4b4195c7d664baf296818bf756775149232d3",
      "tree": "0ca8d557b9bdb44836255ec72d1c4273db50bcce",
      "parents": [
        "a1b274fbe3f00469fb8a68806469ec7746c7f648"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Thu Jul 28 01:07:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:01 2005 -0700"
      },
      "message": "[PATCH] yenta: free_irq() on suspend.\n\nResume doesn\u0027t seem to work without.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a1b274fbe3f00469fb8a68806469ec7746c7f648",
      "tree": "1c7701d1d9d8ec9dd6ff0d692501e6850032abef",
      "parents": [
        "661d04c6f08c16ae63fb3be05d59ee99c6f3de52"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 28 01:07:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:01 2005 -0700"
      },
      "message": "[PATCH] pcmcia: fix sharing IRQs and request_irq without IRQ_HANDLE_PRESENT\n\nDebugging and description from: Noah Misch \u003cnoah@cs.caltech.edu\u003e\n\nWhen a driver calls pcmcia_request_irq with IRQ_HANDLE_PRESENT unset, it looks\nfor an open IRQ by request_irq()ing with a dummy handler and NULL dev_info.\nfree_irq uses dev_info as a key for identifying the handler to free among\nthose sharing an IRQ, so request_irq returns -EINVAL if dev_info is NULL and\nthe IRQ may be shared.  That unknown error code is the -EINVAL.\n\nIt looks like only pcnet_cs and axnet_cs are affected.  Most other drivers let\npcmcia_request_irq install their interrupt handlers.  sym53c500_cs requests\nits IRQ manually, but it cannot share an IRQ.\n\nThe appended patch changes pcmcia_request_irq to pass an arbitrary, unique,\nnon-NULL dev_info with the dummy handler.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "661d04c6f08c16ae63fb3be05d59ee99c6f3de52",
      "tree": "3f989ce2093f5fb326d2621265457080b0c4ea90",
      "parents": [
        "d277ad0eaa056c632707271192ec5896548f15d6"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 28 01:07:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:00 2005 -0700"
      },
      "message": "[PATCH] pcmcia: update documentation\n\nUpdate the PCMCIA documentation to reflect some more, though older, changes.\nParts extracted from an e-mail from Randy Dunlap with his consent.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d277ad0eaa056c632707271192ec5896548f15d6",
      "tree": "ca519bab062686f3277c1d2751fdf739d2b143b9",
      "parents": [
        "2e5a3e79091615c5eae871ad9e794ed48753ae05"
      ],
      "author": {
        "name": "Komuro",
        "email": "komurojun-mbn@nifty.com",
        "time": "Thu Jul 28 01:07:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:00 2005 -0700"
      },
      "message": "[PATCH] pcmcia: fix many device IDs\n\nIf the product-id-string contains the \u0027+\u0027 , \u0027\u0026\u0027 ,\u0027_\u0027, it was not converted\nproperly from the /etc/pcmcia/config(pcmcia-cs config file).\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2e5a3e79091615c5eae871ad9e794ed48753ae05",
      "tree": "b354fe9969222384892d5a8629b62aeda95aee32",
      "parents": [
        "dc33a4a36cad02b939b9a4fb2f15ade17d61cdaf"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 28 01:07:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:00 2005 -0700"
      },
      "message": "[PATCH] pcmcia: avoid duble iounmap of one address\n\nAvoid double iounmap of one address, and disable cis_virt if set_mem_map\nfailed.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dc33a4a36cad02b939b9a4fb2f15ade17d61cdaf",
      "tree": "be772611363a522438fd6e130086e64d20bf6aba",
      "parents": [
        "b2e0743a515c3317b0f9c93fb1c5e082c87474a2"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 28 01:07:22 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:00 2005 -0700"
      },
      "message": "[PATCH] pcmcia: update au1000 to work with recent changes\n\nGet the au1000 PCMCIA socket drivers to work.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b2e0743a515c3317b0f9c93fb1c5e082c87474a2",
      "tree": "cc8f0100ffd8fd8163a45b86211c49000e084596",
      "parents": [
        "ba5bb6b58490693fb9b5de3ffee48c6dc9ae0d6c"
      ],
      "author": {
        "name": "Jar",
        "email": "jar@pcuf.fi",
        "time": "Thu Jul 28 01:07:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:00 2005 -0700"
      },
      "message": "[PATCH] pcmcia: remove duplicates in orinoco_cs\n\nRemove duplicates from the device id table.\n\nSigned-off-by: Jarkko Raja \u003cjar@pcuf.fi\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ba5bb6b58490693fb9b5de3ffee48c6dc9ae0d6c",
      "tree": "c905f6a5637672a255b519f5dc9ff4d6381782e1",
      "parents": [
        "698e22c4bf7dad25d63f5c2ec6ca07047579c434"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Thu Jul 28 01:07:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:38:59 2005 -0700"
      },
      "message": "[PATCH] pcmcia: fix comment\n\nThere are two problems with the message about missing callback functions: it\u0027s\nnot written in correct English and it lacks newline at the end.\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "698e22c4bf7dad25d63f5c2ec6ca07047579c434",
      "tree": "0327c22f127d7ccf460b139ec61bd2e2a035c100",
      "parents": [
        "a5453be48e8def75a9c1b2177b82fa0e692c6e3a"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Thu Jul 28 01:07:19 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:38:59 2005 -0700"
      },
      "message": "[PATCH] pcmcia: ide-cs id_table update\n\nSanDisk ConnectPlus has two functions.  Function 0 is prism2 card, currently\nonly supported by HostAP (not in the kernel).  Function 1 is 128M flash,\nsupported by ide-cs.  This patch adds an entry for function 1 to ide-cs.c.\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a5453be48e8def75a9c1b2177b82fa0e692c6e3a",
      "tree": "c1d224f0fb4db22e87567e1eea45001a7b11e51f",
      "parents": [
        "577a4f8102d54b504cb22eb021b89e957e8df18f"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Thu Jul 28 01:07:18 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:38:59 2005 -0700"
      },
      "message": "[PATCH] bio_clone fix\n\nFix bug introduced in 2.6.11-rc2: when we clone a BIO we need to copy over the\ncurrent index into it as well.\n\nIt corrupts data with some MD setups.\n\nSee http://bugzilla.kernel.org/show_bug.cgi?id\u003d4946\n\nHuuuuuuuuge thanks to Matthew Stapleton \u003cmatthew4196@gmail.com\u003e for doggedly\nchasing this one down.\n\nAcked-by: Jens Axboe \u003caxboe@suse.de\u003e\nCc: \u003clinux-raid@vger.kernel.org\u003e\nCc: \u003cdm-devel@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0a97af41b0e77f834acc0870155de616a373e899",
      "tree": "08581961d888b1bcdf318c210fc6ee64b74fd7c2",
      "parents": [
        "da8ea98b21236f29a5df723e3cc5abdc6530c07c"
      ],
      "author": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 15:50:42 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 15:50:42 2005 +0200"
      },
      "message": "[ALSA] version 1.0.9b\n"
    },
    {
      "commit": "da8ea98b21236f29a5df723e3cc5abdc6530c07c",
      "tree": "9e7650386d471d159ea306fff83b6116a9ee78c7",
      "parents": [
        "69c3e5f8562c7854d9dd8d7820a89286f9440e41"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Jul 28 15:22:55 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 15:26:28 2005 +0200"
      },
      "message": "[ALSA] wavefront - declare initialization data as static\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "69c3e5f8562c7854d9dd8d7820a89286f9440e41",
      "tree": "54f5692389f5f38a601877e3f5a47ee476d9f420",
      "parents": [
        "eeacb5457cf5f0802fb29f385befa0b1d166cadb"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Jul 27 17:30:14 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:27:09 2005 +0200"
      },
      "message": "[ALSA] via82xx - Fix dxs_support of twinhead laptop\n\nVIA82xx driver\nChanged the dxs_support value of twinhead laptop to DXS_SRC.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "eeacb5457cf5f0802fb29f385befa0b1d166cadb",
      "tree": "a6338a342bb55e77feb348f57a1bf0182cb31ba1",
      "parents": [
        "7b566054b33474cdd674289a8c7dd282c02e536e"
      ],
      "author": {
        "name": "Sergey Ulanov",
        "email": "Sergey.Ulanov@asplinux.ru",
        "time": "Wed Jul 27 17:28:58 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:27:05 2005 +0200"
      },
      "message": "[ALSA] Jack Sense support for AD1980 and AD1888\n\nAC97 Codec\nAttached patch adds \u0027Jack Sense\u0027 controls for AD1980 and AD1888 chips.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "7b566054b33474cdd674289a8c7dd282c02e536e",
      "tree": "4846845e402718e8015500f712ae91c2c9d17a2e",
      "parents": [
        "fb92e6f05e84f6c217d786208e2ed5acf633b6ce"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Wed Jul 27 17:26:59 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:27:02 2005 +0200"
      },
      "message": "[ALSA] vx-driver - Fix the calculation of frequency parameter\n\nDigigram VX core\nFixed the calculation of frequency parameter of vx boards.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "fb92e6f05e84f6c217d786208e2ed5acf633b6ce",
      "tree": "26c3b923a6b2f61e2ad6572d282de252eb9d5e8f",
      "parents": [
        "5a0f217d96656068f0f1e5cda16c35945f979b16"
      ],
      "author": {
        "name": "Nicolas Graziano",
        "email": "nicolas.graziano@wanadoo.fr",
        "time": "Wed Jul 27 17:25:08 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:27:00 2005 +0200"
      },
      "message": "[ALSA] hda driver, correct bug in model \u0027auto\u0027\n\nHDA Codec driver\n- Correct some index variable inversion in patch_cmedia.c\n\nSigned-off-by: Nicolas Graziano \u003cnicolas.graziano@wanadoo.fr\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "5a0f217d96656068f0f1e5cda16c35945f979b16",
      "tree": "47b5eb5d011c8593c4fe0522ac8f6910a3440372",
      "parents": [
        "854af9578cb84e4ca3cb1551a6be40c4e81bb455"
      ],
      "author": {
        "name": "Victor Fusco",
        "email": "victor@cetuc.puc-rio.br",
        "time": "Tue Jul 26 13:42:31 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:22:44 2005 +0200"
      },
      "message": "[ALSA] sound/core Fix the sparse warning \u0027implicit cast to nocast type\u0027\n\nMemalloc module,ALSA Core,Instrument layer\nFix the sparse warning \u0027implicit cast to nocast type\u0027\n\nFile/Subsystem:sound/core\n\nSigned-off-by: Victor Fusco \u003cvictor@cetuc.puc-rio.br\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "854af9578cb84e4ca3cb1551a6be40c4e81bb455",
      "tree": "fb09d01b0499451e258a71e9a05246c1e08ea301",
      "parents": [
        "f38275fe994c333b809796230f4f98090f8d919b"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Jul 25 16:19:10 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:22:41 2005 +0200"
      },
      "message": "[ALSA] usb-audio - change quirk type handling\n\nUSB generic driver\nMake the quirk type an enum instead of a #defined integer, and use a\ntable for the quirk constructor functions instead of a big switch\nstatement.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "f38275fe994c333b809796230f4f98090f8d919b",
      "tree": "1eea6ae95c6e54202e674a66306a8763df924166",
      "parents": [
        "d06e4c4001cf26147a6af0718703368944f0df32"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Jul 25 16:17:29 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:22:37 2005 +0200"
      },
      "message": "[ALSA] usb-audio - add support for Miditech USB MIDI keyboards\n\nUSB generic driver\nAdd support for Miditech Midistart and MidiStudio keyboards (another\ncase of devices using the standard protocol but having no descriptors).\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "d06e4c4001cf26147a6af0718703368944f0df32",
      "tree": "292c421927434fab4a5e6017b6b842b633d6e51b",
      "parents": [
        "7858ffa062886706026cfff3ba80b8400b520501"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Thu Jul 21 08:01:22 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:22:34 2005 +0200"
      },
      "message": "[ALSA] seq-midi - silently ignore non-MIDI events\n\nALSA sequencer\nWhen non-MIDI sequencer events are sent to a RawMIDI port, silently\nignore them instead of returning a confusing error code which may upset\nthe sequencer and abort the current write() to /dev/snd/seq.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "7858ffa062886706026cfff3ba80b8400b520501",
      "tree": "e7715280ac6bdd435c93df3a9310d0b24469c49a",
      "parents": [
        "c9eab129fcbcef364b34fb3a70cb2531847e1edf"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Jul 11 15:37:19 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:22:31 2005 +0200"
      },
      "message": "[ALSA] ac97 - remove unused variable\n\nAC97 Codec\nremove a variable made obsolete by the last change\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "c9eab129fcbcef364b34fb3a70cb2531847e1edf",
      "tree": "3cb907f6c4bb5c712a8350c1cd0803401653f835",
      "parents": [
        "7c1d549aa9b22365fe5405c372f840cdbc6315f5"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Sun Jul 10 12:04:29 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:22:27 2005 +0200"
      },
      "message": "[ALSA] ac97: Fix volume control bit size detection for STAC9704.\n\nAC97 Codec\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "7c1d549aa9b22365fe5405c372f840cdbc6315f5",
      "tree": "8b3b877d0399479bea0de99476b9ee21d05f543a",
      "parents": [
        "b27c187f95cd6c9f13f26a5088bea384ac557b45"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Sun Jul 10 11:50:36 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:22:25 2005 +0200"
      },
      "message": "[ALSA] emu10k1: Add EMU 1212m card entry and document it as not supported yet.\n\nEMU10K1/EMU10K2 driver\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "b27c187f95cd6c9f13f26a5088bea384ac557b45",
      "tree": "c5d1ff785bda8fa11575ecb71453e53426b6e780",
      "parents": [
        "989a0b248bbf32c89e60dc6f02219e446b320712"
      ],
      "author": {
        "name": "Nishanth Aravamudan",
        "email": "nacc@us.ibm.com",
        "time": "Sat Jul 09 10:54:37 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:22:22 2005 +0200"
      },
      "message": "[ALSA] Fix-up sleeping in sound/usb\n\nUSB generic driver,USB USX2Y\nDescription: Fix-up sleeping in sound/usb. Replace big_mdelay() with\nmsleep() to guarantee the task delays as expected. This also involved\nreplacing/removing custom sleep functions.\n\nPatch is compile-tested.\n\nSigned-off-by: Nishanth Aravamudan \u003cnacc@us.ibm.com\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "989a0b248bbf32c89e60dc6f02219e446b320712",
      "tree": "6eab18b706182471ad1a22636a3c769c068836f0",
      "parents": [
        "ef21ca24faf28df6d06939e77d5032a313490289"
      ],
      "author": {
        "name": "Nishanth Aravamudan",
        "email": "nacc@us.ibm.com",
        "time": "Sat Jul 09 10:53:24 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:22:15 2005 +0200"
      },
      "message": "[ALSA] Fix-up sleeping in sound/ppc\n\nPPC AWACS driver,PPC PMAC driver,PPC Tumbler driver\nDescription: Fix-up sleeping in sound/ppc. Replace big_mdelay() with\nmsleep() to guarantee the task delays as expected. This also involved\nreplacing/removing custom sleep functions.\n\nSigned-off-by: Nishanth Aravamudan \u003cnacc@us.ibm.com\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "ef21ca24faf28df6d06939e77d5032a313490289",
      "tree": "1c6c719f4671b803f1288eb8cdca18587ec2eb62",
      "parents": [
        "072c01194df6e4843582d09380b780987f642d6d"
      ],
      "author": {
        "name": "Nishanth Aravamudan",
        "email": "nacc@us.ibm.com",
        "time": "Sat Jul 09 10:13:22 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:22:13 2005 +0200"
      },
      "message": "[ALSA] sound/pci: fix-up sleeping paths\n\nENS1370/1+ driver,ES1968 driver,Intel8x0 driver,VIA82xx driver\nVIA82xx-modem driver,AC97 Codec,ALI5451 driver,CS46xx driver\nMIXART driver,RME HDSP driver,Trident driver,YMFPCI driver\nDescription: Fix-up sleeping in sound/pci. These changes fall under the\nfollowing two categories:\n\n        1) Replace schedule_timeout() with msleep() to guarantee the\n        task delays as expected. This also involved replacing/removing\n        custom sleep functions.\n        2) Do not assume jiffies will only increment by one if you\n        request a 1 jiffy sleep, i.e. use time_after/time_before in\n        while loops.\n\nSigned-off-by: Nishanth Aravamudan \u003cnacc@us.ibm.com\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "072c01194df6e4843582d09380b780987f642d6d",
      "tree": "2212bb4b69de1187c4c9ee9f838360f374acf4e9",
      "parents": [
        "856def8a4695066e6cbd2919c5987f1df23dbe8a"
      ],
      "author": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Sat Jul 09 10:07:55 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:22:09 2005 +0200"
      },
      "message": "[ALSA] ens1371 - added extra delay for ac97 codec initialization\n\nENS1370/1+ driver\n\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "856def8a4695066e6cbd2919c5987f1df23dbe8a",
      "tree": "02e6415474130e33fb08cc57eb8ff3b4ceff452b",
      "parents": [
        "5b738babf13d51285710ed57336ee5f072ac9490"
      ],
      "author": {
        "name": "Henrik Kretzschmar",
        "email": "henne@nachtwindheim.de",
        "time": "Fri Jul 08 13:53:42 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:22:07 2005 +0200"
      },
      "message": "[ALSA] typo-fix and snd_assert()-expression-split\n\nALSA Core\nThis patch corrects a typo in the kerneldocs of snd_info_get_str().\nIt also splits the expressions of snd_assert() in snd_info_unregister()\ninto one-expression-per-call for better debugging.\n\nSigned-off-by: Henrik Kretzschmar \u003chenne@nachtwindheim.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "5b738babf13d51285710ed57336ee5f072ac9490",
      "tree": "52964abef9b70eb30b45f10124466d752bc517e6",
      "parents": [
        "ae3a72d8cb4e5b30606c5e3ac9c59b729117579a"
      ],
      "author": {
        "name": "Henrik Kretzschmar",
        "email": "henne@nachtwindheim.de",
        "time": "Fri Jul 08 09:29:18 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:22:05 2005 +0200"
      },
      "message": "[ALSA] fix compiler warning\n\nGUS Library\nThis patch fixes a compiler warning if sequencer is disabled.\n\nSigned-off-by: Henrik Kretzschmar \u003chenne@nachtwindheim.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "ae3a72d8cb4e5b30606c5e3ac9c59b729117579a",
      "tree": "399d67bf989c55c8c9521e4e7e88cbb2eb279ef9",
      "parents": [
        "e66bc8b2a7d85166935a2da651b94efb9e7a2f11"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Wed Jul 06 22:36:18 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:22:03 2005 +0200"
      },
      "message": "[ALSA] snd-emu10k1: Fixes recognition of Audigy ES.\n\nEMU10K1/EMU10K2 driver\nFixes ALSA bug #1237.\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "e66bc8b2a7d85166935a2da651b94efb9e7a2f11",
      "tree": "cedf246b40a32ff25934f6f060eed44fc7e7b6f7",
      "parents": [
        "2201987c562f7c810440d399ef7a85fe79be01e7"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Wed Jul 06 22:21:51 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:22:00 2005 +0200"
      },
      "message": "[ALSA] emu10k1: Add module option uint subsystem.\n\nEMU10K1/EMU10K2 driver\nIt allows the user to force the snd-emu10k1 module to think the user\nhas a particular sound card. Useful if their particular sound card\nis not yet recognised.\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "2201987c562f7c810440d399ef7a85fe79be01e7",
      "tree": "94fbd2ca454599f4602001b19298649d38ca77c2",
      "parents": [
        "e3ea4d896109edd64dc549ecaeeff8d89025fb57"
      ],
      "author": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Jul 05 10:27:09 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:21:56 2005 +0200"
      },
      "message": "[ALSA] via82xx - changed MSI K7T266 Pro2 - 4005:4710 in white list (SRC enable)\n\nVIA82xx driver\n\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "e3ea4d896109edd64dc549ecaeeff8d89025fb57",
      "tree": "935c4ee468195cad1b436b4395716488c032037b",
      "parents": [
        "4e55096e27d745908e44c6abd2cc0c5b615854a4"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Jul 04 18:12:39 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:21:53 2005 +0200"
      },
      "message": "[ALSA] hdsp - Add \u0027Sample Clock Source Locking\u0027 control\n\nRME HDSP driver\nAdded \u0027Sample Clock Source Locking\u0027 control.  If this switch is on,\nthe clock source can\u0027t be changed via PCM hw_params API (as sample rate).\nThis will fix the problem of OSS-emulation, for example.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "4e55096e27d745908e44c6abd2cc0c5b615854a4",
      "tree": "cd0aae0c7084de3d9e7696d3c7514cb3ae552df2",
      "parents": [
        "41e2fce431070cb2d91391808077378582d3e6b1"
      ],
      "author": {
        "name": "Matt",
        "email": "matt@embeddedalley.com",
        "time": "Mon Jul 04 17:51:39 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:21:52 2005 +0200"
      },
      "message": "[ALSA] hda: add sigmatel hp detect support\n\nHDA Codec driver\nAdds support for detecting hp insertion/removal and enable/disable of\nlineouts based on unsolicited events.\n\nSigned-off-by: Matt \u003cmatt@embeddedalley.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "41e2fce431070cb2d91391808077378582d3e6b1",
      "tree": "4a26b2e7fc1b348cdef1fb56b0a1bd24639300f6",
      "parents": [
        "bbd4615cdb68de943b2814e956ec14899606dc45"
      ],
      "author": {
        "name": "Matt",
        "email": "matt@embeddedalley.com",
        "time": "Mon Jul 04 17:49:55 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:21:48 2005 +0200"
      },
      "message": "[ALSA] hda: enable unsolicited responses\n\nHDA Intel driver\nPatch enables unsolicited responses on the HDA controller. Without\nthe UREN bit set, the controller will not place unsolicited responses\nin a RIRB.\n\nSigned-off-by: Matt \u003cmatt@embeddedalley.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "bbd4615cdb68de943b2814e956ec14899606dc45",
      "tree": "ea34cab11b4c6a607be44eb4a98170d55cd8fb76",
      "parents": [
        "6155aff84b98b2aa35eaa4384b539dfbab86afcc"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Jul 04 09:21:45 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:21:44 2005 +0200"
      },
      "message": "[ALSA] usb-audio - use bDeviceSubClass to detect MOTU FastLane\n\nUSB generic driver\nMOTU builds other USB MIDI interfaces with the same product ID as the\nFastLane, so we have to check the bDeviceSubClass field to differentiate\nbetween them.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "6155aff84b98b2aa35eaa4384b539dfbab86afcc",
      "tree": "6a4ea213fd8ecce8784a3ce6c2f6aae9c01d5e86",
      "parents": [
        "b1c6ef52e2623c81c2124801c783a903f6e5437a"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Jul 04 09:20:42 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:21:41 2005 +0200"
      },
      "message": "[ALSA] usb-audio - rename QUIRK_MIDI_MOTU to QUIRK_MIDI_RAW\n\nUSB generic driver\nRename the protocol used by the MOTU FastLane to \u0027raw\u0027 because it might\nbe useful with other devices, and there are other MOTU interfaces that\ndo not use this protocol.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "b1c6ef52e2623c81c2124801c783a903f6e5437a",
      "tree": "5666119d3438262731f9dadb0127ebb8575ff3e5",
      "parents": [
        "88dc0e5dadf9b0cb529c89b12cd10f75d5b1bce4"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Jul 04 09:18:46 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:21:34 2005 +0200"
      },
      "message": "[ALSA] usb-audio - enable high speed transfers with Audiy 2 NX\n\nUSB generic driver\nThis patch enables the boot commands to activate high speed mode (and\nassociated sample formats like 8 channels with 24 bits at 96 kHz) on the\nSB Audigy 2 NX.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "88dc0e5dadf9b0cb529c89b12cd10f75d5b1bce4",
      "tree": "6f2018e8381f16975c58bd1792c0de66d9b22c24",
      "parents": [
        "a6f6192bb38a76c4ad44c894144b1fbf3d14606b"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Sun Jul 03 12:54:29 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:21:32 2005 +0200"
      },
      "message": "[ALSA] emu10k1: Added tested status comments.\n\nEMU10K1/EMU10K2 driver\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "a6f6192bb38a76c4ad44c894144b1fbf3d14606b",
      "tree": "eddaf2df0e34a9b8ad03f502f68bd262d47ef2d2",
      "parents": [
        "3818152e64866b54020b5656ff5fdd0f5e085183"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Sun Jul 03 12:32:40 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:21:31 2005 +0200"
      },
      "message": "[ALSA] emu10k1: Sort by card id.\n\nEMU10K1/EMU10K2 driver\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "3818152e64866b54020b5656ff5fdd0f5e085183",
      "tree": "0ac5fd2e50096b1e24679f12a5719536cd3c2d7a",
      "parents": [
        "e0474e53985c5fac97a5bb85d66ec0d017b5faf3"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Sat Jul 02 18:03:37 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:21:28 2005 +0200"
      },
      "message": "[ALSA] snd-emu10k1: Tidy mixer controls.\n\nEMU10K1/EMU10K2 driver\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    },
    {
      "commit": "e0474e53985c5fac97a5bb85d66ec0d017b5faf3",
      "tree": "1c11dd6088278783f87e0b8eb395de842427a85e",
      "parents": [
        "7bc71ecd6477db90221efc08fb742b3df4f49b46"
      ],
      "author": {
        "name": "James Courtier-Dutton",
        "email": "James@superbug.co.uk",
        "time": "Sat Jul 02 16:33:34 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:21:26 2005 +0200"
      },
      "message": "[ALSA] snd-emu10k1: Card capabilities tidy up.\n\nEMU10K1/EMU10K2 driver\n\nSigned-off-by: James Courtier-Dutton \u003cJames@superbug.co.uk\u003e\n"
    }
  ],
  "next": "7bc71ecd6477db90221efc08fb742b3df4f49b46"
}
