)]}'
{
  "log": [
    {
      "commit": "174d52204500a63c19e6613e49db3fcfe4e9d35a",
      "tree": "757965a26d51d7b144badc1c35e034088d79789b",
      "parents": [
        "6d00a3127972e7853d6296ffc1e72c5b1a23d937"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Jun 30 13:42:39 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:58 2005 +0200"
      },
      "message": "[ALSA] vxpocket - Remove unused code\n\nDigigram VX Pocket driver\nRemoved unused files (dropped by the last change).\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "6d00a3127972e7853d6296ffc1e72c5b1a23d937",
      "tree": "6c9018f16ed83400cb3297aa7c1ffea95cc03ff1",
      "parents": [
        "82fe0c5803f4c77ffeb4c1c2367defb3dcedad45"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Jun 30 13:40:51 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:56 2005 +0200"
      },
      "message": "[ALSA] Fix and clean-up of vxpocket driver\n\nDocumentation,PCMCIA Kconfig,Digigram VX Pocket driver\n- Fixed Oops with request_firmware()\n- Detect the card type in runtime (vxpoocket v2 or 440)\n- snd-vxp440 driver is merged to snd-vxpocket\n- Clean up the code\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "82fe0c5803f4c77ffeb4c1c2367defb3dcedad45",
      "tree": "4d1f474788c16403fa75c7831940e034ae12df10",
      "parents": [
        "0884484762f731a1d5446c0b618a74c5957dea4f"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Jun 30 10:54:33 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:52 2005 +0200"
      },
      "message": "[ALSA] Use kstrdup\n\nHDA Codec driver\nUse the new kstrdup() function instead of in-house one.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "0884484762f731a1d5446c0b618a74c5957dea4f",
      "tree": "158861594d8420d31feef4a072e22685da4557c4",
      "parents": [
        "d5750f67853350373fc1d5698c3a58ea16eddf4c"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Thu Jun 30 09:55:31 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:50 2005 +0200"
      },
      "message": "[ALSA] Fix dependency of GUS driver\n\nALSA sequencer\nAdd the missing snd-seq-midi-emul to SND_GUS_SYNTH list.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "d5750f67853350373fc1d5698c3a58ea16eddf4c",
      "tree": "a64032d85b35edd10bda8fa829cba4f0a48817a6",
      "parents": [
        "a3352f01ea2d38b0d5b7b63de754e94b9aba0390"
      ],
      "author": {
        "name": "Henrik Kretzschmar",
        "email": "henne@nachtwindheim.de",
        "time": "Wed Jun 29 19:31:06 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:46 2005 +0200"
      },
      "message": "[ALSA] cleanup and typo-correction\n\nALSA Core\nThis patch changes, adds and remove some comments, which will\nmake now more sense and fit on a 80-char line. It also changes\nthe order of snd_power_wait() to make the file more readable.\nIt removes the device.c comment in front of _snd_minor,\ncause snd_minor has nothing to do with device.c.\nThe both typos in the kernel-docs were corrected too.\n\nSigned-off-by: Henrik Kretzschmar \u003chenne@nachtwindheim.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "a3352f01ea2d38b0d5b7b63de754e94b9aba0390",
      "tree": "d923f1fa601f181b620f5613b922bdc3368df5b7",
      "parents": [
        "7a318a70a42057692f191ff49c289cd3e27e21f5"
      ],
      "author": {
        "name": "Henrik Kretzschmar",
        "email": "henne@nachtwindheim.de",
        "time": "Wed Jun 29 19:30:42 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:44 2005 +0200"
      },
      "message": "[ALSA] Fix two typos and changes on snd_assert()\n\nALSA Core\nBoth typos were in the kerneldocs.\n\nI splitted the snd_assert() calls in one-expression-per-call for better\ndebugging.\n\nSigned-off-by: Henrik Kretzschmar \u003chenne@nachtwindheim.de\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "7a318a70a42057692f191ff49c289cd3e27e21f5",
      "tree": "df0b50b4cc99f340ef4e5962dc6e02cd83c41d18",
      "parents": [
        "b6482d48e536729829025262d6529df09ae20396"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Jun 28 14:16:21 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:41 2005 +0200"
      },
      "message": "[ALSA] hda-codec - Add entry for Acer APFV\n\nHDA Codec driver\nAdded the model entry for Acer APFV.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "b6482d48e536729829025262d6529df09ae20396",
      "tree": "388a90edc6030a4bf1a9b5139896888801c89cd6",
      "parents": [
        "548e7823bc33b8cde4de59dfafe0fd69d951d3b5"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Jun 27 15:32:43 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:39 2005 +0200"
      },
      "message": "[ALSA] hda-codec - Add 6stack model for ALC880\n\nDocumentation,HDA Codec driver\n- Added a new \u00276stack\u0027 model for ALC880.\n- Fixed the typo in 6stack-digout model name.\n- Added description for missing models in ALSA-Configuration.txt.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "548e7823bc33b8cde4de59dfafe0fd69d951d3b5",
      "tree": "eeca1066b5dcc2e69be4bb6e07e26f0811f11d53",
      "parents": [
        "b95eed7cde4a44476fa12e776e090fc494059458"
      ],
      "author": {
        "name": "Harald Welte",
        "email": "laforge@gnumonks.org",
        "time": "Mon Jun 27 15:10:56 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:37 2005 +0200"
      },
      "message": "[ALSA] Add new pci device id (SB400) to atiixp-modem\n\nATIIXP-modem driver\nI didn\u0027t actually test whether the modem works, but at least the driver\nloads and initializes fine.  Please consider inclusion.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "b95eed7cde4a44476fa12e776e090fc494059458",
      "tree": "368cf8017e09413fc27a514b1eed761c5aa23fde",
      "parents": [
        "ff6fdc37fbe66e24ef9ad7c23a278ff757480dda"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Mon Jun 27 15:07:33 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:35 2005 +0200"
      },
      "message": "[ALSA] trident - Shut up compile warnings\n\nTrident driver\nShut up compile warnings about uninitialized variables.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ff6fdc37fbe66e24ef9ad7c23a278ff757480dda",
      "tree": "521907c2e59c4596d513499e8990126f517879ba",
      "parents": [
        "c7d4b2fa3169a1206450bc445d1997a17479644f"
      ],
      "author": {
        "name": "Matt",
        "email": "matt@embeddedalley.com",
        "time": "Mon Jun 27 15:06:52 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:31 2005 +0200"
      },
      "message": "[ALSA] hda-codec - SigmaTel HDA resume support\n\nHDA Codec driver\nAdds resume support to the SigmaTel HDA patch. Please apply.\n\nSigned-off-by: Matt \u003cmatt@embeddedalley.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "c7d4b2fa3169a1206450bc445d1997a17479644f",
      "tree": "8da458daf2b22b1ac706d8c7632f0ba674cb9c85",
      "parents": [
        "b4d3f9d452ec574e0ffb292267427f69bb470631"
      ],
      "author": {
        "name": "Matt",
        "email": "matt@embeddedalley.com",
        "time": "Mon Jun 27 14:59:41 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:29 2005 +0200"
      },
      "message": "[ALSA] hda-codec - SigmaTel HDA multichannel support\n\nHDA Codec driver\nAdds 6/8 channel support to the SigmaTel HDA patch. Please apply.\n\nSigned-off-by: Matt \u003cmatt@embeddedalley.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "b4d3f9d452ec574e0ffb292267427f69bb470631",
      "tree": "2faa1200795b4f96a547d196eaac78f2040ea92c",
      "parents": [
        "573567e07bb4470ff177f17d1adca3f3bd310221"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Jun 27 08:18:27 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:26 2005 +0200"
      },
      "message": "[ALSA] usb-audio - fix capture of non-48k sample rates on Audigy 2 NX\n\nUSB generic driver\nOn the SB Audigy 2 NX, capturing with sample rates that are not a\nmultiple of 48 kHz does not seem to work, so disable it.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "573567e07bb4470ff177f17d1adca3f3bd310221",
      "tree": "7a5853dd8f22f0117a9bee93252bac13ff57bd61",
      "parents": [
        "b0af0de5cb57c96b0c3d739005172152b7de0ce8"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Mon Jun 27 08:17:30 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:25 2005 +0200"
      },
      "message": "[ALSA] usb-audio - high speed audio support\n\nUSB generic driver\nAdd support for endpoints with bInterval \u003e 1, and decoding of the\nwMaxPacketSize field of high-speed endpoints.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\n"
    },
    {
      "commit": "b0af0de5cb57c96b0c3d739005172152b7de0ce8",
      "tree": "00c78a03731ae123b7cf42923fa10d6e9f640041",
      "parents": [
        "145794dc09117b31b6730096558e52b673af7b84"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Jun 21 14:49:19 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:22 2005 +0200"
      },
      "message": "[ALSA] hda-codec - Fix oops with ALC880\n\nHDA Codec driver\n- Fixed oops with ALC880 auto-config mode\n- Fixed a wrong config table entry for ALC880\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "145794dc09117b31b6730096558e52b673af7b84",
      "tree": "40e33b8dc4bf31c6b3fb64aa38d0a534061352cf",
      "parents": [
        "41c018b7ecb60b1c2c4d5dee0cd37d32a94c45af"
      ],
      "author": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Mon Jun 20 10:42:44 2005 +0200"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Thu Jul 28 12:09:18 2005 +0200"
      },
      "message": "[ALSA] ak4114: removed duplicate wake_up()\n\nAK4114 receiver\n- wake_up(\u0026runtime-\u003esleep) is already called in snd_pcm_post_stop()\n\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\n"
    },
    {
      "commit": "41c018b7ecb60b1c2c4d5dee0cd37d32a94c45af",
      "tree": "ba2ef07f0619ace5b8c892a2f38ac18f767421d4",
      "parents": [
        "340d10e47238daeb5e5eb27df25b4e7ec71f6571"
      ],
      "author": {
        "name": "Richard Henderson",
        "email": "rth@twiddle.net",
        "time": "Wed Jul 27 17:10:52 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 18:24:24 2005 -0700"
      },
      "message": "[PATCH] new alpha syscalls\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "340d10e47238daeb5e5eb27df25b4e7ec71f6571",
      "tree": "75f826c087b3a69dda2da1498e3750802ef9adb7",
      "parents": [
        "e0aa8afd97536a9d94f82a07b4c4b3f05aef6f82",
        "48b0e5487fcdcb3421bda67666277348b2bd2661"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 17:09:10 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 17:09:10 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6\n"
    },
    {
      "commit": "e0aa8afd97536a9d94f82a07b4c4b3f05aef6f82",
      "tree": "a0ac7eb5814f61f8205ce88d31529f8090b74f2e",
      "parents": [
        "e4ff4d7f9d85a2bc714307eb9113617182e62845"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 17:08:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 17:08:21 2005 -0700"
      },
      "message": "Fix up qla2xxx configuration bogosity\n\nIf we haven\u0027t configured the qla24xx driver, then the Makefile shouldn\u0027t\ndo it for us.\n\nThis also means that we can avoid the unnecessary selection of FC_ATTRS.\n\nDebugged by James Bottomley\n"
    },
    {
      "commit": "e4ff4d7f9d85a2bc714307eb9113617182e62845",
      "tree": "845bea10c10850e6bd842367aafddca66ca24a06",
      "parents": [
        "49302d0c42592b37f49ae96e0f06a3599cf5a8a0"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Wed Jul 27 10:41:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:46:37 2005 -0700"
      },
      "message": "[PATCH] Avoid device suspend on reboot\n\nMy fairly ordinary x86 test box gets stuck during reboot on the\nwait_for_completion() in ide_do_drive_cmd():\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "49302d0c42592b37f49ae96e0f06a3599cf5a8a0",
      "tree": "f733a7229cd3d62b5a19a2cbbceea1118c31f237",
      "parents": [
        "839c5d2511fadc35cc4e8a8ffa833d76668700b2",
        "18190cc08d70a6ec8ef69f0f6ede021f7cb3f9b8"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:42:22 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:42:22 2005 -0700"
      },
      "message": "Merge head \u0027for-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6\n"
    },
    {
      "commit": "839c5d2511fadc35cc4e8a8ffa833d76668700b2",
      "tree": "8c5150c50dba619ec88818e1610263582d476217",
      "parents": [
        "96fad28a781069eb40156f78b8f50c349805b652",
        "5e43db7730e7cef7d37968ea789c41392519a864"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:37:59 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:37:59 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "96fad28a781069eb40156f78b8f50c349805b652",
      "tree": "0d428a842ac643176921fcf44e1728ea6ff88690",
      "parents": [
        "3334c39f1815d2911238c43f40840c3c7b378165",
        "b833961bd30eec201b9a94eec36aa7ac96f9c9c0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:37:03 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:37:03 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6\n"
    },
    {
      "commit": "3334c39f1815d2911238c43f40840c3c7b378165",
      "tree": "19555dab8c2811141b4070f30c0723d17965a162",
      "parents": [
        "71b2c86f5fd22b27feaa6c19c2c6662480ecd7d5",
        "614d73edae68836f7659ee8efec90878e6215fb1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:36:08 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:36:08 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm-smp\n"
    },
    {
      "commit": "71b2c86f5fd22b27feaa6c19c2c6662480ecd7d5",
      "tree": "494c4c09d60c0be0c98be94724435d9ff84f2cf5",
      "parents": [
        "bf85fa6c878aa3968df47d7f70a2b506c3e53b99"
      ],
      "author": {
        "name": "Marcelo Tosatti",
        "email": "marcelo.tosatti@cyclades.com",
        "time": "Wed Jul 27 04:55:54 2005 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:35:39 2005 -0700"
      },
      "message": "[PATCH] ppc32: 8xx remove BROKEN Kconfig entry\n\n8xx is not BROKEN anymore.\n\nSigned-off-by: Marcelo Tosatti \u003cmarcelo.tosatti@cyclades.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bf85fa6c878aa3968df47d7f70a2b506c3e53b99",
      "tree": "f7e4c5c03b053a629f3bc8206b70fae34424ffab",
      "parents": [
        "59904159c316f7bc02d00ff7b0dc3f9d3afd07fd"
      ],
      "author": {
        "name": "Anton Wöllert",
        "email": "a.woellert@gmail.com",
        "time": "Wed Jul 27 04:45:17 2005 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:34:34 2005 -0700"
      },
      "message": "[PATCH] ppc32: 8xx avoid icbi misbehaviour in __flush_dcache_icache_phys\n\nOn 8xx, in the case where a pagefault happens for a process who\u0027s not\nthe owner of the vma in question (ptrace for instance), the flush\noperation is performed via the physical address.\n\nUnfortunately, that results in a strange, unexplainable \"icbi\"\ninstruction fault, most likely due to a CPU bug (see oops below).\n\nAvoid that by flushing the page via its kernel virtual address.\n\nOops: kernel access of bad area, sig: 11 [#2]\nNIP: C000543C LR: C000B060 SP: C0F35DF0 REGS: c0f35d40 TRAP: 0300 Not tainted\nMSR: 00009022 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 10\nDAR: 00000010, DSISR: C2000000\nTASK \u003d c0ea8430[761] \u0027gdbserver\u0027 THREAD: c0f34000\nLast syscall: 26\nGPR00: 00009022 C0F35DF0 C0EA8430 00F59000 00000100 FFFFFFFF 00F58000\n00000001\nGPR08: C021DAEF C0270000 00009032 C0270000 22044024 10025428 01000800\n00000001\nGPR16: 007FFF3F 00000001 00000000 7FBC6AC0 00F61022 00000001 C0839300\nC01E0000\nGPR24: 00CD0889 C082F568 3000AC18 C02A7A00 C0EA15C8 00F588A9 C02ACB00\nC02ACB00\nNIP [c000543c] __flush_dcache_icache_phys+0x38/0x54\nLR [c000b060] flush_dcache_icache_page+0x20/0x30\nCall trace:\n[c000b154] update_mmu_cache+0x7c/0xa4\n[c005ae98] do_wp_page+0x460/0x5ec\n[c005c8a0] handle_mm_fault+0x7cc/0x91c\n[c005ccec] get_user_pages+0x2fc/0x65c\n[c0027104] access_process_vm+0x9c/0x1d4\n[c00076e0] sys_ptrace+0x240/0x4a4\n[c0002bd0] ret_from_syscall+0x0/0x44\n\nSigned-off-by: Marcelo Tosatti \u003cmarcelo.tosatti@cyclades.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "59904159c316f7bc02d00ff7b0dc3f9d3afd07fd",
      "tree": "97ae16e0588c1f3e9c61b2a49dad267600f1b4b0",
      "parents": [
        "77933d7276ee8fa0e2947641941a6f7a100a327b"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "juhl-lkml@dif.dk",
        "time": "Wed Jul 27 11:46:10 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:20 2005 -0700"
      },
      "message": "[PATCH] Update CREDITS entry and listings in source files for Jesper Juhl\n\na) update entry in CREDITS for Jesper Juhl\nb) remove email address from source files so it\u0027s only listed in credits.\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "77933d7276ee8fa0e2947641941a6f7a100a327b",
      "tree": "e3a42724642410f5257c794a71b34642092eedd5",
      "parents": [
        "03e259a9cdbd0583e71468293aaa1ccadbdaeff1"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "juhl@dif.dk",
        "time": "Wed Jul 27 11:46:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:20 2005 -0700"
      },
      "message": "[PATCH] clean up inline static vs static inline\n\n`gcc -W\u0027 likes to complain if the static keyword is not at the beginning of\nthe declaration.  This patch fixes all remaining occurrences of \"inline\nstatic\" up with \"static inline\" in the entire kernel tree (140 occurrences in\n47 files).\n\nWhile making this change I came across a few lines with trailing whitespace\nthat I also fixed up, I have also added or removed a blank line or two here\nand there, but there are no functional changes in the patch.\n\nSigned-off-by: Jesper Juhl \u003cjuhl-lkml@dif.dk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "03e259a9cdbd0583e71468293aaa1ccadbdaeff1",
      "tree": "ee41f6bcfbeeeb6f3cd269622d499ee9eb6df233",
      "parents": [
        "dbd4f12859307c20a4c65a7de4cdd5f9f518dc7a"
      ],
      "author": {
        "name": "Michal Januszewski",
        "email": "spock@gentoo.org",
        "time": "Wed Jul 27 11:46:08 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:19 2005 -0700"
      },
      "message": "[PATCH] fbdev: update info-\u003ecmap when setting cmap from user-/kernelspace.\n\nThe fb_info struct, as defined in include/linux/fb.h, contains an element\nthat is supposed to hold the current color map:\n  struct fb_cmap cmap;            /* Current cmap */\n\nThis cmap is currently never updated when either fb_set_cmap() or\nfb_set_user_cmap() are called.  As a result, info-\u003ecmap contains the\ndefault cmap that was set by a device driver/fbcon and a userspace\napplication using the FBIOGETCMAP ioctl will not always get the *currently*\nused color map.\n\nThe patch fixes this by making sure the cmap is copied to info-\u003ecmap after\nit is set correctly.  It moves most of the code that is responsible for\nsetting the cmap to fb_set_cmap() and out of fb_set_user_cmap() to avoid\ncode-duplication.\n\nSigned-off-by: Michal Januszewski \u003cspock@gentoo.org\u003e\nCc: \u003clinux-fbdev-devel@lists.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dbd4f12859307c20a4c65a7de4cdd5f9f518dc7a",
      "tree": "16aa37137555ce5234d723a69b143bfd0902178b",
      "parents": [
        "d210224732b3d32e802e3537499297d387852166"
      ],
      "author": {
        "name": "Michal Januszewski",
        "email": "spock@gentoo.org",
        "time": "Wed Jul 27 11:46:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:19 2005 -0700"
      },
      "message": "[PATCH] fbcon: don\u0027t repaint the cursor when it is disabled.\n\nCurrently even when the cursor is disabled (`setterm -cursor off`), it is\nstill repainted as a black rectangle the size of a single char.  This can\nbe seen, for example, by chvt\u0027ing to a free tty, disabling the cursor and\ndoing `dd if\u003d3D/dev/urandom of\u003d3D/dev/fb0`.\n\nThe patch changes this behaviour by avoiding painting anything when the\ncursor is disabled.\n\nSigned-off-by: Michal Januszewski \u003cspock@gentoo.org\u003e\nCc: \u003clinux-fbdev-devel@lists.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d210224732b3d32e802e3537499297d387852166",
      "tree": "17014af0ea8b19dae7848736d324499715b7a1a3",
      "parents": [
        "3ca34fcbfbf8a7cbe99d54ae81c4e28fdc6f4ac6"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Wed Jul 27 11:46:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:18 2005 -0700"
      },
      "message": "[PATCH] fbdev: colormap fixes\n\nColor maps have up to 256 entries.  4096/256 allows for 16 characters per\nline.  The format for a cmap entry is \"%02x%c%4x%4x%4x\\n\" %02x entry %c\ntransp %4x red %4x blue %4x green\n\nYou can read the color_map with cat fb0/color_map.\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3ca34fcbfbf8a7cbe99d54ae81c4e28fdc6f4ac6",
      "tree": "767ed7d2cf9932e015f4b5753a1a849ca47a2ce3",
      "parents": [
        "5a340cce09f5dfd89b7b7eea1a52d1a2d1c99a2e"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Wed Jul 27 11:46:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:18 2005 -0700"
      },
      "message": "[PATCH] radeonfb: clean up EDID sysfs attribute\n\nradeonfb does not clean up EDID sysfs attribute\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5a340cce09f5dfd89b7b7eea1a52d1a2d1c99a2e",
      "tree": "cb7a68d23fb93e3b72d9338b1b2f69aaa0f3e91b",
      "parents": [
        "0a793b77f786022bd0fef1a18142c1b9be9e421d"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Wed Jul 27 11:46:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:18 2005 -0700"
      },
      "message": "[PATCH] fbmem: use unregister_chrdev() on unload\n\nfbdev is missing unregister_chrdev() on unload.\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0a793b77f786022bd0fef1a18142c1b9be9e421d",
      "tree": "3a1c92ad2728db09f465eb32f7e31ccbb483d381",
      "parents": [
        "4e4b7952cd34af4dd78e012265d4bc858db6adf3"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Wed Jul 27 11:46:03 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:18 2005 -0700"
      },
      "message": "[PATCH] fbmon: horizontal frequency rounding fix\n\nFix rounding error when mode frequency is very close to monitor limit\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nAcked-by: James Simmons \u003cjsimmons@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4e4b7952cd34af4dd78e012265d4bc858db6adf3",
      "tree": "ccb9d2de5605b749132847e3d8e9da0ef548a96d",
      "parents": [
        "6ddcc9197beef7cba993c38cdcad45aefb557d33"
      ],
      "author": {
        "name": "Marcelo Tosatti",
        "email": "marcelo.tosatti@cyclades.com",
        "time": "Wed Jul 27 11:46:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:18 2005 -0700"
      },
      "message": "[PATCH] cpm_uart: use DPRAM for early console\n\nm8xx_cpm_hostalloc() can\u0027t rely on using the coherent DMA allocator early\non boot because the VM is not fully up yet.  Change it to use the on-board\nDPRAM instead.\n\nThe current code relies on the \"bootmem_page\" allocated by\nm8xx_cpm_reset(), which must be killed.\n\nThis is done in v2.4 but has never been forward ported to v2.6.\n\nSigned-off-by: Marcelo Tosatti \u003cmarcelo.tosatti@cyclades.com\u003e\nCc: Pantelis Antoniou \u003cpanto@intracom.gr\u003e\nCc: Kumar Gala \u003ckumar.gala@freescale.com\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6ddcc9197beef7cba993c38cdcad45aefb557d33",
      "tree": "85c5f8a20c4c14e2ce6f8ad5b4e17b0f1500e22c",
      "parents": [
        "9d2599d98e9cb511f326b2d1b353e462bc360774"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:46:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:17 2005 -0700"
      },
      "message": "[PATCH] dvb: rename lgdt3302 frontend module to lgdt330x\n\nRename lgdt3302 to lgdt330x, to make way for the addition of lgdt3303\nsupport in future revisions.\n\nI am changing the name of this module now so that hopefully the name will\nbe changed before the release of 2.6.13 ...  It wouldn\u0027t make sense to\nrelease 2.6.13 with the name lgdt3302 in it, which will only be renamed to\nlgdt330x in later versions.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9d2599d98e9cb511f326b2d1b353e462bc360774",
      "tree": "cf7f6af005d331c4115a60c33729e2adeb622dc0",
      "parents": [
        "29780bb7af61752924cf4814f2d8180747b38105"
      ],
      "author": {
        "name": "Michael Hunold",
        "email": "hunold@linuxtv.org",
        "time": "Wed Jul 27 11:46:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:17 2005 -0700"
      },
      "message": "[PATCH] v4l: fix tuning with MXB driver\n\nI noticed that some past changes to the gerneric Video4Linux tuner module\nfor analog tuners broke my \"Multimedia eXtension Board\" driver.\n\nThe tuner driver was made aware of Video4Linux2 tuning ioctls, but my\ndriver was not ported and still uses the Video4Linux1 ioctls.  This does\nnot work anymore as intendend, the tuning is currently broken.\n\nThe attached patch fixes non-working tuning in MXB driver introduced by\nsome recent generic tuner changes by replacing Video4Linux1 tuner ioctls\nwith proper Video4Linux2 tuner ioctls.\n\n- fix non-working tuning in MXB driver introduced by some recent generic\n  tuner changes by replacing Video4Linux1 tuner ioctls with proper\n  Video4Linux2 tuner ioctls\n\nSigned-off-by: Michael Hunold \u003chunold@linuxtv.org\u003e\nCc: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "29780bb7af61752924cf4814f2d8180747b38105",
      "tree": "6af2ff17efb50983c03f035e2f0ebae8adab072b",
      "parents": [
        "84de2eff1390a89a76507abc3073dad8de751869"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:45:59 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:17 2005 -0700"
      },
      "message": "[PATCH] v4l: hybrid dvb: rename CFLAGS from CONFIG_DVB_xxxx back to original HAVE_xxxx\n\nThe #define CONFIG_DVB_* are actually CFLAGS set by Makefile.  CONFIG_*\nnamespace is reserved for Kconfig.  This renames them back to HAVE_*\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "84de2eff1390a89a76507abc3073dad8de751869",
      "tree": "d132b0a93d69467a2100e45a473dad05bdd69c29",
      "parents": [
        "0b1cd0c77429083d6ceb379b1d15c6bca165e90b"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:45:58 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:17 2005 -0700"
      },
      "message": "[PATCH] v4l: hybrid dvb: move #defines to Makefile\n\nThis patch moves #define from cx88-dvb.c and saa7134-dvb.c into Makefile as\nCFLAGS, allowing code compatability with video4linux cvs.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0b1cd0c77429083d6ceb379b1d15c6bca165e90b",
      "tree": "6db82fb068ec1b25d67d980a844027be1a58da33",
      "parents": [
        "d975872c5c94615a12040009cde71c82cddeb1be"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mike@krufky.com",
        "time": "Wed Jul 27 11:45:57 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:17 2005 -0700"
      },
      "message": "[PATCH] v4l: hybrid dvb: fix warnings with -Wundef\n\nThis patch adds a missing #ifdef to saa7134-dvb.c (thanks to Mauro Carvalho\nChehab) and changes #if to #ifdef in both files.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d975872c5c94615a12040009cde71c82cddeb1be",
      "tree": "142f2437d3dec95a9d8ba2266c4e572769833b54",
      "parents": [
        "723d52e6a6391e8c4954dca0a7efd3645181981f"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:45:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:16 2005 -0700"
      },
      "message": "[PATCH] dvb/v4l: cx88 cleanup\n\nRemove unneeded comment.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "723d52e6a6391e8c4954dca0a7efd3645181981f",
      "tree": "6d282e5d4ba092001858e5e3b42e8cbc7d68fedc",
      "parents": [
        "0ccef6dbb08770bf21ffc82094c2117bd7977ff8"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:45:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:16 2005 -0700"
      },
      "message": "[PATCH] lgdt3302: warning fix\n\nwarning: `i2c_readbytes\u0027 defined but not used\n\nThis code will either be re-enabled or deleted in a future patch.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0ccef6dbb08770bf21ffc82094c2117bd7977ff8",
      "tree": "9c3ce535dd9fbe22d922b8f48b0e3c285b73327f",
      "parents": [
        "b6aef071bdef0cd9f69113bb3575aa45fafdbbbf"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:45:55 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:16 2005 -0700"
      },
      "message": "[PATCH] dvb/4vl: RF input selection fir\n\nSelect the RF input connector based upon the type of demodulation selected.\n ANT RF connector is selected for 8-VSB and CABLE RF connector is selected\nfor QAM64/QAM256.  This only affects the cards that use the Microtune 4042\ntuner.\n\nSigned-off-by: Mac Michaels \u003cwmichaels1@earthlink.net\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b6aef071bdef0cd9f69113bb3575aa45fafdbbbf",
      "tree": "d6c7d89190119811244f1c039671d7483296e7c1",
      "parents": [
        "7fd0f3acfa7dfc6e8aba7ce1639b8590ddb98fea"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:45:54 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:16 2005 -0700"
      },
      "message": "[PATCH] dvb/v4l: lgdt3302: isolate tuner\n\nRemove the dvb_pll_desc from the frontend and replace with a\npll_set-callback to isolate the tuner programming from the frontend.\n\nSigned-off-by: Mac Michaels \u003cwmichaels1@earthlink.net\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7fd0f3acfa7dfc6e8aba7ce1639b8590ddb98fea",
      "tree": "2c0c0ff117ebb3d5358d4a13c7f65268abdcf63f",
      "parents": [
        "b96d611f373b2cbf5ffc093d859b3a9b1009e096"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:45:53 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:16 2005 -0700"
      },
      "message": "[PATCH] v4l: fix regression modprobe bttv freezes the computer\n\nRemove redundant bttv_reset_audio() which caused the computer to freeze\nwith some bt8xx based DVB cards when loading the bttv driver.\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b96d611f373b2cbf5ffc093d859b3a9b1009e096",
      "tree": "1f63e1ec89549d5db1f65569d7da34354d1f5285",
      "parents": [
        "82ee3e6fa347dcba19e36afb23a01020bc2e77e2"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Jul 27 11:45:52 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:16 2005 -0700"
      },
      "message": "[PATCH] VIDEO_SAA7134 must depend on SOUND\n\nVIDEO_SAA7134\u003dy and SOUND\u003dn results in the following compile error:\n\n  LD      .tmp_vmlinux1\ndrivers/built-in.o(.text+0x4fafcb): In function `saa7134_initdev\u0027:\n: undefined reference to `unregister_sound_dsp\u0027\ndrivers/built-in.o(.text+0x4fb141): In function `saa7134_initdev\u0027:\n: undefined reference to `register_sound_dsp\u0027\ndrivers/built-in.o(.text+0x4fb17c): In function `saa7134_initdev\u0027:\n: undefined reference to `register_sound_mixer\u0027\ndrivers/built-in.o(.text+0x4fb339): In function `saa7134_finidev\u0027:\n: undefined reference to `unregister_sound_mixer\u0027\ndrivers/built-in.o(.text+0x4fb341): In function `saa7134_finidev\u0027:\n: undefined reference to `unregister_sound_dsp\u0027\nmake: *** [.tmp_vmlinux1] Error 1\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "82ee3e6fa347dcba19e36afb23a01020bc2e77e2",
      "tree": "5bffda0707ba1fe1a1c1e59029762c9b76b026b3",
      "parents": [
        "9e00e48626474854bf712372fe6656ef4621af0f"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Jul 27 11:45:51 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:15 2005 -0700"
      },
      "message": "[PATCH] drivers/media/video/tveeprom.c: possible cleanups\n\nThis patch contains the following possible cleanups:\n- make two needlessly global structs static\n- #if 0 the EXPORT_SYMBOL\u0027ed but unused function tveeprom_dump\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9e00e48626474854bf712372fe6656ef4621af0f",
      "tree": "c8d4633c86d5160fb476c7b25b80c7283d8331da",
      "parents": [
        "617b586bca4eda775f93915b8efd586dddf7903c"
      ],
      "author": {
        "name": "Gregory B Frost",
        "email": "frosts1@hotkey.net.au",
        "time": "Wed Jul 27 11:45:48 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:15 2005 -0700"
      },
      "message": "[PATCH] DVICO Fusion DVB-T1 Tuner (LG-Z201) fix\n\nIt is a small modification to the table that defines the way that the\nLG-Z201 tuner is controlled for the DVICO Fusion DVB-T1 tuner card.\n\nI believe that a mistake was made when the dvb tuner code was reorganised\n(to use a generic table for the tuner information instead of inline code)\nand as a result, the DVICO card doesn\u0027t tune properly.\n\nThe modification I have made to the table makes it behave like it did with\nthe old inline tuner code that worked.  The patch is on top of the 2.6.12\nkernel.\n\nSigned-off-by: Gregory B Frost \u003cfrosts1@hotkey.net.au\u003e\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "617b586bca4eda775f93915b8efd586dddf7903c",
      "tree": "3866ef9e13fea1ce63233a39b593b015e03b6692",
      "parents": [
        "f13f9f501a6eee14e495aba56ec6f70cf2328180"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:15 2005 -0700"
      },
      "message": "[PATCH] IB: Add core locking documentation to Infiniband\n\nAdd core locking documentation to Infiniband\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f13f9f501a6eee14e495aba56ec6f70cf2328180",
      "tree": "9be60e2b98f3c65dbe6c5f0f3291cfbea86c549e",
      "parents": [
        "8fd65b096a7ba1fff69c7991f481ebac5498673e"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:46 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:15 2005 -0700"
      },
      "message": "[PATCH] IB: Eliminate sparse warnings in SA client\n\nEliminate sparse warnings in SA client\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8fd65b096a7ba1fff69c7991f481ebac5498673e",
      "tree": "a7f6730751006a4f7382845a849480ea51669dd6",
      "parents": [
        "2d0d099f1950bda2f712364a3bf74f20ddb61190"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:15 2005 -0700"
      },
      "message": "[PATCH] IB: Hook up userspace CM to the make system\n\nHook up userspace CM to the make system\n\nSigned-off-by: Libor Michalek \u003clibor@topspin.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2d0d099f1950bda2f712364a3bf74f20ddb61190",
      "tree": "df817baa8fa2bc78f28f4248a18ad825bd3b650a",
      "parents": [
        "a5b74540770cb28b8ae779d0c27e228fe7500669"
      ],
      "author": {
        "name": "Tom Duffy",
        "email": "tduffy@sun.com",
        "time": "Wed Jul 27 11:45:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:15 2005 -0700"
      },
      "message": "[PATCH] Add kernel portion of user CM implementation (fix)\n\nInclude the patch openib-general changing class_simple to class.\n\nSigned-off-by: Tom Duffy \u003ctduffy@sun.com\u003e\nCc: Hal Rosenstock \u003chalr@voltaire.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a5b74540770cb28b8ae779d0c27e228fe7500669",
      "tree": "9fdfc613760026f02a2a288de2f2ab2dd8c60997",
      "parents": [
        "8aa009191d157de53735646552421f3d1595364a"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:44 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:14 2005 -0700"
      },
      "message": "[PATCH] IB: Add kernel portion of user CM implementation\n\nAdd kernel portion of user CM implementation\n\nSigned-off-by: Libor Michalek \u003clibor@topspin.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8aa009191d157de53735646552421f3d1595364a",
      "tree": "248746da7bc7b88c0187a7a2db1ef77d773f5d37",
      "parents": [
        "cb183a06b381652b7637fedfa7ef85ec0baf2a1f"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:43 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:14 2005 -0700"
      },
      "message": "[PATCH] IB: Add the header file for user space CM\n\nAdd the header file for user space CM.  This file defines the ABI used by the\nCM for kernel/user communication.\n\nSigned-off-by: Libor Michalek \u003clibor@topspin.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cb183a06b381652b7637fedfa7ef85ec0baf2a1f",
      "tree": "8b559d3fd574af62dfbe39751980d5cb71e32598",
      "parents": [
        "3f75daddb4fc6b695faa4e12e76894389e913dcb"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:42 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:14 2005 -0700"
      },
      "message": "[PATCH] IB: Implementation for RMPP support in user MAD\n\nImplementation for RMPP support in user MAD\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3f75daddb4fc6b695faa4e12e76894389e913dcb",
      "tree": "33f665bd5d0c42d616196dbbc15d9925519feb50",
      "parents": [
        "a977049dacdef6a9e69fb4872b42a68e93a69956"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:14 2005 -0700"
      },
      "message": "[PATCH] IB: User MAD ABI changes to support RMPP\n\nUser MAD ABI changes to support RMPP\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a977049dacdef6a9e69fb4872b42a68e93a69956",
      "tree": "b4840d9f66cb77524d64ef5d733122f0d88c6707",
      "parents": [
        "c3e0164758fc24623020e0ad7bd278607b4693e3"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:40 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:14 2005 -0700"
      },
      "message": "[PATCH] IB: Add the kernel CM implementation\n\nAdd the kernel CM implementation\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c3e0164758fc24623020e0ad7bd278607b4693e3",
      "tree": "181e83b68549a7dd9cfcdcd9f31a6d2893491116",
      "parents": [
        "cbae32c56314fa3032f92db36caab49f08ab0601"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:13 2005 -0700"
      },
      "message": "[PATCH] IB: Add the header file for kernel CM (Communications Manager)\n\nAdd the header file for kernel CM (Communications Manager)\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cbae32c56314fa3032f92db36caab49f08ab0601",
      "tree": "41d73b52df4050fa772b6c7223fd020d50793a6b",
      "parents": [
        "fa619a77046bef30478697aba0553991033afb8e"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:13 2005 -0700"
      },
      "message": "[PATCH] IB: Add Service Record support to SA client\n\nAdd Service Record support to SA client\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fa619a77046bef30478697aba0553991033afb8e",
      "tree": "3783af8ac0c6804c9f437f6dfb08ecda8ce92fc3",
      "parents": [
        "d2082ee516200095956bd66279be4f62f4a5843d"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:13 2005 -0700"
      },
      "message": "[PATCH] IB: Add RMPP implementation\n\nAdd RMPP implementation.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d2082ee516200095956bd66279be4f62f4a5843d",
      "tree": "d8e08d2af67730a312e000833971ef281669e32c",
      "parents": [
        "497677ab940e637a41351dca6610bc4320abc8f1"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:12 2005 -0700"
      },
      "message": "[PATCH] IB: Introduce RMPP APIs\n\nIntroduce RMPP APIs\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "497677ab940e637a41351dca6610bc4320abc8f1",
      "tree": "256357c9aba1e8ccefb8df62432aa8eab4389bcf",
      "parents": [
        "513789ed995fb2ba72ba2a5bee53ea11d1170580"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:12 2005 -0700"
      },
      "message": "[PATCH] IB: A couple of IB core bug fixes\n\nReplace be32_to_cpup with be32_to_cpu and fix bug referencing pointer rather\nthan value in ib_create_ah_from_wc().\n\nSigned-off-by: Tom Duffy \u003ctduffy@sun.com\u003e\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "513789ed995fb2ba72ba2a5bee53ea11d1170580",
      "tree": "fa9a4e73b9420a06af37290ba6ae405200dd0935",
      "parents": [
        "cabe3cbcbb3b09637b9e706c49eadb180fca057e"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:12 2005 -0700"
      },
      "message": "[PATCH] IB: Add ib_create_ah_from_wc to IB verbs\n\nAdded new call: ib_create_ah_from_wc.  Call will allocate an address handle\ngiven work completion information, including any received GRH.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cabe3cbcbb3b09637b9e706c49eadb180fca057e",
      "tree": "37c9179b4f43d7a63e7d55ae6a77a9fb44537b0c",
      "parents": [
        "29bb33dd87dbe8db07c2b19df3fb453d999c96de"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:12 2005 -0700"
      },
      "message": "[PATCH] IB: Fix a couple of MAD code paths\n\nFixed locking to handle error posting MAD send work requests.  Fixed handling\ncanceling a MAD with an active work request.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "29bb33dd87dbe8db07c2b19df3fb453d999c96de",
      "tree": "be4e391cf2c79e618a934a2b0fb9c2bd4a053e6b",
      "parents": [
        "03b61ad2f29295f019e095d0f490f30a4d678d3f"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:11 2005 -0700"
      },
      "message": "[PATCH] IB: Optimize canceling a MAD\n\nOptimize canceling a MAD.\n- Eliminate searching timeout list in cancel case.\n- Remove duplicate calls to queue work item.\n- Eliminate resending a MAD before MAD is completed.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "03b61ad2f29295f019e095d0f490f30a4d678d3f",
      "tree": "499d78432420c3fc4339d784940348a9f06010e5",
      "parents": [
        "2c153b934dca08d58e0aafde18a182e0891aa201"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:11 2005 -0700"
      },
      "message": "[PATCH] IB: Add ib_modify_mad API to MAD\n\nAdd new MAD layer call to modify (ib_modify_mad) the timeout of a sent MAD,\nand simplify cancel code.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2c153b934dca08d58e0aafde18a182e0891aa201",
      "tree": "e650b3894abf254694e71a8f11ce8b3f72ec5558",
      "parents": [
        "dbf9227bd3dff71c3c2f540cc3e96098d2ab41e7"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:31 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:11 2005 -0700"
      },
      "message": "[PATCH] IB: Eliminate MAD cache leak associated with local completions\n\nEliminate MAD cache leak associated with local completions.  Also, when\ncanceling MAD, empty local completion list as well.\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dbf9227bd3dff71c3c2f540cc3e96098d2ab41e7",
      "tree": "2f5c8825e820bdae35121573505fc511a0783b66",
      "parents": [
        "f75b7a5294949cd1b7bc301e3087c7bb78e22520"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:11 2005 -0700"
      },
      "message": "[PATCH] IB: Simplify calling of list_del in MAD\n\nSimplify calling of list_del.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f75b7a5294949cd1b7bc301e3087c7bb78e22520",
      "tree": "faea8070eb47b3526daa32dbb60f405f958e4a7e",
      "parents": [
        "df9f9ead746e9607099d7024f312133944173609"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:10 2005 -0700"
      },
      "message": "[PATCH] IB: Add automatic retries to MAD layer\n\nAdd automatic retries to MAD layer.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "df9f9ead746e9607099d7024f312133944173609",
      "tree": "3a7da0dcfd4a6c916dea2ba736abcd7e7d583998",
      "parents": [
        "f68bcc2df8115b4ea45bfa4f8de22ec7232562b5"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:10 2005 -0700"
      },
      "message": "[PATCH] IB: Add ib_coalesce_recv_mad to MAD\n\nAdd implementation for ib_coalesce_recv_mad.  Also, clear allocated MAD data\nbuffer in ib_create_send_mad.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f68bcc2df8115b4ea45bfa4f8de22ec7232562b5",
      "tree": "6ea6cb7843f8e5ff7aa19de97b20918b91203b5e",
      "parents": [
        "6a0c435ef9e2473934442282054d0f58235d1de2"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:10 2005 -0700"
      },
      "message": "[PATCH] IB: Minor cleanup during MAD startup and shutdown\n\nMinor cleanup during startup and shutdown\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6a0c435ef9e2473934442282054d0f58235d1de2",
      "tree": "71a5d054bde7447f10c611e359ecbcc36462a312",
      "parents": [
        "d760ce8f71ec5336c4a750a1293f26c0eb938c8a"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:10 2005 -0700"
      },
      "message": "[PATCH] IB: Fix timeout/cancelled MAD handling\n\nFixes an issue processing a sent MAD after it has timed out or been canceled.\nThe race occurs when a response MAD matches with the send request.  The\nrequest could time out or be canceled after the response MAD matches with the\nrequest, but before the request completion can be processed.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d760ce8f71ec5336c4a750a1293f26c0eb938c8a",
      "tree": "44a4ce8a53c40ac41c614b4a6283890074ce9c1c",
      "parents": [
        "f8197a4ed1bba8c80ed6ddf4535ded80cb4152cf"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:10 2005 -0700"
      },
      "message": "[PATCH] IB: Change ib_mad_send_wr_private struct\n\nHave ib_mad_send_wr_private reference the private agent structure directly,\nrather than the exposed agent definition.  Remove unneeded parameters to\nfunctions and simplify code were possible from this change.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f8197a4ed1bba8c80ed6ddf4535ded80cb4152cf",
      "tree": "0f3bcc7445938c3ff0f5f9e241faa08dafe90ea9",
      "parents": [
        "4a0754fae8fb5162d1cf4f738d48bb1e8190c09f"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:10 2005 -0700"
      },
      "message": "[PATCH] IB: Change saving of user\u0027s send wr_id in MAD\n\nMove saving of user\u0027s send wr_id to better match layering of received response\nhandling.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4a0754fae8fb5162d1cf4f738d48bb1e8190c09f",
      "tree": "b5c7358f565c6216fd45b350c6f167b879049991",
      "parents": [
        "824c8ae7d05bb4d21af707832c5bfa45d5494ec8"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:09 2005 -0700"
      },
      "message": "[PATCH] IB: Combine some MAD routines\n\nCombine response_mad() and solicited_mad() routines into a single function and\nsimplify/encapsulate its usage.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "824c8ae7d05bb4d21af707832c5bfa45d5494ec8",
      "tree": "ce268a0f9268efae69fc4735b0d650d19aeec6e6",
      "parents": [
        "b82cab6b331b51d82f90d2207f3bbfdf09361ac9"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:09 2005 -0700"
      },
      "message": "[PATCH] IB: Add MAD helper functions\n\nAdd new helper routines for allocating MADs for sending and formatting a send\nWR.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b82cab6b331b51d82f90d2207f3bbfdf09361ac9",
      "tree": "5aad260a806939b2ea5b2d5a029b38b77a4fcd07",
      "parents": [
        "c183a4c33528d17cde0dcb093ae4248d8cb8f649"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:22 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:09 2005 -0700"
      },
      "message": "[PATCH] IB: Update MAD client API\n\nAutomatically allocate a MR when registering a MAD agent.\nMAD clients are modified to use this updated API.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c183a4c33528d17cde0dcb093ae4248d8cb8f649",
      "tree": "57d07087c9a99d6002529b956719853008a9acdd",
      "parents": [
        "896e5518da74f9d20db8163526014fba16b1f2b4"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:09 2005 -0700"
      },
      "message": "[PATCH] IB: Update FMR functions\n\nChange some functions to return void rather than an int since they are always\nreturning 0, thus making checking return values rather pointless.\n\nSigned-off-by: Tom Duffy \u003ctduffy@sun.com\u003e\nSigned-off-by: Libor Michalek \u003clibor@topspin.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "896e5518da74f9d20db8163526014fba16b1f2b4",
      "tree": "a3e333c22397665b6a87acd393071807f2f74beb",
      "parents": [
        "e5c2d749172657ed51e20e4b5ab540447666cc50"
      ],
      "author": {
        "name": "Kurt Wall",
        "email": "kwall@kurtwerks.com",
        "time": "Wed Jul 27 11:45:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:09 2005 -0700"
      },
      "message": "[PATCH] Add text for dealing with \"dot releases\" to README\n\nThe emergence of so-called \"dot releases\" that are non-incremental patches\nagainst a base kernel requires different handling of patches (revert\nprevious patches before applying the newest one).  This patch adds a\nparagrach to $TOPDIR/README explaining how to do deal with dot release\npatches.\n\nSigned-off-by: Kurt Wall \u003ckwall@kurtwerks.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e5c2d749172657ed51e20e4b5ab540447666cc50",
      "tree": "017e1ce4ea0f14446d833d5913005036afbea0ad",
      "parents": [
        "71ae18ec690953e9ba7107c7cc44589c2cc0d9f1"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jul 27 11:45:19 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:09 2005 -0700"
      },
      "message": "[PATCH] serial_core whitespace fix\n\nUse tabs for formatting like anywhere else in this file.\n\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "71ae18ec690953e9ba7107c7cc44589c2cc0d9f1",
      "tree": "f2a0c8e0b67120d61f9216638482d5f472e27f29",
      "parents": [
        "44456d37b59d8e541936ed26d8b6e08d27e88ac1"
      ],
      "author": {
        "name": "Blaisorblade",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Jul 27 11:45:18 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:08 2005 -0700"
      },
      "message": "[PATCH] sys_get_thread_area does not clear the returned argument\n\nsys_get_thread_area does not memset to 0 its struct user_desc info before\ncopying it to user space...  since sizeof(struct user_desc) is 16 while the\nactual datas which are filled are only 12 bytes + 9 bits (across the\nbitfields), there is a (small) information leak.\n\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": "44456d37b59d8e541936ed26d8b6e08d27e88ac1",
      "tree": "11ca6fa29b8cfb56ecef2d1f4f9dc2d9d71d2a2f",
      "parents": [
        "02b775696fee75a04041d8d94db26a9462216d24"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Wed Jul 27 11:45:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:08 2005 -0700"
      },
      "message": "[PATCH] turn many #if $undefined_string into #ifdef $undefined_string\n\nturn many #if $undefined_string into #ifdef $undefined_string to fix some\nwarnings after -Wno-def was added to global CFLAGS\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "02b775696fee75a04041d8d94db26a9462216d24",
      "tree": "634447f4dfd9299deb5a53a1b9fab267186556cd",
      "parents": [
        "ec0344a2c93c770fe1ef7cdccd8115a69ca100d1"
      ],
      "author": {
        "name": "Andreas Gruenbacher",
        "email": "agruen@suse.de",
        "time": "Wed Jul 27 11:45:16 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:07 2005 -0700"
      },
      "message": "[PATCH] reiserfs doesn\u0027t use mbcache\n\nreiserfs doesn\u0027t use the mbcache, so this can go.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ec0344a2c93c770fe1ef7cdccd8115a69ca100d1",
      "tree": "f6793e7c3ba070eba70439105ab57e48c3a17d58",
      "parents": [
        "8c52ab42c11b5a7fb44bb84c954d09968e90e9e7"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Jul 27 11:45:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:07 2005 -0700"
      },
      "message": "[PATCH] Documentation/Changes: document the required udev version\n\nDocument that udev 058 is required.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8c52ab42c11b5a7fb44bb84c954d09968e90e9e7",
      "tree": "ee2496abc8d0246db90ba43b3ea9d4ddebd7b62d",
      "parents": [
        "3dcce8e22bf9956ac2c5233539cac07c978e58c7"
      ],
      "author": {
        "name": "Andreas Gruenbacher",
        "email": "agruen@suse.de",
        "time": "Wed Jul 27 11:45:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:07 2005 -0700"
      },
      "message": "[PATCH] mbcache: Remove unused mb_cache_shrink parameter\n\nThe cache parameter to mb_cache_shrink isn\u0027t used.  We may as well remove\nit.\n\nSigned-off-by: Andreas Gruenbacher \u003cagruen@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3dcce8e22bf9956ac2c5233539cac07c978e58c7",
      "tree": "33de592099774c7c2d6a5cf3d9664dd88df9f985",
      "parents": [
        "ebb81fdb3dd0be7514b84197c4f8388a17130f04"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Wed Jul 27 11:45:14 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:07 2005 -0700"
      },
      "message": "[PATCH] ppc64: tpm_infineon build fix\n\nppc64 uses symbol `DAR\u0027, as does the TPM driver, causing a build failure.\nChange the TPM name.\n\nCc: Marcel Selhorst \u003cselhorst@crypto.rub.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ebb81fdb3dd0be7514b84197c4f8388a17130f04",
      "tree": "8dd41338a44bb5194134828a8a14a36311193dac",
      "parents": [
        "e77e17161ccb8bd877bf83b3611cd318e451c605"
      ],
      "author": {
        "name": "Marcel Selhorst",
        "email": "selhorst@crypto.rub.de",
        "time": "Wed Jul 27 11:45:12 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:06 2005 -0700"
      },
      "message": "[PATCH] tpm: Support for Infineon TPM\n\nThis patch provides a new device driver for the Infineon SLD 9630 TT Trusted\nPlatform Module (TPM 1.1b) [1] which is embedded on Intel- mainboards or in\nHP/ Fujitsu-Siemens / Toshiba-Notebooks.  A nearly complete list where this\nmodule is integrated in can be found in [2].\n\nThis kernel module acts as a communication gateway between the linux kernel\nand the hardware chip and fits the TPM-specific interfaces created by IBM in\ndrivers/char/tpm/tpm.h\n\nFurther information about this module and a list of succesfully tested and\ntherefore supported hardware can be found at our project page [3].\n\n[1]\nhttp://www.infineon.com/cgi/ecrm.dll/ecrm/scripts/public_download.jsp?oid\u003d114135\u0026parent_oid\u003d29049\n\n[2]\nhttp://www.tonymcfadden.net/tpmvendors.htm\n\n[3]\nhttp://www.prosec.rub.de/tpm\n\nSigned-off-by: Marcel Selhorst \u003cselhorst@crypto.rub.de\u003e\nAcked-by: Kylene Jo Hall \u003ckjhall@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e77e17161ccb8bd877bf83b3611cd318e451c605",
      "tree": "55fb0a366a2f1e3364f0088d5699cbf09b37d29a",
      "parents": [
        "d9fd8a6d443b509147280f058d4e59f0b796a323"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Wed Jul 27 11:45:11 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:06 2005 -0700"
      },
      "message": "[PATCH] kernel/crash_dump.c: add kerneldoc\n\nAdd kerneldoc to kernel/crash_dump.c\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d9fd8a6d443b509147280f058d4e59f0b796a323",
      "tree": "427385e403fc0d4282be19732a00ddfd224c1461",
      "parents": [
        "207a7ba8dc000e1b13acac97f3736810dd86e8e2"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Wed Jul 27 11:45:11 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:06 2005 -0700"
      },
      "message": "[PATCH] kernel/cpuset.c: add kerneldoc, fix typos\n\nAdd kerneldoc to kernel/cpuset.c\n\nFix cpuset typos in init/Kconfig\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nAcked-by: Paul Jackson \u003cpj@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "207a7ba8dc000e1b13acac97f3736810dd86e8e2",
      "tree": "de7baa1aa4a7752c6ea447938e73817de899d141",
      "parents": [
        "c293621bbf678a3d85e3ed721c3921c8a670610d"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Wed Jul 27 11:45:10 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:06 2005 -0700"
      },
      "message": "[PATCH] kernel/capability.c: add kerneldoc\n\nAdd kerneldoc to kernel/capability.c\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c293621bbf678a3d85e3ed721c3921c8a670610d",
      "tree": "c72fc522cf3fd2d12f7fd716b7eb4db8d7fcaf52",
      "parents": [
        "3e5ea098446e19175fdee4c2c4ec9366b0217db4"
      ],
      "author": {
        "name": "Peter Staubach",
        "email": "staubach@redhat.com",
        "time": "Wed Jul 27 11:45:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:06 2005 -0700"
      },
      "message": "[PATCH] stale POSIX lock handling\n\nI believe that there is a problem with the handling of POSIX locks, which\nthe attached patch should address.\n\nThe problem appears to be a race between fcntl(2) and close(2).  A\nmultithreaded application could close a file descriptor at the same time as\nit is trying to acquire a lock using the same file descriptor.  I would\nsuggest that that multithreaded application is not providing the proper\nsynchronization for itself, but the OS should still behave correctly.\n\nSUS3 (Single UNIX Specification Version 3, read: POSIX) indicates that when\na file descriptor is closed, that all POSIX locks on the file, owned by the\nprocess which closed the file descriptor, should be released.\n\nThe trick here is when those locks are released.  The current code releases\nall locks which exist when close is processing, but any locks in progress\nare handled when the last reference to the open file is released.\n\nThere are three cases to consider.\n\nOne is the simple case, a multithreaded (mt) process has a file open and\nraces to close it and acquire a lock on it.  In this case, the close will\nrelease one reference to the open file and when the fcntl is done, it will\nrelease the other reference.  For this situation, no locks should exist on\nthe file when both the close and fcntl operations are done.  The current\nsystem will handle this case because the last reference to the open file is\nbeing released.\n\nThe second case is when the mt process has dup(2)\u0027d the file descriptor.\nThe close will release one reference to the file and the fcntl, when done,\nwill release another, but there will still be at least one more reference\nto the open file.  One could argue that the existence of a lock on the file\nafter the close has completed is okay, because it was acquired after the\nclose operation and there is still a way for the application to release the\nlock on the file, using an existing file descriptor.\n\nThe third case is when the mt process has forked, after opening the file\nand either before or after becoming an mt process.  In this case, each\nprocess would hold a reference to the open file.  For each process, this\ndegenerates to first case above.  However, the lock continues to exist\nuntil both processes have released their references to the open file.  This\nlock could block other lock requests.\n\nThe changes to release the lock when the last reference to the open file\naren\u0027t quite right because they would allow the lock to exist as long as\nthere was a reference to the open file.  This is too long.\n\nThe new proposed solution is to add support in the fcntl code path to\ndetect a race with close and then to release the lock which was just\nacquired when such as race is detected.  This causes locks to be released\nin a timely fashion and for the system to conform to the POSIX semantic\nspecification.\n\nThis was tested by instrumenting a kernel to detect the handling locks and\nthen running a program which generates case #3 above.  A dangling lock\ncould be reliably generated.  When the changes to detect the close/fcntl\nrace were added, a dangling lock could no longer be generated.\n\nCc: Matthew Wilcox \u003cwilly@debian.org\u003e\nCc: Trond Myklebust \u003ctrond.myklebust@fys.uio.no\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3e5ea098446e19175fdee4c2c4ec9366b0217db4",
      "tree": "66280c997a0fbb1d864302c5fde7364b8fe73b2c",
      "parents": [
        "8ffa7405afe0eaf34db6254160b734f084601f68"
      ],
      "author": {
        "name": "Christian Borntraeger",
        "email": "cborntra@de.ibm.com",
        "time": "Wed Jul 27 11:45:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:06 2005 -0700"
      },
      "message": "[PATCH] s390: use __cpcmd in vmcp_write\n\nvmcp_write uses GPF_DMA for the memory allocation of the response buffer, so\nit can use the low level function __cpcmd directly, no need to call the\nwrapper.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8ffa7405afe0eaf34db6254160b734f084601f68",
      "tree": "5d6199a0256137babe9bee3e5322779a19fb4ba0",
      "parents": [
        "f878e4367580f37327e68ce2c6861245077f0904"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Wed Jul 27 11:45:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:05 2005 -0700"
      },
      "message": "[PATCH] s390: cpu timer reset in machine check handler\n\nFix wrong move direction of timer values for cpu accounting in case of a\nmachine check that indicates a broken cpu timer.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f878e4367580f37327e68ce2c6861245077f0904",
      "tree": "5414f367d9397debdd818568b958f779df7ac817",
      "parents": [
        "4111796d89b8cfa36054d65d9858460b5ec0e8c7"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Wed Jul 27 11:45:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:05 2005 -0700"
      },
      "message": "[PATCH] s390: 31 bit memory size limit\n\nLimit reported memory size to 2GB if running in 31 bit mode.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4111796d89b8cfa36054d65d9858460b5ec0e8c7",
      "tree": "f42f2822983882f391a99414d98a572cbc330f77",
      "parents": [
        "6bb0e01081c2ca585b5e145783fea53bb0589786"
      ],
      "author": {
        "name": "Stefan Bader",
        "email": "shbader@de.ibm.com",
        "time": "Wed Jul 27 11:45:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:05 2005 -0700"
      },
      "message": "[PATCH] s390: channel tape fixes\n\nTape driver fixes:\n - Added deferred condition handling to tape driver core.\n - Added ability to handle busy conditions.\n - Code cleanup.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6bb0e01081c2ca585b5e145783fea53bb0589786",
      "tree": "d4bb81e6dfa15df6e9b9dd718a0e44fab804da78",
      "parents": [
        "d61f6f3d8b63a2aadcf8b058fe65581ccd8dee97"
      ],
      "author": {
        "name": "Horst Hummel",
        "email": "horst.hummel@de.ibm.com",
        "time": "Wed Jul 27 11:45:03 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:05 2005 -0700"
      },
      "message": "[PATCH] s390: free dasd slab cache\n\nFree dasd slab cache on module unload.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d61f6f3d8b63a2aadcf8b058fe65581ccd8dee97",
      "tree": "8aa23d9d1edd7bf2329f5e307ba3a0537f30aeec",
      "parents": [
        "c63307f164a79e0ff6dd2da33436c59b3d3396cd"
      ],
      "author": {
        "name": "Horst Hummel",
        "email": "horst.hummel@de.ibm.com",
        "time": "Wed Jul 27 11:45:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:05 2005 -0700"
      },
      "message": "[PATCH] s390: fba dasd i/o errors\n\nThe FBA discipline does not use retries for failed requests.  A request fails\nafter the first unsuccessful start attempt.  There are some rare conditions\n(e.g.  CIO path recovery) in which the start of an i/o on a fba device can\nfail.  A tiny amount of retries is therefore reasonable.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c63307f164a79e0ff6dd2da33436c59b3d3396cd",
      "tree": "af500819ac91248ddb72c105cf500cfb7499776b",
      "parents": [
        "1d3ac7aadbccd8456fdca09394ddb570b95fe7dc"
      ],
      "author": {
        "name": "Cornelia Huck",
        "email": "cohuck@de.ibm.com",
        "time": "Wed Jul 27 11:45:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:05 2005 -0700"
      },
      "message": "[PATCH] s390: resource accessibility event handling\n\nWhen processing resource accessibility events, continue searching for further\naffected subchannels if a link address is provided in the event information.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1d3ac7aadbccd8456fdca09394ddb570b95fe7dc",
      "tree": "0279210d7d3c08224259790a257182ace82771e6",
      "parents": [
        "99b2d8df1d06f1072a949fc1e01a08b94b084d5f"
      ],
      "author": {
        "name": "Cornelia Huck",
        "email": "cohuck@de.ibm.com",
        "time": "Wed Jul 27 11:45:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:04 2005 -0700"
      },
      "message": "[PATCH] s390: debug data for ifcc/ccc\n\nFix debug data in case of an interface-control or channel-control check: don\u0027t\nlog the not yet accumulated interrupt-response-block, but the one we just\nreceived.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "99b2d8df1d06f1072a949fc1e01a08b94b084d5f",
      "tree": "e5be46e9fbee8b68ab1743ef29037c0596a7265f",
      "parents": [
        "46ee058cdb3abab9313cc9cb9e9927d7672a718c"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Wed Jul 27 11:45:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:04 2005 -0700"
      },
      "message": "[PATCH] s390: external call performance\n\nThe kernel uses the SIGP external call order code to signal other CPUs.  When\nrunning with dedicated CPUs external calls don\u0027t get delivered immediately but\nwithin a fixed polling invervall.  This can lead to delays where the system\nappears to do nothing.  Replace the SIGP external call order with the SIGP\nemergency call order since this one gets delivered immediately.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ],
  "next": "46ee058cdb3abab9313cc9cb9e9927d7672a718c"
}
