)]}'
{
  "log": [
    {
      "commit": "25a010c8c1a5f0cc2e2794adf969e2df2ad1f0b6",
      "tree": "1d2e477e44a2a8122696711bfd2b9aad35a265bf",
      "parents": [
        "676d3aa16f66d94bf5654781b77d1e070c8b0514"
      ],
      "author": {
        "name": "Craig W. Nadler",
        "email": "craig@nadler.us",
        "time": "Sun Nov 11 15:00:15 2007 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:49 2008 -0800"
      },
      "message": "USB: add Printer Gadget Driver\n\nG_PRINTER: Adds a USB printer gadget driver for use in printer firmware.\n\nThis adds a USB printer gadget driver for use in printer firmware.\nThe printer gadget channels data between the USB host and a userspace\nprogram driving the print engine. The user space program reads and\nwrites the device file /dev/g_printer to receive or send printer data.\nIt can use ioctl calls to the device file to get or set printer status.\n\nSigned-off-by: Craig W. Nadler \u003ccraig@nadler.us\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "676d3aa16f66d94bf5654781b77d1e070c8b0514",
      "tree": "68d549b26bd32a02645b68af94ca5a77c50878ea",
      "parents": [
        "fec8de3aada6338a4069ee1df4726dd7bbbdf476"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Thu Nov 08 15:15:28 2007 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:49 2008 -0800"
      },
      "message": "USB: usb-storage: new \"lockable\" subclass 0x07\n\nThis patch (as1011) adds a #define for the newly-created Lockable\n(i.e., password-protected) subclass 0x07 for USB mass-storage devices.\nThe private ISD200 entry (which had been mapped to subclass 0x07) is\nmoved to 0xf0, which is unlikely to conflict with any official\nsubclass designation.\n\nThe US_SC_MIN and US_SC_MAX constants aren\u0027t used anywhere, so the\npatch removes them.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Matthew Dharm \u003cmdharm-usb@one-eyed-alien.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "fec8de3aada6338a4069ee1df4726dd7bbbdf476",
      "tree": "56d5a1be83d8e15b724e68e24d9f24cc3d7ee4d8",
      "parents": [
        "8c73aff6d3b772e5f373d78bc34fd47b10b35fef"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Mon Nov 19 17:53:33 2007 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:49 2008 -0800"
      },
      "message": "USB: Add missing \"space\" to printk messages\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nAcked-by: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "8c73aff6d3b772e5f373d78bc34fd47b10b35fef",
      "tree": "c6829760527dd59c27acf86b3f935b3659b2c6fa",
      "parents": [
        "9da0068a4964540d8d1caa8455fe193b544d846d"
      ],
      "author": {
        "name": "Yoshihiro Shimoda",
        "email": "shimoda.yoshihiro@renesas.com",
        "time": "Thu Nov 22 21:00:30 2007 +0900"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:48 2008 -0800"
      },
      "message": "USB: m66592-udc: Add support for SH7722 USBF\n\nAdd support for SuperH SH7722 USB Function.\n\nM66592 is similar to SH7722 USBF. It can support SH7722 USBF by\nchanging several M66592 code.\n\nSigned-off-by: Yoshihiro Shimoda \u003cshimoda.yoshihiro@renesas.com\u003e\nAcked-by: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "9da0068a4964540d8d1caa8455fe193b544d846d",
      "tree": "13ab0571b740d46a0451ee0e24fa61fca1ac4900",
      "parents": [
        "527ea73eaea4600120117edd19ac88864a488d57"
      ],
      "author": {
        "name": "Matthias Kaehlcke",
        "email": "matthias.kaehlcke@gmail.com",
        "time": "Wed Nov 21 15:13:16 2007 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:48 2008 -0800"
      },
      "message": "USB: TI 3410/5052 USB Serial: convert td_open_close_lock to mutex\n\nTI 3410/5052 USB Serial: convert semaphore td_open_close_lock to the mutex\nAPI.\n\nSigned-off-by: Matthias Kaehlcke \u003cmatthias.kaehlcke@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "527ea73eaea4600120117edd19ac88864a488d57",
      "tree": "4317766b607ea1353e3aaa47c744c61378c92224",
      "parents": [
        "568fdade1415196a4835a9add48586e36a044d82"
      ],
      "author": {
        "name": "Kyungmin Park",
        "email": "kyungmin.park@samsung.com",
        "time": "Wed Nov 21 15:13:15 2007 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:48 2008 -0800"
      },
      "message": "USB: device DMA support on OMAP2\n\nThe current omap udc dosen\u0027t support the DMA mode and it has some problem\nat setup time on OMAP2 with previous patch file.  I found that the code\nassumes bulk out required the big data transfer.  But MODE SELECT(6) sent\nthe only 24 bytes.  it makes a problem.  So I implement the small packets\nhandling for it.\n\nIt is tested with both linux and windows.\n\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nCc: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "568fdade1415196a4835a9add48586e36a044d82",
      "tree": "7bfded186b25327830c9cbc5a51db406c6303254",
      "parents": [
        "d8d42233d4dd3b37623b27408316ffb8cf2b5e9b"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Wed Nov 21 15:13:15 2007 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:48 2008 -0800"
      },
      "message": "USB: usb/mon/mon_bin.c: cleanups\n\n- make the needlessly global struct mon_fops_binary static\n- #if 0 the unused mon_bin_mmap() and related code\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nCc: Pete Zaitcev \u003czaitcev@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "d8d42233d4dd3b37623b27408316ffb8cf2b5e9b",
      "tree": "ee45f8cd8bbda951c6e34cf1164143584872a06f",
      "parents": [
        "ed8a5d49a0d4b5cf411a71476e6582f153df54e3"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Nov 21 15:13:10 2007 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:48 2008 -0800"
      },
      "message": "USB: s3c2410_udc: minor irq handler cleanups\n\n- \u0027irq\u0027 argument is merely used in place of a constant; replace its usage\n  with that constant.\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "ed8a5d49a0d4b5cf411a71476e6582f153df54e3",
      "tree": "bf6d32fc0500380c597bfd039adcec1dbf675d70",
      "parents": [
        "63bfb1f18a50e879c5cb9684ed241052ad38efcb"
      ],
      "author": {
        "name": "Fernando Luis Vázquez Cao",
        "email": "fernando@oss.ntt.co.jp",
        "time": "Mon Nov 05 16:21:11 2007 +0900"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:48 2008 -0800"
      },
      "message": "USB: sisusb: *_ioctl32_conversion functions do not exist in recent kernels\n\nRemove dead code while at it.\n\nSigned-off-by: Fernando Luis Vazquez Cao \u003cfernando@oss.ntt.co.jp\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "63bfb1f18a50e879c5cb9684ed241052ad38efcb",
      "tree": "eb6afc51722c3e21077b510e8875461b569caad2",
      "parents": [
        "60a8fc017103325db4b56e4f175f060a6aaac147"
      ],
      "author": {
        "name": "Fernando Luis Vazquez Cao",
        "email": "fernando@oss.ntt.co.jp",
        "time": "Wed Nov 21 15:13:12 2007 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:47 2008 -0800"
      },
      "message": "USB: sis FB driver: *_ioctl32_conversion functions do not exist in recent kernels\n\nRemove dead code while at it.\n\nSigned-off-by: Fernando Luis Vazquez Cao \u003cfernando@oss.ntt.co.jp\u003e\nCc: Thomas Winischhofer \u003cthomas@winischhofer.net\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "60a8fc017103325db4b56e4f175f060a6aaac147",
      "tree": "f3ded94b313365c6d3483532ac770f8e0184ead3",
      "parents": [
        "c74e809565b27085519c723a949761cea7badb4b"
      ],
      "author": {
        "name": "Alain Degreffe",
        "email": "info@ecze.com",
        "time": "Fri Oct 26 13:51:49 2007 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:47 2008 -0800"
      },
      "message": "USB: add iuu_phoenix driver\n\nSigned-off-by: Alain Degreffe \u003ceczema@ecze.com\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nCc: Oliver Neukum \u003coliver@neukum.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "c74e809565b27085519c723a949761cea7badb4b",
      "tree": "98102fb4aa46c77d6c2e77de99fa623b1752337d",
      "parents": [
        "1365baf7249bb2d05e774e7681237b8e86f5007a"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Sat Oct 27 18:01:04 2007 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:47 2008 -0800"
      },
      "message": "USB: isd200: don\u0027t include \u003clinux/ide.h\u003e\n\nNow that commit 3794ade5b286cbd4551009dd341dbe9aeead2bc3 removed\nincorrect dependency on CONFIG_IDE we can fix the driver to not\ninclude \u003clinux/ide.h\u003e:\n\n* add ATA_REG_{ERROR,LCYL,HCYL,STATUS}_OFFSET defines and use them\n  instead of IDE_{ERROR,LCYL,HCYL,STATUS}_OFFSET from \u003clinux/ide.h\u003e\n\n* remove no longer needed \u003clinux/ide.h\u003e include\n\n* remove incorrect comment added by the last commit:\n  - isd200.c is not the only user of struct hd_driveid besides IDE\n    (see drivers/block/xsysace.c and arch/um/drivers/ubd_kern.c)\n\nCc: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "1365baf7249bb2d05e774e7681237b8e86f5007a",
      "tree": "d9a77d461a6cacf1154c59468f47db854982f254",
      "parents": [
        "eedffd12e07d8fd150618d603d010b491dc90354"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Fri Oct 12 17:24:28 2007 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:47 2008 -0800"
      },
      "message": "USB: autosuspend for cdc-acm\n\nHere we go. This patch implements suspend/resume and autosuspend\nfor the CDC ACM driver.\n\nSigned-off-by: Oliver Neukum \u003coneukum@suse.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "eedffd12e07d8fd150618d603d010b491dc90354",
      "tree": "d0a14f642db6719d47b24d24e06bc4a168d02c63",
      "parents": [
        "5a3201b2809a9f7bcda8413c445483f5b5e490a3"
      ],
      "author": {
        "name": "Pete Zaitcev",
        "email": "zaitcev@redhat.com",
        "time": "Tue Oct 23 18:57:25 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:47 2008 -0800"
      },
      "message": "USB: Remove unnecessary zeroing from ub\n\nThese zeroings were taken from usb-storage long time ago. I examined\nthe submission paths and usb_fill_bulk_urb and found them unnecessary.\n\nSigned-off-by: Pete Zaitcev \u003czaitcev@yahoo.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "5a3201b2809a9f7bcda8413c445483f5b5e490a3",
      "tree": "3be21f9b9a8fa953645b889bbf31c3b8ec6f19a0",
      "parents": [
        "de6f92b9ee00e9f841fb1a63d0bd60593ec55dbe"
      ],
      "author": {
        "name": "Tony Jones",
        "email": "tonyj@suse.de",
        "time": "Tue Sep 11 14:07:31 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:46 2008 -0800"
      },
      "message": "USB: Convert from class_device to device for USB core\n\nConvert from class_device to device for drivers/usb/core.\n\nSigned-off-by: Tony Jones \u003ctonyj@suse.de\u003e\nCc: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "de6f92b9ee00e9f841fb1a63d0bd60593ec55dbe",
      "tree": "fcd4403920eb1a29a515a5b59130ea61e6e9cffc",
      "parents": [
        "6ce4560a39f72e45a273c652ee116f8b0fc6386f"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jan 28 09:50:12 2008 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:46 2008 -0800"
      },
      "message": "USB: handle idVendor of 0x0000\n\nSome crazy devices in the wild have a vendor id of 0x0000.  If we try to\nadd a module alias with this id, we just can\u0027t do it due to a check in\nthe file2alias.c file.  Change the test to verify that both the vendor\nand product ids are 0x0000 to show a real \"blank\" module alias.\n\nNote, the module-init-tools package also needs to be changed to properly\ngenerate the depmod tables.\n\nCc: Janusz \u003cjanumix@poczta.fm\u003e\nCc: stable \u003cstable@kernel.org\u003e\nCc: Jon Masters \u003cjcm@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "6ce4560a39f72e45a273c652ee116f8b0fc6386f",
      "tree": "ceb4ea697b566f6ce903dde22441ba5a91b7a2d1",
      "parents": [
        "4b24f91c24e27ec7746549d1180b9cbd18f06000"
      ],
      "author": {
        "name": "Jan Andersson",
        "email": "jan@gaisler.com",
        "time": "Tue Jan 08 16:39:49 2008 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:46 2008 -0800"
      },
      "message": "usb: fix usbtest halt check on big endian systems\n\nusbtest did not swap the received status information when checking for\na non-zero value and failed to discover halted endpoints on big endian\nsystems.\n\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Jan Andersson \u003cjan@gaisler.com\u003e\nAcked-by: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "4b24f91c24e27ec7746549d1180b9cbd18f06000",
      "tree": "90aaabc4e5b5a15acce8e28563d6194dfe0580b2",
      "parents": [
        "ab91d346c82e794e9dce29cf4fda067b4961ca64"
      ],
      "author": {
        "name": "Grant Grundler",
        "email": "grundler@parisc-linux.org",
        "time": "Wed Jan 23 21:31:03 2008 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:46 2008 -0800"
      },
      "message": "USB: storage: Add unusual_dev for HP r707\n\nAdd \"FIX_CAPACITY\" entry for HP Photosmart r707 Camera in \"Disk\" mode.\nCamera will wedge when /lib/udev/vol_id attempts to access the last sector,\nEIO gets reported to dmesg, and block device is marked \"offline\" (it is).\nReproduced vol_id behavior with:\n\t\"dd if\u003d/dev/sda of\u003d/dev/null skip\u003d60800 count\u003d1\"\n\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Grant Grundler \u003cgrundler@parisc-linux.org\u003e\nSigned-off-by: Phil Dibowitz \u003cphil@ipom.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "ab91d346c82e794e9dce29cf4fda067b4961ca64",
      "tree": "b03aa68d0f596c14f443e54cabc7d1de46153cc0",
      "parents": [
        "0cc1a51ff32cd54881a7e4d92ed89cee49843265"
      ],
      "author": {
        "name": "Nate Carlson",
        "email": "natecars@natecarlson.com",
        "time": "Thu Jan 24 12:45:07 2008 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:46 2008 -0800"
      },
      "message": "USB: Variant of the Dell Wireless 5520 driver\n\nI\u0027ve got a Dell wireless 5520 card with a different USB ID - specifically, 8136\ninstead of 8137. Attached a small patch to add support, and the output of an\n\u0027ati3\u0027.\n\nIf we could get this in, that\u0027d be sweet.  ;)  Thanks!\n\nnc@knight:~/tmp/linux-2.6.24-rc8/drivers/usb/serial$ lsusb | grep 8136\n\tBus 001 Device 005: ID 413c:8136 Dell Computer Corp.\nnc@knight:~/tmp/linux-source-2.6.23/drivers/usb/serial$ cu -l ttyUSB0 -s 115200\n\tConnected.\n\tati3\n\tManufacturer: Novatel Wireless Incorporated\n\tModel: Expedite EU860D MiniCard\n\tRevision: 10.10.04.01-01  [2007-04-11 14:07:19]\n\tIMEI: 011186000228043\n\t+GCAP: +CGSM,+DS,+ES\n\nFrom: Nate Carlson \u003cnatecars@natecarlson.com\u003e\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "0cc1a51ff32cd54881a7e4d92ed89cee49843265",
      "tree": "6ac8d81efd81f768245d44f03a545b128dd546a5",
      "parents": [
        "4bb0ef193bae8ca881d14fa713a831c042147041"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Thu Jan 10 10:31:48 2008 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:45 2008 -0800"
      },
      "message": "USB: use GFP_NOIO in reset path\n\nthis function will run in the context of the scsi error handler thread.\nIt must use GFP_NOIO instead of GFP_KERNEL to avoid a possible\ndeadlock.\n\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Oliver Neukum \u003coneukum@suse.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "4bb0ef193bae8ca881d14fa713a831c042147041",
      "tree": "6896e34f22b340f77bdce7c5ac063c22a269dc02",
      "parents": [
        "57833ea6b95a3995149f1f6d1a8d8862ab7a0ba2"
      ],
      "author": {
        "name": "Ed Beroset",
        "email": "beroset@mindspring.com",
        "time": "Thu Jan 17 17:37:46 2008 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:45 2008 -0800"
      },
      "message": "USB: ftdi driver - add support for optical probe device\n\nAdded support for the Elster Unicom III Optical Probe.\nThe device ID has already been added to the usb.ids file.\n\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Ed Beroset \u003cberoset@mindspring.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "57833ea6b95a3995149f1f6d1a8d8862ab7a0ba2",
      "tree": "303f628c28492b792bef30be808ee03c6f49ac8f",
      "parents": [
        "94cb373a75a903a6246d3e671cabd3e7b7084105"
      ],
      "author": {
        "name": "Akira Tsukamoto",
        "email": "akirat@rd.scei.sony.co.jp",
        "time": "Fri Jan 18 18:58:28 2008 +0900"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:45 2008 -0800"
      },
      "message": "USB: pl2303: add support for RATOC REX-USB60F\n\npl2303: add support for RATOC REX-USB60F\n\nThis patch adds support for RATOC REX-USB60F Serial Adapters,\nwhich is widely used in Japan recently.\n\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Akira Tsukamoto \u003cakirat@rd.scei.sony.co.jp\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "94cb373a75a903a6246d3e671cabd3e7b7084105",
      "tree": "8ce08f6e0580b614c6cb03efc1a2f36411521f68",
      "parents": [
        "e3e73c90e529fd882a402296581644062be0e46c"
      ],
      "author": {
        "name": "Daniel Kozák",
        "email": "kozzi11@gmail.com",
        "time": "Sat Jan 12 11:53:09 2008 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:45 2008 -0800"
      },
      "message": "USB: remove duplicate entry in Option driver and Pl2303 driver for Huawei modem\n\nRemove entry for Huawei E620 UMTS/HSDPA card (ID: 12d1:1001) in pl2303 driver\nOption driver is use instead\n\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Daniel Kozák \u003ckozzi11@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "e3e73c90e529fd882a402296581644062be0e46c",
      "tree": "5016d5473eeacef977646d6a934235ddcfbecb45",
      "parents": [
        "34910434a2c5556c3b44f78c1c0347709b59a4da"
      ],
      "author": {
        "name": "Bruno Redondi",
        "email": "bruno.redondi@altarisoluzione.com",
        "time": "Fri Jan 11 22:00:59 2008 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:45 2008 -0800"
      },
      "message": "USB: sierra: add support for Onda H600/Zte MF330 datacard to USB Driver for Sierra Wireless\n\nAdded support for Onda H600/Zte MF330 GPRS/UMTS/HSDPA datacard\n\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Bruno Redondi \u003cbruno.redondi@altarisoluzione.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "34910434a2c5556c3b44f78c1c0347709b59a4da",
      "tree": "cb8b245330939e3630378c7406ccb4a430a480c9",
      "parents": [
        "42f8aa945660b901a3c7f25447aa948bf03f208a"
      ],
      "author": {
        "name": "Franco Lanza",
        "email": "nextime@nexlab.it",
        "time": "Wed Dec 26 03:29:33 2007 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:45 2008 -0800"
      },
      "message": "USB: ftdi-sio: Patch to add vendor/device id for ATK_16IC CCD\n\nlittle patches only to add vendor/device id of ATK_16IC CCD cam for\nastronomy.\n\nFrom: Franco Lanza \u003cnextime@nexlab.it\u003e\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "42f8aa945660b901a3c7f25447aa948bf03f208a",
      "tree": "2b038bfa06020a86b530160b71afb93b13481a0e",
      "parents": [
        "da287623723f97939cdae8db44735228de15f3b5"
      ],
      "author": {
        "name": "Peter Stark",
        "email": "Peter.Stark@t-online.de",
        "time": "Tue Dec 25 18:32:08 2007 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:44 2008 -0800"
      },
      "message": "USB: ftdi_sio - enabling multiple ELV devices, adding EM1010PC\n\nI work with a group of people on a free home automation tool called\nFHEM.  Some of the users own more than one USB-serial device by ELV. The\nftdi_sio driver has most of the ELV devices disabled by default and\nneeds to be re-enabled every time you get a new kernel. Additionally a\nnew device (EM 1010 PC - enegry monitor) is missing in the list.\nCurrently our users have to follow the instructions we provide at\nhttp://www.koeniglich.de/fhem/linux.html ... However, to some users it\nis too complicated to compile their own kernel module.\n\nWe are aware that you can specify one additional device using the\nvendor/product option of the module. But lot\u0027s of users own more than\none device.\n\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Peter Stark \u003cpeter.stark@t-online.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "da287623723f97939cdae8db44735228de15f3b5",
      "tree": "8361713ec9272d6e63870ae4eb77f3bf7ba21a58",
      "parents": [
        "6835b32c38d3a64669f04a3e864f6933c5fdbd73"
      ],
      "author": {
        "name": "Manish Katiyar",
        "email": "mkatiyar@gmail.com",
        "time": "Sat Dec 15 11:01:14 2007 +0530"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:44 2008 -0800"
      },
      "message": "USB : correct comments in usb/core/notify.c\n\nThis patch corrects the wrong function name mentioned in the comments\nof usb_unregister_notify function.\n\nSigned-off-by: Manish Katiyar \u003cmkatiyar@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "6835b32c38d3a64669f04a3e864f6933c5fdbd73",
      "tree": "6216821510e37d74e6d99e6352ef20ef9715e736",
      "parents": [
        "cc311ee7d29d96f0bf15599f4456012d6f5ea23c"
      ],
      "author": {
        "name": "Kevin Lloyd",
        "email": "linux@sierrawireless.com",
        "time": "Thu Jan 10 11:11:04 2008 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:44 2008 -0800"
      },
      "message": "USB: sierra driver - add devices\n\nThe following improvements were made:\n - Added new product support: MC5725, AC 880 U, MP 3G (UMTS \u0026 CDMA)\n\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Kevin Lloyd \u003clinux@sierrawireless.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "cc311ee7d29d96f0bf15599f4456012d6f5ea23c",
      "tree": "a6878a0197135f628a1360af0c6804d08b32f6aa",
      "parents": [
        "62aad3ab11fb4e7c43447ac655595b9cbba3f431"
      ],
      "author": {
        "name": "Damien Stuart",
        "email": "dstuart@dstuart.org",
        "time": "Sun Jan 06 13:51:39 2008 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:43 2008 -0800"
      },
      "message": "USB: Adding YC Cable USB Serial device to pl2303\n\nThis simply adds the \"YC Cable\" as a vendor and its pl2303-based\nUSB\u003c-\u003eSerial adapter as a product.  This particular adapter is sold by\nRadio Shack.  I\u0027ve done limited testing on a few different systems with\nno issues.\n\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "62aad3ab11fb4e7c43447ac655595b9cbba3f431",
      "tree": "f500edd0e3b94a73747c9f64933b37e5fae5abb5",
      "parents": [
        "002e8f2c80c6be76bb312940bc278fc10b2b2487"
      ],
      "author": {
        "name": "Jessica L. Blank",
        "email": "j@twu.net",
        "time": "Sun Dec 30 20:11:35 2007 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:43 2008 -0800"
      },
      "message": "USB: Sierra - Add support for Aircard 881U\n\nAdds the appropriate vendor and device IDs for the AirCard 881U to\nsierra.c. (This device is often rebadged by AT\u0026T as the USBConnect 881).\n\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Jessica L Blank \u003cj@twu.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "002e8f2c80c6be76bb312940bc278fc10b2b2487",
      "tree": "808c2e62f61a999f1d732580c332109aea44e038",
      "parents": [
        "5de8b3acda2d03f8aeb21b5a267645088718c356"
      ],
      "author": {
        "name": "Piotr Roszatycki",
        "email": "dexter@debian.org",
        "time": "Wed Jan 02 11:16:57 2008 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:43 2008 -0800"
      },
      "message": "USB: add support for 4348:5523 WinChipHead USB-\u003eRS 232 adapter\n\nadd support for:\n\n  4348:5523 WinChipHead USB-\u003eRS 232 adapter with Prolifec PL 2303 chipset\n\n[ mingo@elte.hu: merged it and nursed it upstream ]\n\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "5de8b3acda2d03f8aeb21b5a267645088718c356",
      "tree": "c74bb9254f1f8f0a8697780194fbfde6baf73247",
      "parents": [
        "2336a986793c771008b181ec65334c240ce512ca"
      ],
      "author": {
        "name": "Craig Shelley",
        "email": "craig@microtron.org.uk",
        "time": "Thu Jan 03 12:45:59 2008 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:43 2008 -0800"
      },
      "message": "USB: CP2101 New Device IDs\n\nSix new device IDs for CP2101 driver.\n\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Craig Shelley \u003ccraig@microtron.org.uk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "2336a986793c771008b181ec65334c240ce512ca",
      "tree": "d37fb204b34f6425ff4227624575ee07f44e353d",
      "parents": [
        "3004e5379a525d848bbe8ddff2c534ac0fb04e2c"
      ],
      "author": {
        "name": "Li Yang",
        "email": "leoli@freescale.com",
        "time": "Thu Jan 03 10:04:40 2008 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:43 2008 -0800"
      },
      "message": "usb gadget: fix fsl_usb2_udc potential OOPS\n\nFor fsl_usb2_udc driver, ep0 also has a descriptor.  Current code is\nmisleading and contains a logical mistake.  Here is the patch to fix it.\n\n http://bugzilla.kernel.org/show_bug.cgi?id\u003d9595\n\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "3004e5379a525d848bbe8ddff2c534ac0fb04e2c",
      "tree": "fa8b89f8be36ef50a1a3750f2bd1c1c03ec9fbdf",
      "parents": [
        "24e1c13c93cbdd05e4b7ea921c0050b036555adc"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Thu Jan 03 16:59:04 2008 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 01 14:34:42 2008 -0800"
      },
      "message": "USB: keyspan: Fix oops\n\nIf we get a data URB back from the hardware after we have put the tty to\nbed we go kaboom. Fortunately all we need to do is process the URB\nwithout trying to ram its contents down the throat of an ex-tty.\n\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "24e1c13c93cbdd05e4b7ea921c0050b036555adc",
      "tree": "60e5b54f1ce6db72507e6f20f19bffe5854793b8",
      "parents": [
        "31fa5d2868cfa6b51e39989e2a2ab99ce4566cb2",
        "3bc217ffe6774e7971d6a7ce6350ce806ebab044"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:48:45 2008 +1100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:48:45 2008 +1100"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.dk/linux-2.6-block\n\n* \u0027for-linus\u0027 of git://git.kernel.dk/linux-2.6-block:\n  block: kill swap_io_context()\n  as-iosched: fix inconsistent ioc-\u003elock context\n  ide-cd: fix leftover data BUG\n  block: make elevator lib checkpatch compliant\n  cfq-iosched: make checkpatch compliant\n  block: make core bits checkpatch compliant\n  block: new end request handling interface should take unsigned byte counts\n  unexport add_disk_randomness\n  block/sunvdc.c:print_version() must be __devinit\n  splice: always updated atime in direct splice\n"
    },
    {
      "commit": "3bc217ffe6774e7971d6a7ce6350ce806ebab044",
      "tree": "b1ccad14a0c23f12248092feb867d2e311db59f0",
      "parents": [
        "8bdd3f8a6993fef2f364aca6e1a59559405773a2"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 11:34:49 2008 +0100"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 11:34:49 2008 +0100"
      },
      "message": "block: kill swap_io_context()\n\nIt blindly copies everything in the io_context, including the lock.\nThat doesn\u0027t work so well for either lock ordering or lockdep.\n\nThere seems zero point in swapping io contexts on a request to request\nmerge, so the best point of action is to just remove it.\n\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\n"
    },
    {
      "commit": "31fa5d2868cfa6b51e39989e2a2ab99ce4566cb2",
      "tree": "e809b9459fce4f6363dd201641cb39a456ce10dc",
      "parents": [
        "e3c2a998afcb6de179ad954ee0113cfbcc42083e"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Thu Jan 31 22:09:08 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:11:40 2008 +1100"
      },
      "message": "docbook: rapidio: fix fatal filename error\n\nFix docbook fatal error (files were renamed):\ndocproc: linux-2.6.24-git9/arch/ppc/kernel/rio.c: No such file or directory\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e3c2a998afcb6de179ad954ee0113cfbcc42083e",
      "tree": "c4bd2d591c18b1ed2e62d3e3d062ab74c749d64f",
      "parents": [
        "42bb1899221d362bee5480e3abc9b05243bf38fb"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Fri Feb 01 00:13:58 2008 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:08:22 2008 +1100"
      },
      "message": "fix directory entry in arch-x86-Makefile\n\nDoing a make randconfig I came across this error in the Makefile.\n\nThis patch makes a directory out of arch/x86/mach-default for\nCONFIG_X86_RDC321X\n\nSigned-off-by: Steven Rostedt \u003csrostedt@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "42bb1899221d362bee5480e3abc9b05243bf38fb",
      "tree": "2887b9c6e3b1a25836447a825ae466a9b69f43a5",
      "parents": [
        "cec03afcb62fbbb0eaf943f6349ade61b89d7d40",
        "4787083fcce866e275bedeb87cd6dfba34c84253"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:06:56 2008 +1100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:06:56 2008 +1100"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:\n  [SPARC64]: Fix inconsistent .section usage in lib/\n  [SPARC/SPARC64]: Fix usage of .section .sched.text in assembler code.\n"
    },
    {
      "commit": "cec03afcb62fbbb0eaf943f6349ade61b89d7d40",
      "tree": "cc80c13e373337d1c1dee9dd7269173da1f7c079",
      "parents": [
        "2da53b0134ad41b91556d2d2a322cc03487a1ab7",
        "4814bdbd590e835ecec2d5e505165ec1c19796b2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:06:29 2008 +1100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:06:29 2008 +1100"
      },
      "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: (173 commits)\n  [NETNS]: Lookup in FIB semantic hashes taking into account the namespace.\n  [NETNS]: Add a namespace mark to fib_info.\n  [IPV4]: fib_sync_down rework.\n  [NETNS]: Process interface address manipulation routines in the namespace.\n  [IPV4]: Small style cleanup of the error path in rtm_to_ifaddr.\n  [IPV4]: Fix memory leak on error path during FIB initialization.\n  [NETFILTER]: Ipv6-related xt_hashlimit compilation fix.\n  [NET_SCHED]: Add flow classifier\n  [NET_SCHED]: sch_sfq: make internal queues visible as classes\n  [NET_SCHED]: sch_sfq: add support for external classifiers\n  [NET_SCHED]: Constify struct tcf_ext_map\n  [BLUETOOTH]: Fix bugs in previous conn add/del workqueue changes.\n  [TCP]: Unexport sysctl_tcp_tso_win_divisor\n  [IPV4]: Make struct ipv4_devconf static.\n  [TR] net/802/tr.c: sysctl_tr_rif_timeout static\n  [XFRM]: Fix statistics.\n  [XFRM]: Remove unused exports.\n  [PKT_SCHED] sch_teql.c: Duplicate IFF_BROADCAST in FMASK, remove 2nd.\n  [BNX2]: Fix ASYM PAUSE advertisement for remote PHY.\n  [IPV4] route cache: Introduce rt_genid for smooth cache invalidation\n  ...\n"
    },
    {
      "commit": "2da53b0134ad41b91556d2d2a322cc03487a1ab7",
      "tree": "a2dbec136864c02f7b7113fef77f3f09d437a29e",
      "parents": [
        "0c6377f878eb767846934d6c70377afac9a4db68"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Thu Jan 31 17:50:02 2008 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:03:36 2008 +1100"
      },
      "message": "pasemi: Fix thinko in dma_direct_ops setup\n\n[POWERPC] pasemi: Fix thinko in dma_direct_ops setup\n\nThe first patch will just fall through and still set dma_data to a bad\nvalue, make it return directly instead.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nAcked-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0c6377f878eb767846934d6c70377afac9a4db68",
      "tree": "94089c74d5ee2eadea89a1ba927d21cf6ca9b42a",
      "parents": [
        "79d8bfb01be752694fb3ae93555fcc0ad91b232b"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:40:52 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:02:04 2008 +1100"
      },
      "message": "m68knommu: remove dead timer int pending code\n\nRemove all the dead timer interrupt checking functions for the ColdFire\nCPU \"timers\" hardware that are not used after switching to GENERIC_TIME.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "79d8bfb01be752694fb3ae93555fcc0ad91b232b",
      "tree": "3828131ccd73e954d3f5ef1aeea87ed53ba5f7cb",
      "parents": [
        "2d8815ba82ef5048806d36529f3e385450ba6e60"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:40:49 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:02:04 2008 +1100"
      },
      "message": "m68knommu: remove empty timer offset function for 68360\n\nSwitching to GENERIC_TIME means we no longer need the empty timer offset\nfunction for the 68360 CPU.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2d8815ba82ef5048806d36529f3e385450ba6e60",
      "tree": "1c3795a516ad13762b5dbe907e96198807cf3114",
      "parents": [
        "de0cc4e2830434c44131232fd953dee895be43a2"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:40:39 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:02:03 2008 +1100"
      },
      "message": "m68knommu: remove local gettimeofday code\n\nRemove unused local gettimeofday functions, now that we are using\nGENERIC_TIME.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "de0cc4e2830434c44131232fd953dee895be43a2",
      "tree": "a66df7efa70370f8ce5f7e2b80cb36766ab39d4f",
      "parents": [
        "a7f61fa43e9b5622de5568b695b87c2166c49ea2"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:40:30 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:02:03 2008 +1100"
      },
      "message": "m68knommu: set config to use GENERIC_TIME\n\nSwitch m68knommu arch to using GENERIC_TIME.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a7f61fa43e9b5622de5568b695b87c2166c49ea2",
      "tree": "92b82c932f6947fdb189b0caed245a730808fdf4",
      "parents": [
        "8d80c5ee9c1e5bc3b72d69591101c2715a7e7fdd"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:40:26 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:02:03 2008 +1100"
      },
      "message": "m68knommu: switch ColdFire TIMER to use GENERIC_TIME\n\nSwitch the ColdFire TIMER timer to use GENERIC_TIME.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8d80c5ee9c1e5bc3b72d69591101c2715a7e7fdd",
      "tree": "fcc63bb81d8b3a253fba5a3de0974488994dc35b",
      "parents": [
        "36a90f26aa24c58e5279786340beb9f5bea39361"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:40:21 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:02:03 2008 +1100"
      },
      "message": "m68knommu: switch ColdFire PIT timer to use GENERIC_TIME\n\nSwitch the ColdFire PIT timer to using GENERIC_TIME.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "36a90f26aa24c58e5279786340beb9f5bea39361",
      "tree": "cf18a97aef95f5b95525526a78bdf27f77db9bcf",
      "parents": [
        "f6efaf62bbb67ad564862a1131c365c3c55f6242"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:40:17 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:02:03 2008 +1100"
      },
      "message": "m68knommu: switch 68328 timer to use GENERIC_TIME\n\nSwitch the 68328 CPU timer code to using GENERIC_TIME.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f6efaf62bbb67ad564862a1131c365c3c55f6242",
      "tree": "a5d4a5e89dd053cbe1f009377d12c046d2e9de80",
      "parents": [
        "b7dcf7fe7c3060db38fc625efffad5965a5c6d8a"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:38:26 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:00:01 2008 +1100"
      },
      "message": "m68knommu: remove unused CONFIG_DISKtel symbol\n\nRemove unused CONFIG_DISKtel define.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b7dcf7fe7c3060db38fc625efffad5965a5c6d8a",
      "tree": "5d72dc3cd8cc062e7dfdeb8750da524f1b570f34",
      "parents": [
        "9f69ba86d66297189916ceae401fe0944a207714"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:38:24 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:00:01 2008 +1100"
      },
      "message": "m68knommu: fix 528x ColdFire cache settings\n\nFix problems with the 528x ColdFire CPU cache setup.\nDo not cache the flash region (if present), and make the runtime\nsettings consistent with the init setting.\n\nProblems pointed out by Bernd Buttner \u003cb.buettner@mkc-gmbh.de\u003e\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9f69ba86d66297189916ceae401fe0944a207714",
      "tree": "9dada9de4f74f87bc28917da589112aba2098973",
      "parents": [
        "c9f27c3619b3ee26b8ec47692bdd3a7ac075ad87"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:38:34 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:00:01 2008 +1100"
      },
      "message": "m68knommu: use container_of in mcf.c\n\nUse container_of() instead of assuming local uart struct is first member\nof uart_port struct.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c9f27c3619b3ee26b8ec47692bdd3a7ac075ad87",
      "tree": "2ad64678425cead0ec63774d542d7e66089b1cea",
      "parents": [
        "7c74806bc9addc312f59f2e7388b3a436c0c5131"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:38:20 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:00:01 2008 +1100"
      },
      "message": "m68knommu: remove dead code from m68knommu timer code\n\nRemove unused LED heartbeat code from m68knommu timer code.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7c74806bc9addc312f59f2e7388b3a436c0c5131",
      "tree": "4b35bf74e6a07a8c40f991757502b1627e441bf1",
      "parents": [
        "dad263b84e244cd991f40ab9f87813078f585abb"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:38:32 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:00:01 2008 +1100"
      },
      "message": "m68knommu: use IRQF_DISABLE in m68328serial.c\n\nUse IRQF_DISABLED instead of obsolete IRQ_FLG_STD for request_irq() flags\nin m68328serial.c driver.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "dad263b84e244cd991f40ab9f87813078f585abb",
      "tree": "0e65802792dd3086dc8f56ca8025f3ce49a84716",
      "parents": [
        "6d3867987b8eefd880246f7dab085fcbe348c4dd"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:38:03 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 21:00:01 2008 +1100"
      },
      "message": "m68knommu: create common DMA table for ColdFire CPUs\n\nMove the ColdFire DMA address table into its own file, and out\nof each of the different CPU config files. No need to have a copy\nof it in each of the config setup files.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6d3867987b8eefd880246f7dab085fcbe348c4dd",
      "tree": "4606e276d47e3b1c1860cc97686f364b1364d3a5",
      "parents": [
        "591091a15e22dc4ec30aa6fd5998be4e024b5c4c"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:37:56 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:58:10 2008 +1100"
      },
      "message": "m68knommu: modify Makefiles to support common coldfire directory\n\nModify Makefiles to support separate coldfire platform directory.\n\nCurrently the common ColdFire CPU family code sits in the\narch/m68knommu/platform/5307 directory. This is confusing, the files\ncontaining this common code are in no way specific to the 5307 ColdFire.\nCreate an arch/m68knommu/platform/coldfire directory to contain this\ncommon code. Other m68knommu CPU varients do not need use this code\nthough, so it doesn\u0027t make sense to move it to arch/m68knommu/kernel.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "591091a15e22dc4ec30aa6fd5998be4e024b5c4c",
      "tree": "05bc18df1558861d8a8116c309ed07a2384607a3",
      "parents": [
        "297a834d0b593179cc178ddc5f128c8b8844d7be"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:37:46 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:58:10 2008 +1100"
      },
      "message": "m68knommu: move ColdFire vectors.c to its own coldfire directory\n\nMove common ColdFire CPU vectors.c to common coldfire platform directory.\n\nCurrently the common ColdFire CPU family code sits in the\narch/m68knommu/platform/5307 directory. This is confusing, the files\ncontaining this common code are in no way specific to the 5307 ColdFire.\nCreate an arch/m68knommu/platform/coldfire directory to contain this\ncommon code. Other m68knommu CPU varients do not need use this code\nthough, so it doesn\u0027t make sense to move it to arch/m68knommu/kernel.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "297a834d0b593179cc178ddc5f128c8b8844d7be",
      "tree": "31355d0128d00ba0a0aa9b23b49b893727a37655",
      "parents": [
        "703d01255e650b2f1ff6b2df5345bd481fd094e6"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:37:39 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:58:10 2008 +1100"
      },
      "message": "m68knommu: move ColdFire timers.c to its own coldfire directory\n\nMove common ColdFire CPU timers.c to common coldfire platform directory.\n\nCurrently the common ColdFire CPU family code sits in the\narch/m68knommu/platform/5307 directory. This is confusing, the files\ncontaining this common code are in no way specific to the 5307 ColdFire.\nCreate an arch/m68knommu/platform/coldfire directory to contain this\ncommon code. Other m68knommu CPU varients do not need use this code\nthough, so it doesn\u0027t make sense to move it to arch/m68knommu/kernel.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "703d01255e650b2f1ff6b2df5345bd481fd094e6",
      "tree": "7837de34ee0d45a06dd0783e74de918fc6d0bbcc",
      "parents": [
        "ad80335a989ddace0969b180d4c417b56f26a254"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:37:36 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:58:10 2008 +1100"
      },
      "message": "m68knommu: move ColdFire pit.c to its own coldfire directory\n\nMove common ColdFire CPU pit.c to common coldfire platform directory.\n\nCurrently the common ColdFire CPU family code sits in the\narch/m68knommu/platform/5307 directory. This is confusing, the files\ncontaining this common code are in no way specific to the 5307 ColdFire.\nCreate an arch/m68knommu/platform/coldfire directory to contain this\ncommon code. Other m68knommu CPU varients do not need use this code\nthough, so it doesn\u0027t make sense to move it to arch/m68knommu/kernel.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ad80335a989ddace0969b180d4c417b56f26a254",
      "tree": "62e7dfaa531c928544f32eac8c83aa822d1c4d52",
      "parents": [
        "129f481d69123919c9fc351be268878fcd19df01"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:37:28 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:58:09 2008 +1100"
      },
      "message": "m68knommu: move ColdFire head.S to its own coldfire directory\n\nMove common ColdFire CPU head.S to common coldfire platform directory.\n\nCurrently the common ColdFire CPU family code sits in the\narch/m68knommu/platform/5307 directory. This is confusing, the files\ncontaining this common code are in no way specific to the 5307 ColdFire.\nCreate an arch/m68knommu/platform/coldfire directory to contain this\ncommon code. Other m68knommu CPU varients do not need use this code\nthough, so it doesn\u0027t make sense to move it to arch/m68knommu/kernel.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "129f481d69123919c9fc351be268878fcd19df01",
      "tree": "a0f334ed7c6c9b4132890c1ba49dbeefdb77e399",
      "parents": [
        "c0ecfcd4b8998441cb6c647ee561e55cc3cd7e81"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:37:18 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:58:09 2008 +1100"
      },
      "message": "m68knommu: move ColdFire entry.S to its own coldfire directory\n\nMove common ColdFire CPU entry.S to common coldfire platform directory.\n\nCurrently the common ColdFire CPU family code sits in the\narch/m68knommu/platform/5307 directory. This is confusing, the files\ncontaining this common code are in no way specific to the 5307 ColdFire.\nCreate an arch/m68knommu/platform/coldfire directory to contain this\ncommon code. Other m68knommu CPU varients do not need use this code\nthough, so it doesn\u0027t make sense to move it to arch/m68knommu/kernel.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c0ecfcd4b8998441cb6c647ee561e55cc3cd7e81",
      "tree": "db5c67d9e3571820e8c03a34f158d81c3965b9f6",
      "parents": [
        "b2e1810e6467455e6dd28c7c7170c2e9c37fd1b0"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:35:03 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:55:44 2008 +1100"
      },
      "message": "m68knommu: platform setup for 5407 ColdFire parts\n\nSwitch to platform style configuration for 5407 ColdFire parts.\nInitial support is for the UARTs. DMA support moved to common code\nfor all ColdFire parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b2e1810e6467455e6dd28c7c7170c2e9c37fd1b0",
      "tree": "401c856ebce465b3d45caae93574dced3b0699b4",
      "parents": [
        "e206da0bb3ccb479d624172580963bd70431b455"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:34:58 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:55:43 2008 +1100"
      },
      "message": "m68knommu: platform setup for 532x ColdFire parts\n\nSwitch to platform style configuration for 532x ColdFire parts.\nInitial support is for the UARTs. DMA support moved to common code\nfor all ColdFire parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e206da0bb3ccb479d624172580963bd70431b455",
      "tree": "a385a51b0433b32679a592b8b11175658ba8a875",
      "parents": [
        "96db271acee00e550ddce54aaa8d0dc3e99706a3"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:34:40 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:55:43 2008 +1100"
      },
      "message": "m68knommu: platform setup for 527x ColdFire parts\n\nSwitch to platform style configuration for 527x ColdFire parts.\nInitial support is for the UARTs. DMA support moved to common code\nfor all ColdFire parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "96db271acee00e550ddce54aaa8d0dc3e99706a3",
      "tree": "3e72ab195b7bcbaa8fe9af628f3d826dc7d6a585",
      "parents": [
        "eb49e9076141756d6c8fc97663e94eead0d7fc42"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:34:55 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:55:43 2008 +1100"
      },
      "message": "m68knommu: platform setup for 5307 ColdFire parts\n\nSwitch to platform style configuration for 5307 ColdFire parts.\nInitial support is for the UARTs. DMA support moved to common code\nfor all ColdFire parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "eb49e9076141756d6c8fc97663e94eead0d7fc42",
      "tree": "0f4f25315019f813aa6653aaa4c92a4fc896eeb5",
      "parents": [
        "5f84bd52f03f8606982c75dfbda8c4cc1b725fee"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:34:50 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:55:43 2008 +1100"
      },
      "message": "m68knommu: platform setup for 528x ColdFire parts\n\nSwitch to platform style configuration for 528x ColdFire parts.\nInitial support is for the UARTs. DMA support moved to common code\nfor all ColdFire parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5f84bd52f03f8606982c75dfbda8c4cc1b725fee",
      "tree": "ac6e4f3f29b4d203ddee57d480374ad6986e8baf",
      "parents": [
        "84e6defae684656193621a5812f51ff3561550b1"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:34:30 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:55:43 2008 +1100"
      },
      "message": "m68knommu: platform setup for 5249 ColdFire parts\n\nSwitch to platform style configuration for 5249 ColdFire parts.\nInitial support is for the UARTs. DMA support moved to common code\nfor all ColdFire parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "84e6defae684656193621a5812f51ff3561550b1",
      "tree": "0ee9abaaa449fffb0cad0071df2139670000eee2",
      "parents": [
        "7dabb9ad8de527c3afef055a3ea18d027a4cca63"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:34:32 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:55:43 2008 +1100"
      },
      "message": "m68knommu: platform setup for 5272 ColdFire parts\n\nSwitch to platform style configuration for 5272 ColdFire parts.\nInitial support is for the UARTs. DMA support moved to common code\nfor all ColdFire parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7dabb9ad8de527c3afef055a3ea18d027a4cca63",
      "tree": "cf692db969188d74d9b85cf4dc0a5a26b0f01cd1",
      "parents": [
        "4b61a353e4c893ea07ff5a812de8c0894ed5982f"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:34:10 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:54:03 2008 +1100"
      },
      "message": "m68knommu: platform setup for 520x ColdFire parts\n\nSwitch to platform style configuration for 520x ColdFire parts.\nInitial support is for the UARTs. DMA support moved to common code\nfor all ColdFire parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4b61a353e4c893ea07ff5a812de8c0894ed5982f",
      "tree": "9331a9ac544b8cd42c9b03ad5ed0b7d500e24430",
      "parents": [
        "cf64c233839e97221d63ed7887b59196c8c748c3"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:34:15 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:54:03 2008 +1100"
      },
      "message": "m68knommu: platform setup for 523x ColdFire parts\n\nSwitch to platform style configuration for 523x ColdFire parts.\nInitial support is for the UARTs. DMA support moved to common code\nfor all ColdFire parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "cf64c233839e97221d63ed7887b59196c8c748c3",
      "tree": "2d83cc2619ced36f48eb1737383712f456354fc2",
      "parents": [
        "9685c43e4ea7e7267afd30157ca22af4e21e2767"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:34:08 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:54:03 2008 +1100"
      },
      "message": "m68knommu: platform setup for 5206e ColdFire parts\n\nSwitch to platform style configuration for 5206e ColdFire parts.\nInitial support is for the UARTs. DMA support is moved to common code.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9685c43e4ea7e7267afd30157ca22af4e21e2767",
      "tree": "6d7547e3eff78564fbdc0a6dabad7f6e0604143c",
      "parents": [
        "ae1b5f0d2311057643657b71a272c4748e4b21d2"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:34:04 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:54:03 2008 +1100"
      },
      "message": "m68knommu: platform setup for 5206 ColdFire parts\n\nSwitch to platform style configuration for 5206 ColdFire parts.\nInitial support is for the UARTs. DMA support moved to common code\nfor all ColdFire parts.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ae1b5f0d2311057643657b71a272c4748e4b21d2",
      "tree": "2485d1156d5eb0b5fe1b5e0d0ba630c051e87f99",
      "parents": [
        "b9ac1ecb7d43fd9f6424117f4ab218d1cff5920f"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:32:00 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:54:03 2008 +1100"
      },
      "message": "m68knommu: configure support for new ColdFire serial driver\n\nAdd configure support for new ColdFire serial driver.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b9ac1ecb7d43fd9f6424117f4ab218d1cff5920f",
      "tree": "b3826f896f3eda1e9ca0b8ddd4ab1e0af4a6ab0a",
      "parents": [
        "9c52fab2f187636b39afb0dcf562872ed42ab608"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:31:58 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:54:03 2008 +1100"
      },
      "message": "m68knommu: build support for new ColdFire serial driver\n\nAdd build support for new ColdFire serial driver.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9c52fab2f187636b39afb0dcf562872ed42ab608",
      "tree": "95dc4da467f543dfde86f898105bef9ff82cee82",
      "parents": [
        "13f09b95a82c46ed608d057b22e0dd18ebfff22a"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ZenIV.linux.org.uk",
        "time": "Fri Feb 01 07:05:44 2008 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:54:03 2008 +1100"
      },
      "message": "Fix dl2k constants\n\nThe MSSR constants didn\u0027t match the reality - bitfield declarations used\nto be correct (1000BT_FD - bit 11, 1000BT_HD - bit 10), but enum had\nthem the other way round.  Went unnoticed until the switch from the\nbitfields use to the explicit arithmetics and I hadn\u0027t caught that one\nwhen verifying correctness of change...\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8bdd3f8a6993fef2f364aca6e1a59559405773a2",
      "tree": "cbf07985c3396417932002be5cd5e4f2c47433e9",
      "parents": [
        "4f4f6c2502474f51654a699d7127d86c2f87075a"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 09:44:28 2008 +0100"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 09:44:28 2008 +0100"
      },
      "message": "as-iosched: fix inconsistent ioc-\u003elock context\n\nSince it\u0027s acquired from irq context, all locking must be of the\nirq safe variant. Most are already inside the queue lock (which\nalready disables interrupts), but the io scheduler rmmod path\nalways has irqs enabled and the put_io_context() path may legally\nbe called with irqs enabled (even if it isn\u0027t usually). So fixup\nthose two.\n\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\n"
    },
    {
      "commit": "4f4f6c2502474f51654a699d7127d86c2f87075a",
      "tree": "63a2b59aae7d1726f9b516cd9ac7a9635cab9f8b",
      "parents": [
        "4eb166d9874b4917d79ccd14577a60d795a0cb4a"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Thu Jan 31 13:57:51 2008 +0100"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 09:26:33 2008 +0100"
      },
      "message": "ide-cd: fix leftover data BUG\n\nIt\u0027s perfectly legal to have data leftovers when a drive signals\ncompletion, it happens all the time when a user issues a command\nwith a transfer count that is too large.\n\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\n"
    },
    {
      "commit": "4eb166d9874b4917d79ccd14577a60d795a0cb4a",
      "tree": "b29e657c7f07ad4a0f852bc4803404a7b15bd4ef",
      "parents": [
        "fe094d98e79351344c9e0e2c1446794240d247a4"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 00:37:27 2008 +0100"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 09:26:33 2008 +0100"
      },
      "message": "block: make elevator lib checkpatch compliant\n\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\n"
    },
    {
      "commit": "fe094d98e79351344c9e0e2c1446794240d247a4",
      "tree": "6ca11d4d0c2b0c338159b02a412c8bb9fd08f2a6",
      "parents": [
        "6728cb0e6343d4068ccec13f07212e6382d3ff33"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Thu Jan 31 13:08:54 2008 +0100"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 09:26:33 2008 +0100"
      },
      "message": "cfq-iosched: make checkpatch compliant\n\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\n"
    },
    {
      "commit": "6728cb0e6343d4068ccec13f07212e6382d3ff33",
      "tree": "5a7826dc91cf2d9cf54e8c24b40aa3c4d892c797",
      "parents": [
        "22b132102f1540dd40f3e41df88796829b685f1a"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Thu Jan 31 13:03:55 2008 +0100"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 09:26:33 2008 +0100"
      },
      "message": "block: make core bits checkpatch compliant\n\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\n"
    },
    {
      "commit": "22b132102f1540dd40f3e41df88796829b685f1a",
      "tree": "20edc8316009b946ebd197b7aef7ccc041d02798",
      "parents": [
        "640e248e44e2c550473550ca83668ceccad21dce"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Thu Jan 31 12:36:19 2008 +0100"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 09:26:33 2008 +0100"
      },
      "message": "block: new end request handling interface should take unsigned byte counts\n\nNo point in passing signed integers as the byte count, they can never\nbe negative.\n\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\n"
    },
    {
      "commit": "640e248e44e2c550473550ca83668ceccad21dce",
      "tree": "288be142fdd66cdcedaa33e5c571ce9b393fc615",
      "parents": [
        "e30f98fcac9a203534454ffa6069c9b5fd2404ef"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Wed Jan 30 21:17:52 2008 +0100"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 09:26:32 2008 +0100"
      },
      "message": "unexport add_disk_randomness\n\nThis patch removes the no longer used EXPORT_SYMBOL(add_disk_randomness).\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nAcked-by: Matt Mackall \u003cmpm@selenic.com\u003e\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\n"
    },
    {
      "commit": "e30f98fcac9a203534454ffa6069c9b5fd2404ef",
      "tree": "a7d5c53aab6af9641de7d7ae31535b13df998ab9",
      "parents": [
        "8084870854fe181996c4aa4f44cb2fabcebf164c"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Wed Jan 30 21:17:23 2008 +0100"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 09:26:32 2008 +0100"
      },
      "message": "block/sunvdc.c:print_version() must be __devinit\n\nThis patch fixes the following section mismatches:\n\n\u003c--  snip  --\u003e\n\n...\nWARNING: drivers/block/sunvdc.o(.text+0xf0): Section mismatch in reference from the function print_version() to the variable .devinit.data:version\nWARNING: drivers/block/sunvdc.o(.text+0xf8): Section mismatch in reference from the function print_version() to the variable .devinit.data:version\n...\n\n\u003c--  snip  --\u003e\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\n"
    },
    {
      "commit": "8084870854fe181996c4aa4f44cb2fabcebf164c",
      "tree": "6958333e62e8000f52ba6d6d9a559faa1248d3c5",
      "parents": [
        "13f09b95a82c46ed608d057b22e0dd18ebfff22a"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Wed Jan 30 12:24:48 2008 +0100"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Fri Feb 01 09:26:32 2008 +0100"
      },
      "message": "splice: always updated atime in direct splice\n\nAndre Majorel \u003caym-xunil@teaser.fr\u003e points out that if we only updated\nthe atime when we transfer some data, we deviate from the standard\nof always updating the atime. So change splice to always call\nfile_accessed() even if splice_direct_to_actor() didn\u0027t transfer\nany data.\n\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\n"
    },
    {
      "commit": "4787083fcce866e275bedeb87cd6dfba34c84253",
      "tree": "82b48b36727aba73dcdfd152e2a20da3af13832a",
      "parents": [
        "c6d64c16bb193c8ca2ccc0b3c556a4574a02408b"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Thu Jan 31 16:48:49 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:32:44 2008 -0800"
      },
      "message": "[SPARC64]: Fix inconsistent .section usage in lib/\n\nA few places missed the \"a\" specifier for the __ex_table section. Add\nthese so we avoid generation an additional section at link time.\n\nLatest modpost would otherwise complain like this:\n\nWARNING: vmlinux.o (__ex_table.2): section name inconsistency.\n(.[number]+) following section name.\nDid you forget to use \"ax\"/\"aw\" in a .S file?\nNote that for example \u003clinux/init.h\u003e contains\nsection definitions for use in .S files.\nWARNING: vmlinux.o (__ex_table.4): section name inconsistency.\n(.[number]+) following section name.\nDid you forget to use \"ax\"/\"aw\" in a .S file?\nNote that for example \u003clinux/init.h\u003e contains\nsection definitions for use in .S files.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c6d64c16bb193c8ca2ccc0b3c556a4574a02408b",
      "tree": "4cf593f98f0ac457c43e9e6513aca71eb6b11109",
      "parents": [
        "13f09b95a82c46ed608d057b22e0dd18ebfff22a"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Mon Jan 28 21:06:23 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:32:43 2008 -0800"
      },
      "message": "[SPARC/SPARC64]: Fix usage of .section .sched.text in assembler code.\n\nld will generate an unique named section when assembler do not use\n\"ax\" but gcc does. Add the missing annotation.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4814bdbd590e835ecec2d5e505165ec1c19796b2",
      "tree": "b53996e694125012b202ea35a46fdf3cb39ae1df",
      "parents": [
        "7462bd744e8882f9ebb9220d46fd4fec8b35b082"
      ],
      "author": {
        "name": "Denis V. Lunev",
        "email": "den@openvz.org",
        "time": "Thu Jan 31 18:50:07 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:28:41 2008 -0800"
      },
      "message": "[NETNS]: Lookup in FIB semantic hashes taking into account the namespace.\n\nThe namespace is not available in the fib_sync_down_addr, add it as a\nparameter.\n\nLooking up a device by the pointer to it is OK. Looking up using a\nresult from fib_trie/fib_hash table lookup is also safe. No need to\nfix that at all.  So, just fix lookup by address and insertion to the\nhash table path.\n\nSigned-off-by: Denis V. Lunev \u003cden@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7462bd744e8882f9ebb9220d46fd4fec8b35b082",
      "tree": "25c5ba54034199e6a8e3d123c5e8e79f88f7c394",
      "parents": [
        "85326fa54b5516d8859617cc5fdfce8ae19c1480"
      ],
      "author": {
        "name": "Denis V. Lunev",
        "email": "den@openvz.org",
        "time": "Thu Jan 31 18:49:32 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:28:40 2008 -0800"
      },
      "message": "[NETNS]: Add a namespace mark to fib_info.\n\nThis is required to make fib_info lookups namespace aware. In the\nother case initial namespace devices are marked as dead in the local\nrouting table during other namespace stop.\n\nSigned-off-by: Denis V. Lunev \u003cden@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "85326fa54b5516d8859617cc5fdfce8ae19c1480",
      "tree": "82129844e755914183bc262b250301d06b7db398",
      "parents": [
        "4b8aa9abee2e108b132dea7a7c4e81a167895354"
      ],
      "author": {
        "name": "Denis V. Lunev",
        "email": "den@openvz.org",
        "time": "Thu Jan 31 18:48:47 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:28:39 2008 -0800"
      },
      "message": "[IPV4]: fib_sync_down rework.\n\nfib_sync_down can be called with an address and with a device. In\nreality it is called either with address OR with a device. The\ncodepath inside is completely different, so lets separate it into two\ncalls for these two cases.\n\nSigned-off-by: Denis V. Lunev \u003cden@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4b8aa9abee2e108b132dea7a7c4e81a167895354",
      "tree": "892d1380ae4a6566932903ddc6c167fc7ecefc7d",
      "parents": [
        "7b2185747c32260a3e43b94812e96d22a8725f09"
      ],
      "author": {
        "name": "Denis V. Lunev",
        "email": "den@openvz.org",
        "time": "Thu Jan 31 18:47:40 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:28:39 2008 -0800"
      },
      "message": "[NETNS]: Process interface address manipulation routines in the namespace.\n\nThe namespace is available when required except rtm_to_ifaddr. Add\nnamespace argument to it.\n\nSigned-off-by: Denis V. Lunev \u003cden@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7b2185747c32260a3e43b94812e96d22a8725f09",
      "tree": "942b0af12bab516a627075fcd0b2e2cf4d34711b",
      "parents": [
        "dce5cbeec32eb5db4d406b732b1256c6f702bde5"
      ],
      "author": {
        "name": "Denis V. Lunev",
        "email": "den@openvz.org",
        "time": "Thu Jan 31 18:47:00 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:28:38 2008 -0800"
      },
      "message": "[IPV4]: Small style cleanup of the error path in rtm_to_ifaddr.\n\nRemove error code assignment inside brackets on failure. The code\nlooks better if the error is assigned before condition check. Also,\nthe compiler treats this better.\n\nSigned-off-by: Denis V. Lunev \u003cden@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "dce5cbeec32eb5db4d406b732b1256c6f702bde5",
      "tree": "38c9fe8ba24567d7914b949059a896f683aa6e29",
      "parents": [
        "3ed5df445eddce6f37767df3ebe8b27b614c7d98"
      ],
      "author": {
        "name": "Denis V. Lunev",
        "email": "den@openvz.org",
        "time": "Thu Jan 31 18:44:53 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:28:37 2008 -0800"
      },
      "message": "[IPV4]: Fix memory leak on error path during FIB initialization.\n\nnet-\u003eipv4.fib_table_hash is not freed when fib4_rules_init failed.\n\nSigned-off-by: Denis V. Lunev \u003cden@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3ed5df445eddce6f37767df3ebe8b27b614c7d98",
      "tree": "2fcc1304b85550c432d8666480843b65edc7a3f5",
      "parents": [
        "e5dfb815181fcb186d6080ac3a091eadff2d98fe"
      ],
      "author": {
        "name": "Pavel Emelyanov",
        "email": "xemul@openvz.org",
        "time": "Thu Jan 31 18:42:26 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:28:36 2008 -0800"
      },
      "message": "[NETFILTER]: Ipv6-related xt_hashlimit compilation fix.\n\nThe hashlimit_ipv6_mask() is called from under IP6_NF_IPTABLES config\noption, but is not under it by itself.\n\ngcc warns us about it :) :\nnet/netfilter/xt_hashlimit.c:473: warning: \"hashlimit_ipv6_mask\" defined but not used\n\nSigned-off-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e5dfb815181fcb186d6080ac3a091eadff2d98fe",
      "tree": "25ec6cc5b3c75536dc45a14089ca14fc8bd67938",
      "parents": [
        "94de78d19580143c407ff2492edf2410d0e7d48c"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Jan 31 18:37:42 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:28:36 2008 -0800"
      },
      "message": "[NET_SCHED]: Add flow classifier\n\nAdd new \"flow\" classifier, which is meant to extend the SFQ hashing\ncapabilities without hard-coding new hash functions and also allows\ndeterministic mappings of keys to classes, replacing some out of tree\niptables patches like IPCLASSIFY (maps IPs to classes), IPMARK (maps\nIPs to marks, with fw filters to classes), ...\n\nSome examples:\n\n- Classic SFQ hash:\n\n  tc filter add ... flow hash \\\n  \tkeys src,dst,proto,proto-src,proto-dst divisor 1024\n\n- Classic SFQ hash, but using information from conntrack to work properly in\n  combination with NAT:\n\n  tc filter add ... flow hash \\\n  \tkeys nfct-src,nfct-dst,proto,nfct-proto-src,nfct-proto-dst divisor 1024\n\n- Map destination IPs of 192.168.0.0/24 to classids 1-257:\n\n  tc filter add ... flow map \\\n  \tkey dst addend -192.168.0.0 divisor 256\n\n- alternatively:\n\n  tc filter add ... flow map \\\n  \tkey dst and 0xff\n\n- similar, but reverse ordered:\n\n  tc filter add ... flow map \\\n  \tkey dst and 0xff xor 0xff\n\nPerturbation is currently not supported because we can\u0027t reliable kill the\ntimer on destruction.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "94de78d19580143c407ff2492edf2410d0e7d48c",
      "tree": "2753a5638e500101ec286fd5a02f042b4a1da129",
      "parents": [
        "7d2681a6ff4f9ab5e48d02550b4c6338f1638998"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Jan 31 18:37:16 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:28:35 2008 -0800"
      },
      "message": "[NET_SCHED]: sch_sfq: make internal queues visible as classes\n\nAdd support for dumping statistics and make internal queues visible as\nclasses.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7d2681a6ff4f9ab5e48d02550b4c6338f1638998",
      "tree": "3db57231f8153682da5136081d091bdec3cf3985",
      "parents": [
        "5239008b0de2507a531440b8c3019fb9c116fb1a"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Jan 31 18:36:52 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:28:34 2008 -0800"
      },
      "message": "[NET_SCHED]: sch_sfq: add support for external classifiers\n\nAdd support for external classifiers to allow using different flow\nhash functions similar to ESFQ. When no classifier is attached the\nbuilt-in hash is used as before.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5239008b0de2507a531440b8c3019fb9c116fb1a",
      "tree": "49f4580d2a0178182017b4a07640ac8d0f1c4112",
      "parents": [
        "5396c9356efec1d3d818b786f69e081aaad4b98b"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Jan 31 18:36:18 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:28:34 2008 -0800"
      },
      "message": "[NET_SCHED]: Constify struct tcf_ext_map\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5396c9356efec1d3d818b786f69e081aaad4b98b",
      "tree": "e336503379e46e6e0f43795baf1ed91444ad69d5",
      "parents": [
        "30a50cc56679f56d7b866b1c29fd05802606fc5a"
      ],
      "author": {
        "name": "Dave Young",
        "email": "hidave.darkstar@gmail.com",
        "time": "Thu Jan 31 18:33:10 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:28:33 2008 -0800"
      },
      "message": "[BLUETOOTH]: Fix bugs in previous conn add/del workqueue changes.\n\nJens Axboe noticed that we were queueing \u0026conn-\u003ework on both btaddconn\nand keventd_wq.\n\nSigned-off-by: Dave Young \u003chidave.darkstar@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "30a50cc56679f56d7b866b1c29fd05802606fc5a",
      "tree": "36ea4df077c1bc09b0ed646d2b24a7c7ad3a8b90",
      "parents": [
        "0027ba843450a5e28dd7fed580ad1e1546b7696b"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Thu Jan 31 17:18:50 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:28:32 2008 -0800"
      },
      "message": "[TCP]: Unexport sysctl_tcp_tso_win_divisor\n\nThis patch removes the no longer used\nEXPORT_SYMBOL(sysctl_tcp_tso_win_divisor).\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0027ba843450a5e28dd7fed580ad1e1546b7696b",
      "tree": "94546bf994ef1b187ddce1a92c122866af2ab675",
      "parents": [
        "81a21eb4ec4ad47a776a8ab89309fb2614e63ae5"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Thu Jan 31 17:17:31 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:28:31 2008 -0800"
      },
      "message": "[IPV4]: Make struct ipv4_devconf static.\n\nstruct ipv4_devconf can now become static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nAcked-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "81a21eb4ec4ad47a776a8ab89309fb2614e63ae5",
      "tree": "c64181c96c16cd630474ecae4ce17940c882fe51",
      "parents": [
        "9472c9ef645d03ea823801d7716e658aeaf894e4"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Thu Jan 31 17:16:32 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:28:31 2008 -0800"
      },
      "message": "[TR] net/802/tr.c: sysctl_tr_rif_timeout static\n\nsysctl_tr_rif_timeout can now become static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nAcked-by: Pavel Emelyanov \u003cxemul@openvz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    }
  ],
  "next": "9472c9ef645d03ea823801d7716e658aeaf894e4"
}
