)]}'
{
  "log": [
    {
      "commit": "9ca686626c012935b3b8219815e9027facc6fe6e",
      "tree": "632364c2feb6b4c08d83d3014e771dee55f1e4c1",
      "parents": [
        "e57a5059846e55d82b86d96dde40e988598601b3",
        "70524490ee2ea1bbf6cee6c106597b3ac25a3fc2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Apr 14 09:02:07 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Apr 14 09:02:07 2006 -0700"
      },
      "message": "Merge branch \u0027tee\u0027 of git://brick.kernel.dk/data/git/linux-2.6-block\n\n* \u0027tee\u0027 of git://brick.kernel.dk/data/git/linux-2.6-block:\n  [PATCH] splice: add support for sys_tee()\n  [PATCH] splice: pass offset around for -\u003esplice_read() and -\u003esplice_write()\n"
    },
    {
      "commit": "ace1d816a13ff42d4f41989862552032f9c19853",
      "tree": "084277670a76f9a50449e82b308ecc7b881fd5ac",
      "parents": [
        "356a5c1c6fdfb8eed6dbb3979d90c7cc7060017a"
      ],
      "author": {
        "name": "Robin Holt",
        "email": "holt@sgi.com",
        "time": "Thu Apr 13 15:34:45 2006 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Apr 13 15:34:45 2006 -0700"
      },
      "message": "[IA64] Make show_mem() skip holes in a pgdat\n\nThis patch modifies ia64\u0027s show_mem() to walk the vmem_map page tables and\nrapidly skip forward across regions where the page tables are missing.\nThis prevents the pfn_valid() check from causing numerous unnecessary\npage faults.\n\nWithout this patch on a 512 node 512 cpu system where every node has four\nmemory holes, the show_mem() call takes 1 hour 18 minutes.  With this\npatch, it takes less than 3 seconds.\n\nSigned-off-by: Robin Holt \u003cholt@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "356a5c1c6fdfb8eed6dbb3979d90c7cc7060017a",
      "tree": "ec6a44500c01c902245e10dac7a3dc8a7da8b060",
      "parents": [
        "907d91d708d9999bec0185d630062576ac4181a7"
      ],
      "author": {
        "name": "Keith Owens",
        "email": "kaos@sgi.com",
        "time": "Tue Apr 11 14:59:41 2006 +1000"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Apr 13 14:57:18 2006 -0700"
      },
      "message": "[IA64] ia64_wait_for_slaves() incorrectly reports MCA\n\nia64_wait_for_slaves() was changed in 2.6.17-rc1 to report the slave\nstate.  It incorrectly assumes that all slaves are for MCA, but\nia64_wait_for_slaves() is also called from the INIT monarch handler.\nThe existing message is very misleading, so correct it.\n\nSigned-off-by: Keith Owens \u003ckaos@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "70524490ee2ea1bbf6cee6c106597b3ac25a3fc2",
      "tree": "c61dd500035bc3e0dea364777de1b7a58b41a75c",
      "parents": [
        "cbb7e577e732f576b9f399bc2600bdc0626c68dc"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "axboe@suse.de",
        "time": "Tue Apr 11 15:51:17 2006 +0200"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "axboe@suse.de",
        "time": "Tue Apr 11 15:51:17 2006 +0200"
      },
      "message": "[PATCH] splice: add support for sys_tee()\n\nBasically an in-kernel implementation of tee, which uses splice and the\npipe buffers as an intelligent way to pass data around by reference.\n\nWhere the user space tee consumes the input and produces a stdout and\nfile output, this syscall merely duplicates the data inside a pipe to\nanother pipe. No data is copied, the output just grabs a reference to the\ninput pipe data.\n\nSigned-off-by: Jens Axboe \u003caxboe@suse.de\u003e\n"
    },
    {
      "commit": "2514395ef88b46e895726a8d40966cb83de7940c",
      "tree": "216c6e194e81bdd9c97697cf162cc9505bde310a",
      "parents": [
        "b3967dc566bc89df19e9aeb87b2fd483418b02e6",
        "b5ac4817de3032796c558b0a32062e7392b5ea60"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:41:02 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:41:02 2006 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild:\n  kconfig: fix typo in change count initialization\n  kconfig: recenter menuconfig\n  kconfig: revert conf behaviour change\n  kconfig: fix default value for choice input\n  kbuild: fix NULL dereference in scripts/mod/modpost.c\n  kbuild: fix mode of checkstack.pl and other files.\n  kbuild: rebuild initramfs if content of initramfs changes\n  kbuild: properly pass options to hostcc when doing make O\u003d..\n  kbuild: modules_install for external modules must not remove existing modules\n  kbuild: fix make dir/\n  ver_linux: don\u0027t print reiser4progs version if none found\n  kbuild: mips: fix sed regexp to generate asm-offset.h\n  kbuild: fix building single targets with make O\u003d.. single-target\n  kbuild: use relative path to -I\n  kbuild: fix unneeded rebuilds in drivers/net/chelsio after moving source tree\n  kbuild: fix unneeded rebuilds in drivers/media/video after moving source tree\n  kbuild: fix garbled text in modules.txt\n"
    },
    {
      "commit": "b3967dc566bc89df19e9aeb87b2fd483418b02e6",
      "tree": "97a0fff4c1d59e3395f6b6f9d4a226da3bf58d28",
      "parents": [
        "cde227afe6b997dce08bcfc2aa6e373fb56857b0",
        "0ffe984917b9cd6ecc19ffbc06f35869d8c18df8"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:40:17 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:40:17 2006 -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] Prefetch mmap_sem in ia64_do_page_fault()\n  [IA64] Failure to resume after INIT in user space\n  [IA64] Pass more data to the MCA/INIT notify_die hooks\n  [IA64] always map VGA framebuffer UC, even if it supports WB\n  [IA64] fix bug in ia64 __mutex_fastpath_trylock\n  [IA64] for_each_possible_cpu: ia64\n  [IA64] update HP CSR space discovery via ACPI\n  [IA64] Wire up new syscalls {set,get}_robust_list\n  [IA64] \u0027msg\u0027 may be used uninitialized in xpc_initiate_allocate()\n  [IA64] Wire up new syscall sync_file_range()\n"
    },
    {
      "commit": "44b940c299dfaaf25b7aad683ff55cb213502ddd",
      "tree": "1b7397f5a661d467414dfee4709be40c29306afe",
      "parents": [
        "ecc16ba96fd5b1a1c1988f0a2b05ff954bdff728"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Tue Apr 11 12:54:51 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:38:57 2006 -0700"
      },
      "message": "[PATCH] x86_64: Fix embarassing typo in mmconfig bus check\n\nSurprising that it still worked at all with this - yes it was\ntested.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ecc16ba96fd5b1a1c1988f0a2b05ff954bdff728",
      "tree": "57a994d0741ddef2c869db0ef83d3456cc6a13df",
      "parents": [
        "3d8a4d795cc1ffa6be5371629ca6c3431af4c2d5"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Tue Apr 11 12:54:48 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:38:57 2006 -0700"
      },
      "message": "[PATCH] i386/x86-64: Remove checks for value \u003d\u003d NULL in PCI config space access\n\nNobody should pass NULL here. Could in theory make it a BUG,\nbut the NULL pointer oops will do as well.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3d8a4d795cc1ffa6be5371629ca6c3431af4c2d5",
      "tree": "40c0935f4d5f6235a35c50733d23b7cad4ea7f00",
      "parents": [
        "e4cff6ac78e9c3bbb90c0e01b20418eeae0c6b52"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Tue Apr 11 12:54:45 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:38:57 2006 -0700"
      },
      "message": "[PATCH] i386: Remove bogus special case code from AMD core parsing\n\nIt\u0027s not actually needed and would break non power of two number\nof cores.\n\nFollows similar earlier x86-64 patch.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "97a4d00388db4f0bfa37425b31d7d9751ea649db",
      "tree": "3713eb2e7e69461108899b799b8030ae30cb2c14",
      "parents": [
        "0fcd270901f731342df64816f277ae7adbd67130"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Tue Apr 11 12:54:39 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:38:57 2006 -0700"
      },
      "message": "[PATCH] x86_64: Remove check for canonical RIP\n\nAs pointed out by Linus it is useless now because entry.S should\nhandle it correctly in all cases.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0fcd270901f731342df64816f277ae7adbd67130",
      "tree": "44dc15a768c5bcac8678dab19c537ba6a6e8a7d6",
      "parents": [
        "88dd9c16cecbd105bbe7711b6120333f6f7b5474"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Tue Apr 11 12:54:36 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:38:57 2006 -0700"
      },
      "message": "[PATCH] x86-64/i386: Don\u0027t process APICs/IO-APICs in ACPI when APIC is disabled.\n\nWhen nolapic was passed or the local APIC was disabled\nfor another reason ACPI would still parse the IO-APICs\nuntil these were explicitely disabled with noapic.\n\nUsually this resulted in a non booting configuration unless\n\"nolapic noapic\" was used.\n\nI also disabled the local APIC parsing in this case, although\nthat\u0027s only cosmetic (suppresses a few printks)\n\nThis hopefully makes nolapic work in all cases.\n\nCc: Len Brown \u003clen.brown@intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "89ec4c238e7a3d7e660291f3f1a8181381baad77",
      "tree": "8ba2ab49cea71cfff21ee7a56717f83746cb8d0c",
      "parents": [
        "ac50ab3e45436900b5d73edd0c6b0744af560535"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Apr 10 22:55:48 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:54 2006 -0700"
      },
      "message": "[PATCH] vesafb: Fix incorrect logo colors in x86_64\n\nBugzilla Bug 6299:\n\nA pixel size of 8 bits produces wrong logo colors in x86_64.\n\nThe driver has 2 methods for setting the color map, using the protected\nmode interface provided by the video BIOS and directly writing to the VGA\nregisters.  The former is not supported in x86_64 and the latter is enabled\nonly in i386.\n\nFix by enabling the latter method in x86_64 only if supported by the BIOS.\nIf both methods are unsupported, change the visual of vesafb to\nSTATIC_PSEUDOCOLOR.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "894b5779ceeabdce139068310e58bcf51ed9bb22",
      "tree": "a5235a777d109a22a3867a8e31e2dcf40fb21bc0",
      "parents": [
        "c80d79d746cc48bd94b0ce4f6d4f3c90cd403aaf"
      ],
      "author": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Mon Apr 10 22:53:56 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:40 2006 -0700"
      },
      "message": "[PATCH] No arch-specific strpbrk implementations\n\nWhile cleaning up parisc_ksyms.c earlier, I noticed that strpbrk wasn\u0027t\nbeing exported from lib/string.c.  Investigating further, I noticed a\nchangeset that removed its export and added it to _ksyms.c on a few more\narchitectures.  The justification was that \"other arches do it.\"\n\nI think this is wrong, since no architecture currently defines\n__HAVE_ARCH_STRPBRK, there\u0027s no reason for any of them to be exporting it\nthemselves.  Therefore, consolidate the export to lib/string.c.\n\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c80d79d746cc48bd94b0ce4f6d4f3c90cd403aaf",
      "tree": "5aa8d1590d95f8fd820ad797fe03a063b592e9bf",
      "parents": [
        "653edba1a8b2ed018bdfb078131324dfbfe1dd6a"
      ],
      "author": {
        "name": "Yasunori Goto",
        "email": "y-goto@jp.fujitsu.com",
        "time": "Mon Apr 10 22:53:53 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:39 2006 -0700"
      },
      "message": "[PATCH] Configurable NODES_SHIFT\n\nCurrent implementations define NODES_SHIFT in include/asm-xxx/numnodes.h for\neach arch.  Its definition is sometimes configurable.  Indeed, ia64 defines 5\nNODES_SHIFT values in the current git tree.  But it looks a bit messy.\n\nSGI-SN2(ia64) system requires 1024 nodes, and the number of nodes already has\nbeen changeable by config.  Suitable node\u0027s number may be changed in the\nfuture even if it is other architecture.  So, I wrote configurable node\u0027s\nnumber.\n\nThis patch set defines just default value for each arch which needs multi\nnodes except ia64.  But, it is easy to change to configurable if necessary.\n\nOn ia64 the number of nodes can be already configured in generic ia64 and SN2\nconfig.  But, NODES_SHIFT is defined for DIG64 and HP\u0027S machine too.  So, I\nchanged it so that all platforms can be configured via CONFIG_NODES_SHIFT.  It\nwould be simpler.\n\nSee also: http://marc.theaimsgroup.com/?l\u003dlinux-kernel\u0026m\u003d114358010523896\u0026w\u003d2\n\nSigned-off-by: Yasunori Goto \u003cy-goto@jp.fujitsu.com\u003e\nCc: Hirokazu Takata \u003ctakata@linux-m32r.org\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nCc: Andi Kleen \u003cak@muc.de\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Ivan Kokshaysky \u003cink@jurassic.park.msu.ru\u003e\nCc: Richard Henderson \u003crth@twiddle.net\u003e\nCc: Kyle McMartin \u003ckyle@mcmartin.ca\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e\nCc: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b068b43ba4a2aa576f8c0db3dc59ba529d8a6cdd",
      "tree": "ffe5da0a2057ec8f3417fe8e27b76a9d60d756db",
      "parents": [
        "f976069a3a4f9f79ef816223cccb1efa5c4f51ed"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Mon Apr 10 22:53:50 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:39 2006 -0700"
      },
      "message": "[PATCH] arch/s390/Makefile: remove -finline-limit\u003d10000\n\n-finline-limit might have been required for older compilers, but nowadays\nit does no longer make sense.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nCc: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bdc7f159096856dac570e2659d6381841e0aaa78",
      "tree": "29675130d0a984a09d2180f97a3c34bd58a1ff02",
      "parents": [
        "52c7378236103ce5fbfb7b3e6ac46aa9de9f970d"
      ],
      "author": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Mon Apr 10 22:53:42 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:37 2006 -0700"
      },
      "message": "[PATCH] s390: update default configuration\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "52c7378236103ce5fbfb7b3e6ac46aa9de9f970d",
      "tree": "7b61a8c0521395b2c32507816625d92ac4ff3363",
      "parents": [
        "40dbb8676ed0d4c7a40596c7ef8c1c7acde9d972"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:41 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:37 2006 -0700"
      },
      "message": "[PATCH] uml: avoid warnings for diffent names for an unsigned quadword\n\nSince on some 64-bit systems __u64 is rightfully defined to unsigned long and\nGCC recognizes anyway unsigned long and unsigned long long as different, fix\nsome types back to being unsigned long long to avoid warnings and errors (for\nprototype mismatch) on those systems.\n\nThanks to the report by Wesley Emeneker wesleyemeneker (at) google (dot) com\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "40dbb8676ed0d4c7a40596c7ef8c1c7acde9d972",
      "tree": "bf8d97f2d29b64b5c339f1f4d19a803810904035",
      "parents": [
        "dbdb4c06b73599dc162b2cad1af304b498baa107"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:40 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:37 2006 -0700"
      },
      "message": "[PATCH] uml: fix parallel make early failure on clean tree\n\nParallel make failed once for me - fix this by adding the appropriate command\n(mkdir before creating a link in that dir).\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nAcked-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dbdb4c06b73599dc162b2cad1af304b498baa107",
      "tree": "ec1c761806b6872798001fe9cb0edf306cab592d",
      "parents": [
        "87276f721a9407a4a152b09265dc079f37674672"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:39 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:37 2006 -0700"
      },
      "message": "[PATCH] uml: local_irq_save, not local_save_flags\n\nThe call to local_save_flags seems bogus since it is followed by\nlocal_irq_restore, and it\u0027s intended to lock the list from concurrent\nmconsole_interrupt invocations.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "87276f721a9407a4a152b09265dc079f37674672",
      "tree": "5034e88d6ee2769e76374494d5dec19234c8e09e",
      "parents": [
        "d84a19ce52a7b01dc7318ea3a8223dfe44cccb6f"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:39 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:37 2006 -0700"
      },
      "message": "[PATCH] uml: fix big stack user\n\nSwitch this proc from storing 4k of data (a whole path) on the stack to\nkeeping it on the heap.\n\nMaybe it\u0027s not called in process context but only in early boot context (where\nin UML you have a normal process stack on the host) but just to be safe, fix\nit.\n\nWhile at it some little readability simplifications.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d84a19ce52a7b01dc7318ea3a8223dfe44cccb6f",
      "tree": "a3ad05cee1888b44605ec9b1e02f2f0a8b31035f",
      "parents": [
        "b1c332c9e813cbee6ca77c3a66ee4d312eb96770"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:38 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:36 2006 -0700"
      },
      "message": "[PATCH] uml: fix failure path after conversion\n\nLittle fix for error paths in this code.\n\n- Some bug come from conversion to os-Linux (open() doesn\u0027t follow the\n  kernel -errno return convention, while the old code called os_open_file()\n  which followed it).  This caused the wrong return code to be printed.\n\n- Then be more precise about what happened and do some whitespace fixes.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b1c332c9e813cbee6ca77c3a66ee4d312eb96770",
      "tree": "8ce0329e77d6c293b0c15ef1d163a81cb1e1a950",
      "parents": [
        "e6fb54abb8a36703f54b7e27a756a3df6667c37b"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:37 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:36 2006 -0700"
      },
      "message": "[PATCH] uml: fix hang on run_helper() failure on uml_net\n\nFix an hang on a pipe when run_helper() fails when called by change_tramp()\n(i.e.  when calling uml_net) - reproduced the bug and verified this fixes it.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e6fb54abb8a36703f54b7e27a756a3df6667c37b",
      "tree": "282b65f740c069949d487aa8cdab82cb3f1742de",
      "parents": [
        "ccea15f45eb0ab12d658f88b5d4be005cb2bb1a7"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:36 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:36 2006 -0700"
      },
      "message": "[PATCH] uml: move outside spinlock call not needing it\n\nMove a call to kfree on a local variable out of a spinlock - there\u0027s no need\nto have it in.  Done on a just merged patch.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ccea15f45eb0ab12d658f88b5d4be005cb2bb1a7",
      "tree": "38cc0f0591a39eb918772b5c296d15783d62095b",
      "parents": [
        "f53389d8af6a73034e40eace6034622c03ed707b"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:35 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:36 2006 -0700"
      },
      "message": "[PATCH] uml: support sparse for userspace files\n\nMake sparse checker work for userspace files - it normally gets -nostdinc\nseparately, so avoid having it for userspace files.  Also, add -D$(SUBARCH)\nfor multiarch hosts (i.e.  AMD64 with compatibility headers).\n\nIt works, the only problem is a bit of bogus warnings for system headers, but\nthey\u0027re not too many.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f53389d8af6a73034e40eace6034622c03ed707b",
      "tree": "14c2493010ccba0107c95e317ecd3eeedcdfe7f7",
      "parents": [
        "5b0e94787f1b8fdcd370fc6303579d171b941080"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:34 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:36 2006 -0700"
      },
      "message": "[PATCH] uml: fix critical typo for TT mode\n\nNoticed this for a compilation-time warning, so I\u0027m fixing it even for TT mode\n- this is not put_user, but copy_to_user, so we need a pointer to sp, not sp\nitself (we\u0027re trying to write the word pointed to by the \"sp\" var.).\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5b0e94787f1b8fdcd370fc6303579d171b941080",
      "tree": "037465ee69e0eb405982e04afe127bdcedfb90a6",
      "parents": [
        "7c45ad16f0b64f5fdc64cb0e86aa548d7f4d60c1"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:34 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:36 2006 -0700"
      },
      "message": "[PATCH] uml: fix \"extern-vs-static\" proto conflict in TLS code\n\nMove the prototype from arch-generic to arch-specific includes because on\nx86_64 these functions are two static inlines.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7c45ad16f0b64f5fdc64cb0e86aa548d7f4d60c1",
      "tree": "9ffef0d24701f3ee62fca30e983404b3a5db1a9f",
      "parents": [
        "802e307795c9cf57e91389d65cb87bfe6d03a89e"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:33 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:36 2006 -0700"
      },
      "message": "[PATCH] uml: fix some double export warnings\n\nSome functions are exported twice in current code - remove the excess export.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "802e307795c9cf57e91389d65cb87bfe6d03a89e",
      "tree": "bf57760f57554f684f979b9413f506498fd15c49",
      "parents": [
        "9cf85b3af2dbef8d4af4604d5eaf8ca090475b7a"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:32 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:36 2006 -0700"
      },
      "message": "[PATCH] uml: fix format errors\n\nNow that GCC warns about format errors, fix them.  Nothing able to cause a\ncrash, however.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9cf85b3af2dbef8d4af4604d5eaf8ca090475b7a",
      "tree": "16941ac9a94b3b3c42d8d6ed96b4e96075581ae1",
      "parents": [
        "6dad2d3faac21d487ffd1d15268b1802feeb3e72"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:31 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:35 2006 -0700"
      },
      "message": "[PATCH] uml: request format warnings to GCC for appropriate functions\n\nAdd the format attribute to prototypes so GCC warns about improper usage.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6dad2d3faac21d487ffd1d15268b1802feeb3e72",
      "tree": "617f14deb02c1ab8911c630df0c990a55a67721f",
      "parents": [
        "f2ea394082c5d1682e6a131c5981085b8752c6e9"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:31 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:35 2006 -0700"
      },
      "message": "[PATCH] uml: fix 2 harmless cast warnings for 64-bit\n\nFix two harmless warnings in 64-bit compilation (the 2nd doesn\u0027t trigger for\nnow because of a missing __attribute((format)) for cow_printf, but next\npatches fix that).\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f2ea394082c5d1682e6a131c5981085b8752c6e9",
      "tree": "b7789cee4e6484d5063a28a59dcf320ee4676017",
      "parents": [
        "cda402b283c34a24b091f78eee116963e9494762"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:30 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:35 2006 -0700"
      },
      "message": "[PATCH] uml: safe migration path to the correct V3 COW format\n\n- Correct the layout of all header versions - make all them well-specified\n  for any external event.  As we don\u0027t have 1-byte or 2-byte wide fields, the\n  32-bit layout (historical one) has no extra padding, so we can safely add\n  __attribute__((packed)).\n\n- Add detection and reading of the broken 64-bit COW format which has been\n  around for a while - to allow safe migration to the correct 32-bit format.\n  Safe detection is possible, thanks to some luck with the existing format,\n  and it works in practice.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cda402b283c34a24b091f78eee116963e9494762",
      "tree": "a79d720e9ad5fe65b3488f10dfbaaa24cb0b9162",
      "parents": [
        "60baa1583959e8b15e2823ef9e1cc00fd7ea929c"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Mon Apr 10 22:53:29 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:35 2006 -0700"
      },
      "message": "[PATCH] uml: make 64-bit COW files compatible with 32-bit ones\n\nThis is the minimal fix to make 64-bit UML binaries create 32-bit compatible\nCOW files and read them.  I\u0027ve indeed tested that current code doesn\u0027t do this\n- the code gets SIGFPE for a division by a value read at the wrong place,\nwhere 0 is found.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "60baa1583959e8b15e2823ef9e1cc00fd7ea929c",
      "tree": "2d46837ed217d829e87f5d963b8d2a5205b24ae2",
      "parents": [
        "7b04d7170e9af805cac19f97b28fff10db897893"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@addtoit.com",
        "time": "Mon Apr 10 22:53:28 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:35 2006 -0700"
      },
      "message": "[PATCH] uml: memory hotplug cleanups\n\nChange memory hotplug to use GFP_NOWAIT instead of GFP_ATOMIC, so that it\nwill grab memory without sleeping, but doesn\u0027t try to use the emergency\npools.\n\nA small list initialization suggested by Daniel Phillips - don\u0027t initialize\nlists which are just about to be list_add-ed.\n\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a5d2f46a97cf8e23f5da17dec50a972642ac409f",
      "tree": "21f822fd8ed87de6c8dcc49fc9236a32a76dd5fc",
      "parents": [
        "73830056f56afe4b7d418debbf9ecb64e3d9b0ae"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@addtoit.com",
        "time": "Mon Apr 10 22:53:26 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:35 2006 -0700"
      },
      "message": "[PATCH] UML: TLS fixlets\n\nTwo small TLS fixes -\n\narch/um/os-Linux/sys-i386/tls.c uses errno and -E* so it should include\n    errno.h\n__setup_host_supports_tls returns 1, but as an initcall, it should return 0\n\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "73830056f56afe4b7d418debbf9ecb64e3d9b0ae",
      "tree": "8e5a4b3c88d94f298836ff0bc2bb77ae6b60ed89",
      "parents": [
        "bad7af550e90ab82e74024357438d77b561e1b5f"
      ],
      "author": {
        "name": "Hirokazu Takata",
        "email": "takata@linux-m32r.org",
        "time": "Mon Apr 10 22:53:25 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:35 2006 -0700"
      },
      "message": "[PATCH] m32r: Remove symbols exported twice\n\nRemove multi-exported symbols from arch/m32r/kernel/m32r_ksyms.c.\n\nWARNING: vmlinux: \u0027enable_irq\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027disable_irq\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027disable_irq_nosync\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027synchronize_irq\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027memchr\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027strstr\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027memscan\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027memcmp\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027memmove\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027strnlen\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027strchr\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027strncmp\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027strcmp\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027strncat\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027strcat\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027strncpy\u0027 exported twice. Previous export was in vmlinux\nWARNING: vmlinux: \u0027strcpy\u0027 exported twice. Previous export was in vmlinux\n\nSigned-off-by: Hirokazu Takata \u003ctakata@linux-m32r.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "04dfd0de4ec04aaf7d9d42439c972c642a15a75c",
      "tree": "26f093671aee900dadc7458f774eb9eb9e209b78",
      "parents": [
        "7c1c4e541888947947bc46a18a9a5543a259ed62"
      ],
      "author": {
        "name": "Hirokazu Takata",
        "email": "takata@linux-m32r.org",
        "time": "Mon Apr 10 22:53:20 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:34 2006 -0700"
      },
      "message": "[PATCH] m32r: security fix of {get,put}_user macros\n\nUpdate {get,put}_user macros for m32r kernel.\n- Modify get_user to use __get_user_asm macro, instead of __get_user_x macro.\n- Remove arch/m32r/lib/{get,put}user.S.\n- Some cosmetic updates.\n\nI would like to thank NIIBE Yutaka for his reporting about the m32r kernel\u0027s\nsecurity problem in {get,put}_user macros.\n\nThere were no address checking for user space access in {get,put}_user macros.\n ;-)\n\nSigned-off-by: Hirokazu Takata \u003ctakata@linux-m32r.org\u003e\nCc: NIIBE Yutaka \u003cgniibe@fsij.org\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7c1c4e541888947947bc46a18a9a5543a259ed62",
      "tree": "b2484781dd89aea63fb0e66702f0ec1b9ad491c0",
      "parents": [
        "917b1f78a9871a1985004df09ed1eb2e0dc3bf4f"
      ],
      "author": {
        "name": "Hirokazu Takata",
        "email": "takata@linux-m32r.org",
        "time": "Mon Apr 10 22:53:18 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:34 2006 -0700"
      },
      "message": "[PATCH] m32r: Fix cpu_possible_map and cpu_present_map initialization for SMP kernel\n\nThis patch fixes a boot problem of the m32r SMP kernel 2.6.16-rc1-mm3 or\nlater.\n\nIn this patch, cpu_possible_map is statically initialized, and cpu_present_map\nis also copied from cpu_possible_map in smp_prepare_cpus(), because the m32r\narchitecture has not supported CPU hotplug yet.\n\nSigned-off-by: Hayato Fujiwara \u003cfujiwara.hayato@renesas.com\u003e\nSigned-off-by: Hirokazu Takata \u003ctakata@linux-m32r.org\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "917b1f78a9871a1985004df09ed1eb2e0dc3bf4f",
      "tree": "fad71a349195be55c35d026c24422678c1b73e6e",
      "parents": [
        "1c08ca89b07eeca241fcf1ec297d3ef173a999a9"
      ],
      "author": {
        "name": "Brian Uhrain says",
        "email": "buhrain@rosettastone.com",
        "time": "Mon Apr 10 22:53:16 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:34 2006 -0700"
      },
      "message": "[PATCH] alpha: SMP boot fixes\n\nI\u0027ve encountered two problems with 2.6.16 and newer kernels on my API CS20\n(dual 833MHz Alpha 21264b processors).  The first is the kernel OOPSing\nbecause of a NULL pointer dereference while trying to populate SysFS with the\nCPU information.  The other is that only one processor was being brought up.\nI\u0027ve included a small Alpha-specific patch that fixes both problems.\n\nThe first problem was caused by the CPUs never being properly registered using\nregister_cpu(), the way it\u0027s done on other architectures.\n\nThe second problem has to do with the removal of hwrpb_cpu_present_mask in\narch/alpha/kernel/smp.c.  In setup_smp() in the 2.6.15 kernel sources,\nhwrpb_cpu_present_mask has a bit set for each processor that is probed, and\nafterwards cpu_present_mask is set to the cpumask for the boot CPU.  In the\nsame function of the same file in the 2.6.16 sources, instead of\nhwrpb_cpu_present_mask being set, cpu_possible_map is updated for each probed\nCPU.  cpu_present_mask is still set to the cpumask of the boot CPU afterwards.\n The problem lies in include/asm-alpha/smp.h, where cpu_possible_map is\n#define\u0027d to be cpu_present_mask.\n\nCleanups from: Ivan Kokshaysky \u003cink@jurassic.park.msu.ru\u003e\n\n - cpu_present_mask and cpu_possible_map are essentially the same thing\n   on alpha, as it doesn\u0027t support CPU hotplug;\n - allocate \"struct cpu\" only for present CPUs, like sparc64 does.\n   Static array of \"struct cpu\" is just a waste of memory.\n\nSigned-off-by: Brian Uhrain \u003cbuhrain@rosettastone.com\u003e\nCc: Richard Henderson \u003crth@twiddle.net\u003e\nCc: Ivan Kokshaysky \u003cink@jurassic.park.msu.ru\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1c08ca89b07eeca241fcf1ec297d3ef173a999a9",
      "tree": "c88c0920be1637b837f24dfc859e5c248eb6ca2d",
      "parents": [
        "edd711f3810f46787593fb79eda9a9fbb82cbb62"
      ],
      "author": {
        "name": "Jordan Crouse",
        "email": "jordan.crouse@amd.com",
        "time": "Mon Apr 10 22:53:15 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:34 2006 -0700"
      },
      "message": "[PATCH] Enable TSC for AMD Geode GX/LX\n\nGeode GX/LX should enable X86_TSC.   Pointed out by Adrian Bunk.\n\nSigned-off-by: Jordan Crouse \u003cjordan.crouse@amd.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "edd711f3810f46787593fb79eda9a9fbb82cbb62",
      "tree": "107d1003ca8c0416d81b39f110c196a736f81baa",
      "parents": [
        "dc8cbaed57f773a2b3cee40c15ec4f1e17b08046"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Mon Apr 10 22:53:14 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:34 2006 -0700"
      },
      "message": "[PATCH] i386: move SMP option above subarch selection\n\nSince several subarchs depend on SMP, the SMP option should be above the\nsubarch selection.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c0ec31ad334fb83e53f2130eacbb44a639f77967",
      "tree": "449070f25aa346dab179325d4eafc305bb6557b8",
      "parents": [
        "e39632faa0efbddc3aed4f8658f2fa0a8afa2717"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Mon Apr 10 22:53:13 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:34 2006 -0700"
      },
      "message": "[PATCH] mpparse: prevent table index out-of-bounds\n\nJohn Z. Bohach \u003cjzb@aexorsyst.com\u003e found this bug:\n\n  If the board has more than 32 PCI busses on it, the mptable bus array will\n  overwrite its bounds for the PCI busses, and stomp on anything that\u0027s after\n  it.\n\nPrevent possible table overflow and unknown data corruption.  Code is in an\n__init section so it will be discarded after init.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e39632faa0efbddc3aed4f8658f2fa0a8afa2717",
      "tree": "fa9e6cd489a698ca713c4690a0007a58f18bc9e2",
      "parents": [
        "7bee5c0fd2b25d185650cbfa049823e03f648c09"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Mon Apr 10 22:53:12 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:33 2006 -0700"
      },
      "message": "[PATCH] menu: relocate DOUBLEFAULT option\n\nMove the DOUBLEFAULT option from the top-level menu to the EMBEDDED menu.\nOnly applicable to X86_32.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7bee5c0fd2b25d185650cbfa049823e03f648c09",
      "tree": "f0937f3d2ce67cee54ad8a81d7a6628e21d8e955",
      "parents": [
        "6cf272acd59e4e7a17b969adcdf413e15754bfe4"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Mon Apr 10 22:53:11 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:33 2006 -0700"
      },
      "message": "[PATCH] i386: print EIP/ESP last\n\nPrint summary registers (EIP and SS:ESP only) as last death info.  This\nmakes this important data visible in case it had scrolled off the top of\nthe display.  Similar to what x86_64 does.  Suggested by Andi Kleen.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6cf272acd59e4e7a17b969adcdf413e15754bfe4",
      "tree": "270c777ea40d4a00ee3178be088419fb9bb2361e",
      "parents": [
        "3016b421534e2fa8a5eede1c12a3eba6164822f4"
      ],
      "author": {
        "name": "Ashok Raj",
        "email": "ashok.raj@intel.com",
        "time": "Mon Apr 10 22:53:07 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:33 2006 -0700"
      },
      "message": "[PATCH] swsusp: don\u0027t require bigsmp\n\nSwitching to automatic bigsmp causes a misleading error message, that more\nthen 8 cpus are detected, and user needs to select either X86_GENERICARCH\nor X86_BIGSMP to handle.\n\nReason is we switched to bigsmp to avoid IP race when new cpu is comming\nup.  [bigsmp is nothing but using physical flat mode that can work for 1 ..\n 255 cpus] [default is X86_PC, that uses logical flat mode up to 8 CPUs\nmax] Current x86_64 code uses bigsmp as default when hotplug is enabled.\n\nIt would be preferable to make bigsmp as default, and work the dependencies\nof other related code like SMP_SUSPEND, and some related to memory hotplug\ncode for i386.\n\nCurrent logical flat mode doesnt use shortcuts that cause the race by using\nthe send_IPI_mask() instead of shortcuts when HOTPLUG_CPU is enabled.\n\nIn the meantime this patch is the path of lease resistance.\n\nWe will switch to bigsmp default sometime soon, when we get to work it again.\n\nSigned-off-by: Ashok Raj \u003cashok.raj@intel.com\u003e\nCc: Pavel Machek \u003cpavel@ucw.cz\u003e\nCc: \"Rafael J. Wysocki\" \u003crjw@sisk.pl\u003e\nCc: Nigel Cunningham \u003cnigel@suspend2.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3016b421534e2fa8a5eede1c12a3eba6164822f4",
      "tree": "136bf93a1c24f6d4ed46ce6c54ddd4ba5d56a8ae",
      "parents": [
        "21a26d49d1ab3163b589bf913dd9176e921eb1d7"
      ],
      "author": {
        "name": "Hyok S. Choi",
        "email": "hyok.choi@samsung.com",
        "time": "Mon Apr 10 22:53:06 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:33 2006 -0700"
      },
      "message": "[PATCH] frv: define MMU mode specific syscalls as \u0027cond_syscall\u0027 and clean up unneeded macros\n\nFor some architectures, a few syscalls are not linked in noMMU mode.  In\nthat case, the MMU depending syscalls are needed to be defined as\n\u0027cond_syscall\u0027.  For example, ARM architecture selectively links sys_mlock\nby the mode configuration.\n\nIn case of FRV, it has been managed by #ifdef CONFIG_MMU macro in\narch/frv/kernel/entry.S.  However these conditional macros are just\nduplicates if they were defined as cond_syscall.  Compilation test is done\nwith FRV toolchains for both of MMU and noMMU mode.\n\nSigned-off-by: Hyok S. Choi \u003chyok.choi@samsung.com\u003e\nCc: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a283a52520569195c2d26d75455cddab758f530b",
      "tree": "3ea10360b06dad909dc5b9e48b7236bcf23f3fab",
      "parents": [
        "fff8efe7b71efd88829782be64dc42c25c70ad53"
      ],
      "author": {
        "name": "KAMEZAWA Hiroyuki",
        "email": "kamezawa.hiroyu@jp.fujitsu.com",
        "time": "Mon Apr 10 22:52:52 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:31 2006 -0700"
      },
      "message": "[PATCH] for_each_possible_cpu: sparc64\n\nfor_each_cpu() actually iterates across all possible CPUs.  We\u0027ve had mistakes\nin the past where people were using for_each_cpu() where they should have been\niterating across only online or present CPUs.  This is inefficient and\npossibly buggy.\n\nWe\u0027re renaming for_each_cpu() to for_each_possible_cpu() to avoid this in the\nfuture.\n\nThis patch replaces for_each_cpu with for_each_possible_cpu.\nfor sparc64.\n\nSigned-off-by: KAMEZAWA Hiroyuki \u003ckamezawa.hiroyu@jp.fujitsu.com\u003e\nAcked-by: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fff8efe7b71efd88829782be64dc42c25c70ad53",
      "tree": "3cf82543f8b2194b9eb6bbf1a9da12753c8da351",
      "parents": [
        "6f912042256c12b0927438122594f5379b364f5d"
      ],
      "author": {
        "name": "KAMEZAWA Hiroyuki",
        "email": "kamezawa.hiroyu@jp.fujitsu.com",
        "time": "Mon Apr 10 22:52:51 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:31 2006 -0700"
      },
      "message": "[PATCH] for_each_possible_cpu: sparc\n\nfor_each_cpu() actually iterates across all possible CPUs.  We\u0027ve had mistakes\nin the past where people were using for_each_cpu() where they should have been\niterating across only online or present CPUs.  This is inefficient and\npossibly buggy.\n\nWe\u0027re renaming for_each_cpu() to for_each_possible_cpu() to avoid this in the\nfuture.\n\nThis patch replaces for_each_cpu with for_each_possible_cpu.\n\nSigned-off-by: KAMEZAWA Hiroyuki \u003ckamezawa.hiroyu@jp.fujitsu.com\u003e\nAcked-by: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dd7ba3b8b15f9c65366986d723ae83254d8d78b7",
      "tree": "fd7ec09ddeb6fbfc8549a71f66d86792e4add5da",
      "parents": [
        "6f91fe88e4e28b40b4f08d99e0ea6d17b70e9567"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Mon Apr 10 22:52:49 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:30 2006 -0700"
      },
      "message": "[PATCH] arch/i386/mach-voyager/voyager_cat.c: named initializers\n\nThis patch switches arch/i386/mach-voyager/voyager_cat.c to using named\ninitializers for struct resource.\n\nBesides a fixing compile error in Greg\u0027s tree, it makes the code more\nreadable.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "30d41bfbfb40bc6615e62eaa17fead79e3083c32",
      "tree": "b570a428b88e5cde113236c9cb208cdc1045ffb3",
      "parents": [
        "e38d557896c4213dd0919770feac0f4a8f60151b",
        "1356c1948da967bc1d4c663762bfe21dfcec4b2f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Apr 10 16:45:24 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Apr 10 16:45:24 2006 -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] 3473/1: Use numbers 0-15 for the VFP double registers\n  [ARM] 3472/1: Use the D variants of FLDMIA/FSTMIA on ARMv6\n  [ARM] 3471/1: FTOSI functions should return 0 for NaN\n  [ARM] 3470/1: Clear the HWCAP bits for the disabled kernel features\n  [ARM] 3469/1: S3C24XX: clkout missing hclk selector\n  [ARM] 3468/1: S3C2410: SMDK common include fix\n  [ARM] 3461/1: ARM: OMAP: Fix clk_get() when using id and name\n  [ARM] 3460/1: ARM: OMAP: Remove unnecessary nop_release()\n  [ARM] 3459/1: ixp23xx: fix debug serial macros for big-endian operation\n  [ARM] Allow decompressor to be built with -ffunction-sections\n  [ARM] Fix SA110/SA1100 cache flushing\n  [ARM] ebsa110: Fix incorrect serial port address\n  [ARM] Fix ebsa110 debug macros\n  [ARM] Move FLUSH_BASE macros to asm/arch/memory.h\n  [ARM] Remove unnecessary extra parens in include/asm-arm/memory.h\n  [ARM] arm\u0027s arch_local_page_offset() fix against 2.6.17-rc1\n"
    },
    {
      "commit": "1356c1948da967bc1d4c663762bfe21dfcec4b2f",
      "tree": "7d7ddbaa5b9b69b53b9079bd7562eb3daf7682c4",
      "parents": [
        "bb54a335ae6d282a4f177c7b35cd149aa9b0b9be"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Mon Apr 10 21:32:46 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Apr 10 21:32:46 2006 +0100"
      },
      "message": "[ARM] 3473/1: Use numbers 0-15 for the VFP double registers\n\nPatch from Catalin Marinas\n\nThis patch changes the double registers numbering to 0-15 from even 0-30,\nin preparation for future VFP extensions. It also fixes the VFP_REG_ZERO\nbug (value 16 actually represents the 8th double register with the original\nnumbering).\n\nThe original mcrr/mrrc on CP10 were generating FMRRS/FMSRR instead of\nFMRRD/FMDRR. The patch changes to CP11 for the correct instructions.\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": "1320a80d1d2587545f39bc0d2dc3adaf390250ef",
      "tree": "95a2af8dca357efe40a70258b70fa1227098098b",
      "parents": [
        "adeff42236aec0601ec979d1a41cd6d9cf5a8c05"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Mon Apr 10 21:32:39 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Apr 10 21:32:39 2006 +0100"
      },
      "message": "[ARM] 3471/1: FTOSI functions should return 0 for NaN\n\nPatch from Catalin Marinas\n\nThe NaN case was dealed with by the \"exponent \u003e\u003d ... + 32\" condition but it\nwas not setting the value \"d\" to 0.\n\nSigned-off-by: Ken\u0027ichi Kuromusha \u003cmusha@aplix.co.jp\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "adeff42236aec0601ec979d1a41cd6d9cf5a8c05",
      "tree": "52691b790e036de0a4f311f6ecef84f66a6796ae",
      "parents": [
        "7359036d5cdb86d14cfeb06d0e5a1d68f85cf8b7"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Mon Apr 10 21:32:35 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Apr 10 21:32:35 2006 +0100"
      },
      "message": "[ARM] 3470/1: Clear the HWCAP bits for the disabled kernel features\n\nPatch from Catalin Marinas\n\nGlibc interprets the HWCAP bits and decides on what features to use.\nHowever, even if the features are present in the hardware, they are not\nalways supported by the kernel and hence the corresponding bits have to be\ncleared from the elf_hwcap variable.\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": "68491d5892defca59ad4f604cace2b1e30889c14",
      "tree": "6d4a023ec88ef043808798b7539de0a9c7fa765a",
      "parents": [
        "aa1d1a0af6022f02fb601508d3feaabafd405299"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Apr 06 20:28:11 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Apr 09 22:56:45 2006 -0700"
      },
      "message": "[SPARC64]: Set ARCH_SELECT_MEMORY_MODEL\n\nOtherwise the build breaks with EXPERIMENTAL disabled\nbecause SPARSEMEM will not get selected properly.  See\nmm/Kconfig for how that works.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "aa1d1a0af6022f02fb601508d3feaabafd405299",
      "tree": "ef472a0c4df262b26366eb0d25fa2d03c87a444b",
      "parents": [
        "731bbe431f7dbbcbdc5293cfb187a916c375e83b"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Apr 06 16:54:33 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Apr 09 22:56:44 2006 -0700"
      },
      "message": "[SPARC64]: smp_call_function() fixups...\n\n1) Take doc-book function comment from i386 implementation.\n2) cacheline align call_lock, taken from powerpc\n3) Need memory barrier after setting call_data\n4) Remove timeout\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "731bbe431f7dbbcbdc5293cfb187a916c375e83b",
      "tree": "6b4509828caff1cbed7526dcb514146d149e6056",
      "parents": [
        "1608a96e7998bffd10fcb2440e8175cfb703fd95"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Apr 04 16:54:40 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Apr 09 22:56:41 2006 -0700"
      },
      "message": "[SPARC64]: Translate PTRACE_GETEVENTMSG for 32-bit tasks.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1608a96e7998bffd10fcb2440e8175cfb703fd95",
      "tree": "2d14fb37fbfd5ff44654865dc8724b4fe8236903",
      "parents": [
        "955c054f7905e0a9ee4483b03f866f61e6929bec"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Apr 02 19:31:30 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Apr 09 22:56:39 2006 -0700"
      },
      "message": "[SPARC64]: Update defconfig.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "955c054f7905e0a9ee4483b03f866f61e6929bec",
      "tree": "7e3f37f0f6b3c692dec00cc5351d65a3ccf46728",
      "parents": [
        "1759e58ed2684b7a01cbb96864f23d18884f42ba"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Apr 01 23:29:56 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Apr 09 22:56:37 2006 -0700"
      },
      "message": "[SPARC64]: Print out return PC in cheetah_log_errors().\n\nThis makes debugging things a little bit easier.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1759e58ed2684b7a01cbb96864f23d18884f42ba",
      "tree": "e9c876d47c36093c3eb74456cbeb6b2f8cd69dbf",
      "parents": [
        "67644726317a8274be4a3d0ef85b9ccebaa90304"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Apr 01 23:28:10 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Apr 09 22:56:35 2006 -0700"
      },
      "message": "[SPARC64]: Add dummy PTRACE_PEEKUSR for gdb.\n\nGDB uses a PTRACE_PEEKUSR call with offset 0 to see\nif a thread is alive, so provide a success return for\nthis particular special case.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7359036d5cdb86d14cfeb06d0e5a1d68f85cf8b7",
      "tree": "0aa7b2592a39865656b1157af170d28dda98af1d",
      "parents": [
        "13011d08346d9d649119cc6ef519209c6f33f1e8"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Apr 09 22:21:10 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Apr 09 22:21:10 2006 +0100"
      },
      "message": "[ARM] 3469/1: S3C24XX: clkout missing hclk selector\n\nPatch from Ben Dooks\n\nThe clkout0/1 output parent code is missing the\nHCLK option, and does not set clk-\u003eparent field\nafter updating the clock field\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "13011d08346d9d649119cc6ef519209c6f33f1e8",
      "tree": "d27084187252caf496a24b7e5adc6e6cf6384211",
      "parents": [
        "67d4d8352b5a78df422a956657d9be4b860680ab"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Apr 09 22:21:09 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Apr 09 22:21:09 2006 +0100"
      },
      "message": "[ARM] 3468/1: S3C2410: SMDK common include fix\n\nPatch from Ben Dooks\n\ncommon-smdk.c does not include its own header file\ndefining the exported prototypes.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "67d4d8352b5a78df422a956657d9be4b860680ab",
      "tree": "0c94bd81ccb9a1e0313382efc81ffe159d192484",
      "parents": [
        "50e5629aa956c8c82015c90554a9a3fbf54cb404"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Sun Apr 09 22:21:05 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Apr 09 22:21:05 2006 +0100"
      },
      "message": "[ARM] 3461/1: ARM: OMAP: Fix clk_get() when using id and name\n\nPatch from Tony Lindgren\n\nRecent change to use both id and name when available was\nnot necessarily returning the right clock as it also searched\nfor clock name afterwards. This caused MMC to break on H2 and\nH3 boards.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "50e5629aa956c8c82015c90554a9a3fbf54cb404",
      "tree": "30e5c819a15bab4f1c9d3124a8f4390155b0e1ba",
      "parents": [
        "932355797530f5bd4e1355a2c384e9f3ccc3dcbc"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Sun Apr 09 22:21:02 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Apr 09 22:21:02 2006 +0100"
      },
      "message": "[ARM] 3460/1: ARM: OMAP: Remove unnecessary nop_release()\n\nPatch from Tony Lindgren\n\nRemove unnecessary omap_nop_release() as noted by RMK.\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "66004a6ca23f2a2408b32cbe27fda0389fb8f9dc",
      "tree": "7f11359eec8c511e5fcf7340c93f9a84a2bad0e2",
      "parents": [
        "b8feb47f992d314c956add15c1118430120635bb"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 12:14:02 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 12:14:02 2006 -0700"
      },
      "message": "Move request_standard_resources() back to before PCI probing\n\nThis effectively undoes the PCI resource allocation changes done in\ncommit b408cbc704352eccee301e1103b23203ba1c3a0e, but leaves the cleanups\nof that commit in place.\n\nWe\u0027re going back to marking the resources reported by e820 busy _before_\ndoing PCI probing, so that any PCI resource that clashes with the BIOS-\nreported memory map will be reloacted to a non-clashing area.\n\nThe reason? Larry Finger reports that his laptop has the cardbus\ncontroller set up by the BIOS so that it conflicts with the e820 memory\nmap, and needs to be relocated. See\n\n   http://bugzilla.kernel.org/show_bug.cgi?id\u003d6337\n\nfor more details.\n\nWe\u0027ll have to work out how to handle the fbcon problem that caused that\ncommit in the first place in some other way.\n\nCc: Ivan Kokshaysky \u003cink@jurassic.park.msu.ru\u003e\nCc: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nCc: Antonino A. Daplas \u003cadaplas@pol.net\u003e\nCc: \u003cbjk@luxsci.net\u003e\nTested-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b8feb47f992d314c956add15c1118430120635bb",
      "tree": "fa134a28d0696edbe76bb3191ac00969440c7398",
      "parents": [
        "67d53ea5a3d42aadeb1584e757ca4660c0e8a810"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:50:34 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:53 2006 -0700"
      },
      "message": "[PATCH] x86_64: Update 32-bit system call table\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "67d53ea5a3d42aadeb1584e757ca4660c0e8a810",
      "tree": "054906bb672c6faad287ede5b34c53d56afdc629",
      "parents": [
        "bbd3aff89d4b34ef17a748e4c001ecc5b43e3e55"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:50:31 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:53 2006 -0700"
      },
      "message": "[PATCH] x86_64: Eliminate IA32_NR_syscalls define\n\nOr rather compute it based on the table length automatically.\n\nThis also has the intended side effect of not warning for new system calls\nanymore.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bbd3aff89d4b34ef17a748e4c001ecc5b43e3e55",
      "tree": "26e9521b03e9cff515a96774cf3ac67c9b612bce",
      "parents": [
        "97c2803c9c694cafbd9f5e43a25903e0abf25188"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Fri Apr 07 19:50:28 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:53 2006 -0700"
      },
      "message": "[PATCH] x86_64: fix CONFIG_REORDER\n\nFix CONFIG_REORDER.\n\nThe value of cflags-y was assined to CFLAGS before cflags-y was assigned\nthe value used for CONFIG_REORDER.\n\nUse cflags-y for all CFLAGS options in the Makefile to avoid this\nhappening again.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "97c2803c9c694cafbd9f5e43a25903e0abf25188",
      "tree": "e70f35adaae6c95cf5e4557a92ccaa3f827ae2d3",
      "parents": [
        "e48c4729d23a026f3711d5e36add5cce894b4913"
      ],
      "author": {
        "name": "John Blackwood",
        "email": "john.blackwood@ccur.com",
        "time": "Fri Apr 07 19:50:25 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:53 2006 -0700"
      },
      "message": "[PATCH] x86_64: Plug GS leak in arch_prctl()\n\nIn linux-2.6.16, we have noticed a problem where the gs base value\nreturned from an arch_prtcl(ARCH_GET_GS, ...) call will be incorrect if:\n\n   - the current/calling task has NOT set its own gs base yet to a\n     non-zero value,\n\n   - some other task that ran on the same processor previously set their\n     own gs base to a non-zero value.\n\nIn this situation, the ARCH_GET_GS code will read and return the\nMSR_KERNEL_GS_BASE msr register.\n\nHowever, since the __switch_to() code does NOT load/zero the\nMSR_KERNEL_GS_BASE register when the task that is switched IN has a zero\nnext-\u003egs value, the caller of arch_prctl(ARCH_GET_GS, ...) will get back\nthe value of some previous tasks\u0027s gs base value instead of 0.\n\n    Change the arch_prctl() ARCH_GET_GS code to only read and return\n    the MSR_KERNEL_GS_BASE msr register if the \u0027gs\u0027 register of the calling\n    task is non-zero.\n\n    Side note: Since in addition to using arch_prctl(ARCH_SET_GS, ...),\n    a task can also setup a gs base value by using modify_ldt() and write\n    an index value into \u0027gs\u0027 from user space, the patch below reads\n    \u0027gs\u0027 instead of using thread.gs, since in the modify_ldt() case,\n    the thread.gs value will be 0, and incorrect value would be returned\n    (the task-\u003ethread.gs value).\n\n    When the user has not set its own gs base value and the \u0027gs\u0027\n    register is zero, then the MSR_KERNEL_GS_BASE register will not be\n    read and a value of zero will be returned by reading and returning\n    \u0027task-\u003ethread.gs\u0027.\n\n    The first patch shown below is an attempt at implementing this\n    approach.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e48c4729d23a026f3711d5e36add5cce894b4913",
      "tree": "9f5556934bcba4d5ced8f06d0215a7534b3a8bbc",
      "parents": [
        "b20367a6c2a0cd937cb1f0a8cf848f1402fef99c"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:50:21 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:53 2006 -0700"
      },
      "message": "[PATCH] i386: Remove printk about reboot fixups at reboot\n\nPrintk doesn\u0027t have any value\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b20367a6c2a0cd937cb1f0a8cf848f1402fef99c",
      "tree": "8624096baed40f8f89e757b2d170a7b4d1844575",
      "parents": [
        "49c93e84d8b2d602a07c302c7e3cd4fa09095fbb"
      ],
      "author": {
        "name": "Jordan Hargrave",
        "email": "jordan_hargrave@dell.com",
        "time": "Fri Apr 07 19:50:18 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:53 2006 -0700"
      },
      "message": "[PATCH] x86_64: Fix drift with HPET timer enabled\n\nIf the HPET timer is enabled, the clock can drift by ~3 seconds a day.\nThis is due to the HPET timer not being initialized with the correct\nsetting (still using PIT count).\n\nIf HZ changes, this drift can become even more pronounced.\n\nHPET patch initializes tick_nsec with correct tick_nsec settings for\nHPET timer.\n\nVojtech comments:\n\n  \"It\u0027s not entirely correct (it assumes the HPET ticks totally\n   exactly), but it\u0027s significantly better than assuming the PIT error\n   there.\"\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "49c93e84d8b2d602a07c302c7e3cd4fa09095fbb",
      "tree": "a59d0bb7a9f1df9f3187e466e3937ea9ffd83343",
      "parents": [
        "8c30b1a74aed4041f183e183a149b7dfbdc6c20e"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:50:15 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:52 2006 -0700"
      },
      "message": "[PATCH] i386/x86-64: Return defined error value for bad PCI config space accesses\n\nMostly to get better handling when a extended config space\naccess has to fallback to Type1.\n\nCc: gregkh@suse.de\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8c30b1a74aed4041f183e183a149b7dfbdc6c20e",
      "tree": "1476500ffdefa842c632e960196fefdadb04ca04",
      "parents": [
        "e405d067298b2b960bf20318e91ed842157c65bc"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:50:12 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:52 2006 -0700"
      },
      "message": "[PATCH] i386/x86_64: Check if MCFG works for the first 16 busses\n\nPreviously only the first bus would be checked against Type 1.\n\nWhy 16? Checking all would need too much memory and we\ncan assume that systems with more than 16 busses have better than\naverage quality BIOS.\n\nThis is an additional defense against bad MCFG tables.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e405d067298b2b960bf20318e91ed842157c65bc",
      "tree": "edb9bf3a90c70e7b7d490504f7ea695b39aa6a08",
      "parents": [
        "3d34ee6891e274dfb6a22930546d37738cdbe9c4"
      ],
      "author": {
        "name": "Ravikiran G Thirumalai",
        "email": "kiran@scalex86.org",
        "time": "Fri Apr 07 19:50:09 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:52 2006 -0700"
      },
      "message": "[PATCH] x86_64: Fixup read_mostly section on internode cache line size for vSMP\n\nFixup the read mostly section to start at internode cacheline boundary.\n\nSigned-off-by: Ravikiran Thirumalai \u003ckiran@scalex86.org\u003e\nSigned-off-by: Shai Fultheim \u003cshai@scalex86.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3d34ee6891e274dfb6a22930546d37738cdbe9c4",
      "tree": "46b5ea716446d598bfb5680af05aac4aed5c6284",
      "parents": [
        "ac04dcaf6f567307fbeef9c3c1fff35280e53f02"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:50:06 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:52 2006 -0700"
      },
      "message": "[PATCH] x86_64: Don\u0027t return error for HPET initialization in initcall\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ac04dcaf6f567307fbeef9c3c1fff35280e53f02",
      "tree": "0af1ec91c2cfda958e2320aa4030df5c312c91e4",
      "parents": [
        "7bf36bbc5e0c09271f9efe22162f8cc3f8ebd3d2"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:50:03 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:52 2006 -0700"
      },
      "message": "[PATCH] x86_64: Don\u0027t export strlen twice\n\nFix\n\n  WARNING: vmlinux: \u0027strlen\u0027 exported twice. Previous export was in vmlinux\n\nReported by Mats Johannesson\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7bf36bbc5e0c09271f9efe22162f8cc3f8ebd3d2",
      "tree": "9e97e2f5774824f0e2fbff1d4e7c49e9938285f5",
      "parents": [
        "553f265fe883a23502ee351845f09334790f18b8"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:50:00 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:52 2006 -0700"
      },
      "message": "[PATCH] x86_64: When user could have changed RIP always force IRET\n\nIntel EM64T CPUs handle uncanonical return addresses differently\nfrom AMD CPUs.\n\nThe exception is reported in the SYSRET, not the next instruction.\nThis leads to the kernel exception handler running on the user stack\nwith the wrong GS because the kernel didn\u0027t expect exceptions\non this instruction.\n\nThis version of the patch has the teething problems that plagued an earlier\nversion fixed.\n\nThis is CVE-2006-0744\n\nThanks to Ernie Petrides and Asit B. Mallick for analysis and initial\npatches.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "553f265fe883a23502ee351845f09334790f18b8",
      "tree": "1fd60e72d7d5cbed34812eb6763899d2bd37c152",
      "parents": [
        "be56db6186999a8571ae480cf2b929578f6dfd68"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:49:57 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:52 2006 -0700"
      },
      "message": "[PATCH] x86_64: Don\u0027t run NMI watchdog during machine checks\n\nMachine checks can stall the machine for a long time and\nit\u0027s not good to trigger the nmi watchdog during that.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4211a30349e8d2b724cfb4ce2584604f5e59c299",
      "tree": "59fdb0b812156bbff2266cc51b22d9d608898ecf",
      "parents": [
        "d7fa706ce2c29cb751c15ca00f3aa7b223e3c9f0"
      ],
      "author": {
        "name": "Jacob Shin",
        "email": "jacob.shin@amd.com",
        "time": "Fri Apr 07 19:49:51 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:51 2006 -0700"
      },
      "message": "[PATCH] x86_64: Proper null pointer check in powernow_k8_get\n\nThis prevents crashes on dual core system when enough ticks are lost.\n\nReplaces earlier patch by me.\n\nCc: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: Thomas Renninger \u003ctrenn@suse.de\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d7fa706ce2c29cb751c15ca00f3aa7b223e3c9f0",
      "tree": "0e19431741ca192c8c98d6f06edc56e0d4be08db",
      "parents": [
        "95d769aaf47abfc77b600631403ff5af6c990cff"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:49:48 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:51 2006 -0700"
      },
      "message": "[PATCH] x86_64: Revert earlier powernow-k8 change\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "95d769aaf47abfc77b600631403ff5af6c990cff",
      "tree": "738fff854613a086e7c1ad04074fa596b8554760",
      "parents": [
        "d1530d82e02fd96d4634a6d6f6538c8b778c43af"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:49:45 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:51 2006 -0700"
      },
      "message": "[PATCH] i386: Consolidate modern APIC handling\n\nAMD systems have a modern APIC that supports 8 bit IDs, but\ndon\u0027t have a XAPIC version number.  Add a new \"modern_apic\"\nsubfunction that handles this correctly and use it (nearly)\neverywhere where XAPIC is tested for.\n\nI removed one wart: the code specified that external APICs\nwould use an 8bit APIC ID. But I checked a real 82093 data sheet\nand it says clearly that they only use 4bit. So I removed\nthis special case since it would a bit awkward to implement now.\n\nI removed the valid APIC tests in mptable parsing completely. On any modern\nsystem they only check against the full field width (8bit) anyways\nand are no-ops. This also fixes them doing the wrong thing\non \u003e8 core Opterons.\n\nThis makes i386 boot again on 16 core Opterons.\n\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d1530d82e02fd96d4634a6d6f6538c8b778c43af",
      "tree": "f825ae536b1ee15208b0917de54e42e528b59be6",
      "parents": [
        "d3b6a349d233aecf2c52f7f4c150ca09f684f2d8"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:49:42 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:51 2006 -0700"
      },
      "message": "[PATCH] x86_64: Clear APIC feature bit when local APIC is disabled\n\nNeeded for other checks later in ACPI.\n\nPointed out by Len Brown\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d3b6a349d233aecf2c52f7f4c150ca09f684f2d8",
      "tree": "3ab86b3ffc1dbe2eaa69c5bb041644975df60da7",
      "parents": [
        "ec0f08eeea6ac1d8c925f47e3677e4c985fd8f63"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:49:39 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:51 2006 -0700"
      },
      "message": "[PATCH] x86-64/i386: Don\u0027t process APICs/IO-APICs in ACPI when APIC is disabled.\n\nWhen nolapic was passed or the local APIC was disabled\nfor another reason ACPI would still parse the IO-APICs\nuntil these were explicitely disabled with noapic.\n\nUsually this resulted in a non booting configuration unless\n\"nolapic noapic\" was used.\n\nI also disabled the local APIC parsing in this case, although\nthat\u0027s only cosmetic (suppresses a few printks)\n\nThis hopefully makes nolapic work in all cases.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ec0f08eeea6ac1d8c925f47e3677e4c985fd8f63",
      "tree": "053ede4e6c6648dc8d927a2ad17ef5e03069b3a2",
      "parents": [
        "fa47dd0ba303599f8adf8d8336ed2fb74efc47c5"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:49:36 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:51 2006 -0700"
      },
      "message": "[PATCH] x86_64: Don\u0027t sanity check Type 1 PCI bus access on newer systems\n\nHorus systems don\u0027t have anything on bus 0 which makes\nthe Type 1 sanity checks fail.  Use the DMI BIOS year to\ncheck for newer systems and always assume Type 1 works on them.\nI used 2001 as an pretty arbitary cutoff year.\n\nCc: gregkh@suse.de\nCc: Navin Boppuri \u003cnavin.boppuri@newisys.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fa47dd0ba303599f8adf8d8336ed2fb74efc47c5",
      "tree": "5aad31f503964dafb047f15bf327e99e5ddbd5c7",
      "parents": [
        "946f2ee5c7312e8acac4f3ab6629e7e2d36a3646"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:49:33 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:51 2006 -0700"
      },
      "message": "[PATCH] x86_64: Fix compilation with CONFIG_PCI\u003dn / allnoconfig\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "946f2ee5c7312e8acac4f3ab6629e7e2d36a3646",
      "tree": "0821a2f3f59a089b73d33f64f59331460e20355a",
      "parents": [
        "952223683ec989e86328c24808fdb962c4dbeb0a"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@linux.intel.com",
        "time": "Fri Apr 07 19:49:30 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:51 2006 -0700"
      },
      "message": "[PATCH] i386/x86-64: Check that MCFG points to an e820 reserved area\n\nThis patch introduces a user for the e820_all_mapped function:\n\nThere have been several machines that don\u0027t have a working MMCONFIG,\noften because of a buggy MCFG table in the ACPI bios.  This patch adds a\nsimple sanity check that detects a whole bunch of these cases, and when\nit detects it, linux now boots rather than crash-and-burns.\n\nThe accuracy of this detection can in principle be improved if there was\na \"is this entire range in e820 with THIS attribute\", but no such\nfunction exist and the complexity needed for this is not really worth\nit; this simple check already catches most cases anyway.\n\nSigned-off-by: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "952223683ec989e86328c24808fdb962c4dbeb0a",
      "tree": "0c7473d4469cba883bf880bbaa04900960806742",
      "parents": [
        "eee5a9fa63c97366cdea6ab3aa2ed9e3601812d0"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@linux.intel.com",
        "time": "Fri Apr 07 19:49:27 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:50 2006 -0700"
      },
      "message": "[PATCH] x86_64: Introduce e820_all_mapped\n\nIntroduce a e820_all_mapped() function which checks if the entire range\n\u003cstart,end\u003e is mapped with type.\n\nThis is done by moving the local start variable to the end of each\nknown-good region; if at the end of the function the start address is\nstill before end, there must be a part that\u0027s not of the correct type;\notherwise it\u0027s a good region.\n\nSigned-off-by: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "eee5a9fa63c97366cdea6ab3aa2ed9e3601812d0",
      "tree": "b01876c5417f52173e9ab3d76c124df2042c9f62",
      "parents": [
        "a8062231d80239cf3405982858c02aea21a6066a"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@linux.intel.com",
        "time": "Fri Apr 07 19:49:24 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:17 2006 -0700"
      },
      "message": "[PATCH] x86_64: Rename e820_mapped to e820_any_mapped\n\nRename e820_mapped to e820_any_mapped since it tests if any part of the\nrange is mapped according to the type.\n\nLater steps will introduce e820_all_mapped which will check if the\nentire range is mapped with the type.  Both have their merit.\n\nSigned-off-by: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a8062231d80239cf3405982858c02aea21a6066a",
      "tree": "0576493fa99cda91069fe3b67c19bd024858e69e",
      "parents": [
        "68a3a7feb08f960095072f28ec20f7900793c506"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:49:21 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:16 2006 -0700"
      },
      "message": "[PATCH] x86_64: Handle empty PXMs that only contain hotplug memory\n\nThe node setup code would try to allocate the node metadata in the node\nitself, but that fails if there is no memory in there.\n\nThis can happen with memory hotplug when the hotplug area defines an so\nfar empty node.\n\nNow use bootmem to try to allocate the mem_map in other nodes.\n\nAnd if it fails don\u0027t panic, but just ignore the node.\n\nTo make this work I added a new __alloc_bootmem_nopanic function that\ndoes what its name implies.\n\nTBD should try to use nearby nodes here.  Currently we just use any.\nIt\u0027s hard to do it better because bootmem doesn\u0027t have proper fallback\nlists yet.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "68a3a7feb08f960095072f28ec20f7900793c506",
      "tree": "1d458822fd4414997b6f12ad8a915f785d7e730f",
      "parents": [
        "9d99aaa31f5994d1923c3713ce9144c4c42332e1"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:49:18 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:16 2006 -0700"
      },
      "message": "[PATCH] x86_64: Reserve SRAT hotadd memory on x86-64\n\nFrom: Keith Mannthey, Andi Kleen\n\nImplement memory hotadd without sparsemem. The memory in the SRAT\nhotadd area is just preserved instead and can be activated later.\n\nThere are a few restrictions:\n- Only one continuous hotadd area allowed per node\n\nThe main problem is dealing with the many buggy SRAT tables\nthat are out there. The strategy here is to reject anything\nsuspicious.\n\nOriginally from Keith Mannthey, with several hacks and changes by AK\nand also contributions from Andrew Morton\n\n[ TBD: Problems pointed out by KAMEZAWA Hiroyuki \u003ckamezawa.hiroyu@jp.fujitsu.com\u003e:\n\n 1) Goto\u0027s rebuild_zonelist patch will not work if CONFIG_MEMORY_HOTPLUG\u003dn.\n\n    Rebuilding zonelist is necessary when the system has just memory \u003c\n    4G at boot, and hot add memory \u003e 4G.  because x86_64 has DMA32,\n    ZONE_NORAML is not included into zonelist at boot time if system\n    doesn\u0027t have memory \u003e4G at boot.\n\n    [AK: should just force the higher zones at boot time when SRAT tells us]\n\n 2) zone and node\u0027s spanned_pages and present_pages are not incremented.\n    They should be.\n\n    For example, our server (ia64/Fujitsu PrimeQuest) can equip memory\n    from 4G to 1T(maybe 2T in future), and SRAT will *always* say we have\n    possible 1T +memory.  (Microsoft requires \"write all possible memory\n    in SRAT\") When we reserve memmap for possible 1T memory, Linux will\n    not work well in +minimum 4G configuraion ;)\n\n    [AK: needs limiting to 5-10% of max memory]\n ]\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9d99aaa31f5994d1923c3713ce9144c4c42332e1",
      "tree": "ae608593ca196dd6493cccbdfc1b8dd098e91ee8",
      "parents": [
        "805e8c03c9ea9bdb402a36341e02ec24825d5417"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:49:15 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:16 2006 -0700"
      },
      "message": "[PATCH] x86_64: Support memory hotadd without sparsemem\n\nMemory hotadd doesn\u0027t need SPARSEMEM, but can be handled by just preallocating\nmem_maps. This only needs some untangling of ifdefs to enable the necessary\ncode even without SPARSEMEM.\n\nOriginally from Keith Mannthey, hacked by AK.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "805e8c03c9ea9bdb402a36341e02ec24825d5417",
      "tree": "c7047d0e3b2e72a7885bfce80369c25c89936821",
      "parents": [
        "903fcc608e9f531749024172277dc2fd15d5a587"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:49:12 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:16 2006 -0700"
      },
      "message": "[PATCH] x86_64: Clean up execve path\n\nJust call IRET always, no need for any special cases.\n\nNeeded for the next bug fix.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "903fcc608e9f531749024172277dc2fd15d5a587",
      "tree": "6844416b377a7f4f7aaf29eb53ed140afa47699e",
      "parents": [
        "6246b6128bbe34d0752f119cf7c5111c85fe481d"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Apr 07 19:49:09 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 09 11:53:16 2006 -0700"
      },
      "message": "[PATCH] x86_64: Update defconfig\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c5b8ef62b5df9530c573f00f4106742661425392",
      "tree": "f111f10bc13348d288e5f13f660759b5f43a92ff",
      "parents": [
        "95f3df6bcb89d370c57b7165f55c5a409d011c8e"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Apr 09 19:08:42 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Apr 09 19:08:42 2006 +0100"
      },
      "message": "[ARM] Allow decompressor to be built with -ffunction-sections\n\nArrange for all the text ends up in the right place when\n-ffunction-sections is used.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0ffe984917b9cd6ecc19ffbc06f35869d8c18df8",
      "tree": "49b54ea585dcd657083c8b755726820b002ae75a",
      "parents": [
        "8cab7ccccbdd9fe3cf6b3400d5a88ecb683a5b1b"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "clameter@sgi.com",
        "time": "Tue Mar 28 22:54:38 2006 -0800"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Apr 07 23:08:16 2006 -0700"
      },
      "message": "[IA64] Prefetch mmap_sem in ia64_do_page_fault()\n\nTake a hint from an x86_64 optimization by Arjan van de Ven and use it\nfor ia64.  See a9ba9a3b3897561d01e04cd21433746df46548c0\n\nPrefetch the mmap_sem, which is critical for the performance of the page fault\nhandler.\n\nNote: mm may be NULL but I guess that is safe.\nSee 458f935527372499b714bf4f8e646a68bb0f52e3\n\nSigned-off-by: Christoph Lameter \u003cclameter@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "8cab7ccccbdd9fe3cf6b3400d5a88ecb683a5b1b",
      "tree": "7d847ecf60940f7dae3e12240fc48184e68b87b8",
      "parents": [
        "958b166c00b39ff0b28ad2bbb32624b9f305a4e1"
      ],
      "author": {
        "name": "Keith Owens",
        "email": "kaos@sgi.com",
        "time": "Fri Apr 07 16:34:34 2006 +1000"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Apr 07 23:01:32 2006 -0700"
      },
      "message": "[IA64] Failure to resume after INIT in user space\n\nThe OS INIT handler is loading incorrect values into cr.ifa on exit.\nThis shows up as a hang when resuming after an INIT that is delivered\nwhile a cpu is in user space.  Correct the value loaded into cr.ifa.\n\nSigned-off-by: Keith Owens \u003ckaos@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "958b166c00b39ff0b28ad2bbb32624b9f305a4e1",
      "tree": "9a7d086f44e4fc034f1f91eed945ef4eabc5fa0c",
      "parents": [
        "2db8d99ffdbed7d2beb1bbdefdcd086dda9dee98"
      ],
      "author": {
        "name": "Keith Owens",
        "email": "kaos@sgi.com",
        "time": "Mon Apr 03 15:26:12 2006 +1000"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Apr 07 22:51:51 2006 -0700"
      },
      "message": "[IA64] Pass more data to the MCA/INIT notify_die hooks\n\nThe MCA/INIT handlers maintain important state in the SAL to OS (sos)\narea and in the monarch_cpu flag.  Kernel debuggers (such as KDB) need\nthis data, and may need to adjust the monarch_cpu field so make the\ndata available to the notify_die hooks.  Define two more events for\ncalling the functions on the notify_die chain.\n\nSigned-off-by: Keith Owens \u003ckaos@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "95f3df6bcb89d370c57b7165f55c5a409d011c8e",
      "tree": "9accc55603a6274a281fce6950fbef26f051a2c5",
      "parents": [
        "f1dc24d53e9e91cf795f05751eeb7e220c7c15e1"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Fri Apr 07 13:17:15 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Apr 07 13:23:57 2006 +0100"
      },
      "message": "[ARM] Fix SA110/SA1100 cache flushing\n\nWe had two implementations for flushing the cache, which meant StrongARM\ncaches weren\u0027t being correctly flushed.  Fix this by always using the\nv4wb_flush_kern_cache_all method, rather than duplicating it.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "74d02fb9543ec85b04319b5b50926c78e7f07f3e",
      "tree": "ce98ba7ac0634f939e29ecf50d11382ff2ebec1a",
      "parents": [
        "7d12963757b9170f162f317b7461353c5fb574e8"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Apr 04 21:47:43 2006 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Apr 07 13:22:21 2006 +0100"
      },
      "message": "[ARM] Move FLUSH_BASE macros to asm/arch/memory.h\n\nFLUSH_BASE must be visible to arch/arm/mm/init.c in order for the\nmemory region to be setup.  Move these definitions from\nasm-arm/arch-*/hardware.h into asm-arm/arch-*/memory.h where mm\nstuff can see them.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0681226661754a99de711cda2c2bd12ff9cd2c3b",
      "tree": "60072ae9c9b792ff2abbb00313caa96bfef9aeab",
      "parents": [
        "03fbaca36a85a8c923e30abfb1a9a630bf1c5a1d"
      ],
      "author": {
        "name": "KAMEZAWA Hiroyuki",
        "email": "kamezawa.hiroyu@jp.fujitsu.com",
        "time": "Tue Mar 28 14:50:09 2006 -0800"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Apr 06 15:03:49 2006 -0700"
      },
      "message": "[IA64] for_each_possible_cpu: ia64\n\nfor_each_cpu() actually iterates across all possible CPUs.  We\u0027ve had mistakes\nin the past where people were using for_each_cpu() where they should have been\niterating across only online or present CPUs.  This is inefficient and\npossibly buggy.\n\nWe\u0027re renaming for_each_cpu() to for_each_possible_cpu() to avoid this in the\nfuture.\n\nThis patch replaces for_each_cpu with for_each_possible_cpu under\narch/ia64/kernel/.\n\nSigned-off-by: KAMEZAWA Hiroyuki \u003ckamezawa.hiroyu@jp.fjitsu.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "03fbaca36a85a8c923e30abfb1a9a630bf1c5a1d",
      "tree": "3b3947a7d3365f674b94901fea68ef92abc7c3bb",
      "parents": [
        "b8cd2af862c3cbd428600e1c4f0d3f97c0da54cc"
      ],
      "author": {
        "name": "Bjorn Helgaas",
        "email": "bjorn.helgaas@hp.com",
        "time": "Tue Mar 28 14:06:20 2006 -0800"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Apr 06 14:42:38 2006 -0700"
      },
      "message": "[IA64] update HP CSR space discovery via ACPI\n\nGet rid of the manual search of _CRS, in favor of\nacpi_get_vendor_resource() which is now provided by the ACPI CA.  And fall\nback to searching for a consumer-only address space descriptor if no\nvendor-defined resource is found.\n\nSigned-off-by: Bjorn Helgaas \u003cbjorn.helgaas@hp.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "b8cd2af862c3cbd428600e1c4f0d3f97c0da54cc",
      "tree": "eb5f04a684b12437852ca0b46e98026dc0e170cf",
      "parents": [
        "27f4aa3db090ff5bc0e6c192aae6d99b21563b21"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Apr 06 14:20:16 2006 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Apr 06 14:20:16 2006 -0700"
      },
      "message": "[IA64] Wire up new syscalls {set,get}_robust_list\n\nJoin the dots to enable Ingo\u0027s robut futex syscalls.\n\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    }
  ],
  "next": "27f4aa3db090ff5bc0e6c192aae6d99b21563b21"
}
