)]}'
{
  "log": [
    {
      "commit": "c4b07b7b3693228c7b848c00a9d4bbb49506a45f",
      "tree": "f52dd11fe8741b6589019c9fa6cff53491e9e853",
      "parents": [
        "a71f62edc935fbdc346c5b16bea19f1480d29635"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 16:27:44 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 16:27:44 2005 -0700"
      },
      "message": "[IA64] Update arch/ia64/configs/tiger_defconfig\n\nKristen did most of the checking, bring this up to -rc2.\n\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "a71f62edc935fbdc346c5b16bea19f1480d29635",
      "tree": "fce9b26a5a9e059735050415eab79fb06a24eae3",
      "parents": [
        "a5a70b75d93b26e14c0c5e759099d602a480b9e2"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 16:21:45 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 16:21:45 2005 -0700"
      },
      "message": "[IA64] Fix two warnings introduced by perfmon patches.\n\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "a5a70b75d93b26e14c0c5e759099d602a480b9e2",
      "tree": "4cd2f4f47cccb8f59e54433ab642e187cbf5e291",
      "parents": [
        "8df5a500a3e97f7811cdce0f553ca1917ccd4220"
      ],
      "author": {
        "name": "stephane eranian",
        "email": "eranian@hpl.hp.com",
        "time": "Mon Apr 18 11:42:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 15:47:58 2005 -0700"
      },
      "message": "[IA64] another perfmon fix (take2)\n\n- pfm_context_load(): change return value from EINVAL to EBUSY\n  when context is already loaded.\n\n- pfm_check_task_state(): pass test if context state is MASKED.\n  It is safe to give access on PFM_CTX_MASKED because the PMU\n  state (PMD) is stable and saved in software state.\n  This helps multiplexing programs such as the example given\n  in libpfm-3.1.\n\nSigned-off-by: stephane eranian \u003ceranian@hpl.hp.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "8df5a500a3e97f7811cdce0f553ca1917ccd4220",
      "tree": "cac08cc58a5e9fb846a9946a52026fcbe7718634",
      "parents": [
        "012914dad25bd5cacf88af4429eecda62a06020d"
      ],
      "author": {
        "name": "Stephane Eranian",
        "email": "eranian@hpl.hp.com",
        "time": "Mon Apr 11 13:45:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 15:44:48 2005 -0700"
      },
      "message": "[IA64] perfmon \u0026 PAL_HALT again\n\nThe pmu_active test is based on the values of PSR.up. THIS IS THE PROBLEM as\nit does not take into account the lazy restore logic which is as follow (simplified):\n\ncontext switch out:\n\tsave PMDs\n\tclear psr.up\n\trelease ownership\n\ncontext switch in:\n\tif (ctx-\u003elast_cpu \u003d\u003d smp_processor_id() \u0026\u0026 ctx-\u003ecpu_activation \u003d\u003d cpu_activation) {\n\t\tset psr.up\n\t\treturn\n\t}\n\trestore PMD\n\trestore PMC\n\tctx-\u003elast_cpu   \u003d smp_processor_id();\n\tctx-\u003eactivation \u003d ++cpu_activation;\n\tset psr.up\n\nThe key here is that on context switch out, we clear psr.up and on context switch in\nwe check if nobody else used the PMU on that processor since last time we came. In\nthat case, we assume the PMD/PMC are ours and we simply reactivate.\n\nThe Caliper problem is that between the moment we context switch out and the moment we\ncome back, nobody effectively used the PMU BUT the processor went idle. Normally this\nwould have no incidence but PAL_HALT does alter the PMU registers.  In default_idle(),\nthe test on psr.up is not strong enough to cover this case and we go into PAL which\ntrashed the PMU resgisters. When we come back we falsely assume that this is our state\nyet it is corrupted. Very nasty indeed.\n\nTo avoid the problem it is necessary to forbid going to PAL_HALT as soon as perfmon\ninstalls some valid state in the PMU registers. This happens with an application\nattaches a context to a thread or CPU. It is not enough to check the psr/dcr bits.\nHence I propose the attached patch. It adds a callback in process.c to modify the\ncondition to enter PAL on idle. Basically, now it is conditional to pal_halt\u003d1 AND\nperfmon saying it is okay.\n\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "012914dad25bd5cacf88af4429eecda62a06020d",
      "tree": "e265fa0cf7dccef220bc26a16c1f0694b4b4bbee",
      "parents": [
        "3ea8b477b4b9d3e75b5e9b8aea41259f45031823"
      ],
      "author": {
        "name": "Russ Anderson",
        "email": "(rja@sgi.com)",
        "time": "Sat Apr 23 00:08:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 13:58:17 2005 -0700"
      },
      "message": "[patch] MCA recovery module undefined symbol fix\n\nThe patch \"MCA recovery improvements\" added do_exit to mca_drv.c.\nThat\u0027s fine when the mca recovery code is built in the kernel\n(CONFIG_IA64_MCA_RECOVERY\u003dy) but breaks building the mca recovery\ncode as a module (CONFIG_IA64_MCA_RECOVERY\u003dm).\n\nMost users are currently building this as a module, as loading\nand unloading the module provides a very convenient way to turn\non/off error recovery.\n\nThis patch exports do_exit, so mca_drv.c can build as a module.\n\nSigned-off-by: Russ Anderson (rja@sgi.com)\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "3ea8b477b4b9d3e75b5e9b8aea41259f45031823",
      "tree": "d9ab6af871931241152f0d87084a1ba0ace02480",
      "parents": [
        "32709d8ae67356559839a9a9e4b26f79134e45a6"
      ],
      "author": {
        "name": "Mark Maule",
        "email": "maule@sgi.com",
        "time": "Mon Apr 11 21:20:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 13:52:22 2005 -0700"
      },
      "message": "[IA64] altix: fix TIOCA dmamap list_add\n\nCorrect a bug where tioca_dma_mapped() is putting tioca dma map structs\non the wrong list.\n\nSigned-off-by: Mark Maule \u003cmaule@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "32709d8ae67356559839a9a9e4b26f79134e45a6",
      "tree": "876f7e6d3f3f5d835870c8db34d141959db754b0",
      "parents": [
        "b1b901c2029aa0fd8aa4ac5f04f31648ae2358b4"
      ],
      "author": {
        "name": "Keith Owens",
        "email": "kaos@sgi.com",
        "time": "Fri Apr 08 14:23:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 13:48:55 2005 -0700"
      },
      "message": "[IA64] SAL to OS callbacks cannot call sleeping\n\nWhen SAL calls back into the OS, the OS code is running with preempt\ndisabled so it cannot call sleeping functions.\n\nSigned-off-by: Keith Owens \u003ckaos@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "b1b901c2029aa0fd8aa4ac5f04f31648ae2358b4",
      "tree": "43f5dde2309d66fa2112a7c2dc46ea7c63fae459",
      "parents": [
        "446b8831f5acf2076fa58a66286789eb84f3df2c"
      ],
      "author": {
        "name": "Russ Anderson",
        "email": "rja@sgi.com",
        "time": "Wed Apr 06 00:07:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 13:47:42 2005 -0700"
      },
      "message": "[IA64] MCA recovery improvements\n\nJack Steiner uncovered some opportunities for improvement in\nthe MCA recovery code.\n\n  1) Set bsp to save registers on the kernel stack.\n  2) Disable interrupts while in the MCA recovery code.\n  3) Change the way the user process is killed, to avoid \n     a panic in schedule.\n\nTesting shows that these changes make the recovery code much \nmore reliable with the 2.6.12 kernel.\n\nSigned-off-by: Russ Anderson \u003crja@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "446b8831f5acf2076fa58a66286789eb84f3df2c",
      "tree": "250506863a6e103444584d609cdb577e87b3a499",
      "parents": [
        "7d5f9c0f10255000ca007fb03773c6b825c2b9ce"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Apr 05 17:47:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 13:45:39 2005 -0700"
      },
      "message": "[IA64] fix ia64 syscall auditing\n\nAttached is a patch against David\u0027s audit.17 kernel that adds checks\nfor the TIF_SYSCALL_AUDIT thread flag to the ia64 system call and\nsignal handling code paths.  The patch enables auditing of system\ncalls set up via fsys_bubble_down, as well as ensuring that\naudit_syscall_exit() is called on return from sigreturn.\n\nNeglecting to check for TIF_SYSCALL_AUDIT at these points results in\nincorrect information in audit_context, causing frequent system panics\nwhen system call auditing is enabled on an ia64 system.\n\nI have tested this patch and have seen no problems with it.\n\n[Original patch from Amy Griffis ported to current kernel by David Woodhouse]\n\nFrom: Amy Griffis \u003camy.griffis@hp.com\u003e\nFrom: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Chris Wright \u003cchrisw@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "7d5f9c0f10255000ca007fb03773c6b825c2b9ce",
      "tree": "5f53e41ef4cbe5ced2c5884ee5dde8df1fcaa509",
      "parents": [
        "de7548d0e202263bb6bfd7574a7889e85a691937"
      ],
      "author": {
        "name": "Zwane Mwaikambo",
        "email": "zwane@arm.linux.org.uk",
        "time": "Wed Mar 30 21:40:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 13:40:18 2005 -0700"
      },
      "message": "[IA64] reduce cacheline bouncing in cpu_idle_wait\n\nAndi noted that during normal runtime cpu_idle_map is bounced around a lot,\nand occassionally at a higher frequency than the timer interrupt wakeup\nwhich we normally exit pm_idle from.  So switch to a percpu variable.\n\nI didn\u0027t move things to the slow path because it would involve adding\nscheduler code to wakeup the idle thread on the cpus we\u0027re waiting for.\n\nSigned-off-by: Zwane Mwaikambo \u003czwane@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "de7548d0e202263bb6bfd7574a7889e85a691937",
      "tree": "eee071a29e77fbfacc5dc6ff8c9c10d9dcc23f02",
      "parents": [
        "bb0fc085457cf6a865b8232b0cefab3a7819df44"
      ],
      "author": {
        "name": "Mike Habeck",
        "email": "habeck@sgi.com",
        "time": "Fri Mar 25 19:34:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 13:36:09 2005 -0700"
      },
      "message": "[IA64-SGI] Altix only: Fix for sn_dma_flush\n\nThe following patch fixes a bug in the SGI Altix sn_dma_flush code.  \nsn_dma_flush is broken in 2.6.  The code isn\u0027t waiting for the DMA \ndata to be flushed out of the PIC ASIC. This patch is based off the \nlinux-ia64-test-2.6.12 tree\n\nSigned-off-by: Mike Habeck \u003chabeck@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "bb0fc085457cf6a865b8232b0cefab3a7819df44",
      "tree": "deaa9e3b58d6e40cb2bdba61898bf8373dc02688",
      "parents": [
        "c0b12422e5e1d041026dd27074de17d2d7e32c4e"
      ],
      "author": {
        "name": "Alex Williamson",
        "email": "alex.williamson@hp.com",
        "time": "Thu Mar 24 22:58:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 13:33:18 2005 -0700"
      },
      "message": "[IA64] use common pxm function\n\nThis patch simplifies a couple places where we search for _PXM\nvalues in ACPI namespace.  Thanks,\n\nSigned-off-by: Alex Williamson \u003calex.williamson@hp.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "c0b12422e5e1d041026dd27074de17d2d7e32c4e",
      "tree": "1818ff91a52bea353469ba787f492dd2ca303fe2",
      "parents": [
        "3a7d555bfc4d4631d9118fb4d0ed7ab62cc2ca1c"
      ],
      "author": {
        "name": "Colin Ngam",
        "email": "cngam@sgi.com",
        "time": "Fri Mar 18 16:38:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 13:21:03 2005 -0700"
      },
      "message": "[IA64-SGI] Altix only: Register Error Interrupt\n\nThe following patch ensures that the correct error interrupt handling \nroutine is initialized.  This patch is based on the 2.6.12 ia64 release tree.\n\nSigned-off-by: Colin Ngam \u003ccngam@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "3a7d555bfc4d4631d9118fb4d0ed7ab62cc2ca1c",
      "tree": "3f788937066dff5befaf3b4e70539bf3f9e4702b",
      "parents": [
        "a2d974da0afe659cff98913184a97c0ee686d02b"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Mon Apr 04 13:14:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:50:22 2005 -0700"
      },
      "message": "[IA64-SGI] convert AMO address found in XPC\u0027s reserved page\n\nThis patch detects the existence of an uncached physical AMO address setup\nby EFI\u0027s XPBOOT (SGI) and converts it to an uncached virtual AMO address.\nDepends on a patch submitted on 23 March 2005 with the subject of:\n    [PATCH 2/3] SGI Altix cross partition functionality (2nd revision)\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "a2d974da0afe659cff98913184a97c0ee686d02b",
      "tree": "1a1479280445226104ddc062bed2e2806639352e",
      "parents": [
        "89eb8eb927e324366c3ac0458998aaf9953fc5cd"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Wed Mar 23 20:50:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:37:19 2005 -0700"
      },
      "message": "[IA64-SGI] SGI Altix cross partition functionality [3/3]\n\nThis patch contains the cross partition pseudo-ethernet driver (XPNET)\nfunctional support module.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "89eb8eb927e324366c3ac0458998aaf9953fc5cd",
      "tree": "c5f77d88bc42821134de6ea49a5663654df38e56",
      "parents": [
        "21223a9e78050919499d3d9039170e608eb939cc"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Wed Mar 23 19:50:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:36:00 2005 -0700"
      },
      "message": "[IA64-SGI] SGI Altix cross partition functionality [2/3]\n\nThis patch contains the communication module (XPC) for cross partition\ncommunication on a partitioned SGI Altix.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "21223a9e78050919499d3d9039170e608eb939cc",
      "tree": "8691970d17425f6e79b0567633d106ce88db0b8e",
      "parents": [
        "b0d82bd5df874f7dadbeced1b0163473387da37c"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "aegl@agluck-lia64.sc.intel.com",
        "time": "Tue May 03 12:25:50 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:25:50 2005 -0700"
      },
      "message": "[IA64] manually apply changes to arch/ia64/sn/kernel/Makefile\n\ncg-patch couldn\u0027t apply the patch to Makefile, and my dumb script\nrushed on and ran cg-commit without this change.\n\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "b0d82bd5df874f7dadbeced1b0163473387da37c",
      "tree": "c78294ddaff17034ef77253c587a7512ba813e95",
      "parents": [
        "7fbd2a5337b2aa91266abbded97330f909904fd5"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Wed Mar 23 19:46:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:16:52 2005 -0700"
      },
      "message": "[IA64-SGI] SGI Altix cross partition functionality (2nd\nThis patch contains the shim module (XP) which interfaces between the\ncommunication module (XPC) and the functional support modules (like XPNET).\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "7fbd2a5337b2aa91266abbded97330f909904fd5",
      "tree": "0aca2260c63b65068e69bc82b5ab55f4da4b9421",
      "parents": [
        "21e37283909c12e300ab87c20f5addc878cda9f9"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Wed Mar 23 19:11:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:12:42 2005 -0700"
      },
      "message": "[IA64-SGI] Add some needed externs currently not defined\n\nAdd some needed externs currently not defined.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "21e37283909c12e300ab87c20f5addc878cda9f9",
      "tree": "0a03d3c0c90d8108eefb985272d0d49f31c2c827",
      "parents": [
        "7223a93a5321f84337647aef62ef947afd8df41a"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Wed Mar 23 19:08:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:11:38 2005 -0700"
      },
      "message": "[IA64-SGI] Define some additional SHub1 and Shub2 register symbols\n\nDefine some additional SHub1 and SHub2 register symbols.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "7223a93a5321f84337647aef62ef947afd8df41a",
      "tree": "10d4c8e4cb1b4ddf33ca32efbe915ca91d19fcd1",
      "parents": [
        "2e34f07ff0c944399a6456e2d91cf0ca1d9a497c"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Wed Mar 23 19:00:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:09:32 2005 -0700"
      },
      "message": "[IA64] Export node_online_map and node_possible_map\n\nExport node_online_map and node_possible_map so that kernel modules can use\nthe nodemask macros, like, for_each_node() and for_each_online_node().\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "2e34f07ff0c944399a6456e2d91cf0ca1d9a497c",
      "tree": "d09796e3f37d7cd809eceb5d931f1e2171a32f5b",
      "parents": [
        "ce0a3956b32650e229b68964c4400bbdc5ad3ca1"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Mon Mar 21 19:41:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:07:46 2005 -0700"
      },
      "message": "[PATCH] move cnodeid_to_nasid_table out of pda\nAnother step in the effort to eliminate the SN pda structure.\nThis patch moves the cnodeid_to_nasid_table field out of the pda,\nmaking it a standalone per-cpu data item, and exports it so it can\nbe accessed by kernel modules.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "ce0a3956b32650e229b68964c4400bbdc5ad3ca1",
      "tree": "79ea53b8321964c903f1379c48ba5c4917992c46",
      "parents": [
        "ae40aae9b9b8e336714ebb3f16410da6e69d6ac8"
      ],
      "author": {
        "name": "Bruce Losure",
        "email": "blosure@sgi.com",
        "time": "Mon Apr 25 19:41:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:01:07 2005 -0700"
      },
      "message": "[IA64-SGI] Altix patch to add bricktype knowledge to tiocx\n\nHere is a patch to enable the SGI tiocx bus driver to distingush between\nFPGA-attached h/w and non-FPGA-attached h/w.\n\nSigned-off-by: Bruce Losure \u003cblosure@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "ae40aae9b9b8e336714ebb3f16410da6e69d6ac8",
      "tree": "aa900ab7187e5206d30f78c1e5fad98a84a81293",
      "parents": [
        "c2d1d65ad441c8abe624bdb1c2cff2e47c8c1ee1"
      ],
      "author": {
        "name": "Bruce Losure",
        "email": "blosure@sgi.com",
        "time": "Mon Apr 04 13:23:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 12:00:01 2005 -0700"
      },
      "message": "[IA64-SGI] Altix patch to fix missing Kconfig dependency.\n\nThis is a one-liner to make the mbcs driver depend on SGI_TIOCX in the\ndrivers/char/Kconfig file.\n\nSigned-off-by: Bruce Losure \u003cblosure@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "c2d1d65ad441c8abe624bdb1c2cff2e47c8c1ee1",
      "tree": "3d88b27fe6409d1ebc9849e29b0e660d437decce",
      "parents": [
        "2074615a13a4f250e0a4e3f6ec8e3733b950a783"
      ],
      "author": {
        "name": "Bruce Losure",
        "email": "blosure@sgi.com",
        "time": "Thu Mar 24 12:28:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 11:58:37 2005 -0700"
      },
      "message": "[IA64-SGI] Altix only: Remove hubdev SAL call \n\nHi Tony,\n\nThis patch against ia64-test-2.6.12 fixes a bug where the tiocx code\nwas inadvertently un-doing some address modifications done in earlier\nfixup code.    This patch just removes the offending code.\n\nSigned-off-by: Bruce Losure \u003cblosure@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "2074615a13a4f250e0a4e3f6ec8e3733b950a783",
      "tree": "20af73cd640c88f5bedcb081fd5e850bf23b7b86",
      "parents": [
        "43cc67251882f60c796c8729cefc0e05b550976c"
      ],
      "author": {
        "name": "David Mosberger-Tang",
        "email": "davidm@hpl.hp.com",
        "time": "Fri Feb 18 19:09:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 11:27:33 2005 -0700"
      },
      "message": "[IA64] use fc.i for fluch_icache_range()\n\nThis is a small patch to switch fluch_icache_range() to use fc.i\ninstead of fc.  This would save time on processors which can establish\ni-cache coherency without flushing the cache-line out to memory (not\nthat any current processors do).  On existing processors, fc.i behaves\nlike fc.  The only caveat is that very old assemblers may not know\nabout fc.i yet.\n\nSigned-off-by: David Mosberger-Tang \u003cdavidm@hpl.hp.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "43cc67251882f60c796c8729cefc0e05b550976c",
      "tree": "7d5a7a24eaf4f6afc76ce98b368eb9579bf59c8b",
      "parents": [
        "6adc4cc0eead0c1897d7f1416d749c8e7c91e0bc"
      ],
      "author": {
        "name": "Jes Sorensen",
        "email": "jes@wildopensource.com",
        "time": "Thu Feb 17 09:41:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 11:26:05 2005 -0700"
      },
      "message": "[IA64-SGI] cleanup shubio.h\n\nThis patch cleans up include/asm/sn/shubio.h by removing a ton of\nwhitespaces and running it through Lindent, reducing it\u0027s size by almost\n30KB. No actual content has been changed.\n\nSigned-off-by: Jes Sorensen \u003cjes@wildopensource.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "6adc4cc0eead0c1897d7f1416d749c8e7c91e0bc",
      "tree": "0409af16566bde54a3d75fb0675a26a5cbc4603a",
      "parents": [
        "9df6f705c0934a49d0f0a3468a5b5044c8aec4f1"
      ],
      "author": {
        "name": "Jesse Barnes",
        "email": "jbarnes@sgi.com",
        "time": "Wed Feb 16 16:38:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 11:16:31 2005 -0700"
      },
      "message": "[IA64-SGI] remove unused sn header files\n\nThis patch makes Jes\u0027 patch (which also contains the removal of fetchop.h) a \nbit smaller, and removes two other unused files at the same time, sndrv.h and \nsn_fru.h.\n\nSigned-off-by: Jesse Barnes \u003cjbarnes@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "9df6f705c0934a49d0f0a3468a5b5044c8aec4f1",
      "tree": "045807d5f55b61d6222c6dada311237a9badeddc",
      "parents": [
        "512f64295f2f0049515dcc4e97c1f1ae0df9629c"
      ],
      "author": {
        "name": "David Mosberger-Tang",
        "email": "davidm@hpl.hp.com",
        "time": "Fri Mar 25 00:16:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 10:56:42 2005 -0700"
      },
      "message": "[IA64] fix typos caught by new assembler\n\nPatch below fixes 3 trivial typos which are caught by the new\nassembler (v2.169.90).  Please apply.\n\n[Note: fix to memcpy that was also part of this patch was separately\n applied from patches by H.J. and Andreas ... so the delta here only\n has the other two fixes. -Tony]\n\nSigned-off-by: David Mosberger-Tang \u003cdavidm@hpl.hp.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "512f64295f2f0049515dcc4e97c1f1ae0df9629c",
      "tree": "d2079e3972a7cd52f4b72cbd988dd4168dc2c0ec",
      "parents": [
        "7a9bdd8842d0847f3b15068550a3632a2d259057"
      ],
      "author": {
        "name": "Andreas Schwab",
        "email": "schwab@suse.de",
        "time": "Tue Apr 26 23:00:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 10:49:29 2005 -0700"
      },
      "message": "[IA64] Fix memcpy_mck.S for current binutils\n\nThe current ia64 assembler complains about mismatching .proc/.endp pairs.\n(Same patch also sent by H.J. Lu)\n\nSigned-off-by: Andreas Schwab \u003cschwab@suse.de\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "7a9bdd8842d0847f3b15068550a3632a2d259057",
      "tree": "548d1f72a9dbdf74b67e45f5f536a71e94c26b81",
      "parents": [
        "ac09f698f1cda91e890fb75f4cb38253d60ff017"
      ],
      "author": {
        "name": "Suresh Siddha",
        "email": "suresh.b.siddha@intel.com",
        "time": "Tue Apr 05 18:05:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 03 10:33:28 2005 -0700"
      },
      "message": "[IA64] Add config SCHED_SMT\n\nNow that we have MC/MT detection patches in, appended patch allows us to\nconfigure MT scheduler optimizations. For now, we will this option off\nby default.\n\nThere is some discussion going on lkml about setting up sched-domains \nwhich are absolutely needed (like for example, we shouldn\u0027t setup SMT domain\nfor non MT processors). Once that patch goes in, we can enable this option by\ndefault.\n\nSigned-off-by: Suresh Siddha \u003csuresh.b.siddha@intel.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "ac09f698f1cda91e890fb75f4cb38253d60ff017",
      "tree": "f71a88464e5b5cb3f5246367bcc8ea0890f5fb0d",
      "parents": [
        "e521dca64e0f82d844928c5ee88d82fdced50cbe"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon May 02 16:25:10 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon May 02 08:15:22 2005 -0700"
      },
      "message": "[PATCH] cpufreq annoying warning fix\n\nThe cpufreq core patch I sent earlier got only half-applied.  I added a\nflag to let the low level driver disable an annoying warning on\nsuspend/resume that is normal on ppc, but the \"resume\" part of it wasn\u0027t\napplied.\n\nThis just adds back that missing bit.  The original patch also reworked\nthe resume() function to avoid nesting too many if () statements along\nthe way I did the suspend() one, but I didn\u0027t include that in the patch\nbelow.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e521dca64e0f82d844928c5ee88d82fdced50cbe",
      "tree": "c894a71c7d1a22e6c814f202532ec55616665adb",
      "parents": [
        "6995f17a5ab3c3fd4df2e5b107d08cff1db3fa41"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon May 02 16:12:00 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon May 02 08:15:22 2005 -0700"
      },
      "message": "[PATCH] ppc32: Fix might_sleep() warning with clock spreading\n\nThe clock spreading disable/enable code was called to late/early during\nthe suspend/resume code on some laptops and would trigger a\nmight_sleep() warning due to the down() call in the low level i2c code.\n\nThis fixes it by calling those functions earlier/later when interrupts\nare still enabled.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6995f17a5ab3c3fd4df2e5b107d08cff1db3fa41",
      "tree": "93eac4f86ca45821246ddcf2c0b26fe9cadec150",
      "parents": [
        "f0f539755b8df3db81715d9c7fb67ba375f0330f"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon May 02 14:45:12 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 21:56:39 2005 -0700"
      },
      "message": "[PATCH] ppc32: More fixlet for pmac sound\n\nAs Al Viro noticed, my previous fix missed one instance of \"device\" in\nthe driver local debug code. Harmless unless you tweak the #define\u0027s in\nthere but still work fixing.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f0f539755b8df3db81715d9c7fb67ba375f0330f",
      "tree": "f624f46948fb70f91fec22e4c44d54f1acbcf553",
      "parents": [
        "7eb8073ecc8251530ebbd9be29cc33e54d37bdc2"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Sun May 01 19:43:54 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 19:43:54 2005 -0700"
      },
      "message": "[PATCH] ppc32: Fix sleep on old 101 PowerBook\n\nA typo in the machine table incorrectly mark the 101 PowerBook as\nneeding explicit callback from the video driver to enable sleep mode. I\ndid not implement that mecanism for chipsest older than r128, so we need\nto mark this machine as always beeing able to sleep for now.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7eb8073ecc8251530ebbd9be29cc33e54d37bdc2",
      "tree": "4d6a10cb3ce9f216a4d0e7a6000374f45929bf70",
      "parents": [
        "15fd56867b6b94dc829d880bc078428eb41859c8"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Sun May 01 18:54:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 18:54:23 2005 -0700"
      },
      "message": "[PATCH] ppc32: Small build fix for alsa powermac\n\nMy newer iMac mini driver doesn\u0027t build with verbose debug enabled.\n\nThis fixes it, and removes an erroneous error printk (since it\u0027s normal\non some machine to not find some gpios on the \"first try\").\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "15fd56867b6b94dc829d880bc078428eb41859c8",
      "tree": "2cadd2a246de12dade57a75cc57c296070d58712",
      "parents": [
        "7da21a02b3587157bd43910ea6d4c76661228ebb"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Sun May 01 18:22:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 18:22:34 2005 -0700"
      },
      "message": "[PATCH] ppc32: Workaround a cache flush issue on sleep\n\nWe are experiencing a problem when flushing the CPU caches before sleep\non some laptop models using the 750FX CPU rev 1.X. While I haven\u0027t been\nable to figure out a proper explanation for what\u0027s going on, I do have a\nworkaround that seem to work reliably and allows those machine to sleep\nand wakeup properly again.\n\nI\u0027ll re-update that code if/when I ever find exactly what is happening\nwith those CPU revisions.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7da21a02b3587157bd43910ea6d4c76661228ebb",
      "tree": "192ac868b9d0854d31fb04a21a968796892cbf94",
      "parents": [
        "76530da1a9e8ce05963b1f49a098eddc6ec6c534"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "axboe@suse.de",
        "time": "Sun May 01 12:12:52 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 12:12:52 2005 -0700"
      },
      "message": "[PATCH] Avoid unnecessary ide-cd cache flushes\n\nOnly issue a cdrom cache flush if we\u0027ve done write to the drive.  The\n-\u003emedia_written() flag keeps track of that.\n\nSigned-off-by: Jens Axboe \u003caxboe@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "76530da1a9e8ce05963b1f49a098eddc6ec6c534",
      "tree": "bf0e2300abac0314de8af66020513fd551f14f62",
      "parents": [
        "6c207e769297946a0adec45225c6999f1299dde3"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun May 01 08:59:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:30 2005 -0700"
      },
      "message": "[PATCH] sound/oss/sonicvibes.c: fix an array overflow\n\nThis patch fixes an array overflow found by the Coverity checker.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6c207e769297946a0adec45225c6999f1299dde3",
      "tree": "2e4890b150d6f7055b2ecda3600df04c28d8bfb6",
      "parents": [
        "0dec63bab860cc60cc444faa0ac459f1b53545ff"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun May 01 08:59:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:30 2005 -0700"
      },
      "message": "[PATCH] drivers/input/joystick/spaceorb.c: fix an array overflow\n\nThis patch fixes an array overflow found by the Coverity checker.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0dec63bab860cc60cc444faa0ac459f1b53545ff",
      "tree": "3b07982063574ed27b1edd4ec1376b52ca7bbd76",
      "parents": [
        "390725c36d220f5ca0c13b8927ac9c758ae1e4ad"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun May 01 08:59:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:30 2005 -0700"
      },
      "message": "[PATCH] drivers/pnp/pnpacpi/rsparser.c: fix an array overflow\n\nThis patch fixes an array overflow found by the Coverity checker.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "390725c36d220f5ca0c13b8927ac9c758ae1e4ad",
      "tree": "9b7a13d734992cbee48588ab241e01baeb486b44",
      "parents": [
        "6e3e98d1dcf944b999757b769d910f2b506ca5b9"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun May 01 08:59:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:30 2005 -0700"
      },
      "message": "[PATCH] drivers/video/radeonfb.c: fix an array overflow\n\nThis patch fixes an array overflow found by the Coverity checker.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6e3e98d1dcf944b999757b769d910f2b506ca5b9",
      "tree": "a070040633da1748df638673819479ceaf7efce2",
      "parents": [
        "408b664a7d394a5e4315fbd14aca49b042cb2b08"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun May 01 08:59:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:29 2005 -0700"
      },
      "message": "[PATCH] drivers/pnp/pnpbios/rsparser.c: fix an array overflow\n\nThis patch fixes an array overflow found by the Coverity checker.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "408b664a7d394a5e4315fbd14aca49b042cb2b08",
      "tree": "bd3ebe72229227962d157e46e61ed65b78d6e28b",
      "parents": [
        "c31403a1f5a761599df38bcc2d6ba94f24320c33"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun May 01 08:59:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:29 2005 -0700"
      },
      "message": "[PATCH] make lots of things static\n\nAnother large rollup of various patches from Adrian which make things static\nwhere they were needlessly exported.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c31403a1f5a761599df38bcc2d6ba94f24320c33",
      "tree": "b753650fba949d8b56c65d024b7e82363b894871",
      "parents": [
        "fd4a3244941ed74fffc24b64857977270e6f64e2"
      ],
      "author": {
        "name": "Cosmin Nicolaescu",
        "email": "can29@bandersnatch.cs.drexel.edu",
        "time": "Sun May 01 08:59:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:28 2005 -0700"
      },
      "message": "[PATCH] Documentation: remove super-{nr, max} to reflect fs/super.c\n\nThe patch updates the documentation for /proc.  super-nr and super-max have\nbeen dropped from the kernel since 2.4.9 due to minor numbering issues.\nThis change was not documented in the documentation.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fd4a3244941ed74fffc24b64857977270e6f64e2",
      "tree": "2962590ab577d930f914141fc753e46af7c8df59",
      "parents": [
        "4fa35166c540073a2c6e450683c776f68e8b5569"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Sun May 01 08:59:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:28 2005 -0700"
      },
      "message": "[PATCH] docbook: Tell users to install xmlto, not stylesheets\n\nWe have at least two users which were confused by these messages, myself\nincluded.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@mail.ru\u003e\nSigned-off-by: 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": "4fa35166c540073a2c6e450683c776f68e8b5569",
      "tree": "c2afb4f7449be17c75cc149bce8456b729cf4254",
      "parents": [
        "2948e57d94bd2d2fb6d4e89d89f0bd0ddaee0513"
      ],
      "author": {
        "name": "Martin Waitz",
        "email": "tali@admingilde.org",
        "time": "Sun May 01 08:59:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:28 2005 -0700"
      },
      "message": "[PATCH] DocBook: fix html link\n\nThe start page for each book has changed from book1.html to index.html.\nUpdate our generated links acocrdingly.\n\nSigned-off-by: Martin Waitz \u003ctali@admingilde.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2948e57d94bd2d2fb6d4e89d89f0bd0ddaee0513",
      "tree": "4d6146a9e30f9d8920eaae2db942dbaad1b1100e",
      "parents": [
        "8b0c2d989cc60db1767481386ca912e99807eddb"
      ],
      "author": {
        "name": "Martin Waitz",
        "email": "tali@admingilde.org",
        "time": "Sun May 01 08:59:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:27 2005 -0700"
      },
      "message": "[PATCH] Docbook: use custom stylesheet\n\nWith the custom stylesheet, functions are rendered using ANSI-C syntax and\nxmlto is a bit quieter.\n\nSigned-off-by: Martin Waitz \u003ctali@admingilde.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8b0c2d989cc60db1767481386ca912e99807eddb",
      "tree": "d4987614a6171ce7eee3fa63023ce5ed4c45f8f7",
      "parents": [
        "ac9296f95228f50d112e6caec3b461fd816de084"
      ],
      "author": {
        "name": "Martin Waitz",
        "email": "tali@admingilde.org",
        "time": "Sun May 01 08:59:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:27 2005 -0700"
      },
      "message": "[PATCH] DocBook: Use xmlto to process the DocBook files.\n\nxmlto uses standared XSLT templates to generate manpages, (x)html pages, and\nXML FO files which can be processed with passivetex.  This is much faster than\nusing jadetex for everything.  This patch also reduces the number of\nkernel-specific scripts that are needed to generate documentation.\n\nSigned-off-by: Martin Waitz \u003ctali@admingilde.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ac9296f95228f50d112e6caec3b461fd816de084",
      "tree": "d76802207a551810d9ceac8423dde546cfb6edda",
      "parents": [
        "c73894c1e1160296552d8713e88bc76eac43beba"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 01 08:59:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:27 2005 -0700"
      },
      "message": "[PATCH] DocBook: remove obsolete templates\n\nAs the author of tulip-user and via-audio docbooks, I can say that they are\nout of date and should be deleted.\n\nSigned-off-by: Martin Waitz \u003ctali@admingilde.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c73894c1e1160296552d8713e88bc76eac43beba",
      "tree": "583a8d4c955c9bdf21f1eb2c24592cab30744c6e",
      "parents": [
        "67be2dd1bace0ec7ce2dbc1bba3f8df3d7be597e"
      ],
      "author": {
        "name": "Rich Walker",
        "email": "rw@shadow.org.uk",
        "time": "Sun May 01 08:59:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:26 2005 -0700"
      },
      "message": "[PATCH] DocBook: use \u003cinformalexample\u003e for examples\n\nSigned-off-by: Martin Waitz \u003ctali@admingilde.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "67be2dd1bace0ec7ce2dbc1bba3f8df3d7be597e",
      "tree": "317d114a0288d3b19ef9902f94b536a5a8731dbd",
      "parents": [
        "6013d5445f9a6d0b28090027868f455c5012d1cc"
      ],
      "author": {
        "name": "Martin Waitz",
        "email": "tali@admingilde.org",
        "time": "Sun May 01 08:59:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:26 2005 -0700"
      },
      "message": "[PATCH] DocBook: fix some descriptions\n\nSome KernelDoc descriptions are updated to match the current code.\nNo code changes.\n\nSigned-off-by: Martin Waitz \u003ctali@admingilde.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6013d5445f9a6d0b28090027868f455c5012d1cc",
      "tree": "4c21ee01fc24bb75993f7111098398a9b7761ab4",
      "parents": [
        "4dc3b16ba18c0f967ad100c52fa65b01a4f76ff0"
      ],
      "author": {
        "name": "Martin Waitz",
        "email": "tali@admingilde.org",
        "time": "Sun May 01 08:59:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:25 2005 -0700"
      },
      "message": "[PATCH] DocBook: fix \u003cvoid/\u003e xml tag\n\nThis fix is needed to create valid XML.\n\nSigned-off-by: Martin Waitz \u003ctali@admingilde.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4dc3b16ba18c0f967ad100c52fa65b01a4f76ff0",
      "tree": "fa038ad8969980eec6cef5b737872fda9feb4c6a",
      "parents": [
        "333f981720d619e2038b980a55ad01b10580eb9f"
      ],
      "author": {
        "name": "Pavel Pisa",
        "email": "pisa@cmp.felk.cvut.cz",
        "time": "Sun May 01 08:59:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:25 2005 -0700"
      },
      "message": "[PATCH] DocBook: changes and extensions to the kernel documentation\n\nI have recompiled Linux kernel 2.6.11.5 documentation for me and our\nuniversity students again.  The documentation could be extended for more\nsources which are equipped by structured comments for recent 2.6 kernels.  I\nhave tried to proceed with that task.  I have done that more times from 2.6.0\ntime and it gets boring to do same changes again and again.  Linux kernel\ncompiles after changes for i386 and ARM targets.  I have added references to\nsome more files into kernel-api book, I have added some section names as well.\n So please, check that changes do not break something and that categories are\nnot too much skewed.\n\nI have changed kernel-doc to accept \"fastcall\" and \"asmlinkage\" words reserved\nby kernel convention.  Most of the other changes are modifications in the\ncomments to make kernel-doc happy, accept some parameters description and do\nnot bail out on errors.  Changed \u003cpid\u003e to @pid in the description, moved some\n#ifdef before comments to correct function to comments bindings, etc.\n\nYou can see result of the modified documentation build at\n  http://cmp.felk.cvut.cz/~pisa/linux/lkdb-2.6.11.tar.gz\n\nSome more sources are ready to be included into kernel-doc generated\ndocumentation.  Sources has been added into kernel-api for now.  Some more\nsection names added and probably some more chaos introduced as result of quick\ncleanup work.\n\nSigned-off-by: Pavel Pisa \u003cpisa@cmp.felk.cvut.cz\u003e\nSigned-off-by: Martin Waitz \u003ctali@admingilde.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "333f981720d619e2038b980a55ad01b10580eb9f",
      "tree": "419e52ba014d85275dd39614649e09a4c9c7245f",
      "parents": [
        "0fbe9cafff72799700713e6a9d5a4ec7191e8d19"
      ],
      "author": {
        "name": "Richard Drummond",
        "email": "evilrich@rcdrummond.net",
        "time": "Sun May 01 08:59:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:25 2005 -0700"
      },
      "message": "[PATCH] Clean-up and bug fix for tdfxfb framebuffer size detection\n\nAttached is a patch against 2.6.11.7 which tidies up the tdfxfb framebuffer\nsize detection code a little and fixes the broken support for Voodoo4/5\ncards.  (I haven\u0027t tested this on a Voodoo5, however, because I don\u0027t have\nthe hardware).\n\nSigned-off-by: Richard Drummond \u003cevilrich@rcdrummond.net\u003e\nCc: \u003clinux-fbdev-devel@lists.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0fbe9cafff72799700713e6a9d5a4ec7191e8d19",
      "tree": "bd0c48641b7281926346465ab7c8f7fae05bbeaf",
      "parents": [
        "7c2f891cb64b0b9c8d389da97c221ee4288f1307"
      ],
      "author": {
        "name": "Richard Drummond",
        "email": "evilrich@rcdrummond.net",
        "time": "Sun May 01 08:59:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:24 2005 -0700"
      },
      "message": "[PATCH] Better PLL frequency matching for tdfxfb driver\n\nImprove the PLL frequency matching in the tdfxfb driver.  Instead of\nrequiring 64260 iterations to obtain the closest supported PLL frequency,\nthis code does it with the same degree of accuracy in at most 768\niterations.\n\nSigned-off-by: Richard Drummond \u003cevilrich@rcdrummond.net\u003e\nCc: \u003clinux-fbdev-devel@lists.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7c2f891cb64b0b9c8d389da97c221ee4288f1307",
      "tree": "6826d42679d15654c0a0661e56bcbe8fb3f6db86",
      "parents": [
        "db9f1d9daa2f775a0f7d1a0d2ca4722c1da50158"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Sun May 01 08:59:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:24 2005 -0700"
      },
      "message": "[PATCH] imxfb: Add Freescale i.MX framebuffer driver\n\nThis patch adds support for the framebuffer on the freescale i.MX SOC\narchitecture.  The driver has been tested on the mx1ads board, the pimx1 board\nand another custom board with different displays.\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "db9f1d9daa2f775a0f7d1a0d2ca4722c1da50158",
      "tree": "65145b40dbae6ea35ec802b9394a676f50ec43c2",
      "parents": [
        "14c6f52f607edd79e2969548c69ec311defdc17d"
      ],
      "author": {
        "name": "Denis Vlasenko",
        "email": "vda@ilport.com.ua",
        "time": "Sun May 01 08:59:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:24 2005 -0700"
      },
      "message": "[PATCH] i810fb: Fix default monitor sync timings\n\n- Increase error message verbosity with respect to monitor timings.\n\n- Fix default sync timings\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "14c6f52f607edd79e2969548c69ec311defdc17d",
      "tree": "5e7c24b6119159361638e85c173e7e03f9b0c0fb",
      "parents": [
        "306958e8e8d150b3e8bf13f66f3a6e9be7ee75ff"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun May 01 08:59:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:23 2005 -0700"
      },
      "message": "[PATCH] intelfb: Remove intelfbdrv.h\n\nIngo Oeser noticed that all that intelfbdrv.h contains are prototypes for\nstatic functions - and such prototypes don\u0027t belong into header files.\n\nThis patch therefore removes drivers/video/intelfb/intelfbdrv.h and moves the\nprototypes to intelfbdrv.c .\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "306958e8e8d150b3e8bf13f66f3a6e9be7ee75ff",
      "tree": "4bec649b9881cd59c248b78bbfa72ee3d88f14d0",
      "parents": [
        "5f76be80d96f60adfc91f2acf22b146ce0e3072f"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@fs.tum.de",
        "time": "Sun May 01 08:59:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:23 2005 -0700"
      },
      "message": "[PATCH] fbcon: Fix check after use\n\nThis patch fixes a check after use found by the Coverity checker.\n\nSigned-off-by: Adrian Bunk \u003cbunk@fs.tum.de\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5f76be80d96f60adfc91f2acf22b146ce0e3072f",
      "tree": "e2cabbac9558c1a1ef01efd9d4e0f8def777b179",
      "parents": [
        "917bb0771aa077f62a3de75028a45f243d3954a8"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun May 01 08:59:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:23 2005 -0700"
      },
      "message": "[PATCH] fbdev: edid.h cleanups\n\nThis patch removes some completely unused code.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "917bb0771aa077f62a3de75028a45f243d3954a8",
      "tree": "55c84ff3c967f3eb4aba4baa25ce43c645e1f2b9",
      "parents": [
        "7149437669f79b497830e643a2b13d26a017b038"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@hotpop.com",
        "time": "Sun May 01 08:59:22 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:22 2005 -0700"
      },
      "message": "[PATCH] nvidiafb: ioremap and i2c fixes\n\n- Add \u0027vram\u0027 option to specify amount of video RAM to remap\n- Limit remap size to 64 MIB\n- Use info-\u003escreen_size for remapped RAM\n- Fix misplaced label in failure path\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7149437669f79b497830e643a2b13d26a017b038",
      "tree": "f5df8234c2e3cca1a335cf64b9f387c98c123fcf",
      "parents": [
        "5b052d8bb3ad9108489e7475868e14372774ca08"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Sun May 01 08:59:22 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:22 2005 -0700"
      },
      "message": "[PATCH] fbdev: Batch cmap changes at driver level\n\nThis patch adds to the fbdev interface a set_cmap callback that allow the\ndriver to \"batch\" palette changes.  This is useful for drivers like\nradeonfb which might require lenghtly workarounds on palette accesses, thus\nallowing to factor out those workarounds efficiently.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5b052d8bb3ad9108489e7475868e14372774ca08",
      "tree": "aa7154aee3b5dcc64ad7efdf7ceb178b0c5f27b8",
      "parents": [
        "68985e486b708671a7c7d0b4de6d94a1547d1351"
      ],
      "author": {
        "name": "Patrick Gefre",
        "email": "pfg@sgi.com",
        "time": "Sun May 01 08:59:22 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:22 2005 -0700"
      },
      "message": "[PATCH] Altix ioc4 serial - Arm the read timeout timer before the first read\n\nArm the read timeout timer before the first read.\n\nSigned-off-by: Patrick Gefre \u003cpfg@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "68985e486b708671a7c7d0b4de6d94a1547d1351",
      "tree": "93a8d63c810a1006e838718b62ed48ccd7c90b45",
      "parents": [
        "6cb2875f8d7e392982229094ad3b6d2f213f48da"
      ],
      "author": {
        "name": "Patrick Gefre",
        "email": "pfg@sgi.com",
        "time": "Sun May 01 08:59:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:21 2005 -0700"
      },
      "message": "[PATCH] Altix ioc4 serial - small uart setup mods\n\nSmall mods for setting up the uart - parity, flow control\n\nSigned-off-by: Patrick Gefre \u003cpfg@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6cb2875f8d7e392982229094ad3b6d2f213f48da",
      "tree": "f763e4f5ecc499d9d62007e7bb6aadd9455db84e",
      "parents": [
        "149733d4e274ce1add3399cabdb243116ebfdf79"
      ],
      "author": {
        "name": "Patrick Gefre",
        "email": "pfg@sgi.com",
        "time": "Sun May 01 08:59:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:21 2005 -0700"
      },
      "message": "[PATCH] Altix ioc4 serial - set a better timeout/threshold\n\nSet the timeout and threshold to better values.\n\nSigned-off-by: Patrick Gefre \u003cpfg@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "149733d4e274ce1add3399cabdb243116ebfdf79",
      "tree": "2e34d1ea62154b4e37f7b69a35c66edbfe36257f",
      "parents": [
        "10e92060295ded7b8feac1ee57bb2135ea9ac207"
      ],
      "author": {
        "name": "Patrick Gefre",
        "email": "pfg@sgi.com",
        "time": "Sun May 01 08:59:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:21 2005 -0700"
      },
      "message": "[PATCH] Altix ioc4 serial - set hfc from ioctl\n\nAllow hardware flow control to be set from an ioctl.\n\nSigned-off-by: Patrick Gefre \u003cpfg@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "10e92060295ded7b8feac1ee57bb2135ea9ac207",
      "tree": "48d9ebf5f8f1a84a02caa41a3a48a95fe126f67c",
      "parents": [
        "fe55c452368af263a9beec38ed29f6be85280524"
      ],
      "author": {
        "name": "Peter Missel",
        "email": "peter.missel@onlinehome.de",
        "time": "Sun May 01 08:59:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:21 2005 -0700"
      },
      "message": "[PATCH] saa7134: Add OEM version of already supported card\n\nAdd device table support for the LR214WF card.\n\nThe driver will say it\u0027s a FlyTV, simply because the name strings are\nstored with the card design data, not the device ID data.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fe55c452368af263a9beec38ed29f6be85280524",
      "tree": "4f56bd643c5a9ddbb478745e0bc0fbabc9b9fd8e",
      "parents": [
        "faf8b24968ce6392ea68d9afc7de1ffbc38c1f6c"
      ],
      "author": {
        "name": "Mingming Cao",
        "email": "cmm@us.ibm.com",
        "time": "Sun May 01 08:59:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:20 2005 -0700"
      },
      "message": "[PATCH] ext3: remove unnecessary race then retry in ext3_get_block\n\nThe extra race-with-truncate-then-retry logic around\next3_get_block_handle(), which was inherited from ext2, becomes unecessary\nfor ext3, since we have already obtained the ei-\u003etruncate_sem in\next3_get_block_handle() before calling ext3_alloc_branch().  The\nei-\u003etruncate_sem is already there to block concurrent truncate and block\nallocation on the same inode.  So the inode\u0027s indirect addressing tree\nwon\u0027t be changed after we grab that semaphore.\n\nWe could, after get the semaphore, re-verify the branch is up-to-date or\nnot.  If it has been changed, then get the updated branch.  If we still\nneed block allocation, we will have a safe version of the branch to work\nwith in the ext3_find_goal()/ext3_splice_branch().\n\nThe code becomes more readable after remove those retry logic.  The patch\nalso clean up some gotos in ext3_get_block_handle() to make it more\nreadable.\n\nSigned-off-by: Mingming Cao \u003ccmm@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "faf8b24968ce6392ea68d9afc7de1ffbc38c1f6c",
      "tree": "8309caf9e4448e019d724ec5d3ed115f2b07b450",
      "parents": [
        "9990d744bea7d28e83c420e2c9d524c7a8a2d136"
      ],
      "author": {
        "name": "Gerd Knorr",
        "email": "kraxel@bytesex.org",
        "time": "Sun May 01 08:59:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:20 2005 -0700"
      },
      "message": "[PATCH] v4l: msp3400 update\n\nmsp3400 update: Fix and enable \"simpler\" mode, some other minor fixes.\n\nSigned-off-by: Gerd Knorr \u003ckraxel@bytesex.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9990d744bea7d28e83c420e2c9d524c7a8a2d136",
      "tree": "386a5540b41bf212a7b1fc5485292dc8de03bcf1",
      "parents": [
        "1622c3fcf4c1c6c8267938f366ecd2a348d67d93"
      ],
      "author": {
        "name": "Gerd Knorr",
        "email": "kraxel@bytesex.org",
        "time": "Sun May 01 08:59:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:20 2005 -0700"
      },
      "message": "[PATCH] dvb: cx22702 frontend driver update\n\nupdate cx22702 fe driver, add support for using the dvb pll lib, enable\ncx22702 support in cx88-dvb.\n\nSigned-off-by: Gerd Knorr \u003ckraxel@bytesex.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1622c3fcf4c1c6c8267938f366ecd2a348d67d93",
      "tree": "1a2cf22e71f88acbb9fdc0a1066be74064550ac1",
      "parents": [
        "f8e08a8466c4ac5f61b4bdb6338fd97eedb9c9e8"
      ],
      "author": {
        "name": "Gerd Knorr",
        "email": "kraxel@bytesex.org",
        "time": "Sun May 01 08:59:19 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:19 2005 -0700"
      },
      "message": "[PATCH] cx88-dvb oops fix\n\nFixup error path, without that one the driver kills the machine by oopsing\nin the IRQ handler in case the frontend initialization fails.\n\nSigned-off-by: Gerd Knorr \u003ckraxel@bytesex.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f8e08a8466c4ac5f61b4bdb6338fd97eedb9c9e8",
      "tree": "082b472e19d4b21f2ecb0eb486e961b16ffeaab0",
      "parents": [
        "6b9f5829e6e3af44f20c681e26524c637d4f82ff"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@www.linux.org.uk",
        "time": "Sun May 01 08:59:19 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:19 2005 -0700"
      },
      "message": "[PATCH] reiserfs endianness: sanitize reiserfs_key union\n\nSince we only access reiserfs_key -\u003eu.k_offset_v2 guts in four helper\nfunctions, we are free to sanitize those, as long as\n\n- layout of the structure is unchanged (it\u0027s on-disk object)\n\n- behaviour of these helpers is same as before.\n\nPatch kills the mess with endianness-dependent bitfields and replaces them\nwith a single __le64.  Helpers are switched to straightforward shift/and/or.\n\nBenefits:\n\n- exact same definitions for little- and big-endian architectures; no ifdefs\n  in sight.\n\n- generate the same code on little-endian and improved on big-endian.\n\n- doesn\u0027t rely on lousy bitfields handling in gcc codegenerator.\n\n- happens to be standard C (unsigned long long is not a valid type for a\n  bitfield; it\u0027s a gccism and not well-implemented one, at that).\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nCc: \u003creiserfs-dev@namesys.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6b9f5829e6e3af44f20c681e26524c637d4f82ff",
      "tree": "2694220606477b9afc5a98d73f6980e334048c1f",
      "parents": [
        "b8cc936f6295bba23513a49d858ea82f64982faf"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@www.linux.org.uk",
        "time": "Sun May 01 08:59:19 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:19 2005 -0700"
      },
      "message": "[PATCH] reiserfs endianness: comp_short_keys() cleanup\n\ncomp_short_keys() massaged into sane form, which kills the last place where\npointer to in_core_key (or any object containing such) would be cast to or\nfrom something else.  At that point we are free to change layout of\nin_core_key - nothing depends on it anymore.\n\nSo we drop the mess with union in there and simply use (unconditional) __u64\nk_offset and __u8 k_type instead; places using in_core_key switched to those.\nThat gives _far_ better code than current mess - on all platforms.\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nCc: \u003creiserfs-dev@namesys.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b8cc936f6295bba23513a49d858ea82f64982faf",
      "tree": "3541a86798a59c4f352d7369bc15cff7eab68992",
      "parents": [
        "3e8962be915bacc1d70e4849a075041838d60a3f"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@www.linux.org.uk",
        "time": "Sun May 01 08:59:18 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:18 2005 -0700"
      },
      "message": "[PATCH] reiserfs endianness: fix endianness bugs\n\nfixes for a couple of bugs exposed by the above: le32_to_cpu() used on 16bit\nvalue and missing conversion in comparison of host- and little-endian values.\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nCc: \u003creiserfs-dev@namesys.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3e8962be915bacc1d70e4849a075041838d60a3f",
      "tree": "e2ef686fa0a18a429456b252ed9352cdc1ae65de",
      "parents": [
        "6a3a16f2ef6f335286e2b2bf8284b0ab4ff38ec0"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@www.linux.org.uk",
        "time": "Sun May 01 08:59:18 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:18 2005 -0700"
      },
      "message": "[PATCH] reiserfs endianness: annotate little-endian objects\n\nlittle-endian objects annotated as such; again, obviously no changes of\nresulting code, we only replace __u16 with __le16, etc.  in relevant places.\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nCc: \u003creiserfs-dev@namesys.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6a3a16f2ef6f335286e2b2bf8284b0ab4ff38ec0",
      "tree": "ae559ba5915bf0ca29d6d5dfbd9f44e666f388ea",
      "parents": [
        "d46aa455dd5457fdbebad17db4ff4df655cbfbae"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@www.linux.org.uk",
        "time": "Sun May 01 08:59:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:17 2005 -0700"
      },
      "message": "[PATCH] reiserfs endianness: clone struct reiserfs_key\n\nstruct reiserfs_key cloned; (currently) identical struct in_core_key added.\nPlaces that expect host-endian data in reiserfs_key switched to in_core_key.\nBasically, we get annotation of reiserfs_key users and keep the resulting tree\nobviously equivalent to original.\n\nSigned-off-by: Al Viro \u003cviro@parcelfarce.linux.theplanet.co.uk\u003e\nCc: \u003creiserfs-dev@namesys.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d46aa455dd5457fdbebad17db4ff4df655cbfbae",
      "tree": "5c392567414e25bbe7a4e9699022431c7d93a075",
      "parents": [
        "3a9720ce73c9247e5262922d65e90444ea75eb50"
      ],
      "author": {
        "name": "Ian Kent",
        "email": "raven@themaw.net",
        "time": "Sun May 01 08:59:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:17 2005 -0700"
      },
      "message": "[PATCH] autofs4: bump version number\n\nBump autofs4 version so we know what\u0027s going on.\n\nSigned-off-by: Ian Kent \u003craven@themaw.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3a9720ce73c9247e5262922d65e90444ea75eb50",
      "tree": "c70bba916168232f530c00858e7e8a0c5bd82b38",
      "parents": [
        "4dcd00b18118d174c4b8d838c11f437f0af3c20c"
      ],
      "author": {
        "name": "Ian Kent",
        "email": "raven@themaw.net",
        "time": "Sun May 01 08:59:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:17 2005 -0700"
      },
      "message": "[PATCH] autofs4: tree race fix\n\nFor tree mount maps, a call to chdir or chroot, to a directory above the\nmoint point directories at a certain time during the expire results in the\nexpire incorrectly thinking the tree is not busy.  This patch adds a check\nto see if the filesystem above the tree mount points is busy and also locks\nthe filesystem during the tree mount expire to prevent the race.\n\nSigned-off-by: Ian Kent \u003craven@themaw.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4dcd00b18118d174c4b8d838c11f437f0af3c20c",
      "tree": "0e7497aa50c383e64f34616819066fc0bfe3c56d",
      "parents": [
        "945b092011c6af71a0107be96e119c8c08776f3f"
      ],
      "author": {
        "name": "Ian Kent",
        "email": "raven@themaw.net",
        "time": "Sun May 01 08:59:16 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:16 2005 -0700"
      },
      "message": "[PATCH] autofs4: wait order fix\n\nIt\u0027s possible for an event wait request to arive before the event\nrequestor.  If this happens the daemon never gets notified and autofs\nhangs.\n\nSigned-off-by: Ian Kent \u003craven@themaw.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "945b092011c6af71a0107be96e119c8c08776f3f",
      "tree": "7e0d6b79250aa2a5d0b51e9368e89b5f92cfe88e",
      "parents": [
        "954d3e95369cf73b4bc1e570729f68264a0e6fe0"
      ],
      "author": {
        "name": "Colin Leroy",
        "email": "colin@colino.net",
        "time": "Sun May 01 08:59:16 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:16 2005 -0700"
      },
      "message": "[PATCH] hfs, hfsplus: don\u0027t leak s_fs_info and fix an oops\n\nThis patch fixes the leak of sb-\u003es_fs_info in both the HFS and HFS+\nmodules.  In addition to this, it fixes an oops happening when trying to\nmount a non-hfsplus filesystem using hfsplus.  This patch is from Roman\nZippel, based off patches sent by myself.\n\nSigned-off-by: Colin Leroy \u003ccolin@colino.net\u003e\nSigned-off-by: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "954d3e95369cf73b4bc1e570729f68264a0e6fe0",
      "tree": "542c6435428848f02a0eb060a83b3dd1a7f90083",
      "parents": [
        "644d3a088a3b862ed0b57c286cf58a6bd338ce08"
      ],
      "author": {
        "name": "Ken Chen",
        "email": "kenneth.w.chen@intel.com",
        "time": "Sun May 01 08:59:16 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:16 2005 -0700"
      },
      "message": "[PATCH] aio: optimize io_submit_one()\n\nThis patch optimizes io_submit_one to call aio_run_iocb() directly if\nctx-\u003erun_list is empty.  When the list is empty, the operation of adding to\nthe list, then call to __aio_run_iocbs() is unnecessary because these\noperations are done in one atomic step.  ctx-\u003erun_list always has only one\nelement in this case.  This optimization speeds up industry standard db\ntransaction processing benchmark by 0.2%.\n\nSigned-off-by: Ken Chen \u003ckenneth.w.chen@intel.com\u003e\nCc: Benjamin LaHaise \u003cbcrl@kvack.org\u003e\nCc: Suparna Bhattacharya \u003csuparna@in.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "644d3a088a3b862ed0b57c286cf58a6bd338ce08",
      "tree": "f5373e9265c7518a29a92a97510fdc5993855661",
      "parents": [
        "4bf69b2a06090c01c27f25ea5cd1440f7bf9256f"
      ],
      "author": {
        "name": "Ken Chen",
        "email": "kenneth.w.chen@intel.com",
        "time": "Sun May 01 08:59:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:15 2005 -0700"
      },
      "message": "[PATCH] aio: clean up debug code\n\nClean up code that was previously used for debug purpose.  Remove aio_run,\naio_wakeups, iocb-\u003eki_queued and iocb-\u003eki_kicked.  Also clean up unused\nvariable count in __aio_run_iocbs() and debug code in read_events().\n\nSigned-off-by: Ken Chen \u003ckenneth.w.chen@intel.com\u003e\nCc: Benjamin LaHaise \u003cbcrl@kvack.org\u003e\nCc: Suparna Bhattacharya \u003csuparna@in.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4bf69b2a06090c01c27f25ea5cd1440f7bf9256f",
      "tree": "35bed1e865ee9f8b086954d866cee9c1c2b92b0f",
      "parents": [
        "212079cf4ee99e492a57b817e796825d423a30bb"
      ],
      "author": {
        "name": "Ken Chen",
        "email": "kenneth.w.chen@intel.com",
        "time": "Sun May 01 08:59:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:15 2005 -0700"
      },
      "message": "[PATCH] aio: ring wrapping simplification\n\nSince the tail pointer in aio_ring structure never wrap ring size more than\nonce, so a simple compare is sufficient to wrap the index around.  This avoid\na more expensive mod operation.\n\nSigned-off-by: Ken Chen \u003ckenneth.w.chen@intel.com\u003e\nCc: Benjamin LaHaise \u003cbcrl@kvack.org\u003e\nCc: Suparna Bhattacharya \u003csuparna@in.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "212079cf4ee99e492a57b817e796825d423a30bb",
      "tree": "58f54e75ec697f89ba12b39614e937bb374a451d",
      "parents": [
        "efcd5e3ab089496865571d22443dd3f514dae60c"
      ],
      "author": {
        "name": "Ken Chen",
        "email": "kenneth.w.chen@intel.com",
        "time": "Sun May 01 08:59:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:15 2005 -0700"
      },
      "message": "[PATCH] aio: remove superfluous kiocb member initialization\n\nThis patch removes superfluous kiocb member initialization in the AIO\nallocation and deallocation path.  For example, in really_put_req(),\nright before kiocb is returned to slab, 5 variables are reset to NULL.\nThe same variables will be initialized at the kiocb allocation time,\nso why bother reset them knowing that they will be set to valid data\nat alloc time?  Another example: ki_retry is initialized in __aio_get_req,\nbut is initialized again in io_submit_one.\n\nSigned-off-by: Ken Chen \u003ckenneth.w.chen@intel.com\u003e\nCc: Benjamin LaHaise \u003cbcrl@kvack.org\u003e\nCc: Suparna Bhattacharya \u003csuparna@in.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "efcd5e3ab089496865571d22443dd3f514dae60c",
      "tree": "037fbd3c28b2f1e93400842a2c456d15ce431f26",
      "parents": [
        "16f31113a614a35acc2da64f4ae39ab0ed7e194f"
      ],
      "author": {
        "name": "Emanuele Giaquinta",
        "email": "emanuele.giaquinta@gmail.com",
        "time": "Sun May 01 08:59:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:15 2005 -0700"
      },
      "message": "[PATCH] Makefile: fix for compatibility with *emacs ctags\n\nI\u0027ve noticed that, starting from linux-2.6.12-rc1, in the top Makefile the\n\"cmd_tags\" variable has been changed in a way incompatible with *emacs\nctags.  Since the \"--extra\" option exists only in \"exuberant ctags\", it\nshould be included in the CTAGSF shell variable.\n\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": "16f31113a614a35acc2da64f4ae39ab0ed7e194f",
      "tree": "65dd7e25ed720d8001e7571645a41817cb88c300",
      "parents": [
        "dbcf31ba68c92b23ac3f874c4d516bacd5d7518a"
      ],
      "author": {
        "name": "Yum Rayan",
        "email": "yum.rayan@gmail.com",
        "time": "Sun May 01 08:59:14 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:14 2005 -0700"
      },
      "message": "[PATCH] serial_cs: Reduce stack usage in serial_event()\n\nThis patch reduces the stack usage of the function serial_event() in\nserial_cs from 2212 to 228.  I used a patched version of gcc 3.4.3 on i386\nwith -fno-unit-at-a-time disabled.\n\nThis patch is only compile tested.\n\nAcked-by: Randy Dunlap \u003crddunlap@osdl.org\u003e\nSigned-off-by: Yum Rayan \u003cyum.rayan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dbcf31ba68c92b23ac3f874c4d516bacd5d7518a",
      "tree": "180f65c99cf63e826d1b97a1e98a9c86f147ede3",
      "parents": [
        "7ed20e1ad521b5f5df61bf6559ae60738e393741"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "roland@topspin.com",
        "time": "Sun May 01 08:59:14 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:14 2005 -0700"
      },
      "message": "[PATCH] fix include order in mthca_memfree.c\n\nFix order of #include lines in mthca_memfree.c\n\nSigned-off-by: Roland Dreier \u003croland@topspin.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7ed20e1ad521b5f5df61bf6559ae60738e393741",
      "tree": "90931724e45eaedb3445314e8b94e78253642395",
      "parents": [
        "e5bdd883a189243541e7a132385580703b049102"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "juhl-lkml@dif.dk",
        "time": "Sun May 01 08:59:14 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:14 2005 -0700"
      },
      "message": "[PATCH] convert that currently tests _NSIG directly to use valid_signal()\n\nConvert most of the current code that uses _NSIG directly to instead use\nvalid_signal().  This avoids gcc -W warnings and off-by-one errors.\n\nSigned-off-by: Jesper Juhl \u003cjuhl-lkml@dif.dk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e5bdd883a189243541e7a132385580703b049102",
      "tree": "6e56919829118d5aa6aa89991edaba764825fab2",
      "parents": [
        "1c72d46d98e4eb16f1a1b38eba94cc3aa8022cfa"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "juhl-lkml@dif.dk",
        "time": "Sun May 01 08:59:13 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:13 2005 -0700"
      },
      "message": "[PATCH] new valid_signal() function\n\nThis patch adds a new function valid_signal() that tests if its argument is\na valid signal number.\n\nThe reasons for adding this new function are:\n\n- some code currently testing _NSIG directly has off-by-one errors.\n  Using this function instead avoids such errors.\n\n- some code currently tests unsigned signal numbers for \u003c0 which is\n  pointless and generates warnings when building with gcc -W.  Using this\n  function instead avoids such warnings.\n\nI considered various places to add this function but eventually settled on\ninclude/linux/signal.h as the most logical place for it.  If there\u0027s some\nreason this is a bad choice then please let me know (hints as to a better\nlocation are then welcome of course).\n\nSigned-off-by: Jesper Juhl \u003cjuhl-lkml@dif.dk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1c72d46d98e4eb16f1a1b38eba94cc3aa8022cfa",
      "tree": "3bf66f96d51aea6f38f330ba77d88790decf0d88",
      "parents": [
        "7d87e14c236d6c4cab66d87cf0bc1e0f0375d308"
      ],
      "author": {
        "name": "Kylene Hall",
        "email": "kjhall@us.ibm.com",
        "time": "Sun May 01 08:59:13 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:13 2005 -0700"
      },
      "message": "[PATCH] Fix Tpm driver -- Maintainers entry\n\nThis patch adds the maintainers entry.\n\nSigned-off-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"
    },
    {
      "commit": "7d87e14c236d6c4cab66d87cf0bc1e0f0375d308",
      "tree": "0c0826cdc102286b541e3e56b59c81752d34c90d",
      "parents": [
        "434498d5323445b59167fd7aa5633b74ebbce901"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Sun May 01 08:59:12 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:12 2005 -0700"
      },
      "message": "[PATCH] consolidate sys_shmat\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "434498d5323445b59167fd7aa5633b74ebbce901",
      "tree": "2dc0de0b092105ddeddb84ae2167231471c4910d",
      "parents": [
        "882fe011a92fa4fc31ca6cc95b279f7e4e52935c"
      ],
      "author": {
        "name": "Andreas Schwab",
        "email": "schwab@suse.de",
        "time": "Sun May 01 08:59:12 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:12 2005 -0700"
      },
      "message": "[PATCH] sn_console: make sal_console_uart static again\n\nSigned-off-by: Andreas Schwab \u003cschwab@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "882fe011a92fa4fc31ca6cc95b279f7e4e52935c",
      "tree": "da1fc3fab16f937c79a83024c552813f8d61602f",
      "parents": [
        "9dbf68f97d585265eaadd15aea308efd9ae39d34"
      ],
      "author": {
        "name": "Corey Minyard",
        "email": "minyard@acm.org",
        "time": "Sun May 01 08:59:12 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:12 2005 -0700"
      },
      "message": "[PATCH] ipmi: fix a deadlock\n\nCorrect an issue with the IPMI message layer taking a lock and calling\nlower layer driver.  If an error occrues at the lower layer the lock can be\ntaken again causing a deadlock.  The lock is released before calling the\nlower layer.\n\nSigned-off-by: David Griego \u003cdgriego@mvista.com\u003e\nSigned-off-by: Corey Minyard \u003cminyard@acm.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9dbf68f97d585265eaadd15aea308efd9ae39d34",
      "tree": "84d804f3eb491b4d03f5afc8a38ddf2326fcc17c",
      "parents": [
        "ec26d79f4f5822283e0bffa44a542fd13c5146e4"
      ],
      "author": {
        "name": "Corey Minyard",
        "email": "minyard@acm.org",
        "time": "Sun May 01 08:59:11 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:11 2005 -0700"
      },
      "message": "[PATCH] ipmi: enable interrupts on the BT driver\n\nEnable interrupts for a BT interface.  There is a specific register that\nneeds to be set up to enable interrupts that also must be modified to clear\nthe irq.\n\nAlso, don\u0027t reset the BMC on a BT interface.  That\u0027s probably not a good\nidea as the BMC may be performing other important functions and a reset\nshould only be a last resort.  Also, that register is also used to\nenable/disable interrupts to the BT; modifying it may screw up the\ninterrupts.\n\nSigned-off-by: Corey Minyard \u003cminyard@acm.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ec26d79f4f5822283e0bffa44a542fd13c5146e4",
      "tree": "a31a8aa6afa513bd35ed1a5b5e233c6a64fe1c90",
      "parents": [
        "35bc37a0e0979a091bcf5d9161ffe935b3aa998c"
      ],
      "author": {
        "name": "Corey Minyard",
        "email": "minyard@acm.org",
        "time": "Sun May 01 08:59:11 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:11 2005 -0700"
      },
      "message": "[PATCH] ipmi: fix watchdog so the device can be reopened on an unexpected close\n\nIf there is an unexpected close, still allow the watchdog interface to be\nre-opened on the IPMI watchdog.\n\nSigned-off-by: Corey Minyard \u003cminyard@acm.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "35bc37a0e0979a091bcf5d9161ffe935b3aa998c",
      "tree": "0b353b5b778acbb5698f7d27721d03ba72c04b9f",
      "parents": [
        "9206880198589670dfc33feb9d2e903c3492701f"
      ],
      "author": {
        "name": "Corey Minyard",
        "email": "minyard@acm.org",
        "time": "Sun May 01 08:59:10 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:10 2005 -0700"
      },
      "message": "[PATCH] IPMI: fix for handling bad ACPI data\n\nIf the ACPI register bit width is zero (an invalid value) assume it is the\ndefault spacing.  This avoids some coredumps on invalid data and makes some\nsystems work that have broken ACPI data.\n\nSigned-off-by: Corey Minyard \u003cminyard@acm.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9206880198589670dfc33feb9d2e903c3492701f",
      "tree": "3c9c15a6bca7c365fb64660cec4734b7cd3d1d3a",
      "parents": [
        "5717ffbe16815db229a66fee824c2190cb306734"
      ],
      "author": {
        "name": "Corey Minyard",
        "email": "minyard@acm.org",
        "time": "Sun May 01 08:59:10 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:10 2005 -0700"
      },
      "message": "[PATCH] IPMI: fix for handling bad IPMI DMI data\n\nIgnore the bottom bit of the base address from the DMI data.  It is\nsupposed to be set to 1 if it is I/O space.  Few systems do this, but this\nenables the ones that do set it to work properly.\n\nSigned-off-by: Corey Minyard \u003cminyard@acm.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5717ffbe16815db229a66fee824c2190cb306734",
      "tree": "9544906ad697dc1ea4e8cbb85f0f043ac166b765",
      "parents": [
        "74f9f974a64dc3de554aa1977bf108334436e47b"
      ],
      "author": {
        "name": "aquynh@gmail.com",
        "email": "aquynh@gmail.com",
        "time": "Sun May 01 08:59:10 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:10 2005 -0700"
      },
      "message": "[PATCH] dontdiff file sorted in alphabet order\n\nDocumentation/dontdiff is a little messy.  Here is a patch to sort the\ncontent of that file in alphabetical\n\nSigned-off-by: Nguyen Anh Quynh \u003caquynh@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "74f9f974a64dc3de554aa1977bf108334436e47b",
      "tree": "0fe911ce4f0b5003e334c6492c5ee7d70ac0dfbd",
      "parents": [
        "439bd3708792e31057db424d1165473122d531a3"
      ],
      "author": {
        "name": "Edward Shishkin",
        "email": "edward@namesys.com",
        "time": "Sun May 01 08:59:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:09 2005 -0700"
      },
      "message": "[PATCH] reiserfs: journal_init fix\n\nThis fixes segmentation fault when specifying bad journal device via\na mount option.\n\nDon\u0027t pass a zero pointer to bdevname() if filp_open() returns error.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ],
  "next": "439bd3708792e31057db424d1165473122d531a3"
}
