)]}'
{
  "log": [
    {
      "commit": "3905ec4561b7b049e9c2e27311d072c356dbdee2",
      "tree": "81a34fc3ce8f5bf8aa937023e23f90c7e2ed6760",
      "parents": [
        "02cda6ae01814f58422c45259fb48136fbd7bcc1"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 11:56:42 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:03:55 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Added ieee80211_radiotap.h\n\ntree 383c59b2516a61f2683f02dfebbed0caf6ee5dc3\nparent a04948f63fd96c4b875a43f78afad1a0874cc441\nauthor Mike Kershaw \u003cdragorn@kismetwireless.net\u003e 1124447833 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127313883 -0500\n\nAdded ieee80211_radiotap.h to enhance statistic reporting to user space\nfrom wireless drivers.\n\nSigned-off-by: Mike Kershaw \u003cdragorn@kismetwireless.net\u003e\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "02cda6ae01814f58422c45259fb48136fbd7bcc1",
      "tree": "3efdd946b19928c4dbe039f68ee1cfc65fe57355",
      "parents": [
        "9e8571affd1c54b9638b4ff9844e47aae07310f6"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 11:56:38 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:03:55 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Added ieee80211_geo to provide helper functions\n\ntree 385b391fc0d7c124cd0547fdb6183e9a0c333391\nparent 97d7a47f76e72bedde7f402785559ed4c7a8e8e8\nauthor James Ketrenos \u003cjketreno@linux.intel.com\u003e 1124447590 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127313735 -0500\n\nAdded ieee80211_geo to provide helper functions to drivers for\nimplementing supported channel maps.\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "9e8571affd1c54b9638b4ff9844e47aae07310f6",
      "tree": "f6e568913c2d8aa1bf6bfedb3d90a78f2ade747b",
      "parents": [
        "2c0aa2a5c2dfa1293ae3a07517d0b7de149358a1"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 11:56:33 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:03:54 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Add QoS (WME) support to the ieee80211 subsystem\n\ntree a3ad796273e98036eb0e9fc063225070fa24508a\nparent 1b9c0aeb377abf8e4a43a86cff42382f74ca0259\nauthor Mohamed Abbas \u003cmabbas@linux.intel.com\u003e 1124447069 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127313435 -0500\n\nAdd QoS (WME) support to the ieee80211 subsystem.\n\nNOTE: This requires drivers that use the ieee80211 hard_start_xmit\n(ipw2100 and ipw2200) to add the priority parameter to their callback.\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "2c0aa2a5c2dfa1293ae3a07517d0b7de149358a1",
      "tree": "a9f949b6dc6a5e68086c06dfeb459a14608227a3",
      "parents": [
        "1264fc0498e1e20f97b1ab690e523e7a7fc50eab"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 11:56:27 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:03:54 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Return NETDEV_TX_BUSY when QoS buffer full\n\ntree ba6509c7cd1dd4244a2f285f2da5d632e7ffbb25\nparent 7b5f9f2ddcabdaea214527a895e6e8445cafdd80\nauthor James Ketrenos \u003cjketreno@linux.intel.com\u003e 1124447000 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127313383 -0500\n\nPer the conversations with folks at OLS, the QoS layer in 802.11\ndrivers can now result in NETDEV_TX_BUSY being returned when the queue\na packet is targetted for is full.\n\nTo implement this, ieee80211_xmit will now call the driver\u0027s\nis_queue_full to determine if the current priority queue is full.  If\nso, NETDEV_TX_BUSY is returned to the kernel and no processing is done\non the frame.\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "1264fc0498e1e20f97b1ab690e523e7a7fc50eab",
      "tree": "000b8528685f3ca250d0581df88abef03417941d",
      "parents": [
        "3f552bbf8614d2d26f488ca0d3e188bdec484bf4"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 11:54:53 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:02:31 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Fix TKIP, repeated fragmentation problem, and payload_size reporting\n\ntree 8428e9f510e6ad6c77baec89cb57374842abf733\nparent d78bfd3ddae9c422dd350159110f9c4d7cfc50de\nauthor Liu Hong \u003chong.liu@intel.com\u003e 1124446520 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127313183 -0500\n\nFix TKIP, repeated fragmentation problem, and payload_size reporting\n\n1. TKIP encryption\n    Originally, TKIP encryption issues msdu + mpdu encryption on every\n    fragment. Change the behavior to msdu encryption on the whole\n    packet, then mpdu encryption on every fragment.\n\n2. Avoid repeated fragmentation when !host_encrypt.\n    We only need do fragmentation when using host encryption. Otherwise\n    we only need pass the whole packet to driver, letting driver do the\n    fragmentation.\n\n3. change the txb-\u003epayload_size to correct value\n    FW will use this value to determine whether to do fragmentation. If\n    we pass the wrong value, fw may cut on the wrong bound which will\n    make decryption fail when we do host encryption.\n\nNOTE:  This requires changing drivers (hostap) that have\nextra_prefix_len used within them (structure member name change).\n\nSigned-off-by: Hong Liu \u003cliu.hong@intel.com\u003e\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3f552bbf8614d2d26f488ca0d3e188bdec484bf4",
      "tree": "9721d4dc2d53579d7c324fa0b98eddc964149ab4",
      "parents": [
        "3cdd00c5827621cd0b1bb0665aa62ef9a724297d"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 11:54:47 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:02:31 2005 -0400"
      },
      "message": "[PATCH] ieee82011: Added ieee80211_tx_frame to convert generic 802.11 data frames, and callbacks\n\ntree 40adc78b623ae70d56074934ec6334eb4f0ae6a5\nparent db43d847bcebaa3df6414e26d0008eb21690e8cf\nauthor James Ketrenos \u003cjketreno@linux.intel.com\u003e 1124445938 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127313102 -0500\n\nAdded ieee80211_tx_frame to convert generic 802.11 data frames into\ntxbs for transmission.\n\nAdded several purpose specific callbacks (handle_assoc, handle_auth,\netc.) which the driver can register with for being notified on\nreception of variouf frame elements.\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3cdd00c5827621cd0b1bb0665aa62ef9a724297d",
      "tree": "03d3a7cfa9fb645b052bac748c5398430ab2c9ca",
      "parents": [
        "ee34af37c095482b9dba254b9cd7cb5e65e9a25e"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 11:54:43 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:02:30 2005 -0400"
      },
      "message": "[PATCH] ieee80211: adds support for the creation of RTS packets\n\ntree b45c9c1017fd23216bfbe71e441aed9aa297fc84\nparent 04aacdd71e904656a304d923bdcf57ad3bd2b254\nauthor Ivo van Doorn \u003cIvDoorn@gmail.com\u003e 1124445405 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127313029 -0500\n\nThis patch adds support for the creation of RTS packets when the\nconfig flag CFG_IEEE80211_RTS has been set.\n\nSigned-Off-By: Ivo van Doorn \u003cIvDoorn@gmail.com\u003e\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "ee34af37c095482b9dba254b9cd7cb5e65e9a25e",
      "tree": "eed75aee11663053e658d839fb91bc8dfae56ecb",
      "parents": [
        "e0d369d1d969fc9e4fd08a20f6dad04d369aceea"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 11:54:36 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:02:30 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Renamed ieee80211_hdr to ieee80211_hdr_3addr\n\ntree e9c18b2c8e5ad446a4d213243c2dcf9fd1652a7b\nparent 4e97ad6ae7084a4f741e94e76c41c68bc7c5a76a\nauthor James Ketrenos \u003cjketreno@linux.intel.com\u003e 1124444315 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127312922 -0500\n\nRenamed ieee80211_hdr to ieee80211_hdr_3addr and modified ieee80211_hdr\nto just contain the frame_ctrl and duration_id.\n\nChanged uses of ieee80211_hdr to ieee80211_hdr_4addr or\nieee80211_hdr_3addr based on what was expected for that portion of code.\n\nNOTE: This requires changes to ipw2100, ipw2200, hostap, and atmel\ndrivers.\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "e0d369d1d969fc9e4fd08a20f6dad04d369aceea",
      "tree": "9ce4d6a3938960b35c3d7c7b3da4bb546f8b1d95",
      "parents": [
        "259bf1fd8a7cc0f6b47fd8a9ac5e2dfc33182a3d"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 11:54:30 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:02:30 2005 -0400"
      },
      "message": "[PATCH] ieee82011: Added WE-18 support to default wireless extension handler\n\ntree 1536f39c18756698d033da72c49300a561be1289\nparent 07172d7c9f10ee3d05d6f6489ba6d6ee2628da06\nauthor Liu Hong \u003chong.liu@intel.com\u003e 1124436225 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127312664 -0500\n\nAdded WE-18 support to default wireless extension handler in ieee80211\nsubsystem.\n\nUpdated patch since last send to account for ieee80211_device parameter\nbeing added to the crypto init method.\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "259bf1fd8a7cc0f6b47fd8a9ac5e2dfc33182a3d",
      "tree": "6c59c778280f899929c3d09c7f5564d80da830c2",
      "parents": [
        "0ad0c3c64484b1458b51167bd3e614d8d9d070f8"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 11:54:22 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:01:52 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Allow drivers to fix an issue when using wpa_supplicant with WEP\n\ntree 898fedef6ca1b5b58b8bdf7e6d8894a78bbde4cd\nparent 8720fff53090ae428d2159332b6f4b2749dea10f\nauthor Zhu Yi \u003cjketreno@io.(none)\u003e 1124435746 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127312509 -0500\n\nAllow drivers to fix an issue when using wpa_supplicant with WEP.\n\nThe problem is introduced by the hwcrypto patch. We changed indicator of\nthe encryption request from the upper layer (i.e. wpa_supplicant):\n\nIn the original host based crypto the driver could use: crypt \u0026\u0026\ncrypt-\u003eops.\n\nIn the new hardware based crypto, the driver should use the flags\nspecified in ieee-\u003esec.encrypt.\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "0ad0c3c64484b1458b51167bd3e614d8d9d070f8",
      "tree": "4ff20e24d22523603c51d9cd876ae0e5b1714531",
      "parents": [
        "42e349fd10d471d9ae6955a7f12523291c0193e6"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 11:54:15 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:01:52 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Fix kernel Oops when module unload\n\ntree b69e983266840983183a00f5ac02c66d5270ca47\nparent cdd6372949b76694622ed74fe36e1dd17a92eb71\nauthor Zhu Yi \u003cjketreno@io.(none)\u003e 1124435425 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127312421 -0500\n\nFix kernel Oops when module unload.\n\nExport a new function ieee80211_crypt_quiescing from ieee80211. Device\ndrivers call it to make the host crypto stack enter the quiescence\nstate, which means \"process existing requests, but don\u0027t accept new\nones\". This is usually called during a driver\u0027s host crypto data\nstructure free (module unload) path.\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "42e349fd10d471d9ae6955a7f12523291c0193e6",
      "tree": "9c7ce6a08a8b237b3fb9c53b7ad506d0343f0a02",
      "parents": [
        "f1bf6638af9e9bbbb6fb0b769054fb7db1ae652f"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 11:54:07 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:01:52 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Fix time calculation, switching to use jiffies_to_msecs\n\ntree b9cdd7058b787807655ea6f125e2adbf8d26c863\nparent 85d9b2bddfcf3ed2eb4d061947c25c6a832891ab\nauthor Zhu Yi \u003cjketreno@io.(none)\u003e 1124435212 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127312152 -0500\n\nFix time calculation, switching to use jiffies_to_msecs.\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "f1bf6638af9e9bbbb6fb0b769054fb7db1ae652f",
      "tree": "5cf2dca63f88c1709ae8ee9d913c7f819bfc6ce8",
      "parents": [
        "20d64713ae71c0b0aa06084acbef2244021baaca"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 11:53:54 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:01:52 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Hardware crypto and fragmentation offload support\n\ntree 5322d496af90d03ffbec27292dc1a6268a746ede\nparent 6c9364386ccb786e4a84427ab3ad712f0b7b8904\nauthor James Ketrenos \u003cjketreno@linux.intel.com\u003e 1124432367 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127311810 -0500\n\nHardware crypto and fragmentation offload support added (Zhu Yi)\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "20d64713ae71c0b0aa06084acbef2244021baaca",
      "tree": "f9af562b0bc70f7f75d0195aacf155fd3ec6628a",
      "parents": [
        "4ca5253d573d7b3785dbb2f123f948fdca6ee235"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 11:53:43 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:01:52 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Fixed a kernel oops on module unload\n\ntree 367069f24fc38b4aa910e86ff40094d2078d8aa7\nparent a33a1982012e9070736e3717231714dc9892303b\nauthor James Ketrenos \u003cjketreno@linux.intel.com\u003e 1124430800 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127310571 -0500\n\nFixed a kernel oops on module unload by adding spin lock protection to\nieee80211\u0027s crypt handlers (thanks to Zhu Yi)\n\nModified scan result logic to report WPA and RSN IEs if set (vs.being\nbased on wpa_enabled)\n\nAdded ieee80211_device as the first parameter to the crypt init()\nmethod.  TKIP modified to use that structure for determining whether to\ncountermeasures are active.\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "4ca5253d573d7b3785dbb2f123f948fdca6ee235",
      "tree": "51092301c2553b9c977cbb6d77e272750ccfd068",
      "parents": [
        "c8d42d1ae4518091a20f7212b0591a0f4b0e8ca0"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 12:23:46 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:00:58 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Updated atmel to be compatible with ieee80211_hdr changes\n\ntree d7be83000b058b14450d76f99c432b1fb2a1c177\nparent 322201093e03830fceedfc24931420b1ea855a8c\nauthor James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127316330 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127316330 -0500\n\nUpdated atmel to be compatible with ieee80211_hdr changes.\n\nChange accomplished via:\n\nsed -i -e \"s:ieee80211_hdr\\([^_]\\):ieee80211_hdr_4addr\\1:g\" \\\n\tdrivers/net/wireless/atmel.c\n\nCompile tested only.\n\nCC: simon@thekelleys.org.uk\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c8d42d1ae4518091a20f7212b0591a0f4b0e8ca0",
      "tree": "c79676c91d5f8fc12b7ef54625e1bcff8bdab14f",
      "parents": [
        "0dacca1f0a53938dd7d5ba35c692bd1a3356d504"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 12:23:43 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:00:57 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Updated ipw2200 to be compatible with ieee80211\u0027s hard_start_xmit change.\n\ntree 713b6ff3311decfe42d5209f7b2508736d144b85\nparent 6465beff0e89779330450dffc2a5e6dc5154eebf\nauthor James Ketrenos \u003cjketreno@linux.intel.com\u003e 1126716726 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127316162 -0500\n\nUpdated ipw2200 to be compatible with ieee80211\u0027s hard_start_xmit change.\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "0dacca1f0a53938dd7d5ba35c692bd1a3356d504",
      "tree": "1c3e6ddedd1032ef26a4e0f45e8d3b1fa3fd8d96",
      "parents": [
        "3a5becf720d6346ffca2d6be6473f603b39322a2"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 12:23:41 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:00:57 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Updated ipw2200 to be compatible with ieee80211_hdr changes\n\ntree 9f86c7b4f59249c05c96c360dfaa817995e8a44f\nparent 9b09701b2c6254f2fddb009004a14eb5a908714f\nauthor James Ketrenos \u003cjketreno@linux.intel.com\u003e 1126714305 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127316074 -0500\n\nUpdated ipw2200 to be compatible with ieee80211_hdr changes.\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3a5becf720d6346ffca2d6be6473f603b39322a2",
      "tree": "0084320b04b04b2d61e4630505803104251205a6",
      "parents": [
        "99a4b232b6682a847c70d877e4a3c15e9138c8f6"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 12:23:37 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:00:57 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Updated ipw2100 to be compatible with ieee80211\u0027s hard_start_xmit change\n\ntree ee48cbe413b795d6be454b9baf4f3bd3d74814cb\nparent 49856b147763bd6847e0d8f53aee1ddd61385638\nauthor James Ketrenos \u003cjketreno@linux.intel.com\u003e 1126716634 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127316024 -0500\n\nUpdated ipw2100 to be compatible with ieee80211\u0027s hard_start_xmit change.\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "99a4b232b6682a847c70d877e4a3c15e9138c8f6",
      "tree": "7dacb727771de8dc9318beb81752f3c5f22adab2",
      "parents": [
        "a3536c839f04682ed06c84a7f75968c27c6108c8"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Sep 21 12:23:25 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 23:00:57 2005 -0400"
      },
      "message": "[PATCH] ieee80211: Updated ipw2100 to be compatible with ieee80211_hdr changes\n\ntree 992b203395c50342f1cced415acae6177344e270\nparent c59bb604a2ff4e40232ff0422e7adc44e3b007a0\nauthor James Ketrenos \u003cjketreno@linux.intel.com\u003e 1126714006 -0500\ncommitter James Ketrenos \u003cjketreno@linux.intel.com\u003e 1127315910 -0500\n\nUpdated ipw2100 to be compatible with ieee80211_hdr changes.\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "a3536c839f04682ed06c84a7f75968c27c6108c8",
      "tree": "92c26ea74c0ffb9b83a2285ad2539cc271b09856",
      "parents": [
        "a33a1982012e9070736e3717231714dc9892303b",
        "efb0372bbaf5b829ff8c39db372779928af542a7"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 22:34:08 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 21 22:34:08 2005 -0400"
      },
      "message": "Merge /spare/repo/linux-2.6/\n"
    },
    {
      "commit": "efb0372bbaf5b829ff8c39db372779928af542a7",
      "tree": "bd45777341bb85727ee4c301bb8e44d73c2554ac",
      "parents": [
        "a46c9047642d70f5619e4a14129d74dd1f6ea74f"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:40:49 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:30 2005 -0700"
      },
      "message": "[PATCH] uml: fix compile warning after consolidation patch\n\nThe header declaring this function wasn\u0027t included, so the function declaration\nwas totally bogus wrt. the proto - even if this wasn\u0027t going to fail at all.\n\nIt was so bad that the compile warning I got was \"control reaches end of\nnon-void function\", i.e. missing return. Actually, this has been there for ages,\nthe consolidation patch just added the warning which was needed to clean it up.\nNice. Really.\n\nCc: Allan Graves \u003callan.graves@gmail.com\u003e\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a46c9047642d70f5619e4a14129d74dd1f6ea74f",
      "tree": "1d0850d57ad6c3d109c700c071e7cd468306a1e8",
      "parents": [
        "ae756df8ddd00a30bb3bdf6774b514c096dda4a4"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:40:29 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:30 2005 -0700"
      },
      "message": "[PATCH] uml: comment about cast build fix\n\nExplain why the casting we do to silence this warning is indeed safe.\n\nIt is because the field we\u0027re casting from, though being 64-bit wide, was filled\nwith a pointer in first place by ourselves.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ae756df8ddd00a30bb3bdf6774b514c096dda4a4",
      "tree": "ba7bade58318a6fe1ff645e4edb349e0bfef5394",
      "parents": [
        "41c79dc3825545d9aa2d5e5b1a99f8faabf51455"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:40:10 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:30 2005 -0700"
      },
      "message": "[PATCH] uml: readd removed unistd.h inclusion\n\nReadd this header (deleted in 60d339f6fe0831060600c62418b71a62ad26c281). A\nwarning is spit out here about undeclared getpgrp().\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "41c79dc3825545d9aa2d5e5b1a99f8faabf51455",
      "tree": "52e160a072f238eac8506ed95cfd21ab0c7eb75b",
      "parents": [
        "fd7481047882eaa0a692a545d5f8419612ece1b0"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:39:47 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:30 2005 -0700"
      },
      "message": "[PATCH] uml: fix bogus HOST_ELF_CLASS symbol name\n\nEven if with a bit of misunderstanding, Al fixed this in commit\n95608261dae863bc43292e6fbd946a3abd3aa49f.\n\nWell, the symbol was intended to come from userspace (it exists there on normal\nhost), but since some hosts may miss that, using the kernel one is just as fine.\nHowever, rename it to be named consistently with the rest.\n\nActually, he missed converting ELFCLASS32 to coming from kernel headers. For\nconsistence, add ELFCLASS64 too.\n\nCc: Al Viro \u003cviro@ZenIV.linux.org.uk\u003e\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fd7481047882eaa0a692a545d5f8419612ece1b0",
      "tree": "af6c5283673881234f9f7615472b0d417ee6ca8f",
      "parents": [
        "8e5cb35a60c8792ffc3ba89ea66ebdd3c2f01cb1"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:39:32 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:30 2005 -0700"
      },
      "message": "[PATCH] uml: Fix conflict between libc and ipv6\n\ngcc is now complaining during link on some hosts - fix it as for other things.\nReported by Antoine Martin \u003cantoine@nagafix.co.uk\u003e.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8e5cb35a60c8792ffc3ba89ea66ebdd3c2f01cb1",
      "tree": "85d8b8f9926a765e96024bd8f0d08bf0e6de08e0",
      "parents": [
        "36decba90b184a25b7f77fb7df1612125cc41ac5"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:39:14 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:30 2005 -0700"
      },
      "message": "[PATCH] uml: fix uname output on 32-bit binary on 64-bit host\n\nTranslate uname output taken from the host if needed.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "36decba90b184a25b7f77fb7df1612125cc41ac5",
      "tree": "adaf26bbb1306a0d3b52c983b9fa9e5b57b780a5",
      "parents": [
        "76629ac154aacfec8883954c3ff9871905d2fb8e"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:38:57 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:29 2005 -0700"
      },
      "message": "[PATCH] uml: fix modify_ldt - missing break in switch\n\nI am a lamer :-(. Luckily, Luo Xin performed LTP testing and found this failure.\nBtw, the fact that the patch in which I introduced this was merged shows that:\n\na) I\u0027m really trusted by people\nb) sometimes they\u0027re wrong about point a).\nc) lack of time for reviewers.\n\nCC: Luo Xin \u003cluothing@sina.com\u003e\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "76629ac154aacfec8883954c3ff9871905d2fb8e",
      "tree": "76cf6da4fe5493e463ccccd2b80b65608c9a4db9",
      "parents": [
        "676067cfeaa16f6f338e067e83ce4733b41c0b24"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:38:33 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:29 2005 -0700"
      },
      "message": "[PATCH] uml: remove verify_area_{tt,skas}\n\nWhen removing verify_area, verify_area_{tt,skas} were forgotten.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "676067cfeaa16f6f338e067e83ce4733b41c0b24",
      "tree": "4468541d1b970fc240c115b69d894443d3ed564c",
      "parents": [
        "c51179fb0c77ad91df5825f8f7eb670da97e137e"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:38:09 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:29 2005 -0700"
      },
      "message": "[PATCH] Remove unused var from asm/futex.h\n\nAs recently done by Russell King for ARM, commit\n4732efbeb997189d9f9b04708dc26bf8613ed721 introduces a generic asm/futex.h copied\nalong most arches, which includes a \"-ENOSYS support\" to be changed if needed.\nHowever, it includes an unused var (taken from the \"real\" version) which GCC\nwarns about.\n\nRemove it from all arches having that file version (i.e. same GIT id).\n$ git-diff-tree -r HEAD\nand\n$ git-ls-tree  -r HEAD include/|grep 9feff4ce1424bc390608326240be369eb13aa648\n\nmay be more interesting than looking at the patch itself, to make sure I\u0027ve\njust copied the arm header to all other archs having the original dummy version\nof this file.\n\nCc: Jakub Jelinek \u003cjakub@redhat.com\u003e\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c51179fb0c77ad91df5825f8f7eb670da97e137e",
      "tree": "e1f4b8abef1caf0be32a6d777074fd84a80ef165",
      "parents": [
        "f62378fcfc9c13a57b0b69dbd43336a4df8155a5"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:37:14 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:29 2005 -0700"
      },
      "message": "[PATCH] uml: adapt asm/futex.h to our arch\n\nFollow up to 4732efbeb997189d9f9b04708dc26bf8613ed721 - uml must just reuse\nas-is the backing architecture support. There is a micro-fixup is needed for the\nincluded file, which won\u0027t affect i386 behaviour at all.\n\nI\u0027ve not tested compilation on x86_64, only on x86, but the code is almost the\nsame except the culprit test, so everything should be ok on x86_64 too.\n\nCc: Jakub Jelinek \u003cjakub@redhat.com\u003e\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f62378fcfc9c13a57b0b69dbd43336a4df8155a5",
      "tree": "b2682850f0d15079e0618ee09a23ba7ee71df55b",
      "parents": [
        "a418500b42c5c54f3f9d68036950c701740a2765",
        "6a1ced59b3ac5d1088f597fd0613a724cdf19e2c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 14:30:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 14:30:37 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "6a1ced59b3ac5d1088f597fd0613a724cdf19e2c",
      "tree": "8165b4ab26e448b2bd1a54a460a007521f1d5661",
      "parents": [
        "a9f7baf4d695dbe3028d40ca374c1d11499eaee6"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Wed Sep 21 22:14:05 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Sep 21 22:14:05 2005 +0100"
      },
      "message": "[ARM] 2932/1: Avoid the \"noreturn\" warning in arch/arm/kernel/traps.c\n\nPatch from Catalin Marinas\n\nThis patch prevents the \"noreturn function does return\" warning in the\n__bug() function in arch/arm/kernel/traps.c\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a418500b42c5c54f3f9d68036950c701740a2765",
      "tree": "17541c0ab858c3251a4e0ef802a9ac74f425943e",
      "parents": [
        "62a36c43c898d45efcfe3376ea1da6a9a182e1ad",
        "f2065e4242e5078d53c521b973c5cd4eae91eca2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 13:21:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 13:21:35 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband\n"
    },
    {
      "commit": "f2065e4242e5078d53c521b973c5cd4eae91eca2",
      "tree": "08cd44403ac326f41715e918f781d077367cb70b",
      "parents": [
        "972d512a17c1bb7c4b784a9da2ca75745fcc6989"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Sep 21 12:33:09 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Wed Sep 21 12:33:09 2005 -0700"
      },
      "message": "[IB] Fix RMPP receive length calculation\n\nBased on simplification idea from Sean Hefty \u003csean.hefty@intel.com\u003e\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "972d512a17c1bb7c4b784a9da2ca75745fcc6989",
      "tree": "91eb1a1a0c1affe19e23b15069b6a5fd86d3ca72",
      "parents": [
        "2fe9f798ba3cf7c939e638b78f46975e79039978"
      ],
      "author": {
        "name": "Sean Hefty",
        "email": "sean.hefty@intel.com",
        "time": "Wed Sep 21 12:31:26 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Wed Sep 21 12:31:26 2005 -0700"
      },
      "message": "[IB] Add MAD data field size definitions\n\nClean up code by using enums instead of hard-coded magic numbers.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "62a36c43c898d45efcfe3376ea1da6a9a182e1ad",
      "tree": "3d2e39625a2ca620ef71433cf100ff51a225438b",
      "parents": [
        "89d7cbf73e1a85241eb42339f6cb7a429fec178c"
      ],
      "author": {
        "name": "Stephane Kardas",
        "email": "stephane.kardas@certa.ssi.gouv.fr",
        "time": "Wed Sep 21 09:55:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:12:18 2005 -0700"
      },
      "message": "[PATCH] fat: fix adate\n\nDuring a forensic analysis on the fat file system, I found than the result for\nthe last access date on this file system was different between the stat\ncommand and the istat command (package tct-utils).\n\nThe istat command display a true date (the right windows date) but the stat\nprimitive (so stat, find, ls command) displays a wrong date.\n\nSigned-off-by: OGAWA Hirofumi \u003chirofumi@mail.parknet.co.jp\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "89d7cbf73e1a85241eb42339f6cb7a429fec178c",
      "tree": "e74da41540922732f5d1d4f236c890c019545262",
      "parents": [
        "7980cbbb30bf044e6f40912a3f6456204ddfc27e"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Wed Sep 21 09:55:44 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:12:18 2005 -0700"
      },
      "message": "[PATCH] update URL for HPET spec.\n\nCorrect URL for HPET spec.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nCc: Andi Kleen \u003cak@muc.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7980cbbb30bf044e6f40912a3f6456204ddfc27e",
      "tree": "8bd1ccb91431f1c81ab5980a5cc8474f1d490136",
      "parents": [
        "4b1ac9ab15c1fc1e0b73d887a0c0cafe92991f97"
      ],
      "author": {
        "name": "Eric Dumazet",
        "email": "dada1@cosmosbay.com",
        "time": "Wed Sep 21 09:55:43 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:12:18 2005 -0700"
      },
      "message": "[PATCH] Adds sys_set_mempolicy() in include/linux/syscalls.h\n\nSigned-off-by: Eric Dumazet \u003cdada1@cosmosbay.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4b1ac9ab15c1fc1e0b73d887a0c0cafe92991f97",
      "tree": "60d469d5c1ebc67da4f14380804bd1b721ac840a",
      "parents": [
        "8f91648dcb0685d58aa046b25c69ce0d5f284f8c"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Sep 21 09:55:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:55 2005 -0700"
      },
      "message": "[PATCH] skge: add maintainer\n\nAdd MAINTAINER record for Andrew ;-)\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8f91648dcb0685d58aa046b25c69ce0d5f284f8c",
      "tree": "728475d2e8a2a4c92bf251657daa7287e5bb36e2",
      "parents": [
        "7e2cff42cfac27c25202648c5c89f9171e5bc085"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Wed Sep 21 09:55:40 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:55 2005 -0700"
      },
      "message": "[PATCH] fixup Documentation/DocBook/kernel-hacking.tmpl\n\n__FUNCTION__ is the prefered kernel idiom, __func__ is not supported by gcc\n2.95 (we actually map __FUNCTION__ to __func__ for more recent compilers,\nbut it should never be used directly)\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7e2cff42cfac27c25202648c5c89f9171e5bc085",
      "tree": "5579fa13b1fc8081201f05d687e6dc795d9d648f",
      "parents": [
        "7e871b6c8f1f4fda41e51ef86147facecac3be9f"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 09:55:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:55 2005 -0700"
      },
      "message": "[PATCH] mm: add a note about partially hardcoded VM_* flags\n\nHugh made me note this line for permission checking in mprotect():\n\n\t\tif ((newflags \u0026 ~(newflags \u003e\u003e 4)) \u0026 0xf) {\n\nafter figuring out what\u0027s that about, I decided it\u0027s nasty enough.  Btw\nHugh itself didn\u0027t like the 0xf.\n\nWe can safely change it to VM_READ|VM_WRITE|VM_EXEC because we never change\nVM_SHARED, so no need to check that.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nAcked-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7e871b6c8f1f4fda41e51ef86147facecac3be9f",
      "tree": "d03c9af90786ea7fa8f5e77ce1e71437ab7de4df",
      "parents": [
        "f875a1a6650edce859bd21051a22e1c27ac7ea63"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 09:55:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:55 2005 -0700"
      },
      "message": "[PATCH] mm: update stale comment for removal of page-\u003elist\n\nUpdate comment for the 2.6.6-rc1 conversion from page-\u003elist and\naddress_space-\u003e{clean,dirty,locked}_pages to radix tree tagging and -\u003elru.\n\nI\u0027ve mostly avoided to mention page lists (at least I\u0027ve shortened the\ncomment).\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nAcked-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f875a1a6650edce859bd21051a22e1c27ac7ea63",
      "tree": "7244466f1ed3caf93a8a9fd955b4f365ce39299e",
      "parents": [
        "f10df6860498c7f52db4f00ff00a1ba334bcfea0"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 09:55:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:55 2005 -0700"
      },
      "message": "[PATCH] README update from the stone age\n\nWe have no options which the user can set in the Makefile.  Only the\nEXTRAVERSION, which is also useful in place of the \"backup modules\"\nsuggestion.\n\nWe don\u0027t have configuration options in the top Makefile.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f10df6860498c7f52db4f00ff00a1ba334bcfea0",
      "tree": "aa1a75645a002e869886aaae9d09d332a69f8bba",
      "parents": [
        "8b20f6da20d874a58becc7a08b130c4382ea7325"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 09:55:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:55 2005 -0700"
      },
      "message": "[PATCH] fix locking comment in unmap_region()\n\nThat comment is plain wrong (we even take the pagetable lock inside\nunmap_region()).\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nAcked-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8b20f6da20d874a58becc7a08b130c4382ea7325",
      "tree": "351214ad8719c6d46291d21b212996db46aef0dd",
      "parents": [
        "40da47e1159b89f2df5c718d2d5e269ced72b541"
      ],
      "author": {
        "name": "Deepak Saxena",
        "email": "dsaxena@plexity.net",
        "time": "Wed Sep 21 09:55:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:54 2005 -0700"
      },
      "message": "[PATCH] Fix I2O config-osm init to return proper error\n\nWe currently unregister the config-osm driver if initialization of the\nlegacy ioctl() handlers failed but still return success.  We should be\nreturning -EBUSY in this case.\n\nSigned-off-by: Deepak Saxena \u003cdsaxena@plexity.net\u003e\nCc: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "40da47e1159b89f2df5c718d2d5e269ced72b541",
      "tree": "9051017d52f9354670cd5a18b8804c4249328305",
      "parents": [
        "bbcc6bee9e5bf45ec35e87a4e0755dff09fe25d4"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Sep 21 09:55:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:54 2005 -0700"
      },
      "message": "[PATCH] ppc64: Build zImage.vmode for G5\n\nzImage.vmode was recently added.  It\u0027s a version of zImage in which the ELF\nnote section used by open firmware indicates that it requires a virtual\nmode instance of OF instead of real mode.  This allows it to work with\nApple OF, and thus is directly bootable (or netbootable) from OF command\nline.  (Unfortunately, pSeries OF sort-of requires real mode and Apple OF\nsort-of requires virtual mode, and both tend to be unhappy if no notes\nsection specifies the mode at all).\n\nHowever, we forgot to add zImage.vmode to the default G5 build. This\nfixes it.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bbcc6bee9e5bf45ec35e87a4e0755dff09fe25d4",
      "tree": "1408c9d960ffca08e8f053cec060cf52ab0f352d",
      "parents": [
        "1bc2a3bb86688ffca691ba2ad30a2d5dcba774cf"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Wed Sep 21 09:55:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:54 2005 -0700"
      },
      "message": "[PATCH] remove blkdev_scsi_issue_flush_fn again\n\nThis function was removed a while ago, but crept in again via a recent\nscsi merge.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1bc2a3bb86688ffca691ba2ad30a2d5dcba774cf",
      "tree": "09e8f19669e0494cd3464b0d5babebf259778c30",
      "parents": [
        "d6dbf42ee36d4f9ffc2a93877c19937c81974124"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Wed Sep 21 09:55:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:54 2005 -0700"
      },
      "message": "[PATCH] ppc64: Fix issue with non zero boot cpu\n\nThe new version of the flattened device tree passes the boot cpuid in the\nheader instead of via a linux,boot-cpu property.\n\nWe need to update the in kernel OF parsing code to do this, otherwise\nmachines with a non zero boot cpuid fail to come up.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d6dbf42ee36d4f9ffc2a93877c19937c81974124",
      "tree": "f7896850214230318c504b58f81cdbab5401ca96",
      "parents": [
        "3c2822ccb1f8cc96fc006aa82e68e1944290014a"
      ],
      "author": {
        "name": "Mike Miller",
        "email": "mike.miller@hp.com",
        "time": "Wed Sep 21 09:55:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:54 2005 -0700"
      },
      "message": "[PATCH] cciss: busy_initializing bug fix\n\nThis patch fixes the problem Bjorn reported.  The busy_initializing flag\nshould have cleared before going into the for loop.\n\nSigned-off-by: Mike Miller \u003cmike.miller@hp.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3c2822ccb1f8cc96fc006aa82e68e1944290014a",
      "tree": "3834b0004ef12b96f699529ca8008a0644531fa3",
      "parents": [
        "31f6d9d628739c097964b8dbae939ea997da94a3"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Wed Sep 21 09:55:31 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:54 2005 -0700"
      },
      "message": "[PATCH] PPC64: Fix boot for some pre-POWER4 systems\n\nSome RS64 systems (such as F80) have non-python host bridges with EADS.\nHowever, they have two EADS with 4 buses each under them, so the old logic\nthat assumed no more than 7 busses per PHB failed miserably.\n\nBig thanks to Olaf Hering for helping me test this, he\u0027s got one of the few\nmachines that broke from the previous logic.\n\nAlso, to be a bit smarter at detecting the need for a PHB-level IOMMU table\nby checking for the presence of an ISA bus.  Only PHBs with ISA bridges\nshould need the PHB-level table.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nCc: Anton Blanchard \u003canton@samba.org\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "31f6d9d628739c097964b8dbae939ea997da94a3",
      "tree": "a559531440fbf6685e68ebce5f5a26695ae7d5d9",
      "parents": [
        "66dcca062847bcd261ebb3ac96d51101f31a8630"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Wed Sep 21 09:55:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:54 2005 -0700"
      },
      "message": "[PATCH] Add printk_clock()\n\nia64\u0027s sched_clock() accesses per-cpu data which isn\u0027t set up at boot time.\nHence ia64 cannot use printk timestamping, because printk() will crash in\nsched_clock().\n\nSo make printk() use printk_clock(), defaulting to sched_clock(), overrideable\nby the architecture via attribute(weak).\n\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "66dcca062847bcd261ebb3ac96d51101f31a8630",
      "tree": "12f23a499ae0af8107d0c4a3afcff75e6697fa3b",
      "parents": [
        "d79e743e9fcf03f521300a970eb1ab69641910ba"
      ],
      "author": {
        "name": "Sripathi Kodi",
        "email": "sripathik@in.ibm.com",
        "time": "Mon Sep 19 18:26:12 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 09:15:34 2005 -0700"
      },
      "message": "[PATCH] Fix invisible threads problem\n\nWhen the main thread of a thread group has done pthread_exit() and died,\nthe other threads are still happily running, but will not be visible\nunder /proc because their leader is no longer accessible.\n\nThis fixes the access control so that we can see the sub-threads again.\n\nSigned-off-by: Sripathi Kodi \u003csripathik@in.ibm.com\u003e\nAcked-by: Al Viro \u003cviro@ftp.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d79e743e9fcf03f521300a970eb1ab69641910ba",
      "tree": "9672cd40a47d1791d906c0c5d3990f7274a20ff9",
      "parents": [
        "2fe9f798ba3cf7c939e638b78f46975e79039978"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 21 14:14:22 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 09:15:34 2005 -0700"
      },
      "message": "[PATCH] ppc64: Fix PCI flags when using OF device tree\n\nMy code to set up the PCI tree from the Open Firmware device tree was\nsetting IORESOURCE_* flags on the resources for the devices, but not\nthe PCI_BASE_ADDRESS_* flags.  This meant that some drivers\nmisbehaved, and /proc/pci showed the wrong types for the resources.\nThis fixes it.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2fe9f798ba3cf7c939e638b78f46975e79039978",
      "tree": "f65153c806f68bd6e965d65d7c7e4104b27fff90",
      "parents": [
        "76abf3e71c5a4d315ec95e23e5aedd15fbfcd6df",
        "a131430c200f6bda313bf5d0a8e238c41afdfe0a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 07:53:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 07:53:38 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6\n"
    },
    {
      "commit": "76abf3e71c5a4d315ec95e23e5aedd15fbfcd6df",
      "tree": "396d39575c2e1bb43f0e5794969814cdb2387909",
      "parents": [
        "d90d4392b395083a7d295b7cdf0edfd849d4c2a3",
        "7957aed72b104f7528da484f292442c6f3a131a1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 07:53:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 07:53:05 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "a131430c200f6bda313bf5d0a8e238c41afdfe0a",
      "tree": "c156cf5e4b65af0ad7bd2f5828e7697884a3c358",
      "parents": [
        "1a3e64aa480101d11d8cac94ca57fd8bbe2536b7"
      ],
      "author": {
        "name": "Christopher Zimmermann",
        "email": "madroach@zakweb.de",
        "time": "Wed Sep 21 00:41:22 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Sep 21 00:41:22 2005 -0700"
      },
      "message": "[SPARC] cs4231: Fix SBUS support in this driver.\n\nFrom: Christopher Zimmermann \u003cmadroach@zakweb.de\u003e\n\nThis patch enables SBus support for the cs4231 sound driver.\nIt is tested on an Ultra2. Capture and playback both work.\nI experienced lags and crashes using certain threaded\nplayers like ogg123 and mp3blaster, while the former is\nlagging far more. This behavior may be specific to SMP\nsystems. It is reproducable using the dummy sound card\ndriver. Sox works flawlessly.\n\nSetting up the calculation of ptr in snd_cs4231_playback_pointer \nwas a bit strange. I got it to work by not incrementing the\n[pc]_periods_sent counter when starting DMA the first time\nin cs4231_dma_trigger. Therefore this dummy thing.\n\n[ I did some minor cleanups -DaveM ]\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1a3e64aa480101d11d8cac94ca57fd8bbe2536b7",
      "tree": "371ca21e83c83ccabe48484f9f62078232d4660a",
      "parents": [
        "729b4f7de68191478b20fab19a6d0c6b8c4380c9"
      ],
      "author": {
        "name": "Tom \u0027spot\u0027 Callaway",
        "email": "tcallawa@redhat.com",
        "time": "Wed Sep 21 00:29:16 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Sep 21 00:29:16 2005 -0700"
      },
      "message": "[ATYFB]: Fix build with CONFIG_FB_ATY_GENERIC_LCD disabled.\n\nSigned-off-by: Tom \u0027spot\u0027 Callaway \u003ctcallawa@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7957aed72b104f7528da484f292442c6f3a131a1",
      "tree": "be24b967df59eefbdf3eacc5d8891f14225dd44b",
      "parents": [
        "78c6671a88313fd3c4364dc46e8c8186612616b8"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Sep 21 00:19:46 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Sep 21 00:19:46 2005 -0700"
      },
      "message": "[TCP]: Set default congestion control correctly for incoming connections.\n\nPatch from Joel Sing to fix the default congestion control algorithm\nfor incoming connections. If a new congestion control handler is added\n(via module), it should become the default for new\nconnections. Instead, the incoming connections use reno. The cause is\nincorrect initialisation causes the tcp_init_congestion_control()\nfunction to return after the initial if test fails.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nAcked-by: Ian McDonald \u003cimcdnzl@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "78c6671a88313fd3c4364dc46e8c8186612616b8",
      "tree": "55ad469a2f178eb7a0172daf06798a356aa314f9",
      "parents": [
        "0fb375fb9b93b7d822debc6a734052337ccfdb1f"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Sep 21 00:15:39 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Sep 21 00:15:39 2005 -0700"
      },
      "message": "[FIB_TRIE]: message cleanup\n\nCleanup the printk\u0027s in fib_trie:\n\t* Convert a couple of places in the dump code to BUG_ON\n\t* Put log level\u0027s on each message\nThe version message really needed the message since it leaks out\non the pretty Fedora bootup.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nAcked-by: Robert Olsson \u003cRobert.Olsson@data.slu.se\u003e,\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0fb375fb9b93b7d822debc6a734052337ccfdb1f",
      "tree": "0aec28fa88b0b83e2101e1eee4c7c66ae10b5301",
      "parents": [
        "6d67e34de5a378de2f461137944c5d931283d557"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Wed Sep 21 00:11:37 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Sep 21 00:11:37 2005 -0700"
      },
      "message": "[AF_PACKET]: Allow for \u003e 8 byte hardware addresses.\n\nThe convention is that longer addresses will simply extend\nthe hardeware address byte arrays at the end of sockaddr_ll and\npacket_mreq.\n\nIn making this change a small information leak was also closed.\nThe code only initializes the hardware address bytes that are\nused, but all of struct sockaddr_ll was copied to userspace.\nNow we just copy sockaddr_ll to the last byte of the hardware\naddress used.\n\nFor error checking larger structures than our internal\nmaximums continue to be allowed but an error is signaled if we can\nnot fit the hardware address into our internal structure.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d90d4392b395083a7d295b7cdf0edfd849d4c2a3",
      "tree": "ca223472e3a125fdc83d0d316d144529f0f18195",
      "parents": [
        "6d67e34de5a378de2f461137944c5d931283d557",
        "71eea47d853bb0ce0c6befe11b3e08111263170f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 17:38:51 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 17:38:51 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband\n"
    },
    {
      "commit": "6d67e34de5a378de2f461137944c5d931283d557",
      "tree": "ef559dbcbb3c2336f13f2b1d8d5995abca137000",
      "parents": [
        "7a482425f45e695a2e2821b32a887865f016fbf9"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Wed Sep 21 07:32:49 2005 +0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 17:36:38 2005 -0700"
      },
      "message": "[PATCH] fbdev: Fix reversed back and front porches\n\nIn fbdev perspective, the frontporch is the lower/right margin and the\nbackporch is the upper/left margin.\n\nCorrect.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7a482425f45e695a2e2821b32a887865f016fbf9",
      "tree": "d368ef974461fd071bf0d6c48f96b3cdff6b58f2",
      "parents": [
        "c90eef84b8f5c7416cb99ab6907896f2dd392b4d"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Wed Sep 21 07:30:21 2005 +0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 17:36:38 2005 -0700"
      },
      "message": "[PATCH] nvidiafb: Fix absence of cursor in nvidiafb\n\nA recent change in nvidiafb caused nvidiafb_cursor to always return -ENXIO\ninstead of using the soft_cursor.  This will happen if the parameter \"hwcur\"\nis not set, which happens to be the default.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a9f7baf4d695dbe3028d40ca374c1d11499eaee6",
      "tree": "9696d31ce6d599f2b65979f0e5c09048cc791ab7",
      "parents": [
        "840ff6a4f6174d7fe19c206b5f36ff64123a2f45"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Sep 20 21:01:13 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 21:01:13 2005 +0100"
      },
      "message": "[ARM] Fix pcf8583 to build\n\nSeems that the Acorn RTC driver missed an update.  Fix it.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "729b4f7de68191478b20fab19a6d0c6b8c4380c9",
      "tree": "c3515037d7797643a6f83e2331ab9d2cd1dd1f64",
      "parents": [
        "6a9b490d5fd7f23c5bcd75f970e01633ad3136e3"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Sep 20 12:18:38 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Sep 20 12:18:38 2005 -0700"
      },
      "message": "[SPARC64]: Verify vmalloc TLB misses more strictly.\n\nArrange the modules, OBP, and vmalloc areas such that a range\nverification can be done quite minimally.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "71eea47d853bb0ce0c6befe11b3e08111263170f",
      "tree": "ff675d57b8d3dc6688a2016b41b0d41b54611231",
      "parents": [
        "8d2cae0651502028bf64844508ab18528bbd65c2"
      ],
      "author": {
        "name": "Michael S. Tsirkin",
        "email": "mst@mellanox.co.il",
        "time": "Tue Sep 20 10:54:48 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Tue Sep 20 10:54:48 2005 -0700"
      },
      "message": "[PATCH] IB/mthca: Fix device removal memory leak\n\nClean up QP table array on device removal.\n\nSigned-off-by: Michael S. Tsirkin \u003cmst@mellanox.co.il\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "8d2cae0651502028bf64844508ab18528bbd65c2",
      "tree": "6e166a94e5f581c683d2b29e792665082b21afd5",
      "parents": [
        "eff4c654b1a4a5e5493fbdc3affa6dd48765c085"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Tue Sep 20 10:52:04 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Tue Sep 20 10:52:04 2005 -0700"
      },
      "message": "[PATCH] IPoIB: Don\u0027t flush workqueue from within workqueue\n\nipoib_mcast_restart_task() is always called from within the\nsingle-threaded IPoIB workqueue, so flushing the workqueue from within\nthe function can lead to a recursion overflow.  But since we\u0027re\nrunning in a single-threaded workqueue, we\u0027re already synchronized\nagainst other items in the workqueue, so just get rid of the flush in\nipoib_mcast_restart_task().\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "840ff6a4f6174d7fe19c206b5f36ff64123a2f45",
      "tree": "1b66816135fad5a97d5ea0862b95341278f4227f",
      "parents": [
        "5fe10ab19046d84f3fd243436cbd5fa01019e809"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Sep 20 17:52:13 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 17:52:13 2005 +0100"
      },
      "message": "[ARM] Prevent deadlock in page fault handler\n\nAs per x86, we may deadlock while trying to get the mmap semaphore.\nImplement the same fix, which allows (eg) recursive faults to cause\nan oops instead of deadlocking.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5fe10ab19046d84f3fd243436cbd5fa01019e809",
      "tree": "3b79a956940cf021801f9c8ae757d77b996c4355",
      "parents": [
        "9d0fd1eb8a3c19f3ede5418540b3c9f64fac4b86"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Sep 20 17:24:33 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 17:24:33 2005 +0100"
      },
      "message": "[ARM] 2928/1: S3C2410 - make machine init code static\n\nPatch from Ben Dooks\n\nThis code is not being exported, declare it static\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c90eef84b8f5c7416cb99ab6907896f2dd392b4d",
      "tree": "556a077afb13e93461601666ba9cb5dd83c4e554",
      "parents": [
        "9600c11ba3602be161cd376f1460f3de561fc299",
        "eed8b2dee7cff46dd4bf5b82dc53465d229162ba"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 08:54:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 08:54:33 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6\n"
    },
    {
      "commit": "9600c11ba3602be161cd376f1460f3de561fc299",
      "tree": "d071c2427a8f7ad601aec6d8ae76b0f61410becf",
      "parents": [
        "676d55ae30ea3b688f0386f70553489f25f24d55",
        "13e1e1f08c1c098c7574c1fa72bd8c67792dc89b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 08:50:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 08:50:49 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6\n"
    },
    {
      "commit": "9d0fd1eb8a3c19f3ede5418540b3c9f64fac4b86",
      "tree": "2d25f3e3428c7d0310a596805448143db10e2c3b",
      "parents": [
        "02b7dd1244aab9267ae4078e1ad6a2fdaabeb6ed"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Sep 20 16:45:20 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 16:45:20 2005 +0100"
      },
      "message": "[ARM] 2927/1: .arch.info - postfix section with .init for `make buildcheck`\n\nPatch from Ben Dooks\n\nThe `make buildcheck` is erroneously reporting that the .arch.info\nlist is referencing items in the .init section as it is not itself\npostfixed with .init\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "02b7dd1244aab9267ae4078e1ad6a2fdaabeb6ed",
      "tree": "27e3ee0cb242a58aca567537af5bc9c971904390",
      "parents": [
        "bfe6815e0465035d013b2b676444376fe2b3716e"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Sep 20 16:35:03 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 16:35:03 2005 +0100"
      },
      "message": "[ARM] 2926/1: .proc.info - postfix section with .init for `make buildcheck`\n\nPatch from Ben Dooks\n\nThe `make buildcheck` is erroneously reporting that the .proc.info\nlist is referencing items in the .init section as it is not itself\npostfixed with .init\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "bfe6815e0465035d013b2b676444376fe2b3716e",
      "tree": "98666f80d1e828a1822009dabfc85d032358f322",
      "parents": [
        "58dd48a6575d3ba86ba659eb8c6fc23246783fba"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Sep 20 16:25:12 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 16:25:12 2005 +0100"
      },
      "message": "[ARM] 2925/3: earlyparam - postfix section with .init for `make buildcheck`\n\nPatch from Ben Dooks\n\nThe `make buildcheck` is erroneously reporting that the earlyparam\nlist is referencing items in the .init section as it is not itself\npostfixed with .init\nAlso, as per rmk\u0027s suggestion, rename the __early_param to\n.early_param to bring it into line with everything else\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "58dd48a6575d3ba86ba659eb8c6fc23246783fba",
      "tree": "81ea9d313a6df18fe1decbc6c9edc77d408bd8f1",
      "parents": [
        "9506057fca54464f3291b62156e6cd907c4cbc95"
      ],
      "author": {
        "name": "Vincent Sanders",
        "email": "vince@kyllikki.org",
        "time": "Tue Sep 20 16:21:42 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 16:21:42 2005 +0100"
      },
      "message": "[ARM] 2922/1: compile fix for shark\n\nPatch from Vincent Sanders\n\nShark platform fails to build with gcc 4 because of a bad lvalue assignement\n\nSigned-off-by: Vincent Sanders \u003cvince@arm.linux.org.uk\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "9506057fca54464f3291b62156e6cd907c4cbc95",
      "tree": "efbc13a3a992be184c50db9bba4e3f4e80600b21",
      "parents": [
        "676d55ae30ea3b688f0386f70553489f25f24d55"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Sep 20 16:20:49 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 16:20:49 2005 +0100"
      },
      "message": "[ARM] 2924/3: taglist - postfix section with .init for `make buildcheck`\n\nPatch from Ben Dooks\n\nThe `make buildcheck` is erroneously reporting that the taglist\nis referencing items in the .init section as it is not itself\npostfixed with .init\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "eed8b2dee7cff46dd4bf5b82dc53465d229162ba",
      "tree": "1508bedde4dda971c56dc30c7edf1e36bfbefc9e",
      "parents": [
        "676d55ae30ea3b688f0386f70553489f25f24d55"
      ],
      "author": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Tue Sep 20 14:19:30 2005 +0100"
      },
      "committer": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Tue Sep 20 14:19:30 2005 +0100"
      },
      "message": "NTFS: More runlist handling fixes from Richard Russon and myself.\n\nSigned-off-by: Anton Altaparmakov \u003caia21@cantab.net\u003e\n"
    },
    {
      "commit": "6a9b490d5fd7f23c5bcd75f970e01633ad3136e3",
      "tree": "dd3ad10d43a5dd765705f32ff1fca6fc1bab88fd",
      "parents": [
        "e0487992ce1dd7ae7da9c6aabdb19570bb95432b"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 19 20:11:57 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 19 20:11:57 2005 -0700"
      },
      "message": "[SPARC64]: Move DCACHE_ALIASING_POSSIBLE define to asm/page.h\n\nThis showed that arch/sparc64/kernel/ptrace.c was not getting\nthe define properly, and thus the code protected by this ifdef\nwas never actually compiled before.  So fix that too.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "676d55ae30ea3b688f0386f70553489f25f24d55",
      "tree": "a9780d065fd8a559ff75ec3f148501c4478f4216",
      "parents": [
        "f805fbdaacf4367ce566743a665622387768ac0d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 19 20:00:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 19 20:00:41 2005 -0700"
      },
      "message": "Linux v2.6.14-rc2\n\nAvast, ye scurvy land-lubbers! Time to try out a new release.\n\nArrr!\n"
    },
    {
      "commit": "e0487992ce1dd7ae7da9c6aabdb19570bb95432b",
      "tree": "a2d748df1ae99d8f9e6c8e6055e9ef9a3153d1cf",
      "parents": [
        "ff171d8f66a7fe1a000e610e9de11224749f9a22"
      ],
      "author": {
        "name": "Ed L. Cashin",
        "email": "ecashin@coraid.com",
        "time": "Mon Sep 19 19:57:36 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 19:57:36 2005 -0700"
      },
      "message": "[BYTEORDER]: Document alignment and byteorder macros\n\nThis patch comments the fact that although passing le64_to_cpup et\nal. is within the intended use of the byteorder macros, using\nget_unaligned is the recommended way to go.\n\nSigned-off-by: Ed L. Cashin \u003cecashin@coraid.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ff171d8f66a7fe1a000e610e9de11224749f9a22",
      "tree": "5cd542d07cb547d80bbf71fbd0e26df25d0895ea",
      "parents": [
        "875bd5ab01bc0b760fd4e97838931cd2e7456cbd"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 19:56:06 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 19:56:06 2005 -0700"
      },
      "message": "[SPARC64]: Handle little-endian unaligned loads/stores correctly.\n\nBecause we use byte loads/stores to cons up the value\nin and out of registers, we can\u0027t expect the ASI endianness\nsetting to take care of this for us.  So do it by hand.\n\nThis case is triggered by drivers/block/aoe/aoecmd.c in the\nataid_complete() function where it goes:\n\n\t\t/* word 100: number lba48 sectors */\n\t\tssize \u003d le64_to_cpup((__le64 *) \u0026id[100\u003c\u003c1]);\n\nThis \u0026id[100\u003c\u003c1] address is 4 byte, rather than 8 byte aligned,\nthus triggering the unaligned exception.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f805fbdaacf4367ce566743a665622387768ac0d",
      "tree": "006c7be5683f8cad7be02824827e0104e15604b4",
      "parents": [
        "875bd5ab01bc0b760fd4e97838931cd2e7456cbd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 19 19:54:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 19 19:54:29 2005 -0700"
      },
      "message": "Make fsnotify possibly work better for the inode removal case\n\nChecking i_nlink is dubious, but the alternatives look even\nless appetizing.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "875bd5ab01bc0b760fd4e97838931cd2e7456cbd",
      "tree": "b921bc8feb0e0d6f2537987cd820429b15804a87",
      "parents": [
        "6d1cfe3f1752f17e297df60c8bcc6cd6e0a58449",
        "e14c3caf605dfd29bd1aac3097e39db94afc9f07"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 19 18:46:11 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 19 18:46:11 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "6d1cfe3f1752f17e297df60c8bcc6cd6e0a58449",
      "tree": "458323fe234aef3e5b96abf153feec48fe8a84df",
      "parents": [
        "997a51ae373df6484cdd4a5fc61a9c9bec82cd68"
      ],
      "author": {
        "name": "Mark J Cox",
        "email": "mjc@redhat.com",
        "time": "Mon Sep 19 17:55:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 19 18:45:42 2005 -0700"
      },
      "message": "[PATCH] raw_sendmsg DoS on 2.6\n\nFix unchecked __get_user that could be tricked into generating a\nmemory read on an arbitrary address.  The result of the read is not\nreturned directly but you may be able to divine some information about\nit, or use the read to cause a crash on some architectures by reading\nhardware state.  CAN-2004-2492.\n\nFix from Al Viro, ack from Dave Miller.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e14c3caf605dfd29bd1aac3097e39db94afc9f07",
      "tree": "9278bb47c9197f27ca6ebd23582f0f2bf5b46dbb",
      "parents": [
        "3c3f8f25c177e4f9e4e00bcc1b90b28b1be37937"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Mon Sep 19 18:18:38 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 18:18:38 2005 -0700"
      },
      "message": "[TCP]: Handle SACK\u0027d packets properly in tcp_fragment().\n\nThe problem is that we\u0027re now calling tcp_fragment() in a context\nwhere the packets might be marked as SACKED_ACKED or SACKED_RETRANS.\nThis was not possible before as you never retransmitted packets that\nare so marked.\n\nBecause of this, we need to adjust sacked_out and retrans_out in\ntcp_fragment().  This is exactly what the following patch does.\n\nWe also need to preserve the SACKED_ACKED/SACKED_RETRANS marking\nif they exist.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3c3f8f25c177e4f9e4e00bcc1b90b28b1be37937",
      "tree": "7ef934877261ec89145635541a1be6a31755599d",
      "parents": [
        "2cf655cd65888e9fed0803d77e9e4f7d1db674cc"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Mon Sep 19 15:41:28 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:41:28 2005 -0700"
      },
      "message": "[8021Q]: Add endian annotations.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2cf655cd65888e9fed0803d77e9e4f7d1db674cc",
      "tree": "9bae62f43594ab64b5d5cbebdb336de284bf08ab",
      "parents": [
        "8922bc93aa78a202c2b68b2de19b71329cb321e1"
      ],
      "author": {
        "name": "Krzysztof Halasa",
        "email": "khc@pm.waw.pl",
        "time": "Mon Sep 19 15:39:32 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:39:32 2005 -0700"
      },
      "message": "[WAN] hdlc_cisco: Fix regression introduced by skb-\u003etail changes.\n\nThe following commit breaks cisco mode with my WAN drivers:\nauthor\tDavid S. Miller \u003cdavem@davemloft.net\u003e\n\tTue, 28 Jun 2005 22:25:31 +0000 (15:25 -0700)\ncommit\t689be43945e9ca7dd704522e55af1b8a73a994d3\n\n\"[NET]: Remove gratuitous use of skb-\u003etail in network drivers.\"\n\nThe following patch fixes it - please apply (cisco_hard_header does\nskb_push(4 bytes)).\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8922bc93aa78a202c2b68b2de19b71329cb321e1",
      "tree": "c4c4d3196fc29bc47ed6ae5485a6b4b90d22f734",
      "parents": [
        "a41bc00234a0a2ccaa99a194341ae108ae17ddc8"
      ],
      "author": {
        "name": "Harald Welte",
        "email": "laforge@netfilter.org",
        "time": "Mon Sep 19 15:35:57 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:35:57 2005 -0700"
      },
      "message": "[NETFILTER]: Export ip_nat_port_{nfattr_to_range,range_to_nfattr}\n\nThose exports are needed by the PPTP helper following in the next\ncouple of changes.\n\nSigned-off-by: Harald Welte \u003claforge@netfilter.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a41bc00234a0a2ccaa99a194341ae108ae17ddc8",
      "tree": "7c232851241b7b1b37bc6b61eba7e0fed6c8e3f0",
      "parents": [
        "e674d0f38de6109b59dbe30fba8b296a03229b8e"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Mon Sep 19 15:35:31 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:35:31 2005 -0700"
      },
      "message": "[NETFILTER]: Rename misnamed function\n\nBoth __ip_conntrack_expect_find and ip_conntrack_expect_find_get take\na reference to the expectation, the difference is that callers of\n__ip_conntrack_expect_find must hold ip_conntrack_lock.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: Harald Welte \u003claforge@netfilter.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e674d0f38de6109b59dbe30fba8b296a03229b8e",
      "tree": "459271f7cef6319dfa7ca9ab050269c98e551994",
      "parents": [
        "926b50f92a30090da2c1a8675de954c2d9b09732"
      ],
      "author": {
        "name": "Yasuyuki Kozakai",
        "email": "yasuyuki.kozakai@toshiba.co.jp",
        "time": "Mon Sep 19 15:34:40 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:34:40 2005 -0700"
      },
      "message": "[NETFILTER] ip6tables: remove duplicate code\n\nSome IPv6 matches have very similar loops to find IPv6 extension header\nand we can unify them. This patch introduces ipv6_find_hdr() to do it.\nI just checked that it can find the target headers in the packet which has\ndst,hbh,rt,frag,ah,esp headers.\n\nSigned-off-by: Yasuyuki Kozakai \u003cyasuyuki.kozakai@toshiba.co.jp\u003e\nSigned-off-by: Harald Welte \u003claforge@netfilter.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "926b50f92a30090da2c1a8675de954c2d9b09732",
      "tree": "c8dd1cadf83c8e5e1cdc666b5b5596c2ae5dc76a",
      "parents": [
        "772cb712b1373d335ef2874ea357ec681edc754b"
      ],
      "author": {
        "name": "Harald Welte",
        "email": "laforge@netfilter.org",
        "time": "Mon Sep 19 15:33:08 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:33:08 2005 -0700"
      },
      "message": "[NETFILTER]: Add new PPTP conntrack and NAT helper\n\nThis new \"version 3\" PPTP conntrack/nat helper is finally ready for\nmainline inclusion.  Special thanks to lots of last-minute bugfixing\nby Patric McHardy.\n\nSigned-off-by: Harald Welte \u003claforge@netfilter.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "772cb712b1373d335ef2874ea357ec681edc754b",
      "tree": "97fb72e0edb279531282e11ea7def6ba10b09f56",
      "parents": [
        "1d25cd6cc2528e4af12ab18e84fe95ed78f3f21a"
      ],
      "author": {
        "name": "Robert Olsson",
        "email": "robert.olsson@its.uu.se",
        "time": "Mon Sep 19 15:31:18 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:31:18 2005 -0700"
      },
      "message": "[IPV4]: fib_trie RCU refinements\n\n* This patch is from Paul McKenney\u0027s RCU reviewing. \n\nSigned-off-by: Robert Olsson \u003crobert.olsson@its.uu.se\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1d25cd6cc2528e4af12ab18e84fe95ed78f3f21a",
      "tree": "684da2c2fe5b86f3e2295088ca446423a1b23d9b",
      "parents": [
        "044a500e46742d39d22f1781cfb64ba93b463e39"
      ],
      "author": {
        "name": "Robert Olsson",
        "email": "robert.olsson@its.uu.se",
        "time": "Mon Sep 19 15:29:52 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:29:52 2005 -0700"
      },
      "message": "[IPV4]: fib_trie tnode stats refinements\n\n* Prints the route tnode and set the stats level deepth as before.\n\nSigned-off-by: Robert Olsson \u003crobert.olsson@its.uu.se\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n\n\n"
    },
    {
      "commit": "eff4c654b1a4a5e5493fbdc3affa6dd48765c085",
      "tree": "1ddbbdaa978b310f5ac11b9778ac8e5f775d0783",
      "parents": [
        "6577ae51cf52f5fb0e4a85e673dd7bf2d0074e3e"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Mon Sep 19 13:51:01 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Sep 19 13:51:01 2005 -0700"
      },
      "message": "[PATCH] IB: Fix data length for RMPP SA sends\n\nWe need to subtract off the header length from our payload\nlength when sending multi-packet SA messages.\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "13e1e1f08c1c098c7574c1fa72bd8c67792dc89b",
      "tree": "aa07ca5b3ac4d21cf76b5f9aa8059334756f4c7f",
      "parents": [
        "aef4a983090fa590481a86d9690dc3fa6bb121fa"
      ],
      "author": {
        "name": "Andreas Herrmann",
        "email": "aherrman@de.ibm.com",
        "time": "Mon Sep 19 16:56:17 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 13:04:15 2005 -0500"
      },
      "message": "[SCSI] zfcp: add additional fc_host attributes\n\nthis patch adds some fc host attributes and removes its equivalents\nfrom the zfcp_adapter structure and zfcp specific sysfs subtree.\n\nFurthermore it removes superfluous calls to fc_remort_port_delete when\nan adapter is set offline because rports will be removed by\nfc_remove_host anyway.\n\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "aef4a983090fa590481a86d9690dc3fa6bb121fa",
      "tree": "12b78b227102dc2f41dda227fe83f34a8838e015",
      "parents": [
        "8a36e4532ea10471f0a8605207d071361d7be2c3"
      ],
      "author": {
        "name": "Maxim Shchetynin",
        "email": "maxim@de.ibm.com",
        "time": "Tue Sep 13 21:51:16 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 13:03:45 2005 -0500"
      },
      "message": "[SCSI] zfcp: provide support for NPIV\n\nN_Port ID Virtualization (NPIV) allows a single FCP port to appear as\nmultiple, distinct ports providing separate port identification. NPIV\nis supported by FC HBAs on System z9. zfcp was adapted to support this\nnew feature.\n\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "8a36e4532ea10471f0a8605207d071361d7be2c3",
      "tree": "f34e5928de7d73b9aaf385f3fb0847a6c52c297b",
      "parents": [
        "810f1e3ea5cc0a812816af97020a27c73441f8e9"
      ],
      "author": {
        "name": "Maxim Shchetynin",
        "email": "maxim@de.ibm.com",
        "time": "Tue Sep 13 21:50:38 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 13:03:00 2005 -0500"
      },
      "message": "[SCSI] zfcp: enhancement of zfcp debug features\n\nDebug features (DBFs) els_dbf, cmd_dbf and abt_dbf were removed and\nsan_dbf, hba_dbf and scsi_dbf were introduced. The erp_dbf did not\nchange.\nThe new traces improve debugging of problems with zfcp, scsi-stack,\nmultipath and hardware in the SAN. san_dbf traces things like ELS and\nCT commands, hba_dbf saves HBA specific information of requests, and\nscsi_dbf saves FCP and SCSI specific information of requests. Common\nto all new DBFs is that they provide a so called structured view. This\nsignificantly improves readability of the traces.\n\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "810f1e3ea5cc0a812816af97020a27c73441f8e9",
      "tree": "7f98b35f5dcf950d3835adde0a4854be141887ab",
      "parents": [
        "77eb1699c76177af2f3d65c8ae7934cf304e0254"
      ],
      "author": {
        "name": "Andreas Herrmann",
        "email": "aherrman@de.ibm.com",
        "time": "Tue Sep 13 21:49:52 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 13:02:21 2005 -0500"
      },
      "message": "[SCSI] zfcp: shorten eh_bus_reset and eh_host_reset handlers\n\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "77eb1699c76177af2f3d65c8ae7934cf304e0254",
      "tree": "ac3f780aa91d63be314feee54f306d48d996b09c",
      "parents": [
        "059c97d0434834d291eff94669ca2dd3eaac9d28"
      ],
      "author": {
        "name": "Andreas Herrmann",
        "email": "aherrman@de.ibm.com",
        "time": "Tue Sep 13 21:48:33 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 13:01:53 2005 -0500"
      },
      "message": "[SCSI] zfcp: remove function zfcp_fsf_req_wait_and_cleanup\n\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "059c97d0434834d291eff94669ca2dd3eaac9d28",
      "tree": "70719559f65366c74eb82ee8c7c7a01a0d80aca9",
      "parents": [
        "3734d24b2e8d85796de70c13705cfb7cbb1d77df"
      ],
      "author": {
        "name": "Andreas Herrmann",
        "email": "aherrman@de.ibm.com",
        "time": "Tue Sep 13 21:47:52 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 13:01:23 2005 -0500"
      },
      "message": "[SCSI] zfcp: remove union zfcp_req_data, use unit refcount for FCP commands\n\no union zfcp_req_data removed\no increment unit refcount when processing FCP commands\n (This fixes a theoretical race: When all scsi commands of a unit\n  are aborted and the scsi_device is removed then the unit could be\n  removed before all fsf_requests of that unit are completely processed.)\n\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    }
  ],
  "next": "3734d24b2e8d85796de70c13705cfb7cbb1d77df"
}
