)]}'
{
  "log": [
    {
      "commit": "068c6e98bc7ec4419299b38cd40be26ebf4bdeda",
      "tree": "4312d3449036c35d5fc8fd4f60f447200928e817",
      "parents": [
        "8834807b43200b1658b49d3b779e74a4f77e4ffb"
      ],
      "author": {
        "name": "Neil Horman",
        "email": "nhorman@tuxdriver.com",
        "time": "Mon Jun 26 00:04:27 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 26 00:04:27 2006 -0700"
      },
      "message": "[NET] netpoll: break recursive loop in netpoll rx path\n\nThe netpoll system currently has a rx to tx path via:\n\nnetpoll_rx\n __netpoll_rx\n  arp_reply\n   netpoll_send_skb\n    dev-\u003ehard_start_tx\n\nThis rx-\u003etx loop places network drivers at risk of inadvertently causing a\ndeadlock or BUG halt by recursively trying to acquire a spinlock that is\nused in both their rx and tx paths (this problem was origionally reported\nto me in the 3c59x driver, which shares a spinlock between the\nboomerang_interrupt and boomerang_start_xmit routines).\n\nThis patch breaks this loop, by queueing arp frames, so that they can be\nresponded to after all receive operations have been completed.  Tested by\nmyself and the reported with successful results.\n\nSpecifically it was tested with netdump.  Heres the BZ with details:\nhttps://bugzilla.redhat.com/bugzilla/show_bug.cgi?id\u003d194055\n\nSigned-off-by: Neil Horman \u003cnhorman@tuxdriver.com\u003e\nAcked-by: Matt Mackall \u003cmpm@selenic.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8834807b43200b1658b49d3b779e74a4f77e4ffb",
      "tree": "e9f8f2312b9ee3d4f6ea388f3b33c65e1495868c",
      "parents": [
        "d83561a4d67863b4aa297e8f598823dd4dfe855e"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@goop.org",
        "time": "Mon Jun 26 00:03:40 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 26 00:03:40 2006 -0700"
      },
      "message": "[NET] netpoll: don\u0027t spin forever sending to stopped queues\n\nWhen transmitting a skb in netpoll_send_skb(), only retry a limited number\nof times if the device queue is stopped.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\nAcked-by: Matt Mackall \u003cmpm@selenic.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d83561a4d67863b4aa297e8f598823dd4dfe855e",
      "tree": "d5c71904c838339ce0a36b408af6f1c51f58c5d8",
      "parents": [
        "1e4fd51e2c830f2a10c9b143986757d8ea35b0fc"
      ],
      "author": {
        "name": "Ben Collins",
        "email": "bcollins@ubuntu.com",
        "time": "Mon Jun 26 00:02:47 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 26 00:02:47 2006 -0700"
      },
      "message": "[IRDA]: add some IBM think pads\n\n[UBUNTU:nsc-ircc] Add some IBM think pads\nAdd Thinkpad T60/X60/Z60/T43/R52 Infrared driver support.\n\nhttp://www.kernel.org/git/?p\u003dlinux/kernel/git/bcollins/ubuntu-dapper.git;a\u003dcommitdiff;h\u003d7b8d2713435a9fb69719a282ba75e117f3f76a5b\n\nSigned-off-by: Ben Collins \u003cbcollins@ubuntu.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "1e4fd51e2c830f2a10c9b143986757d8ea35b0fc",
      "tree": "a6b0756bcda7cb0d0168d77fc954696a60849beb",
      "parents": [
        "f72b948dcbb8558d639214536c2ace1b0760f41d"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Jun 26 00:01:58 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 26 00:01:58 2006 -0700"
      },
      "message": "[ATM]: atm/mpc.c warning fix\n\nnet/atm/mpc.c: In function \u0027MPOA_res_reply_rcvd\u0027:\nnet/atm/mpc.c:1116: warning: unused variable \u0027ip\u0027\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f72b948dcbb8558d639214536c2ace1b0760f41d",
      "tree": "5ff1c481585ed41fefc9f9b5a0a40991dc6ea30b",
      "parents": [
        "6048126440dcb3ba01316f961465c0ff5a255dd1"
      ],
      "author": {
        "name": "Phil Oester",
        "email": "kernel@linuxace.com",
        "time": "Mon Jun 26 00:00:57 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 26 00:00:57 2006 -0700"
      },
      "message": "[NET]: skb_find_text ignores to argument\n\nskb_find_text takes a \"to\" argument which is supposed to limit how\nfar into the skb it will search for the given text.  At present,\nit seems to ignore that argument on the first skb, and instead\nreturn a match even if the text occurs beyond the limit.\n\nPatch below fixes this, after adjusting for the \"from\" starting\npoint.  This consequently fixes the netfilter string match\u0027s \"--to\"\nhandling, which currently is broken.\n\nSigned-off-by: Phil Oester \u003ckernel@linuxace.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6048126440dcb3ba01316f961465c0ff5a255dd1",
      "tree": "b8a58f213f510d47ca6b2e122e026a7b4339793e",
      "parents": [
        "f54d9e8d7f7dd60f26157c12acda3fc94fcd9ab7"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun Jun 25 23:58:10 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:58:10 2006 -0700"
      },
      "message": "[NET]: make net/core/dev.c:netdev_nit static\n\nnetdev_nit can now become static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f54d9e8d7f7dd60f26157c12acda3fc94fcd9ab7",
      "tree": "4cd16db2905ccca54a2e79cc68669b62c024b433",
      "parents": [
        "0718bcc09b3597c51e87f265c72135a4928d3c0b"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Sun Jun 25 23:57:04 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:57:04 2006 -0700"
      },
      "message": "[NET]: Fix GSO problems in dev_hard_start_xmit()\n\nFix 2 problems in dev_hard_start_xmit():\n\n1. nskb-\u003enext needs to link back to skb-\u003enext if hard_start_xmit()\nreturns non-zero.\n\n2. Since the total number of GSO fragments may exceed MAX_SKB_FRAGS + 1,\nit needs to stop transmitting if the netif_queue is stopped.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nAcked-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0718bcc09b3597c51e87f265c72135a4928d3c0b",
      "tree": "fd4a686629488bad28f3c780e6b2b52803698877",
      "parents": [
        "3ba07e65b288f00cc4d2420f1da46309b1cb5a0c"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Jun 25 23:55:46 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:55:46 2006 -0700"
      },
      "message": "[NET]: Fix CHECKSUM_HW GSO problems.\n\nFix checksum problems in the GSO code path for CHECKSUM_HW packets.\n\nThe ipv4 TCP pseudo header checksum has to be adjusted for GSO\nsegmented packets.\n\nThe adjustment is needed because the length field in the pseudo-header\nchanges.  However, because we have the inequality oldlen \u003e newlen, we\nknow that delta \u003d (u16)~oldlen + newlen is still a 16-bit quantity.\nThis also means that htonl(delta) + th-\u003echeck still fits in 32 bits.\nTherefore we don\u0027t have to use csum_add on this operations.\n\nThis is based on a patch by Michael Chan \u003cmchan@broadcom.com\u003e.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nAcked-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3ba07e65b288f00cc4d2420f1da46309b1cb5a0c",
      "tree": "204ae8a1c4be5fcb88d1d2740a0288a3b7b43b4f",
      "parents": [
        "65f51ef0971f01d64027cb3bca2c5827fb5b19cb"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:53:47 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:53:47 2006 -0700"
      },
      "message": "[TIPC]: Fix incorrect correction to discovery timer frequency computation.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "65f51ef0971f01d64027cb3bca2c5827fb5b19cb",
      "tree": "8080e86d8bfe4398b3c1478580bfbfeb5bd6c866",
      "parents": [
        "5392d646886d8f1ae01be69c10600b8df5284c41"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:53:20 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:53:20 2006 -0700"
      },
      "message": "[TIPC]: Get rid of dynamically allocated arrays in broadcast code.\n\nThis change improves an earlier change which replaced the large local\nvariable arrays used during broadcasting with dynamically allocated arrays.\nThe temporary arrays are now incoprorated into the multicast link data\nstructure.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5392d646886d8f1ae01be69c10600b8df5284c41",
      "tree": "38f6c38498dc7f1632cc04a50098b82037307e44",
      "parents": [
        "a10bd924a421e0e5d5bb9640735b9317b8e473b5"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:52:50 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:52:50 2006 -0700"
      },
      "message": "[TIPC]: Fixed link switchover bugs\n\nIncorporates several related fixes:\n- switchover now occurs when switching from an active link to a standby link\n- failure of a standby link no longer initiates switchover\n- links now display correct # of received packtes following reactivation\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a10bd924a421e0e5d5bb9640735b9317b8e473b5",
      "tree": "d86ac98e60292c3197a8f6ef9af86549dd051102",
      "parents": [
        "f131072c3da84e70a0f65d71b3a3f6611c6a22bc"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:52:17 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:52:17 2006 -0700"
      },
      "message": "[TIPC]: Enhanced \u0026 cleaned up system messages; fixed 2 obscure memory leaks.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f131072c3da84e70a0f65d71b3a3f6611c6a22bc",
      "tree": "6b00e151ee25a9d20fc56c4aa5f947561a65047d",
      "parents": [
        "e100ae92a68c55e7ba287866c20fe1b0ad4fcdee"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:51:37 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:51:37 2006 -0700"
      },
      "message": "[TIPC]: First phase of assert() cleanup\n\nThis also contains enhancements to simplify comparisons in name table\npublication removal algorithm and to simplify name table sanity checking\nwhen shutting down TIPC.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e100ae92a68c55e7ba287866c20fe1b0ad4fcdee",
      "tree": "733d0cbd80793d00aa53f2fbe09c85e8529fc901",
      "parents": [
        "c33d53b23589d9133af85effefbaa619853eb7f0"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:51:08 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:51:08 2006 -0700"
      },
      "message": "[TIPC]: Disallow config operations that aren\u0027t supported in certain modes.\n\nThis change provides user-friendly feedback when TIPC is unable to perform\ncertain configuration operations that don\u0027t work properly in certain modes.\n(In particular, any reconfiguration request that would temporarily take TIPC\nfrom network mode to standalone mode, or from standalone mode to not running\nmode, is disallowed.)\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c33d53b23589d9133af85effefbaa619853eb7f0",
      "tree": "8680ad82411d2dac96374e9133ce4c266a5322ae",
      "parents": [
        "a75bf874278d8318ffe11043f3acb9b281fa911a"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:50:30 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:50:30 2006 -0700"
      },
      "message": "[TIPC]: Fixed memory leak in tipc_link_send() when destination is unreachable\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a75bf874278d8318ffe11043f3acb9b281fa911a",
      "tree": "b3ba22c9d4d3a3f8d2744e8b57a4833d33572f5d",
      "parents": [
        "a7513528cd0deeb62624c229c21054472ec976e6"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:50:01 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:50:01 2006 -0700"
      },
      "message": "[TIPC]: Added missing warning for out-of-memory condition\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a7513528cd0deeb62624c229c21054472ec976e6",
      "tree": "2e1f0ff78db589e53f260b7b3845e27e62b29ac8",
      "parents": [
        "51f9cc1ff8aa0866ff8fb3c06be4c64b5edbb2e8"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:49:33 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:49:33 2006 -0700"
      },
      "message": "[TIPC]: Withdrawing all names from nameless port now returns success, not error\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "51f9cc1ff8aa0866ff8fb3c06be4c64b5edbb2e8",
      "tree": "ba3bfa86415fb9afa88e764672beb6fb9014b231",
      "parents": [
        "a3b0a5a9d004002a9cf9cf7a9d10cf1447a73d2b"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:49:06 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:49:06 2006 -0700"
      },
      "message": "[TIPC]: Optimized argument validation done by connect().\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a3b0a5a9d004002a9cf9cf7a9d10cf1447a73d2b",
      "tree": "dab990b30b9c5d677c9c3408c2f8e73a5e50db72",
      "parents": [
        "4b087b28a629cc9388e42fdccdcd929deaa7ac81"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:48:22 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:48:22 2006 -0700"
      },
      "message": "[TIPC]: Simplify code for returning partial success of stream send request.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4b087b28a629cc9388e42fdccdcd929deaa7ac81",
      "tree": "c0cfa32be5bd91352986b8bd8cb1625c01547a34",
      "parents": [
        "499786516fc12791223f075d682a45ea1129eb04"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:47:44 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:47:44 2006 -0700"
      },
      "message": "[TIPC]: recvmsg() now returns TIPC ancillary data using correct level (SOL_TIPC)\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "499786516fc12791223f075d682a45ea1129eb04",
      "tree": "7c1e2b25687eae5c41d8a24b34e6bb4190d969e8",
      "parents": [
        "1303e8f173a8a5000ee6e2fba876fec9474ed1f6"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:47:18 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:47:18 2006 -0700"
      },
      "message": "[TIPC]: Improved performance of error checking during socket creation.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1303e8f173a8a5000ee6e2fba876fec9474ed1f6",
      "tree": "1a4e21bce31d879f550d81fd88e5358ae2438248",
      "parents": [
        "bdd94789d2348e20d13c1d5e477c8cf830dd204b"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:46:50 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:46:50 2006 -0700"
      },
      "message": "[TIPC]: Stream socket send indicates partial success if data partially sent.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "bdd94789d2348e20d13c1d5e477c8cf830dd204b",
      "tree": "14726d6f25d20e7e84f26e4c834e3187e017deaa",
      "parents": [
        "3546c7508d7e97fd855f8ac37afdd09622fa5ce1"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:45:53 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:45:53 2006 -0700"
      },
      "message": "[TIPC]: Connected send now checks socket state when retrying congested send.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3546c7508d7e97fd855f8ac37afdd09622fa5ce1",
      "tree": "bd7dcdbbb83244a4e06c06449d3fdbc965e1d118",
      "parents": [
        "3388007bc4d662e50c2c01a7fb1fa2c31cea98ad"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:45:24 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:45:24 2006 -0700"
      },
      "message": "[TIPC]: Can now return destination name of form {0,x,y} via ancillary data.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3388007bc4d662e50c2c01a7fb1fa2c31cea98ad",
      "tree": "9971f7cb08c6d20485db861a36604bdafe1019e2",
      "parents": [
        "6b384de853c9f05e5e6da6c95edb475b96dd2cc1"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:44:57 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:44:57 2006 -0700"
      },
      "message": "[TIPC]: Implied connect now saves dest name for retrieval as ancillary data.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6b384de853c9f05e5e6da6c95edb475b96dd2cc1",
      "tree": "b9b26a5c1c41153eb2557480910339576583ffa6",
      "parents": [
        "e9024f0f79c3f847a793d6a16bf4fefc6d7a4649"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:44:27 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:44:27 2006 -0700"
      },
      "message": "[TIPC]: Fixed connect() to detect a dest address that is missing or too short.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e9024f0f79c3f847a793d6a16bf4fefc6d7a4649",
      "tree": "5c93a0fb02ddadebe2d0f52c1d026657c4155434",
      "parents": [
        "687a25f1cdfc6ee1f2f60f299dbd294908eb0d59"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:43:57 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:43:57 2006 -0700"
      },
      "message": "[TIPC]: Non-operation-affecting corrections to comments \u0026 function definitions.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "687a25f1cdfc6ee1f2f60f299dbd294908eb0d59",
      "tree": "ca7953096dcc44c8250fc18d0a6eb0e28d97d33f",
      "parents": [
        "a592ea6362a967a49eb4b5d1cd36b78d8f180622"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:43:21 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:43:21 2006 -0700"
      },
      "message": "[TIPC]: Validate entire interface name when locating bearer to enable.\n\nThis fix prevents a bearer from being enabled using the wrong interface.\nFor example, specifying \"eth:eth14\" might enable \"eth:eth1\" by mistake.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\n"
    },
    {
      "commit": "a592ea6362a967a49eb4b5d1cd36b78d8f180622",
      "tree": "9ed43405555fdbd12909b3b80a3b86b15926df44",
      "parents": [
        "8b1f0a92e98a67e1e69aa37d538f8956d1640cba"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:42:47 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:42:47 2006 -0700"
      },
      "message": "[TIPC]: Added support for MODULE_VERSION capability.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8b1f0a92e98a67e1e69aa37d538f8956d1640cba",
      "tree": "32d8bab469ca97549cad25a46f2136280ffcaa47",
      "parents": [
        "70cb23477019b8739d23ead223539c7e6dfc509c"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:42:19 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:42:19 2006 -0700"
      },
      "message": "[TIPC]: Fix misleading comment in buf_discard() routine.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "70cb23477019b8739d23ead223539c7e6dfc509c",
      "tree": "8bcdd7772db92688b5ef30c22515ae58e44361a0",
      "parents": [
        "3ac90216abc7d39e694533aec2805efeb06bf8ac"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:41:47 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:41:47 2006 -0700"
      },
      "message": "[TIPC]: Fixed privilege checking typo in dest_name_check().\n\nThis patch originated by Stephane Ouellette \u003couellettes@videotron.ca\u003e.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3ac90216abc7d39e694533aec2805efeb06bf8ac",
      "tree": "c3374590eb318578896b41ca5af9d098275fc36f",
      "parents": [
        "a4e0927902508a5f7f04be56d3c3e1b174481705"
      ],
      "author": {
        "name": "Eric Sesterhenn",
        "email": "snakebyte@gmx.de",
        "time": "Sun Jun 25 23:41:15 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:41:15 2006 -0700"
      },
      "message": "[TIPC] Fix for NULL pointer dereference\n\nThis fixes a bug spotted by the coverity checker, bug id #366. If\n(mod(seqno - prev) !\u003d 1) we set buf to NULL, dereference it in the for\ncase, and set it to whatever value happes to be at adress 0+next, if it\nhappens to be non-zero, we even stay in the loop. It seems that the author\nintended to break there.\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a4e0927902508a5f7f04be56d3c3e1b174481705",
      "tree": "5ee3be5ca4697b03d6acfe6233b5d2464311066d",
      "parents": [
        "d356eeba8e34786621d85468e5176052813a3059"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:40:35 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:40:35 2006 -0700"
      },
      "message": "[TIPC]: Allow compilation when CONFIG_TIPC_DEBUG is not set.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d356eeba8e34786621d85468e5176052813a3059",
      "tree": "0f802091559dfafdc62fa6c3059fcebff60b2bc7",
      "parents": [
        "260082471ed3f6d751e9767e5a278d4e495d83f7"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:40:01 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:40:01 2006 -0700"
      },
      "message": "[TIPC]: Multicast link failure now resets all links to \"nacking\" node.\n\nThis fix prevents node from crashing.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "260082471ed3f6d751e9767e5a278d4e495d83f7",
      "tree": "5bf904b9cdc16ae877f562e5d4909827c00d9fd5",
      "parents": [
        "9688243b635ecede23fe4492ba23f36439398095"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:39:31 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:39:31 2006 -0700"
      },
      "message": "[TIPC]: Links now validate destination node specified by incoming messages.\n\nThis fix prevents link flopping and name table inconsistency problems arising\nwhen a node is assigned a different \u003cZ.C.N\u003e value than it used previously.\n(Changing the \u003cZ.C.N\u003e value causes other nodes to have two link endpoints\nsending to the same MAC address using two different destination \u003cZ.C.N\u003e values,\nrequiring the receiving node to filter out the unwanted messages.)\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9688243b635ecede23fe4492ba23f36439398095",
      "tree": "5e32d909a89a1e4efe53fd8f1cf9eaa14cfddad5",
      "parents": [
        "49384507896ee26e67266cebef6b6a9f2e31081c"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:38:58 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:38:58 2006 -0700"
      },
      "message": "[TIPC]: Allow ports to receive multicast messages through native API.\n\nThis fix prevents a kernel panic if an application mistakenly sends a\nmulticast message to  TIPC\u0027s topology service or configuration service.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "49384507896ee26e67266cebef6b6a9f2e31081c",
      "tree": "0a1dd7ef172455c7a433755277c331e3690c10bf",
      "parents": [
        "2535ec50b7a51833ff65dc97ca85e1155d4090f8"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:38:29 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:38:29 2006 -0700"
      },
      "message": "[TIPC]: Corrected potential misuse of tipc_media_addr structure.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2535ec50b7a51833ff65dc97ca85e1155d4090f8",
      "tree": "9eb6d0389d304b7a8f2afbcf3c9a18f0c9eba5ab",
      "parents": [
        "9ab230f82f404e534387dda6067072291441a34d"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:38:00 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:38:00 2006 -0700"
      },
      "message": "[TIPC]: Use correct upper bound when validating network zone number.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9ab230f82f404e534387dda6067072291441a34d",
      "tree": "c0f6b2a17d640bea336795988f109e53120c0711",
      "parents": [
        "5e3c8854c1898828ffb0141d4ac4e6190aa9eb4e"
      ],
      "author": {
        "name": "Allan Stephens",
        "email": "allan.stephens@windriver.com",
        "time": "Sun Jun 25 23:37:24 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:37:24 2006 -0700"
      },
      "message": "[TIPC]: Prevent name table corruption if no room for new publication\n\nNow exits cleanly if attempt to allocate larger array of subsequences fails,\nwithout losing track of pointer to existing array.\n\nSigned-off-by: Allan Stephens \u003callan.stephens@windriver.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5e3c8854c1898828ffb0141d4ac4e6190aa9eb4e",
      "tree": "37d58dc51a1d3f7bc7f2fef26397563bb38bfaa9",
      "parents": [
        "fcc18e83e1f6fd9fa6b333735bf0fcd530655511"
      ],
      "author": {
        "name": "Jon Maloy",
        "email": "jon.maloy@ericsson.com",
        "time": "Sun Jun 25 23:36:43 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Jun 25 23:36:43 2006 -0700"
      },
      "message": "[TIPC] Improved tolerance to promiscuous mode interface\n\nSigned-off-by: Jon Maloy \u003cjon.maloy@ericsson.com\u003e\nSigned-off-by: Per Liden \u003cper.liden@ericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "fcc18e83e1f6fd9fa6b333735bf0fcd530655511",
      "tree": "44cfe84786b80dcbc76a1c0a073137db27dd3f68",
      "parents": [
        "091487772c3312f3de599d99ca1d73395b54ed61"
      ],
      "author": {
        "name": "Malcolm Parsons",
        "email": "malcolm.parsons@gmail.com",
        "time": "Mon Jun 26 11:49:41 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 21:04:24 2006 -0700"
      },
      "message": "[PATCH] uclinux: use PER_LINUX_32BIT in binfmt_flat\n\nbinfmt_flat.c calls set_personality with PER_LINUX as the personality.\nOn the arm architecture this results in the program running in 26bit\nusermode.  PER_LINUX_32BIT should be used instead.  This doesn\u0027t affect\nother architectures that use binfmt_flat.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "091487772c3312f3de599d99ca1d73395b54ed61",
      "tree": "c08db236f1e93db46592c9188c4e79ad1057be3f",
      "parents": [
        "afd1b836a0dfadeba43ec2167646ac7d428fb800"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 11:47:35 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 21:04:24 2006 -0700"
      },
      "message": "[PATCH] m68knommu: make enable_irq() macro statement\n\nChange enable_irq() macro to be a statement, not expression.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "afd1b836a0dfadeba43ec2167646ac7d428fb800",
      "tree": "d1e1d1cfa6fba3450e4525c4a9ee387f91525355",
      "parents": [
        "1b1a9bd2777878c5ff0091e8742364c78341be71"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 11:43:35 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 21:04:24 2006 -0700"
      },
      "message": "[PATCH] m68knommu: fix ColdFire 5249 PLL set\n\nFix PLL setting for the Coldfire 5249 CPU. This brings it into line with\nthe new style frequency configuration of m68knommu parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1b1a9bd2777878c5ff0091e8742364c78341be71",
      "tree": "85bb1e633f251d787b6f30f158895ac31eea81e3",
      "parents": [
        "623f523cc05c35a385c04fde2114925f5954192b"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 11:40:44 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 21:04:24 2006 -0700"
      },
      "message": "[PATCH] m68knommu: ColdFire cache flush fixups\n\nFix flush code for the ColdFire 5206/5206e/5272 cases.\nAdd support for the new ColdFire 532x CPU family\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "623f523cc05c35a385c04fde2114925f5954192b",
      "tree": "5bd31c92272974c50650dd276bef3d0719303197",
      "parents": [
        "7bf9a37d8df1e7db82784117d28bb98da5f53f2f"
      ],
      "author": {
        "name": "Philippe De Muyter",
        "email": "phdm@macqel.be",
        "time": "Mon Jun 26 11:37:57 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 21:04:24 2006 -0700"
      },
      "message": "[PATCH] m68knommu: improve syscall entry and fix strace\n\nHere is a patch to the system call handling for 5307/5272/etc to:\n\n- fix the strace support (one tested the wrong bit)\n- make all system calls a little bit faster by inlining set_esp0 and\n  supporting ENOSYS out of the critical path.\n- remove extraneous spaces\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7bf9a37d8df1e7db82784117d28bb98da5f53f2f",
      "tree": "605552c82a6e6f50459af7c487cdddc984001693",
      "parents": [
        "31f4fde38c5027ca05941db4a05c163d6314278e"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 11:01:32 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 21:04:24 2006 -0700"
      },
      "message": "[PATCH] m68knommu: force stack alignment on ColdFire\n\nThis patch solve a bug triggered by execvp (this function use calloc to\nstore the argument list and gcc 3.4.x align the stack to word, not to dword).\nThis situation aren\u0027t related to signal handling and all 2.6.x have the bug.\nOn ColdFire targets we must force the stack to be aligned.\n\nOriginal patch from Andrea Tarani \u003candrea.tarani@gilbarco.com\u003e,\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "31f4fde38c5027ca05941db4a05c163d6314278e",
      "tree": "cebb2e24cd98ec55109c4c0b9119199db89c60a9",
      "parents": [
        "e648cd2688547516f86709b1d00ad4f8b618d635"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:58:09 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 21:04:24 2006 -0700"
      },
      "message": "[PATCH] m68knommu: configurable frequency selection header\n\nRemove list of fixed clock frequency options used for configuring master\nclock, and make field an int. Much more flexible this way, no need to add\nmore options for every new used freqency.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e648cd2688547516f86709b1d00ad4f8b618d635",
      "tree": "fc9ebbd9cf01ea80f5d2300d6671dafda85d3e03",
      "parents": [
        "04860bd22f2892cb01b1d3232c656fa1e843090e"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:55:36 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 21:03:14 2006 -0700"
      },
      "message": "[PATCH] m68knommu: configurable frequency selection\n\nRemove list of fixed clock frequency options used for configuring master\nclock, and make field an int. Much more flexible this way, no need to add\nmore options for every new used freqency.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "04860bd22f2892cb01b1d3232c656fa1e843090e",
      "tree": "c15fc8666cdad9bb06ae5f934cbc5b7dbe2e58b8",
      "parents": [
        "5d36f8eb387eb38cd8224de721f6edb8697450af"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:47:13 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 21:01:07 2006 -0700"
      },
      "message": "[PATCH] m68knommu: configure support for Avnet5282 board\n\nAdd support for the AVNET 5282 board.\nPatch submitted by Daniel Alomar \u003cdalomar@serrasold.com\u003e.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5d36f8eb387eb38cd8224de721f6edb8697450af",
      "tree": "f4bc7a26db9e3f2553d557d139e88dccaa165f3d",
      "parents": [
        "3448097fccdce4ea8f0fcad4f37f502a8cd72e68"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:45:45 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 21:01:07 2006 -0700"
      },
      "message": "[PATCH] m68knommu: ColdFire 532x CPU configure support\n\nAdd configure support for the new Freescale 532x family of CPUs.\nPatch submitted by Matt Waddel \u003cMatt.Waddel@freescale.com\u003e.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3448097fccdce4ea8f0fcad4f37f502a8cd72e68",
      "tree": "583ee97128a9e2657d5bf73def841c460371804a",
      "parents": [
        "5503967307f3fa443f5770a4df5ea4fbe9fb3917"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 18:41:00 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 18:41:00 2006 -0700"
      },
      "message": "Revert \"swsusp special saveable pages support\" commits\n\nThis reverts commits\n\n  3e3318dee0878d42ed62a19c292a2ac284135db3 [PATCH] swsusp: x86_64 mark special saveable/unsaveable pages\n  b6370d96e09944c6e3ae8d5743ca8a8ab1f79f6c [PATCH] swsusp: i386 mark special saveable/unsaveable pages\n  ce4ab0012b32c1a4a1d6e934aeb73bf3151c48d9 [PATCH] swsusp: add architecture special saveable pages support\n\nbecause not only do they apparently cause page faults on x86, the\ninfrastructure doesn\u0027t compile on powerpc.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5503967307f3fa443f5770a4df5ea4fbe9fb3917",
      "tree": "b31f89429dfdccfc1f4aecf3c46a84c6927bafd1",
      "parents": [
        "f3dd71209472b93340c1a940cc832c2712307b3e"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:33:10 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:51:39 2006 -0700"
      },
      "message": "[PATCH] m68knommu: ColdFire 532x CPU platform build support\n\nAdd build support for the new Freescale 532x CPU platforms.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f3dd71209472b93340c1a940cc832c2712307b3e",
      "tree": "c3f5ffd002af0990dc7749373f07f7affcc23d02",
      "parents": [
        "f7399c3d96d852ae2105f51de766a50b9b021b18"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:33:10 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:34 2006 -0700"
      },
      "message": "[PATCH] m68knommu: add ColdFire 532x UART address support\n\nAdd support for the UART addressing on the new Freescale M532x CPU family.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f7399c3d96d852ae2105f51de766a50b9b021b18",
      "tree": "a079e663c77a10833b770d1957b306cb37e8c901",
      "parents": [
        "7877d01e8ea205e047fa308e20e5e05c58952b1a"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:33:10 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:34 2006 -0700"
      },
      "message": "[PATCH] m68knommu: add ColdFire 532x timer build support\n\nAdd build support for new Freescale M532x CPU family timer.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7877d01e8ea205e047fa308e20e5e05c58952b1a",
      "tree": "3a282993e3f97a832cccab7b9d61c59ad3d72634",
      "parents": [
        "bb28632c0d651f26dddf99afb7d7703e8e0ce293"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:33:10 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:34 2006 -0700"
      },
      "message": "[PATCH] m68knommu: cleanup setup.c\n\nA cleanup of m68knommu/kernel/setup.c :\n\n- No need to initialize global pointers to NULL, they will have that value\n  automatically, and they eat up space in my data segment image in FLASH.\n- Remove get_cpuinfo.  It has been replaced by show_cpuinfo.\n\nSigned-off-by: Philippe De Muyter \u003cphdm@macqel.be\u003e\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bb28632c0d651f26dddf99afb7d7703e8e0ce293",
      "tree": "8278adb86195db0bb1615c349ae84566692f6122",
      "parents": [
        "6f57622a32e6bdc0a585c8be6f25bb8e75a3ff9e"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:33:10 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:34 2006 -0700"
      },
      "message": "[PATCH] m68knommu: check DEBUG defined arch code\n\nDon\u0027t rely on DEBUG having a value, check for it being defined.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6f57622a32e6bdc0a585c8be6f25bb8e75a3ff9e",
      "tree": "def6b3dd915d60684aa90917671eb2090a94ebbe",
      "parents": [
        "df8fbe1e7f250b157c5815a005a9650548315d1f"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:33:10 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:33 2006 -0700"
      },
      "message": "[PATCH] m68knommu: include ColdFire 532x register definitions\n\nInclude the ColdFire 532x support when including ColdFire peripharp\nsupport definitions.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "df8fbe1e7f250b157c5815a005a9650548315d1f",
      "tree": "d6c10c9fd138c6583fb5688ecbad79d4751f0a57",
      "parents": [
        "76aa698f331475147825ae135eae98bfd457825b"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:33:10 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:33 2006 -0700"
      },
      "message": "[PATCH] m68knommu: add ColdFire 532x cache init\n\nAdd cache init support for the new ColdFire 532x CPU family.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "76aa698f331475147825ae135eae98bfd457825b",
      "tree": "3c4c8a4faae8122fe6a66ddf2bcd1e704569444b",
      "parents": [
        "7c99df64f0be6763bf5079560ccd96911c231b7b"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:33:10 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:33 2006 -0700"
      },
      "message": "[PATCH] m68knommu: 532x UART support\n\nColdFire serial driver support for the new 532x CPU family UARTs.\n\nPatch submitted by Matt Waddel \u003cMatt.Waddel@freescale.com\u003e.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7c99df64f0be6763bf5079560ccd96911c231b7b",
      "tree": "3a91c8ee22b16b94a7a38594eac654adc8614bde",
      "parents": [
        "3196cf83ad410d9549e78f69aa45db75540334b7"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:33:10 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:33 2006 -0700"
      },
      "message": "[PATCH] m68knommu: ColdFire 532x register definitions\n\nRegister definitions for the new Freescale 532x Coldfire CPU family.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3196cf83ad410d9549e78f69aa45db75540334b7",
      "tree": "55851337a1205e01fba6d36bb544cdd910d282ed",
      "parents": [
        "b671b653da35cd38897c7b19e9baed64e7a9e1a1"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:33:10 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:33 2006 -0700"
      },
      "message": "[PATCH] m68knommu: ColdFire 532x CPU startup code\n\nAdd kernel startup code for the new Freescale 532x CPU family.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b671b653da35cd38897c7b19e9baed64e7a9e1a1",
      "tree": "1be02e974a212499302d02514af5e82ea122377d",
      "parents": [
        "2082b477dc7e9d5b3f773a36aae2dbc55b4263c2"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:33:10 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:33 2006 -0700"
      },
      "message": "[PATCH] m68knommu: read/write register access for PIT timer\n\nModify the m68knommu/ColdFire PIT timer code to use register offsets\nwith raw_read/raw_write access, instead of a mapped struct.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2082b477dc7e9d5b3f773a36aae2dbc55b4263c2",
      "tree": "5c86a1d6ddc1c55cb2cd4dd84ee5b789f6e79c73",
      "parents": [
        "36a248fadf96cd78c6b344442046db5b85cf9a70"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:33:10 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:33 2006 -0700"
      },
      "message": "[PATCH] m68knommu: remove use of rom_length\n\nRemove use of rom_length. It serves not real purpose, and when we move\nto new stye RAM configuration it will not be needed.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "36a248fadf96cd78c6b344442046db5b85cf9a70",
      "tree": "248bd3e5d12e486f6d619ce02cd75b136abfefba",
      "parents": [
        "0b7ac8e479f311f8ef15fbea3f849dded9f3ccd9"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:33:10 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:33 2006 -0700"
      },
      "message": "[PATCH] m68knommu: switch arch config name to CONFIG_M68K\n\nSwitch to naming the architecture config options for the m68knommu branch\nas \"M68K\", dropping \"M68KNOMMU\".  The CONFIG_MMU separates the 2 now, and\nthe m68knommu branch is still strictly speaking an M68K (including the\nColdFire parts).\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0b7ac8e479f311f8ef15fbea3f849dded9f3ccd9",
      "tree": "d84b81667b7db390d704137b40903e5079f05e53",
      "parents": [
        "c88b36e2c828c78c51e90002351f9d9068b75dec"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:33:10 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:33 2006 -0700"
      },
      "message": "[PATCH] m68knommu: read/write register access for ColdFire core timer\n\nModify the m68knommu/ColdFire core timer code to use register offsets\nwith raw_read/raw_write access, instead of a mapped struct.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c88b36e2c828c78c51e90002351f9d9068b75dec",
      "tree": "ff0603f741369f8bbcab1db2ecfe5476ca3db96a",
      "parents": [
        "73b6af8a21184f2178a7219eb4d64ea5a71aedf9"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Jun 26 10:33:10 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:33 2006 -0700"
      },
      "message": "[PATCH] m68knommu: 532x FEC eth struct map\n\nSpecify the struct mapping used on the new Freescale 532x CPU family\u0027s\nFEC ethernet core.\n\nPatch submitted by Matt Waddel \u003cMatt.Waddel@freescale.com\u003e.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "73b6af8a21184f2178a7219eb4d64ea5a71aedf9",
      "tree": "475c26f4e0d87b0007375e81feae72c62fdca380",
      "parents": [
        "1e788f8d1ad71fea99a763114eae73c3ad55bc30"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Sun Jun 25 16:42:33 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:32 2006 -0700"
      },
      "message": "[PATCH] spufs: update -\u003eflush method proto\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1e788f8d1ad71fea99a763114eae73c3ad55bc30",
      "tree": "0176099ba19df6c495081a30220bda691bda8f90",
      "parents": [
        "61b9175808670d9abf52156803ae0ed1e3706ac4"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Sun Jun 25 16:42:33 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 17:43:32 2006 -0700"
      },
      "message": "[PATCH] xfs: update -\u003eflush method proto\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nCc: Nathan Scott \u003cnathans@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "61b9175808670d9abf52156803ae0ed1e3706ac4",
      "tree": "feeaf7190aff1daa6ae365fd7c1107ea2d60fb9f",
      "parents": [
        "f36f44de721db44b4c2944133c3c5c2e06f633f0",
        "3f1244a2f8d3892f991b662cea49b2a0b4e0c115"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 16:07:58 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 16:07:58 2006 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband\n\n* \u0027for-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband:\n  IB/iser: iSER Kconfig and Makefile\n  IB/iser: iSER handling of memory for RDMA\n  IB/iser: iSER RDMA CM (CMA) and IB verbs interaction\n  IB/iser: iSER initiator iSCSI PDU and TX/RX\n  IB/iser: iSCSI iSER transport provider high level code\n  IB/iser: iSCSI iSER transport provider header file\n  IB/uverbs: Remove unnecessary list_del()s\n  IB/uverbs: Don\u0027t free wr list when it\u0027s known to be empty\n"
    },
    {
      "commit": "f36f44de721db44b4c2944133c3c5c2e06f633f0",
      "tree": "47549ea4017b29532b633df4765da5b7c9feda6f",
      "parents": [
        "a5d157e0675ac11188a8d429a062b1938bb2d353"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 12:30:33 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 12:30:33 2006 -0700"
      },
      "message": "Fix NFS2 compile error\n\nTrond had apparently merged the same patch twice, causing a duplicate\ninclude of the \"internal.h\" file, with resulting obvious confusion.\n\nTssk.  I\u0027m the only one allowed to send out trees that don\u0027t even\ncompile! Who does this Trond guy think he is?\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a5d157e0675ac11188a8d429a062b1938bb2d353",
      "tree": "152d75b3ecda85427a92808ec363bc4d1c9bd243",
      "parents": [
        "1d77062b1402aef5b26e1d3776991126e8026bde"
      ],
      "author": {
        "name": "Björn Steinbrink",
        "email": "B.Steinbrink@gmx.de",
        "time": "Sun Jun 25 16:24:40 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 11:32:44 2006 -0700"
      },
      "message": "[PATCH] i386: Fix softirq accounting with 4K stacks\n\nCopy the softirq bits in preempt_count from the current context into the\nhardirq context when using 4K stacks to make the softirq_count macro work\ncorrectly and thereby fix softirq cpu time accounting.\n\nSigned-off-by: Björn Steinbrink \u003cB.Steinbrink@gmx.de\u003e\nAcked-by: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1d77062b1402aef5b26e1d3776991126e8026bde",
      "tree": "96e4da18878f5fb2ae50b260e194b78803d4c7a9",
      "parents": [
        "25581ad107be24b89d805da51a03d616f8f3d1be",
        "76a9f26c9e40e9c0ed5dc8f0cedd74e733f0088d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:54:14 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:54:14 2006 -0700"
      },
      "message": "Merge git://git.linux-nfs.org/pub/linux/nfs-2.6\n\n* git://git.linux-nfs.org/pub/linux/nfs-2.6: (51 commits)\n  nfs: remove nfs_put_link()\n  nfs-build-fix-99\n  git-nfs-build-fixes\n  Merge branch \u0027odirect\u0027\n  NFS: alloc nfs_read/write_data as direct I/O is scheduled\n  NFS: Eliminate nfs_get_user_pages()\n  NFS: refactor nfs_direct_free_user_pages\n  NFS: remove user_addr, user_count, and pos from nfs_direct_req\n  NFS: \"open code\" the NFS direct write rescheduler\n  NFS: Separate functions for counting outstanding NFS direct I/Os\n  NLM: Fix reclaim races\n  NLM: sem to mutex conversion\n  locks.c: add the fl_owner to nlm_compare_locks\n  NFS: Display the chosen RPCSEC_GSS security flavour in /proc/mounts\n  NFS: Split fs/nfs/inode.c\n  NFS: Fix typo in nfs_do_clone_mount()\n  NFS: Fix compile errors introduced by referrals patches\n  NFSv4: Ensure that referral mounts bind to a reserved port\n  NFSv4: A root pathname is sent as a zero component4\n  NFSv4: Follow a referral\n  ...\n"
    },
    {
      "commit": "25581ad107be24b89d805da51a03d616f8f3d1be",
      "tree": "36e2bd32667b5dd5a39e1939c1c5162f18967715",
      "parents": [
        "72cf2709bf8e0410800f118c4298bfbf8715b303",
        "7477ddaa4d2d69bbcd49e12990af158dbb03f2f2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:09:31 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:09:31 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb\n\n* master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb: (244 commits)\n  V4L/DVB (4210b): git-dvb: tea575x-tuner build fix\n  V4L/DVB (4210a): git-dvb versus matroxfb\n  V4L/DVB (4209): Added some BTTV PCI IDs for newer boards\n  Fixes some sync issues between V4L/DVB development and GIT\n  V4L/DVB (4206): Cx88-blackbird: always set encoder height based on tvnorm-\u003eid\n  V4L/DVB (4205): Merge tda9887 module into tuner.\n  V4L/DVB (4203): Explicitly set the enum values.\n  V4L/DVB (4202): allow selecting CX2341x port mode\n  V4L/DVB (4200): Disable bitrate_mode when encoding mpeg-1.\n  V4L/DVB (4199): Add cx2341x-specific control array to cx2341x.c\n  V4L/DVB (4198): Avoid newer usages of obsoleted experimental MPEGCOMP API\n  V4L/DVB (4197): Port new MPEG API to saa7134-empress with saa6752hs\n  V4L/DVB (4196): Port cx88-blackbird to the new MPEG API.\n  V4L/DVB (4193): Update cx2341x fw encoding API doc.\n  V4L/DVB (4192): Use control helpers for saa7115, cx25840, msp3400.\n  V4L/DVB (4191): Add CX2341X MPEG encoder module.\n  V4L/DVB (4190): Add helper functions for control processing to v4l2-common.\n  V4L/DVB (4189): Add videodev support for VIDIOC_S/G/TRY_EXT_CTRLS.\n  V4L/DVB (4188): Add new MPEG control/ioctl definitions to videodev2.h\n  V4L/DVB (4186): Add support for the DNTV Live! mini DVB-T card.\n  ...\n"
    },
    {
      "commit": "72cf2709bf8e0410800f118c4298bfbf8715b303",
      "tree": "ef6cb4d1cffc56583ebc3233cf836ae4cb67c8e9",
      "parents": [
        "1eec00565d849ceda67f425e089c3233e3ef2ca2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:04:15 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:04:15 2006 -0700"
      },
      "message": "Fix PM_TRACE dependency: works only on 32-bit x86 for now\n\nNot that x86-64 and other architecture support should be difficult to\nadd (trivial fixups to the data format and add the proper linker script\nentry).\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1eec00565d849ceda67f425e089c3233e3ef2ca2",
      "tree": "83f5bb133755ddde28772e64b99ff0cfd701f0d7",
      "parents": [
        "a45219483e2894af3c07f959cbd4edb4575b4f8c"
      ],
      "author": {
        "name": "Sonny Rao",
        "email": "sonny@burdell.org",
        "time": "Sun Jun 25 05:49:34 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:26 2006 -0700"
      },
      "message": "[PATCH] fix race in idr code\n\nI ran into a bug where the kernel died in the idr code:\n\ncpu 0x1d: Vector: 300 (Data Access) at [c000000b7096f710]\n    pc: c0000000001f8984: .idr_get_new_above_int+0x140/0x330\n    lr: c0000000001f89b4: .idr_get_new_above_int+0x170/0x330\n    sp: c000000b7096f990\n   msr: 800000000000b032\n   dar: 0\n dsisr: 40010000\n  current \u003d 0xc000000b70d43830\n  paca    \u003d 0xc000000000556900\n    pid   \u003d 2022, comm \u003d hwup\n1d:mon\u003e t\n[c000000b7096f990] c0000000000d2ad8 .expand_files+0x2e8/0x364 (unreliable)\n[c000000b7096faa0] c0000000001f8bf8 .idr_get_new_above+0x18/0x68\n[c000000b7096fb20] c00000000002a054 .init_new_context+0x5c/0xf0\n[c000000b7096fbc0] c000000000049dc8 .copy_process+0x91c/0x1404\n[c000000b7096fcd0] c00000000004a988 .do_fork+0xd8/0x224\n[c000000b7096fdc0] c00000000000ebdc .sys_clone+0x5c/0x74\n[c000000b7096fe30] c000000000008950 .ppc_clone+0x8/0xc\n"
    },
    {
      "commit": "a45219483e2894af3c07f959cbd4edb4575b4f8c",
      "tree": "c3b5f0a9657906d408daf0b39e7f82c410bae1c3",
      "parents": [
        "f58a1ebb22f128fccfeafb2b18557c87741cd627"
      ],
      "author": {
        "name": "Jan Engelhardt",
        "email": "jengelh@linux01.gwdg.de",
        "time": "Sun Jun 25 05:49:33 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:26 2006 -0700"
      },
      "message": "[PATCH] update-devices.txt\n\nUpdate Documentation/devices.txt with a new version from the LANANA site\nhttp://www.lanana.org/docs/device-list/devices-2.6+.txt\n\nSigned-off-by: Jan Engelhardt \u003cjengelh@gmx.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f58a1ebb22f128fccfeafb2b18557c87741cd627",
      "tree": "02fc9331087b97f69f50ab3bc78ae1e9910aa6ec",
      "parents": [
        "d84a84775bba661d5a3fd06757bbb419381937f3"
      ],
      "author": {
        "name": "Hua Zhong",
        "email": "hzhong@gmail.com",
        "time": "Sun Jun 25 05:49:32 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:26 2006 -0700"
      },
      "message": "[PATCH] remove unlikely(sb) in prune_dcache\n\nlikely profiling shows that the following is a miss.\n\nAfter boot:\n[+- ] Type | # True | # False | Function:Filename@Line\n+unlikely |     1074|        0  prune_dcache()@:fs/dcache.c@409\n\nAfter a bonnie++ run:\n+unlikely |    66716|    19584  prune_dcache()@:fs/dcache.c@409\n\nSo remove it.\n\nSigned-off-by: Hua Zhong \u003chzhong@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d84a84775bba661d5a3fd06757bbb419381937f3",
      "tree": "e3aa2122029d11686bf0abc1de9936fb467f1636",
      "parents": [
        "00212fef814612245ed0261cbac8426d0c9a31a5"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Sun Jun 25 05:49:32 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:26 2006 -0700"
      },
      "message": "[PATCH] Fix \"biovec-(256)\" in /proc/slabinfo\n\nStringify does what it was told to do.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "00212fef814612245ed0261cbac8426d0c9a31a5",
      "tree": "a9316376451808f6a3bc8158abcc8906ce6d406f",
      "parents": [
        "cc13ad6217018833e590a0e2ef5937aa16162d34"
      ],
      "author": {
        "name": "Amul Shah",
        "email": "amul.shah@unisys.com",
        "time": "Sun Jun 25 05:49:31 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:26 2006 -0700"
      },
      "message": "[PATCH] Fix kdump Crash Kernel boot memory reservation for NUMA machines\n\nThis patch will fix a boot memory reservation bug that trashes memory on\nthe ES7000 when loading the kdump crash kernel.\n\nThe code in arch/x86_64/kernel/setup.c to reserve boot memory for the crash\nkernel uses the non-numa aware \"reserve_bootmem\" function instead of the\nNUMA aware \"reserve_bootmem_generic\".  I checked to make sure that no other\nfunction was using \"reserve_bootmem\" and found none, except the ones that\nhad NUMA ifdef\u0027ed out.\n\nI have tested this patch only on an ES7000 with NUMA on and off (numa\u003doff)\nin a single (non-NUMA) and multi-cell (NUMA) configurations.\n\nSigned-off-by: Amul Shah \u003camul.shah@unisys.com\u003e\nLooks-good-to: Vivek Goyal \u003cvgoyal@in.ibm.com\u003e\nCc: Andi Kleen \u003cak@muc.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cc13ad6217018833e590a0e2ef5937aa16162d34",
      "tree": "9281d0c5a259d4545572d4250cea9bbbe55791fe",
      "parents": [
        "bb12b76e2d795431fa9fd306eb274c69e5054dc7"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Sun Jun 25 05:49:30 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:25 2006 -0700"
      },
      "message": "[PATCH] s390: setup.c cleanup + build fix\n\nCleanup \u0026 fix 31 bit compilation:\n\n  CC      arch/s390/kernel/setup.o\narch/s390/kernel/setup.c:83: error: initializer element is not computable at\n                                    load time\narch/s390/kernel/setup.c:83: error: (near initialization for\n                                    \u0027code_resource.start\u0027)\nNot sure which patch in the -mm tree breaks this, but since this can be\nconsidered a cleanup it can be merged anyway.\n\nCc: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bb12b76e2d795431fa9fd306eb274c69e5054dc7",
      "tree": "8c10f43c9c0126e6551ccb1cba8f3900f9eb0686",
      "parents": [
        "7d469722779c9fe0b415163e8fe837440f9c70dc"
      ],
      "author": {
        "name": "Domen Puncer",
        "email": "domen.puncer@ultra.si",
        "time": "Sun Jun 25 05:49:29 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:25 2006 -0700"
      },
      "message": "[PATCH] au1xxx: oss sound support for au1200\n\nau1550 ac97 driver works fine on au1200 too.\n\nComments at the top of file state this code is GPL, so lets\nmark it as GPL too.\n\nSigned-off-by: Domen Puncer \u003cdomen.puncer@ultra.si\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7d469722779c9fe0b415163e8fe837440f9c70dc",
      "tree": "e129864b897bced5ff55111856ae006749c6e15f",
      "parents": [
        "5e37ed37b1a70a65185736fbec543ca4ad64a673"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Sun Jun 25 05:49:29 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:25 2006 -0700"
      },
      "message": "[PATCH] parport: add to kernel-doc\n\nAdd parport interfaces to kernel-doc template.  Small doc.  cleanups in 2\nparport source files.\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": "5e37ed37b1a70a65185736fbec543ca4ad64a673",
      "tree": "dc78a3dcd683303464af6355e0147714525dc955",
      "parents": [
        "7d93a1a53a72aa704a8fef6e0fb4f6c6cd6aa07a"
      ],
      "author": {
        "name": "Domen Puncer",
        "email": "domen.puncer@ultra.si",
        "time": "Sun Jun 25 05:49:27 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:25 2006 -0700"
      },
      "message": "[PATCH] au1550_ac97: spin_unlock in error path\n\nError paths didn\u0027t spin_unlock.\n\nSigned-off-by: Domen Puncer \u003cdomen.puncer@ultra.si\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7d93a1a53a72aa704a8fef6e0fb4f6c6cd6aa07a",
      "tree": "75367213c35e8d4e1bd0bbccce22f39ae37da9d4",
      "parents": [
        "77787bfb44da6e6166af088226707aeccee27968"
      ],
      "author": {
        "name": "Evgeniy Dushistov",
        "email": "dushistov@mail.ru",
        "time": "Sun Jun 25 05:49:27 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:25 2006 -0700"
      },
      "message": "[PATCH] ext2: cleanup: put_page and comment fix\n\nThings which force me think a little: why so?\n\nSigned-off-by: Evgeniy Dushistov \u003cdushistov@mail.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "77787bfb44da6e6166af088226707aeccee27968",
      "tree": "ada770c2f4f2d913c8f96f2eec3125d4cfb22011",
      "parents": [
        "f6ec29a42d7ac3b309a9cef179b686d23986ab98"
      ],
      "author": {
        "name": "KaiGai Kohei",
        "email": "kaigai@ak.jp.nec.com",
        "time": "Sun Jun 25 05:49:26 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:25 2006 -0700"
      },
      "message": "[PATCH] pacct: none-delayed process accounting accumulation\n\nIn current 2.6.17 implementation, signal_struct refered from task_struct is\nused for per-process data structure.  The pacct facility also uses it as a\nper-process data structure to store stime, utime, minflt, majflt.  But those\nmembers are saved in __exit_signal().  It\u0027s too late.\n\nFor example, if some threads exits at same time, pacct facility has a\npossibility to drop accountings for a part of those threads.  (see, the\nfollowing \u0027The results of original 2.6.17 kernel\u0027) I think accounting\ninformation should be completely collected into the per-process data structure\nbefore writing out an accounting record.\n\nThis patch fixes this matter.  Accumulation of stime, utime, minflt and majflt\nare done before generating accounting record.\n\n[mingo@elte.hu: fix acct_collect() siglock bug found by lockdep]\nSigned-off-by: KaiGai Kohei \u003ckaigai@ak.jp.nec.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f6ec29a42d7ac3b309a9cef179b686d23986ab98",
      "tree": "5150d4f403833ac18b468bd0e0e0a9a7cdd9f4be",
      "parents": [
        "0e4648141af02331f21aabcd34940c70f09a2d04"
      ],
      "author": {
        "name": "KaiGai Kohei",
        "email": "kaigai@ak.jp.nec.com",
        "time": "Sun Jun 25 05:49:25 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:25 2006 -0700"
      },
      "message": "[PATCH] pacct: avoidance to refer the last thread as a representation of the process\n\nWhen pacct facility generate an \u0027ac_flag\u0027 field in accounting record, it\nrefers a task_struct of the thread which died last in the process.  But any\nother task_structs are ignored.\n\nTherefore, pacct facility drops ASU flag even if root-privilege operations are\nused by any other threads except the last one.  In addition, AFORK flag is\nalways set when the thread of group-leader didn\u0027t die last, although this\nprocess has called execve() after fork().\n\nWe have a same matter in ac_exitcode.  The recorded ac_exitcode is an exit\ncode of the last thread in the process.  There is a possibility this exitcode\nis not the group leader\u0027s one.\n"
    },
    {
      "commit": "0e4648141af02331f21aabcd34940c70f09a2d04",
      "tree": "3e4dea992a8e3f3194be04a0fd3e14c24a313ee7",
      "parents": [
        "6bc392741d661eb84be503d1fdf14b6746615e4c"
      ],
      "author": {
        "name": "KaiGai Kohei",
        "email": "kaigai@ak.jp.nec.com",
        "time": "Sun Jun 25 05:49:24 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:25 2006 -0700"
      },
      "message": "[PATCH] pacct: add pacct_struct to fix some pacct bugs.\n\nThe pacct facility need an i/o operation when an accounting record is\ngenerated.  There is a possibility to wake OOM killer up.  If OOM killer is\nactivated, it kills some processes to make them release process memory\nregions.\n\nBut acct_process() is called in the killed processes context before calling\nexit_mm(), so those processes cannot release own memory.  In the results, any\nprocesses stop in this point and it finally cause a system stall.\n"
    },
    {
      "commit": "6bc392741d661eb84be503d1fdf14b6746615e4c",
      "tree": "a4b5b833f4425880eb6122f51186c5161018b93c",
      "parents": [
        "6f84be84b4cde72fa2a2f0d10ac284a31e923200"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Sun Jun 25 05:49:22 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:24 2006 -0700"
      },
      "message": "[PATCH] Corrections to memory barrier doc\n\nApply some small corrections to the memory barrier document, as contributed by:\n\n\tChristoph Lameter \u003cclameter@sgi.com\u003e\n\tKirill Smelkov \u003ckirr@mns.spb.ru\u003e\n\tRandy Dunlap \u003crdunlap@xenotime.net\u003e\n\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6f84be84b4cde72fa2a2f0d10ac284a31e923200",
      "tree": "b5ad8cd7a2e1a609e58469f023834c0a244bed72",
      "parents": [
        "294dad05311416718c2a172738e1ca4071449877"
      ],
      "author": {
        "name": "Paul Fulghum",
        "email": "paulkf@microgate.com",
        "time": "Sun Jun 25 05:49:22 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:24 2006 -0700"
      },
      "message": "[PATCH] synclink_gt: add GT2 adapter support\n\nAdd support for SyncLink GT2 adapter to driver.\n\nSigned-off-by: Paul Fulghum \u003cpaulkf@microgate.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "294dad05311416718c2a172738e1ca4071449877",
      "tree": "bfcccfb6e3cdc0b83005e6bb9c20447b56220248",
      "parents": [
        "04b374d0f5a97761b91a0c3ff6d10f80abd206b0"
      ],
      "author": {
        "name": "Paul Fulghum",
        "email": "paulkf@microgate.com",
        "time": "Sun Jun 25 05:49:21 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:24 2006 -0700"
      },
      "message": "[PATCH] fix synclink_gt diagnostics error reporting\n\nFix diagnostics error reporting that was being overwritten by incorrect use\nof return codes from individual diagnostic functions.\n\nSigned-off-by: Paul Fulghum \u003cpaulkf@microgate.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "04b374d0f5a97761b91a0c3ff6d10f80abd206b0",
      "tree": "29fe696a534c6df75a149251031ba0be4f159083",
      "parents": [
        "643f3319b9132c768081ce94f938a29139a16de9"
      ],
      "author": {
        "name": "Paul Fulghum",
        "email": "paulkf@microgate.com",
        "time": "Sun Jun 25 05:49:21 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:24 2006 -0700"
      },
      "message": "[PATCH] add synclink_gt crc return feature\n\nAdd ability to return HDLC CRC to user application.\n\nSigned-off-by: Paul Fulghum \u003cpaulkf@microgate.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "643f3319b9132c768081ce94f938a29139a16de9",
      "tree": "741484abe1b7ae934555772276db391d4eff017c",
      "parents": [
        "ed6a209024c23dbb39bfaa7361eb0b9c3fcc2b93"
      ],
      "author": {
        "name": "Paul Fulghum",
        "email": "paulkf@microgate.com",
        "time": "Sun Jun 25 05:49:20 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:24 2006 -0700"
      },
      "message": "[PATCH] add synclink_gt custom hdlc idle\n\nAdd custom HDLC idle pattern feature.\n\nIt allows the user to specify an arbitrary 8 or 16 bit repeating pattern on\nthe transmit data pin between HDLC frames.\n\nIn most cases the idle pattern is continuous ones or flags as supported by off\nthe shelf synchronous controllers and defined in the ISO3309 standard.  Some\napplications (radio/satellite modems, connections to legacy military hardware)\nrequire non-standard patterns.\n\nSigned-off-by: Paul Fulghum \u003cpaulkf@microgate.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ed6a209024c23dbb39bfaa7361eb0b9c3fcc2b93",
      "tree": "a60f8ec403024654016729e1043f46e80945e0fd",
      "parents": [
        "9e37bd301ee130598fa1406c1281caa159473bf8"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Sun Jun 25 05:49:19 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:24 2006 -0700"
      },
      "message": "[PATCH] irda-usb printk fix\n\ndrivers/net/irda/irda-usb.c: In function \u0027stir421x_patch_device\u0027:\ndrivers/net/irda/irda-usb.c:1108: warning: format \u0027%u\u0027 expects type \u0027unsigned int\u0027, but argument 4 has type \u0027size_t\u0027\n\nCc: Greg KH \u003cgreg@kroah.com\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9e37bd301ee130598fa1406c1281caa159473bf8",
      "tree": "c52de7a4eea72353e95c26266ad692a0cc0a8546",
      "parents": [
        "b0ef371e3f9fa3b2571058be366a6780827ec0bf"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Sun Jun 25 05:49:19 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:24 2006 -0700"
      },
      "message": "[PATCH] kthread: move kernel-doc and put it into DocBook\n\nMove kthread API kernel-doc from kthread.h to kthread.c \u0026 fix it.\nAdd kthread API to kernel-api DocBook.\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": "b0ef371e3f9fa3b2571058be366a6780827ec0bf",
      "tree": "fbb46d62e8267b364ab420228b764220b709524f",
      "parents": [
        "e905914f96e11862b130dd229f73045dad9a34e8"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Sun Jun 25 05:49:18 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:24 2006 -0700"
      },
      "message": "[PATCH] DMI: cleanup kernel-doc, add to DocBook\n\nAdd DMI interface functions to a new Firmware Interfaces chapter in the\nkernel-api DocBook.  Clean up kernel-doc in drivers/firmware/dmi_scan.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": "e905914f96e11862b130dd229f73045dad9a34e8",
      "tree": "0e7cff381970e2439de521c3d42ded8c49f69354",
      "parents": [
        "f796937a062c7aeb44cd0e75e1586c8543634a7d"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@xensource.com",
        "time": "Sun Jun 25 05:49:17 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:23 2006 -0700"
      },
      "message": "[PATCH] Implement kasprintf\n\nImplement kasprintf, a kernel version of asprintf.  This allocates the\nmemory required for the formatted string, including the trailing \u0027\\0\u0027.\nReturns NULL on allocation failure.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy@xensource.com\u003e\nSigned-off-by: Chris Wright \u003cchrisw@sous-sol.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f796937a062c7aeb44cd0e75e1586c8543634a7d",
      "tree": "c3cfcbb27e291621e31cff71288f3e82d8b149a8",
      "parents": [
        "891c668b90ded38cec36f0852c4983573597170d"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@xensource.com",
        "time": "Sun Jun 25 05:49:17 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:23 2006 -0700"
      },
      "message": "[PATCH] Fix bounds check in vsnprintf, to allow for a 0 size and NULL buffer\n\nThis change allows callers to use a 0-byte buffer and a NULL buffer pointer\nwith vsnprintf, so it can be used to determine how large the resulting\nformatted string will be.\n\nPreviously the code effectively treated a size of 0 as a size of 4G (on\n32-bit systems), with other checks preventing it from actually trying to\nemit the string - but the terminal \\0 would still be written, which would\ncrash if the buffer is NULL.\n\nThis change changes the boundary check so that \u0027end\u0027 points to the putative\nlocation of the terminal \u0027\\0\u0027, which is only written if size \u003e 0.\n\nvsnprintf still allows the buffer size to be set very large, to allow\nunbounded buffer sizes (to implement sprintf, etc).\n\n[akpm@osdl.org: fix long-vs-longlong confusion]\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy@xensource.com\u003e\nSigned-off-by: Chris Wright \u003cchrisw@sous-sol.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "891c668b90ded38cec36f0852c4983573597170d",
      "tree": "50bd91c6a8afab05cf974d5abe100b69b2bb3fd4",
      "parents": [
        "fa9799e33d362aeca4555cd6318735bab1c04d16"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Sun Jun 25 05:49:15 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:23 2006 -0700"
      },
      "message": "[PATCH] LED: add LED heartbeat trigger\n\nAdd an LED trigger acts like a heart beat.  This can be used as a\nreplacement of CONFIG_HEARTBEAT code exists in some arch\u0027s timer code.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nAcked-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: \"Nish Aravamudan\" \u003cnish.aravamudan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fa9799e33d362aeca4555cd6318735bab1c04d16",
      "tree": "3fbef83fe505f34950f4b30fb4158e2e599ce92f",
      "parents": [
        "9dc65576d67dc45e529062e41ca34066e02f03e5"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Sun Jun 25 05:49:15 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:23 2006 -0700"
      },
      "message": "[PATCH] ktime/hrtimer: fix kernel-doc comments\n\nFix kernel-doc formatting in ktime.h and hrtimer.[ch] files.\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": "9dc65576d67dc45e529062e41ca34066e02f03e5",
      "tree": "37c75b56d792683703658bd7f87dac1b110aef59",
      "parents": [
        "c51d3dac321df417d59a47574caa7ab61b30d447"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Sun Jun 25 05:49:14 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:23 2006 -0700"
      },
      "message": "[PATCH] reed-solomon: fix kernel-doc comments\n\nFix kernel-doc formatting in Reed-Solomon code.\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"
    }
  ],
  "next": "c51d3dac321df417d59a47574caa7ab61b30d447"
}
