)]}'
{
  "log": [
    {
      "commit": "dabad0568a5935e9f4903f5fd1d8f22b1c7c88c7",
      "tree": "8f095cf80e83c01b3262451fc1c91b4ee22ff26f",
      "parents": [
        "ea6f94dfe9db4d19a39e774cfafa5c9428a9fdbc"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Tue Oct 17 00:10:28 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 17 08:18:48 2006 -0700"
      },
      "message": "[PATCH] epca: prevent panic on tty_register_driver() failure\n\nMake epca fail on initialization failure instead of panic.\n\nCc: \"Digi International, Inc\" \u003cEng.Linux@digi.com\u003e\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nAcked-by: Alan Cox \u003calan@redhat.com\u003e\nAcked-by: Scott Kilau \u003cscottk@digi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ea6f94dfe9db4d19a39e774cfafa5c9428a9fdbc",
      "tree": "22c0b158dd9bf54e516eb7a9d6f50e3405b729d7",
      "parents": [
        "3864c4894a7f4c03d69a90082a5bb0ab10e437ab"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Tue Oct 17 00:10:27 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 17 08:18:48 2006 -0700"
      },
      "message": "[PATCH] rd: memory leak on rd_init() failure\n\nIf RAM disk driver initialization fails due to blk_alloc_queue() faulure, the\ngendisk structs stored in rd_disks[] will not be freed completely.\n\nThis patch resolves that memory leak case by doing alloc_disk() and\nblk_alloc_queue() at the same time.\n\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6a15f46c1272afd3010259067451bf0df04f6511",
      "tree": "21968f8737159e2ef24c8fef487fb633ba2c9681",
      "parents": [
        "eee44cca665aa1a5663e6a00c2bdfc275739dac5"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 17 00:10:25 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 17 08:18:47 2006 -0700"
      },
      "message": "[PATCH] rtc: fix printk of 64-bit res on 32-bit platform\n\nWith 64-bit resources on 32-bit platforms, the resource address might be\nlarger than a void*.  Fix printk to work regardless of resource size.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nCc: Alessandro Zummo \u003ca.zummo@towertech.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6b5f29675c6a1041aefc147271508bd56cf2b761",
      "tree": "097426aac84e322df5188954b435a86281bbb40a",
      "parents": [
        "12fda16814bba05a84a49a1da25a069d6c249758"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 17 00:10:22 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 17 08:18:46 2006 -0700"
      },
      "message": "[PATCH] I2O: handle a few sysfs errors\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nCc: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "12fda16814bba05a84a49a1da25a069d6c249758",
      "tree": "05cb63f14784190d75e98d6ac3f9b2e5949a5539",
      "parents": [
        "58ff407bee5a55f9c1188a3f9d70ffc79485183c"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 17 00:10:20 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 17 08:18:46 2006 -0700"
      },
      "message": "[PATCH] drivers/led: handle sysfs errors\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nCc: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "48d1a7ea6373337985f27dc1c707649469df5827",
      "tree": "38139069fec8acb041ed2fae759d9770e2eb2e88",
      "parents": [
        "a460e745e8f9c75a0525ff94154a0629f9d3e05d"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Tue Oct 17 00:10:05 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 17 08:18:45 2006 -0700"
      },
      "message": "[PATCH] sx: fix user-visible typo (devic)\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nAcked-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a4bb2cf1c3d30e7498e5561b22246b5bcbfe2e15",
      "tree": "2f8a81498718d563b928c2e2c3d139ec799f4b02",
      "parents": [
        "c60099bfe3a5e6fa22a930627689b3769c52153f"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Oct 17 00:10:00 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 17 08:18:44 2006 -0700"
      },
      "message": "[PATCH] drivers/char/specialix.c: fix the baud conversion\n\nCorrect the following bugs introduced by commit\n67cc0161ecc9ebee6eba4af6cbfdba028090b1b9:\n\n- remove one remaining and now incorrect baud_table[] usage\n- \"baud +\u003d\" is no longer correct\n\nThe former bug was spotted by the Coverity checker.\n\nRolf Eike Beer spotted a bug in the initial version of my patch.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1fec74a9cda95772887c82ede5c0ac60f5be857e",
      "tree": "c3d0cc4270d37bff046668a0f437950c0788939c",
      "parents": [
        "286e1ea3ac1ca4f503ebbb3020bdb0cbe6adffac"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Tue Oct 17 00:09:58 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 17 08:18:44 2006 -0700"
      },
      "message": "[PATCH] acpi_processor_latency_notifier(): UP warning fix\n\ndrivers/acpi/processor_idle.c:1112: warning: \u0027smp_callback\u0027 defined but not used\n\nCc: Len Brown \u003clenb@kernel.org\u003e\nCc: Arjan van de Ven \u003carjan@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c430169e0c9f42f2cd27e0a6161e7ff4dc7e608d",
      "tree": "9d91a42684644fdf76c8c7b0667beeb36b52dcf3",
      "parents": [
        "f9b2e97bea228739b74b541033b1119c5707200b"
      ],
      "author": {
        "name": "Francisco Larramendi",
        "email": "flarramendi@gmail.com",
        "time": "Tue Oct 17 00:09:53 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 17 08:18:44 2006 -0700"
      },
      "message": "[PATCH] rtc-max6902: month conversion fix\n\nFix October-only BCD-to-binary conversion bug:\n\n\t0x08 -\u003e 7\n\t0x09 -\u003e 8\n\t0x10 -\u003e 15 (!)\n\t0x11 -\u003e 19\n\nFixes http://bugzilla.kernel.org/show_bug.cgi?id\u003d7361\n\nCc: Raphael Assenat \u003craph@raphnet.net\u003e\nCc: Alessandro Zummo \u003ca.zummo@towertech.it\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f9b2e97bea228739b74b541033b1119c5707200b",
      "tree": "7e71ebdebb36276f6899c32ee1affb0fd1f5f3f3",
      "parents": [
        "91828a405ae454a9503c41a7744f6ff877a80714"
      ],
      "author": {
        "name": "Evgeniy Polyakov",
        "email": "johnpol@2ka.mipt.ru",
        "time": "Tue Oct 17 00:09:47 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 17 08:18:44 2006 -0700"
      },
      "message": "[PATCH] w1 kconfig fix\n\nRemove dependency of w1 subsytem from connector, only w1_con must depend on\nit.  With attached patch applied to vanilla 2.6.19-git things works fine.\n\nSigned-off-by: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nCc: \u003cdmb@pochta.ru\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nCc: \"Randy.Dunlap\" \u003crdunlap@xenotime.net\u003e\nCc: Adrian Bunk \u003cbunk@stusta.de\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e24650c2e744f99541125a5b023f0d02cad19d14",
      "tree": "59f043a5bddb973feac1b1543cf87970665370c5",
      "parents": [
        "a649fd9271773dd0f78e2b9f347bcceecb8827f9"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Tue Oct 17 00:09:38 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 17 08:18:43 2006 -0700"
      },
      "message": "[PATCH] md: fix /proc/mdstat refcounting\n\nI have seen mdadm oops after successfully unloading md module.\n\nThis patch privents from unloading md module while\nmdadm is polling /proc/mdstat.\n\nCc: Neil Brown \u003cneilb@suse.de\u003e\nSigned-off-by: Akinbou Mita \u003cakinobu.mita@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "623a43952abfad2d48f287d1fab07b2089d07554",
      "tree": "46394c16677773934f3fe1e88bfac49a4c78c854",
      "parents": [
        "59f148005cfd3d41537a4b872c266213d5fe4dc6"
      ],
      "author": {
        "name": "Paul Fulghum",
        "email": "paulkf@microgate.com",
        "time": "Tue Oct 17 00:09:27 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 17 08:18:42 2006 -0700"
      },
      "message": "[PATCH] synclink: remove PAGE_SIZE reference\n\nRemove reference to PAGE_SIZE that causes errors if PAGE_SIZE !\u003d 4096\n\nSigned-off-by: Paul Fulghum \u003cpaulkf@microgate.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "59f148005cfd3d41537a4b872c266213d5fe4dc6",
      "tree": "1e769ca80218a39417f7d45759e1bd2a4dbf6452",
      "parents": [
        "107d5a72f2c6a6819b66eebcb0281c7a67b6baaa"
      ],
      "author": {
        "name": "Brent Casavant",
        "email": "bcasavan@sgi.com",
        "time": "Tue Oct 17 00:09:25 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 17 08:18:42 2006 -0700"
      },
      "message": "[PATCH] ioc4: Enable build on non-SN2\n\nThe SGI PCI-RT card, based on the SGI IOC4 chip, will be made available on\nAltix XE (x86_64) platforms in the near future.  As such it is now a\nmisnomer for the IOC4 base device driver to live under drivers/sn, and\nwould complicate builds for non-SN2.\n\nThis patch moves the IOC4 base driver code from drivers/sn to drivers/misc,\nand updates the associated Makefiles and Kconfig files to allow building on\nnon-SN2 configs.  Due to the resulting change in link order, it is now\nnecessary to use late_initcall() for IOC4 subdriver initialization.\n\n[akpm@osdl.org: __udivdi3 fix]\n[akpm@osdl.org: fix default in Kconfig]\nAcked-by: Pat Gefre \u003cpfg@sgi.com\u003e\nAcked-by: Jeremy Higdon \u003cjeremy@sgi.com\u003e\nSigned-off-by: Brent Casavant \u003cbcasavan@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "107d5a72f2c6a6819b66eebcb0281c7a67b6baaa",
      "tree": "d77ea3fad74cad5e56fd7231dec8ffb39f9880c3",
      "parents": [
        "4d99bfac9d5ce53b383d3c8279b917050be4e06c"
      ],
      "author": {
        "name": "Brent Casavant",
        "email": "bcasavan@sgi.com",
        "time": "Tue Oct 17 00:09:24 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 17 08:18:42 2006 -0700"
      },
      "message": "[PATCH] ioc4: Remove SN2 feature and config dependencies\n\nThe SGI PCI-RT card, based on the SGI IOC4 chip, will be made available on\nAltix XE (x86_64) platforms in the near future.  As such dependencies on\nSN2-specific features and config dependencies need to be removed.\n\nThis patch updates the Kconfig files to remove the config dependency, and\nupdates the IOC4 bus speed detection routine to use universally available\ntime interfaces instead of mmtimer.\n\nSigned-off-by: Brent Casavant \u003cbcasavan@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4d99bfac9d5ce53b383d3c8279b917050be4e06c",
      "tree": "619295dba71c73919eb331d615311dd1390fc668",
      "parents": [
        "39af114377bf80d2a88e47be33d578d1fa9b0775"
      ],
      "author": {
        "name": "Geert Uytterhoeven",
        "email": "geert@linux-m68k.org",
        "time": "Mon Oct 16 19:59:43 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 16 12:19:03 2006 -0700"
      },
      "message": "[PATCH] CONFIG_TELCLOCK depends on X86\n\nThe telecom clock driver for MPBL0010 ATCA SBC depends on X86\n\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nAcked-by: Mark Gross \u003cmark.gross@intel.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5206a79d7b217c139116fc6faef55d1c0e65c800",
      "tree": "334717cbd3ae9752351ec81acc088577142c8cab",
      "parents": [
        "29da7eb0ec69245c6e9b4eb5bdaa04af685f5c4f",
        "3f5306927d800306ebba542438cfdf1a1c418376"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 16 08:33:06 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 16 08:33:06 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6: (25 commits)\n  [Bluetooth] Use work queue to trigger URB submission\n  [Bluetooth] Add locking for bt_proto array manipulation\n  [Bluetooth] Check if DLC is still attached to the TTY\n  [Bluetooth] Fix reference count when connection lookup fails\n  [Bluetooth] Disconnect HID interrupt channel first\n  [Bluetooth] Support concurrent connect requests\n  [Bluetooth] Make use of virtual devices tree\n  [Bluetooth] Handle return values from driver core functions\n  [Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDP\n  [IPV6] sit: Add missing MODULE_LICENSE\n  [IPV6]: Remove bogus WARN_ON in Proxy-NA handling.\n  [IPv6] rules: Use RT6_LOOKUP_F_HAS_SADDR and fix source based selectors\n  [XFRM]: Fix xfrm_state_num going negative.\n  [NET]: reduce sizeof(struct inet_peer), cleanup, change in peer_check_expire()\n  NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctly\n  NetLabel: better error handling involving mls_export_cat()\n  NetLabel: only deref the CIPSOv4 standard map fields when using standard mapping\n  [BRIDGE]: flush forwarding table when device carrier off\n  [NETFILTER]: ctnetlink: Remove debugging messages\n  [NETFILTER]: Update MAINTAINERS entry\n  ...\n"
    },
    {
      "commit": "8741ca71a3f626a56595b88200ebf952ce77ceef",
      "tree": "f029a1ab0c83e0bf669bb961e2be93fef1d11122",
      "parents": [
        "3a42bb223f61fbd755d6e61b9b50b9681d68fcae"
      ],
      "author": {
        "name": "Andrey Mirkin",
        "email": "amirkin@sw.ru",
        "time": "Mon Oct 16 12:08:43 2006 +0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 16 08:30:04 2006 -0700"
      },
      "message": "[PATCH] scsi: megaraid_{mm,mbox}: 64-bit DMA capability fix\n\nIt is known that 2 LSI Logic MegaRAID SATA RAID Controllers (150-4 and\n150-6) don\u0027t support 64-bit DMA.  Unfortunately currently this check is\nwrong and driver sets 64-bit DMA mode for these devices.\n\nSigned-off-by: Andrey Mirkin \u003camirkin@sw.ru\u003e\nAcked-by: Vasily Averin \u003cvvs@sw.ru\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3a42bb223f61fbd755d6e61b9b50b9681d68fcae",
      "tree": "7c3a3f9839efbe70c4aa27b94b5f2a7b367cbcdc",
      "parents": [
        "9d90dafdb1f0e3c2b69fa8d3fbe99649127c8fa4"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Mon Oct 16 16:31:02 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 16 08:27:54 2006 -0700"
      },
      "message": "[PATCH] ide: add sanity checking to ide taskfile ioctl\n\nWithout this the user can feed in bogus values and get very bogus\nresults. Security impact is minimal as this ioctl isn\u0027t available to\nunpriviledged processes anyway.\n\nReported to the l/k list and found with an auditing tool.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9d90dafdb1f0e3c2b69fa8d3fbe99649127c8fa4",
      "tree": "1bfc2de4c1bdbccaa4922b15664a9c33919d4570",
      "parents": [
        "51018b0a3160d253283173c2f54f16746cee5852"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Mon Oct 16 16:28:44 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 16 08:27:54 2006 -0700"
      },
      "message": "[PATCH] rio: fix array checking\n\nFound by an analysis tool and reported to the list. Fix is simple enough\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3f5306927d800306ebba542438cfdf1a1c418376",
      "tree": "bf63518ddbb9c9c07c7d4703017baa4bb56384f1",
      "parents": [
        "74da626a1098640ddc40c0e3481c0cd41e8ec1e9"
      ],
      "author": {
        "name": "Marcel Holtmann",
        "email": "marcel@holtmann.org",
        "time": "Sun Oct 15 17:31:19 2006 +0200"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Oct 15 23:14:35 2006 -0700"
      },
      "message": "[Bluetooth] Use work queue to trigger URB submission\n\nThe bcm203x firmware loading driver uses a timer to trigger the URB\nsubmission. It is better to use a work queue instead.\n\nSigned-off-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\n"
    },
    {
      "commit": "0b269d8462a9f0058afb46eaee56e0732acf16c4",
      "tree": "f6f5d801b0f991b34b7a71394370fc31746883bb",
      "parents": [
        "ed75ded7dd3fdb647df4efefc5d11158e3d182be",
        "9aaed2b42d00d4abb2748d72d599a8033600e2bf"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 15 11:02:52 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 15 11:02:52 2006 -0700"
      },
      "message": "Merge branch \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6\n\n* \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6: (28 commits)\n  ACPI: check battery status on resume for un/plug events during sleep\n  ACPICA: Fix incorrect handling of PCI Express Root Bridge _HID\n  ACPI: asus_acpi: don\u0027t printk on writing garbage to proc files\n  ACPI: asus_acpi: fix proc files parsing\n  ACPI: SCI interrupt source override\n  ACPI: fix printk format warnings\n  ACPI: fix section for CPU init functions\n  ACPI: update comments in motherboard.c\n  ACPI: acpi_pci_link_set() can allocate with either GFP_ATOMIC or GFP_KERNEL\n  ACPI: fix potential OOPS in power driver with CONFIG_ACPI_DEBUG\n  ACPI: ibm_acpi: delete obsolete documentation\n  ACPI: created a dedicated workqueue for notify() execution\n  ACPI: Remove deferred execution from global lock acquire wakeup path\n  MSI S270 Laptop support: backlight, wlan, bluetooth states\n  ACPI: EC: export ec_transaction() for msi-laptop driver\n  ACPI: EC: Simplify acpi_hw_low_level*() with inb()/outb().\n  ACPI: EC: Unify poll and interrupt gpe handlers\n  ACPI: EC: Unify poll and interrupt mode transaction functions\n  ACPI: EC: Remove unused variables and duplicated code\n  ACPI: EC: Remove unnecessary delay added by previous transation patch.\n  ...\n"
    },
    {
      "commit": "ed75ded7dd3fdb647df4efefc5d11158e3d182be",
      "tree": "b1deddc70e76c03c1416add83c90160cefc5ac6f",
      "parents": [
        "e5a301ee02e53acf000bb8331587129930bc2290",
        "5570dd02ca7fb2e28d32516fae05031d48711aa5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 15 11:01:53 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 15 11:01:53 2006 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb\n\n* \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb:\n  V4L/DVB (4750): AGC command1/2 is board specific\n  V4L/DVB (4748): Fixed oops for Nova-T USB2\n  V4L/DVB (4746): HM12 is YUV 4:2:0, not YUV 4:1:1\n  V4L/DVB (4744): The Samsung TCPN2121P30A does not have a tda9887\n  V4L/DVB (4743): Fix oops in VIDIOC_G_PARM\n  V4L/DVB (4742): Drivers/media/video: handle sysfs errors\n  V4L/DVB (4741): {ov511,stv680}: handle sysfs errors\n  V4L/DVB (4740): Fixed an if-block to avoid floating with debug-messages\n  V4L/DVB (4739): SECAM support for saa7113 into saa7115\n  V4L/DVB (4738): Bt8xx/dvb-bt8xx.c: check kmalloc() return value.\n  V4L/DVB (4734): Tda826x: fix frontend selection for dvb_attach\n  V4L/DVB (4733): Tda10086: fix frontend selection for dvb_attach\n  V4L/DVB (4732): Fix spelling error in Kconfig help text for DVB_CORE_ATTACH\n  V4L/DVB (4731a): Kconfig: restore pvrusb2 menu items\n  V4L/DVB (4729): Fix VIDIOC_G_FMT for NTSC in cx25840.\n  V4L/DVB (4727): Support status readout for saa713x based FM radio\n  V4L/DVB (4725): Fix vivi compile on parisc\n  V4L/DVB (4692): Add WinTV-HVR3000 DVB-T support\n"
    },
    {
      "commit": "e5a301ee02e53acf000bb8331587129930bc2290",
      "tree": "11cc2cf01465a136efaca0d618f5fc33ced02373",
      "parents": [
        "cbff67668d597da48f8bc48549a9630cbf968f34"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Sat Oct 14 16:51:49 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 15 11:00:58 2006 -0700"
      },
      "message": "[PATCH] serial167 __user annotations, NULL noise removal\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6ce6b3aeeae75eee34670bcd42870ac839bfec4c",
      "tree": "e4d279000521602893b5cc5c109225ebdb3ff434",
      "parents": [
        "733f99acc82543030ce0417e2f2201ddc63097af"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Sat Oct 14 16:52:36 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 15 11:00:58 2006 -0700"
      },
      "message": "[PATCH] hp drivers/input stuff: C99 initializers, NULL noise removal, __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9aaed2b42d00d4abb2748d72d599a8033600e2bf",
      "tree": "3e887a78c239314fd29b84a4a05cc62ad770c18b",
      "parents": [
        "18d508bf5144e645443e80c606ed513f77369a50",
        "a790b323fb1b73f9388426bf3b96f153d1c90d2c"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:28:07 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:28:07 2006 -0400"
      },
      "message": "Pull trivial into test branch\n"
    },
    {
      "commit": "384bc8f07075804b9ce8807ed54dd7a483bd749a",
      "tree": "99728f6d04d0000ff297b537e54996dde5814545",
      "parents": [
        "e0749be933c3b0c4498d693524b0aa15cbdf0f8b",
        "37605a6900f6b4d886d995751fcfeef88c4e462c"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:26:42 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:26:42 2006 -0400"
      },
      "message": "Pull bugzilla-5534 into test branch\n"
    },
    {
      "commit": "e0749be933c3b0c4498d693524b0aa15cbdf0f8b",
      "tree": "a8e1ff652cb18c47da44f53bf9c346fb39522ab4",
      "parents": [
        "ed3269a31be516db7e5c415703e7c8eb09751083",
        "8c4c731a89ea6458001f48033f8988447736fb38"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:26:18 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:26:18 2006 -0400"
      },
      "message": "Pull msi-laptop into test branch\n"
    },
    {
      "commit": "ed3269a31be516db7e5c415703e7c8eb09751083",
      "tree": "e903bb77ae13b403c602ac5ffb41d06daaf24f71",
      "parents": [
        "d7321ad2936c48a95af5187d4d676118cb59aa5f",
        "ab9e43c640b2b7d6e296fc39dd8cbcb96f9ae393"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:26:10 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:26:10 2006 -0400"
      },
      "message": "Pull ec into test branch\n"
    },
    {
      "commit": "d7321ad2936c48a95af5187d4d676118cb59aa5f",
      "tree": "238e1ca71ca6cc148204d00335f16cff329d7903",
      "parents": [
        "1d5b30fc339fe2865599c70486abccc18200317d",
        "991528d7348667924176f3e29addea0675298944"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:25:59 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:25:59 2006 -0400"
      },
      "message": "Pull mwait into test branch\n"
    },
    {
      "commit": "1d5b30fc339fe2865599c70486abccc18200317d",
      "tree": "5a7e84ca1da7aec17789c1e348b157ac943584eb",
      "parents": [
        "c92fd49c547c607e23b2687f0f65f762b7210035",
        "34c4415ab857dc6d51db08d62bcd45d4b8513bb6"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:25:48 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:25:48 2006 -0400"
      },
      "message": "Pull battery into test branch\n"
    },
    {
      "commit": "c92fd49c547c607e23b2687f0f65f762b7210035",
      "tree": "ac1aa99cc17ecf2bd4432a5551cc50e9c1fe2ae4",
      "parents": [
        "9443d7c93499e2b4bd37d30c09e8ac3aa4208466",
        "2fe6dffabb06bfa0591c8c490b092b458fba1f06"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:25:40 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:25:40 2006 -0400"
      },
      "message": "Pull ibm into test branch\n"
    },
    {
      "commit": "9443d7c93499e2b4bd37d30c09e8ac3aa4208466",
      "tree": "a4a543d0d9a62179fa4db551fa88238d83c505d2",
      "parents": [
        "aeb1104814e1177b865eec4f4b364602f5fcb6d1",
        "6df05702f97f99e038ab817f4466386f6255f58d"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:25:33 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:25:33 2006 -0400"
      },
      "message": "Pull asus into test branch\n"
    },
    {
      "commit": "34c4415ab857dc6d51db08d62bcd45d4b8513bb6",
      "tree": "310a568ec57a1eaceba762e6d2db8c8b9fe066d9",
      "parents": [
        "3cd5b87d96db503f69a5892b8f5350d356d18969"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jikos@jikos.cz",
        "time": "Tue Oct 10 14:20:41 2006 -0700"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:22:51 2006 -0400"
      },
      "message": "ACPI: check battery status on resume for un/plug events during sleep\n\nAdd -\u003eresume method to the ACPI battery handler to check\nif the battery state has changed during sleep.\nIf yes, update the ACPI internal data structures\nfor benefit of /proc/acpi/battery/.\n\nSigned-off-by: Jiri Kosina \u003cjikos@jikos.cz\u003e\nCc: Stefan Seyfried \u003cseife@suse.de\u003e\nAcked-by: Pavel Machek \u003cpavel@ucw.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "aeb1104814e1177b865eec4f4b364602f5fcb6d1",
      "tree": "6800a54587029f0281705076ca9775c31b119d9a",
      "parents": [
        "b4bd8c66435a8cdf8c90334fb3b517a23ff2ab95"
      ],
      "author": {
        "name": "Eiichiro Oiwa",
        "email": "eiichiro.oiwa.nm@hitachi.com",
        "time": "Mon Oct 02 19:18:03 2006 +0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:13:38 2006 -0400"
      },
      "message": "ACPICA: Fix incorrect handling of PCI Express Root Bridge _HID\n\nI could not get correct PCI Express bus number from the structure of\nacpi_object_extra. I always get zero as bus number regardless of bus\nlocation. I found that there is incorrect comparison with _HID (PNP0A08) in\nacpi/events/evrgnini.c and PCI Express _BBN method always fail.\nTherefore, we always get zero as PCI Express bus number.\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d7145\n\nSigned-off-by: Bob Moore \u003crobert.moore@intel.com\u003e\nSigned-off-by: Alexey Starikovskiy \u003calexey.y.starikovskiy@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "6df05702f97f99e038ab817f4466386f6255f58d",
      "tree": "c980ce9a19f763ed2bf7ba1e4bf96449937ef7a4",
      "parents": [
        "6311f0dac006032b82e3556874a1e18b31e80de2"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Tue Oct 10 14:20:36 2006 -0700"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:03:49 2006 -0400"
      },
      "message": "ACPI: asus_acpi: don\u0027t printk on writing garbage to proc files\n\nThis reporting is useless (we errno anyway).\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "6311f0dac006032b82e3556874a1e18b31e80de2",
      "tree": "faf92a3869b1d798104dd9d7773a410628209901",
      "parents": [
        "288f3ad406460f03642a41bb945826891a7b866f"
      ],
      "author": {
        "name": "Darren Jenkins",
        "email": "darrenrjenkins@gmail.com",
        "time": "Tue Oct 10 14:20:35 2006 -0700"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 02:03:02 2006 -0400"
      },
      "message": "ACPI: asus_acpi: fix proc files parsing\n\nICC complains about a \"Pointless comparsion of unsigned interger with zero\"\n@ line 760 \u0026 808 of asus_acpi.c\n\nparse_arg() mentioned below returns -E but it\u0027s copied into unsigned variable...\n\nSigned-off-by: Darren Jenkins \u003cdarrenrjenkins@gmail.com\u003e\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "a790b323fb1b73f9388426bf3b96f153d1c90d2c",
      "tree": "34f3c125759c7a0098ea06b7563f037809be956a",
      "parents": [
        "7af8b66004fa827958b4871112e59a07db5b3f6b"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Tue Oct 10 14:20:32 2006 -0700"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 01:59:46 2006 -0400"
      },
      "message": "ACPI: fix printk format warnings\n\nFix printk format warnings in drivers/acpi:\ndrivers/acpi/tables/tbget.c:326: warning: format \u0027%X\u0027 expects type \u0027unsigned int\u0027, but argument 5 has type \u0027long unsigned int\u0027\ndrivers/acpi/tables/tbrsdt.c:189: warning: format \u0027%X\u0027 expects type \u0027unsigned int\u0027, but argument 5 has type \u0027long unsigned int\u0027\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "7af8b66004fa827958b4871112e59a07db5b3f6b",
      "tree": "4f349b35f8f0f705bf6aa0d9174fd774d2b13c61",
      "parents": [
        "f4d2e2d87eac0338884b2c26f6bafed115dbac5e"
      ],
      "author": {
        "name": "Pierre Ossman",
        "email": "drzeus@drzeus.cx",
        "time": "Tue Oct 10 14:20:31 2006 -0700"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 01:58:38 2006 -0400"
      },
      "message": "ACPI: fix section for CPU init functions\n\nThe ACPI processor init functions should be marked as __cpuinit as they use\nstructures marked with __cpuinitdata.\n\nSigned-off-by: Pierre Ossman \u003cdrzeus@drzeus.cx\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "f4d2e2d87eac0338884b2c26f6bafed115dbac5e",
      "tree": "5970c00810dfcedc63b47f152893d59abdcf1b87",
      "parents": [
        "168a328f30e9d1a8bc6ff55c0501e0bdc08bee60"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Thu Sep 14 17:16:22 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 01:56:27 2006 -0400"
      },
      "message": "ACPI: update comments in motherboard.c\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "168a328f30e9d1a8bc6ff55c0501e0bdc08bee60",
      "tree": "16c6e686a55596bdf3110366f6a408407b682710",
      "parents": [
        "786f18c666d7202a86a8aa42a98783b115fe8739"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jikos@jikos.cz",
        "time": "Thu Aug 24 00:36:19 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 01:54:21 2006 -0400"
      },
      "message": "ACPI: acpi_pci_link_set() can allocate with either GFP_ATOMIC or GFP_KERNEL\n\nacpi_pci_link_set() allocates both with interrupts on\nand with interrupts off (resume-time), so check interrupts\nand decide on GFP_ATOMIC or GFP_KERNEL at run-time.\n\nSigned-off-by: Jiri Kosina \u003cjikos@jikos.cz\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "786f18c666d7202a86a8aa42a98783b115fe8739",
      "tree": "e5c304ec8a0caf57b8b7d87a6e73cfa65e17d53d",
      "parents": [
        "b4bd8c66435a8cdf8c90334fb3b517a23ff2ab95"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Wed Aug 23 23:18:06 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 01:54:21 2006 -0400"
      },
      "message": "ACPI: fix potential OOPS in power driver with CONFIG_ACPI_DEBUG\n\ndevice was set to null and used before set in a debug printk\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "37605a6900f6b4d886d995751fcfeef88c4e462c",
      "tree": "97c0452d730c16e7e80f0062d776bdcee2446851",
      "parents": [
        "fcfc638c6b1345b6646523dbab0065b36a868ffc"
      ],
      "author": {
        "name": "Alexey Y. Starikovskiy",
        "email": "alexey.y.starikovskiy@intel.com",
        "time": "Tue Sep 26 04:20:47 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 01:50:10 2006 -0400"
      },
      "message": "ACPI: created a dedicated workqueue for notify() execution\n\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d5534#c160\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "fcfc638c6b1345b6646523dbab0065b36a868ffc",
      "tree": "3355d5feeb47df2d7f3fef5a145b17b5f7a91055",
      "parents": [
        "b4bd8c66435a8cdf8c90334fb3b517a23ff2ab95"
      ],
      "author": {
        "name": "Alexey Y. Starikovskiy",
        "email": "alexey.y.starikovskiy@intel.com",
        "time": "Tue Sep 26 04:18:16 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 01:50:09 2006 -0400"
      },
      "message": "ACPI: Remove deferred execution from global lock acquire wakeup path\n\nOn acquiring the ACPI global lock, if there were sleepers on the lock,\nwe used to use acpi_os_execute() to defer a thread which would signal\nsleepers.  Now just signal the semaphore directly.\n\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d5534#c159\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "8c4c731a89ea6458001f48033f8988447736fb38",
      "tree": "dd1f7533539e373a60627a6e0d7290365d1fb9db",
      "parents": [
        "ab9e43c640b2b7d6e296fc39dd8cbcb96f9ae393"
      ],
      "author": {
        "name": "Lennart Poettering",
        "email": "mzxreary@0pointer.de",
        "time": "Fri Oct 06 01:27:02 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 01:48:29 2006 -0400"
      },
      "message": "MSI S270 Laptop support: backlight, wlan, bluetooth states\n\nCreate a driver to support the platform-specific features\nof MSI S270 laptops (and maybe other MSI laptops).\nThis driver implements a backlight device for controlling LCD brightness\n(/sys/class/backlight/msi-laptop-bl/).\nIn addition it allows access to the WLAN and Bluetooth states\nthrough a platform driver (/sys/devices/platform/msi-laptop-pf/).\n\nSigned-off-by: Lennart Poettering \u003cmzxreary@0pointer.de\u003e\nCc: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "ab9e43c640b2b7d6e296fc39dd8cbcb96f9ae393",
      "tree": "5505f5527a8b2cebee413ef9e417d602f955e309",
      "parents": [
        "6ffb221a82de962f31034b45d945e203a0f0500f"
      ],
      "author": {
        "name": "Lennart Poettering",
        "email": "mzxreary@0pointer.de",
        "time": "Tue Oct 03 22:49:00 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 00:49:56 2006 -0400"
      },
      "message": "ACPI: EC: export ec_transaction() for msi-laptop driver\n\nSigned-off-by: Lennart Poettering \u003cmzxreary@0pointer.de\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "6ffb221a82de962f31034b45d945e203a0f0500f",
      "tree": "c7531515f7127945247c4fa7b96b8e7b22429df0",
      "parents": [
        "8e0341ba791cc72c643340b0d8119141ae5a80c5"
      ],
      "author": {
        "name": "Denis M. Sadykov",
        "email": "denis.m.sadykov@intel.com",
        "time": "Tue Sep 26 19:50:33 2006 +0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 00:49:56 2006 -0400"
      },
      "message": "ACPI: EC: Simplify acpi_hw_low_level*() with inb()/outb().\n\nSimplify acpi_hw_low_level_xxx() functions to inb() and outb().\n\nSigned-off-by: Alexey Y. Starikovskiy \u003calexey.y.starikovskiy@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "8e0341ba791cc72c643340b0d8119141ae5a80c5",
      "tree": "70fc9e26896116fd58e652c981f3d52fafee757b",
      "parents": [
        "3576cf619b73d850f5b21375609645f221e6270f"
      ],
      "author": {
        "name": "Denis M. Sadykov",
        "email": "denis.m.sadykov@intel.com",
        "time": "Tue Sep 26 19:50:33 2006 +0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 00:49:55 2006 -0400"
      },
      "message": "ACPI: EC: Unify poll and interrupt gpe handlers\n\nSigned-off-by: Alexey Y. Starikovskiy \u003calexey.y.starikovskiy@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "3576cf619b73d850f5b21375609645f221e6270f",
      "tree": "0e4fedeea6c261b781c7ac1acb9d0467230fa4c2",
      "parents": [
        "703959d47e887a29dc58123c05aa0ffcbbfa131d"
      ],
      "author": {
        "name": "Denis M. Sadykov",
        "email": "denis.m.sadykov@intel.com",
        "time": "Tue Sep 26 19:50:33 2006 +0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 00:49:55 2006 -0400"
      },
      "message": "ACPI: EC: Unify poll and interrupt mode transaction functions\n\nSigned-off-by: Alexey Y. Starikovskiy \u003calexey.y.starikovskiy@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "703959d47e887a29dc58123c05aa0ffcbbfa131d",
      "tree": "553ca4d1f0b76c77d3eeacc75f246dbbe5cafc0f",
      "parents": [
        "7c6db5e51227761f42c6ac8260753f5c24dc1dde"
      ],
      "author": {
        "name": "Denis M. Sadykov",
        "email": "denis.m.sadykov@intel.com",
        "time": "Tue Sep 26 19:50:33 2006 +0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 00:49:54 2006 -0400"
      },
      "message": "ACPI: EC: Remove unused variables and duplicated code\n\nSigned-off-by: Alexey Y. Starikovskiy \u003calexey.y.starikovskiy@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "7c6db5e51227761f42c6ac8260753f5c24dc1dde",
      "tree": "ecfa3b8a1dc0c7991633ee1145854382e7dbbea8",
      "parents": [
        "d7a76e4cb3b4469b1eccb6204c053e3ebcd4c196"
      ],
      "author": {
        "name": "Denis M. Sadykov",
        "email": "denis.m.sadykov@intel.com",
        "time": "Tue Sep 26 19:50:33 2006 +0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 00:49:53 2006 -0400"
      },
      "message": "ACPI: EC: Remove unnecessary delay added by previous transation patch.\n\nRemove unnecessary delay (50 ms) while reading data from EC in interrupt mode.\n\nSigned-off-by: Alexey Y. Starikovskiy \u003calexey.y.starikovskiy@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "d7a76e4cb3b4469b1eccb6204c053e3ebcd4c196",
      "tree": "db53dad0c84af4741a3888f96bb297ab328db78b",
      "parents": [
        "b4bd8c66435a8cdf8c90334fb3b517a23ff2ab95"
      ],
      "author": {
        "name": "Lennart Poettering",
        "email": "mzxreary@0pointer.de",
        "time": "Tue Sep 05 12:12:24 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 00:49:52 2006 -0400"
      },
      "message": "ACPI: consolidate functions in acpi ec driver\n\nUnify the following functions:\n\n    acpi_ec_poll_read()\n    acpi_ec_poll_write()\n    acpi_ec_poll_query()\n    acpi_ec_intr_read()\n    acpi_ec_intr_write()\n    acpi_ec_intr_query()\n\ninto:\n\n    acpi_ec_poll_transaction()\n    acpi_ec_intr_transaction()\n\nThese new functions take as arguments an ACPI EC command, a few bytes\nto write to the EC data register and a buffer for a few bytes to read\nfrom the EC data register. The old _read(), _write(), _query() are\njust special cases of these functions.\n\nThen unified the code in acpi_ec_poll_transaction() and\nacpi_ec_intr_transaction() a little more. Both functions are now just\nwrappers around the new acpi_ec_transaction_unlocked() function. The\nlatter contains the EC access logic, the two original\nfunction now just do their special way of locking and call the the\nnew function for the actual work.\n\nThis saves a lot of very similar code. The primary reason for doing\nthis, however, is that my driver for MSI 270 laptops needs to issue\nsome non-standard EC commands in a safe way. Due to this I added a new\nexported function similar to ec_write()/ec_write() which is called\nec_transaction() and is essentially just a wrapper around\nacpi_ec_{poll,intr}_transaction().\n\nSigned-off-by: Lennart Poettering \u003cmzxreary@0pointer.de\u003e\nAcked-by: Luming Yu \u003cluming.yu@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "991528d7348667924176f3e29addea0675298944",
      "tree": "ed8552bd4c696700a95ae37b26c4197923207ae7",
      "parents": [
        "b4bd8c66435a8cdf8c90334fb3b517a23ff2ab95"
      ],
      "author": {
        "name": "Venkatesh Pallipadi",
        "email": "venkatesh.pallipadi@intel.com",
        "time": "Mon Sep 25 16:28:13 2006 -0700"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 00:35:39 2006 -0400"
      },
      "message": "ACPI: Processor native C-states using MWAIT\n\nIntel processors starting with the Core Duo support\nsupport processor native C-state using the MWAIT instruction.\nRefer: Intel Architecture Software Developer\u0027s Manual\nhttp://www.intel.com/design/Pentium4/manuals/253668.htm\n\nPlatform firmware exports the support for Native C-state to OS using\nACPI _PDC and _CST methods.\nRefer: Intel Processor Vendor-Specific ACPI: Interface Specification\nhttp://www.intel.com/technology/iapc/acpi/downloads/302223.htm\n\nWith Processor Native C-state, we use \u0027MWAIT\u0027 instruction on the processor\nto enter different C-states (C1, C2, C3).  We won\u0027t use the special IO\nports to enter C-state and no SMM mode etc required to enter C-state.\nOverall this will mean better C-state support.\n\nOne major advantage of using MWAIT for all C-states is, with this and\n\"treat interrupt as break event\" feature of MWAIT, we can now get accurate\ntiming for the time spent in C1, C2, ..  states.\n\nSigned-off-by: Venkatesh Pallipadi \u003cvenkatesh.pallipadi@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "3cd5b87d96db503f69a5892b8f5350d356d18969",
      "tree": "00331b3bd194097ccca81cb329b341ab6f4bc56c",
      "parents": [
        "963497c12acb4d43caa9751b9291b014eea51a1a"
      ],
      "author": {
        "name": "Lebedev, Vladimir P",
        "email": "vladimir.p.lebedev@intel.com",
        "time": "Tue Sep 05 19:59:22 2006 +0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 00:34:00 2006 -0400"
      },
      "message": "ACPI: sbs: fix module_param() initializers\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "963497c12acb4d43caa9751b9291b014eea51a1a",
      "tree": "0f03381df050a060f884d6f9a0a8b7fce9e9557d",
      "parents": [
        "b4bd8c66435a8cdf8c90334fb3b517a23ff2ab95"
      ],
      "author": {
        "name": "Lebedev, Vladimir P",
        "email": "vladimir.p.lebedev@intel.com",
        "time": "Tue Sep 05 19:49:13 2006 +0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 00:33:52 2006 -0400"
      },
      "message": "ACPI: sbs: check for NULL device pointer\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "4d6bd5ea4ec4991901a8cf5a586babef68e1fa3f",
      "tree": "5678f7d190b4425a74dc1877e7d735992e0a6922",
      "parents": [
        "b4bd8c66435a8cdf8c90334fb3b517a23ff2ab95"
      ],
      "author": {
        "name": "Stefan Schmidt",
        "email": "stefan@datenfreihafen.org",
        "time": "Fri Sep 22 12:19:14 2006 +0200"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 00:32:22 2006 -0400"
      },
      "message": "ACPI: ibm_acpi: Remove experimental status for brightness and volume.\n\nThe brightness and volume features from ibm-acpi are stable.\nThe experimental flag is no longer needed.\n\nSigned-off-by: Stefan Schmidt \u003cstefan@datenfreihafen.org\u003e\nAcked-by: Borislav Deianov \u003cborislav@users.sourceforge.net\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "288f3ad406460f03642a41bb945826891a7b866f",
      "tree": "1153f127c2e4339d864b9a78a81438855a325fae",
      "parents": [
        "b4bd8c66435a8cdf8c90334fb3b517a23ff2ab95"
      ],
      "author": {
        "name": "Marek W",
        "email": "marekw1977@yahoo.com.au",
        "time": "Mon Aug 14 22:37:20 2006 -0700"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Oct 14 00:27:06 2006 -0400"
      },
      "message": "ACPI: asus_acpi: W3000 support\n\nAdd support for W3000 (W3V) and indirectly fixes an issue with kmilo under KDE\n(it was triggering excessive LCD read error messages by querying asus_acpi\nmodule) allowing people (I am probably the only one who tested this) with\nW3000 to run kmilo.\n\nCc: Karol Kozimor \u003csziwan@hell.org.pl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "5570dd02ca7fb2e28d32516fae05031d48711aa5",
      "tree": "809ee47e3332a0b209e77e01fd2fcedff616c222",
      "parents": [
        "6a74216c4590e4d322a45e1085f3553b1fb07f06"
      ],
      "author": {
        "name": "Patrick Boettcher",
        "email": "pb@linuxtv.org",
        "time": "Fri Oct 13 11:35:12 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:44:29 2006 -0300"
      },
      "message": "V4L/DVB (4750): AGC command1/2 is board specific\n\nAdded config-struct-parameter to take board-specific AGC command 1 and 2 into account.\n\nSigned-off-by: Patrick Boettcher \u003cpb@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "6a74216c4590e4d322a45e1085f3553b1fb07f06",
      "tree": "61864386d594b3c724eab70e58dca6c9cdb5e00c",
      "parents": [
        "5011915cbb139a331c083e65a61c82e9174f9813"
      ],
      "author": {
        "name": "Patrick Boettcher",
        "email": "pb@linuxtv.org",
        "time": "Fri Oct 13 11:33:26 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:44:28 2006 -0300"
      },
      "message": "V4L/DVB (4748): Fixed oops for Nova-T USB2\n\nWhen using the remote control with the Nova-T USB there was an Oops because of\nthe recent DVB-USB-Adapter change.\n\nSigned-off-by: Patrick Boettcher \u003cpb@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "1d3e6bdaa8b4b068d378ab58679c334e433496cd",
      "tree": "a3240bacad17f9c533bd26b423e0fc77aecfcd93",
      "parents": [
        "83427ac5d643308ccb36e05d525949952bdedc27"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Thu Oct 12 15:45:33 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:44:22 2006 -0300"
      },
      "message": "V4L/DVB (4744): The Samsung TCPN2121P30A does not have a tda9887\n\nContrary to all expections the Samsung TCPN2121P30A tuner does\nNOT have a tda9887. Remove the tda9887 flag from the tuner\ndefinition.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "83427ac5d643308ccb36e05d525949952bdedc27",
      "tree": "ce2e0b87884e4ed97bf25ea1a43b1c5ea79daa26",
      "parents": [
        "c12e3be0860652ed1e15c9442adcba44317211d1"
      ],
      "author": {
        "name": "Jonathan Corbet",
        "email": "corbet-v4l@lwn.net",
        "time": "Fri Oct 13 07:51:16 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:44:20 2006 -0300"
      },
      "message": "V4L/DVB (4743): Fix oops in VIDIOC_G_PARM\n\nThe call to v4l2_std_construct() in the VIDIOC_G_PARM handler treats\nvfd-\u003ecurrent_norm as if it were an index - but it\u0027s not.  The result is\nan oops if the driver has no vidioc_g_parm() method defined.  Here\u0027s the\nfix.\n\nSigned-off-by: Jonathan Corbet \u003ccorbet@lwn.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c12e3be0860652ed1e15c9442adcba44317211d1",
      "tree": "bce864340c0f854b3b05339eaf2953147fe9baae",
      "parents": [
        "2444a2fca488fa8e362895a4ca9fdc51f497282a"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Oct 13 07:17:32 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:44:17 2006 -0300"
      },
      "message": "V4L/DVB (4742): Drivers/media/video: handle sysfs errors\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2444a2fca488fa8e362895a4ca9fdc51f497282a",
      "tree": "05e4bcdc628f9825da6f027cb506728ad3649957",
      "parents": [
        "474ce78130ba37cb50e620c538ab3ffe6c582ba6"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 10 15:09:43 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:44:13 2006 -0300"
      },
      "message": "V4L/DVB (4741): {ov511,stv680}: handle sysfs errors\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "474ce78130ba37cb50e620c538ab3ffe6c582ba6",
      "tree": "22a34c6525bcd33351eada65d1936c728d1fa842",
      "parents": [
        "fc2fa31f4eaa53995593ced14c73f2cf63dcfa17"
      ],
      "author": {
        "name": "Enrico Scholz",
        "email": "enrico.scholz@informatik.tu-chemnitz.de",
        "time": "Mon Oct 09 16:27:05 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:44:12 2006 -0300"
      },
      "message": "V4L/DVB (4740): Fixed an if-block to avoid floating with debug-messages\n\nThe dbgarg() macro in videodev.c contains some printk() statements\nwhere only the first one is influenced by an if-statement. This causes\nfloating with debug-messages which is fixed by this patch by adding a\n\u0027{ ... }\u0027 pair.\n\nSigned-off-by: Enrico Scholz \u003cenrico.scholz@informatik.tu-chemnitz.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "fc2fa31f4eaa53995593ced14c73f2cf63dcfa17",
      "tree": "71b3662e02c8daaff7cae08376c1cd0312adcf03",
      "parents": [
        "626ae83bb24927ca015503448f0199842ae2e8da"
      ],
      "author": {
        "name": "Pádraig Brady",
        "email": "P@draigBrady.com",
        "time": "Mon Oct 09 08:02:17 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:44:10 2006 -0300"
      },
      "message": "V4L/DVB (4739): SECAM support for saa7113 into saa7115\n\nWithout the attached trivial patch, the saa7113 is set up for PAL when SECAM \nis selected and hence will see only show black and white for SECAM signals.\nTested the patch against the saa7115 module in linux-2.6.17 with a \nPinnacle 50e USB tuner (em28xx).\n\nSigned-off-by: Pádraig Brady \u003cP@draigBrady.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "626ae83bb24927ca015503448f0199842ae2e8da",
      "tree": "0c2bd3890188991d4c5bc9167b6028832258984b",
      "parents": [
        "c071fab453f7b181c49d92d06d936bb243ef1932"
      ],
      "author": {
        "name": "Amit Choudhary",
        "email": "amit2030@gmail.com",
        "time": "Mon Oct 09 15:50:10 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:44:08 2006 -0300"
      },
      "message": "V4L/DVB (4738): Bt8xx/dvb-bt8xx.c: check kmalloc() return value.\n\nCheck the return value of kmalloc() in function frontend_init(), \nin file drivers/media/dvb/bt8xx/dvb-bt8xx.c.\n\nSigned-off-by: Amit Choudhary \u003camit2030@gmail.com\u003e\nSigned-off-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c071fab453f7b181c49d92d06d936bb243ef1932",
      "tree": "c63dcfddf58dd8ab65d33e0cc7972b2a5cca2a33",
      "parents": [
        "fc13d929cc7af3c0da09ea2b6d23465b933e279d"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Mon Oct 09 05:17:45 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:44:06 2006 -0300"
      },
      "message": "V4L/DVB (4734): Tda826x: fix frontend selection for dvb_attach\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "fc13d929cc7af3c0da09ea2b6d23465b933e279d",
      "tree": "db31f435ae758b5300cad73b8deaef3f47baea60",
      "parents": [
        "934765b8e2f211aec119dbdd9feea6d3f2ffaf7e"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Mon Oct 09 05:17:09 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:44:02 2006 -0300"
      },
      "message": "V4L/DVB (4733): Tda10086: fix frontend selection for dvb_attach\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "934765b8e2f211aec119dbdd9feea6d3f2ffaf7e",
      "tree": "b6aab9ea66488b10f764c19a7fc2add7015a93af",
      "parents": [
        "180958febfb8d32da1d4fee13868e03be0cb931a"
      ],
      "author": {
        "name": "Uwe Bugla",
        "email": "uwe.bugla@gmx.de",
        "time": "Fri Oct 06 13:12:48 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:44:00 2006 -0300"
      },
      "message": "V4L/DVB (4732): Fix spelling error in Kconfig help text for DVB_CORE_ATTACH\n\nSigned-off-by: Uwe Bugla \u003cuwe.bugla@gmx.de\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "180958febfb8d32da1d4fee13868e03be0cb931a",
      "tree": "ff75515acc9f5d7ce1f5c7e43549f472bd2b9997",
      "parents": [
        "e0abc8cd54f5ac65465918f32f286218aa33e8c0"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sat Oct 07 16:10:53 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:43:58 2006 -0300"
      },
      "message": "V4L/DVB (4731a): Kconfig: restore pvrusb2 menu items\n\nLooks like the pvrusb2 menu items were accidentally removed in\ngit commit 1450e6bedc58c731617d99b4670070ed3ccc91b4\n\nThis patch restores the menu items so that the pvrusb2 driver can be built.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "e0abc8cd54f5ac65465918f32f286218aa33e8c0",
      "tree": "75bbd65ca6658741bbd508975b29048a4123582b",
      "parents": [
        "2e7cf3ea5acc7ed57b8883cc6d35ffc06a5c95fa"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Oct 07 16:22:10 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:43:55 2006 -0300"
      },
      "message": "V4L/DVB (4729): Fix VIDIOC_G_FMT for NTSC in cx25840.\n\nVIDIOC_G_FMT returned the sliced VBI types in the wrong lines for NTSC\n(three lines too low).\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2e7cf3ea5acc7ed57b8883cc6d35ffc06a5c95fa",
      "tree": "be5023742bdf4bc60d8b67321ffb6837f7ed7b97",
      "parents": [
        "7844d7561307d6f8b0dd18b91f4dc6cff53848b4"
      ],
      "author": {
        "name": "Hartmut Hackmann",
        "email": "hartmut.hackmann@t-online.de",
        "time": "Fri Oct 06 19:45:23 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:43:52 2006 -0300"
      },
      "message": "V4L/DVB (4727): Support status readout for saa713x based FM radio\n\nThis patch adds readout for stereo and signal level for\nsaa713x cards which use the saa713x as FM demodulator.\nThese are many cards based on saa7133, tda8290 and tda8275a.\nFM channel search should work now.\n\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t-online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "7844d7561307d6f8b0dd18b91f4dc6cff53848b4",
      "tree": "3a64b08a712504fa17b8b237f158d2406bb5adf6",
      "parents": [
        "76dc82ab57236105285fd8520895c1404b8b952f"
      ],
      "author": {
        "name": "Matthew Wilcox",
        "email": "matthew@wil.cx",
        "time": "Fri Oct 06 17:12:00 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:43:51 2006 -0300"
      },
      "message": "V4L/DVB (4725): Fix vivi compile on parisc\n\nparisc (and several other architectures) don\u0027t have a dma_address in their\nsg list.  Use the macro instead.\n\nSigned-off-by: Matthew Wilcox \u003cmatthew@wil.cx\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "76dc82ab57236105285fd8520895c1404b8b952f",
      "tree": "3abcb21421032ead4e9faf5a9a032a9f1690c198",
      "parents": [
        "b4bd8c66435a8cdf8c90334fb3b517a23ff2ab95"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Sat Sep 30 00:43:58 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Oct 14 00:43:48 2006 -0300"
      },
      "message": "V4L/DVB (4692): Add WinTV-HVR3000 DVB-T support\n\nThe WinTV-HVR3000 is currently defined for analog support only. This\npatch adds full DVB-T support. (DVB-S support will be added soon)\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "b8a3ad5b53918787f4708ad9dfe90d2557cc78dd",
      "tree": "bd3c9dea0402d6d6f0082f52b548e91a98ccb0f8",
      "parents": [
        "0e7af8d04ecb4f6ba8cd1f731f036a004ad0e174"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 13 08:42:10 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 13 08:42:10 2006 -0700"
      },
      "message": "Include proper header file for PFN_DOWN()\n\nThe recent commit (99a10a60ba9bedcf5d70ef81414d3e03816afa3f) to fix up\nmmap_kmem() broke compiles because it used PFN_DOWN() without including\n\u003clinux/pfn.h\u003e.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "99a10a60ba9bedcf5d70ef81414d3e03816afa3f",
      "tree": "7ea2c86ddd2bfdab885fe86f1c60d412e5730bb1",
      "parents": [
        "a5344a9555fffd045218aced89afd6ca0f884e10"
      ],
      "author": {
        "name": "Franck Bui-Huu",
        "email": "fbuihuu@gmail.com",
        "time": "Thu Oct 12 21:06:33 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Oct 13 08:35:38 2006 -0700"
      },
      "message": "[PATCH] Fix up mmap_kmem\n\nvma-\u003evm_pgoff is an pfn _offset_ relatif to the begining\nof the memory start. The previous code was doing at first:\n\n\tvma-\u003evm_pgoff \u003c\u003c PAGE_SHIFT\n\nwhich results into a wrong physical address since some\nplatforms have a physical mem start that can be different\nfrom 0. After that the previous call __pa() on this\nwrong physical address, however __pa() is used to convert\na _virtual_ address into a physical one.\n\nThis patch rewrites this convertion. It calculates the\npfn of PAGE_OFFSET which is the pfn of the mem start\nthen it adds the vma-\u003evm_pgoff to it.\n\nIt also uses virt_to_phys() instead of __pa() since the\nlatter shouldn\u0027t be used by drivers.\n\nSigned-off-by: Franck Bui-Huu \u003cfbuihuu@gmail.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1baaf0b424fe611a99cf3e2e59e84df0561d679a",
      "tree": "98af2021d5c3d89ba9ca3d5e4c954682a74ff484",
      "parents": [
        "734c4c67393893f61b39bcdfe1e94f72111c56d6"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Oct 12 19:07:59 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 12 12:36:55 2006 -0700"
      },
      "message": "[PATCH] more kernel_execve() fallout (sbus)\n\ndrivers/sbus/char stuff using kernel_execve() needs linux/syscalls.h\nnow; includes trimmed, while we are at it.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9eb200748878751310cd9848c5dd4d467960beec",
      "tree": "16458876279abbc597843a7c1bb8216474691380",
      "parents": [
        "8770c018da7bbaa3b41371abc401b2aa7e76a71a",
        "8ae91b9ad88a130cd50fc0b78b16e7b9510b8067"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 12 08:33:23 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 12 08:33:23 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6:\n  sh: SH-4A UBC support\n  sh: interrupt exception handling rework\n  sh: Default enable R7780RP IRQs.\n  sh: Zero-out coherent buffer in consistent_alloc().\n  sh: Convert IPR-IRQ to IRQ chip.\n  sh: Convert INTC2 IRQ handler to irq_chip.\n  sh: Fix pr_debug statements for sh4\n  sh: Convert r7780rp IRQ handler to IRQ chip.\n  sh: Updates for IRQ handler changes.\n  sh: Kill off timer_ops get_frequency().\n  sh: First step at generic timeofday support.\n"
    },
    {
      "commit": "8770c018da7bbaa3b41371abc401b2aa7e76a71a",
      "tree": "456606758ff3a920550651299b6770feebbcbbc0",
      "parents": [
        "da79cbae39516e7bdee8b0edb366e8ff016a9d3e"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Thu Oct 12 17:24:52 2006 +0200"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Thu Oct 12 17:24:52 2006 +0200"
      },
      "message": "[PATCH] ide-cd: one more missing REQ_TYPE_CMD_ATA check\n\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\n"
    },
    {
      "commit": "da79cbae39516e7bdee8b0edb366e8ff016a9d3e",
      "tree": "44ebc3f7d3dc1e0c9495b9749eec186daecdb948",
      "parents": [
        "9ff4680e9958508bebc5c683b98f37b66617e088",
        "d58cdfb89ce0c6bd5f81ae931a984ef298dbda20"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 12 07:49:46 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Oct 12 07:49:46 2006 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://brick.kernel.dk/data/git/linux-2.6-block\n\n* \u0027for-linus\u0027 of git://brick.kernel.dk/data/git/linux-2.6-block:\n  [PATCH] block layer: ioprio_best function fix\n  [PATCH] ide-cd: fix breakage with internally queued commands\n  [PATCH] block layer: elv_iosched_show should get elv_list_lock\n  [PATCH] splice: fix pipe_to_file() -\u003eprepare_write() error path\n  [PATCH] block layer: elevator_find function cleanup\n  [PATCH] elevator: elevator_type member not used\n"
    },
    {
      "commit": "cea2885a2e989d1dc19af1fc991717b33b7d1456",
      "tree": "180b207aa08b5229620a12baa66e8c579d68a925",
      "parents": [
        "c5841642242e9ae817275e09b36b298456dc17d2"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Thu Oct 12 15:08:45 2006 +0200"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "axboe@nelson.home.kernel.dk",
        "time": "Thu Oct 12 15:08:51 2006 +0200"
      },
      "message": "[PATCH] ide-cd: fix breakage with internally queued commands\n\nWe still need to maintain a private PC style command, since it\nisn\u0027t completely unified with REQ_TYPE_BLOCK_PC yet.\n\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\n"
    },
    {
      "commit": "eba8cefc789f6e51a79363604a7db1dba6a678cb",
      "tree": "cc21f985a668dbb242497e9de88f16a55363e4f8",
      "parents": [
        "e3096de34c35683bc233f76d4e86562f1d782d0d"
      ],
      "author": {
        "name": "Martin Habets",
        "email": "errandir_news@mph.eclipse.co.uk",
        "time": "Tue Oct 10 14:44:01 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Oct 11 23:56:53 2006 -0700"
      },
      "message": "[SPARC32]: Fix sparc32 modpost warnings with sunzilog\n\nFix this 2.6.19-rc1 build warnings from modpost:\n\nWARNING: vmlinux - Section mismatch: reference to .init.text:sunzilog_console_setup from .data between \u0027sunzilog_console\u0027 (at offset 0x8394) and \u0027devices_subsys\u0027\n\nSigned-off-by: Martin Habets \u003cerrandir_news@mph.eclipse.co.uk\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0ca9caae2d05ee0c4878aa3e2619cd23f4ad4cb4",
      "tree": "93323b1f7146aefb1843cb995def6c09613bb363",
      "parents": [
        "6bf1f75bc6dabc357a29e3b3d6bd4ff00c3d5e6e",
        "75e9de18f079a51fa987ef0703112d5bc125fdb7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:20:11 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:20:11 2006 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git390.osdl.marist.edu/pub/scm/linux-2.6\n\n* \u0027for-linus\u0027 of git://git390.osdl.marist.edu/pub/scm/linux-2.6:\n  [S390] stacktrace bug.\n  [S390] cio: remove casts from/to (void *).\n  [S390] cio: Remove grace period for vary off chpid.\n  [S390] cio: Use ccw_dev_id and subchannel_id in ccw_device_private\n  [S390] monwriter kzalloc size.\n  [S390] cio: add missing KERN_INFO printk header.\n  [S390] irq change improvements.\n"
    },
    {
      "commit": "6bf1f75bc6dabc357a29e3b3d6bd4ff00c3d5e6e",
      "tree": "556f9fa6e4b34082f3fbf54dfbd249b29967be28",
      "parents": [
        "60ca97584fcb98d2f1b14e4c2f12203dd5b3888e",
        "701328a7b58d50d8640c21ba5fdf3170b1ddac16"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:19:47 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:19:47 2006 -0700"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:\n  [PATCH] pata-qdi: fix le32 in data_xfer\n  [libata] sata_promise: add PCI ID\n  [PATCH] libata: return sense data in HDIO_DRIVE_CMD ioctl\n  [PATCH] libata: Don\u0027t believe bogus claims in the older PIO mode register\n"
    },
    {
      "commit": "60ca97584fcb98d2f1b14e4c2f12203dd5b3888e",
      "tree": "eccd93512a4b3b1e5cb5f721084ee51165ff4965",
      "parents": [
        "f061c5847bcc72eebf6a783f458d42092eac1b6a",
        "4a1d2d81fa327d095a0a8a1f961bace5b0a2f7da"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:19:30 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:19:30 2006 -0700"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6: (42 commits)\n  [PATCH] Fix section mismatch in de2104x.c\n  [PATCH] sky2: set lower pause threshold to prevent overrun\n  [PATCH] sky2: revert pci express extensions\n  [PATCH] skge: version 1.9\n  [PATCH] skge: better flow control negotiation\n  [PATCH] skge: pause mapping for fiber\n  [PATCH] skge: fix stuck irq when fiber down\n  [PATCH] powerpc/cell spidernet release all descrs\n  [PATCH] powerpc/cell spidernet DMA direction fix\n  [PATCH] powerpc/cell spidernet variable name change\n  [PATCH] powerpc/cell spidernet reduce DMA kicking\n  [PATCH] powerpc/cell spidernet\n  [PATCH] powerpc/cell spidernet refine locking\n  [PATCH] powerpc/cell spidernet NAPI polling info.\n  [PATCH] powerpc/cell spidernet low watermark patch.\n  [PATCH] powerpc/cell spidernet incorrect offset\n  [PATCH] powerpc/cell spidernet stop error printing patch.\n  [PATCH] powerpc/cell spidernet fix error interrupt print\n  [PATCH] powerpc/cell spidernet bogus rx interrupt bit\n  [PATCH] Spidernet stop queue when queue is full.\n  ...\n"
    },
    {
      "commit": "f061c5847bcc72eebf6a783f458d42092eac1b6a",
      "tree": "de423a183d943c2472fcd489338014e09760a25d",
      "parents": [
        "cff52daffa080eff6353f44df418b080dacefb96"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Wed Oct 11 17:45:47 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:17:07 2006 -0700"
      },
      "message": "[PATCH] i2Output always takes kernel data now\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f39d88adc5daf544cf9ae666a097b595b212871e",
      "tree": "2aad8a693ca92cb6bf416e8b5b811d600593706b",
      "parents": [
        "2db5f59ca74d911f93c39494db1581c3c93d5a29"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Wed Oct 11 17:28:47 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:17:07 2006 -0700"
      },
      "message": "[PATCH] z2_init() in non-modular case\n\n... another victim - this time of 2.5.1-pre2\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2db5f59ca74d911f93c39494db1581c3c93d5a29",
      "tree": "0c84677574d88f413e94314b904f04d753267283",
      "parents": [
        "2e811488cedddefb9d1df97c260b6048ea8ef835"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Wed Oct 11 17:28:37 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:17:07 2006 -0700"
      },
      "message": "[PATCH] amiga_floppy_init() in non-modular case\n\nIt used to be called directly, but that got lost in 2.1.87-pre1.\nSimilar breakage in ataflop got fixed 3 years ago, this one\nhad gone unnoticed.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "437111ca381263520d23c877e55e0a83558e79da",
      "tree": "65d83669d20f2c5178dcd1feaae2b6d1f7941383",
      "parents": [
        "1e5c374d3833f816b4840227c6949f689af0cb44"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Wed Oct 11 17:28:17 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:17:06 2006 -0700"
      },
      "message": "[PATCH] sun3 __iomem annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5f6e3c836508926e50cebe17ad87f59666a7fb47",
      "tree": "b485fa971b0c17bc16fb81fd5cb8bc5646ce0188",
      "parents": [
        "76fd020937f2d09f76a4cd8dbae1f3bec640ff0b"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Wed Oct 11 01:22:26 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:14:26 2006 -0700"
      },
      "message": "[PATCH] md: use BUILD_BUG_ON\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nAcked-by: Neil Brown \u003cneilb@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "76fd020937f2d09f76a4cd8dbae1f3bec640ff0b",
      "tree": "7e8a001058a7b663e085e85add279642273c6c82",
      "parents": [
        "bf02c082bf7a464518d45b9c178b8aa83f74dd5d"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Oct 11 01:22:25 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:14:25 2006 -0700"
      },
      "message": "[PATCH] ISDN: several minor fixes\n\npcbit: kill \u0027may be used uninitialized\u0027 warning.  although the code does\neventually fill the 32 bits it cares about, the variable truly is\naccessed uninitialized in each macro.  Easier to just clean it up now.\n\nsc: fix a ton of obviously incorrect printk\u0027s (some with missing\narguments even)\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nAcked-by: Karsten Keil \u003ckkeil@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "49a6cbe1cd8a72451d9d6ab5b1e163f17c1bbee3",
      "tree": "519d69f7daef24f8258c0ca125e1da7344d3a81d",
      "parents": [
        "69b2186c5fcb335e29c558e3b4e410e1939b5cc8"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Oct 11 01:22:23 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:14:25 2006 -0700"
      },
      "message": "[PATCH] drivers/mca: handle sysfs errors\n\nAlso includes a kmalloc-\u003ekzalloc cleanup.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "69b2186c5fcb335e29c558e3b4e410e1939b5cc8",
      "tree": "a7579c6e5c81c74255dacf65eaff383d71ad37eb",
      "parents": [
        "42ddfd6859b9d57490c94d26e29a43ffd78366e5"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Oct 11 01:22:23 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:14:25 2006 -0700"
      },
      "message": "[PATCH] firmware/efivars: handle error\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nAcked-by: Matt Domsch \u003cMatt_Domsch@dell.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "42ddfd6859b9d57490c94d26e29a43ffd78366e5",
      "tree": "cfbdecd4f3af7824861bdb3a5a7fe95554720c19",
      "parents": [
        "5e59393ec242d7b772356c95e2be48384cd0c5d7"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Oct 11 01:22:22 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:14:25 2006 -0700"
      },
      "message": "[PATCH] EISA: handle sysfs errors\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5e59393ec242d7b772356c95e2be48384cd0c5d7",
      "tree": "b027efc11d5069707d850783f3effb8dd926a721",
      "parents": [
        "41bfcfd9ac0fbb59aaaa18e3ed5774e85b716de4"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Oct 11 01:22:21 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:14:25 2006 -0700"
      },
      "message": "[PATCH] ipmi: handle sysfs errors\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nAcked-by: Corey Minyard \u003ccminyard@acm.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "41bfcfd9ac0fbb59aaaa18e3ed5774e85b716de4",
      "tree": "5dd2df45aac4c5961070bd89f8a1c26b97c1b649",
      "parents": [
        "c636ebdb186bf37f98d3839f69293597723edb36"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Oct 11 01:22:20 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:14:25 2006 -0700"
      },
      "message": "[PATCH] firmware/dell_rbu: handle sysfs errors\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nCc: Matt Domsch \u003cMatt_Domsch@dell.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9e42ef777f62277ea9bb70976be65bb374e00b9c",
      "tree": "5cc1a5c7bc4b03ee1795166d9d78f68aec4b1331",
      "parents": [
        "272057447f646c51bc77c60044eb21c683fa366d"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Wed Oct 11 01:22:13 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:14:24 2006 -0700"
      },
      "message": "[PATCH] dell_rbu: printk() warning fix\n\ndrivers/firmware/dell_rbu.c: In function \u0027packetize_data\u0027:\ndrivers/firmware/dell_rbu.c:252: warning: format \u0027%lu\u0027 expects type \u0027long unsigned int\u0027, but argument 3 has type \u0027int\u0027\n\nCc: Matt Domsch \u003cMatt_Domsch@dell.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "39913b31d0cd11b5b18a303e220c95ffbd9e1a88",
      "tree": "ce9ac4ad5def904c81e846212385d750d2375f89",
      "parents": [
        "2ecd05ae68a903761e736e9e0aca40d6ace4319e"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Wed Oct 11 01:22:06 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:14:23 2006 -0700"
      },
      "message": "[PATCH] DAC960: use memmove for overlapping areas\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fbab41ccc479b6b0ba15c137af9e0b1c100bff24",
      "tree": "52b7d856d274a2cab3270a87f3b892b6c9220f1d",
      "parents": [
        "53bc5b2db16ceefdd972b9ffd1f7bde5c427939e"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Oct 11 01:22:04 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:14:23 2006 -0700"
      },
      "message": "[PATCH] HT_IRQ must depend on PCI\n\nCONFIG_PCI\u003dn, CONFIG_HT_IRQ\u003dy results in the following compile error:\n\n...\n  LD      vmlinux\narch/i386/mach-generic/built-in.o: In function `apicid_to_node\u0027:\nsummit.c:(.text+0x53): undefined reference to `apicid_2_node\u0027\narch/i386/kernel/built-in.o: In function `arch_setup_ht_irq\u0027:\n(.text+0xcf79): undefined reference to `write_ht_irq_low\u0027\narch/i386/kernel/built-in.o: In function `arch_setup_ht_irq\u0027:\n(.text+0xcf85): undefined reference to `write_ht_irq_high\u0027\narch/i386/kernel/built-in.o: In function `k7nops\u0027:\nalternative.c:(.data+0x1358): undefined reference to `mask_ht_irq\u0027\nalternative.c:(.data+0x1360): undefined reference to `unmask_ht_irq\u0027\nmake[1]: *** [vmlinux] Error 1\n\nBug report by Jesper Juhl.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: \"Eric W. Biederman\" \u003cebiederm@xmission.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "53d5ed627df852ba8bab7f70df25290bd733792c",
      "tree": "58bb781ce111451281ed24d858020b49c278d0a5",
      "parents": [
        "8c58165108e26d18849a0138c719e680f281197a"
      ],
      "author": {
        "name": "Matthew Wilcox",
        "email": "matthew@wil.cx",
        "time": "Wed Oct 11 01:22:01 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:14:23 2006 -0700"
      },
      "message": "[PATCH] Use linux/io.h instead of asm/io.h\n\nIn preparation for moving check_signature, change these users from asm/io.h\nto linux/io.h\n\nSigned-off-by: Matthew Wilcox \u003cwilly@parisc-linux.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f33d9bd50478c9a969b65f58feb6b69a3ad478cb",
      "tree": "90f7455da171aa2b7558d5921f199015b5ab9a0b",
      "parents": [
        "5a2b4062f5adf2218b9b021e1c33f374bf142cb2"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Oct 11 01:21:51 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Oct 11 11:14:22 2006 -0700"
      },
      "message": "[PATCH] tpm: fix error handling\n\n- handle sysfs error\n- handle driver model errors\n- de-obfuscate platform_device_register_simple() call, which included an\n  assignment in between two function calls, in the same C statement.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nAcked-by: Kylene Hall \u003ckjhall@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ],
  "next": "3719bc5c22c9025bf1c909fe8b527ebf1de9a153"
}
