)]}'
{
  "log": [
    {
      "commit": "df2e014bfbbf26d160e1bf47b05fc05c96205e2b",
      "tree": "a474eb50c7d22be7d725ff0f6f6e8cb8d84c4eae",
      "parents": [
        "bfaae0f04c68bafc12ec50c6922d71a90deea3e2"
      ],
      "author": {
        "name": "Ilpo Järvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Thu Oct 18 05:07:57 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Oct 18 05:07:57 2007 -0700"
      },
      "message": "[TCP]: Remove lost_retrans zero seqno special cases\n\nBoth high-sack detection and new lowest seq variables have\nunnecessary zero special case which are now removed by setting\nsafe initial seqnos.\n\nThis also fixes problem which caused zero received_upto being\npassed to tcp_mark_lost_retrans which confused after relations\nwithin the marker loop causing incorrect TCPCB_SACKED_RETRANS\nclearing. The problem was noticed because of a performance\nreport from TAKANO Ryousei \u003ctakano@axe-inc.co.jp\u003e.\n\nSigned-off-by: Ilpo Järvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nAcked-by: Ryousei Takano \u003ctakano-ryousei@aist.go.jp\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "bfaae0f04c68bafc12ec50c6922d71a90deea3e2",
      "tree": "91153680d9ad5ed9aa3d29207fbbeecc82bbb738",
      "parents": [
        "45542479fb261342d5244869cf3ca4636b7ffd43"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@redhat.com",
        "time": "Wed Oct 17 23:26:43 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 23:26:43 2007 -0700"
      },
      "message": "[NET]: fix carrier-on bug?\n\nWhile looking at a net driver with the following construct,\n\n\tif (!netif_carrier_ok(dev))\n\t\tnetif_carrier_on(dev);\n\nit stuck me that the netif_carrier_ok() check was redundant, since\nnetif_carrier_on() checks bit __LINK_STATE_NOCARRIER anyway.  This is\nthe same reason why netif_queue_stopped() need not be called prior to\nnetif_wake_queue().\n\nThis is true, but there is however an unwanted side effect from assuming\nthat netif_carrier_on() can be called multiple times:  it touches the\nwatchdog, regardless of pre-existing carrier state.\n\nThe fix:  move watchdog-up inside the bit-cleared code path.\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "45542479fb261342d5244869cf3ca4636b7ffd43",
      "tree": "07a501f2b39561aa4cfde46a19a7648ddadfae95",
      "parents": [
        "13996378e6585fb25e582afe7489bf52dde78deb"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Wed Oct 17 21:37:22 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:37:22 2007 -0700"
      },
      "message": "[NET]: Fix uninitialised variable in ip_frag_reasm()\n\nFix uninitialised variable in ip_frag_reasm().  err should be set to\n-ENOMEM if the initial call of skb_clone() fails.\n\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "13996378e6585fb25e582afe7489bf52dde78deb",
      "tree": "4a1eb75c81a5a9d23c68f9818259f3b357dc8265",
      "parents": [
        "ca68145f16359f71cd62b2671aa3e8c58f45ef19"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Wed Oct 17 21:35:51 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:35:51 2007 -0700"
      },
      "message": "[IPSEC]: Rename mode to outer_mode and add inner_mode\n\nThis patch adds a new field to xfrm states called inner_mode.  The existing\nmode object is renamed to outer_mode.\n\nThis is the first part of an attempt to fix inter-family transforms.  As it\nis we always use the outer family when determining which mode to use.  As a\nresult we may end up shoving IPv4 packets into netfilter6 and vice versa.\n\nWhat we really want is to use the inner family for the first part of outbound\nprocessing and the outer family for the second part.  For inbound processing\nwe\u0027d use the opposite pairing.\n\nI\u0027ve also added a check to prevent silly combinations such as transport mode\nwith inter-family transforms.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ca68145f16359f71cd62b2671aa3e8c58f45ef19",
      "tree": "dcd8806792a443cddc1c25f015d136a179c6882b",
      "parents": [
        "ed3e37ddb0b422120d3d2d5da718c44c40af30ba"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Wed Oct 17 21:35:15 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:35:15 2007 -0700"
      },
      "message": "[IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMP\n\nCombining RO and AH/ESP/IPCOMP does not make sense.  So this patch adds a\ncheck in the state initialisation function to prevent this.\n\nThis allows us to safely remove the mode input function of RO since it\ncan never be called anymore.  Indeed, if somehow it does get called we\u0027ll\nknow about it through an OOPS instead of it slipping past silently.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ed3e37ddb0b422120d3d2d5da718c44c40af30ba",
      "tree": "63e54b342e197045106581fde1005aff38e2df33",
      "parents": [
        "17c2a42a24e1e8dd6aa7cea4f84e034ab1bfff31"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Wed Oct 17 21:34:46 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:34:46 2007 -0700"
      },
      "message": "[IPSEC]: Use the top IPv4 route\u0027s peer instead of the bottom\n\nFor IPv4 we were using the bottom route\u0027s peer instead of the top one.\nThis is wrong because the peer is only used by TCP to keep track of\ninformation about the TCP destination address which certainly does not\nlive in the bottom route.\n\nThis patch fixes that which allows us to get rid of the family check\nsince the bottom route could be IPv6 while the top one must always\nbe IPv4.\n\nI\u0027ve also changed the other fields which are IPv4-specific to get the\ninfo from the top route instead of potentially bogus data from the\nbottom route.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "17c2a42a24e1e8dd6aa7cea4f84e034ab1bfff31",
      "tree": "3ee494a16a43f575f8c4900deaab894b73b2953a",
      "parents": [
        "1bfcb10f670f5ff5e1d9f53e59680573524cb142"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Wed Oct 17 21:33:12 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:33:12 2007 -0700"
      },
      "message": "[IPSEC]: Store afinfo pointer in xfrm_mode\n\nIt is convenient to have a pointer from xfrm_state to address-specific\nfunctions such as the output function for a family.  Currently the\naddress-specific policy code calls out to the xfrm state code to get\nthose pointers when we could get it in an easier way via the state\nitself.\n\nThis patch adds an xfrm_state_afinfo to xfrm_mode (since they\u0027re\naddress-specific) and changes the policy code to use it.  I\u0027ve also\nadded an owner field to do reference counting on the module providing\nthe afinfo even though it isn\u0027t strictly necessary today since IPv6\ncan\u0027t be unloaded yet.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1bfcb10f670f5ff5e1d9f53e59680573524cb142",
      "tree": "003b271a2c1e089ae6506d869b7a8c8f04dbde0a",
      "parents": [
        "aa5d62cc8777f733f8b59b5586c0a1989813189e"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Wed Oct 17 21:31:50 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:31:50 2007 -0700"
      },
      "message": "[IPSEC]: Add missing BEET checks\n\nCurrently BEET mode does not reinject the packet back into the stack\nlike tunnel mode does.  Since BEET should behave just like tunnel mode\nthis is incorrect.\n\nThis patch fixes this by introducing a flags field to xfrm_mode that\ntells the IPsec code whether it should terminate and reinject the packet\nback into the stack.\n\nIt then sets the flag for BEET and tunnel mode.\n\nI\u0027ve also added a number of missing BEET checks elsewhere where we check\nwhether a given mode is a tunnel or not.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "aa5d62cc8777f733f8b59b5586c0a1989813189e",
      "tree": "e04d5c0032e7460031cb83162db64fc68244af3a",
      "parents": [
        "440725000cba0b1a68ca2df20124be3a5b7f7702"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Wed Oct 17 21:31:12 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:31:12 2007 -0700"
      },
      "message": "[IPSEC]: Move type and mode map into xfrm_state.c\n\nThe type and mode maps are only used by SAs, not policies.  So it makes\nsense to move them from xfrm_policy.c into xfrm_state.c.  This also allows\nus to mark xfrm_get_type/xfrm_put_type/xfrm_get_mode/xfrm_put_mode as\nstatic.\n\nThe only other change I\u0027ve made in the move is to get rid of the casts\non the request_module call for types.  They\u0027re unnecessary because C\nwill promote them to ints anyway.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "440725000cba0b1a68ca2df20124be3a5b7f7702",
      "tree": "ae278e1b2b5aaed8f1e9d55e91c2913cde5ac653",
      "parents": [
        "7aa68cb90638ccc36559a936814e4c089892b3d9"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Wed Oct 17 21:30:34 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:30:34 2007 -0700"
      },
      "message": "[IPSEC]: Fix length check in xfrm_parse_spi\n\nCurrently xfrm_parse_spi requires there to be 16 bytes for AH and ESP.\nIn contrived cases there may not actually be 16 bytes there since the\nrespective header sizes are less than that (8 and 12 currently).\n\nThis patch changes the test to use the actual header length instead of 16.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7aa68cb90638ccc36559a936814e4c089892b3d9",
      "tree": "f31876becacf83572c9f9f417194126d65e3d1cc",
      "parents": [
        "33b5ecb8f64706d1ed472dcb44162ab3a7345724"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Wed Oct 17 21:30:07 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:30:07 2007 -0700"
      },
      "message": "[IPSEC]: Move ip_summed zapping out of xfrm6_rcv_spi\n\nNot every transform needs to zap ip_summed.  For example, a pure tunnel\nmode encapsulation does not affect the hardware checksum at all.  In fact,\nevery algorithm (that needs this) other than AH6 already does its own\nip_summed zapping.\n\nThis patch moves the zapping into AH6 which is in line with what IPv4 does.\n\nPossible future optimisation: Checksum the data as we copy them in IPComp.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "33b5ecb8f64706d1ed472dcb44162ab3a7345724",
      "tree": "065d9cc0592bc08db34a562ff8753279cf52509c",
      "parents": [
        "c4541b41c0e4b75b11125fed16db642fc03cb31c"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Wed Oct 17 21:29:25 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:29:25 2007 -0700"
      },
      "message": "[IPSEC]: Get nexthdr from caller in xfrm6_rcv_spi\n\nCurrently xfrm6_rcv_spi gets the nexthdr value itself from the packet.\nThis means that we need to fix up the value in case we have a 4-on-6\ntunnel.  Moving this logic into the caller simplifies things and allows\nus to merge the code with IPv4.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c4541b41c0e4b75b11125fed16db642fc03cb31c",
      "tree": "10627bc42cf56fd3f45aa93963d0852dfefa49ab",
      "parents": [
        "04663d0b8b3c8ce3804106279420cfe5bdfcce3c"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Wed Oct 17 21:28:53 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:28:53 2007 -0700"
      },
      "message": "[IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_input\n\nThis patch moves the tunnel parsing for IPv4 out of xfrm4_input and into\nxfrm4_tunnel.  This change is in line with what IPv6 does and will allow\nus to merge the two input functions.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "04663d0b8b3c8ce3804106279420cfe5bdfcce3c",
      "tree": "c799050b9371be8ee4229c536b73fcca93f1328c",
      "parents": [
        "aaf70ec7fde2321281b2a49c7c9f881c90d0d208"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Wed Oct 17 21:28:06 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:28:06 2007 -0700"
      },
      "message": "[IPSEC]: Fix pure tunnel modes involving IPv6\n\nI noticed that my recent patch broke 6-on-4 pure IPsec tunnels (the ones\nthat are only used for incompressible IPsec packets).  Subsequent reviews\nshow that I broke 6-on-6 pure tunnels more than three years ago and nobody\never noticed. I suppose every must be testing 6-on-6 IPComp with large\npings which are very compressible :)\n\nThis patch fixes both cases.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "aaf70ec7fde2321281b2a49c7c9f881c90d0d208",
      "tree": "8d60e06a4b8eb498f35c0c3a3446fc00cdf8f61b",
      "parents": [
        "16910b9829797cda4032fbc84e5292ac7b4474f7"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Wed Oct 17 21:25:32 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:25:32 2007 -0700"
      },
      "message": "[IPV6]: Cleanup snmp6_alloc_dev()\n\nThis functions is never called with NULL or not setup argument,\nso the checks inside are redundant.\n\nAlso, the return value is always -ENOMEM, so no need in \nadditional variable for this.\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "16910b9829797cda4032fbc84e5292ac7b4474f7",
      "tree": "ffd780277883169546b1b147614aeba45e3a2e12",
      "parents": [
        "47e958eac280c263397582d5581e868c3227a1bd"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Wed Oct 17 21:23:43 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:23:43 2007 -0700"
      },
      "message": "[IPV6]: Fix return type for snmp6_free_dev()\n\nThis call is essentially void.\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "47e958eac280c263397582d5581e868c3227a1bd",
      "tree": "67fc50a26b7861b3330eae7f1874df851c0ef740",
      "parents": [
        "d3904b739928edd83d117f1eb5bfa69f18d6f046"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Wed Oct 17 21:22:42 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:22:42 2007 -0700"
      },
      "message": "[NET]: Fix the race between sk_filter_(de|at)tach and sk_clone()\n\nThe proposed fix is to delay the reference counter decrement\nuntil the quiescent state pass. This will give sk_clone() a\nchance to get the reference on the cloned filter.\n\nRegular sk_filter_uncharge can happen from the sk_free() only\nand there\u0027s no need in delaying the put - the socket is dead\nanyway and is to be release itself.\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d3904b739928edd83d117f1eb5bfa69f18d6f046",
      "tree": "e73ddcf5d45f11b3b37031b0fea67d17943ca46b",
      "parents": [
        "309dd5fc872448e35634d510049642312ebc170d"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Wed Oct 17 21:22:17 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:22:17 2007 -0700"
      },
      "message": "[NET]: Cleanup the error path in sk_attach_filter\n\nThe sk_filter_uncharge is called for error handling and\nfor releasing the former filter, but this will have to\nbe done in a bit different manner, so cleanup the error\npath a bit.\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "309dd5fc872448e35634d510049642312ebc170d",
      "tree": "5284d7b48980482ecba06b760ac16d9f94e66ea9",
      "parents": [
        "55b333253d5bcafbe187b50474e40789301c53c6"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Wed Oct 17 21:21:51 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:21:51 2007 -0700"
      },
      "message": "[NET]: Move the filter releasing into a separate call\n\nThis is done merely as a preparation for the fix.\n\nThe sk_filter_uncharge() unaccounts the filter memory and calls\nthe sk_filter_release(), which in turn decrements the refcount\nanf frees the filter.\n\nThe latter function will be required separately.\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "55b333253d5bcafbe187b50474e40789301c53c6",
      "tree": "dbea170b01196473c95d3d558bfce00bc17187fe",
      "parents": [
        "d114f399b4da6fa7f9da3bbf1fb841370c11e788"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Wed Oct 17 21:21:26 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:21:26 2007 -0700"
      },
      "message": "[NET]: Introduce the sk_detach_filter() call\n\nFilter is attached in a separate function, so do the\nsame for filter detaching.\n\nThis also removes one variable sock_setsockopt().\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d114f399b4da6fa7f9da3bbf1fb841370c11e788",
      "tree": "ab569d2e02627652791e6953905e59f828652a7b",
      "parents": [
        "fe537c0ee86b27fbe0690a7869815da80f492dbd"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Oct 17 21:16:16 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 21:16:16 2007 -0700"
      },
      "message": "[MAC80211]: only honor IW_SCAN_THIS_ESSID in STA, IBSS, and AP modes\n\nThe previous IW_SCAN_THIS_ESSID patch left a hole allowing scan\nrequests on interfaces in inappropriate modes.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "fe537c0ee86b27fbe0690a7869815da80f492dbd",
      "tree": "6433cf72942bdee384c9052f5ec27f14a5787ba0",
      "parents": [
        "c95477090a2ace6d241c184adc3fbfcab9c61ceb",
        "107acb23ba763197d390ae9ffd347f3e2a524d39"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Oct 17 21:14:35 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Oct 17 21:14:35 2007 -0700"
      },
      "message": "Merge branch \u0027fixes-davem\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6\n"
    },
    {
      "commit": "c95477090a2ace6d241c184adc3fbfcab9c61ceb",
      "tree": "78c43a301f18f4ad4486a48227a9ca45239208f3",
      "parents": [
        "48d60056387c37a17a46feda48613587a90535e5"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Wed Oct 17 19:48:26 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 19:48:26 2007 -0700"
      },
      "message": "[INET]: Consolidate frag queues freeing\n\nSince we now allocate the queues in inet_fragment.c, we\ncan safely free it in the same place. The -\u003edestructor\ncallback thus becomes optional for inet_frags.\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "48d60056387c37a17a46feda48613587a90535e5",
      "tree": "8e7e481c6cf8b28c124c1e5902092d2bd53dbf7b",
      "parents": [
        "abd6523d15f40bfee14652619a31a7f65f77f581"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Wed Oct 17 19:47:56 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 19:47:56 2007 -0700"
      },
      "message": "[INET]: Remove no longer needed -\u003eequal callback\n\nSince this callback is used to check for conflicts in\nhashtable when inserting a newly created frag queue, we can\ndo the same by checking for matching the queue with the \nargument, used to create one.\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "abd6523d15f40bfee14652619a31a7f65f77f581",
      "tree": "ad5692b3c115c4859b99a5e87db8d4b2d991e5a8",
      "parents": [
        "c6fda282294da882f8d8cc4c513940277dd380f5"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Wed Oct 17 19:47:21 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 19:47:21 2007 -0700"
      },
      "message": "[INET]: Consolidate xxx_find() in fragment management\n\nHere we need another callback -\u003ematch to check whether the\nentry found in hash matches the key passed. The key used \nis the same as the creation argument for inet_frag_create.\n\nYet again, this -\u003ematch is the same for netfilter and ipv6.\nRunning a frew steps forward - this callback will later\nreplace the -\u003eequal one.\n\nSince the inet_frag_find() uses the already consolidated\ninet_frag_create() remove the xxx_frag_create from protocol\ncodes.\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c6fda282294da882f8d8cc4c513940277dd380f5",
      "tree": "29ef5fbc59320851c8db28e7f2c0a8c3fd85c231",
      "parents": [
        "e521db9d790aaa60ae8920e21cb7faedc280fc36"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Wed Oct 17 19:46:47 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 19:46:47 2007 -0700"
      },
      "message": "[INET]: Consolidate xxx_frag_create()\n\nThis one uses the xxx_frag_intern() and xxx_frag_alloc()\nroutines, which are already consolidated, so remove them\nfrom protocol code (as promised).\n\nThe -\u003econstructor callback is used to init the rest of\nthe frag queue and it is the same for netfilter and ipv6.\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e521db9d790aaa60ae8920e21cb7faedc280fc36",
      "tree": "c58a138e9729eb61edaf697b9e259001fb92feb2",
      "parents": [
        "2588fe1d782f1686847493ad643157d5d10bf602"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Wed Oct 17 19:45:23 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 19:45:23 2007 -0700"
      },
      "message": "[INET]: Consolidate xxx_frag_alloc()\n\nJust perform the kzalloc() allocation and setup common\nfields in the inet_frag_queue(). Then return the result\nto the caller to initialize the rest.\n\nThe inet_frag_alloc() may return NULL, so check the \nreturn value before doing the container_of(). This looks \nugly, but the xxx_frag_alloc() will be removed soon.\n\nThe xxx_expire() timer callbacks are patches, \nbecause the argument is now the inet_frag_queue, not \nthe protocol specific queue.\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2588fe1d782f1686847493ad643157d5d10bf602",
      "tree": "7513851819330d4ff6aadc9f76b1b45bc03f8f82",
      "parents": [
        "fd9e63544cac30a34c951f0ec958038f0529e244"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Wed Oct 17 19:44:34 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 19:44:34 2007 -0700"
      },
      "message": "[INET]: Consolidate xxx_frag_intern\n\nThis routine checks for the existence of a given entry\nin the hash table and inserts the new one if needed.\n\nThe -\u003eequal callback is used to compare two frag_queue-s\ntogether, but this one is temporary and will be removed\nlater. The netfilter code and the ipv6 one use the same\nroutine to compare frags.\n\nThe inet_frag_intern() always returns non-NULL pointer,\nso convert the inet_frag_queue into protocol specific\none (with the container_of) without any checks.\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "fd9e63544cac30a34c951f0ec958038f0529e244",
      "tree": "ab50911ec813780ee1e472089f4b02a3be6a69e6",
      "parents": [
        "be07664599fa94d0b85c3e0f525aee2432d15fbf"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Wed Oct 17 19:43:37 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 19:43:37 2007 -0700"
      },
      "message": "[INET]: Omit double hash calculations in xxx_frag_intern\n\nSince the hash value is already calculated in xxx_find, we can \nsimply use it later. This is already done in netfilter code, \nso make the same in ipv4 and ipv6.\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "be07664599fa94d0b85c3e0f525aee2432d15fbf",
      "tree": "2929bab7149ba376efbc49e66d09e9f0b788ed03",
      "parents": [
        "be8ad5a409ecdbc80d4087eb76746ba15c3a92e2"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@linux-foundation.org",
        "time": "Wed Oct 17 19:39:22 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 19:39:22 2007 -0700"
      },
      "message": "[BR2684]: get rid of broken header code.\n\nRecent header_ops change would break the following dead\ncode in br2684. Maintaining conditonal code in mainline is wrong.\n\n\"Do, or do not. There is no \u0027try.\u0027\" \n\nSigned-off-by: Stephen Hemminger \u003cshemminger@linux-foundation.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "be8ad5a409ecdbc80d4087eb76746ba15c3a92e2",
      "tree": "765176617f89624ef2f9c459b44dcf5e26ff54ca",
      "parents": [
        "c310f099be953a20b5fabed341ad085f444cf2bd"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@linux.intel.com",
        "time": "Wed Oct 17 19:35:04 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 19:35:04 2007 -0700"
      },
      "message": "[UMP]: header_ops conversion needed for non-ethernet drivers\n\nUML\u0027s two non-ethernet drivers need some header_ops conversion.\n\nSigned-off-by: Jeff Dike \u003cjdike@linux.intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c310f099be953a20b5fabed341ad085f444cf2bd",
      "tree": "48009241c4b72e68460a0c94002a3d4d3a6a7427",
      "parents": [
        "bd5435e76a226b7151ae5aaee2cd366ab003dd2e"
      ],
      "author": {
        "name": "Ryan Reading",
        "email": "ryanr23@gmail.com",
        "time": "Wed Oct 17 19:34:11 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 19:34:11 2007 -0700"
      },
      "message": "[IRDA]: IrCOMM discovery indication simplification\n\nFrom: Ryan Reading \u003cryanr23@gmail.com\u003e\n\nEvery IrCOMM socket is registered with the discovery subsystem, so we don\u0027t\nneed to loop over all of them for every discovery event. We just need to\ndo it for the registered IrCOMM socket.\n\nSigned-off-by: Samuel Ortiz \u003csamuel@sortiz.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "bd5435e76a226b7151ae5aaee2cd366ab003dd2e",
      "tree": "54d0d4f05d9fe182abbac3f0d60628835df48a93",
      "parents": [
        "dc8a82ad285dcd2831feb2fd8f7b41ce1f82e243"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Oct 17 19:33:06 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 19:33:06 2007 -0700"
      },
      "message": "[DCCP]: fix link error with !CONFIG_SYSCTL\n\nDo not define the sysctl_dccp_sync_ratelimit sysctl variable in the\nCONFIG_SYSCTL dependent sysctl.c module - move it to input.c instead.\n\nThis fixes the following build bug:\n\n net/built-in.o: In function `dccp_check_seqno\u0027:\n input.c:(.text+0xbd859): undefined reference to `sysctl_dccp_sync_ratelimit\u0027\n distcc[29953] ERROR: compile (null) on localhost failed\n make: *** [vmlinux] Error 1\n\nFound via \u0027make randconfig\u0027 build testing.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nAcked-by: Ian McDonald \u003cian.mcdonald@jandi.co.nz\u003e\nSigned-off-by: Arnaldo Carvalho de Melo \u003cacme@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "dc8a82ad285dcd2831feb2fd8f7b41ce1f82e243",
      "tree": "fd5fa85ec9c799d179a747563031a2869664389b",
      "parents": [
        "0c2bef49764d0a5a404ae0bd65217f7dadbd1821"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Wed Oct 17 19:30:40 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 19:30:40 2007 -0700"
      },
      "message": "[IPV6]: Fix memory leak in cleanup_ipv6_mibs()\n\nThe icmpv6msg mib statistics is not freed.\n\nThis is almost not critical for current kernel, since ipv6\nmodule is unloadable, but this can happen on load error and \nwill happen every time we stop the network namespace (when \nwe have one, of course).\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nAcked-by: David L Stevens \u003cdlstevens@us.ibm.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0c2bef49764d0a5a404ae0bd65217f7dadbd1821",
      "tree": "b299640fce0918b823d3187f1f489446b4132211",
      "parents": [
        "239cd34327d12e84f5528caa7b11c9e651372c39"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Oct 17 19:26:28 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 19:26:28 2007 -0700"
      },
      "message": "[BNX2]: Update version to 1.6.8.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "239cd34327d12e84f5528caa7b11c9e651372c39",
      "tree": "ccc48f92df8b887da38edeffb0c758545cf4e284",
      "parents": [
        "8499fb594ad34ccde38058d7c3ae8093058b346a"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Oct 17 19:26:15 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 19:26:15 2007 -0700"
      },
      "message": "[BNX2]: Fix Serdes WoL bug.\n\nThe bug is in the code in bnx2_set_power_state() that assumes copper\ndevices when setting up WoL.  This is no longer true after adding WoL\nsupport for Serdes devices.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8499fb594ad34ccde38058d7c3ae8093058b346a",
      "tree": "d0cfe13a6bf4a818c0783b3c4b7c48be89cafab1",
      "parents": [
        "d85714d81cc0408daddb68c10f7fd69eafe7c213"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Wed Oct 17 19:25:27 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Oct 17 19:25:27 2007 -0700"
      },
      "message": "[BNX2]: Update 5709 firmware to 3.7.1.\n\nThis firmware update fixes a problem running with IPMI management\nfirmware.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d85714d81cc0408daddb68c10f7fd69eafe7c213",
      "tree": "99b14cd138681a777f0d8651c87d3ee758c6f98f",
      "parents": [
        "9d8190f87b5458160ba75d05e8ad6abefbe48a26",
        "7259888e84d5b6680c9d1f933654f4bdeed61700"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 15:13:42 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 15:13:42 2007 -0700"
      },
      "message": "Merge branch \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6\n\n* \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:\n  [IA64] fix non-numa build\n"
    },
    {
      "commit": "9d8190f87b5458160ba75d05e8ad6abefbe48a26",
      "tree": "7abeb91aa2a40b91004f53520b7bf1f2c80aab7e",
      "parents": [
        "c2f73fd07d2ce4605b404f34395eb734a7ba9967",
        "982c37cfb6e61c0e64634abc2e305d757c1405b2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 15:05:58 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 15:05:58 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs:\n  9p: remove sysctl\n  9p: fix bad kconfig cross-dependency\n  9p: soften invalidation in loose_mode\n  9p: attach-per-user\n  9p: rename uid and gid parameters\n  9p: define session flags\n  9p: Make transports dynamic\n"
    },
    {
      "commit": "7259888e84d5b6680c9d1f933654f4bdeed61700",
      "tree": "d9e0f411bebe1ceb1beaea47ac641240d288a7a0",
      "parents": [
        "d20ead9e86881bc7ae84e385f47b5196b7d93aac"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Wed Oct 17 14:28:38 2007 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Oct 17 14:28:38 2007 -0700"
      },
      "message": "[IA64] fix non-numa build\n\narch/ia64/kernel/machine_kexec.c: In function `arch_crash_save_vmcoreinfo\u0027:\narch/ia64/kernel/machine_kexec.c:131: error: `pgdat_list\u0027 undeclared (first use in this function)\narch/ia64/kernel/machine_kexec.c:131: error: (Each undeclared identifier is reported only once\narch/ia64/kernel/machine_kexec.c:131: error: for each function it appears in.)\narch/ia64/kernel/machine_kexec.c:134: error: `node_memblk\u0027 undeclared (first use in this function)\narch/ia64/kernel/machine_kexec.c:135: error: `NR_NODE_MEMBLKS\u0027 undeclared (first use in this function)\narch/ia64/kernel/machine_kexec.c:136: error: invalid application of `sizeof\u0027 to incomplete type `node_memblk_s\u0027\narch/ia64/kernel/machine_kexec.c:137: error: dereferencing pointer to incomplete type\narch/ia64/kernel/machine_kexec.c:138: error: dereferencing pointer to incomplete type\nmake[1]: *** [arch/ia64/kernel/machine_kexec.o] Error 1\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "c2f73fd07d2ce4605b404f34395eb734a7ba9967",
      "tree": "4428204f4be7c7dfa55d674647c358ebc452063d",
      "parents": [
        "d20ead9e86881bc7ae84e385f47b5196b7d93aac",
        "727c26ed78b8f2b07452cf8bc9a07ff3f302ab48"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 14:12:44 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 14:12:44 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc:\n  net: libertas sdio driver\n  mmc: at91_mci: cleanup: use MCI_ERRORS\n  mmc: possible leak in mmc_read_ext_csd\n"
    },
    {
      "commit": "727c26ed78b8f2b07452cf8bc9a07ff3f302ab48",
      "tree": "443606f29eb2b0044a4e1aa1ab4aebf52ce67896",
      "parents": [
        "9e3866b54867c401da8d9a665d228cf0977ab5be"
      ],
      "author": {
        "name": "Pierre Ossman",
        "email": "drzeus@drzeus.cx",
        "time": "Wed Oct 17 22:24:24 2007 +0200"
      },
      "committer": {
        "name": "Pierre Ossman",
        "email": "drzeus@drzeus.cx",
        "time": "Wed Oct 17 22:51:13 2007 +0200"
      },
      "message": "net: libertas sdio driver\n\nAdd driver for Marvell\u0027s Libertas 8385 and 8686 wifi chips.\n\nSigned-off-by: Pierre Ossman \u003cdrzeus@drzeus.cx\u003e\nAcked-by: Dan Williams \u003cdcbw@redhat.com\u003e\n"
    },
    {
      "commit": "d20ead9e86881bc7ae84e385f47b5196b7d93aac",
      "tree": "ed27dd5db5f8447e4b3f541f0ec38219085d2f32",
      "parents": [
        "c56ec7639288f3e5d6371b0c48d37da93642fc93",
        "88e4d250234fc9e64d6ce51df95efdcf8334fd95"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 13:13:16 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 13:13:16 2007 -0700"
      },
      "message": "Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86\n\n* ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86: (114 commits)\n  x86: delete vsyscall files during make clean\n  kbuild: fix typo SRCARCH in find_sources\n  x86: fix kernel rebuild due to vsyscall fallout\n  .gitignore update for x86 arch\n  x86: unify include/asm/debugreg_32/64.h\n  x86: unify include/asm/unwind_32/64.h\n  x86: unify include/asm/types_32/64.h\n  x86: unify include/asm/tlb_32/64.h\n  x86: unify include/asm/siginfo_32/64.h\n  x86: unify include/asm/bug_32/64.h\n  x86: unify include/asm/mman_32/64.h\n  x86: unify include/asm/agp_32/64.h\n  x86: unify include/asm/kdebug_32/64.h\n  x86: unify include/asm/ioctls_32/64.h\n  x86: unify include/asm/floppy_32/64.h\n  x86: apply missing DMA/OOM prevention to floppy_32.h\n  x86: unify include/asm/cache_32/64.h\n  x86: unify include/asm/cache_32/64.h\n  x86: unify include/asm/dmi_32/64.h\n  x86: unify include/asm/delay_32/64.h\n  ...\n"
    },
    {
      "commit": "88e4d250234fc9e64d6ce51df95efdcf8334fd95",
      "tree": "862d0df6388fc262d82d8176340490182c494c2e",
      "parents": [
        "f8bea58b6a6e825662dbd8d408568883cfddef0e"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Wed Oct 17 22:06:30 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 21:56:01 2007 +0200"
      },
      "message": "x86: delete vsyscall files during make clean\n\nmake clean failed to delete a few files in\nx86/kernel. This is because kbuild does not\nsee the correct/full kernel/Makefile.\n\nAs a workaround until the Makefiles are merged specify\nthe files to be deleted in the common Makefile.\n\nReported by Mike Galbraith \u003cefault@gmx.de\u003e\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nCc: Mike Galbraith \u003cefault@gmx.de\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "f8bea58b6a6e825662dbd8d408568883cfddef0e",
      "tree": "3e42476a57f1ae0145ac3ffea4e9476925d84808",
      "parents": [
        "b381a14288e6e06084206601ee252f8c357e796f"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "Yinghai.Lu@Sun.COM",
        "time": "Tue Oct 16 00:28:06 2007 -0700"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 21:39:23 2007 +0200"
      },
      "message": "kbuild: fix typo SRCARCH in find_sources\n\notherwise get the two copy file list in SRCARCH\n\nfor cscope:\nC symbol: start_kernel\n\n  File           Function            Line\n0 proto.h        \u003cglobal\u003e              11 extern void start_kernel(void );\n1 start_kernel.h \u003cglobal\u003e              10 extern asmlinkage void __init start_kernel(void );\n2 head32.c       i386_start_kernel     37 start_kernel();\n3 head32.c       i386_start_kernel     37 start_kernel();\n4 head64.c       x86_64_start_kernel   85 start_kernel();\n5 head64.c       x86_64_start_kernel   85 start_kernel();\n6 head_32.S      options              199 cmpb $0,%cl #the first CPU calls start_kernel\n7 head_32.S      options              199 cmpb $0,%cl #the first CPU calls start_kernel\n8 enlighten.c    xen_start_kernel    1145 start_kernel();\n9 enlighten.c    xen_start_kernel    1145 start_kernel();\na lguest.c       lguest_init         1095 start_kernel();\nb main.c         start_kernel         513 asmlinkage void __init start_kernel(void )\n\nafter the patch:\nC symbol: start_kernel\n\n  File           Function            Line\n0 proto.h        \u003cglobal\u003e              11 extern void start_kernel(void );\n1 start_kernel.h \u003cglobal\u003e              10 extern asmlinkage void __init start_kernel(void );\n2 head32.c       i386_start_kernel     37 start_kernel();\n3 head64.c       x86_64_start_kernel   85 start_kernel();\n4 head_32.S      options              199 cmpb $0,%cl #the first CPU calls start_kernel\n5 enlighten.c    xen_start_kernel    1145 start_kernel();\n6 lguest.c       lguest_init         1095 start_kernel();\n7 main.c         start_kernel         513 asmlinkage void __init start_kernel(void )\n\nSigned-off-by: Yinghai Lu \u003cyinghai.lu@sun.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "982c37cfb6e61c0e64634abc2e305d757c1405b2",
      "tree": "084d81419cde8c6cd807d1a909ff413e5589c2ed",
      "parents": [
        "fb0466c3ae7f1c73f70072af8fd27ac166908a2f"
      ],
      "author": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-laptop.(none)",
        "time": "Wed Oct 17 14:35:15 2007 -0500"
      },
      "committer": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-desktop.austin.ibm.com",
        "time": "Wed Oct 17 14:35:15 2007 -0500"
      },
      "message": "9p: remove sysctl\n\nA sysctl method was added to enable and disable debugging levels.  After\nfurther review, it was decided that there are better approaches to doing this\nand the sysctl methodology isn\u0027t really desirable.  This patch removes the\nsysctl code from 9p.\n\nSigned-off-by: Eric Van Hensbergen \u003cericvh@gmail.com\u003e\n  \n"
    },
    {
      "commit": "9e3866b54867c401da8d9a665d228cf0977ab5be",
      "tree": "c0da16228c9a6e184150bb787d260fa797248d67",
      "parents": [
        "00cedfa67b3ab1588e2665eabd9843a3d8dd1dfc"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Wed Oct 17 11:53:40 2007 +0200"
      },
      "committer": {
        "name": "Pierre Ossman",
        "email": "drzeus@drzeus.cx",
        "time": "Wed Oct 17 21:35:10 2007 +0200"
      },
      "message": "mmc: at91_mci: cleanup: use MCI_ERRORS\n\nA small MMC driver cleanup.\n\nUse the defined AT91_MCI_ERRORS in at91_mci_completed_command() instead\nof specifying all the error bits individually.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nSigned-off-by: Pierre Ossman \u003cdrzeus@drzeus.cx\u003e\n"
    },
    {
      "commit": "00cedfa67b3ab1588e2665eabd9843a3d8dd1dfc",
      "tree": "21a747cf4a9f022212e98c346062ac098476a836",
      "parents": [
        "e6d5a11dad44b8ae18ca8fc4ecb72ccccfa0a2d2"
      ],
      "author": {
        "name": "Florin Malita",
        "email": "fmalita@gmail.com",
        "time": "Sat Oct 13 12:27:20 2007 -0400"
      },
      "committer": {
        "name": "Pierre Ossman",
        "email": "drzeus@drzeus.cx",
        "time": "Wed Oct 17 21:33:46 2007 +0200"
      },
      "message": "mmc: possible leak in mmc_read_ext_csd\n\nThe exception path associated with an invalid ext_csd_struct returns\nwithout freeing ext_csd.\n\nCoverity CID 1909.\n\nSigned-off-by: Florin Malita\nSigned-off-by: Pierre Ossman \u003cdrzeus@drzeus.cx\u003e\n"
    },
    {
      "commit": "fb0466c3ae7f1c73f70072af8fd27ac166908a2f",
      "tree": "24af82c397d1f155bded80f3fcb49849da28bcc9",
      "parents": [
        "50fd8010673b770f6489c9ee96680c204aefa84a"
      ],
      "author": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-laptop.(none)",
        "time": "Wed Oct 17 14:31:07 2007 -0500"
      },
      "committer": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-desktop.austin.ibm.com",
        "time": "Wed Oct 17 14:31:07 2007 -0500"
      },
      "message": "9p: fix bad kconfig cross-dependency\n\nThis patch moves transport dynamic registration and matching to the net\nmodule to prevent a bad Kconfig dependency between the net and fs 9p modules.\n\nSigned-off-by: Eric Van Hensbergen \u003cericvh@gmail.com\u003e\n\n"
    },
    {
      "commit": "50fd8010673b770f6489c9ee96680c204aefa84a",
      "tree": "734686c1c5be427d72665f2ea63537886717f157",
      "parents": [
        "ba17674fe02909fef049fd4b620a2805bdb8c693"
      ],
      "author": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-desktop.austin.ibm.com",
        "time": "Wed Oct 17 14:31:07 2007 -0500"
      },
      "committer": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-desktop.austin.ibm.com",
        "time": "Wed Oct 17 14:31:07 2007 -0500"
      },
      "message": "9p: soften invalidation in loose_mode\n\nLoose mode in 9p utilizes the page cache without respecting coherency with\nthe server.  Any writes previously invaldiated the entire mapping for a file.\nThis patch softens the behavior to only invalidate the region of the actual\nwrite.\n\nSigned-off-by: Eric Van Hensbergen \u003cericvh@gmail.com\u003e\n\n"
    },
    {
      "commit": "ba17674fe02909fef049fd4b620a2805bdb8c693",
      "tree": "faa05f8705324ac0b70031dbfb08b65b1339391a",
      "parents": [
        "bd32b82df9876af439f1760a599c0e2da9198bda"
      ],
      "author": {
        "name": "Latchesar Ionkov",
        "email": "lucho@ionkov.net",
        "time": "Wed Oct 17 14:31:07 2007 -0500"
      },
      "committer": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-desktop.austin.ibm.com",
        "time": "Wed Oct 17 14:31:07 2007 -0500"
      },
      "message": "9p: attach-per-user\n\nThe 9P2000 protocol requires the authentication and permission checks to be\ndone in the file server. For that reason every user that accesses the file\nserver tree has to authenticate and attach to the server separately.\nMultiple users can share the same connection to the server.\n\nCurrently v9fs does a single attach and executes all I/O operations as a\nsingle user. This makes using v9fs in multiuser environment unsafe as it\ndepends on the client doing the permission checking.\n\nThis patch improves the 9P2000 support by allowing every user to attach\nseparately. The patch defines three modes of access (new mount option\n\u0027access\u0027):\n\n- attach-per-user (access\u003duser) (default mode for 9P2000.u)\n If a user tries to access a file served by v9fs for the first time, v9fs\n sends an attach command to the server (Tattach) specifying the user. If\n the attach succeeds, the user can access the v9fs tree.\n As there is no uname-\u003euid (string-\u003einteger) mapping yet, this mode works\n only with the 9P2000.u dialect.\n\n- allow only one user to access the tree (access\u003d\u003cuid\u003e)\n Only the user with uid can access the v9fs tree. Other users that attempt\n to access it will get EPERM error.\n\n- do all operations as a single user (access\u003dany) (default for 9P2000)\n V9fs does a single attach and all operations are done as a single user.\n If this mode is selected, the v9fs behavior is identical with the current\n one.\n\nSigned-off-by: Latchesar Ionkov \u003clucho@ionkov.net\u003e\nSigned-off-by: Eric Van Hensbergen \u003cericvh@gmail.com\u003e\n\n"
    },
    {
      "commit": "bd32b82df9876af439f1760a599c0e2da9198bda",
      "tree": "87b5c2bf165cae258969817f1875259278ab066f",
      "parents": [
        "2405669b253670467c5c4b4effd160881bf4fbb7"
      ],
      "author": {
        "name": "Latchesar Ionkov",
        "email": "lucho@ionkov.net",
        "time": "Wed Oct 17 14:31:07 2007 -0500"
      },
      "committer": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-desktop.austin.ibm.com",
        "time": "Wed Oct 17 14:31:07 2007 -0500"
      },
      "message": "9p: rename uid and gid parameters\n\nChange the names of \u0027uid\u0027 and \u0027gid\u0027 parameters to the more appropriate\n\u0027dfltuid\u0027 and \u0027dfltgid\u0027.  This also sets the default uid/gid to -2\n(aka nfsnobody)\n\nSigned-off-by: Latchesar Ionkov \u003clucho@ionkov.net\u003e\nSigned-off-by: Eric Van Hensbergen \u003cericvh@gmail.com\u003e\n\n"
    },
    {
      "commit": "2405669b253670467c5c4b4effd160881bf4fbb7",
      "tree": "4423f4c31fdffa5d7cdb3c16d89818217505f395",
      "parents": [
        "a80d923e1321a7ed69a0918de37e39871bb536a0"
      ],
      "author": {
        "name": "Latchesar Ionkov",
        "email": "lucho@ionkov.net",
        "time": "Wed Oct 17 14:31:07 2007 -0500"
      },
      "committer": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-desktop.austin.ibm.com",
        "time": "Wed Oct 17 14:31:07 2007 -0500"
      },
      "message": "9p: define session flags\n\nCreate more general flags field in the v9fs_session_info struct and move the\n\u0027extended\u0027 flag as a bit in the flags.\n\nSigned-off-by: Latchesar Ionkov \u003clucho@ionkov.net\u003e\nSigned-off-by: Eric Van Hensbergen \u003cericvh@gmail.com\u003e\n\n"
    },
    {
      "commit": "a80d923e1321a7ed69a0918de37e39871bb536a0",
      "tree": "8294e5f14a0e938ae4675ef912a32fbade0f832b",
      "parents": [
        "0eafaae84e21ac033815cc9f33c3ae889cd7ccfe"
      ],
      "author": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@opteron.(none)",
        "time": "Wed Oct 17 14:31:07 2007 -0500"
      },
      "committer": {
        "name": "Eric Van Hensbergen",
        "email": "ericvh@ericvh-desktop.austin.ibm.com",
        "time": "Wed Oct 17 14:31:07 2007 -0500"
      },
      "message": "9p: Make transports dynamic\n\nThis patch abstracts out the interfaces to underlying transports so that\nnew transports can be added as modules.  This should also allow kernel\nconfiguration of transports without ifdef-hell.\n\nSigned-off-by: Eric Van Hensbergen \u003cericvh@gmail.com\u003e\n\n"
    },
    {
      "commit": "b381a14288e6e06084206601ee252f8c357e796f",
      "tree": "69f5bb7a15c1ba23951a2c0fccfa2db585cf499b",
      "parents": [
        "9e447a7f1fd997bcb9266899e777c37469245365"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Wed Oct 17 21:16:33 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 21:19:23 2007 +0200"
      },
      "message": "x86: fix kernel rebuild due to vsyscall fallout\n\nFix rebuild of kernel when there is no changes.\nThis happened for i386.\nUsing make V\u003d2 hinted that the output files were\nnot assigned to targets - fixed by this patch.\n\nReported by: Boaz Harrosh \u003cbharrosh@panasas.com\u003e\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "9e447a7f1fd997bcb9266899e777c37469245365",
      "tree": "a90b76f79568b4b9f3739f0ac8de90c56c71d1cb",
      "parents": [
        "21ebddd3efd3aff961153f1bac4793218dfaea9c"
      ],
      "author": {
        "name": "Denis V. Lunev",
        "email": "den@openvz.org",
        "time": "Tue Oct 16 11:22:21 2007 +0400"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 21:19:04 2007 +0200"
      },
      "message": ".gitignore update for x86 arch\n\nThis patch:\n- makes .gitignore files visible to git\n- makes arch/x86/kernel/vsyscall_32.lds and arch/i386/boot invisible\n\nSigned-off-by: Denis V. Lunev \u003cden@openvz.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "c56ec7639288f3e5d6371b0c48d37da93642fc93",
      "tree": "d0b21507cd863a91528a556d8e1ea8f8679a8e90",
      "parents": [
        "fb9fc395174138983a49f2da982ed14caabbe741",
        "ba951841ceb7fa5b06ad48caa5270cc2ae17941e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 11:56:06 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 11:56:06 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.dk/data/git/linux-2.6-block\n\n* \u0027for-linus\u0027 of git://git.kernel.dk/data/git/linux-2.6-block:\n  [BLOCK] blk_rq_map_sg() next_sg fixup\n  Revert \"[SCSI] Remove full sg table memset()\"\n"
    },
    {
      "commit": "21ebddd3efd3aff961153f1bac4793218dfaea9c",
      "tree": "9c51d85f60ee4e0a8136ab57a4eb500812d11b6a",
      "parents": [
        "3f0bde835364fd503ac836ebb7d6cac7352a1f30"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:35:37 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:35:37 2007 +0200"
      },
      "message": "x86: unify include/asm/debugreg_32/64.h\n\nAlmost identical except for the extra DR_LEN_8 and the different\nDR_CONTROL_RESERVED defines.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n\nConflicts:\n\n\tinclude/asm-x86/Kbuild\n"
    },
    {
      "commit": "3f0bde835364fd503ac836ebb7d6cac7352a1f30",
      "tree": "09865b3c7ab95c2267b17329699b9684b15c3fec",
      "parents": [
        "9d256ff51c174d8b157d99db038a1045f37a17c8"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:21 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:32:38 2007 +0200"
      },
      "message": "x86: unify include/asm/unwind_32/64.h\n\n32bit has an extra UNW_FP define, which does not hurt.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "9d256ff51c174d8b157d99db038a1045f37a17c8",
      "tree": "59e08227aa791b5c5f6f4b9419b178edced8894c",
      "parents": [
        "01749f6d6d0aa677081d13a2685bad028b778c22"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:32:07 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:32:07 2007 +0200"
      },
      "message": "x86: unify include/asm/types_32/64.h\n\nMostly the same. Make the few exceptions conditional.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n\nConflicts:\n\n\tinclude/asm-x86/types_32.h\n"
    },
    {
      "commit": "01749f6d6d0aa677081d13a2685bad028b778c22",
      "tree": "aff9c5e85c164cdee018b31f56144534cdee6257",
      "parents": [
        "f16ee288545be36cdcc404e9b7c505eb0fe2633c"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:21 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:26:18 2007 +0200"
      },
      "message": "x86: unify include/asm/tlb_32/64.h\n\nSame file, except for whitespace, comment formatting.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "f16ee288545be36cdcc404e9b7c505eb0fe2633c",
      "tree": "b722c16131b0d9dcfdc58f119804c7c18d2558f2",
      "parents": [
        "68fdc55c48fd2e8f4938a1e815216c25baf8a17e"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:21 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:26:17 2007 +0200"
      },
      "message": "x86: unify include/asm/siginfo_32/64.h\n\nSame file, except for the 64bit PREAMBLE_SIZE define.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "68fdc55c48fd2e8f4938a1e815216c25baf8a17e",
      "tree": "cb2eb56828877dcd06f750052adc893c56e7b164",
      "parents": [
        "5c8eec501968cf9b608bba22748d7ca1a91dadf1"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 17:19:30 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:26:16 2007 +0200"
      },
      "message": "x86: unify include/asm/bug_32/64.h\n\nSame file, except for whitespace, comment formatting and the\n.long/.quad delta which can be solved by a define.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "5c8eec501968cf9b608bba22748d7ca1a91dadf1",
      "tree": "d0c627a731fe08529b689fd7aeb8f38876983424",
      "parents": [
        "c4ac82a8818c6decd0fa57cdb55d4225f43d923a"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:21 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:26:15 2007 +0200"
      },
      "message": "x86: unify include/asm/mman_32/64.h\n\nSame file, except for the extra 64bit MAP_32BIT define, which does not hurt\nfor 32 bit compiles.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "c4ac82a8818c6decd0fa57cdb55d4225f43d923a",
      "tree": "20baca59d2c0ab7bc06d14ca67af8555ec3e9ed1",
      "parents": [
        "35cc46119d256364f179d7b3554f06ba468af3f7"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:20 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:26:13 2007 +0200"
      },
      "message": "x86: unify include/asm/agp_32/64.h\n\nThe 32bit D(n) debug addon can be made exclusive for 32 bit compiles.\nOtherwise all the same.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "35cc46119d256364f179d7b3554f06ba468af3f7",
      "tree": "5472ac35e3cfa5e50d10602511839d8d06bcb391",
      "parents": [
        "612d26a72a3fad16a0a5e37f7b1652a0ea965fc0"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:20 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:26:12 2007 +0200"
      },
      "message": "x86: unify include/asm/kdebug_32/64.h\n\nThe 64 bit variant has additional function prototypes which do no harm\nfor 32 bit.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "612d26a72a3fad16a0a5e37f7b1652a0ea965fc0",
      "tree": "95c9033415e49d66ee9ef077e9520b2bf84aba66",
      "parents": [
        "b515e4767ffd07d1b14f4dc4f328d75f765215ab"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:20 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:26:11 2007 +0200"
      },
      "message": "x86: unify include/asm/ioctls_32/64.h\n\nSame file, except for whitespace and comment formatting.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "b515e4767ffd07d1b14f4dc4f328d75f765215ab",
      "tree": "a2f54256a757a0ca272b59b3751dedbfd202ea60",
      "parents": [
        "2dc27f01ec3990d79fc97386459191fc3da2b02f"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:24:56 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:24:56 2007 +0200"
      },
      "message": "x86: unify include/asm/floppy_32/64.h\n\nSame file, except for whitespace, comment formatting and:\n\n32-bit: if((unsigned int) addr \u003e\u003d (unsigned int) high_memory)\n64-bit: if((unsigned long) addr \u003e\u003d (unsigned long) high_memory)\n\nwhere the latter can be used safely for both.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n\nConflicts:\n\tinclude/asm-x86/floppy_32.h\n\tinclude/asm-x86/floppy_64.h\n"
    },
    {
      "commit": "2dc27f01ec3990d79fc97386459191fc3da2b02f",
      "tree": "e446eccf32953ea5dab473f4db5bb1886e0f2e42",
      "parents": [
        "106619c440a7cd5a100eaba38665231ab8c762b8"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:20 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:22 2007 +0200"
      },
      "message": "x86: apply missing DMA/OOM prevention to floppy_32.h\n\ncommit 554d284ba90bc2306c31e5363789f05c320969c3 added _GPF_NORETRY\nto floppy_64.h to prevent OOM killer on floppy DMA allocations.\n\nApply the same to the 32 bit variant.\n\nFound during the attempt to unify the _32/_64 variants. Seperate commit\nto document the resulting code change.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "106619c440a7cd5a100eaba38665231ab8c762b8",
      "tree": "baa2945aa5bd1ef77ece0bd85609b4097bbd730b",
      "parents": [
        "1f7afb08a595292d946a5f1fd4929c81db7042d2"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:20 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:21 2007 +0200"
      },
      "message": "x86: unify include/asm/cache_32/64.h\n\nSame file, except for whitespace, comment formatting and the two variants\nof fb_is_primary_device()\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "1f7afb08a595292d946a5f1fd4929c81db7042d2",
      "tree": "42bc30a41de142a28bde7f17b5a92139fc327a79",
      "parents": [
        "327c21bc3d347d545d227103d7cc58039ab8a0be"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:20 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:19 2007 +0200"
      },
      "message": "x86: unify include/asm/cache_32/64.h\n\nSame file, except for whitespace, comment formatting and:\n\n32-bit:\tunsigned long *virt_addr \u003d va;\n64-bit: unsigned int *virt_addr \u003d va;\n\nBoth can be safely replaced by:\n\tu32 i, *virt_addr \u003d va;\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "327c21bc3d347d545d227103d7cc58039ab8a0be",
      "tree": "a7d66db9e564c4cdaef2c45fc74b6b8884b3beff",
      "parents": [
        "f1ea05466a13c4fbae852f2ce87aada594f3134f"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:20 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:18 2007 +0200"
      },
      "message": "x86: unify include/asm/dmi_32/64.h\n\nUnification, so we have these things in one file.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "f1ea05466a13c4fbae852f2ce87aada594f3134f",
      "tree": "83f0d94bf8e34d47159326e954d5a2a51f50c953",
      "parents": [
        "9bfa23df5632775bcb70b87975743046a71f7a3b"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:20 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:17 2007 +0200"
      },
      "message": "x86: unify include/asm/delay_32/64.h\n\nSame file, except for whitespace, comment formatting and the extra\nfunction prototype usc_tsc_delay() in _32.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "9bfa23df5632775bcb70b87975743046a71f7a3b",
      "tree": "13f44b8d9892aedaf92e1a1ab2358944090b4024",
      "parents": [
        "b2bba72c10cdd907f73c57c8bdeb3354f8c233c6"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:20 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:15 2007 +0200"
      },
      "message": "x86: unify include/asm/cache_32/64.h\n\nSame file, except for whitespace, comment formatting and the extra\ndefines in _64, which are conditional on VSMP anyway.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "b2bba72c10cdd907f73c57c8bdeb3354f8c233c6",
      "tree": "eef512cf0dc014f3e7b078d5c9c47ec16f63c831",
      "parents": [
        "0b4dc7c3524c59fae4c369ee5de274275b95d053"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:20 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:14 2007 +0200"
      },
      "message": "x86: unify include/asm/cacheflush_32/64.h\n\nSame file, except for whitespace, comment formatting and the extra\nDEBUG_PAGE_ALLOC function in _32.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "0b4dc7c3524c59fae4c369ee5de274275b95d053",
      "tree": "b1ad6cf3a1a4d11416c9dbd4da3afc2fa5fc84a3",
      "parents": [
        "17d36707dd9c5c3c4ef09a278ee7444cfc60481e"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:19 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:13 2007 +0200"
      },
      "message": "x86: unify include/asm/auxvec_32/64.h\n\nSame file, except for whitespace, comment formatting and the\nAT_SYSINFO define for 32bit\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "17d36707dd9c5c3c4ef09a278ee7444cfc60481e",
      "tree": "a5ca7943eae2caeaaa1554a5b3a04d01dad87953",
      "parents": [
        "003a46cfff308ee0d879dfa89b9a7c65b2a481bf"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 23:28:19 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:12 2007 +0200"
      },
      "message": "x86: unify include/asm/agp_32/64.h\n\nSame file, except for whitespace, comment formatting and the\nusage of wbinvd() instead of asm volatile(\"wbinvd\":::\"memory\"), which is\nthe same.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "003a46cfff308ee0d879dfa89b9a7c65b2a481bf",
      "tree": "234552110912d4b9d6519474823e98e1a1726d16",
      "parents": [
        "217d115cd5d7d2bef7db7839b93ce5dc2867c392"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Mon Oct 15 13:57:47 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:10 2007 +0200"
      },
      "message": "x86: unify some more trivial include/asm-x86/ 32/64 variants\n\nScripted unification.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "217d115cd5d7d2bef7db7839b93ce5dc2867c392",
      "tree": "1f3ba24177455aeadcf065b9157ccac9252c7cfc",
      "parents": [
        "020bd9f1c766ca743556461a70a5b5d559b7e60c"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "roland@digitalvampire.org",
        "time": "Mon Oct 15 13:57:46 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:09 2007 +0200"
      },
      "message": "x86: merge some trivially mergeable headers\n\nMerge errno.h, resource.h, rtc.h, sections.h, serial.h and sockios.h,\nwhere i386 and x86_64 have no or only trivial comment/include guard\ndifferences.\n\nBuild tested on both 32-bit and 64-bit, and booted on 64-bit.\n\n[tglx: fixup Kbuild as well]\n\nSigned-off-by: Roland Dreier \u003croland@digitalvampire.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "020bd9f1c766ca743556461a70a5b5d559b7e60c",
      "tree": "73833b4a886620c0ccfd79ffb3a98a04206eaeb3",
      "parents": [
        "c65916fe3586521932fbd1b734f39744657f2f0d"
      ],
      "author": {
        "name": "Brian Gerst",
        "email": "bgerst@didntduck.org",
        "time": "Mon Oct 15 13:57:46 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:08 2007 +0200"
      },
      "message": "x86: trivial header merges\n\nMerge 32/64-bit headers that simply redirect to asm-generic\n\n[tglx: fixup Kbuild as well]\n\nSigned-off-by: Brian Gerst \u003cbgerst@didntduck.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "c65916fe3586521932fbd1b734f39744657f2f0d",
      "tree": "89f238be3a65a8cf7b0173471a5eafab517bc1b2",
      "parents": [
        "de8aacbe6a3f3dd7104da09a5535232cd385fdd6"
      ],
      "author": {
        "name": "Roland McGrath",
        "email": "roland@redhat.com",
        "time": "Wed Oct 17 18:04:41 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:06 2007 +0200"
      },
      "message": "x86: vdso linker script cleanup\n\nI can\u0027t see the reason \".  \u003d VDSO_PRELINK + 0x900;\" was ever there in\nthe linker script for the x86_64 vDSO.  I can\u0027t find anything that\ndepends on this magic offset, or that should care at all about the\nparticular location of of the .data section (all from vvar.c) in the\nvDSO image.  If it is really desireable to place .data at 0x900, then it\nshould be after all the other sections so they fill in the space up to\n0x900.\n\nThis removes the 0x900 magic and cleans up the output sections generally\nin the vDSO linker script.  This saves a few hundred bytes in the size\nof the vDSO file, bringing it back well under 4kb total so that its vma\nonly needs one page.\n\nSigned-off-by: Roland McGrath \u003croland@redhat.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "de8aacbe6a3f3dd7104da09a5535232cd385fdd6",
      "tree": "89c6dc0070ab30b4e6ecaa6269bfd54320a400c7",
      "parents": [
        "32c464f5d9701db45bc1673288594e664065388e"
      ],
      "author": {
        "name": "Luiz Fernando N. Capitulino",
        "email": "lcapitulino@mandriva.com.br",
        "time": "Wed Oct 17 18:04:41 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:05 2007 +0200"
      },
      "message": "x86: convert mm_context_t semaphore to a mutex\n\nconvert mm_context_t semaphore to a mutex.\n\nSigned-off-by: Luiz Fernando N. Capitulino \u003clcapitulino@mandriva.com.br\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "32c464f5d9701db45bc1673288594e664065388e",
      "tree": "342e6e8be44bcdc5bdc3ddd0cbf1ba15a0340602",
      "parents": [
        "c861eff88c92d98ee661cf0d2fa978611edeaceb"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "jbeulich@novell.com",
        "time": "Wed Oct 17 18:04:41 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:04 2007 +0200"
      },
      "message": "x86: multi-byte single instruction NOPs\n\nAdd support for and use the multi-byte NOPs recently documented to be\navailable on all PentiumPro and later processors.\n\nThis patch only applies cleanly on top of the \"x86: misc.\nconstifications\" patch sent earlier.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n\n arch/x86/kernel/alternative.c  |   23 ++++++++++++++++++++++-\n include/asm-x86/processor_32.h |   22 ++++++++++++++++++++++\n include/asm-x86/processor_64.h |   22 ++++++++++++++++++++++\n 3 files changed, 66 insertions(+), 1 deletion(-)\n"
    },
    {
      "commit": "c861eff88c92d98ee661cf0d2fa978611edeaceb",
      "tree": "9a7c2113f652adf575e1edc68ed3dff98a0c6758",
      "parents": [
        "b93b6ca3bf822a24e1535ee7c773740628bca1e6"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Wed Oct 17 18:04:41 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:02 2007 +0200"
      },
      "message": "x86: remove duplicated vsyscall nsec update\n\nSpotted by Chuck Ebbert\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "b93b6ca3bf822a24e1535ee7c773740628bca1e6",
      "tree": "8cda639c5904380776c5a681063ad25a183454a0",
      "parents": [
        "c7537ab234bc629e0a3b0d725dd08e6f24768037"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Oct 17 18:04:41 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:01 2007 +0200"
      },
      "message": "i386: remove unnecessary code\n\nOleg Nesterov pointed out that the set_fs() calls in setup_frame()\nand setup_rt_frame() were superfluous.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCc: Oleg Nesterov \u003coleg@tv-sign.ru\u003e\nCc: Chuck Ebbert \u003c76306.1226@compuserve.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "c7537ab234bc629e0a3b0d725dd08e6f24768037",
      "tree": "d368089c218964ad504308753f74da78a22323bb",
      "parents": [
        "99741faa34b342e6a0b327efb6c28c1a693b7307"
      ],
      "author": {
        "name": "Luiz Fernando N. Capitulino",
        "email": "lcapitulino@mandriva.com.br",
        "time": "Wed Oct 17 18:04:41 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:17:00 2007 +0200"
      },
      "message": "x86: convert mm_context_t semaphore to a mutex\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Luiz Fernando N. Capitulino \u003clcapitulino@mandriva.com.br\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "99741faa34b342e6a0b327efb6c28c1a693b7307",
      "tree": "96511da980c0ccee55bc3f62a8108711881deac1",
      "parents": [
        "20d225b991c88d9f46f6169be3cfc113ea2bf82d"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Wed Oct 17 18:04:41 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:58 2007 +0200"
      },
      "message": "x86: Use string instruction memcpy on AMD Fam11h\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "20d225b991c88d9f46f6169be3cfc113ea2bf82d",
      "tree": "34d3d45c5a7eb0aad434af3120d764b62f8dec6d",
      "parents": [
        "382f64ab8f178fe6ca5e7beafa7f03132724bbfb"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "Yinghai.Lu@Sun.COM",
        "time": "Wed Oct 17 18:04:41 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:57 2007 +0200"
      },
      "message": "x86: make io_apic not connected pin print complete\n\nNormally we will have two segment not connected pin pin0, and pin after\n15...\n\nSo we need to print out \"not connected\\n\" for previous segment, before\nprinting out connected pins info...\n\nSigned-off-by: Yinghai Lu \u003cyinghai.lu@sun.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n"
    },
    {
      "commit": "382f64ab8f178fe6ca5e7beafa7f03132724bbfb",
      "tree": "f00bc1af430692495196d914d3e202fd46ed2890",
      "parents": [
        "072f5d82b58cba760191393a6a99fd1123c76e67"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Oct 17 18:04:41 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:56 2007 +0200"
      },
      "message": "i386: print better early fault info\n\nimprove early fault output.\n\nold format:\n\n Int 14: CR2 010001e3  err 00000002  EIP c011f2f9  CS 00000060  flags 00010046\n Stack: c073695e c0791c10 00000000 ffffffff 00000000 01000000 00001000 c0791c10\n\nnew format:\n\n BUG: Int 14: CR2 010001e3\n      EDI c1000000  ESI c0693c10  EBP c0637f9c  ESP c0637f08\n      EBX 00000000  EDX 0000000e  ECX 00000000  EAX 010001e3\n      err 00000002  EIP c0123119   CS 00000060  flg 00010046\n Stack: c064d589 c0693000 00000000 c0637f60 00c001e3 01000000 00038000 00000163\n        00000000 00000163 00000000 ffffffff 00038000 00000000 00000000 00001000\n        00001000 00000000 c0637f88 c06509be c0a2ae60 00001000 00001000 00000000\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "072f5d82b58cba760191393a6a99fd1123c76e67",
      "tree": "8b0bd815aed4a466d7747ddacc4105e13316f4f4",
      "parents": [
        "38e760a1335ffaca5a08624a9aed6fe2055c2c98"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "jbeulich@novell.com",
        "time": "Wed Oct 17 18:04:40 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:54 2007 +0200"
      },
      "message": "x86: also show non-zero IRQ counts for vectors that currently don\u0027t have a handler\n\nIt doesn\u0027t seem to make sense to hide these, even if their counts\ncan\u0027t change at the point in time they\u0027re being displayed.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "38e760a1335ffaca5a08624a9aed6fe2055c2c98",
      "tree": "c313888b750a56db7c9c09c8af5be830bb75b81e",
      "parents": [
        "9aa8d7195acb18fc436847f6c66a97f8359ad54d"
      ],
      "author": {
        "name": "Joe Korty",
        "email": "joe.korty@ccur.com",
        "time": "Wed Oct 17 18:04:40 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:53 2007 +0200"
      },
      "message": "x86: expand /proc/interrupts to include missing vectors, v2\n\nAdd missing IRQs and IRQ descriptions to /proc/interrupts.\n\n/proc/interrupts is most useful when it displays every IRQ vector in use by\nthe system, not just those somebody thought would be interesting.\n\nThis patch inserts the following vector displays to the i386 and x86_64\nplatforms, as appropriate:\n\n\trescheduling interrupts\n\tTLB flush interrupts\n\tfunction call interrupts\n\tthermal event interrupts\n\tthreshold interrupts\n\tspurious interrupts\n\nA threshold interrupt occurs when ECC memory correction is occuring at too\nhigh a frequency.  Thresholds are used by the ECC hardware as occasional\nECC failures are part of normal operation, but long sequences of ECC\nfailures usually indicate a memory chip that is about to fail.\n\nThermal event interrupts occur when a temperature threshold has been\nexceeded for some CPU chip.  IIRC, a thermal interrupt is also generated\nwhen the temperature drops back to a normal level.\n\nA spurious interrupt is an interrupt that was raised then lowered by the\ndevice before it could be fully processed by the APIC.  Hence the apic sees\nthe interrupt but does not know what device it came from.  For this case\nthe APIC hardware will assume a vector of 0xff.\n\nRescheduling, call, and TLB flush interrupts are sent from one CPU to\nanother per the needs of the OS.  Typically, their statistics would be used\nto discover if an interrupt flood of the given type has been occuring.\n\nAK: merged v2 and v4 which had some more tweaks\nAK: replace Local interrupts with Local timer interrupts\nAK: Fixed description of interrupt types.\n\n[ tglx: arch/x86 adaptation ]\n[ mingo: small cleanup ]\n\nSigned-off-by: Joe Korty \u003cjoe.korty@ccur.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCc: Tim Hockin \u003cthockin@hockin.org\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: \"H. Peter Anvin\" \u003chpa@zytor.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "9aa8d7195acb18fc436847f6c66a97f8359ad54d",
      "tree": "dea6832422b478791007c49e8cc6ccd414d900e9",
      "parents": [
        "c1e3619edd2b3e17450d745e27e335490cafd78d"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Wed Oct 17 18:04:40 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:52 2007 +0200"
      },
      "message": "i386: clean up oops/bug reports\n\nTypically the oops first lines look like this:\n\nBUG: unable to handle kernel NULL pointer dereference at virtual address 00000000\n printing eip:\nc049dfbd\n*pde \u003d 00000000\nOops: 0002 [#1]\nPREEMPT SMP\n...\n\nSuch output is gained with some ugly if (!nl) printk(\"\\n\"); code and\nbesides being a waste of lines, this is also annoying to read. The\nfollowing output looks better (and it is how it looks on x86_64):\n\nBUG: unable to handle kernel NULL pointer dereference at virtual address 00000000\nprinting eip: c049dfbd *pde \u003d 00000000\nOops: 0002 [#1] PREEMPT SMP\n...\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "c1e3619edd2b3e17450d745e27e335490cafd78d",
      "tree": "85d6af3369f529f863e24473430a9175a22feac7",
      "parents": [
        "c789c037e9d0d93d6081e796ab70b488b2ff69f2"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 18:04:40 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:50 2007 +0200"
      },
      "message": "x86: print info about late C1E detection on 32bit as well\n\nSome BIOSes set the C1E flag only on the second core. Print a warning so\nthe Firmware Toolkit can check for it.\n\nmingo: fix C1E build bug on 32-bit\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "c789c037e9d0d93d6081e796ab70b488b2ff69f2",
      "tree": "47c4e65bfa447145b86ab6c15969bba4d05764b8",
      "parents": [
        "0b4b5dde45a9416bf57c1e2e5ccf748e538368aa"
      ],
      "author": {
        "name": "Satyam Sharma",
        "email": "satyam@infradead.org",
        "time": "Wed Oct 17 18:04:40 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:49 2007 +0200"
      },
      "message": "x86: call cache_add_dev() from cache_sysfs_init() explicitly\n\nCall cache_add_dev() from cache_sysfs_init() explicitly, instead of\nreferencing the CPU notifier callback directly from generic startup\ncode. Looks cleaner (to me at least) this way, and also makes it\npossible to use other tricks to replace __cpuinit{data} annotations, as\nrecently discussed on this list.\n\nSigned-off-by: Satyam Sharma \u003csatyam@infradead.org\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nCc: Venkatesh Pallipadi \u003cvenkatesh.pallipadi@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "0b4b5dde45a9416bf57c1e2e5ccf748e538368aa",
      "tree": "4a1ccd2d96c8798fbb1d7b9522b19e026037735b",
      "parents": [
        "f6a2e7f2012eeced1dbf093bb98a1c38fee91f78"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 18:04:40 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:48 2007 +0200"
      },
      "message": "x86: fix dmi const-ify fallout\n\nThe dmi const-ification missed acer_cpu_freq_pst. Fix it.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f6a2e7f2012eeced1dbf093bb98a1c38fee91f78",
      "tree": "fab3e6186fa8a0ccde831d34e504e70f7d497361",
      "parents": [
        "686d8c63d530a5cfdbab2523825e37b904be56f9"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 18:04:40 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:47 2007 +0200"
      },
      "message": "x86: unify include/asm/ldt_32/64.h\n\nThe additional struct member of user_desc can be made conditional for\n64 bit compiles.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "686d8c63d530a5cfdbab2523825e37b904be56f9",
      "tree": "2e241e323eb798beeb5954c6391374d29f1e5ae7",
      "parents": [
        "e2f430291fe23a4f78da078142e8fe9e94e9e043"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 18:04:40 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:45 2007 +0200"
      },
      "message": "x86: unify include/asm/ptrace-abi_32/64.h\n\nAside of the register defines the content can be shared.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e2f430291fe23a4f78da078142e8fe9e94e9e043",
      "tree": "d02abe631644458cbdd3bc44c43120c73ddc7060",
      "parents": [
        "06f99ac87ef3f1f706cd1eb794b16dfbfe60ee29"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 18:04:40 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:44 2007 +0200"
      },
      "message": "x86: unify include/asm/mce_32/64.h\n\nMerge the files together.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "06f99ac87ef3f1f706cd1eb794b16dfbfe60ee29",
      "tree": "20bb2db3d0de8c30317e242e09fce373de468b29",
      "parents": [
        "bc3c6058bc8f9845ae73f6dc727570778f103858"
      ],
      "author": {
        "name": "Roland McGrath",
        "email": "roland@redhat.com",
        "time": "Wed Oct 17 18:04:40 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:43 2007 +0200"
      },
      "message": "x86: vdso put vars in rodata\n\nThis adds a const to the definitions vvar.c makes, so that the vdso_*\nvariables go into .rodata instead of .data.  This is essentially a\ncosmetic change, just giving the section headers in the vDSO file more\npleasing flags. These variables are read-only from the perspective of\nthe vDSO itself and user mode, even though the contents of the DSO image\nwere adjusted at boot.\n\nSigned-off-by: Roland McGrath \u003croland@redhat.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "bc3c6058bc8f9845ae73f6dc727570778f103858",
      "tree": "70193e9fd76a348d6aedc7a96d235e801e8ee192",
      "parents": [
        "3c215b6680b347593705e010688e80400d772763"
      ],
      "author": {
        "name": "Muli Ben-Yehuda",
        "email": "muli@il.ibm.com",
        "time": "Wed Oct 17 18:04:39 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:41 2007 +0200"
      },
      "message": "x86: calgary get rid of translate_phb\n\nNow that we check for translation enabled/disabled based on the presence\nof the IOMMU translation table, we can get rid of translate_phb.\n\nSigned-off-by: Muli Ben-Yehuda \u003cmuli@il.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    }
  ],
  "next": "3c215b6680b347593705e010688e80400d772763"
}
