)]}'
{
  "log": [
    {
      "commit": "38377be88ab878f44c687dbd704d4d044b000c97",
      "tree": "2a4952419a9597adbc89d6f508b58dcbf507fd6f",
      "parents": [
        "40e48eed84e65f909f5ac3d7a39547b70aacf90f"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Fri Jul 06 14:59:43 2007 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Jul 07 13:53:13 2007 -0700"
      },
      "message": "Clean up E7520/7320/7525 quirk printk.\n\nThe printk level in this printk is bogus, as the previous printk\ndidn\u0027t have a terminating \\n resulting in ..\n\nIntel E7520/7320/7525 detected.\u003c6\u003eDisabling irq balancing and affinity\n\nIt also never printed a \\n at all in the case where we didn\u0027t do\nthe quirk.\n\nChange it to only make noise if it actually does something useful.\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "95069f89e80bb49ecc1b135bf85747e8dc6681f9",
      "tree": "33f11de09544bfd37d7bee25b7d3ace0bdac4412",
      "parents": [
        "1feb17e286339382a1ae36e0fecc4d88c2d7f123"
      ],
      "author": {
        "name": "Andres Salomon",
        "email": "dilinger@queued.net",
        "time": "Fri Jul 06 11:17:30 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Jul 06 11:45:11 2007 -0700"
      },
      "message": "GEODE: reboot fixup for geode machines with CS5536 boards\n\nWriting to MSR 0x51400017 forces a hard reset on CS5536-based machines,\nthis has the reboot fixup do just that if such a board is detected.\n\nAcked-by: Jordan Crouse \u003cjordan.crouse@amd.com\u003e\nSigned-off-by: Andres Salomon \u003cdilinger@debian.org\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "dadde13ad86bf45bc71f0663a6ce3dfe5dd4ecc5",
      "tree": "8dd0a19bc2fd65e05fe7678babbd9a95e53d727b",
      "parents": [
        "23c1fb52961bc24bd3a8078eefc49eed533b2b38",
        "4b3e975e4a06f1710693c5aa51b8f98facfa9863"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Jul 06 10:29:33 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Jul 06 10:29:33 2007 -0700"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus\n\n* \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus:\n  [MIPS] Fix scheduling latency issue on 24K, 34K and 74K cores\n  [MIPS] Add macros to encode processor revisions.\n  [MIPS] RM7000: Enable ICACHE_REFILLS_WORKAROUND_WAR.\n  [MIPS] SMTC: Fix cut\u0027n\u0027paste bug in Kconfig.debug\n  [MIPS] Change libgcc-style functions from lib-y to obj-y\n  [MIPS] Fix timer/performance interrupt detection\n  [MIPS] AP/SP: Avoid triggering the 34K E125 performance issue\n  [MIPS] 64-bit TO_PHYS_MASK macro for RM9000 processors\n"
    },
    {
      "commit": "071922c08cef62e194d83db1cc4fa75892c69651",
      "tree": "b830c7abab2a9dd1ab9f7ef3784b2ededa527df1",
      "parents": [
        "41a5311465b9de6d18e78b733a2c6e1b33e89be8"
      ],
      "author": {
        "name": "Vivek Goyal",
        "email": "vgoyal@in.ibm.com",
        "time": "Fri Jul 06 02:39:55 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Jul 06 10:23:43 2007 -0700"
      },
      "message": "i386: es7000 build breakage fix\n\no Commit 1833d6bc72893265f22addd79cf52e6987496e0f broke the build if\n  compiled with CONFIG_ES7000\u003dy and CONFIG_X86_GENERICARCH\u003dn\n\narch/i386/kernel/built-in.o(.init.text+0x4fa9): In function `acpi_parse_madt\u0027:\n: undefined reference to `acpi_madt_oem_check\u0027\narch/i386/kernel/built-in.o(.init.text+0x7406): In function `smp_read_mpc\u0027:\n: undefined reference to `mps_oem_check\u0027\narch/i386/kernel/built-in.o(.init.text+0x8990): In function\n`connect_bsp_APIC\u0027:\n: undefined reference to `enable_apic_mode\u0027\nmake: *** [.tmp_vmlinux1] Error 1\n\no Fix the build issue. Provided the definitions of missing functions.\n\no Don\u0027t have ES7000 machine. Only compile tested.\n\nCc: Len Brown \u003clenb@kernel.org\u003e\nCc: Natalie Protasevich \u003cprotasnb@gmail.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "d25c1ba2fa1a9a1a4f68bef8edb0efefd79f0012",
      "tree": "105a72189d2783bfbca1ffda4f5ebf968ac69496",
      "parents": [
        "1e2e99f0e4aa6363e8515ed17011c210c8f1b52a"
      ],
      "author": {
        "name": "Loic Prylli",
        "email": "loic@myri.com",
        "time": "Fri Jul 06 02:39:52 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Jul 06 10:23:43 2007 -0700"
      },
      "message": "MTRR: Fix race causing set_mtrr to go into infinite loop\n\nProcessors synchronization in set_mtrr requires the .gate field to be set\nafter .count field is properly initialized.  Without an explicit barrier,\nthe compiler was reordering those memory stores.  That was sometimes\ncausing a processor (in ipi_handler) to see the .gate change and decrement\n.count before the latter is set by set_mtrr() (which then hangs in a\ninfinite loop with irqs disabled).\n\nSigned-off-by: Loic Prylli \u003cloic@myri.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "1e2e99f0e4aa6363e8515ed17011c210c8f1b52a",
      "tree": "2c7d7ba0277849e0b1414ab712923a08a8e48643",
      "parents": [
        "ef7320edb1dd2cf6c969d1dcef4a9499a42f24da"
      ],
      "author": {
        "name": "Jason Wessel",
        "email": "jason.wessel@windriver.com",
        "time": "Fri Jul 06 02:39:50 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Jul 06 10:23:43 2007 -0700"
      },
      "message": "i386: fix regression, endless loop in ptrace singlestep over an int80\n\nThe commit 635cf99a80f4ebee59d70eb64bb85ce829e4591f introduced a\nregression.  Executing a ptrace single step after certain int80\naccesses will infinitely loop and never advance the PC.\n\nThe TIF_SINGLESTEP check should be done on the return from the syscall\nand not before it.\n\nI loops on each single step on the pop right after the int80 which writes out\nto the console.  At that point you can issue as many single steps as you want\nand it will not advance any further.\n\nThe test case is below:\n\n/* Test whether singlestep through an int80 syscall works.\n */\n#define _GNU_SOURCE\n#include \u003cstdio.h\u003e\n#include \u003cunistd.h\u003e\n#include \u003cfcntl.h\u003e\n#include \u003csys/ptrace.h\u003e\n#include \u003csys/wait.h\u003e\n#include \u003csys/mman.h\u003e\n#include \u003casm/user.h\u003e\n#include \u003cstring.h\u003e\n\nstatic int child, status;\nstatic struct user_regs_struct regs;\n\nstatic void do_child()\n{\n\tchar str[80] \u003d \"child: int80 test\\n\";\n\n\tptrace(PTRACE_TRACEME, 0, 0, 0);\n\tkill(getpid(), SIGUSR1);\n\twrite(fileno(stdout),str,strlen(str));\n\tasm (\"int $0x80\" : : \"a\" (20)); /* getpid */\n}\n\nstatic void do_parent()\n{\n\tunsigned long eip, expected \u003d 0;\nagain:\n\twaitpid(child, \u0026status, 0);\n\tif (WIFEXITED(status) || WIFSIGNALED(status))\n\t\treturn;\n\n\tif (WIFSTOPPED(status)) {\n\t\tptrace(PTRACE_GETREGS, child, 0, \u0026regs);\n\t\teip \u003d regs.eip;\n\t\tif (expected)\n\t\t\tfprintf(stderr, \"child stop @ %08lx, expected %08lx %s\\n\",\n\t\t\t\t\teip, expected,\n\t\t\t\t\teip \u003d\u003d expected ? \"\" : \" \u003c\u003d\u003d ERROR\");\n\n\t\tif (*(unsigned short *)eip \u003d\u003d 0x80cd) {\n\t\t\tfprintf(stderr, \"int 0x80 at %08x\\n\", (unsigned int)eip);\n\t\t\texpected \u003d eip + 2;\n\t\t} else\n\t\t\texpected \u003d 0;\n\n\t\tptrace(PTRACE_SINGLESTEP, child, NULL, NULL);\n\t}\n\tgoto again;\n}\n\nint main(int argc, char * const argv[])\n{\n\tchild \u003d fork();\n\tif (child)\n\t\tdo_parent();\n\telse\n\t\tdo_child();\n\treturn 0;\n}\n\nSigned-off-by: Jason Wessel \u003cjason.wessel@windriver.com\u003e\nCc: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\nCc: \u003cstable@kernel.org\u003e\nCc: Chuck Ebbert \u003c76306.1226@compuserve.com\u003e\nAcked-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4b3e975e4a06f1710693c5aa51b8f98facfa9863",
      "tree": "2ccc660fda43c6e0906b3d03bfb39a9dd81f7ade",
      "parents": [
        "fde97822a295da9dffa4af643b49a58ffc4516ad"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 21 00:22:34 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Jul 06 16:17:11 2007 +0100"
      },
      "message": "[MIPS] Fix scheduling latency issue on 24K, 34K and 74K cores\n\nThe idle loop goes to sleep using the WAIT instruction if !need_resched().\nThis has is suffering from from a race condition that if if just after\nneed_resched has returned 0 an interrupt might set TIF_NEED_RESCHED but\nwe\u0027ve just completed the test so go to sleep anyway.  This would be\ntrivial to fix by just disabling interrupts during that sequence as in:\n\n        local_irq_disable();\n        if (!need_resched())\n                __asm__(\"wait\");\n        local_irq_enable();\n\nbut the processor architecture leaves it undefined if a processor calling\nWAIT with interrupts disabled will ever restart its pipeline and indeed\nsome processors have made use of the freedom provided by the architecture\ndefinition.  This has been resolved and the Config7.WII bit indicates that\nthe use of WAIT is safe on 24K, 24KE and 34K cores.  It also is safe on\n74K starting revision 2.1.0 so enable the use of WAIT with interrupts\ndisabled for 74K based on a c0_prid of at least that.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9349075a15a876f8e82f433ec84f99d19d3e77f9",
      "tree": "1e69f54d04e4b778ff06179a40e610bde8ee5689",
      "parents": [
        "f7c2778151f32581ea9ec567d01d5d85209fcfe6"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jul 05 17:39:48 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Jul 06 16:17:11 2007 +0100"
      },
      "message": "[MIPS] SMTC: Fix cut\u0027n\u0027paste bug in Kconfig.debug\n\nThis effectivly turned the SMTC_IDLE_HOOK_DEBUG debug option into a no-op.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f7c2778151f32581ea9ec567d01d5d85209fcfe6",
      "tree": "0351b1a5656abd785ac8a047668303608168d1dd",
      "parents": [
        "c3e838a2cbb0f14af4d718160933523ac4c37adf"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 26 20:19:00 2007 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Jul 06 16:17:11 2007 +0100"
      },
      "message": "[MIPS] Change libgcc-style functions from lib-y to obj-y\n\nReported by Eugene Surovegin \u003cebs@ebshome.net\u003e.\n\nIf only modules were users of these functions they did not get linked into\nthe kernel proper, so later module loads would fail as well.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c3e838a2cbb0f14af4d718160933523ac4c37adf",
      "tree": "37f41332212861826d18aff9c373846d31a93174",
      "parents": [
        "6fb88ce04f545ca7da15a7b447783bb7a4615511"
      ],
      "author": {
        "name": "Chris Dearman",
        "email": "chris@mips.com",
        "time": "Thu Jun 21 12:59:57 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Jul 06 16:17:11 2007 +0100"
      },
      "message": "[MIPS] Fix timer/performance interrupt detection\n\nSigned-off-by: Chris Dearman \u003cchris@mips.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "6fb88ce04f545ca7da15a7b447783bb7a4615511",
      "tree": "0e28721d0712c1eb4fc7e9979b8f58fba04b818a",
      "parents": [
        "5a1970959053143f6674f6d98c259452763a2f22"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jun 07 08:44:32 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Jul 06 16:17:10 2007 +0100"
      },
      "message": "[MIPS] AP/SP: Avoid triggering the 34K E125 performance issue\n\nC0_status doesn\u0027t need to be initialized at this point anyway; the register\nwill be initialized later.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "7e8767dddf3ad863a7013c334392e09177b48e2c",
      "tree": "539597f8786439ee3e27819a5cd194da147fd7be",
      "parents": [
        "cab8e5c4444cb7d9b8035de5d81fbfd5284a02fa",
        "082f47a79bfc8a526b9a3e14a0ae9504fc09cc12"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Jul 05 16:10:16 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Jul 05 16:10:16 2007 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n\n* master.kernel.org:/home/rmk/linux-2.6-arm:\n  [ARM] always allow dump_stack() to produce a backtrace\n  [ARM] Fix non-page aligned boot time mappings\n  [ARM] 4458/1: pxa: Fix CKEN usage and hence fix pxa suspend/resume\n  [ARM] 4454/1: Use word accesses in Versatile PCI config reads\n"
    },
    {
      "commit": "0dac723e5c15ddb9bd26c1db21ee64ab71ae4925",
      "tree": "ce19d6114a07cf32c821090c5f7b53685cff28a0",
      "parents": [
        "87a927c715789853cc8331d76039a2fd657a832a",
        "795bb15e0735bd2b0015ca333fa157399b72c168"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Jul 05 15:55:00 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Jul 05 15:55:00 2007 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:\n  [POWERPC] Update defconfigs\n  [POWERPC] Uninline and export virq_to_hw() for the pasemi_mac driver\n  [POWERPC] Fix PMI breakage in cbe_cbufreq driver\n  [POWERPC] Disable old EMAC driver in arch/powerpc\n"
    },
    {
      "commit": "082f47a79bfc8a526b9a3e14a0ae9504fc09cc12",
      "tree": "b51f42f5694afd4719bfe727d0ab1707c77dd83f",
      "parents": [
        "7b9c7b4d07fd8981193a2c4ecb650566f42d1219"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Jul 05 19:59:51 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jul 05 19:59:51 2007 +0100"
      },
      "message": "[ARM] always allow dump_stack() to produce a backtrace\n\nDon\u0027t make this dependent on CONFIG_DEBUG_KERNEL - if we hit a WARN_ON\nwe need the stack trace to work out how we got to that point.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7b9c7b4d07fd8981193a2c4ecb650566f42d1219",
      "tree": "bd80d48a0d024588571b9c9d30d3f8ee8cbe1418",
      "parents": [
        "1f750a782c0e9593a8d0981ea972f22334980955"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Jul 04 21:16:33 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jul 04 21:16:33 2007 +0100"
      },
      "message": "[ARM] Fix non-page aligned boot time mappings\n\nAT91SAM9260 stopped booting with the recent changes to MM\ninitialisation - it was asking for a non-aligned virtual address\nwhich caused loops to be non-terminal.  Fix this by rounding\nvirtual addresses down, but remember to include the offset in\nthe length, and round the length up to the following page.\n\nThis means that asking for a mapping of 4K starting at 2K into\na page maps two pages as one would expect.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "8c976e34516c9e134488babbb95af182340370c8",
      "tree": "21a8e281d4cfd5a4ecf6c0c213cb4494323ac5a2",
      "parents": [
        "83d0f2332edb3001617e6a292c4412ae5f2bf659"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 03 18:25:58 2007 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jul 04 15:53:16 2007 +0100"
      },
      "message": "[MIPS] VSMP: Fix initialization ordering bug.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ba609a9d97ba231c3d94443c50579ceb5fc33867",
      "tree": "eda19e2894fd66588140bf9a911fc98c9c16ee47",
      "parents": [
        "fcb82f8835c1d71b4fe5de1d9894f45370f80dab"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 03 18:27:53 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 03 18:27:53 2007 -0700"
      },
      "message": "Remove some unused variables\n\nWhen Andi reverted the HPET resource reservation (in commit\n0f8dc2f06560e2ca126d1670a24126ba08357d38), he didn\u0027t remove the now\nunused variables, which just causes gcc to be noisy.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5dcccd8d7eae870d85c3f175fd0823d3da07d0e3",
      "tree": "87bf8efa01f2a668e01f48157f59ca42fe7be5d5",
      "parents": [
        "0f8dc2f06560e2ca126d1670a24126ba08357d38"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Wed Jul 04 01:38:13 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 03 18:11:35 2007 -0700"
      },
      "message": "Revert perfctr reservation to 2.6.21 state\n\nWith this change it works again when the nmi watchdog is disabled.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCc: Björn Steinbrink \u003cB.Steinbrink@gmx.de\u003e\nCc: Stephane Eranian \u003ceranian@hpl.hp.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0f8dc2f06560e2ca126d1670a24126ba08357d38",
      "tree": "8828462799ea2dbe8dfbe2940a9ee87aca2de25b",
      "parents": [
        "9d7542f891f22d16ea1465d19d253888e87f7ad6"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Jun 29 16:16:36 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 03 18:09:46 2007 -0700"
      },
      "message": "Revert HPET resource reservation\n\nMatthias Lenk reports that the PCI subsystem would move the HPET on\nSB400/SB600-based systems, where the HPET is in BAR1 of the SMbus\ncontroller.\n\nThe reason? The ACPI layer registered the PCI MMIO range as being busy\ntoo early, before PCI enumeration had happened, causing the PCI layer to\ndecide that it should relocate the resources somewhere else.\n\nFirmware resources should be marked busy _after_ the PCI enumeration and\nprobing has happened, not before.\n\nRemove the too-early reservation, we\u0027ll fix it up to do it properly\nlater.  In the meantime, this solves the regression.\n\nTested-by: Matthias Lenk \u003cmatthias.lenk@amd.com\u003e\nCc: Aaron Durbin \u003cadurbin@google.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "1f750a782c0e9593a8d0981ea972f22334980955",
      "tree": "b6dfb4e201b440b5b1ba551e5b453cf113b1695d",
      "parents": [
        "756813cac1d0172e1f93d977fe8bd1cd5086be21"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Mon Jul 02 10:19:07 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jul 02 13:39:37 2007 +0100"
      },
      "message": "[ARM] 4458/1: pxa: Fix CKEN usage and hence fix pxa suspend/resume\n\nThe PXA CKEN changes broken syspend/resume on the pxa27x. This patch\ncorrects the problem and fixes another couple of bad references.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "756813cac1d0172e1f93d977fe8bd1cd5086be21",
      "tree": "20ed2f15ff95638ddd1c6da6e71fdfeda6b90dc7",
      "parents": [
        "a38d6181ff27824c79fc7df825164a212eff6a3f"
      ],
      "author": {
        "name": "Andrzej Zaborowski",
        "email": "balrogg@gmail.com",
        "time": "Tue Jun 26 14:31:23 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jul 02 13:39:35 2007 +0100"
      },
      "message": "[ARM] 4454/1: Use word accesses in Versatile PCI config reads\n\nARM Versatile PCI config reads of one byte width have the lowest two\nbits of the address cleared and result in reading from a wrong place\nin the config space.  This change is to use word size accesses like it is done for halfword reads.\n\nByte reads are used for retrieving the IRQ number of a PCI device and the problem was not exposed until 2.6.20 because the value read was discarded in drivers/pci/setup-irq.c (recently fixed).\n\nSigned-off-by: Andrzej Zaborowski \u003candrew@openedhand.com\u003e\nAcked-by: Paul Brook \u003cpaul@codesourcery.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4a3207a3339955047aab1fd5d808f8050d50dd85",
      "tree": "fa297a79a09934900634a2386f9c4053dd6f6e77",
      "parents": [
        "da1f95b4c41e09ef96869552db587452e0da46d6"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "michael.frysinger@analog.com",
        "time": "Mon Jul 02 13:49:15 2007 +0800"
      },
      "committer": {
        "name": "Bryan Wu",
        "email": "bryan.wu@analog.com",
        "time": "Mon Jul 02 13:49:15 2007 +0800"
      },
      "message": "Blackfin arch: update board defconfig files\n\nSigned-off-by: Mike Frysinger \u003cmichael.frysinger@analog.com\u003e\nSigned-off-by: Bryan Wu \u003cbryan.wu@analog.com\u003e\n\n"
    },
    {
      "commit": "795bb15e0735bd2b0015ca333fa157399b72c168",
      "tree": "09ca717e7251d28b7bc4e9555982867f35b658cb",
      "parents": [
        "9f7905812e5919862acb6ede63e10d3d1bb4958e"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jul 02 00:04:36 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jul 02 00:04:36 2007 -0500"
      },
      "message": "[POWERPC] Update defconfigs\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "9f7905812e5919862acb6ede63e10d3d1bb4958e",
      "tree": "8d0489c4a83888996843490d9ac0d85e471b7538",
      "parents": [
        "ee5d1b7f2a01ce4d95ca247b5a499b72f31cdbe8"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Mon Jun 04 14:47:04 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jul 02 13:29:21 2007 +1000"
      },
      "message": "[POWERPC] Uninline and export virq_to_hw() for the pasemi_mac driver\n\nUninline virq_to_hw and export it so modules can use it. The alternative\nwould be to export the irq_map array instead, but it\u0027s an infrequently\ncalled function, and keeping the array unexported seems considerably\ncleaner.\n\nThis is needed so that the pasemi_mac driver can be compiled as a module.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "ee5d1b7f2a01ce4d95ca247b5a499b72f31cdbe8",
      "tree": "5769b466511cd7b8dad86686b6c60da7faa50507",
      "parents": [
        "86affd5a00a92e491e5f00ed659492767519fdf7"
      ],
      "author": {
        "name": "Christian Krafft",
        "email": "krafft@de.ibm.com",
        "time": "Thu Jun 28 21:14:38 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jul 02 10:35:58 2007 +1000"
      },
      "message": "[POWERPC] Fix PMI breakage in cbe_cbufreq driver\n\nThe recent change to cell_defconfig to enable cpufreq on Cell exposed\nthe fact that the cbe_cpufreq driver currently needs the PMI interface\ncode to compile, but Kconfig doesn\u0027t make sure that the PMI interface\ncode gets built if cbe_cpufreq is enabled.\n\nIn fact cbe_cpufreq can work without PMI, so this ifdefs out the code\nthat deals with PMI.  This is a minimal solution for 2.6.22; a more\ncomprehensive solution will be merged for 2.6.23.\n\nSigned-off-by: Christian Krafft \u003ckrafft@de.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "2391dae3e36c19fe668c71eac2eb8344dbaaf46d",
      "tree": "ae8c1fa53fe67e3ccbb8c5097f6b5bda27b26959",
      "parents": [
        "cbcdd772ff43de58cc0d9de76ae9d05e2dd98bc0"
      ],
      "author": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Sun Jul 01 12:07:33 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Jul 01 12:29:44 2007 -0700"
      },
      "message": "PM: introduce set_target method in pm_ops\n\nCommit 52ade9b3b97fd3bea42842a056fe0786c28d0555 changed the suspend code\nordering to execute pm_ops-\u003eprepare() after the device model per-device\n.suspend() calls in order to fix some ACPI-related issues.  Unfortunately, it\nbroke the at91 platform which assumed that pm_ops-\u003eprepare() would be called\nbefore suspending devices.\n\nat91 used pm_ops-\u003eprepare() to get notified of the target system sleep state,\nso that it could use this information while suspending devices.  However, with\nthe current suspend code ordering pm_ops-\u003eprepare() is called too late for\nthis purpose.  Thus, at91 needs an additional method in \u0027struct pm_ops\u0027 that\nwill be used for notifying the platform of the target system sleep state.\nMoreover, in the future such a method will also be needed by ACPI.\n\nThis patch adds the .set_target() method to \u0027struct pm_ops\u0027 and makes the\nsuspend code call it, if implemented, before executing the device model\nper-device .suspend() calls.  It also modifies the at91 code to use\npm_ops-\u003eset_target() instead of pm_ops-\u003eprepare().\n\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nAcked-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Pavel Machek \u003cpavel@ucw.cz\u003e\nCc: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nCc: Len Brown \u003clenb@kernel.org\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "84288ad89e9736c7478e138f247397b9ab7a9d28",
      "tree": "99f7757516d3d9fe85a16560d09479b5a29b0cbf",
      "parents": [
        "5ebffd7c05391693b71d3326c8c78ff82f728ed0"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Sun Jul 01 12:06:48 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Jul 01 12:29:44 2007 -0700"
      },
      "message": "i386: mtrr crash fix\n\nCommit 3ebad5905609476a4ff1151a66b21d9794009961 (\"[PATCH] x86: Save and\nrestore the fixed-range MTRRs of the BSP when suspending\") added mtrr\noperations without verifying that the CPU has MTRRs.  Crashes transmeta\nCPUs.\n\nCc: \"H. Peter Anvin\" \u003chpa@zytor.com\u003e\nCc: \u003clinux@horizon.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4710bcce8e02257c8a423b7a62ea81d0207582c8",
      "tree": "1a24a3f1dc4b6539b3a75beb70091cbe7da37594",
      "parents": [
        "abdba717253382a669af9c719313ec602cc95a2d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Jul 01 10:56:11 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Jul 01 10:56:11 2007 -0700"
      },
      "message": "i386: remove bogus mtrr range check\n\nCommit 9215da33209b861b01c51382254b178a3fe92a30 \"fixed\" the MTRR range\ncheck to not allow any MTRR\u0027s under the 1MB mark (since that\u0027s where the\nfixed MTRR\u0027s are active).\n\nHowever, that was totally bogus, since it\u0027s normal (and almost required)\nto have a large variable MTRR that starts at 0, and covers some large\npercentage of the whole RAM, and then using the fixed MTRR\u0027s to override\nthat large MTRR to handle the special ISA hole in the 640k-1M region.\n\nThe old check was bogus too (checking that no variable MTRR is used that\nis entirely under the 1MB range), but at least it wasn\u0027t actively\ndetrimental, because no sane situation would ever trigger such MTRR\nusage in the first place.\n\nThat said, the whole notion of not allowing variable MTRR\u0027s in the low\n1MB is just stupid, so rather than revert the commit, this just removes\nthe whole sad and unnecessary check entirely.\n\nCc: Jan Beulich \u003cjbeulich@novell.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nTested-by: Luca Palermo \u003cdarkmage@sabayonlinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "abdba717253382a669af9c719313ec602cc95a2d",
      "tree": "9368199c0812569f796a6e9d6c3696c2e428f0cf",
      "parents": [
        "2d408b42ed0a287c64a94b48e24c6bfa95035019",
        "9f462a1a5de06503fd247186b91d4205ac1cf1ba"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Jun 29 21:30:18 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Jun 29 21:30:18 2007 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6\n\n* \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:\n  [SPARC64]: Add linux/pagemap.h to asm/tlb.h\n  [SPARC64]: Need to set state to IDLE during sun4v IRQ enable.\n  [SPARC64]: Fix VIRQ enabling.\n  [SPARC64]: Add irqs to mdesc_node.\n"
    },
    {
      "commit": "fde937d826e43c9fe7fecc98b6f3da7188e76930",
      "tree": "6e52722aba4e7fd4a7effecc8a1578d37930cae0",
      "parents": [
        "0471448f4d017470995d8a2272dc8c06dbed3b77"
      ],
      "author": {
        "name": "Will Schmidt",
        "email": "will_schmidt@vnet.ibm.com",
        "time": "Fri Jun 29 15:49:50 2007 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Jun 29 21:27:00 2007 -0700"
      },
      "message": "Fix VDSO gettimeofday() when called with NULL struct timeval.\n\nThe vdso64 portion of patch 74609f4536f2b8fd6a48381bbbe3cd37da20a527 for\nfixing problems with NULL gettimeofday input mistakenly checks for a\nnull tz field twice, when it should be checking for null tz once, and\nnull tv once; by way of a r10/r11 typo.\n\nAny application calling gettimeofday(\u0026tv,NULL) will \"fail\".\n\nThis corrects that typo, and makes my G5 happy.\n\nTested on G5.\n\nSigned-off-by: Will Schmidt \u003cwill_schmidt@vnet.ibm.com\u003e\nCc: Tony Breeds \u003ctony@bakeyournoodle.com\u003e\nForwarded-by: Ben Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n\n[ Ben says: \"I checked the 32 bits part of the change is correct.  You\n  can probably blame me for originally writing the 2 versions with\n  inversed usage of r10 and r11, thus confusing Tony :-)\"\n\n  Ben duly blamed.   - Linus ]\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "edd5cd4a9424f22b0fa08bef5e299d41befd5622",
      "tree": "dba461b19b066c862a2c4e443b2deb9443bc78c5",
      "parents": [
        "2f4d4da8f82c2598b8713f4a01f360f3751d90be"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed Jun 27 14:10:09 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Jun 28 11:38:30 2007 -0700"
      },
      "message": "Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM\n\nNot all the world is an i386.  Many architectures need 64-bit arguments to be\naligned in suitable pairs of registers, and the original\nsys_sync_file_range(int, loff_t, loff_t, int) was therefore wasting an\nargument register for padding after the first integer.  Since we don\u0027t\nnormally have more than 6 arguments for system calls, that left no room for\nthe final argument on some architectures.\n\nFix this by introducing sys_sync_file_range2(int, int, loff_t, loff_t) which\nall fits nicely.  In fact, ARM already had that, but called it\nsys_arm_sync_file_range.  Move it to fs/sync.c and rename it, then implement\nthe needed compatibility routine.  And stop the missing syscall check from\nbitching about the absence of sys_sync_file_range() if we\u0027ve implemented\nsys_sync_file_range2() instead.\n\nTested on PPC32 and with 32-bit and 64-bit userspace on PPC64.\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nAcked-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nCc: Arnd Bergmann \u003carnd@arndb.de\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5da44ad504662de8120063bdca46897a15f3f1e5",
      "tree": "1e62ff470e0b01b898833768d3778b85bb218b46",
      "parents": [
        "33e44b158821cc703f99d43d87579a2fe819ce7b"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Wed Jun 27 14:10:06 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Jun 28 11:38:19 2007 -0700"
      },
      "message": "mips-jazz: correct flags for timer io resource\n\narch/mips/jazz/setup.c:55:4: error: Initializer entry defined twice\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nAcked-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "80581c43d02f66afb2cafa44bef710a2549a1748",
      "tree": "93caf7ce058a815cd15c32f65b78460608e2175e",
      "parents": [
        "d2fd89962cd5de6b1fb9c1c789b56bc16f58f121"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Wed Jun 27 14:09:49 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Jun 28 11:34:53 2007 -0700"
      },
      "message": "mtrr/cyrix: fix sections\n\nmain.c::mtrr_add() or mtrr_del() [exported]\ncalls main.c::mtrr_add_page() or mtrr_del_page() or mtrr_restore() [resume]\ncalls main.c::set_mtrr()\ncalls main.c::ipi_handler()\ncalls main.c::mtrr_if-\u003eset_all() \u003d\u003d which can be cyrix_set_all\n\nWARNING: arch/i386/kernel/built-in.o(.text+0x8657): Section mismatch: reference to .init.data: (between \u0027cyrix_set_all\u0027 and \u0027centaur_get_free_region\u0027)\nWARNING: arch/i386/kernel/built-in.o(.text+0x866b): Section mismatch: reference to .init.data: (between \u0027cyrix_set_all\u0027 and \u0027centaur_get_free_region\u0027)\nWARNING: arch/i386/kernel/built-in.o(.text+0x867e): Section mismatch: reference to .init.data: (between \u0027cyrix_set_all\u0027 and \u0027centaur_get_free_region\u0027)\nWARNING: arch/i386/kernel/built-in.o(.text+0x8684): Section mismatch: reference to .init.data: (between \u0027cyrix_set_all\u0027 and \u0027centaur_get_free_region\u0027)\nWARNING: arch/i386/kernel/built-in.o(.text+0x868a): Section mismatch: reference to .init.data: (between \u0027cyrix_set_all\u0027 and \u0027centaur_get_free_region\u0027)\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b75ae8603568ae18f270213693758c78fb8a29ff",
      "tree": "15e6c100baadcbce6b7f9f00d50de8c2b7da4c01",
      "parents": [
        "75ca0d22668a36fc83e17407d369b528a22c562c",
        "1ee27a4eedf3cc08245d395936c1bfaf80c074cc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Jun 27 10:04:02 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Jun 27 10:04:02 2007 -0700"
      },
      "message": "Merge branch \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6\n\n* \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:\n  [IA64] Make SN2 PCI code use ioremap rather than manually mangle the address\n  [IA64] Force error to surface in nofault code\n  [IA64] change sh_change_coherence oemcall to use nolock\n  [IA64] remove duplicate header include line\n  [IA64] Correct unwind validation code\n  [IA64] is_power_of_2-ia64/mm/hugetlbpage.c\n"
    },
    {
      "commit": "48d8d7ee5dd17c64833e0343ab4ae8ef01cc2648",
      "tree": "68912da6b7db2896b7f79a99551132d601d3b89c",
      "parents": [
        "c47e285dee9673087273fafcff06a44c58ed4efd"
      ],
      "author": {
        "name": "Siddha, Suresh B",
        "email": "suresh.b.siddha@intel.com",
        "time": "Mon Jun 25 15:52:35 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jun 26 16:54:29 2007 -0700"
      },
      "message": "x86_64 irq: use mask/unmask and proper locking in fixup_irqs()\n\nForce irq migration path during cpu offline, is not using proper locks and\nirq_chip mask/unmask routines.  This will result in some races(especially\nthe device generating the interrupt can see some inconsistent state,\nresulting in issues like stuck irq,..).\n\nAppended patch fixes the issue by taking proper lock and encapsulating\nirq_chip set_affinity() with a mask() before and an unmask() after.\n\nThis fixes a MSI irq stuck issue reported by Darrick Wong.\n\nThere are several more general bugs in this area(irq migration in the\nprocess context). For example,\n\n 1. Possibility of missing edge triggered irq.\n 2. Reliable method of migrating level triggered irq in the process context.\n\nWe plan to look and close these in the near future.\n\nEric says:\n\tIn addition even with the fix from Suresh there is still at least one\n\tnasty hardware race in fixup_irqs().   However we exercise that code\n\tpath rarely enough that we are unlikely to hit it in the real world,\n\tand that race seems to have existed since the code was merged.  And a\n\tfix for that is not coming soon as it is an open investigation area\n\tif we can fix irq migration to work outside of irq context or if\n\twe have to rework the requirements imposed by the generic cpu hotplug\n\tand layer on fixup_irqs().  So this may come up again.\n\nSigned-off-by: Suresh Siddha \u003csuresh.b.siddha@intel.com\u003e\nCc: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nReported-and-tested-by: Darrick Wong \u003cdjwong@us.ibm.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nAcked-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c47e285dee9673087273fafcff06a44c58ed4efd",
      "tree": "56462ae804dccaff8fb9bdbf856f3b79c057a82d",
      "parents": [
        "f436ab43614f105a4685c976a85a171bc112c802"
      ],
      "author": {
        "name": "Suresh Siddha",
        "email": "suresh.b.siddha@intel.com",
        "time": "Mon Jun 25 15:31:37 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jun 26 16:54:29 2007 -0700"
      },
      "message": "x86_64: set the irq_chip name for lapic\n\nset the irq_chip name for lapic.\n\nSigned-off-by: Suresh Siddha \u003csuresh.b.siddha@intel.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f436ab43614f105a4685c976a85a171bc112c802",
      "tree": "21db536f54a642c627008c664e2679c0ff3ccbc3",
      "parents": [
        "6cd236e0057704d1f5c77908374079e021c83928",
        "0c07f6115b779ae4597749d47dec228c6d2d1c7c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jun 26 16:51:23 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jun 26 16:51:23 2007 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n\n* master.kernel.org:/home/rmk/linux-2.6-arm:\n  [ARM] 4449/1: more entries in arch/arm/boot/.gitignore\n  [ARM] 4452/1: Force the literal pool dump before reloc_end\n  [ARM] Update show_regs/oops register format\n  [ARM] Add support for pause_on_oops and display preempt/smp options\n"
    },
    {
      "commit": "6cd236e0057704d1f5c77908374079e021c83928",
      "tree": "302e002d62dcd4663aef7e9a98ca4b019e3e5c98",
      "parents": [
        "2c9dbda360d96819456f845ea92e20e4e9d0ed36",
        "8e15a0e35fdaf19e1aeb7923571e928bd6123cfd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jun 26 16:50:48 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jun 26 16:50:48 2007 -0700"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus\n\n* \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus:\n  [MIPS] Count timer interrupts correctly.\n  [MIPS] SMTC and non-SMTC kernel and modules are incompatible\n  [MIPS] EMMA2RH: Disable GEN_RTC, it can\u0027t possibly work.\n  [MIPS] Remove a duplicated local variable in test_and_clear_bit()\n  [MIPS] use compat_siginfo in rt_sigframe_n32\n  [MIPS] 20K: Handle WAIT related bugs according to errata information\n  [MIPS] AP/SP requires shadow registers, auto enable support.\n  [MIPS] Fix pb1500 reg B access\n  [MIPS] Alchemy: Fix wrong cast\n  [MIPS] remove \"support for\" from system type entry\n  [MIPS] add io_map_base to pci_controller on Cobalt\n  [MIPS] __ucmpdi2 arguments are unsigned long long.\n"
    },
    {
      "commit": "1ee27a4eedf3cc08245d395936c1bfaf80c074cc",
      "tree": "7d36f5c38b3a45fc4db63b8301ff11ee3e013cde",
      "parents": [
        "c034637967881830979b5415e55578e42f806659"
      ],
      "author": {
        "name": "Jes Sorensen",
        "email": "jes@sgi.com",
        "time": "Mon Jun 18 17:19:05 2007 +0200"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Jun 26 13:35:45 2007 -0700"
      },
      "message": "[IA64] Make SN2 PCI code use ioremap rather than manually mangle the address\n\nThis one changes the SN2 specific PCI drivers to use ioremap() for\nobtaining the real address to access for the PCI registers instead of\nmanually calculating them with __IA64_UNCACHED_OFFSET.\n\nThe patch should have no real change when running on a normal Linux\nkernel, but when running as a paravirtualized it is needed.\n\nSigned-off-by: Jes Sorenson \u003cjes@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "c034637967881830979b5415e55578e42f806659",
      "tree": "8485c5f219af8df274f2a73b1663c73ff8d997c0",
      "parents": [
        "eaf6c766446c0faa326b339900f975e6f1f62b01"
      ],
      "author": {
        "name": "Russ Anderson",
        "email": "rja@sgi.com",
        "time": "Thu Jun 14 16:01:24 2007 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Jun 26 13:34:16 2007 -0700"
      },
      "message": "[IA64] Force error to surface in nofault code\n\nMontecito behaves slightly differently than previous processors,\nresulting in the MCA due to a failed PIO read to sometimes surfacing\noutside the nofault code.  Adding an additional or and stop bits\nensures the MCA surfaces in the nofault code.\n\nSigned-off-by: Russ Anderson \u003crja@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "2e77ff21d225f7676517ac895df2be8ada573f4f",
      "tree": "9961d7ca053b4f8d626290ab12df3c220164f415",
      "parents": [
        "66fa9b107e259d01929fe647796b3021d3a83c4a"
      ],
      "author": {
        "name": "MUNEDA Takahiro",
        "email": "muneda.takahiro@jp.fujitsu.com",
        "time": "Wed Jun 20 13:00:00 2007 +0900"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Jun 26 13:33:45 2007 -0700"
      },
      "message": "[IA64] remove duplicate header include line\n\nRemove duplicate header include line from arch/ia64/kernel/time.c.\n\nSigned-off-by: MUNEDA Takahiro \u003cmuneda.takahiro@jp.fujitsu.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "66fa9b107e259d01929fe647796b3021d3a83c4a",
      "tree": "6fe7bde9c86a4d5dffae53ab815b34362eb19571",
      "parents": [
        "9be26f4c4b138c425598bd3cc50411bd87fce287"
      ],
      "author": {
        "name": "Keith Owens",
        "email": "kaos@sgi.com",
        "time": "Tue Jun 26 16:25:22 2007 +1000"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Jun 26 13:33:10 2007 -0700"
      },
      "message": "[IA64] Correct unwind validation code\n\nBoth rp_loc and pfs_loc can be in the register stack area _or_ they can\nbe in the memory stack area, the latter occurs when a struct pt_regs is\npushed.  Correct the validation check on these fields to check for both\nstack areas.  Not allowing for memory stack locations means no\nbacktrace past ia64_leave_kernel, or any other code that uses\nPT_REGS_UNWIND_INFO.\n\nSigned-off-by: Keith Owens \u003ckaos@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "9be26f4c4b138c425598bd3cc50411bd87fce287",
      "tree": "9517030267a1bd3be5f5e0d7d08178f283f031e4",
      "parents": [
        "189548642c5962e60c3667bdb3a703fe0bed12a6"
      ],
      "author": {
        "name": "vignesh babu",
        "email": "vignesh.babu@wipro.com",
        "time": "Thu Jun 07 15:27:46 2007 +0530"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue Jun 26 13:32:59 2007 -0700"
      },
      "message": "[IA64] is_power_of_2-ia64/mm/hugetlbpage.c\n\nReplacing (n \u0026 (n-1)) in the context of power of 2 checks\nwith is_power_of_2\n\nSigned-off-by: vignesh babu \u003cvignesh.babu@wipro.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "8e15a0e35fdaf19e1aeb7923571e928bd6123cfd",
      "tree": "18a08ca83d678b8e83823554b3791908c8ce8c05",
      "parents": [
        "2fae3731b1b02316c219c4556bb7ad3a920f73cc"
      ],
      "author": {
        "name": "Chris Dearman",
        "email": "chris@mips.com",
        "time": "Thu Jun 21 12:59:58 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 26 19:57:34 2007 +0200"
      },
      "message": "[MIPS] Count timer interrupts correctly.\n\nSigned-off-by: Chris Dearman \u003cchris@mips.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3207cd5c4b852b54126f5a4b2564652c64d93a6a",
      "tree": "a02d9aa30196ec1ee72a99e228bb005e385c9d7d",
      "parents": [
        "8e09ffb60bbc2b49c06718d5a1252860c709a660"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jun 18 16:36:11 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 26 19:57:34 2007 +0200"
      },
      "message": "[MIPS] EMMA2RH: Disable GEN_RTC, it can\u0027t possibly work.\n\nNeither rtc_mips_get_time nor rtc_mips_set_time are being initialized by\nthe EMMA2RH setup code, so genrtc at best was a RTC dummy avoiding a few\nerror messages but not providing actual functionality.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "a76f3a417a431eaf673323459357d8e684b52c49",
      "tree": "fb5c7bf9b1f50f191b77a5df0931644f90e96066",
      "parents": [
        "c8eae71dc81af15809d87d7aabb94810cea9577d"
      ],
      "author": {
        "name": "Pavel Kiryukhin",
        "email": "vksavl@gmail.com",
        "time": "Tue Jun 05 13:42:20 2007 +0400"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 26 19:57:33 2007 +0200"
      },
      "message": "[MIPS] use compat_siginfo in rt_sigframe_n32\n\nSigned-off-by: Pavel Kiryukhin \u003cvksavl@gmail.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c8eae71dc81af15809d87d7aabb94810cea9577d",
      "tree": "15dbc5de3a7fbd6bc1a7b2b1f0291e07218a4709",
      "parents": [
        "b0c10b9f4c4123dfb2f9e0d3df244a402c938561"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 12 13:04:09 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 26 19:57:33 2007 +0200"
      },
      "message": "[MIPS] 20K: Handle WAIT related bugs according to errata information\n\nWe used to avoid the WAIT entirely on the 20K but really only need to do\nthis on early revs of the 20K.  Without this a 20K was a bit of a\npower hog.  Well, in the lower power power hog category ;-)\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b0c10b9f4c4123dfb2f9e0d3df244a402c938561",
      "tree": "bb7737f32a6d72a20ca73b536e777cba8080374f",
      "parents": [
        "b3a04a6d07453664abdf8b36296a640752ad4a70"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Jun 01 15:47:46 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 26 19:57:33 2007 +0200"
      },
      "message": "[MIPS] AP/SP requires shadow registers, auto enable support.\n\nNoticed by Chris Dearman (chris@mips.com).\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b3a04a6d07453664abdf8b36296a640752ad4a70",
      "tree": "62c24e2602629024c4b8e3f3519d71fba7b96c4d",
      "parents": [
        "08a45936823d0c47db9e328185fdaad6c62d16bd"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Mon May 28 23:26:56 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 26 19:57:33 2007 +0200"
      },
      "message": "[MIPS] Fix pb1500 reg B access\n\nau_readl() is correct here.\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "08a45936823d0c47db9e328185fdaad6c62d16bd",
      "tree": "b5ad2ce7782f3b25545554877eb2bf530e4f59ad",
      "parents": [
        "e460b73c8790bb14959cc99a8eb040e6bd2ecbf0"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Mon May 28 23:13:50 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 26 19:57:33 2007 +0200"
      },
      "message": "[MIPS] Alchemy: Fix wrong cast\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "e460b73c8790bb14959cc99a8eb040e6bd2ecbf0",
      "tree": "fe10c77aede65bfafb041769e24dbf42c2c03543",
      "parents": [
        "2ec0e59aff1b51ff80c2c544cbef17b7613c8d38"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Mon May 28 22:54:28 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 26 19:57:33 2007 +0200"
      },
      "message": "[MIPS] remove \"support for\" from system type entry\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "2ec0e59aff1b51ff80c2c544cbef17b7613c8d38",
      "tree": "01a1063e788a63b6f7a91810bd7c41ba395c98f6",
      "parents": [
        "3ca507920d4f618a960aed19609bcce6c4d15387"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Mon May 21 23:02:34 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 26 19:57:33 2007 +0200"
      },
      "message": "[MIPS] add io_map_base to pci_controller on Cobalt\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3ca507920d4f618a960aed19609bcce6c4d15387",
      "tree": "897fdc1c61574f5f0ffaaffbfbdc1e0a383873a8",
      "parents": [
        "189548642c5962e60c3667bdb3a703fe0bed12a6"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 26 19:37:20 2007 +0200"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jun 26 19:57:32 2007 +0200"
      },
      "message": "[MIPS] __ucmpdi2 arguments are unsigned long long.\n\nReported by Eugene Surovegin \u003cebs@ebshome.net\u003e.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "a357b8f42e7b85e2522c3ad2b29b685bc28743b4",
      "tree": "72c8f25c1d1beb75adb226fcb16c42d763a717fa",
      "parents": [
        "1245088400c0e5f93b979356e578c9a8825b953a"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jun 26 00:13:31 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jun 26 00:13:31 2007 -0700"
      },
      "message": "[SPARC64]: Need to set state to IDLE during sun4v IRQ enable.\n\nThis fixes hypervisor console interrupts on LDOM guests.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1245088400c0e5f93b979356e578c9a8825b953a",
      "tree": "d785b25c57f3af3ea29e40f0f243d8e4f629f9d3",
      "parents": [
        "701271dfd220d214e26ef90c48a2dae3a2042687"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jun 26 00:13:09 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jun 26 00:13:09 2007 -0700"
      },
      "message": "[SPARC64]: Fix VIRQ enabling.\n\nWe were doing the wrong call to turn them on, and also\nwhen enabling we need to forcefully set the state to IDLE.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ae62fbb5f1f796d87cbdbe6701e13f2b52d5c0a7",
      "tree": "42c190d210c90876dbc799fd58896fbdce9164ce",
      "parents": [
        "74609f4536f2b8fd6a48381bbbe3cd37da20a527"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Jun 26 14:49:11 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Jun 26 14:49:11 2007 +1000"
      },
      "message": "[POWERPC] Fix subtle FP state corruption bug in signal return on SMP\n\nThis fixes a bug which can cause corruption of the floating-point state\non return from a signal handler.  If we have a signal handler that has\nused the floating-point registers, and it happens to context-switch to\nanother task while copying the interrupted floating-point state from the\nuser stack into the thread struct (e.g. because of a page fault, or\nbecause it gets preempted), the context switch code will think that the\nFP registers contain valid FP state that needs to be copied into the\nthread_struct, and will thus overwrite the values that the signal return\ncode has put into the thread_struct.\n\nThis can occur because we clear the MSR bits that indicate the presence\nof valid FP state after copying the state into the thread_struct.  To fix\nthis we just move the clearing of the MSR bits to before the copy.  A\nsimilar potential problem also occurs with the Altivec state, and this\nfixes that in the same way.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e"
    },
    {
      "commit": "74609f4536f2b8fd6a48381bbbe3cd37da20a527",
      "tree": "f73c0abf05df85497b0323290e6cfff948a7fadd",
      "parents": [
        "ca74c013441200b162f6a384b23b833d1865a9e8"
      ],
      "author": {
        "name": "Tony Breeds",
        "email": "tony@bakeyournoodle.com",
        "time": "Tue Jun 26 09:50:32 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Jun 26 14:41:19 2007 +1000"
      },
      "message": "[POWERPC] Fix VDSO gettimeofday() when called with NULL struct timeval\n\nConsider the prototype for gettimeofday():\n\tint gettimofday(struct timeval *tv, struct timezone *tz);\n\nAlthough it is valid to call with /either/ tv or tz being NULL, and\nthe C version of sys_gettimeofday() supports this, the current version\nof gettimeofday() in the VDSO will SEGV if called with a NULL tv.\n\nThis adds a check for tv being NULL so that it doesn\u0027t SEGV.\n\nSigned-off-by: Tony Breeds \u003ctony@bakeyournoodle.com\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "ca74c013441200b162f6a384b23b833d1865a9e8",
      "tree": "7bfb0137f347ee3850e9db78d4f5fc08cc7a93fe",
      "parents": [
        "d30d6badd1769a00bc5a800b8af4e8b3f169c633"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Jun 26 14:19:35 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Jun 26 14:38:47 2007 +1000"
      },
      "message": "[POWERPC] Update defconfigs\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "d30d6badd1769a00bc5a800b8af4e8b3f169c633",
      "tree": "e99592c838e08e86e268d584e3d6ec9d8d26e924",
      "parents": [
        "189548642c5962e60c3667bdb3a703fe0bed12a6"
      ],
      "author": {
        "name": "will schmidt",
        "email": "will_schmidt@vnet.ibm.com",
        "time": "Sat Jun 23 01:24:56 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Jun 26 14:38:42 2007 +1000"
      },
      "message": "[POWERPC] Update g5_defconfig\n\nUpdate the g5_defconfig with default settings.\nThis is to keep things up to date, and specifically to ensure that the\nCONFIG_MACINTOSH_DRIVERS option is enabled.  This also turns on\nCONFIG_MSI.\n\nSigned-off-by: Will Schmidt \u003cwill_schmidt@vnet.ibm.com\u003e\ncc: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "0c07f6115b779ae4597749d47dec228c6d2d1c7c",
      "tree": "8ced20d8e51d8c9ee77c453dadd61ba4fa8ccd0a",
      "parents": [
        "92c83ff1ce6165bd62cebe4e4d1ca5ccb6f9713b"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Wed Jun 20 19:10:34 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 25 20:37:35 2007 +0100"
      },
      "message": "[ARM] 4449/1: more entries in arch/arm/boot/.gitignore\n\nSigned-off-by: Nicolas Pitre \u003cnpitre@mvista.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "92c83ff1ce6165bd62cebe4e4d1ca5ccb6f9713b",
      "tree": "3776649d3a8928fe5b1e55ef57bf54ec9f99e34b",
      "parents": [
        "154c772ebfb12ef66855510e6be2b12c85110b0c"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Fri Jun 22 14:27:50 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 25 20:36:27 2007 +0100"
      },
      "message": "[ARM] 4452/1: Force the literal pool dump before reloc_end\n\nIn the arch/arm/boot/compressed/head.S file, the contents of the\nliteral pool accumulated during the relocatable code must be dumped\nbefore reloc_end.\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "da1f95b4c41e09ef96869552db587452e0da46d6",
      "tree": "8c4a2868bc2b03258ceddfd9a0a0ce86e32283f1",
      "parents": [
        "de3025f4e2bc063c274f561f9daf2b696910ad3b"
      ],
      "author": {
        "name": "Robin Getz",
        "email": "robin.getz@analog.com",
        "time": "Mon Jun 25 18:05:53 2007 +0800"
      },
      "committer": {
        "name": "Bryan Wu",
        "email": "bryan.wu@analog.com",
        "time": "Mon Jun 25 18:05:53 2007 +0800"
      },
      "message": "Blackfin arch: Fix up remaining printks with proper log levels\n\nSigned-off-by: Robin Getz \u003crobin.getz@analog.com\u003e\nSigned-off-by: Bryan Wu \u003cbryan.wu@analog.com\u003e\n\n"
    },
    {
      "commit": "de3025f4e2bc063c274f561f9daf2b696910ad3b",
      "tree": "25119db476c843a13d1d26ae2c80af9df6096713",
      "parents": [
        "a38d6181ff27824c79fc7df825164a212eff6a3f"
      ],
      "author": {
        "name": "Jie Zhang",
        "email": "jie.zhang@analog.com",
        "time": "Mon Jun 25 18:04:12 2007 +0800"
      },
      "committer": {
        "name": "Bryan Wu",
        "email": "bryan.wu@analog.com",
        "time": "Mon Jun 25 18:04:12 2007 +0800"
      },
      "message": "Blackfin arch: Add proper -mcpu option according to the cpu and silicon revision configuration\n\nAdd silicon revision \"any\" and \"none\". Add proper -mcpu option according\nto the cpu and silicon revision configuration.\n\nNeed update to use latest Blackfin cross compile toolchain.\n\nSigned-off-by: Jie Zhang \u003cjie.zhang@analog.com\u003e\nSigned-off-by: Mike Frysinger \u003cmichael.frysinger@analog.com\u003e\nSigned-off-by: Bryan Wu \u003cbryan.wu@analog.com\u003e\n\n"
    },
    {
      "commit": "c8cbee61c9d53ee28473ad33bbb54f6a88f5e3af",
      "tree": "ad0b767e80ef169ad319860274482ae0bbf8ab4c",
      "parents": [
        "e5d2861f31474b373ce7754dc5122b414a176c64"
      ],
      "author": {
        "name": "Tian Kevin",
        "email": "kevin.tian@intel.com",
        "time": "Sat Jun 23 17:16:52 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Jun 24 08:59:12 2007 -0700"
      },
      "message": "ACPI: preserve the ebx value in acpi_copy_wakeup_routine\n\nRegister %ebx serves as the \"global offset table base register\" for\nposition-independent code.  For absolute code, %ebx serves as a local\nregister and has no specified role in the function calling sequence.  In\neither case, a function must preserve the register value for the caller.\n\nacpi_copy_wakeup_routine overrides %ebx without saving it, this may corrupt\nthe called data.\n\nKevin found that most time the value of Sx is saved in %esi, however\nsometimes compiler also uses %ebx.  When this happens, suspends fails since\nsleep value in ebx is changed by acpi_copy_wakeup_routine.\n\nThe same funtion in X86_64 doesn\u0027t have this problem.\n\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nLooks-okay-to: Pavel Machek \u003cpavel@ucw.cz\u003e\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nCc: Len Brown \u003clenb@kernel.org\u003e\nAcked-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4f84e4be53a04a65d97bf0faa0c8f99e29bc0170",
      "tree": "3371de51ff061cde22dc824f83f4a66c7701dc67",
      "parents": [
        "d8aaf12142d066d3982475d58a9094c85a06a5a9"
      ],
      "author": {
        "name": "Joshua Wise",
        "email": "jwise@google.com",
        "time": "Sat Jun 23 17:16:45 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Jun 24 08:59:12 2007 -0700"
      },
      "message": "x86_64: fix misplaced `continue\u0027 in mce.c\n\nBackground:\n  When a userspace application wants to know about machine check events, it\n  opens /dev/mcelog and does a read(). Usually, we found that this interface\n  works well, but in some cases, when the system was taking large numbers of\n  machine check exceptions, the read() would hang. The system would output a\n  soft-lockup warning, and the daemon reading from /dev/mcelog would suck up\n  as much of a single CPU as it could spinning in system space.\n\nDescription:\n  This patch fixes this bug. In particular, there was a \"continue\" inside a\n  timeout loop that presumably was intended to break out of the outer loop,\n  but instead caused the inner loop to continue. This patch also makes the\n  condition for the break-out a little more evident by changing a\n  !time_before to a time_after_eq.\n\nResult:\n  The read() no longer hangs in this test case.\n\nTesting:\n  On my system, I could replicate the bug with the following command:\n    # for i in `seq 15000`; do ./inject_sbe.sh; done\n  where inject_sbe.sh contains commands to inject a single-bit error into the\n  next memory write transaction.\n\nPatch:\n  This patch is against git f1518a088bde6aea49e7c472ed6ab96178fcba3e.\n\nSigned-off-by: Joshua Wise \u003cjwise@google.com\u003e\nSigned-off-by: Tim Hockin \u003cthockin@google.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "58ed2f9c75b719da4f494f24ed2d56d45f5b4959",
      "tree": "6ecb60cf2d7b18da36fd29f2a6bd03d15a8cfefb",
      "parents": [
        "653d4876b730fedca8473481863cf700245e3582"
      ],
      "author": {
        "name": "Ivan Kokshaysky",
        "email": "ink@jurassic.park.msu.ru",
        "time": "Sat Jun 23 17:16:35 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Jun 24 08:59:11 2007 -0700"
      },
      "message": "alpha: fix alignment problem in csum_ipv6_magic()\n\nHopefully this fixes http://bugzilla.kernel.org/show_bug.cgi?id\u003d8635\n\nThe struct in6_addr passed to csum_ipv6_magic() is 4 byte aligned, so we\ncan\u0027t use the regular 64-bit loads.  Since the cost of handling of 4 byte\nand 1 byte aligned 64-bit data is roughly the same, this code can cope with\nany src/dst [mis]alignment.\n\nSigned-off-by: Ivan Kokshaysky \u003cink@jurassic.park.msu.ru\u003e\nCc: Richard Henderson \u003crth@twiddle.net\u003e\nCc: Dustin Marquess \u003cjailbird@alcatraz.fdf.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "af6f2b2b5ce478d77a34497f9058bc65093c761a",
      "tree": "a5b8b37d095ae460bfcf49fde7db5b4d3e91573b",
      "parents": [
        "6b84bbfc7133ee493f3e9529a42b5ee53ea69dfe"
      ],
      "author": {
        "name": "Haavard Skinnemoen",
        "email": "hskinnemoen@atmel.com",
        "time": "Sat Jun 23 15:43:48 2007 +0200"
      },
      "committer": {
        "name": "Haavard Skinnemoen",
        "email": "hskinnemoen@atmel.com",
        "time": "Sat Jun 23 15:43:48 2007 +0200"
      },
      "message": "[AVR32] Update defconfigs\n\nUpdate defconfigs for ATNGW100 and ATSTK1002. This will enable the\nSLUB allocator by default on both, and will enable NFS root on\nATSTK1002 (ATNGW100 had it enabled before.)\n\nSigned-off-by: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\n"
    },
    {
      "commit": "6b84bbfc7133ee493f3e9529a42b5ee53ea69dfe",
      "tree": "6f3cb3157e248d0d716a1c47b5db5de497a89132",
      "parents": [
        "7f8b9acae8a76fcce5f4af0dfac735a1b7b4fdbf"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Fri Jun 22 19:17:57 2007 -0700"
      },
      "committer": {
        "name": "Haavard Skinnemoen",
        "email": "hskinnemoen@atmel.com",
        "time": "Sat Jun 23 14:53:16 2007 +0200"
      },
      "message": "[AVR32] Initialize dma_mask and dma_coherent_mask\n\nThe current at32ap7000 platform devices aren\u0027t declared as supporting DMA,\nso that layered drivers can\u0027t tell whether they need to manage DMA.\n\nThis patch makes all those platform devices report that they support DMA.\nMost do, but in a few cases this is inappropriate.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\n"
    },
    {
      "commit": "7f8b9acae8a76fcce5f4af0dfac735a1b7b4fdbf",
      "tree": "c45d9b79596d1d6b2082dbb2956b753bd5c181ac",
      "parents": [
        "ab61f7d21ab7f564fce322c498e4a7d6171140db"
      ],
      "author": {
        "name": "ben.nizette@iinet.net.au",
        "email": "ben.nizette@iinet.net.au",
        "time": "Wed Jun 20 20:44:30 2007 +0800"
      },
      "committer": {
        "name": "Haavard Skinnemoen",
        "email": "hskinnemoen@atmel.com",
        "time": "Sat Jun 23 14:52:58 2007 +0200"
      },
      "message": "[AVR32] NGW100, Remove relics of the old USART mapping scheme\n\nUSART mapping used to be accomplished by the manual filling of\nat32_usart_map[] and at32_nr_usarts.  This has now been replaced\nwith at32_map_usart() so we can remove these variables.\n\nSigned-off-by: Ben Nizette \u003cben.nizette@iinet.net.au\u003e\nSigned-off-by: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\n"
    },
    {
      "commit": "ab61f7d21ab7f564fce322c498e4a7d6171140db",
      "tree": "d7fbdeea3ea85fd65ce20a5132e4264cb866c9c9",
      "parents": [
        "75154f402ef18e459ff97ddece25656b6c2b329c"
      ],
      "author": {
        "name": "Haavard Skinnemoen",
        "email": "hskinnemoen@atmel.com",
        "time": "Mon Jun 18 14:08:18 2007 +0200"
      },
      "committer": {
        "name": "Haavard Skinnemoen",
        "email": "hskinnemoen@atmel.com",
        "time": "Sat Jun 23 14:52:52 2007 +0200"
      },
      "message": "[AVR32] Fix bug in invalidate_dcache_region()\n\nIf (start + size) is not cacheline aligned and (start \u0026 mask) \u003e (end \u0026\nmask), the last but one cacheline won\u0027t be invalidated as it should.\nFix this by rounding `end\u0027 down to the nearest cacheline boundary if\nit gets adjusted due to misalignment.\n\nAlso flush the write buffer unconditionally -- if the dcache wrote\nback a line just before we invalidated it, the dirty data may be\nsitting in the write buffer waiting to corrupt our buffer later.\n\nSigned-off-by: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\n"
    },
    {
      "commit": "75154f402ef18e459ff97ddece25656b6c2b329c",
      "tree": "6757b77ee2c712c4b64f334ff8c5b1a41a64083b",
      "parents": [
        "e2f1f19272f8de0374ad297b9806f8b6509e0013"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Sat Jun 23 02:29:25 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Jun 22 18:41:19 2007 -0700"
      },
      "message": "x86_64: Ignore compat mode SYSCALL when IA32_EMULATION is not defined\n\nPreviously a program could switch to a compat mode segment and then\nexecute SYSCALL and it would jump to an uninitialized MSR and crash\nthe kernel.\n\nInstead supply a dummy target for this case.\n\nPointed out by Jan Beulich\n\nCc: jbeulich@novell.com\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9d9bbd4d247a674deb43565582151acdc22e90d1",
      "tree": "1bab60b6457812b10dd62f8bbddb7985b53d5495",
      "parents": [
        "3f2c6d0f4f0dafdc99af0df71edba57e7815cb13"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Sat Jun 23 02:29:23 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Jun 22 18:41:18 2007 -0700"
      },
      "message": "i386: Make CMPXCHG64 only dependent on PAE\n\nIt is only used for PAE kernels in set_64bit.\n\nThe problem is that due to a old Windows bug many CPUs need magic MSRs\nto enable CMPXCHG64, and we can\u0027t do that nicely early enough before\nit is potentially used.\n\nBut since we only need it in PAE kernels so only force the checking\nfor CMPXCHG65 with PAE.\n\nThis fixes a boot failure on Transmeta Crusoe\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "86b73c8cfc8daeff554ae3e95e2a0ee77c45d499",
      "tree": "993b442718706f0b88cfff5a4b929bf3f860056a",
      "parents": [
        "9c8f1729b0a838dc0f44b77dab80890a98585964"
      ],
      "author": {
        "name": "Robin Getz",
        "email": "robin.getz@analog.com",
        "time": "Thu Jun 21 11:34:16 2007 +0800"
      },
      "committer": {
        "name": "Bryan Wu",
        "email": "bryan.wu@analog.com",
        "time": "Thu Jun 21 11:34:16 2007 +0800"
      },
      "message": "Blackfin arch: match kernel startup messaage with new linker script\n\nSigned-off-by: Robin Getz \u003crobin.getz@analog.com\u003e\nSigned-off-by: Bryan Wu \u003cbryan.wu@analog.com\u003e\n\n"
    },
    {
      "commit": "c5d88d9e2566e7ddccb0e001446b9a39882560a3",
      "tree": "32cc7b0643dfbc1a6667070b9af0e84607d2e592",
      "parents": [
        "4bf3f3cbb6add01d3e6a18c73f594b73113b14f2"
      ],
      "author": {
        "name": "Robin Getz",
        "email": "robin.getz@analog.com",
        "time": "Thu Jun 21 11:34:16 2007 +0800"
      },
      "committer": {
        "name": "Bryan Wu",
        "email": "bryan.wu@analog.com",
        "time": "Thu Jun 21 11:34:16 2007 +0800"
      },
      "message": "Blackfin arch: update printk to use KERN_EMERG and reformat crash output\n\nto look like:\n\nreturn address: [0x0357fcc4]; contents of:\n0x0357fca0:  fcbc  0357  fe20  0357  0009  0000  6a8c  0345\n0x0357fcb0:  000e  0000  fcc4  0357  fd44  0357  e128  00ad\n0x0357fcc0:  00a0  0000 [000e] 0000  0000  0000  0080  0000\n0x0357fcd0:  0000  0000  0000  0000  00a0  0000  000e  0000\n\ninstruction in [] is the offending instruction\n\nSigned-off-by: Robin Getz \u003crobin.getz@analog.com\u003e\nSigned-off-by: Bryan Wu \u003cbryan.wu@analog.com\u003e\n\n"
    },
    {
      "commit": "4bf3f3cbb6add01d3e6a18c73f594b73113b14f2",
      "tree": "a80839f98a64052f4d004a5207da2731fe556908",
      "parents": [
        "0864a4e201b1ea442f4c8b887418a29f67e24d30"
      ],
      "author": {
        "name": "Robin Getz",
        "email": "robin.getz@analog.com",
        "time": "Thu Jun 21 11:34:16 2007 +0800"
      },
      "committer": {
        "name": "Bryan Wu",
        "email": "bryan.wu@analog.com",
        "time": "Thu Jun 21 11:34:16 2007 +0800"
      },
      "message": "Blackfin arch: update ANOMALY handling\n\nupdate lists for 533, 537, and add SSYNC workaround into assembly files.\n\nSigned-off-by: Robin Getz \u003crobin.getz@analog.com\u003e\nSigned-off-by: Bryan Wu \u003cbryan.wu@analog.com\u003e\n\n"
    },
    {
      "commit": "0864a4e201b1ea442f4c8b887418a29f67e24d30",
      "tree": "cee5372bb22502e52029543dfb72c571a1e89faa",
      "parents": [
        "79d9a72f87d0a6f910be262a9dd4c36e96972a92"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@infradead.org",
        "time": "Wed Jun 20 22:23:21 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Jun 21 16:02:50 2007 -0700"
      },
      "message": "Allow DEBUG_RODATA and KPROBES to co-exist\n\nDo not mark the kernel text read only if KPROBES is in the kernel;\nkprobes needs to hot-patch the kernel text to insert it\u0027s\ninstrumentation.\n\nIn this case, only mark the .rodata segment as read only.\n\nSigned-off-by: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nTested-by: S. P. Prasanna \u003cprasanna@in.ibm.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nCc: William Cohen \u003cwcohen@redhat.com\u003e\nCc: Ian McDonald \u003cian.mcdonald@jandi.co.nz\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9738cbe32192919356397f1e24f9b26e1f574fbb",
      "tree": "75caa6d21a8b68a36285ee787095fb05b14627fb",
      "parents": [
        "58229a18994215bbfe0bcd1c99d2e039f30b076b",
        "05dc16d6a175139a5872d08db56ee277ec90df5b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Jun 21 15:57:50 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Jun 21 15:57:50 2007 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6\n\n* \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6:\n  [PARISC] unwinder improvements\n  [PARISC] Fix unwinder on 64-bit kernels\n  [PARISC] Handle wrapping in expand_upwards()\n  [PARISC] stop lcd driver from stripping initial whitespace\n"
    },
    {
      "commit": "05dc16d6a175139a5872d08db56ee277ec90df5b",
      "tree": "fd705746e7778c1f77ec812c82c7e33da75adb30",
      "parents": [
        "e036306aa1832963cd147849b282259a32f5ac08"
      ],
      "author": {
        "name": "Randolph Chung",
        "email": "tausq@debian.org",
        "time": "Tue Jun 12 14:27:32 2007 +0800"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@minerva.i.cabal.ca",
        "time": "Thu Jun 21 17:46:22 2007 -0400"
      },
      "message": "[PARISC] unwinder improvements\n\nAdd special-case handling for \"handle_interruption\" so that we can rewind\npast the interruption. This is useful for seeing what caused a BUG() or\nWARN_ON(); otherwise the unwind stops at the interruption.\n\nSigned-off-by: Randolph Chung \u003ctausq@debian.org\u003e\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "e036306aa1832963cd147849b282259a32f5ac08",
      "tree": "6490e81ec646cfda8791b134f1e6ce703b812d03",
      "parents": [
        "06b32f3ab6df4c7489729f94bdc7093c72681d4b"
      ],
      "author": {
        "name": "Randolph Chung",
        "email": "tausq@debian.org",
        "time": "Tue Jun 12 14:27:32 2007 +0800"
      },
      "committer": {
        "name": "Kyle McMartin",
        "email": "kyle@minerva.i.cabal.ca",
        "time": "Thu Jun 21 17:46:21 2007 -0400"
      },
      "message": "[PARISC] Fix unwinder on 64-bit kernels\n\nThe unwinder was broken by the shift of PAGE_OFFSET in order to increase the\nsize of the vmalloc area on 64-bit kernels.\n\nSigned-off-by: Randolph Chung \u003ctausq@debian.org\u003e\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\n"
    },
    {
      "commit": "044f620ac65d0d90727cdbd0c058e4d150d62ddc",
      "tree": "89bcf2829803979ff8384d14c159daebabc3244d",
      "parents": [
        "c53ab5d56c66816fe06dc6cd0abb93f6dd81a145",
        "3b1d4ed5353af04d6aa20be2701727b9cdb2ac61"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Jun 20 14:40:52 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Jun 20 14:40:52 2007 -0700"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus\n\n* \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus:\n  [MIPS] Don\u0027t drag a platform specific header into generic arch code.\n"
    },
    {
      "commit": "c53ab5d56c66816fe06dc6cd0abb93f6dd81a145",
      "tree": "b7226c695fa41388955d864e4f026176917e9442",
      "parents": [
        "8acff0a2449aeda37204c4074976bf79f21968e3",
        "c5f226c7e95bf318879fb6ae02fc0dfb0f6d408c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Jun 20 14:28:54 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Jun 20 14:28:54 2007 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:\n  [POWERPC] Fix powermac late initcall to only run on powermac\n  [POWERPC] PowerPC: Prevent data exception in kernel space (32-bit)\n"
    },
    {
      "commit": "bf8c4817427de0744e9c008d3ad5a7635e41e397",
      "tree": "b4cea35df30174d12c0a5d5503cfa71ea9de2fe5",
      "parents": [
        "018d2ad0cccfa9bb8bee1d160c353e568484a137"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "yhlu.kernel@gmail.com",
        "time": "Wed Jun 20 12:23:39 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Jun 20 14:27:26 2007 -0700"
      },
      "message": "x86_64: fix link warning between for .text and .init.text\n\nWARNING: arch/x86_64/kernel/built-in.o(.text+0xace9): Section mismatch: reference to .init.text: (between \u0027get_mtrr_state\u0027 and \u0027mtrr_wrmsr\u0027)\nWARNING: arch/x86_64/kernel/built-in.o(.text+0xad09): Section mismatch: reference to .init.text: (between \u0027get_mtrr_state\u0027 and \u0027mtrr_wrmsr\u0027)\nWARNING: arch/x86_64/kernel/built-in.o(.text+0xad38): Section mismatch: reference to .init.text: (between \u0027get_mtrr_state\u0027 and \u0027mtrr_wrmsr\u0027)\nWARNING: drivers/built-in.o(.text+0x3a680): Section mismatch: reference to .init.text:acpi_map_pxm_to_node (between \u0027acpi_get_node\u0027 and \u0027acpi_lock_ac_dir\u0027)\n\nAK: also marked mtrr_bp_init __init to avoid some more warnings\n\nSigned-off-by: Yinghai Lu \u003cyhlu.kernel@gmail.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nAcked-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "018d2ad0cccfa9bb8bee1d160c353e568484a137",
      "tree": "b50362cead47a3b472a6b645a9e7dd0262a757f9",
      "parents": [
        "55181000cd60334fe920c65ffbcdfe0e3f1de406"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Wed Jun 20 12:23:36 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Jun 20 14:27:26 2007 -0700"
      },
      "message": "x86: change_page_attr bandaids\n\n- Disable CLFLUSH again; it is still broken. Always do WBINVD.\n- Always flush in the i386 case, not only when there are deferred pages.\n\nThese are both brute-force inefficient fixes, to be improved\nnext release cycle.\n\nThe changes to i386 are a little more extensive than strictly\nneeded (some dead code added), but it is more similar to the x86-64 version\nnow and the dead code will be used soon.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "55181000cd60334fe920c65ffbcdfe0e3f1de406",
      "tree": "64ecf0214b425e42013b631d8acdcacfafa43048",
      "parents": [
        "9f1f79e641c548ee93fb20f69c9a404b92ee4fdd"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Wed Jun 20 12:23:35 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Jun 20 14:27:26 2007 -0700"
      },
      "message": "x86: Disable KPROBES with DEBUG_RODATA for now\n\nRight now Kprobes cannot write to the write protected kernel text when\nDEBUG_RODATA is enabled. Disallow this in Kconfig for now.\n\nTemporary fix for 2.6.22. In .23 add code to temporarily\nunprotect it.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0e52d3281f8aa6486949478ea95c8ca85c3ffab5",
      "tree": "578a3ee7681ea7feae3c63e938e751dc4102b4e5",
      "parents": [
        "388c19e176436707eb30a81c7e4129e08769f92b"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Wed Jun 20 12:23:33 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Jun 20 14:27:26 2007 -0700"
      },
      "message": "x86_64: Quieten Atari keyboard warnings in Kconfig\n\nNot directly related to x86, but I got tired of seeing these warnings on every\nkconfig update when building on a non m68k box:\n\ndrivers/input/keyboard/Kconfig:170:warning: \u0027select\u0027 used by config symbol \u0027KEYBOARD_ATARI\u0027 refers to undefined symbol \u0027ATARI_KBD_CORE\u0027\ndrivers/input/mouse/Kconfig:182:warning: \u0027select\u0027 used by config symbol \u0027MOUSE_ATARI\u0027 refers to undefined symbol \u0027ATARI_KBD_CORE\u0027\n\nI moved the definition of ATARI_KBD_CORE into drivers/input/keyboard/Kconfig\nso it\u0027s always seen by Kconfig.\n\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nAcked-by: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "388c19e176436707eb30a81c7e4129e08769f92b",
      "tree": "168017ad573b12c35a39f52f3513c779de3fb8c8",
      "parents": [
        "0b622330213ce0f0ee23199e433ed73284209b46"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Wed Jun 20 12:23:32 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Jun 20 14:27:25 2007 -0700"
      },
      "message": "x86: Disable DAC on VIA bridges\n\nSeveral reports that VIA bridges don\u0027t support DAC and corrupt\ndata.  I don\u0027t know if it\u0027s fixed, but let\u0027s just blacklist\nthem all for now.\n\nIt can be overwritten with iommu\u003dusedac\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e412ac4971d27ea84f3d63ce425c6ab2d6a67f23",
      "tree": "e73b08d0114f5cc63ad8f44f4e11434abc8f642f",
      "parents": [
        "7c8545e98468c53809fc06788a3b9a34dff05240"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Wed Jun 20 12:23:30 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Jun 20 14:27:25 2007 -0700"
      },
      "message": "x86_64: Fix readahead/sync_file_range/fadvise64 compat calls\n\nCorrectly convert the u64 arguments from 32bit to 64bit.\n\nPointed out by Heiko Carstens.\n\nI guess this proves Linus\u0027 theory that nobody uses the more exotic Linux\nspecific syscalls.  It wasn\u0027t discovered by a user.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3b1d4ed5353af04d6aa20be2701727b9cdb2ac61",
      "tree": "e4a3335c925abd933f1650e1ee4786e6bfad8f35",
      "parents": [
        "7c8545e98468c53809fc06788a3b9a34dff05240"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jun 20 22:27:10 2007 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jun 20 22:27:10 2007 +0100"
      },
      "message": "[MIPS] Don\u0027t drag a platform specific header into generic arch code.\n\nFor some platforms it\u0027s definitions may conflict.  So that\u0027s the one-liner.\nThe rest is 10 square kilometers of collateral damage fixup this include\nused to paper over.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c5f226c7e95bf318879fb6ae02fc0dfb0f6d408c",
      "tree": "229a668644f8a90ee371ec30666a0b9a865db8af",
      "parents": [
        "9ba4ace39fdfe22268daca9f28c5df384ae462cf"
      ],
      "author": {
        "name": "Tony Breeds",
        "email": "tony@bakeyournoodle.com",
        "time": "Wed Jun 20 15:17:29 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Jun 20 22:07:38 2007 +1000"
      },
      "message": "[POWERPC] Fix powermac late initcall to only run on powermac\n\nCurrent ppc64_defconfig kernel fails to boot on iSeries, dying with:\n\nUnable to handle kernel paging request for data at address 0x00000000\nFaulting instruction address: 0xc00000000071b258\nOops: Kernel access of bad area, sig: 11 [#1]\nSMP NR_CPUS\u003d32 iSeries\n\u003csnip\u003e\nNIP [c00000000071b258] .iSeries_src_init+0x34/0x64\nLR [c000000000701bb4] .kernel_init+0x1fc/0x3bc\nCall Trace:\n[c000000007d0be30] [0000000000008000] 0x8000 (unreliable)\n[c000000007d0bea0] [c000000000701bb4] .kernel_init+0x1fc/0x3bc\n[c000000007d0bf90] [c0000000000262d4] .kernel_thread+0x4c/0x68\nInstruction dump:\ne922cba8 3880ffff 78840420 f8010010 f821ff91 60000000 e8090000 78095fe3\n4182002c e922cb58 e862cbb0 e9290140 \u003ce8090000\u003e f8410028 7c0903a6 e9690010\nKernel panic - not syncing: Attempted to kill init!\n\nThis happens because some powermac code unconditionally sets\nppc_md.progress to NULL.  This patch makes sure the powermac late\ninitcall is only run on powermac machines.\n\nSigned-off-by: Tony Breeds \u003ctony@bakeyournoodle.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "9ba4ace39fdfe22268daca9f28c5df384ae462cf",
      "tree": "92a4ae33dec7bd3dd08f6d118ffd58a0d5247d5e",
      "parents": [
        "7c8545e98468c53809fc06788a3b9a34dff05240"
      ],
      "author": {
        "name": "Segher Boessenkool",
        "email": "segher@kernel.crashing.org",
        "time": "Wed Jun 20 01:07:04 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Jun 20 22:07:38 2007 +1000"
      },
      "message": "[POWERPC] PowerPC: Prevent data exception in kernel space (32-bit)\n\nThe \"is_exec\" branch of the protection check in do_page_fault()\ndidn\u0027t do anything on 32-bit PowerPC.  So if a userland program\njumps to a page with Linux protection flags \"---p\", all the tests\nhappily fall through, and handle_mm_fault() is called, which in\nturn calls handle_pte_fault(), which calls update_mmu_cache(),\nwhich goes flush the dcache to a page with no access rights.\n\nBoom.\n\nThis fixes it.\n\nSigned-off-by: Segher Boessenkool \u003csegher@kernel.crashing.org\u003e\nCc: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "7c8545e98468c53809fc06788a3b9a34dff05240",
      "tree": "11f7cff9f7f0f67b04db8234c41de5d6bc871b4c",
      "parents": [
        "7b7a57c77dccddd84b6aa02a38deee7ad97c977a"
      ],
      "author": {
        "name": "Li Yang",
        "email": "leoli@freescale.com",
        "time": "Mon Jun 18 19:29:21 2007 +0800"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jun 19 22:35:53 2007 -0500"
      },
      "message": "[POWERPC] rheap - eliminates internal fragments caused by alignment\n\nThe patch adds fragments caused by rh_alloc_align() back to free list, instead\nof allocating the whole chunk of memory.  This will greatly improve memory\nutilization managed by rheap.\n\nIt solves MURAM not enough problem with 3 UCCs enabled on MPC8323.\n\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nAcked-by: Joakim Tjernlund \u003cjoakim.tjernlund@transmode.se\u003e \nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "7b7a57c77dccddd84b6aa02a38deee7ad97c977a",
      "tree": "10d6ca7b4d9d93c18a4b440cf4dd2714214ac959",
      "parents": [
        "3197dac24f4f98808a47c68cdb8efeee8539add1",
        "e227e8f3ba3bfb8e26fee783026c1425ba600037"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jun 19 08:07:52 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jun 19 08:07:52 2007 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6:\n  sh64: Handle -ERESTART_RESTARTBLOCK for restartable syscalls.\n"
    },
    {
      "commit": "3197dac24f4f98808a47c68cdb8efeee8539add1",
      "tree": "6855c488c677d6be01e457161c3434628d0b2f10",
      "parents": [
        "710675d3609b1123a40db1eb28bf34041b1d37f2",
        "3aeb884b4ec442719a2d8aa15316415a7412efd8"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jun 19 08:07:34 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jun 19 08:07:34 2007 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6:\n  sh: Handle -ERESTART_RESTARTBLOCK for restartable syscalls.\n  sh: oops_enter()/oops_exit() in die().\n  sh: Fix restartable syscall arg5 clobbering.\n"
    },
    {
      "commit": "bca0fb8683b7406d3056dc53a14b0a482c367e2b",
      "tree": "9c42ec8d7c927766e2d7c6a74b6875f08156db5b",
      "parents": [
        "0fc9bbf771ce7d41ed33300e75e74e922dde1c38"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Tue Jun 19 13:10:05 2007 +0200"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Tue Jun 19 13:10:20 2007 +0200"
      },
      "message": "[S390] Add oops_enter()/oops_exit() calls to die().\n\nThis is mainly to switch off all potentially debugging stuff that\nwon\u0027t report anything useful after an oops happened.\nBesided that setting pause_on_oops will work too, but doesn\u0027t make\ntoo much sense on s390.\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    },
    {
      "commit": "0fc9bbf771ce7d41ed33300e75e74e922dde1c38",
      "tree": "849479fbd2dd986e29c417718c4fd3a5bab702da",
      "parents": [
        "84b36a8e0c863aeea29b62f8411157192481dd2e"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Tue Jun 19 13:10:04 2007 +0200"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Tue Jun 19 13:10:19 2007 +0200"
      },
      "message": "[S390] Print list of modules on die().\n\nPrint list of modules on die() like a lot of other architectures do.\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    },
    {
      "commit": "84b36a8e0c863aeea29b62f8411157192481dd2e",
      "tree": "5b5d6e4a9eb766f9f58746f47a8ad870df9cd747",
      "parents": [
        "ce4448238aee0144a2458874944df5a5a01a6ac6"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Tue Jun 19 13:10:03 2007 +0200"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Tue Jun 19 13:10:19 2007 +0200"
      },
      "message": "[S390] Fix yet another two section mismatches.\n\nWARNING: arch/s390/kernel/built-in.o(.text+0xb92a):\n\t Section mismatch: reference to .init.text:start_secondary\n\t (between \u0027restart_addr\u0027 and \u0027stack_overflow\u0027)\nWARNING: arch/s390/appldata/built-in.o(.data+0xdc):\n\t Section mismatch: reference to .init.text:\n\t (between \u0027appldata_nb\u0027 and \u0027appldata_timer_lock\u0027)\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    },
    {
      "commit": "0a71a312437d444e1a45317823fda8160df37ee4",
      "tree": "2eb1815abba0f6f2b9165f642d5e7c7518563d5a",
      "parents": [
        "fa490cfd15d7ce0900097cc4e60cfd7a76381138"
      ],
      "author": {
        "name": "Michael Holzheu",
        "email": "holzheu@de.ibm.com",
        "time": "Tue Jun 19 13:10:01 2007 +0200"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Tue Jun 19 13:10:18 2007 +0200"
      },
      "message": "[S390] Missing blank when appending cio_ignore kernel parameter\n\nWhen appending the \u0027cio_ignore\u0027 kernel parameter to the command line, a blank\nhas to be inserted in order to separate \u0027cio_ignore\u0027 from the preceding kernel\nparameters.\n\nSigned-off-by: Michael Holzheu \u003cholzheu@de.ibm.com\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    },
    {
      "commit": "e227e8f3ba3bfb8e26fee783026c1425ba600037",
      "tree": "284f02179c29066349967a159ce1a9059cd13758",
      "parents": [
        "fa490cfd15d7ce0900097cc4e60cfd7a76381138"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Jun 19 12:41:32 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Jun 19 12:41:32 2007 +0900"
      },
      "message": "sh64: Handle -ERESTART_RESTARTBLOCK for restartable syscalls.\n\nThe current implementation only handles -ERESTARTNOHAND, whereas we\nalso need to handle -ERESTART_RESTARTBLOCK in the handle_signal()\ncase for restartable system calls. Follows the sh change.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3aeb884b4ec442719a2d8aa15316415a7412efd8",
      "tree": "bcf69c95107b8296cbe76c0d86ee7cadc05c6019",
      "parents": [
        "5527398218aae85f37552a69fad163fa500c39e4"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Jun 19 12:33:21 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Jun 19 12:33:21 2007 +0900"
      },
      "message": "sh: Handle -ERESTART_RESTARTBLOCK for restartable syscalls.\n\nThe current implementation only handles -ERESTARTNOHAND, whereas we\nalso need to handle -ERESTART_RESTARTBLOCK in the handle_signal()\ncase for restartable system calls.\n\nAs noted by Carl:\n\nThis fixes the LTP test nanosleep03 - the current kernel causes\n-ERESTART_RESTARTBLOCK to reach user space rather than the correct\n-EINTR.\n\nReported-by: Carl Shaw \u003cshaw.carl@gmail.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "154c772ebfb12ef66855510e6be2b12c85110b0c",
      "tree": "9ece82abedf5f566572ba50ec7dd5294e5653389",
      "parents": [
        "d9202429e60d16d39c427cd4e4408cf1827ab9e9"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Jun 18 14:59:45 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 18 15:04:42 2007 +0100"
      },
      "message": "[ARM] Update show_regs/oops register format\n\nAdd the kernel release and version information to the output of\nshow_regs/oops.  Add the CPU PSR register.  Avoid using printk\nto output partial lines; always output a complete line.\n\nRe-combine the \"Control\" and \"Table + DAC\" lines after nommu\nseparated them; we don\u0027t want to waste vertical screen space\nneedlessly.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    }
  ],
  "next": "5527398218aae85f37552a69fad163fa500c39e4"
}
