)]}'
{
  "log": [
    {
      "commit": "5ad9201be7f7d52d712fe3c3e841fdc19216ede1",
      "tree": "fb30c1771b05177c73e207c70bf325a71366aa39",
      "parents": [
        "c4aa02eb3939c5004782454434e4d50de471b53d"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Dec 15 09:18:00 2005 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 15 10:04:30 2005 -0800"
      },
      "message": "[PATCH] dell_rbu: 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": "6c52f1377d9cc4bedec5d4e1e3b22756b8978399",
      "tree": "ac765f9841be4364237ef1012969e4da28a4ef41",
      "parents": [
        "79e448bf2d71d52d28c99be4faff9cc51928f90b"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Mon Nov 21 21:32:30 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Nov 22 09:13:44 2005 -0800"
      },
      "message": "[PATCH] dell_rbu driver depends on x86[64]\n\nThis driver only appears on IA32 \u0026 EM64T boxes.\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "733482e445ca4450cf41381b1c95e2b8c7145114",
      "tree": "d31a2fdaeb8e439fc348a781c780a035d794266d",
      "parents": [
        "c1a0f5e3c01d28b6782457bee5ae5ace3a9958ec"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Tue Nov 08 21:34:55 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:55:57 2005 -0800"
      },
      "message": "[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason\n\nThis patch removes almost all inclusions of linux/version.h.  The 3\n#defines are unused in most of the touched files.\n\nA few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is\nunfortunatly in linux/version.h.\n\nThere are also lots of #ifdef for long obsolete kernels, this was not\ntouched.  In a few places, the linux/version.h include was move to where\nthe LINUX_VERSION_CODE was used.\n\nquilt vi `find * -type f -name \"*.[ch]\"|xargs grep -El \u0027(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)\u0027|grep -Ev \u0027(/(boot|coda|drm)/|~$)\u0027`\n\nsearch pattern:\n/UTS_RELEASE\\|LINUX_VERSION_CODE\\|KERNEL_VERSION\\|linux\\/\\(utsname\\|version\\).h\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9c2153844d72ac92b6da0ee42f7f81fb0aa91f8a",
      "tree": "77da7b9ea21ae365273973a20c1cec349c570f22",
      "parents": [
        "49d0c6039dd36791cad36624e68bce5fe011bf12"
      ],
      "author": {
        "name": "Deepak Saxena",
        "email": "dsaxena@plexity.net",
        "time": "Mon Nov 07 01:01:24 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 07:54:00 2005 -0800"
      },
      "message": "[PATCH] drivers/firmware: kmalloc + memset -\u003e kzalloc conversion\n\nSigned-off-by: Deepak Saxena \u003cdsaxena@plexity.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "274b69335d8f18fe198af2d939331f01fec70659",
      "tree": "05dbd9781e7554c2ee320290948b22cd13d238bc",
      "parents": [
        "e2a8f7a129aff5173c238c8896f004e07a2a3abe"
      ],
      "author": {
        "name": "Abhay Salunke",
        "email": "Abhay_Salunke@dell.com",
        "time": "Mon Nov 07 00:59:26 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 07:53:36 2005 -0800"
      },
      "message": "[PATCH] dell_rbu: Adding BIOS memory floor support\n\nThis patch has the changes to support the memory floor fix done in Dell\nBIOS.  The BIOS incase of packet update mechanism would not accept packet\nplaced in memory below a cretain address.  This address is by default 128K\nbut can change.  The driver now can accept the memory floor if the user\nchooses to make it will try to allocate contiguous physical memory above\nthe memory floor by allocating a set of packets till a valid memory\nallocation is made.  All the allocates then are freed.  This repeats for\neverty packet.\n\nThis patch was created by Michael E Brown and has been tested on 2.6.14-rc5\n\nSigned-of-by: Michael E Brown \u003cMichael_E_Brown@Dell.com\u003e\nSigned-off-by: Abhay Salunke \u003cabhay_salunke@dell.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4fd5f8267dd37aaebadfabe71d9c808821eea05a",
      "tree": "50774592eaba942cf378fca731d307f901b737b7",
      "parents": [
        "eb16292ba8a6655a560ab10a7d73a7816f0c0ac0",
        "8576762ff5d109b841fcf4e7d3883e0cf794f3cf"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 31 07:32:56 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 31 07:32:56 2005 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel\n\nManual #include fixups for clashes - there may be some unnecessary\n"
    },
    {
      "commit": "162a88f7b8539a097a088c0321ea1997cacccaea",
      "tree": "8807fee6992586500a7a8f98beceecdb03f3970e",
      "parents": [
        "4098f9918e068e51fed1727f6ba80efcec372378"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Sun Oct 30 15:03:22 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 30 17:37:28 2005 -0800"
      },
      "message": "[PATCH] Don\u0027t set dcdbas driver to default m\n\nIt\u0027s nasty to set random drivers to default m because people who just press\nenter on make oldconfig get these.  Remove the default m\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0d078f6f96809c95c69b99d6605a502b0ac63d3d",
      "tree": "1b4691abab5f96f2aa8a5217a2701f181b41940d",
      "parents": [
        "4276d32260662d5401a15a0a46e506fb5c8ab563"
      ],
      "author": {
        "name": "Brian Gerst",
        "email": "bgerst@didntduck.org",
        "time": "Sun Oct 30 14:59:20 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 30 17:37:10 2005 -0800"
      },
      "message": "[PATCH] CONFIG_IA32\n\nAdd CONFIG_X86_32 for i386.  This allows selecting options that only apply\nto 32-bit systems.\n\n(X86 \u0026\u0026 !X86_64) becomes X86_32\n(X86 ||  X86_64) becomes X86\n\nSigned-off-by: Brian Gerst \u003cbgerst@didntduck.org\u003e\nCc: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d052d1beff706920e82c5d55006b08e256b5df09",
      "tree": "dac91b70361b405ab8e15207f514a2f3e991e93d",
      "parents": [
        "8a212ab6b8a4ccc6f3c3d1beba5f92655c576404"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Oct 29 19:07:23 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Oct 29 19:07:23 2005 +0100"
      },
      "message": "Create platform_device.h to contain all the platform device details.\nConvert everyone who uses platform_bus_type to include\nlinux/platform_device.h.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ad6ce87e5bd4440a6ce9aa9f8cda795b9e902eff",
      "tree": "d3ea460d562a06ccfd1edec6e2b6c4e37995438a",
      "parents": [
        "e4314bf496bb7bb9acd754aeb319c30869bc8d76"
      ],
      "author": {
        "name": "Abhay Salunke",
        "email": "Abhay_Salunke@dell.com",
        "time": "Tue Oct 11 08:29:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 11 09:46:53 2005 -0700"
      },
      "message": "[PATCH] dell_rbu: changes in packet update mechanism\n\nIn the current dell_rbu code ver 2.0 the packet update mechanism makes the\nuser app dump every individual packet in to the driver.\n\nThis adds in efficiency as every packet update makes the\n/sys/class/firmware/dell_rbu/loading and data files to disappear and reappear\nagain.  Thus the user app needs to wait for the files to reappear to dump\nanother packet.  This slows down the packet update tremendously in case of\nlarge number of packets.  I am submitting a new patch for dell_rbu which will\nchange the way we do packet updates;\n\nIn the new method the user app will create a new single file which has already\npacketized the rbu image and all the packets are now staged in this file.\n\nThis driver also creates a new entry in\n/sys/devices/platform/dell_rbu/packet_size ; the user needs to echo the packet\nsize here before downloading the packet file.\n\nThe user should do the following:\n\n create one single file which has all the packets stacked together.\n echo the packet size in to /sys/devices/platform/dell_rbu/packet_size.\n echo 1 \u003e /sys/class/firmware/dell_rbu/loading\n cat the packetfile \u003e /sys/class/firmware/dell_rbu/data\n echo 0 \u003e /sys/class/firmware/dell_rbu/loading\n\nThe driver takes the file which came through /sys/class/firmware/dell_rbu/data\nand takes chunks of paket_size data from it and place in contiguous memory.\n\nThis makes packet update process very efficient and fast.  As all the packet\nupdate happens in one single operation.  The user can still read back the\ndownloaded file from /sys/devices/platform/dell_rbu/data.\n\nSigned-off-by: Abhay Salunke \u003cabhay_salunke@dell.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dda8577fb5a00507e5aea737833190a10516b257",
      "tree": "a563e2330036008830866fb1f37050612fb1ec93",
      "parents": [
        "e61c0e336f3931842f09e6709d76146bfd81184e"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Fri Sep 16 19:28:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 17 11:50:02 2005 -0700"
      },
      "message": "[PATCH] dell_rbu tidy\n\nWhitespace standardisation.\n\nCc: Abhay Salunke \u003cAbhay_Salunke@dell.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e61c0e336f3931842f09e6709d76146bfd81184e",
      "tree": "c5f1083fcf162f80080874b3934bcd7a48893f9f",
      "parents": [
        "3013449243adc3421b507696e5d247a3d292ee0c"
      ],
      "author": {
        "name": "Abhay Salunke",
        "email": "Abhay_Salunke@dell.com",
        "time": "Fri Sep 16 19:28:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 17 11:50:02 2005 -0700"
      },
      "message": "[PATCH] dell_rbu: enhancements and fixes\n\nBUG fixes:\n\n  The driver used to allocate memory with spinlock held which has been\n  fixed in this patch.\n\n  The driver was printing the entire buffer when it received a invalid\n  entry in image_type.  The fix is to only print a warning message and not\n  the buffer.\n\nUsability enhancements:\n\n  It is possible that due to user error the /sys/class/firmware/dell_rbu\n  entries might be missing, this can happen if the user does the following\n\n\techo 1 \u003e /sys/class/firmware/dell_rbu/loading\n\techo 0 \u003e /sys/class/firmware/dell_rbu/loading\n\n  This will make the entries in /sys/class/firmware/ to disappear and the\n  only way get them back was bby unloading and loading the driver.\n\n  This patch makes the user recreate these entries by echoing init in to\n  image_type.\n\nThis patch has been tested with Libsmbios and Dell OpenManage.\n\nSigned-off-by: Abhay Salunke \u003cAbhay_Salunke@dell.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "90563ec4129f14d19f018240d1d3ff5c0e5e6392",
      "tree": "93a8c5c3a0c30e27dcb4ff7ed804d68257181fe0",
      "parents": [
        "6c54c28e69f2a374ad708fba37cbe1c5bb94e283"
      ],
      "author": {
        "name": "Doug Warzecha",
        "email": "Douglas_Warzecha@dell.com",
        "time": "Tue Sep 06 15:17:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:27 2005 -0700"
      },
      "message": "[PATCH] dcdbas: add Dell Systems Management Base Driver with sysfs support\n\nThis patch adds the Dell Systems Management Base Driver with sysfs support.\n\nThis driver has been tested with Dell OpenManage.\n\nSigned-off-by: Doug Warzecha \u003cDouglas_Warzecha@dell.com\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6c54c28e69f2a374ad708fba37cbe1c5bb94e283",
      "tree": "aaa4f638443199becb53781b8b6eb669def702bd",
      "parents": [
        "6e3eaab02028c4087a92711b20abb9e72cc803a7"
      ],
      "author": {
        "name": "Abhay Salunke",
        "email": "Abhay_Salunke@dell.com",
        "time": "Tue Sep 06 15:17:14 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:27 2005 -0700"
      },
      "message": "[PATCH] dell_rbu: new Dell BIOS update driver\n\nRemote BIOS Update driver for updating BIOS images on Dell servers and\ndesktops.  See dell_rbu.txt for details.\n\nSigned-off-by: Abhay Salunke \u003cAbhay_Salunke@dell.com\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Jens Axboe \u003caxboe@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "11be00cba6be114f861123cfc6779f195a615d22",
      "tree": "eb0a9beef23463d18d8d440c8fba9cbbb1f986b3",
      "parents": [
        "8b378def5a386c4a7f15b51ed79802badb9f5a70"
      ],
      "author": {
        "name": "Bjorn Helgaas",
        "email": "bjorn.helgaas@hp.com",
        "time": "Thu Jul 28 01:07:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:02 2005 -0700"
      },
      "message": "[PATCH] PCDP: if PCDP contains parity information, use it\n\nIf the PCDP supplies parity, use it (only none/even/odd supported), and\ndon\u0027t append parity/stop bit arguments unless baud is present.\n\nSigned-off-by: Bjorn Helgaas \u003cbjorn.helgaas@hp.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f62c4a96f74d6c6dd56d1742697e94a5c2085e87",
      "tree": "488dc6db60c7c3e8ef10fd79f175cff1a5426a4c",
      "parents": [
        "59a0a8aa6ab6e46926e8d12694593267c0869440"
      ],
      "author": {
        "name": "David Mosberger-Tang",
        "email": "David.Mosberger@acm.org",
        "time": "Tue Jul 12 21:51:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Jul 13 11:56:32 2005 -0700"
      },
      "message": "[IA64] Make PCDP work again.\n\nMark\u0027s patch added \"attribute((packed))\" for pcdp_uart, without\naccounting for the fact that the structure definition _relied_ on\nimplicit padding by 6 bytes.  Fix is to make the padding explicit.\n\nSigned-off-by: David Mosberger-Tang \u003cDavid.Mosberger@acm.org\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "66b7f8a30437b8639e798f7db8e9be1da5711efa",
      "tree": "288703e10bab793bc399961059ad485604539955",
      "parents": [
        "54522b6613a03807f057fd567794a31267ef85cb"
      ],
      "author": {
        "name": "Mark Maule",
        "email": "maule@sgi.com",
        "time": "Mon Apr 25 13:51:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Jun 28 09:09:06 2005 -0700"
      },
      "message": "[IA64-SGI] pcdp: add PCDP pci interface support\n\nResend 2 with changes per Bjorn Helgaas comments.  Changes from original:\n\n+ Change globals to vga_console_iobase/vga_console_membase and make them\n  unconditional.\n+ Address style-related comments.\n\nPatch to extend the PCDP vga setup code to support PCI io/mem translations\nfor the legacy vga ioport and ram spaces on architectures (e.g. altix) which\nneed them.\n\nSummary of the changes:\n\ndrivers/firmware/pcdp.c\ndrivers/firmware/pcdp.h\n-----------------------\n+ add declaration for the spec-defined PCI interface struct (pcdp_if_pci)\n  as well as support macros.\n\n+ extend setup_vga_console() to know about pcdp_if_pci and add a couple of\n  globals to hold the io and mem translation offsets if present.\n\narch/ia64/kernel/setup.c\n------------------------\n+ tweek early_console_setup() to allow multiple early console setup routines\n  to be called.\n\ninclude/asm-ia64/vga.h\n----------------------\n+ make VGA_MAP_MEM vga_console_membase aware\n\nSigned-off-by: Mark Maule \u003cmaule@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "0933ad9c233b09ee5fd636525ed07c149c879980",
      "tree": "9231b10b61f358f00f27bc3d40936b5a286bcfa4",
      "parents": [
        "0159f76d9f5839c3c92bc3a91c865e94d5e489a8"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "juhl-lkml@dif.dk",
        "time": "Sat Jun 25 14:59:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 25 16:25:06 2005 -0700"
      },
      "message": "[PATCH] kfree cleanups for drivers/firmware/\n\nHere\u0027s a patch with kfree() cleanups for drivers/firmware/efivars.c Patch\nremoves redundant NULL checks before kfree and also makes a small\nwhitespace cleanup - moves two statements on same line to separate lines.\n\nSigned-off-by: Jesper Juhl \u003cjuhl-lkml@dif.dk\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": "280dedb8d64ccfe1166ae03d3b254fc3b65de6a5",
      "tree": "2037bacf2eb32833a3b8b16701b906692ecf7b9b",
      "parents": [
        "bb93e3a52f8db7210258a1a2134cced0b78a46e1"
      ],
      "author": {
        "name": "Bjorn Helgaas",
        "email": "bjorn.helgaas@hp.com",
        "time": "Thu Jun 23 00:10:16 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 23 09:45:32 2005 -0700"
      },
      "message": "[PATCH] PCDP: handle tables that don\u0027t supply baud rate\n\nThe HCDP specs (i.e., PCDP revision \u003c 3) allow zero as a default value for\nbaud rate and data bits.  So if firmware doesn\u0027t supply them, let\nearly_serial_console_init() probe for them rather than telling it the baud\nrate is zero.\n\nAlso, update the URL for the PCDP spec.\n\nSigned-off-by: Bjorn Helgaas \u003cbjorn.helgaas@hp.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "70f2817a43c89b784dc2ec3d06ba5bf3064f8235",
      "tree": "210bbd16599d4e402051e4ec30c82e70b8b427ef",
      "parents": [
        "6c1852a08e444a2e66367352a99c0e93c8bf3e97"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor_core@ameritech.net",
        "time": "Fri Apr 29 01:27:34 2005 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jun 20 15:15:03 2005 -0700"
      },
      "message": "[PATCH] sysfs: (rest) if show/store is missing return -EIO\n\nsysfs: fix the rest of the kernel so if an attribute doesn\u0027t\n       implement show or store method read/write will return\n       -EIO instead of 0 or -EINVAL or -EPERM.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "97d3a00f77fa527886d53dd943017654ce142186",
      "tree": "13a403b53c22d4574fb0094a4cd96b18c0d92372",
      "parents": [
        "ae92ef8a442421356950a0a8dfdc35e8e783000e"
      ],
      "author": {
        "name": "Peter Chubb",
        "email": "peterc@gelato.unsw.edu.au",
        "time": "Tue May 31 14:39:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 31 14:54:18 2005 -0700"
      },
      "message": "[PATCH] pcdp.c build fix\n\nIn file included from drivers/firmware/pcdp.c:18:\ndrivers/firmware/pcdp.h:48: error: field `addr\u0027 has incomplete type\ndrivers/firmware/pcdp.c: In function `setup_serial_console\u0027:\ndrivers/firmware/pcdp.c:27: error:  `ACPI_ADR_SPACE_SYSTEM_MEMORY\u0027 undeclared (first use in this  function)\n\nCc: \u003ctony.luck@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
