)]}'
{
  "log": [
    {
      "commit": "e9b62693ae0a1e13ccc97a6792d9a7770c8d1b5b",
      "tree": "c676609730533fc1b7c5e01992e46b6eaf75f99b",
      "parents": [
        "548453fd107f789f5f1bc2dc13cc432ceb3b5efd",
        "838cb6aba4cebcf4fcd06b90e2adf890bef884ac"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 21 16:36:46 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 21 16:36:46 2008 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial: (24 commits)\n  DOC:  A couple corrections and clarifications in USB doc.\n  Generate a slightly more informative error msg for bad HZ\n  fix typo \"is\" -\u003e \"if\" in Makefile\n  ext*: spelling fix prefered -\u003e preferred\n  DOCUMENTATION:  Use newer DEFINE_SPINLOCK macro in docs.\n  KEYS:  Fix the comment to match the file name in rxrpc-type.h.\n  RAID: remove trailing space from printk line\n  DMA engine: typo fixes\n  Remove unused MAX_NODES_SHIFT\n  MAINTAINERS: Clarify access to OCFS2 development mailing list.\n  V4L: Storage class should be before const qualifier (sn9c102)\n  V4L: Storage class should be before const qualifier\n  sonypi: Storage class should be before const qualifier\n  intel_menlow: Storage class should be before const qualifier\n  DVB: Storage class should be before const qualifier\n  arm: Storage class should be before const qualifier\n  ALSA: Storage class should be before const qualifier\n  acpi: Storage class should be before const qualifier\n  firmware_sample_driver.c: fix coding style\n  MAINTAINERS: Add ati_remote2 driver\n  ...\n\nFixed up trivial conflicts in firmware_sample_driver.c\n"
    },
    {
      "commit": "bda0c0afa7a694bb1459fd023515aca681e4d79a",
      "tree": "cd8b9d9811463de2065cbe79d59689082d6c53cf",
      "parents": [
        "904e0ab54b7591b9cb01cfc0dbbedcc8bc0d949b",
        "af40b485ea2d957ae2f237ab0e33539ae8f29562"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 21 15:58:35 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 21 15:58:35 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6: (42 commits)\n  PCI: Change PCI subsystem MAINTAINER\n  PCI: pci-iommu-iotlb-flushing-speedup\n  PCI: pci_setup_bridge() mustn\u0027t be __devinit\n  PCI: pci_bus_size_cardbus() mustn\u0027t be __devinit\n  PCI: pci_scan_device() mustn\u0027t be __devinit\n  PCI: pci_alloc_child_bus() mustn\u0027t be __devinit\n  PCI: replace remaining __FUNCTION__ occurrences\n  PCI: Hotplug: fakephp: Return success, not ENODEV, when bus rescan is triggered\n  PCI: Hotplug: Fix leaks in IBM Hot Plug Controller Driver - ibmphp_init_devno()\n  PCI: clean up resource alignment management\n  PCI: aerdrv_acpi.c: remove unneeded NULL check\n  PCI: Update VIA CX700 quirk\n  PCI: Expose PCI VPD through sysfs\n  PCI: iommu: iotlb flushing\n  PCI: simplify quirk debug output\n  PCI: iova RB tree setup tweak\n  PCI: parisc: use generic pci_enable_resources()\n  PCI: ppc: use generic pci_enable_resources()\n  PCI: powerpc: use generic pci_enable_resources()\n  PCI: ia64: use generic pci_enable_resources()\n  ...\n"
    },
    {
      "commit": "e80ab411e589e00550e2e6e5a6a02d59cc730357",
      "tree": "870225ff7b5b8d03e82a996963213a4bb9cce248",
      "parents": [
        "529a41e36673b518c9e091f3a8d932b6b9e3c461",
        "ee959b00c335d7780136c5abda37809191fe52c3"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 21 15:49:58 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 21 15:49:58 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6: (36 commits)\n  SCSI: convert struct class_device to struct device\n  DRM: remove unused dev_class\n  IB: rename \"dev\" to \"srp_dev\" in srp_host structure\n  IB: convert struct class_device to struct device\n  memstick: convert struct class_device to struct device\n  driver core: replace remaining __FUNCTION__ occurrences\n  sysfs: refill attribute buffer when reading from offset 0\n  PM: Remove destroy_suspended_device()\n  Firmware: add iSCSI iBFT Support\n  PM: Remove legacy PM (fix)\n  Kobject: Replace list_for_each() with list_for_each_entry().\n  SYSFS: Explicitly include required header file slab.h.\n  Driver core: make device_is_registered() work for class devices\n  PM: Convert wakeup flag accessors to inline functions\n  PM: Make wakeup flags available whenever CONFIG_PM is set\n  PM: Fix misuse of wakeup flag accessors in serial core\n  Driver core: Call device_pm_add() after bus_add_device() in device_add()\n  PM: Handle device registrations during suspend/resume\n  block: send disk \"change\" event for rescan_partitions()\n  sysdev: detect multiple driver registrations\n  ...\n\nFixed trivial conflict in include/linux/memory.h due to semaphore header\nfile change (made irrelevant by the change to mutex).\n"
    },
    {
      "commit": "c0ff1f26acdbb8dc67165b0bbf910f795f0a0ca3",
      "tree": "5adeb85777852fa44b244e8a47312ccd7e5c68de",
      "parents": [
        "22d56fce95f8cfcae8376e6da99e232583c61845"
      ],
      "author": {
        "name": "Robert P. J. Day",
        "email": "rpjday@crashcourse.ca",
        "time": "Mon Apr 21 22:34:01 2008 +0000"
      },
      "committer": {
        "name": "Jesper Juhl",
        "email": "juhl@hera.kernel.org",
        "time": "Mon Apr 21 22:34:01 2008 +0000"
      },
      "message": "MAINTAINERS: Clarify access to OCFS2 development mailing list.\n\nThe list is moderated for non-subscribers\n\nSigned-off-by: Robert P. J. Day \u003crpjday@crashcourse.ca\u003e\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\n"
    },
    {
      "commit": "6f69a6d776f6f5921d73ad9648e43d9b59afeff4",
      "tree": "2b01ac2e8119f2732c26323338cbb5daa2b7fb40",
      "parents": [
        "fda6ab8bbe2a2276d491aed1358975c8c516a243"
      ],
      "author": {
        "name": "Ville Syrjala",
        "email": "syrjala@sci.fi",
        "time": "Mon Apr 21 22:21:10 2008 +0000"
      },
      "committer": {
        "name": "Jesper Juhl",
        "email": "juhl@hera.kernel.org",
        "time": "Mon Apr 21 22:21:10 2008 +0000"
      },
      "message": "MAINTAINERS: Add ati_remote2 driver\n\nAdd myself as the ati_remote2 driver maintainer.\n\nSigned-off-by: Ville Syrjala \u003csyrjala@sci.fi\u003e\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\n"
    },
    {
      "commit": "af40b485ea2d957ae2f237ab0e33539ae8f29562",
      "tree": "30ff43ad75f9790b4f2047f05e9c7f9ba3de1a43",
      "parents": [
        "80b20dd853a2b00802e6254dc9f690f0da1a925c"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Apr 17 10:22:27 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sun Apr 20 21:47:13 2008 -0700"
      },
      "message": "PCI: Change PCI subsystem MAINTAINER\n\nJesse foolishly volunteered to handle PCI patches.  Update MAINTAINERS to\nreflect this.\n\nWoho!  Time to kick back and relax...\n\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "b54f2863a26d2b7c002d96abcde149940733c8e6",
      "tree": "57c4a90df4eb46fed352c9b4b2814280fc84caed",
      "parents": [
        "a2a6024692ec86a9c1452ecf14da7ede0704911a"
      ],
      "author": {
        "name": "Ben Nizette",
        "email": "bn@niasdigital.com",
        "time": "Thu Mar 13 22:27:30 2008 +1100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sat Apr 19 19:10:18 2008 -0700"
      },
      "message": "UIO: Implement a UIO interface for the SMX Cryptengine\n\nThis patch implements a UIO interface for the SMX Cryptengine.\n\nThe Cryptengine found on the Nias Digital SMX board is best suited\nfor a UIO interface.  It is not wired in to the cryptographic API\nas the engine handles it\u0027s own keys, algorithms, everything.  All\nthat we know about is that if there\u0027s room in the buffer, you can\nwrite data to it and when there\u0027s data ready, you read it out again.\n\nThere isn\u0027t necessarily even any direct correlation between data\ngoing in and data coming out again, the engine may consume or\ngenerate data all on its own.\n\nThis driver is for proprietary hardware but we\u0027re always told to\nsubmit the drivers anyway; here you are.  :-)\n\nThis is version 4 of this patch and addresses all issues raised by\nHans-Jürgen Koch and Paul Mundt in their reviews.  Slightly altered\nis Paul\u0027s suggestion to use DRV_NAME and DRV_VERSION as the UIO\nversion and name.  While at the moment they are the same, there\nis no reason for them to stay that way.  Nevertheless we now at\nleast provide a MODULE_VERSION macro to keep modinfo happy.\n\nSigned-off-by: Ben Nizette \u003cbn@niasdigital.com\u003e\nAcked-by: Paul Mundt \u003clethal@linux-sh.org\u003e\nSigned-off-by: Hans J Koch \u003chjk@linutronix.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "cf816ecb533ab96b883dfdc0db174598b5b5c4d2",
      "tree": "1b7705db288ae2917105e624b01fdf81e0882bf1",
      "parents": [
        "adf6d34e460387ee3e8f1e1875d52bff51212c7d",
        "15f7d677ccff6f0f5de8a1ee43a792567e9f9de9"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Apr 19 17:17:34 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 17:17:34 2008 +0100"
      },
      "message": "Merge branch \u0027merge-fixes\u0027 into devel\n"
    },
    {
      "commit": "adf6d34e460387ee3e8f1e1875d52bff51212c7d",
      "tree": "88ef100143e6184103a608f82dfd232bf6376eaf",
      "parents": [
        "d1964dab60ce7c104dd21590e987a8787db18051",
        "3760d31f11bfbd0ead9eaeb8573e0602437a9d7c"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Apr 19 17:17:29 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 17:17:29 2008 +0100"
      },
      "message": "Merge branch \u0027omap2-upstream\u0027 into devel\n"
    },
    {
      "commit": "90b8fc34968d3f6c70e309d97597682f119220b9",
      "tree": "d3a8d773f850968fe54ad1fe96472925e4c3e392",
      "parents": [
        "4354e188121d92c28647146b70a8c303b46a7dcd"
      ],
      "author": {
        "name": "Jaya Kumar",
        "email": "jayakumar.arm@gmail.com",
        "time": "Sat Mar 15 05:11:07 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 19 11:29:06 2008 +0100"
      },
      "message": "[ARM] 4867/1: Adds flash, udc, mci support for gumstix F boards\n\nThis patch implements support for Gumstix-F flash, udc and mci. Fixes since the last time are:\n- Steve Sakoman as maintainer\n- cleanup for udc and mci setup\n\nSigned-off-by: Jaya Kumar \u003cjayakumar.lkml@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "334d094504c2fe1c44211ecb49146ae6bca8c321",
      "tree": "d3c0f68e4b9f8e3d2ccc39e7dfe5de0534a5fad9",
      "parents": [
        "d1a4be630fb068f251d64b62919f143c49ca8057",
        "d1643d24c61b725bef399cc1cf2944b4c9c23177"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 18 18:02:35 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 18 18:02:35 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26: (1090 commits)\n  [NET]: Fix and allocate less memory for -\u003epriv\u0027less netdevices\n  [IPV6]: Fix dangling references on error in fib6_add().\n  [NETLABEL]: Fix NULL deref in netlbl_unlabel_staticlist_gen() if ifindex not found\n  [PKT_SCHED]: Fix datalen check in tcf_simp_init().\n  [INET]: Uninline the __inet_inherit_port call.\n  [INET]: Drop the inet_inherit_port() call.\n  SCTP: Initialize partial_bytes_acked to 0, when all of the data is acked.\n  [netdrvr] forcedeth: internal simplifications; changelog removal\n  phylib: factor out get_phy_id from within get_phy_device\n  PHY: add BCM5464 support to broadcom PHY driver\n  cxgb3: Fix __must_check warning with dev_dbg.\n  tc35815: Statistics cleanup\n  natsemi: fix MMIO for PPC 44x platforms\n  [TIPC]: Cleanup of TIPC reference table code\n  [TIPC]: Optimized initialization of TIPC reference table\n  [TIPC]: Remove inlining of reference table locking routines\n  e1000: convert uint16_t style integers to u16\n  ixgb: convert uint16_t style integers to u16\n  sb1000.c: make const arrays static\n  sb1000.c: stop inlining largish static functions\n  ...\n"
    },
    {
      "commit": "e675349e2bdbfb661fa0d8ff2441b4cf48fb7e48",
      "tree": "7443e324c951f375945905dc436b012c98a00e05",
      "parents": [
        "ef38ff9d372d4fe69e415370939a0f1fb5783af1",
        "2309e9e040fe29469fb85a384636c455b62fe525"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 18 10:15:22 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 18 10:15:22 2008 -0700"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2\n\n* \u0027upstream-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2: (64 commits)\n  ocfs2/net: Add debug interface to o2net\n  ocfs2: Only build ocfs2/dlm with the o2cb stack module\n  ocfs2/cluster: Get rid of arguments to the timeout routines\n  ocfs2: Put tree in MAINTAINERS\n  ocfs2: Use BUG_ON\n  ocfs2: Convert ocfs2 over to unlocked_ioctl\n  ocfs2: Improve rename locking\n  fs/ocfs2/aops.c: test for IS_ERR rather than 0\n  ocfs2: Add inode stealing for ocfs2_reserve_new_inode\n  ocfs2: Add ac_alloc_slot in ocfs2_alloc_context\n  ocfs2: Add a new parameter for ocfs2_reserve_suballoc_bits\n  ocfs2: Enable cross extent block merge.\n  ocfs2: Add support for cross extent block\n  ocfs2: Move /sys/o2cb to /sys/fs/o2cb\n  sysfs: Allow removal of symlinks in the sysfs root\n  ocfs2:  Reconnect after idle time out.\n  ocfs2/dlm: Cleanup lockres print\n  ocfs2/dlm: Fix lockname in lockres print function\n  ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.c\n  ocfs2/dlm: Dumps the purgelist into a debugfs file\n  ...\n"
    },
    {
      "commit": "dda47bce91b8624ef0806f7f8157ffc91e153c9d",
      "tree": "f77bac371658d7d41b1f0a8d9e6f4e756c1e5a3d",
      "parents": [
        "b1f3550fa1471b691ad6c2f35b5b22e93eaa5855"
      ],
      "author": {
        "name": "Joel Becker",
        "email": "joel.becker@oracle.com",
        "time": "Sat Mar 22 22:08:07 2008 -0700"
      },
      "committer": {
        "name": "Mark Fasheh",
        "email": "mfasheh@suse.com",
        "time": "Fri Apr 18 08:56:11 2008 -0700"
      },
      "message": "ocfs2: Put tree in MAINTAINERS\n\nThe ocfs2 MAINTAINERS entry should have the git tree URL.\n\nSigned-off-by: Joel Becker \u003cjoel.becker@oracle.com\u003e\nSigned-off-by: Mark Fasheh \u003cmfasheh@suse.com\u003e\n"
    },
    {
      "commit": "1e42198609d73ed1a9adcba2af275c24c2678420",
      "tree": "32fd4d9073bfc0f3909af8f9fb4bcff38951d01a",
      "parents": [
        "794eb6bf20ebf992c040ea831cd3a9c64b0c1f7a",
        "4b119e21d0c66c22e8ca03df05d9de623d0eb50f"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 17 23:56:30 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 17 23:56:30 2008 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6\n"
    },
    {
      "commit": "e3e2aaf7dc0d82a055e084cfd48b9257c0c66b68",
      "tree": "331f93476f8cabf598a90f6e4eedbd1acda7d388",
      "parents": [
        "4a1b5502d426df09b9ba1cbcc74fd09702a74cd8"
      ],
      "author": {
        "name": "Jason Wessel",
        "email": "jason.wessel@windriver.com",
        "time": "Thu Mar 20 13:43:45 2008 -0500"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 20:05:42 2008 +0200"
      },
      "message": "kgdb: add documentation\n\nAdd in the kgdb documentation for kgdb.\n\nSigned-off-by: Jason Wessel \u003cjason.wessel@windriver.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "2dd0f69222c481574baf6a4affb9256a7c7410e7",
      "tree": "08b4e934ef77a7be5c32cc30c4e63f0352e758a8",
      "parents": [
        "e089764596ccde1037f2849fcee002c68986e67c"
      ],
      "author": {
        "name": "Ivo van Doorn",
        "email": "ivdoorn@gmail.com",
        "time": "Sat Apr 12 19:25:00 2008 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Apr 15 15:04:36 2008 -0400"
      },
      "message": "Update rt2x00 MAINTAINERS entry\n\nAdd the tree entry for rt2x00 to inform people about the\nrt2x00.git tree.\n\nSigned-off-by: Ivo van Doorn \u003cIvDoorn@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "e089764596ccde1037f2849fcee002c68986e67c",
      "tree": "880ce4d90e06897eb01cc1b8f0eba34f5017b075",
      "parents": [
        "89796f64a20d31e74ee0051df2e26812c852e734"
      ],
      "author": {
        "name": "Ivo van Doorn",
        "email": "ivdoorn@gmail.com",
        "time": "Sat Apr 12 19:23:55 2008 +0200"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Apr 15 15:04:35 2008 -0400"
      },
      "message": "Add rfkill to MAINTAINERS file\n\nI have been acting as the maintainer since the rfkill introduction,\nso lets make it official by adding a rfkill entry in the MAINTAINERS file.\n\nSigned-off-by: Ivo van Doorn \u003cIvDoorn@gmail.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "2d4543fdb487b1301ae48703dea3e66ead2d3c75",
      "tree": "b0705bd6aa95d0a394b9d4a553622b0f72fb36d4",
      "parents": [
        "385f848a986b4677bc91e5f5f9033449a876819d"
      ],
      "author": {
        "name": "Reinette Chatre",
        "email": "reinette.chatre@intel.com",
        "time": "Thu Apr 10 13:16:27 2008 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Apr 15 15:04:34 2008 -0400"
      },
      "message": "MAINTAINERS: move to generic repository for iwlwifi\n\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "d5d52273b92913399e78fc4877f89d38ef8b367a",
      "tree": "5cd5585a8ca26049ab49fa03d3467245929a479b",
      "parents": [
        "b000cd3707e7b25d76745f9c0e261c23d21fa578"
      ],
      "author": {
        "name": "Paul Bolle",
        "email": "pebolle@tiscali.nl",
        "time": "Tue Apr 15 00:40:48 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 15 00:40:48 2008 -0700"
      },
      "message": "MAINTAINERS: isdn4linux@listserv.isdn4linux.de is subscribers-only\n    \nhttps://www.isdn4linux.de/mailman/listinfo/isdn4linux: \"To prevent spamming,\nyou have to subscribe first. Mails from non-members are silently ignored!\"\n    \nSigned-off-by: Paul Bolle \u003cpebolle@tiscali.nl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1a4187963e5a706e78bbfa2d5b2e9101a63f1f7c",
      "tree": "b9ea048d38a46bc7292524d43afd3e185f50e0ac",
      "parents": [
        "765ff02e896a4f4e0fdb223aadab629aaf3756d2"
      ],
      "author": {
        "name": "Vlad Yasevich",
        "email": "vladislav.yasevich@hp.com",
        "time": "Sat Apr 12 18:55:42 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Apr 12 18:55:42 2008 -0700"
      },
      "message": "MAINTAINERS: New sctp mailing list\n\nAdd a new sctp mailing list linux-sctp@vger.kernel.org.\n\nSigned-off-by: Vlad Yasevich \u003cvladislav.yasevich@hp.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3bb5da3837cc1aa17736b05139c9a22c3794851a",
      "tree": "c92d5684a866542b1cb20641607ac1643ce03a47",
      "parents": [
        "7feb49c82a74bc7c091b8ab2a3f96baa33d08ece",
        "9597362d354f8655ece324b01d0c640a0e99c077"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 03 14:33:42 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 03 14:33:42 2008 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "ab473a52500528a276920a26cb35b722a868ab6e",
      "tree": "2295be1141c35b34e0abec38836b1c4d49573d4d",
      "parents": [
        "363df3994f034e7fe87d146fcf19f6a3ab2a2291"
      ],
      "author": {
        "name": "Ananth N Mavinakayanahalli",
        "email": "ananth@in.ibm.com",
        "time": "Fri Mar 28 14:16:07 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Mar 28 14:45:22 2008 -0700"
      },
      "message": "kprobes: another MAINTAINERS update\n\nPrasanna has taken a new job. Update the MAINTAINERS file\n\nSigned-off-by: Ananth N Mavinakayanahalli \u003cananth@in.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "fac533c2505b39faf30492cd3f0844c0da51c75c",
      "tree": "a157fbb30ffdb03a0d6516fb6954e3098251da85",
      "parents": [
        "5b41e74ad1b0bf7bc51765ae74e5dc564afc3e48"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Fri Mar 28 14:15:54 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Mar 28 14:45:21 2008 -0700"
      },
      "message": "afs: add a MAINTAINERS record for AFS\n\nAdd a MAINTAINERS record for AFS.\n\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8e8e43843ba3ced0c657cbc0fdb10644ec60f772",
      "tree": "e64954326ced9c365c52c256f01b5f9fb1bcae66",
      "parents": [
        "ed85f2c3b2b72bd20f617ac749f5c22be8d0f66e",
        "50fd4407b8bfbde7c1a0bfe4f24de7df37164342"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Mar 27 18:48:56 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Mar 27 18:48:56 2008 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n\nConflicts:\n\n\tdrivers/net/usb/rndis_host.c\n\tdrivers/net/wireless/b43/dma.c\n\tnet/ipv6/ndisc.c\n"
    },
    {
      "commit": "ee20a0dd5400e771ff93eb7f2bcc731eab1f377e",
      "tree": "43743bd300a5b1ed94888881689e1d6a8ecac1e1",
      "parents": [
        "d55a4528f7f607ca2872fec18574bc8cec060f05",
        "732c8bd590625e8bc0b88313b82930e336b2bec4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Mar 26 18:35:50 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Mar 26 18:35:50 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (43 commits)\n  [IPSEC]: Fix BEET output\n  [ICMP]: Dst entry leak in icmp_send host re-lookup code (v2).\n  [AX25]: Remove obsolete references to BKL from TODO file.\n  [NET]: Fix multicast device ioctl checks\n  [IRDA]: Store irnet_socket termios properly.\n  [UML]: uml-net: don\u0027t set IFF_ALLMULTI in set_multicast_list\n  [VLAN]: Don\u0027t copy ALLMULTI/PROMISC flags from underlying device\n  netxen, phy/marvell, skge: minor checkpatch fixes\n  S2io: Handle TX completions on the same CPU as the sender for MIS-X interrupts\n  b44: Truncate PHY address\n  skge napi-\u003epoll() locking bug\n  rndis_host: fix oops when query for OID_GEN_PHYSICAL_MEDIUM fails\n  cxgb3: Fix lockdep problems with sge.reg_lock\n  ehea: Fix IPv6 support\n  dm9000: Support promisc and all-multi modes\n  dm9601: configure MAC to drop invalid (crc/length) packets\n  dm9601: add Hirose USB-100 device ID\n  Marvell PHY m88e1111 driver fix\n  netxen: fix rx dropped stats\n  netxen: remove low level tx lock\n  ...\n"
    },
    {
      "commit": "6edef97e17ca1c322b146023862da8a39e36204d",
      "tree": "18e9c679998ab7f4a67283a2277388ccc9cfcbcb",
      "parents": [
        "5254149f6c4e938fea3735183434e208097bd188"
      ],
      "author": {
        "name": "Masami Hiramatsu",
        "email": "mhiramat@redhat.com",
        "time": "Wed Mar 26 15:53:19 2008 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Mar 26 12:58:41 2008 -0700"
      },
      "message": "kprobes: MAINTAINERS update\n\nAdd Masami Hiramatsu to kprobes maintainers\n\nSigned-off-by: Masami Hiramatsu \u003cmhiramat@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c2c25fb8144e9e77910294ee76a888e5c8477793",
      "tree": "84230d4982700bea04c8048ea72e1193f53bcd36",
      "parents": [
        "9fe0a8c838f0584bca51bcc2f81e5c2c933a5880"
      ],
      "author": {
        "name": "Reinette Chatre",
        "email": "reinette.chatre@intel.com",
        "time": "Fri Mar 21 13:53:40 2008 -0700"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Mar 24 19:25:08 2008 -0400"
      },
      "message": "MAINTAINERS: update iwlwifi git url\n\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "a57543376c99e4d074516c5bf23c7ddc1dc613a0",
      "tree": "87812d7dbdbf42d72f80f2d3265ee39606c5ee14",
      "parents": [
        "028011e1391eab27e7bc113c2ac08d4f55584a75"
      ],
      "author": {
        "name": "Mark Fasheh",
        "email": "mark.fasheh@oracle.com",
        "time": "Fri Mar 21 10:40:31 2008 -0700"
      },
      "committer": {
        "name": "Mark Fasheh",
        "email": "mark.fasheh@oracle.com",
        "time": "Fri Mar 21 10:40:31 2008 -0700"
      },
      "message": "ocfs2: MAINTAINERS update\n\nChange my e-mail address, add Joel as new co-maintainer.\n\nSigned-off-by: Mark Fasheh \u003cmark.fasheh@oracle.com\u003e\n"
    },
    {
      "commit": "7d3628b230ecbdc29566c18bc7800ff8ed66a71f",
      "tree": "eac1bff40bdb655fdfdeaf1e22ce12a81296f1fb",
      "parents": [
        "2c7871982cf27caaddbaeb7e2121ce1374b520ff",
        "94833dfb8c98ed4ca1944dd2c1339d88a2d1c758"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Mar 21 07:57:45 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Mar 21 07:57:45 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (46 commits)\n  [NET] ifb: set separate lockdep classes for queue locks\n  [IPV6] KCONFIG: Fix description about IPV6_TUNNEL.\n  [TCP]: Fix shrinking windows with window scaling\n  netpoll: zap_completion_queue: adjust skb-\u003eusers counter\n  bridge: use time_before() in br_fdb_cleanup()\n  [TG3]: Fix build warning on sparc32.\n  MAINTAINERS: bluez-devel is subscribers-only\n  audit: netlink socket can be auto-bound to pid other than current-\u003epid (v2)\n  [NET]: Fix permissions of /proc/net\n  [SCTP]: Fix a race between module load and protosw access\n  [NETFILTER]: ipt_recent: sanity check hit count\n  [NETFILTER]: nf_conntrack_h323: logical-bitwise \u0026 confusion in process_setup()\n  [RT2X00] drivers/net/wireless/rt2x00/rt2x00dev.c: remove dead code, fix warning\n  [IPV4]: esp_output() misannotations\n  [8021Q]: vlan_dev misannotations\n  xfrm: -\u003eeth_proto is __be16\n  [IPV4]: ipv4_is_lbcast() misannotations\n  [SUNRPC]: net/* NULL noise\n  [SCTP]: fix misannotated __sctp_rcv_asconf_lookup()\n  [PKT_SCHED]: annotate cls_u32\n  ...\n"
    },
    {
      "commit": "a25606c845856e5ca5ed54d23cab077e3a49bf10",
      "tree": "1721e46532d6f48d605d401d7cee83f78f551c45",
      "parents": [
        "938b93adb2642885e688390396472d22a7548748",
        "94833dfb8c98ed4ca1944dd2c1339d88a2d1c758"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Mar 21 03:42:24 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Mar 21 03:42:24 2008 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "781c2844845cdc80b19eed3d6e451e65f046b58b",
      "tree": "21a1511955738051de16e2dd77e2b4b8cb3a807a",
      "parents": [
        "75c0371a2d385ecbd6e1f854d9dce20889f06736"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@suse.cz",
        "time": "Thu Mar 20 15:41:02 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Mar 20 15:41:02 2008 -0700"
      },
      "message": "MAINTAINERS: bluez-devel is subscribers-only\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c5215f32ac6cc3d2ec0ca844a171cdcf4c0bab62",
      "tree": "9fe1f3faf9d24eeabc22a85658ea6bf67ff0f91b",
      "parents": [
        "457fb605834504af294916411be128a9b21fc3f6"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "linux@maxim.org.za",
        "time": "Wed Mar 12 21:29:09 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Mar 20 15:59:30 2008 +0000"
      },
      "message": "[ARM] 4861/1: AT91: Update maintainer email address (again)\n\nChange email address of AT91 maintainer.\n\nThis reverts the incorrect change in commit\n6650e0a517bbfa1c47aa3da6b3562fcb1a066c63\n\nSigned-off-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "577f99c1d08cf9cbdafd4e858dd13ff04d855090",
      "tree": "0f726bbda9b18d311d4c95198bbd96cb7ac01db0",
      "parents": [
        "26c0f03f6b77c513cb7bc37b73a06819bdbb791b",
        "2f633928cbba8a5858bb39b11e7219a41b0fbef5"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Mar 18 00:37:55 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Mar 18 00:37:55 2008 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n\nConflicts:\n\n\tdrivers/net/wireless/rt2x00/rt2x00dev.c\n\tnet/8021q/vlan_dev.c\n"
    },
    {
      "commit": "69d1d523cc961b6f3c2fe313694263fc81ada231",
      "tree": "207118ff51e133b1308d37e1d14365b5b0f2ecb2",
      "parents": [
        "9a9e0d685553af76cb6ae2af93cca4913e7fcd47",
        "56ee0cfd095eab246c0ecd4398c4f30a546663f7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Mar 16 10:48:23 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Mar 16 10:48:23 2008 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6\n\n* \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6:\n  [PARISC] make ptr_to_pide() static\n  [PARISC] head.S: section mismatch fixes\n  [PARISC] add back Crestone Peak cpu\n  [PARISC] futex: special case cmpxchg NULL in kernel space\n  [PARISC] clean up show_stack\n  [PARISC] add pa8900 CPUs to hardware inventory\n  [PARISC] clean up include/asm-parisc/elf.h\n  [PARISC] move defconfig to arch/parisc/configs/\n  [PARISC] add back AD1889 MAINTAINERS entry\n  [PARISC] pdc_console: fix bizarre panic on boot\n  [PARISC] dump_stack in show_regs\n  [PARISC] pdc_stable: fix compile errors\n  [PARISC] remove unused pdc_iodc_printf function\n  [PARISC] bump __NR_syscalls\n  [PARISC] unbreak pgalloc.h\n  [PARISC] move VMALLOC_* definitions to fixmap.h\n  [PARISC] wire up timerfd syscalls\n  [PARISC] remove old timerfd syscall\n"
    },
    {
      "commit": "2f39d51981e20d4c81d9b2d374ae823f591c6407",
      "tree": "646a1d930b4d7ec320968c9c2bd2b74fe75ad730",
      "parents": [
        "ef1afd4d79f0479960ff36bb5fe6ec6eba1ebff2"
      ],
      "author": {
        "name": "Thibaut VARENE",
        "email": "T-Bone@parisc-linux.org",
        "time": "Wed Feb 20 21:05:56 2008 +0100"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@shortfin.cabal.ca",
        "time": "Sat Mar 15 19:12:06 2008 -0700"
      },
      "message": "[PARISC] add back AD1889 MAINTAINERS entry\n\nSigned-off-by: Thibaut VARENE \u003cT-Bone@parisc-linux.org\u003e\nSigned-off-by: Kyle McMartin \u003ckyle@mcmartin.ca\u003e\n"
    },
    {
      "commit": "7524d7d6de5d5d3f081de8cf5479819fad339661",
      "tree": "a07c9892a6b1ac65491a6c78b60ca378ca8940f4",
      "parents": [
        "2079fcdc06ea01c084044c348dbcd7b3e335ad49"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Tue Mar 04 15:26:14 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Thu Mar 13 16:02:31 2008 -0400"
      },
      "message": "the scheduled ieee80211 softmac removal\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "2079fcdc06ea01c084044c348dbcd7b3e335ad49",
      "tree": "5571610add4241c6184dbe327c42ad6a0a8ca06a",
      "parents": [
        "affe0a02189eeec43757993b1ccb65f24e39afa5"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Tue Mar 04 15:26:12 2008 -0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Thu Mar 13 16:01:04 2008 -0400"
      },
      "message": "the scheduled bcm43xx removal\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nCc: \u003cLarry.Finger@lwfinger.net\u003e\nCc: \u003cstefano.brivio@polimi.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "609eb39c8d8a8d2930780428f6cbe2f63eb84734",
      "tree": "0cf74a0e6e64531b31c5a1c9d45fbcb88f5e4d1f",
      "parents": [
        "123d43acd2e55cd7db792d17c7e906db42cada42",
        "22626216c46f2ec86287e75ea86dd9ac3df54265"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Mar 12 13:08:09 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Mar 12 13:08:09 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (47 commits)\n  [SCTP]: Fix local_addr deletions during list traversals.\n  net: fix build with CONFIG_NET\u003dn\n  [TCP]: Prevent sending past receiver window with TSO (at last skb)\n  rt2x00: Add new D-Link USB ID\n  rt2x00: never disable multicast because it disables broadcast too\n  libertas: fix the \u0027compare command with itself\u0027 properly\n  drivers/net/Kconfig: fix whitespace for GELIC_WIRELESS entry\n  [NETFILTER]: nf_queue: don\u0027t return error when unregistering a non-existant handler\n  [NETFILTER]: nfnetlink_queue: fix EPERM when binding/unbinding and instance 0 exists\n  [NETFILTER]: nfnetlink_log: fix EPERM when binding/unbinding and instance 0 exists\n  [NETFILTER]: nf_conntrack: replace horrible hack with ksize()\n  [NETFILTER]: nf_conntrack: add \\n to \"expectation table full\" message\n  [NETFILTER]: xt_time: fix failure to match on Sundays\n  [NETFILTER]: nfnetlink_log: fix computation of netlink skb size\n  [NETFILTER]: nfnetlink_queue: fix computation of allocated size for netlink skb.\n  [NETFILTER]: nfnetlink: fix ifdef in nfnetlink_compat.h\n  [NET]: include \u003clinux/types.h\u003e into linux/ethtool.h for __u* typedef\n  [NET]: Make /proc/net a symlink on /proc/self/net (v3)\n  RxRPC: fix rxrpc_recvmsg()\u0027s returning of msg_name\n  net/enc28j60: oops fix\n  ...\n"
    },
    {
      "commit": "6c47d773e7d8f784996d9027f035379baa19ded7",
      "tree": "bae50321bed6623a1da18732bca5bbfe9b6b8aaf",
      "parents": [
        "2f44bbb495dd3e6d0209eff2257438ab9c570e5b",
        "d7c1fbd6606085dbf95e47068d6bd2db8a180e38"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Mar 11 09:14:34 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Mar 11 09:14:34 2008 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband:\n  RDMA/iwcm: Don\u0027t access a cm_id after dropping reference\n  IB/iser: Handle iser_device allocation error gracefully\n  IB/iser: Fix list iteration bug\n  RDMA/cxgb3: Fix iwch_create_cq() off-by-one error\n  RDMA/cxgb3: Return correct max_inline_data when creating a QP\n  IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush()\n  Revert \"IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs\"\n  IB/cm: Flush workqueue when removing device\n  MAINTAINERS: update ipath owner\n"
    },
    {
      "commit": "d94e6fed6edb365debf44d884a7e626f06a0eb28",
      "tree": "55ed27b780c11c6255eb688f8a5cc22a6e8408e3",
      "parents": [
        "5a059e9d49936fd2069d1777210b06b31ce50ee4"
      ],
      "author": {
        "name": "Auke Kok",
        "email": "auke-jan.h.kok@intel.com",
        "time": "Mon Mar 03 14:37:47 2008 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Mar 05 06:34:31 2008 -0500"
      },
      "message": "Intel ethernet adapter: Update MAINTAINERS\n\nAnother team member unfortunately left: update MAINTAINERS.\n\nCondense the 3 lists down to a single list for all our drivers.\n\nPoint to our new sourceforge index page which is slightly\nbetter navigateable than the sf.net project page.\n\nSigned-off-by: Auke Kok \u003cauke-jan.h.kok@intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "938a9204e0df070bfbaac71f6403cebed76763ad",
      "tree": "514c3a8a459a4fb1a5e9e839e5f6355a24693472",
      "parents": [
        "fb3a0fb6fd3e997b61f1b121e980aeea88fa4529"
      ],
      "author": {
        "name": "akpm@linux-foundation.org",
        "email": "akpm@linux-foundation.org",
        "time": "Tue Mar 04 14:28:29 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Mar 04 16:35:10 2008 -0800"
      },
      "message": "Add memory resource controller maintainers\n\nSigned-off-by: Balbir Singh \u003cbalbir@linux.vnet.ibm.com\u003e\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nCc: Paul Menage \u003cmenage@google.com\u003e\nCc: KAMEZAWA Hiroyuki \u003ckamezawa.hiroyu@jp.fujitsu.com\u003e\nCc: YAMAMOTO Takashi \u003cyamamoto@valinux.co.jp\u003e\nCc: Hugh Dickins \u003chugh@veritas.com\u003e\nCc: David Rientjes \u003crientjes@google.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "fb3a0fb6fd3e997b61f1b121e980aeea88fa4529",
      "tree": "53616f7c538734d188e8a837164c2240bcace855",
      "parents": [
        "7560fa60fcdcdb0da662f6a9fad9064b554ef46c"
      ],
      "author": {
        "name": "Paul Menage",
        "email": "menage@google.com",
        "time": "Tue Mar 04 14:28:28 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Mar 04 16:35:10 2008 -0800"
      },
      "message": "Control Groups: add Paul Menage as maintainer\n\nControl Groups: Add Paul Menage as maintainer\n\nSigned-off-by: Paul Menage \u003cmenage@google.com\u003e\nCc: Balbir Singh \u003cbalbir@linux.vnet.ibm.com\u003e\nCc: KAMEZAWA Hiroyuki \u003ckamezawa.hiroyu@jp.fujitsu.com\u003e\nCc: YAMAMOTO Takashi \u003cyamamoto@valinux.co.jp\u003e\nCc: Hugh Dickins \u003chugh@veritas.com\u003e\nCc: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nCc: David Rientjes \u003crientjes@google.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "173acc7ce8538f1f3040791dc622a92aadc12cf4",
      "tree": "f408e415851cf3343af6077287984169958951ad",
      "parents": [
        "976dde010e513a9c7c3117a32b7b015f84b37430"
      ],
      "author": {
        "name": "Zhang Wei",
        "email": "wei.zhang@freescale.com",
        "time": "Sat Mar 01 07:42:48 2008 -0700"
      },
      "committer": {
        "name": "Dan Williams",
        "email": "dan.j.williams@intel.com",
        "time": "Tue Mar 04 10:16:46 2008 -0700"
      },
      "message": "dmaengine: add driver for Freescale MPC85xx DMA controller\n\nThe driver implements DMA engine API for Freescale MPC85xx DMA controller,\nwhich could be used by devices in the silicon.  The driver supports the\nBasic mode of Freescale MPC85xx DMA controller.  The MPC85xx processors\nsupported include MPC8540/60, MPC8555, MPC8548, MPC8641 and so on.\n\nThe MPC83xx(MPC8349, MPC8360) are also supported.\n\n[kamalesh@linux.vnet.ibm.com: build fix]\n[dan.j.williams@intel.com: merge mm fixes, rebase on async_tx-2.6.25]\nSigned-off-by: Zhang Wei \u003cwei.zhang@freescale.com\u003e\nSigned-off-by: Ebony Zhu \u003cebony.zhu@freescale.com\u003e\nAcked-by: Kumar Gala \u003cgalak@gate.crashing.org\u003e\nCc: Shannon Nelson \u003cshannon.nelson@intel.com\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Dan Williams \u003cdan.j.williams@intel.com\u003e\n"
    },
    {
      "commit": "18b8c8f170ce346b88884ebe4060cd6dbe64e1cc",
      "tree": "3d3bdc0ee7224e776bb8f5fb5319ff51de41ad80",
      "parents": [
        "c0f4133b8f70769bc8dda977feb9a29109d6ccca"
      ],
      "author": {
        "name": "Arthur Jones",
        "email": "arthur.jones@qlogic.com",
        "time": "Fri Feb 29 10:13:37 2008 -0800"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Fri Feb 29 13:26:17 2008 -0800"
      },
      "message": "MAINTAINERS: update ipath owner\n\nI\u0027ll be leaving QLogic soon for another job and Ralph has graciously\noffered to take over the IPath driver maintainership.\n\nSigned-off-by: Arthur Jones \u003carthur.jones@qlogic.com\u003e\nSigned-off-by: Ralph Campbell \u003cralph.campbell@qlogic.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "84b9a774008b132a8b5bd5460f639028a9c7f971",
      "tree": "4d6bd0f095c5653672cd227053da1579a8859b23",
      "parents": [
        "3cf9460a999480f444d1b96f09b0640f52b1537e",
        "0aef45645174525ee6aa7baed247a130e052740d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Feb 29 08:41:13 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Feb 29 08:41:13 2008 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6: (35 commits)\n  Blackfin Serial Driver: Fix bug - Only insert UART rx char in timer task.\n  Blackfin Serial Driver: Fix bug - update tx dma buffer tail before wake up processes.\n  Blackfin Serial Driver: Fix bug - Increase buffer tail immediately before starting tx dma.\n  [Blackfin] serial driver: Add flow control support to bf54x\n  [Blackfin] serial driver: Fix bug Poll RTS/CTS status in DMA mode as well\n  [Blackfin] serial driver: ADSP-BF52x arch/mach support\n  [Blackfin] serial driver: use simpler comment headers and strip out information that is maintained in the scm\u0027s log\n  [Blackfin] serial driver: rework break flood anomaly handling to be more robust/realistic about what we can actually work around\n  [Blackfin] serial driver: fix bug - cache the bits of the LSR on systems where the LSR is read-to-clear\n  [Blackfin] serial driver: fix bug - should not wait for the TFI bit, just clear it when tx stop.\n  [Blackfin] serial driver: Fix bug serial driver in DMA mode spams history to console on shell restart\n  [Blackfin] serial driver: Fix bug Free rx dma buffer in shutdown.\n  [Blackfin] serial driver: Clean up UART DMA code.\n  Blackfin Serial driver: Fix bug - serial driver in PIO mode cant handle input very quickly\n  [Blackfin] arch: kill section mismatch warnings\n  [Blackfin] arch: handle the most common L1 shrinkage case (L1 does not exist for a part) so that any parts labeled for L1 instead get placed into external memory sections\n  [Blackfin] arch: add bfin_clear_PPIx_STATUS() helper funcs like we have for other parts\n  [Blackfin] arch: make sure we have proper description/copyright/license lines\n  [Blackfin] arch: Fix CONFIG_PM support for BF561\n  [Blackfin] arch: Remove DPMC char driver option\n  ...\n"
    },
    {
      "commit": "219ff3ad611ecfe8a2fd29b8c50a5313c9d15383",
      "tree": "69a9ad12ed64d0966ec63bb5c4699e3effb5490f",
      "parents": [
        "547598d3a91f11b1f802bf0b122f777c3c22f26d",
        "2335f8ec27e125208d8d2d3e257a82862c4977d6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Feb 29 08:29:55 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Feb 29 08:29:55 2008 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (79 commits)\n  [X25]: Use proc_create() to setup -\u003eproc_fops first\n  [WANROUTER]: Use proc_create() to setup -\u003eproc_fops first\n  [8021Q]: Use proc_create() to setup -\u003eproc_fops first\n  [IPV4]: Use proc_create() to setup -\u003eproc_fops first\n  [IPV6]: Use proc_create() to setup -\u003eproc_fops first\n  [SCTP]: Use proc_create() to setup -\u003eproc_fops first\n  [PKTGEN]: Use proc_create() to setup -\u003eproc_fops first\n  [NEIGHBOUR]: Use proc_create() to setup -\u003eproc_fops first\n  [LLC]: Use proc_create() to setup -\u003eproc_fops first\n  [IPX]: Use proc_create() to setup -\u003eproc_fops first\n  [SUNRPC]: Use proc_create() to setup -\u003eproc_fops first\n  [ATM]: Use proc_create() to setup -\u003eproc_fops first\n  [SCTP]: Update AUTH structures to match declarations in draft-16.\n  [SCTP]: Incorrect length was used in SCTP_*_AUTH_CHUNKS socket option\n  [SCTP]: Clean up naming conventions of sctp protocol/address family registration\n  [APPLETALK]: Use proc_create() to setup -\u003eproc_fops first\n  [BNX2X]: add bnx2x to MAINTAINERS\n  [BNX2X]: update version, remove CVS strings\n  [BNX2X]: Fix Xmit bugs\n  [BNX2X]: Prevent PCI queue overflow\n  ...\n"
    },
    {
      "commit": "4d9d2cb026c756318965e2d9874d4695d9ebd4f6",
      "tree": "dd412f0f5e5844fa1f870af55eb900d3a3939531",
      "parents": [
        "8d84a44096a34a5015fef8293fe1bf70068bfdd0"
      ],
      "author": {
        "name": "Eliezer Tamir",
        "email": "eliezert@broadcom.com",
        "time": "Thu Feb 28 11:59:10 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Feb 28 11:59:10 2008 -0800"
      },
      "message": "[BNX2X]: add bnx2x to MAINTAINERS\n\nSigned-off-by: Eliezer Tamir \u003celiezert@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "030f1b2f5d880c1ad3d7e0b71fc383f00f38f8f7",
      "tree": "17eb6981415919d946e7e2237f3b52cd7c2efd34",
      "parents": [
        "4b1cc7e7ca5715907d17619dcb49144db6efe1c9"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Feb 21 09:02:41 2008 -0600"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Tue Feb 26 16:24:29 2008 -0800"
      },
      "message": "MAINTAINERS: neteffect update\n\nAdding Nishi to the maintainers list.\n\nSigned-off-by: Glenn Streiff \u003cgstreiff@neteffect.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "740db6d7f5bf194abf327613a5a500e3729fc19a",
      "tree": "b6eccfbe524b6eb23eb93a9cf9b162f87d555131",
      "parents": [
        "6cb5e57701d355737f0bc9f94c0f80ed69a95b62"
      ],
      "author": {
        "name": "Grant Grundler",
        "email": "grundler@parisc-linux.org",
        "time": "Sun Feb 17 11:53:49 2008 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Feb 23 23:55:02 2008 -0500"
      },
      "message": "update TULIP MAINTAINERS\n\nKyle and I are co-maintaining tulip driver. Normally kyle will review\nmy patchs and submit them. I\u0027ll deal with bugzilla.kernel.org bugs and\ntry to resolve those bugs.\n\nSigned-off-by: Grant Grundler \u003cgrundler@parisc-linux.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "4185108c77afee83674101319dc071599846a40b",
      "tree": "08e62940e1de9dde296312a5181fb2b165a69925",
      "parents": [
        "0b720378d05d9f5101dd331d16a0957a764583f3"
      ],
      "author": {
        "name": "Michael Buesch",
        "email": "mb@bu3sch.de",
        "time": "Sat Feb 23 15:23:42 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Feb 23 17:12:14 2008 -0800"
      },
      "message": "hwrng: remove Michael as HWRNG maintainer\n\nIt turns out that I rewrote the HWRNG core once to make it pluggable, but\nI\u0027m not a crypto-expert at all.  So I\u0027m certainly the wrong person for\nbeing a maintainer of the HWRNG core.  Let\u0027s orphan it.\n\nSigned-off-by: Michael Buesch \u003cmb@bu3sch.de\u003e\nCc: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8936b6dba234c994dc4c168818376197abc2faac",
      "tree": "349be4efc87bb93e13d09f7b147177f1b66b1a41",
      "parents": [
        "f81e8a43871f44f98dd14e83a83bf9ca0b3b46c5"
      ],
      "author": {
        "name": "Geert Uytterhoeven",
        "email": "geert@linux-m68k.org",
        "time": "Sat Feb 23 15:23:30 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Feb 23 17:12:13 2008 -0800"
      },
      "message": "MAINTAINERS: linux-fbdev is moderated\n\nWhile linux-fbdev is subscribers-only, non-subscribers are not plainly\nrejected, but moderated, so the casual patch/comment/question comes through.\n\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5e45bb2ebac937f2eb62138b5d734f3ac7ce8e2f",
      "tree": "c4eb821b41e41ce4ee10f036af8fc9f7a614b108",
      "parents": [
        "bfe38ccf8d0b541f387f65267f6f3794be59233a"
      ],
      "author": {
        "name": "Maciej Sosnowski",
        "email": "maciej.sosnowski@intel.com",
        "time": "Thu Feb 21 13:44:31 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Feb 21 16:40:15 2008 -0800"
      },
      "message": "MAINTAINERS: ioatdma, dmaengine and async_tx maintainers change\n\nShannon Nelson replaced by Maciej Sosnowski in maintanance of\nINTEL I/OAT DMA DRIVER, DMA GENERIC ENGINE SUBSYSTEM\nand ASYNCHRONOUS TRANSFERS/TRANSFORMS API.\n\nSigned-off-by: Maciej Sosnowski \u003cmaciej.sosnowski@intel.com\u003e\nSigned-off-by: Shannon Nelson \u003cshannon.nelson@intel.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "bfe38ccf8d0b541f387f65267f6f3794be59233a",
      "tree": "c1f5cece3247431b3d2c484da831d2eb0fd6c9e0",
      "parents": [
        "20f8d2a49360980f1dc0afe2ea227e3ba887e575",
        "25e9c86d5a6d82ea45eb680fc66bf73ac5e50dff"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Feb 21 16:37:42 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Feb 21 16:37:42 2008 -0800"
      },
      "message": "Merge branch \u0027release\u0027 of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6\n\n* \u0027release\u0027 of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6:\n  hwmon: normal_i2c arrays should be const\n  hwmon: New driver for Analog Devices ADT7473 sensor chip\n  hwmon: (coretemp) Add Penryn CPU to coretemp\n  hwmon: (coretemp) Add TjMax detection for mobile CPUs\n  hwmon: (applesmc) sensors set for MacBook2\n  hwmon: (thmc50) Storage class should be before const qualifier\n  hwmon: (coretemp) fix section mismatch warning\n  hwmon: (coretemp) Add maximum cooling temperature readout\n  hwmon: (adm1026) Properly terminate sysfs groups\n  hwmon: (vt8231) Update maintainer email address\n  hwmon: (vt8231) Add individual alarm files\n  hwmon: (via686a) Add individual alarm files\n  hwmon: (smsc47m1) Add individual alarm files\n  hwmon: (max1619) Add individual alarm and fault files\n  hwmon: (lm92) Add individual alarm files\n"
    },
    {
      "commit": "d7c2feaf88df39124e278b9e775b245b057ac99e",
      "tree": "205d07e6283cab0f466b90e850c9ee0ced80ca0d",
      "parents": [
        "599e0f584de8ff16b1428e2e16118757619f1d1b"
      ],
      "author": {
        "name": "David Teigland",
        "email": "teigland@redhat.com",
        "time": "Thu Feb 21 15:27:09 2008 -0600"
      },
      "committer": {
        "name": "David Teigland",
        "email": "teigland@redhat.com",
        "time": "Thu Feb 21 15:27:09 2008 -0600"
      },
      "message": "dlm: update git tree in MAINTAINERS\n\nSigned-off-by: David Teigland \u003cteigland@redhat.com\u003e\n"
    },
    {
      "commit": "ef709165d8de1ba9dd3cd5e05dbabf71dc32d883",
      "tree": "7266250cfe4ba7416b2db963791449e7fcdf1903",
      "parents": [
        "b152fcd34108d07a1e682786af583fd3e080cab3"
      ],
      "author": {
        "name": "Borislav Petkov",
        "email": "petkovbb@googlemail.com",
        "time": "Tue Feb 19 01:41:25 2008 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Tue Feb 19 01:41:25 2008 +0100"
      },
      "message": "MAINTAINERS: update ide-cd maintainer\u0027s email address\n\nSigned-off-by: Borislav Petkov \u003cpetkovbb@gmail.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "af865765a9ee3e3510f0fe82a4f1308d2820b7f6",
      "tree": "01aafe9104dad77bccc931f5266b257e6689e165",
      "parents": [
        "2d1374cad5a97d7c08a2c0e4282fb674b588b421"
      ],
      "author": {
        "name": "Roger Lucas",
        "email": "vt8231@hiddenengine.co.uk",
        "time": "Wed Feb 13 07:52:06 2008 -0500"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Feb 17 09:27:19 2008 -0500"
      },
      "message": "hwmon: (vt8231) Update maintainer email address\n\nSigned-off-by: Roger Lucas \u003cvt8231@hiddenengine.co.uk\u003e\n\n(modified MAINTAINERS entry also - MMH)\n\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "8943f268f32de8e33c71089d8ba26423633544f2",
      "tree": "7a1c363d90e32ab277833d115a839195765c4826",
      "parents": [
        "e2a366dc5cead7b8bf7911a1de52f16748f6fcb3"
      ],
      "author": {
        "name": "Christine Caulfield",
        "email": "christine.caulfield@googlemail.com",
        "time": "Thu Feb 14 19:31:31 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Feb 14 20:58:05 2008 -0800"
      },
      "message": "MAINTAINERS: update decnet and DLM entries\n\nChange my name \u0026 email in MAINTAINERS\n\nSigned-off-by: Christine Caulfield \u003cchristine.caulfield@googlemail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b9cf92eda3ddaf025fc38323ff96bac34243dec8",
      "tree": "6c950da724748e3c9a504772adfd3abdcc86d28b",
      "parents": [
        "34ff8a52fa7ebb7be036534295f7b252d39e3439"
      ],
      "author": {
        "name": "Paul Menage",
        "email": "menage@google.com",
        "time": "Thu Feb 14 19:31:24 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Feb 14 20:58:04 2008 -0800"
      },
      "message": "MAINTAINERS: add linux-fsdevel to VFS entry\n\nAdd linux-fsdevel to the VFS entry in MAINTAINERS\n\nSigned-off-by: Paul Menage \u003cmenage@google.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c76d118ecc5fcac7c823fb428676860dba0fdd20",
      "tree": "a8e052cdc8197adb8941b6dd726de231b3296254",
      "parents": [
        "a17b7a398d5c20ccbcb11f98dc2a76a6f07934ad"
      ],
      "author": {
        "name": "Pekka Enberg",
        "email": "penberg@cs.helsinki.fi",
        "time": "Mon Feb 11 23:52:47 2008 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Feb 11 20:42:49 2008 -0800"
      },
      "message": "Add Matt to MAINTAINERS as a SLAB allocator maintainer\n\nMatt is already the maintainer of SLOB which is one of the \"SLAB\" allocators in\nthe kernel so add him to MAINTAINERS.\n\nSigned-off-by: Pekka Enberg \u003cpenberg@cs.helsinki.fi\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5b39dba5029108800b94a5f4f96e3a05417103ac",
      "tree": "7d5c59fd124a776508b3e2a58efb093cd97b29ea",
      "parents": [
        "11eb3b0da3f8e4b9a6da6aba510471918239153d",
        "882c49164d72c45f37d7fa1bb3de7c31cf1a5fab"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Feb 09 11:12:15 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Feb 09 11:12:15 2008 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc:\n  mmc: extend ricoh_mmc to support Ricoh RL5c476\n  at91_mci: use generic GPIO calls\n  sdhci: add num index for multi controllers case\n  MAINTAINERS: remove non-existant URLs\n  mmc: remove sdhci and mmc_spi experimental markers\n  mmc: Handle suspend/resume in Ricoh MMC disabler\n"
    },
    {
      "commit": "baf8532a147d5b76681ce040e2c8f25a3f0e718d",
      "tree": "69c228046709295c1152f2063321327789c3b9f4",
      "parents": [
        "941edd030b9725f9f85bd62dfdb68cde3a50fb66"
      ],
      "author": {
        "name": "Alex Dubov",
        "email": "oakad@yahoo.com",
        "time": "Sat Feb 09 10:20:54 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Feb 09 11:08:34 2008 -0800"
      },
      "message": "memstick: initial commit for Sony MemoryStick support\n\nSony MemoryStick cards are used in many products manufactured by Sony.\nThey are available both as storage and as IO expansion cards.  Currently,\nonly MemoryStick Pro storage cards are supported via TI FlashMedia\nMemoryStick interface.\n\n[mboton@gmail.com: biuld fix]\n[akpm@linux-foundation.org: build fix]\nSigned-off-by: Alex Dubov \u003coakad@yahoo.com\u003e\nSigned-off-by: Miguel Boton \u003cmboton@gmail.co\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0cf975e16927fd70f34cee20d3856246c13bb4c8",
      "tree": "bb955d50f28e5d98c198701798c8341d9763299a",
      "parents": [
        "03054de1e0b90b33e9974107d84dabd2509f5898",
        "bc10ac3f2fe44e65f787d6197fd5d17304bf7d83"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Feb 08 10:01:28 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Feb 08 10:01:28 2008 -0800"
      },
      "message": "Merge branch \u0027cris\u0027 of git://www.jni.nu/cris\n\n* \u0027cris\u0027 of git://www.jni.nu/cris: (158 commits)\n  CRIS v32: Remove hwregs/timer_defs.h, it is now architecture specific.\n  CRIS v32: Change drivers/i2c.c locking.\n  CRIS v32: Rewrite ARTPEC-3 gpio driver to avoid volatiles and general cleanup.\n  CRIS: Add new timerfd syscall entries.\n  MAINTAINERS: Add my information for the CRIS port.\n  CRIS v32: Correct spelling of bandwidth in function name.\n  CRIS v32: Clean up nandflash.c for ARTPEC-3 and ETRAX FS.\n  CRIS v10: Cleanup of drivers/gpio.c\n  CRIS v10: drivers/net/cris/eth_v10.c rename LED defines to CRIS_LED to avoid name clash.\n  CRIS: Make io_pwm_set_period members unsigned in etraxgpio.h\n  CRIS: Move ETRAX_AXISFLASHMAP to common Kconfig file.\n  CRIS: Drop regs parameter from call to profile_tick in kernel/time.c\n  CRIS v32: Fix minor formatting issue in mach-a3/io.c\n  CRIS v32: Initialize GIO even if we\u0027re rambooting in kernel/head.S\n  CRIS v32: Remove kernel/arbiter.c, it now exists in machine dependent directory.\n  CRIS v32: Minor changes to avoid errors in asm-cris/arch-v32/hwregs/reg_rdwr.h\n  CRIS v32: arch-v32/hwregs/intr_vect_defs.h moved to machine dependent directory.\n  CRIS v32: Correct offset for TASK_pid in asm-cris/arch-v32/offset.h\n  CRIS v32: Move register map header to machine dependent directory.\n  CRIS v32: Let compiler know that memory is clobbered after a break op.\n  ...\n"
    },
    {
      "commit": "a1cfac48ba4c7481bb749e0f4f37c85cb871b2d1",
      "tree": "dcce72478ff110f40a393755133b08ce096a83e5",
      "parents": [
        "b4bd7d59451960d4e1d994c01581b31b08fe3720"
      ],
      "author": {
        "name": "Haavard Skinnemoen",
        "email": "hskinnemoen@atmel.com",
        "time": "Fri Feb 08 04:21:00 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Feb 08 09:22:37 2008 -0800"
      },
      "message": "MAINTAINERS: add Haavard as maintainer of the atmel_serial driver\n\nThe following patchset cleans up the atmel_serial driver a bit, moves a\nsignificant portion of the interrupt handler into a tasklet, and adds DMA\nsupport.  This is the result of a combined effort by Chip Coldwell, Remy\nBohmer and me.  The patches should apply cleanly onto Linus\u0027 latest git tree,\nand I\u0027ve also tested it on -mm (with a couple of avr32 fixes applied to make\nthe rest of the tree compile.)\n\nWith DMA, I see transfer rates around 92 kbps when transferring a big file\nusing ZModem (both directions are roughly the same.) I\u0027ve also tested the same\nthing with a bunch of debug options enabled.  The transfer rate is slightly\nlower, but no errors are reported.\n\nNote that break and error handling doesn\u0027t work too well with DMA enabled.\nThis is a common problem with all the efforts I\u0027ve seen adding DMA support to\nthis driver (including my own).  The PDC error handling also accesses icount\nwithout locking.  I\u0027m tempted to just ignore the problem for now and hopefully\ncome up with a solution later.\n\nThis patch:\n\nThe atmel_serial driver never had a MAINTAINERS entry, although Andrew Victor\nhas effectively been acting as a maintainer since he got the driver merged\ninto mainline in the first place.\n\nI\u0027ll keep Cc\u0027ing Andrew on all patches, but I\u0027m going to take the main\nresponsibility for getting things moving upstream from now on.\n\nSigned-off-by: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "800fdfb90ab4a172a46e45b7cc5e1670a54f44bc",
      "tree": "c938e2dda66b55b42df9a11e45e0f692c7dbfc34",
      "parents": [
        "05343c4f2ee1a4f81f287d95b28c80ee565817c4"
      ],
      "author": {
        "name": "Jan Kara",
        "email": "jack@suse.cz",
        "time": "Fri Feb 08 04:20:51 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Feb 08 09:22:36 2008 -0800"
      },
      "message": "udf: change maintainer\n\nI\u0027ve tried to contact Ben Fennema a few times but without success.  Since I\u0027m\ncurrently probably closest to being an UDF maintainer, I guess it\u0027s fine to\nalso change the entry in MAINTAINERS.\n\nSigned-off-by: Jan Kara \u003cjack@suse.cz\u003e\nCc: \u003cbfennema@falcon.csc.calpoly.edu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9db5579be4bb5320c3248f6acf807aedf05ae143",
      "tree": "fde09bbeb427946b30d2e0fb6b00494a42488052",
      "parents": [
        "daeb51e62cacde31c8245866e1096ff79a0c83fe"
      ],
      "author": {
        "name": "Nick Piggin",
        "email": "npiggin@suse.de",
        "time": "Fri Feb 08 04:19:49 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Feb 08 09:22:30 2008 -0800"
      },
      "message": "rewrite rd\n\nThis is a rewrite of the ramdisk block device driver.\n\nThe old one is really difficult because it effectively implements a block\ndevice which serves data out of its own buffer cache.  It relies on the dirty\nbit being set, to pin its backing store in cache, however there are non\ntrivial paths which can clear the dirty bit (eg.  try_to_free_buffers()),\nwhich had recently lead to data corruption.  And in general it is completely\nwrong for a block device driver to do this.\n\nThe new one is more like a regular block device driver.  It has no idea about\nvm/vfs stuff.  It\u0027s backing store is similar to the buffer cache (a simple\nradix-tree of pages), but it doesn\u0027t know anything about page cache (the pages\nin the radix tree are not pagecache pages).\n\nThere is one slight downside -- direct block device access and filesystem\nmetadata access goes through an extra copy and gets stored in RAM twice.\nHowever, this downside is only slight, because the real buffercache of the\ndevice is now reclaimable (because we\u0027re not playing crazy games with it), so\nunder memory intensive situations, footprint should effectively be the same --\nmaybe even a slight advantage to the new driver because it can also reclaim\nbuffer heads.\n\nThe fact that it now goes through all the regular vm/fs paths makes it\nmuch more useful for testing, too.\n\n   text    data     bss     dec     hex filename\n   2837     849     384    4070     fe6 drivers/block/rd.o\n   3528     371      12    3911     f47 drivers/block/brd.o\n\nText is larger, but data and bss are smaller, making total size smaller.\n\nA few other nice things about it:\n- Similar structure and layout to the new loop device handlinag.\n- Dynamic ramdisk creation.\n- Runtime flexible buffer head size (because it is no longer part of the\n  ramdisk code).\n- Boot / load time flexible ramdisk size, which could easily be extended\n  to a per-ramdisk runtime changeable size (eg. with an ioctl).\n- Can use highmem for the backing store.\n\n[akpm@linux-foundation.org: fix build]\n[byron.bbradley@gmail.com: make rd_size non-static]\nSigned-off-by: Nick Piggin \u003cnpiggin@suse.de\u003e\nSigned-off-by: Byron Bradley \u003cbyron.bbradley@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b920de1b77b72ca9432ac3f97edb26541e65e5dd",
      "tree": "40fa9be1470e929c47927dea7eddf184c0204229",
      "parents": [
        "ef3d534754f31fed9c3b976fee1ece1b3bc38282"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Fri Feb 08 04:19:31 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Feb 08 09:22:30 2008 -0800"
      },
      "message": "mn10300: add the MN10300/AM33 architecture to the kernel\n\nAdd architecture support for the MN10300/AM33 CPUs produced by MEI to the\nkernel.\n\nThis patch also adds board support for the ASB2303 with the ASB2308 daughter\nboard, and the ASB2305.  The only processor supported is the MN103E010, which\nis an AM33v2 core plus on-chip devices.\n\n[akpm@linux-foundation.org: nuke cvs control strings]\nSigned-off-by: Masakazu Urade \u003curade.masakazu@jp.panasonic.com\u003e\nSigned-off-by: Koichi Yasutake \u003cyasutake.koichi@jp.panasonic.com\u003e\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0b07aa6d383e1bb0024b17dec9251deec9ddbc31",
      "tree": "d9e9862aade7502b978beb8b26a0d9cd29cbe203",
      "parents": [
        "eb090473a71ecd35987542fb733a14cc2023777f"
      ],
      "author": {
        "name": "Jesper Nilsson",
        "email": "jesper.nilsson@axis.com",
        "time": "Fri Jan 25 13:22:29 2008 +0100"
      },
      "committer": {
        "name": "Jesper Nilsson",
        "email": "jesper.nilsson@axis.com",
        "time": "Fri Feb 08 11:16:47 2008 +0100"
      },
      "message": "MAINTAINERS: Add my information for the CRIS port.\n"
    },
    {
      "commit": "11b295c8b2934e1a9275961418e2c4f46ee674ac",
      "tree": "55fee35d2ad5edc7f70eb99da643f0c13d04f3e4",
      "parents": [
        "34671dc2e60ff83fcb0e76fecaaa02e36ee6ec09"
      ],
      "author": {
        "name": "Pierre Ossman",
        "email": "drzeus@drzeus.cx",
        "time": "Wed Jan 23 23:21:21 2008 +0100"
      },
      "committer": {
        "name": "Pierre Ossman",
        "email": "drzeus@drzeus.cx",
        "time": "Fri Feb 08 09:02:47 2008 +0100"
      },
      "message": "MAINTAINERS: remove non-existant URLs\n\nRemove references to web pages that are no longer up and running.\n\nSigned-off-by: Pierre Ossman \u003cdrzeus@drzeus.cx\u003e\n"
    },
    {
      "commit": "099dc4fb62653f6019d78db55fba7a18ef02d65b",
      "tree": "ce488fb0777f722eb83e3b0fb2b5cde0a4a8fc7d",
      "parents": [
        "151db1fc23800875c7ac353b106b7dab77061275"
      ],
      "author": {
        "name": "David Sterba",
        "email": "dsterba@suse.cz",
        "time": "Thu Feb 07 10:57:12 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Feb 07 17:19:49 2008 -0800"
      },
      "message": "ipwireless: driver for PC Card 3G/UMTS modem\n\nThe device is manufactured by IPWireless.  In some countries (for\nexample Czech Republic, T-Mobile ISP) this card is shipped for service\ncalled UMTS 4G.\n\nIt\u0027s a piece of PCMCIA \"4G\" UMTS PPP networking hardware that presents\nitself as a serial character device (i.e.  looks like usual modem to\nuserspace, accepts AT commands, etc).\n\nRewieved-by: Jiri Slaby \u003cjslaby@suse.cz\u003e\nSigned-off-by: Ben Martel \u003cbenm@symmetric.co.nz\u003e\nSigned-off-by: Stephen Blackheath \u003cstephen@symmetric.co.nz\u003e\nSigned-off-by: David Sterba \u003cdsterba@suse.cz\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f0f1b3364ae7f48084bdf2837fb979ff59622523",
      "tree": "e5ef68c0071f44178cc8d1948b64e216d57422aa",
      "parents": [
        "4383f18b7f94a4d668c5eec68645c75d44556235",
        "b7143156c9ceee1a072c57aac8729d2dec5b3bf1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Feb 07 09:45:58 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Feb 07 09:45:58 2008 -0800"
      },
      "message": "Merge branch \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6\n\n* \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6: (112 commits)\n  ACPI: fix build warning\n  Revert \"cpuidle: build fix for non-x86\"\n  ACPI: update intrd DSDT override console messages\n  ACPI: update DSDT override documentation\n  ACPI: Add \"acpi_no_initrd_override\" kernel parameter\n  ACPI: its a directory not a folder....\n  ACPI: misc cleanups\n  ACPI: add missing prink prefix strings\n  ACPI: cleanup acpi.h\n  ACPICA: fix CONFIG_ACPI_DEBUG_FUNC_TRACE build\n  ACPI: video: Ignore ACPI video devices that aren\u0027t present in hardware\n  ACPI: video: reset brightness on resume\n  ACPI: video: call ACPI notifier chain for ACPI video notifications\n  ACPI: create notifier chain to get hotkey events to graphics driver\n  ACPI: video: delete unused display switch on hotkey event code\n  ACPI: video: create \"brightness_switch_enabled\" modparam\n  cpuidle: Add a poll_idle method\n  ACPI: cpuidle: Support C1 idle time accounting\n  ACPI: enable MWAIT for C1 idle\n  ACPI: idle: Fix acpi_safe_halt usages and interrupt enabling/disabling\n  ...\n"
    },
    {
      "commit": "789c7048bfaa4901860b4c86606c2651fc2298f4",
      "tree": "ed085a19ce1fcfc9500d8e291060fa50a6a9922d",
      "parents": [
        "54c0f37e9a200d74ec43cffa6526d9ad17a388a7"
      ],
      "author": {
        "name": "Maciej W. Rozycki",
        "email": "macro@linux-mips.org",
        "time": "Thu Feb 07 00:15:13 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Feb 07 08:42:24 2008 -0800"
      },
      "message": "MAINTAINERS: add self for the dz serial driver\n\nNow that I have got the necessary piece of hardware (thanks, Thiemo!), I may\nwell offer myself as the maintainer for the dz serial driver.  I hope nobody\nobjects.\n\nSigned-off-by: Maciej W. Rozycki \u003cmacro@linux-mips.org\u003e\nCc: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "060195500e0347a6ba8ea89739a9898961eb6f2b",
      "tree": "5afba4e8daae642d33b7a4daa97d63c54776b786",
      "parents": [
        "26b6f2236615649a0ae6a0de2e9e71a2f9ffeba7",
        "dd8cd7793781c87be47bbfee65efa3fb5110f898"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Thu Feb 07 03:19:43 2008 -0500"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Thu Feb 07 03:19:43 2008 -0500"
      },
      "message": "Merge branches \u0027release\u0027 and \u0027wmi-2.6.25\u0027 into release\n"
    },
    {
      "commit": "3e6bdf473f489664dac4d7511d26c7ac3dfdc748",
      "tree": "10cb2e928830b9de8bbc3f6dd47c18c24cd2affa",
      "parents": [
        "3d4d4582e5b3f67a68f2cf32fd5b70d8d80f119d",
        "58d5d0d8dd52cbca988af24b5692a20b00285543"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Feb 06 13:54:09 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Feb 06 13:54:09 2008 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86:\n  x86: fix deadlock, make pgd_lock irq-safe\n  virtio: fix trivial build bug\n  x86: fix mttr trimming\n  x86: delay CPA self-test and repeat it\n  x86: fix 64-bit sections\n  generic: add __FINITDATA\n  x86: remove suprious ifdefs from pageattr.c\n  x86: mark the .rodata section also NX\n  x86: fix iret exception recovery on 64-bit\n  cpuidle: dubious one-bit signed bitfield in cpuidle.h\n  x86: fix sparse warnings in powernow-k8.c\n  x86: fix sparse error in traps_32.c\n  x86: trivial sparse/checkpatch in quirks.c\n  x86 ptrace: disallow null cs/ss\n  MAINTAINERS: RDC R-321x SoC maintainer\n  brk randomization: introduce CONFIG_COMPAT_BRK\n  brk: check the lower bound properly\n  x86: remove X2 workaround\n  x86: make spurious fault handler aware of large mappings\n  x86: make traps on entry code be debuggable in user space, 64-bit\n"
    },
    {
      "commit": "c1f766b5519f9b5a51b0e6884ed9e02bce775ea8",
      "tree": "07be88f0ad5f00149004d1d5f0539729846c0b6a",
      "parents": [
        "32a932332c8bad842804842eaf9651ad6268e637"
      ],
      "author": {
        "name": "Florian Fainelli",
        "email": "florian.fainelli@telecomint.eu",
        "time": "Wed Feb 06 22:39:44 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Feb 06 22:39:44 2008 +0100"
      },
      "message": "MAINTAINERS: RDC R-321x SoC maintainer\n\nSigned-off-by: Florian Fainelli \u003cflorian.fainelli@telecomint.eu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "2b54aaef7a3a77f208bc14f576010da4fb8dfe29",
      "tree": "406f5cdc79f06621d8086fa70d0fa792c663ec71",
      "parents": [
        "dcc85cb61808098d22792db95f1dfa9c8b3bcf6d"
      ],
      "author": {
        "name": "Joern Engel",
        "email": "joern@lazybastard.org",
        "time": "Wed Feb 06 01:38:02 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Feb 06 10:41:09 2008 -0800"
      },
      "message": "Claim maintainership for block2mtd and update email addresses\n\nI have been prime author and maintainer of block2mtd from day one, but\nneither MAINTAINERS nor the module source makes this fact clear.  And while\nI\u0027m at it, update my email addresses tree-wide, as the old address\ncurrently bounces and change my name to \"joern\" as unicode will likely\ncontinue to cause trouble until the end of this century.\n\nSigned-off-by: Joern Engel \u003cjoern@lazybastard.org\u003e\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nCc: Andy Whitcroft \u003capw@shadowen.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6d9851618104a21dbf5ee8260b5f2d4b5229c77e",
      "tree": "82318d224b45e13ddd7459cc5cb7b08d08084121",
      "parents": [
        "14b30d628446e5e4e4b313e10a90586fcf7d5638"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "jirislaby@gmail.com",
        "time": "Wed Feb 06 01:37:11 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Feb 06 10:41:05 2008 -0800"
      },
      "message": "MAINTAINERS, order AUERSWALD alphabetically\n\nMAINTAINERS, order AUERSWALD alphabetically\n\nSigned-off-by: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nCc: Wolfgang Muees \u003cwolfgang@iksw-muees.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "20292bc2c3feaee7f2e93911ffcb692732293894",
      "tree": "8e011d3be734e844866745c9562a6fdf052f0e07",
      "parents": [
        "eaa0ff15c30dc9799eb4d12660edb73aeb6d32c5"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Wed Feb 06 01:36:07 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Feb 06 10:40:59 2008 -0800"
      },
      "message": "geode lists are subscriber only\n\nThis gave me bounces and moans when chasing CS5536 so document it.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "dd8cd7793781c87be47bbfee65efa3fb5110f898",
      "tree": "72c46c06b5efd490f1da72a5300c9c458c23725c",
      "parents": [
        "745a5d2126926808295742932d0e36d485efa485"
      ],
      "author": {
        "name": "Carlos Corbacho",
        "email": "carlos@strangeworlds.co.uk",
        "time": "Tue Feb 05 02:17:15 2008 +0000"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Feb 05 15:07:16 2008 -0500"
      },
      "message": "tc1100-wmi: Add driver for HP Compaq TC1100 Tablets\n\nThis is based on the 2004 out-of-tree work of Jamey Hicks, to add\nsupport via WMI for controlling the jog dial and wireless on these\ntablets.\n\nv1:\n\nOriginal release\n\nv2:\n\nAs per Joshua Wise\u0027s comments, change bluetooth to jogdial (an error from\nthe original driver).\n\nSigned-off-by: Carlos Corbacho \u003ccarlos@strangeworlds.co.uk\u003e\nCC: Matthew Garrett \u003cmjg59@srcf.ucam.org\u003e\nCC: Jamey Hicks \u003cjamey.hicks@nokia.com\u003e\nCC: Joshua Wise \u003cjoshua@joshuawise.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "745a5d2126926808295742932d0e36d485efa485",
      "tree": "a8de440fe3c6caa4a06cda2960e77a351ca3ff83",
      "parents": [
        "bff431e49ff531a343fbb2b4426e313000844f32"
      ],
      "author": {
        "name": "Carlos Corbacho",
        "email": "carlos@strangeworlds.co.uk",
        "time": "Tue Feb 05 02:17:10 2008 +0000"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Feb 05 15:07:00 2008 -0500"
      },
      "message": "acer-wmi: Add driver for newer Acer laptops\n\nThis is a driver for newer Acer (and Wistron) laptops. It adds wireless\nradio and bluetooth control, and on some laptops, exposes the mail LED and\nLCD backlight.\n\nv1:\n\n* Initial release\n\nv2:\n\n* Replace left over ACPI references with WMI\n* Add GUID based autoloading (depends on future work to WMI)\n* Add DMI based autoloading (backup solution until WMI sysfs/ class\n  work is available)\n* Checkpatch fixes\n\nv3:\n\n* Add new EC quirks for Aspire 3100 \u0026 5100, and Extensa 5220\n\nv4:\n\n* Simplified internal handling of WMID and AMW0 devices\n* Add autodetection for bluetooth and maximum brightness on AMW0 V2 and\n  WMID laptops.\n\nv5:\n\n* Add EC quirk for Medion MD 98000\n* Add autodetection for AMW0, and mail LED on AMW0 and AMW0 V2.\n* Improve error handling\n* Fix AMW0 V2 bluetooth and wireless, by using both WMID and AMW0 methods\n  to ensure that the correct value is always set.\n\nv6:\n\n* Fix \u0027use before initialisation\u0027 bug with quirks.\n\nv7\n\n* Fix bug on AMW0 where acer-wmi would exit if a mail LED was not\n  detected.\n* Add Acer Aspire 9110 mail LED support\n* Fix section mismatch warnings\n\nSigned-off-by: Carlos Corbacho \u003ccarlos@strangeworlds.co.uk\u003e\nCC: Matthew Garrett \u003cmjg59@srcf.ucam.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "bff431e49ff531a343fbb2b4426e313000844f32",
      "tree": "df18bae1d7c60e3ccc2d8e8b47445700fd942f50",
      "parents": [
        "9ef9dc69d4167276c04590d67ee55de8380bc1ad"
      ],
      "author": {
        "name": "Carlos Corbacho",
        "email": "carlos@strangeworlds.co.uk",
        "time": "Tue Feb 05 02:17:04 2008 +0000"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Feb 05 15:06:40 2008 -0500"
      },
      "message": "ACPI: WMI: Add ACPI-WMI mapping driver\n\nThe following is an implementation of the Windows Management\nInstrumentation (WMI) ACPI interface mapper (PNP0C14).\n\nWhat it does:\n\nParses the _WDG method and exports functions to process WMI method calls,\ndata block query/ set commands (both based on GUID) and does basic event\nhandling.\n\nHow: WMI presents an in kernel interface here (essentially, a minimal\nwrapper around ACPI)\n\n(const char *guid assume the 36 character ASCII representation of\na GUID - e.g. 67C3371D-95A3-4C37-BB61-DD47B491DAAB)\n\nwmi_evaluate_method(const char *guid, u8 instance, u32 method_id,\nconst struct acpi_buffer *in, struct acpi_buffer *out)\n\nwmi_query_block(const char *guid, u8 instance,\nstruct acpi_buffer *out)\n\nwmi_set_block(const char *guid, u38 instance,\nconst struct acpi_buffer *in)\n\nwmi_install_notify_handler(acpi_notify_handler handler);\n\nwmi_remove_notify_handler(void);\n\nwmi_get_event_data(u32 event, struct acpi_buffer *out)\n\nwmi_has_guid(const char guid*)\n\nwmi_has_guid() is a helper function to find if a GUID exists or not on the\nsystem (a quick and easy way for WMI dependant drivers to see if the\nthe method/ block they want exists, since GUIDs are supposed to be unique).\n\nEvent handling - allow a WMI based driver to register a notifier handler\nfor each GUID with WMI. When a notification is sent to a GUID in WMI, the\nhandler registered with WMI is then called (it is left to the caller to\nask for the WMI event data associated with the GUID, if needed).\n\nWhat it won\u0027t do:\n\nUnicode - The MS article[1] calls for converting between ASCII and Unicode (or\nvice versa) if a GUID is marked as \"string\". This is left up to the calling\ndriver.\n\nHandle a MOF[1] - the WMI mapper just exports methods, data and events to\nuserspace. MOF handling is down to userspace.\n\nUserspace interface - this will be added later.\n\n[1] http://www.microsoft.com/whdc/system/pnppwr/wmi/wmi-acpi.mspx\n\n\u003d\u003d\u003d\nChangeLog\n\u003d\u003d\n\nv1 (2007-10-02):\n\n* Initial release\n\nv2 (2007-10-05):\n\n* Cleaned up code - split up super \"wmi_evaluate_block\" -\u003e each external\n  symbol now handles its own ACPI calls, rather than handing off to\n  a \"super\" method (and in turn, is a lot simpler to read)\n* Added a find_guid() symbol - return true if a given GUID exists on\n  the system\n* wmi_* functions now return type acpi_status (since they are just\n  fancy wrappers around acpi_evaluate_object())\n* Removed extra debug code\n\nv3 (2007-10-27)\n\n* More code clean up - now passes checkpatch.pl\n* Change data block calls - ref MS spec, method ID is not required for\n  them, so drop it from the function parameters.\n* Const\u0027ify guid in the function call parameters.\n* Fix _WDG buffer handling - copy the data to our own private structure.\n* Change WMI from tristate to bool - otherwise the external functions are\n  not exported in linux/acpi.h if you try to build WMI as a module.\n* Fix more flag comparisons.\n* Add a maintainers entry - since I wrote this, I should take the blame\n  for it.\n\nv4 (2007-10-30)\n\n* Add missing brace from after fixing checkpatch errors.\n* Rewrote event handling - allow external drivers to register with WMI to\n  handle WMI events\n* Clean up flags and sanitise flag handling\n\nv5 (2007-11-03)\n\n* Add sysfs interface for userspace. Export events over netlink again.\n* Remove module left overs, fully convert to built-in driver.\n* Tweak in-kernel API to use u8 for instance, since this is what the GUID\n  blocks use (so instance cannot be greater than u8).\n* Export wmi_get_event_data() for in kernel WMI drivers.\n\nv6 (2007-11-07)\n\n* Split out userspace into a different patch\n\nv7 (2007-11-20)\n\n* Fix driver to handle multiple PNP0C14 devices - store all GUIDs using\n  the kernel\u0027s built in list functions, and just keep adding to the list\n  every time we handle a PNP0C14 devices - GUIDs will always be unique,\n  and WMI callers do not know or care about different devices.\n* Change WMI event handler registration to use its\u0027 own event handling\n  struct; we should not pass an acpi_handle down to any WMI based drivers\n  - they should be able to function with only the calls provided in WMI.\n* Update my e-mail address\n\nv8 (2007-11-28)\n\n* Convert back to a module.\n* Update Kconfig to default to building as a module.\n* Remove an erroneous printk.\n* Simply comments for string flag (since we now leave the handling to the\n  caller).\n\nv9 (2007-12-07)\n\n* Add back missing MODULE_DEVICE_TABLE for autoloading\n* Checkpatch fixes\n\nv10 (2007-12-12)\n\n* Workaround broken GUIDs declared expensive without a WCxx method.\n* Minor cleanups\n\nv11 (2007-12-17)\n\n* More fixing for broken GUIDs declared expensive without a WCxx method.\n* Add basic EmbeddedControl region handling.\n\nv12 (2007-12-18)\n\n* Changed EC region handling code, as per Alexey\u0027s comments.\n\nv13 (2007-12-27)\n\n* Changed event handling so that we can have one event handler registered\n  per GUID, as per Matthew Garrett\u0027s suggestion.\n\nv14 (2008-01-12)\n\n* Remove ACPI debug statements\n\nv15 (2008-02-01)\n\n* Replace two remaining \u0027x \u003d\u003d NULL\u0027 type tests with \u0027!x\u0027\n\nv16 (2008-02-05)\n\n* Change MAINTAINERS entry, as I am not, and never have been, paid to work\n  on WMI\n* Remove \u0027default\u0027 line from Kconfig\n\nSigned-off-by: Carlos Corbacho \u003ccarlos@strangeworlds.co.uk\u003e\nCC: Matthew Garrett \u003cmjg59@srcf.ucam.org\u003e\nCC: Alexey Starikovskiy \u003caystarik@gmail.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "21511abd0a248a3f225d3b611cfabb93124605a7",
      "tree": "eb490f94322f3c76169ea7e5ec09524f275f390e",
      "parents": [
        "39ce941ec15032c0efc3632b9f00a6b2365e1870",
        "e1b0d4ba46b42909d11ea152a6b56ee76f062ca3"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Feb 05 10:24:52 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Feb 05 10:24:52 2008 -0800"
      },
      "message": "Merge branch \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6\n\n* \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:\n  [IA64] make pfm_get_task work with virtual pids\n  [IA64] honor notify_die() returning NOTIFY_STOP\n  [IA64] remove dead code: __cpu_{down,die} from !HOTPLUG_CPU\n  [IA64] Appoint kvm/ia64 Maintainers\n  [IA64] ia64_set_psr should use srlz.i\n  [IA64] Export three symbols for module use\n  [IA64] mca style cleanup\n  [IA64] sn_hwperf semaphore to mutex\n  [IA64] generalize attribute of fsyscall_gtod_data\n  [IA64] efi.c Add /* never reached */ annotation\n  [IA64] efi.c Spelling/punctuation fixes\n  [IA64] Make efi.c mostly fit in 80 columns\n  [IA64] aliasing-test: fix gcc warnings on non-ia64\n  [IA64] Slim-down __clear_bit_unlock\n  [IA64] Fix the order of atomic operations in restore_previous_kprobes on ia64\n  [IA64] constify function pointer tables\n  [IA64] fix userspace compile error in gcc_intrin.h\n"
    },
    {
      "commit": "3c2d774cad5bf4fad576363da77870e9e6530b7a",
      "tree": "344ae8167730ea361ff4bd4bf098ba64bfeef5e5",
      "parents": [
        "2c78853472a36c7cf51a84a34edc370e21c93ce4"
      ],
      "author": {
        "name": "Glenn Streiff",
        "email": "gstreiff@neteffect.com",
        "time": "Mon Feb 04 20:20:45 2008 -0800"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Feb 04 20:20:45 2008 -0800"
      },
      "message": "RDMA/nes: Add a driver for NetEffect RNICs\n\nAdd a standard NIC and RDMA/iWARP driver for NetEffect 1/10Gb ethernet adapters.\n\nSigned-off-by: Glenn Streiff \u003cgstreiff@neteffect.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "920ed9f194effd10c273a4040114d3d8e6eed95f",
      "tree": "e17f0f8d4020afb8618dd538b83a10b500275001",
      "parents": [
        "f00c2d36bf6d7efece79713930763d9a0460283e"
      ],
      "author": {
        "name": "Zhang Xiantao",
        "email": "xiantao.zhang@intel.com",
        "time": "Thu Jan 31 12:03:39 2008 +0800"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Feb 04 15:52:58 2008 -0800"
      },
      "message": "[IA64] Appoint kvm/ia64 Maintainers\n\nAnthony and Xiantao are working on KVM for ia64.\n\nSigned-off-by Anthony Xu \u003canthony.xu@intel.com\u003e\nSigned-off-by Xiantao Zhang \u003cxiantao.zhang@intel.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "f5bb3a5e9dcdb8435471562b6cada89525cf4df1",
      "tree": "7b7cf9b90bacd0e2fe07cb3387516e9243f1ab66",
      "parents": [
        "9853832c49dc1685587abeb4e1decd4be690d256",
        "1560a79a2c2ea0c3826150da8029991d685de990"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Feb 04 07:58:52 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Feb 04 07:58:52 2008 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial: (79 commits)\n  Jesper Juhl is the new trivial patches maintainer\n  Documentation: mention email-clients.txt in SubmittingPatches\n  fs/binfmt_elf.c: spello fix\n  do_invalidatepage() comment typo fix\n  Documentation/filesystems/porting fixes\n  typo fixes in net/core/net_namespace.c\n  typo fix in net/rfkill/rfkill.c\n  typo fixes in net/sctp/sm_statefuns.c\n  lib/: Spelling fixes\n  kernel/: Spelling fixes\n  include/scsi/: Spelling fixes\n  include/linux/: Spelling fixes\n  include/asm-m68knommu/: Spelling fixes\n  include/asm-frv/: Spelling fixes\n  fs/: Spelling fixes\n  drivers/watchdog/: Spelling fixes\n  drivers/video/: Spelling fixes\n  drivers/ssb/: Spelling fixes\n  drivers/serial/: Spelling fixes\n  drivers/scsi/: Spelling fixes\n  ...\n"
    },
    {
      "commit": "1560a79a2c2ea0c3826150da8029991d685de990",
      "tree": "63d804e7cff227812af12ff61cb9618e16284b3f",
      "parents": [
        "097091c0a83754f426b3d0b22afa6c984752dbf7"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sun Feb 03 18:17:37 2008 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sun Feb 03 18:17:37 2008 +0200"
      },
      "message": "Jesper Juhl is the new trivial patches maintainer\n\nJesper has agreed to take over maintainership for the trivial patches.\n\nThanks, Jesper!\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\n"
    },
    {
      "commit": "7c4a52eb557d3928231ddbc89c9064cf9d50e385",
      "tree": "e205272486fcd10441e573100c71ad4a01f7a0f7",
      "parents": [
        "726a645913694619876dd20645f88aad25cfbcd5"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Feb 03 16:38:31 2008 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sun Feb 03 16:38:31 2008 +0200"
      },
      "message": "MAINTAINERS: update Corey Thomas email address\n\nOn Sat, 2007-12-22 at 18:08 -0500, Corey Thomas wrote:\n\u003e This email, coreythomas@charter.net is good.  ISP change.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\n"
    },
    {
      "commit": "726a645913694619876dd20645f88aad25cfbcd5",
      "tree": "8e2a7671598c4c3675598fbf469e631cccb0ffbe",
      "parents": [
        "8b3de0df4eefc47ca2aa459b72dd8b2711f3640c"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Feb 03 16:36:24 2008 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sun Feb 03 16:36:24 2008 +0200"
      },
      "message": "MAINTAINERS: remove Adam Fritzler, remove his email address in other sources\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\n"
    },
    {
      "commit": "d96c75a3d170a7c9a1ef062cb6d7a65730a34f22",
      "tree": "63e06d6a40e45fa591fc15c4bc0aa07a2bd46b09",
      "parents": [
        "43cd2595e76fce5f58d5b35d9875bcc48ddaf2e8"
      ],
      "author": {
        "name": "Jay Vosburgh",
        "email": "fubar@us.ibm.com",
        "time": "Tue Jan 29 18:07:49 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Feb 03 04:28:35 2008 -0800"
      },
      "message": "bonding: update MAINTAINERS\n\n\tRemove Chad Tindel; he hasn\u0027t been involved for a number\nof years.\n\nSigned-off-by: Jay Vosburgh \u003cfubar@us.ibm.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ba64f58ea47de34d864a438d49deccbbaea3f935",
      "tree": "8ba4a8f37d6857724b6c0c75ac50f64aff4bb9f6",
      "parents": [
        "6d490a7e5bea48cdbb869b532b5d7ca0b67ca467"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Feb 01 18:19:08 2008 +0200"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Feb 03 04:28:10 2008 -0800"
      },
      "message": "remove obsolete tokenring maintainer information\n\n- Peter\u0027s email address is bouncing\n- the project webpage no longer exists\n- neither Peter nor Mike had a single patch included in the kernel\n  since 2.6.12-rc2 (when the git history begins)\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ae9458d6a0956aa21cb49e1251e35a8d4dacbe6e",
      "tree": "98c162c79113bc2bd748a3ad5b6fb5ba66139751",
      "parents": [
        "63e9b66e29357dd12e8b1d3ebf7036e7591f81e3",
        "e91926e9ea9073d8ce95b74602e8c2d775f5a793"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Feb 02 15:13:05 2008 +1100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Feb 02 15:13:05 2008 +1100"
      },
      "message": "Merge git://git.infradead.org/battery-2.6\n\n* git://git.infradead.org/battery-2.6:\n  apm_power: check I.intval for zero value, we use it as the divisor\n  MAINTAINERS: remove kernel-discuss@handhelds.org list\n  pda_power: implement polling\n  pda_power: various cleanups\n  apm_power: support using VOLTAGE_* properties for apm calculations\n  pda_power: add suspend/resume support\n  power_supply: add few more values and props\n  pda_power: only register available psu\n  power: fix incorrect unregistration in power_supply_create_attrs error path\n  power: remove POWER_SUPPLY_PROP_CAPACITY_LEVEL\n  [BATTERY] power_supply_leds: use kasprintf\n  [BATTERY] Every file should include the headers containing the prototypes for its global functions.\n"
    },
    {
      "commit": "ae4bb152901e406074ae2a205e1c42941a46bbaf",
      "tree": "8bbc19b0092619e8d3abc0395094fa494ed9a99c",
      "parents": [
        "c3caebad7427f62fe77621bae1bd1da0e56a130d"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "cbouatmailru@gmail.com",
        "time": "Sun Jan 13 02:44:54 2008 +0300"
      },
      "committer": {
        "name": "Anton Vorontsov",
        "email": "cbouatmailru@gmail.com",
        "time": "Sat Feb 02 02:44:34 2008 +0300"
      },
      "message": "MAINTAINERS: remove kernel-discuss@handhelds.org list\n\nkernel-discuss at handhelds.org is down for months, and nobody\nknows why. So remove it for now.\n\nSigned-off-by: Anton Vorontsov \u003ccbou@mail.ru\u003e\n"
    },
    {
      "commit": "16141c0288f6a6ce2de51a1c39cc3407c841a535",
      "tree": "3572fb6a436f5083d13c79d7d4207049daf3b95d",
      "parents": [
        "980e5a40a44400edc3f75b7931b8e75fcc3c21a3"
      ],
      "author": {
        "name": "Neil Brown",
        "email": "neilb@suse.de",
        "time": "Tue Dec 11 16:16:12 2007 -0800"
      },
      "committer": {
        "name": "J. Bruce Fields",
        "email": "bfields@citi.umich.edu",
        "time": "Fri Feb 01 16:42:07 2008 -0500"
      },
      "message": "knfsd: change mailing list for nfsd in MAINTAINERS\n\nnfs@lists.sourceforge.net is being decommissioned.\n\nCc: Trond Myklebust \u003ctrond.myklebust@fys.uio.no\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: J. Bruce Fields \u003cbfields@citi.umich.edu\u003e\n"
    },
    {
      "commit": "bf164cc054d568fa7889ffab41d3b091f5758c75",
      "tree": "b7a9d3000fc73b0e269466c9c3eedebad31f1495",
      "parents": [
        "3692e94f1559523b84a5a0e65929ee84b276e83f"
      ],
      "author": {
        "name": "Jussi Kivilinna",
        "email": "jussi.kivilinna@mbnet.fi",
        "time": "Sat Jan 26 00:51:51 2008 +0200"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:27:01 2008 -0800"
      },
      "message": "Add new driver \u0027rndis_wlan\u0027 for wireless RNDIS devices.\n\nNew driver for wireless RNDIS devices. So far only known chip that uses\nwireless RNDIS is Broadcom 4320. Driver detects all RNDIS devices that\nhave RNDIS wireless physical medium. At least following devices are\ndetected:\n\n  Buffalo WLI-U2-KG125S\n  U.S. Robotics USR5421\n  Belkin F5D7051\n  Linksys WUSB54GSv2\n  Linksys WUSB54GSC\n  Asus WL169gE\n  Eminent EM4045\n  BT Voyager 1055\n  Linksys WUSB54GSv1\n  U.S. Robotics USR5420\n  BUFFALO WLI-USB-G54\n\nSigned-off-by: Jussi Kivilinna \u003cjussi.kivilinna@mbnet.fi\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2cad0ad6781a78a2b3911440b58e8de28318798c",
      "tree": "81353aed49f8ea97df1bb403ae1af1981eb26a50",
      "parents": [
        "2f32d909f3a85a96074801f6cf20f93324f87646"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Thu Jan 10 14:33:07 2008 +0100"
      },
      "committer": {
        "name": "Jaroslav Kysela",
        "email": "perex@perex.cz",
        "time": "Thu Jan 31 17:29:49 2008 +0100"
      },
      "message": "[ALSA] Update MAINTAINERS for ALSA SoC\n\nAdd myself as a point of contact for the ALSA SoC subsystem and add a\nreference to the development GIT tree.\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Liam Girdwood \u003clg@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Jaroslav Kysela \u003cperex@perex.cz\u003e\n"
    },
    {
      "commit": "f148e20cef696e30a370d4f7cb9aeb46273fdd6e",
      "tree": "a1554a9834613b3b12e4180c8d45c27af45a1012",
      "parents": [
        "fe5ca63430d640c3a922e5d7c6dd411ab6a2e077"
      ],
      "author": {
        "name": "Stefan Richter",
        "email": "stefanr@s5r6.in-berlin.de",
        "time": "Sat Jan 12 12:32:44 2008 +0100"
      },
      "committer": {
        "name": "Stefan Richter",
        "email": "stefanr@s5r6.in-berlin.de",
        "time": "Wed Jan 30 22:22:25 2008 +0100"
      },
      "message": "firewire vs. ieee1394: clarify MAINTAINERS\n\nMaintainers like to receive less mail, and submitters like to have to Cc\nless recipients.\n\nSigned-off-by: Stefan Richter \u003cstefanr@s5r6.in-berlin.de\u003e\n"
    },
    {
      "commit": "fa1c114fdaa605496045e56c42d0c8aa4c139e57",
      "tree": "df8345d8ef17cea23da3c0bbe388729b79920bfe",
      "parents": [
        "3543f8069d3cc932202e64095d1d3986a10d34ed"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "jirislaby@gmail.com",
        "time": "Sun Aug 12 17:33:16 2007 +0200"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jan 28 15:09:35 2008 -0800"
      },
      "message": "[PATCH] Net: add ath5k wireless driver\n\nadd ath5k wireless driver\n\nPortions of this driver are covered by one or both of the ISC and\n3-clause BSD licenses.  Specific license information is cited at the top\nof each file.\n\nAcked-by and Signed-off-by information is collected from individual\npatches as collected in the wireless-2.6 tree prior to upstream\nsubmission.\n\nAcked-by: Matthew W. S. Bell  \u003cmentor@madwifi.org\u003e\nAcked-by: Michael Taylor \u003cmike.taylor@apprion.com\u003e\nAcked-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Bradley M. Kuhn \u003cbkuhn@softwarefreedom.org\u003e\nSigned-off-by: Bruno Randolf \u003cbruno@thinktube.com\u003e\nSigned-off-by: Dave Young \u003chidave.darkstar@gmail.com\u003e\nSigned-off-by: Francesco Gringoli \u003cfrancesco.gringoli@ing.unibs.it\u003e\nSigned-off-by: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nSigned-off-by: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: Karen Sandler \u003ckaren@softwarefreedom.org\u003e\nSigned-off-by: Krzysztof Halasa \u003ckhc@pm.waw.pl\u003e\nSigned-off-by: Luis R. Rodriguez \u003cmcgrof@gmail.com\u003e\nSigned-off-by: Matt Norwood \u003cnorwood@softwarefreedom.org\u003e\nSigned-off-by: Nick Kossifidis \u003cmickflemm@gmail.com\u003e\nSigned-off-by: Richard Fontana \u003cfontana@softwarefreedom.org\u003e\nSigned-off-by: Stephen Hemminger \u003cshemminger@linux-foundation.org\u003e\nSigned-off-by: Ulrich Meis \u003cmeis@nets.rwth-aachen.de\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "db17f39564539e71c9b3a63e7ed5313fe311d266",
      "tree": "8502af8142487ddc9f5d90ba93f4257f18554b58",
      "parents": [
        "a0646470e8a965df59054a5c82e53e5572bf04a0"
      ],
      "author": {
        "name": "Florian Fainelli",
        "email": "florian.fainelli@telecomint.eu",
        "time": "Wed Dec 19 11:30:30 2007 +0100"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jan 28 15:07:55 2008 -0800"
      },
      "message": "Add me as maintainer of the RDC r6040 driver\n\nThis patch adds me as maintainer of the RDC R6040 Fast Ethernet driver.\n\nSigned-off-by: Florian Fainelli \u003cflorian.fainelli@telecomint.eu\u003e\n--\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "1d43d312a2adeb184c90b11449d5bb3a8f59a3a8",
      "tree": "24abdce0339b8d373ed839df7dcc7bf43f52af89",
      "parents": [
        "4900d6daadea8b32b8a6312e793977e18343cfe5"
      ],
      "author": {
        "name": "Reinette Chatre",
        "email": "reinette.chatre@intel.com",
        "time": "Tue Nov 06 22:06:28 2007 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jan 28 15:04:36 2008 -0800"
      },
      "message": "MAINTAINERS: Add Reinette Chatre to iwlwifi \u0026 ipw2100/ipw2200\n\nAlso fix Zhu Yi\u0027s name.\n\nSigned-off-by: Reinette Chatre \u003creinette.chatre@intel.com\u003e\nCC: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "1036d8642b6bb604774ea143120fe10ede4ab078",
      "tree": "7fc0c3d104bb94dabcfa5a6940abd954b59dce33",
      "parents": [
        "d439810bda5082e213c59c2aa8108ae4c0e520ef"
      ],
      "author": {
        "name": "Stefano Brivio",
        "email": "stefano.brivio@polimi.it",
        "time": "Sun Dec 23 04:46:27 2007 +0100"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jan 28 15:00:54 2008 -0800"
      },
      "message": "rc80211-pid: add MAINTAINERS entry\n\nAdd an entry in MAINTAINERS for rc80211-pid.\n\nCc: Mattias Nissler \u003cmattias.nissler@gmx.de\u003e\nSigned-off-by: Stefano Brivio \u003cstefano.brivio@polimi.it\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "003faaa17793c478ed2babc56a618396e0ef96c2",
      "tree": "b575dd6c437ec24e14d1b28c571d7579b643d8a4",
      "parents": [
        "88fecd092e2e7677f8e3f5ab32c16d801bc85fd6"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Sun Jan 27 22:48:37 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jan 28 14:55:35 2008 -0800"
      },
      "message": "bcm43xx: mark as obsolete and schedule for removal\n\nSchedule bcm43xx for for removal in the 2.6.26 development window.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    }
  ],
  "next": "beca222d1aa09c0b2f56a6af788eacf5c19093da"
}
