)]}'
{
  "log": [
    {
      "commit": "df96323dfaebdf7e17cdf0656096e6ab2158ec76",
      "tree": "83aa81c00f81a2d10541cd17062faaee020272cb",
      "parents": [
        "63d38198a0f57dca87e6cb79931c7bedbb7ab069"
      ],
      "author": {
        "name": "Jacek Luczak",
        "email": "difrost.kernel@gmail.com",
        "time": "Fri Apr 11 13:28:37 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: section mismatch fixes, #1\n\nThis patch fixes mismatch warnings in smp_checks() (in arch/x86/kernel/smpboot.c):\n\nWARNING: arch/x86/kernel/built-in.o(.text+0x11922): Section mismatch in reference from the function smp_checks()\nto the variable .cpuinit.data:smp_b_stepping\nThe function smp_checks() references\nthe variable __cpuinitdata smp_b_stepping.\nThis is often because smp_checks lacks a __cpuinitdata\nannotation or the annotation of smp_b_stepping is wrong.\n\nSigned-off-by: Jacek Luczak \u003cluczak.jacek@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "63d38198a0f57dca87e6cb79931c7bedbb7ab069",
      "tree": "8786c3f0be8ee0f80b76cf30a34433ac8425ffd9",
      "parents": [
        "711554dbc4d5402338ce115dca0df38e9f633330"
      ],
      "author": {
        "name": "Alok Kataria",
        "email": "akataria@vmware.com",
        "time": "Mon Apr 07 11:38:33 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: fix paranoia about using BIOS quickboot mechanism.\n\n\u003e \u003e Make sure that we clear the \"shutdown status flag\" in the CMOS\n\u003e \u003e register after each CPU is brought up.  This fixes a problem where the\n\u003e \u003e \"shutdown status flag\" may remain set when a CPU is brought up after\n\u003e \u003e booting.\n\u003e\n\u003e btw., what problem does this result in, exactly?\n\nThe shutdown status flag set to \"0xA\", corresponds to \"JMP double word\nrequest without INT init\".\n\nThis JMP at reboot time is at an unintended location. And results in\nTriple faults in our case.\nThough this error at reboot can be safely ignored in a VM environment,\nam not sure what the effect would be on a physical system. May be it\nwill result in a triple fault and an eventual hardware reset thus\nmasking this BUG in the kernel.\n\nThis fix just makes sure that we reset that status flag after\ninitialization is done.\n\nFix paranoia about using BIOS quickboot mechanism.\n\nMake sure that we clear the \"shutdown status flag\" in the CMOS register\nafter each CPU is brought up.  This fixes a problem where the \"shutdown\nstatus flag\" may remain set when a CPU is brought up after booting.\n\nSigned-off-by: Alok N Kataria \u003cakataria@vmware.com\u003e\nSigned-off-by: Dan Arai \u003carai@vmware.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "711554dbc4d5402338ce115dca0df38e9f633330",
      "tree": "da42f1a42bcedb10aeb1f21f61a419c1d2f0eea7",
      "parents": [
        "6107a7c4e2a871c37bb6c49e5e8286079f0968f9"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "yhlu.kernel.send@gmail.com",
        "time": "Mon Apr 07 11:36:39 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: print out buggy mptable\n\nprint out buggy mptable, instead of skipping it quietly\n\nSigned-off-by: Yinghai Lu \u003cyhlu.kernel@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "6107a7c4e2a871c37bb6c49e5e8286079f0968f9",
      "tree": "5bff519241fd60d23c89f0b78bdca987c6797a44",
      "parents": [
        "7281c96f37f784d64b0241a7b082bb13bab9580b"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Sat Apr 05 22:39:09 2008 +0900"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: use cpu_online()\n\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7281c96f37f784d64b0241a7b082bb13bab9580b",
      "tree": "b8c06e090ec754d9de1821d54e8c8bc86ff26d5d",
      "parents": [
        "addfc66bb55234c154bb43f0f7606bc5c9fc511d"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Sat Apr 05 22:39:08 2008 +0900"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: use cpumask_of_cpu()\n\nUse cpumask_of_cpu() rather than the pair of cpus_clear() and cpu_set().\n\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "addfc66bb55234c154bb43f0f7606bc5c9fc511d",
      "tree": "cd1988c8c7fa6e38498a0eaf77c91d82e0b3f189",
      "parents": [
        "07004b12a1199f82c016eb976f493e5b70820a1d"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Sat Apr 05 22:39:07 2008 +0900"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: remove unnecessary tmp local variable\n\nThere is no reason to use obscurer name.\n\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "07004b12a1199f82c016eb976f493e5b70820a1d",
      "tree": "e597f0c1880f4a49e227dcc790034994ac2b6c48",
      "parents": [
        "a2249cba2f1d7d06633de09c71353ae6b1567206"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Sat Apr 05 22:39:06 2008 +0900"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: remove unnecessary memset()\n\nNo need to clear the memory allocated by alloc_bootmem().\nIt is already filled with zero.\n\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "a2249cba2f1d7d06633de09c71353ae6b1567206",
      "tree": "33b46bd7569a90843ca5549ac8de87a984bc4f18",
      "parents": [
        "9d25cb0811fd0bca2cfd80095ee7663147363f68"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Sat Apr 05 22:39:05 2008 +0900"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: use ioapic_read_entry() and ioapic_write_entry()\n\nRemove duplicate code by using ioapic_read_entry() and ioapic_write_entry()\nin io_apic_{32,64}.c\n\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "9d25cb0811fd0bca2cfd80095ee7663147363f68",
      "tree": "68e71d96df59439db449c417393cd7cfb03ed92a",
      "parents": [
        "03056c88cf65ec8375753900246b36ae1c4b8a33"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Sat Apr 05 22:39:04 2008 +0900"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: avoid redundant loop in io_apic_level_ack_pending()\n\nIf one can find an ack pending pin, there is no need to check\nthe rest of them.\n\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "03056c88cf65ec8375753900246b36ae1c4b8a33",
      "tree": "165231b99e6d353c32beb42dce90441321930015",
      "parents": [
        "85bdddec5eaeb2464bf1cad6a17225416e65a8d6"
      ],
      "author": {
        "name": "Alexander van Heukelum",
        "email": "heukelum@mailshack.com",
        "time": "Sun Apr 06 14:47:00 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: remove superfluous initialisation in boot code.\n\nIn arch/x86/boot/compressed/misc.c, the variable vidmem is\nthe only variable that ends up in de data segment. It\u0027s also\nsuperfluous, because the first thing the code does is:\n\n\tif (RM_SCREEN_INFO.orig_video_mode \u003d\u003d 7) {\n\t\tvidmem \u003d (char *) 0xb0000;\n\t\tvidport \u003d 0x3b4;\n\t} else {\n\t\tvidmem \u003d (char *) 0xb8000;\n\t\tvidport \u003d 0x3d4;\n\t}\n\nThis patch removes the initialisation.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "85bdddec5eaeb2464bf1cad6a17225416e65a8d6",
      "tree": "e3fec5d05f020338a985c45d80fda1dc3bc42b41",
      "parents": [
        "cfa08d6cc3421bb08ebaa34467107e58999a7c28"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:43:18 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: merge mpparse_{32,64}.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "cfa08d6cc3421bb08ebaa34467107e58999a7c28",
      "tree": "80b91ad7e8c74a11e262766994c0801075bb09b1",
      "parents": [
        "c769bfee5731f2614983bd7a9079eb90514e4b9f"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:43:12 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: unify mp_register_gsi\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "c769bfee5731f2614983bd7a9079eb90514e4b9f",
      "tree": "afd90b8d09fa5ba50ca4484edf1619f68526a4a6",
      "parents": [
        "57b733e902f179dc453609db6334f8e9801cbb7a"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:43:06 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: unify mp_config_acpi_legacy_irqs\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "57b733e902f179dc453609db6334f8e9801cbb7a",
      "tree": "4a8a77619bc1bed1356253b44e71a26123f7b6bf",
      "parents": [
        "22cbb4bd12a86b80125accb77515482894ee670f"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:43:00 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: unify mp_register_ioapic\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "22cbb4bd12a86b80125accb77515482894ee670f",
      "tree": "0a12dbb766272c5b0fc27f915e07c5c96887b75f",
      "parents": [
        "92fd4b7abdb2b5b85d73ca0adbb6ad3f8b79f805"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:42:53 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: unify uniq_io_apic_id\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "92fd4b7abdb2b5b85d73ca0adbb6ad3f8b79f805",
      "tree": "31ae3c816b14db6c1b305e074657eb732e719107",
      "parents": [
        "4421b1c8b9f5da24f8c737ede2c05d399dea2015"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:42:46 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: unify smp_scan_config\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "4421b1c8b9f5da24f8c737ede2c05d399dea2015",
      "tree": "20c1cda53ea743fcb413a9c472d0cc3178983a16",
      "parents": [
        "62441bf1e0d5153dfb0cf8497df16deacff90789"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:42:40 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: unify get_smp_config\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "62441bf1e0d5153dfb0cf8497df16deacff90789",
      "tree": "dad63fa6e02c2496c66f23edc126bf746e549bff",
      "parents": [
        "e950bea8bff23c14eb38dc706aadf197ed81abf4"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:42:34 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:36 2008 +0200"
      },
      "message": "x86: unify construct_default_ioirq_mptable\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e950bea8bff23c14eb38dc706aadf197ed81abf4",
      "tree": "642a45b3eba2c2a13ed407937ddc4a934d8993a2",
      "parents": [
        "f8924e770e048429ae13bfabe1ddad9bf1e64df7"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:42:27 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:35 2008 +0200"
      },
      "message": "x86: unify smp_read_mpc\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f8924e770e048429ae13bfabe1ddad9bf1e64df7",
      "tree": "e7b5c11623411ad41c541d78705087237831979b",
      "parents": [
        "746f2244065ddfbe0c5d339e309db4d2b48f185b"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:42:21 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:35 2008 +0200"
      },
      "message": "x86: unify mp_bus_info\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "746f2244065ddfbe0c5d339e309db4d2b48f185b",
      "tree": "1e44cdefca464e981421dfc6e2e2f261a9302215",
      "parents": [
        "888032cd23f0244fdefdcbe265952e7831a9cacc"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:42:15 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:35 2008 +0200"
      },
      "message": "x86: unify arch/x86/kernel/mpparse_64.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "888032cd23f0244fdefdcbe265952e7831a9cacc",
      "tree": "d50051196a3ee0eaa6ddf7e1e7665bd5b088d384",
      "parents": [
        "4ef81297f72655c4f4c1ae9c371453f9ca796aad"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:42:09 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:35 2008 +0200"
      },
      "message": "x86: add early flags to mpparse_32.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "4ef81297f72655c4f4c1ae9c371453f9ca796aad",
      "tree": "887093f724f6555f86fc1aab8e805db6e6bd139a",
      "parents": [
        "31d2092eb0c23636b73d2c24c0c11b66470cef58"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:42:03 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:35 2008 +0200"
      },
      "message": "x86: lindent mpparse_32.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "31d2092eb0c23636b73d2c24c0c11b66470cef58",
      "tree": "d2bc92d15ada32ae100187b702da4a21a047c758",
      "parents": [
        "dfac2189c2e1fbb90ee83f15b5e404425754e9f4"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:41:57 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:35 2008 +0200"
      },
      "message": "x86: move mp_register_lapic_address to boot.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "dfac2189c2e1fbb90ee83f15b5e404425754e9f4",
      "tree": "cc0d7c9c1a3f56b3c8e87df5575428be5f8c7105",
      "parents": [
        "2fe60147570231cde0d1f14711d2e34ccdf54b65"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:41:50 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:35 2008 +0200"
      },
      "message": "x86: move mp_register_lapic to boot.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "2fe60147570231cde0d1f14711d2e34ccdf54b65",
      "tree": "83c1e87d9ce3475b68c97f51f95be0467c83a61d",
      "parents": [
        "350bae1d3f0d0c763c5bb9cc5fb5c363bd0086db"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:41:44 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:35 2008 +0200"
      },
      "message": "x86: move up \u0026 smp variables to setup.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "350bae1d3f0d0c763c5bb9cc5fb5c363bd0086db",
      "tree": "76dea12022cb93541856294f54f1be7b245e76a2",
      "parents": [
        "584f734d035db5c5c07f938e464ddeeefde7ec31"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:41:38 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:35 2008 +0200"
      },
      "message": "x86: move mp_irqs to io_apic_64.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "584f734d035db5c5c07f938e464ddeeefde7ec31",
      "tree": "a0dc1f44efb0f60b9e88b3e44c1ddf6e6a57d980",
      "parents": [
        "9e5c5f1dd29c86307e6b3cfa75e85d0efccc1f6b"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:41:32 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:35 2008 +0200"
      },
      "message": "x86: move mp_irqs to io_apics_32.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "9e5c5f1dd29c86307e6b3cfa75e85d0efccc1f6b",
      "tree": "8ee8408b8f0ce5a42e14d2895d4060078486c976",
      "parents": [
        "9c7408f3c491b6fe990cd2dacd5471ca21760551"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:41:26 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:35 2008 +0200"
      },
      "message": "x86: move mp_ioapic_routing to boot.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "9c7408f3c491b6fe990cd2dacd5471ca21760551",
      "tree": "699f9252ef35397b6942890d26a9ba89dc5e242f",
      "parents": [
        "9f640ccbc67b7c306206502bca420a80ad15c965"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:41:19 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:35 2008 +0200"
      },
      "message": "x86: move mp_ioapics to io_apic_64.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "9f640ccbc67b7c306206502bca420a80ad15c965",
      "tree": "acc2d5322afa7e8f92263bba38fb84a899ab1d37",
      "parents": [
        "ba1ce61ff226bddebd2101a29fe56b4664ef7cec"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:41:13 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: move mp_ioapics to io_apic_32.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "ba1ce61ff226bddebd2101a29fe56b4664ef7cec",
      "tree": "e342590c270d14644e4aa8d1c25a015f3a648624",
      "parents": [
        "61048c6328819b0973ef662f6d46f2e2bc753ceb"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Apr 07 13:11:09 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: don\u0027t set io apic features if io-apic is not enabled, fix\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "61048c6328819b0973ef662f6d46f2e2bc753ceb",
      "tree": "09efa08f2e4a18b191769aad558144c2bde404df",
      "parents": [
        "16ecf7a47cf4f1c97189a551b001195aed550cc2"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:41:07 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: don\u0027t set IO APIC features if IO APIC is not enabled\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "16ecf7a47cf4f1c97189a551b001195aed550cc2",
      "tree": "13200515b708be08672c9ac9c5cc0b09b1ed486e",
      "parents": [
        "708650afe98a50d0b280bea9dcf5f160b94ee9fb"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:41:00 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: move x86_bios_cpu_apicid_init to smpboot.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "708650afe98a50d0b280bea9dcf5f160b94ee9fb",
      "tree": "0938a39bebe4896da83bc0837fdd2ef46d8911ea",
      "parents": [
        "0fc0906e59df1427d194b78376d15ca48079f6bf"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:40:54 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: move x86_cpu_to_apicid_init to smpboot.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "0fc0906e59df1427d194b78376d15ca48079f6bf",
      "tree": "b76f509e9028d7afd775d7e64fd6fbcfb733b068",
      "parents": [
        "76eb41319d6ab98d17c81a8001a6d7ed9f8359ee"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:40:48 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: move phys_cpu_present_map to setup.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "76eb41319d6ab98d17c81a8001a6d7ed9f8359ee",
      "tree": "bc447a84012591644a5f96fceb83807e06be0b4c",
      "parents": [
        "af926a5830079bf36253dcf3a1b75b1497fc7fd1"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:40:41 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: move x86_cpu_to_apicid to setup.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "af926a5830079bf36253dcf3a1b75b1497fc7fd1",
      "tree": "bf6125205ac91fd043f424441a8a63acd8957fac",
      "parents": [
        "d61ecf0b53131564949bc4196e70f676000a845a"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Fri Apr 04 23:40:32 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: move x86_bios_cpu_apicid to io_apic_64.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "d61ecf0b53131564949bc4196e70f676000a845a",
      "tree": "7e26df04b0bf23333e8eb68e64275ae729574394",
      "parents": [
        "f408b43ceedce49f26c01cd4a68dbbdbe2743e51"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 04 17:11:09 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: 4kstacks default\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f408b43ceedce49f26c01cd4a68dbbdbe2743e51",
      "tree": "73c36f3e1572d1a12795d606e534fb24c71a4a71",
      "parents": [
        "d2b3bab63bd9999a29eb74326a7baf61901385e6"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Tue Apr 01 15:44:01 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: fix VisualWS and Voyager kexec build failures\n\nwithout this patch:\n\nVOYAGER:\nkernel/built-in.o: In function `crash_kexec\u0027:\n(.text+0x28588): undefined reference to `machine_crash_shutdown\u0027\n\nVISWS:\nkernel/built-in.o: In function `crash_kexec\u0027:\n/next-20080401/kernel/kexec.c:1074: undefined reference to `machine_crash_shutdown\u0027\nmake[1]: *** [.tmp_vmlinux1] Error 1\n\nbecause arch/x86/kernel/reboot.c isn\u0027t built since CONFIG_X86_BIOS_REBOOT\u003dn,\nso machine_crash_shutdown() isn\u0027t available.\n\nThis patch does seem a small bit odd since the KEXEC help text says that\nkexec is independent of the system firmware.\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nCc: Eric Biederman \u003cebiederm@xmission.com\u003e\nCc: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "d2b3bab63bd9999a29eb74326a7baf61901385e6",
      "tree": "f065540d231ae7f0ca16c28ed0fb865295746d21",
      "parents": [
        "431ef7a2a486201967304fcc9cfc33e945626fed"
      ],
      "author": {
        "name": "Hugh Dickins",
        "email": "hugh@veritas.com",
        "time": "Thu Apr 03 23:48:29 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: MPSC should use P6 NOPs\n\nI\u0027ve now noticed that the machine I call MPENTIUM4 for 32-bit kernels\nis called MPSC for 64-bit kernels, and in that case it still doesn\u0027t\nget the P6 NOPs it ought to.  hpa explains that MK8 should still be\nexcluded, so it\u0027s just a matter of including MPSC along with MPENTIUM4.\n\nSigned-off-by: Hugh Dickins \u003chugh@veritas.com\u003e\nAcked-by: H. Peter Anvin \u003chpa@zytor.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "431ef7a2a486201967304fcc9cfc33e945626fed",
      "tree": "92181215fe9d9d00e949edd1d0ef654d6301f279",
      "parents": [
        "19b4e7f4e9b1c88459cf2c9b9ccaa09cb8bf854d"
      ],
      "author": {
        "name": "Cyrill Gorcunov",
        "email": "gorcunov@gmail.com",
        "time": "Tue Apr 01 19:41:50 2008 +0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: debug Store - call kfree if only we really need it\n\nWe should call for kfree if only we really need it.\nThough it\u0027s safe to call kfree with NULL pointer passed\nin this code we\u0027ve already tested the pointer and can\neliminate the call\n\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "19b4e7f4e9b1c88459cf2c9b9ccaa09cb8bf854d",
      "tree": "dc8d7210ef41a23906b228e418f1357baa18fe74",
      "parents": [
        "13af4836b3914b23946f6a8982934e2c828c183f"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 10 10:12:27 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: extend the scheduled bzImage symlinks removal\n\nuse of the bzImage symlinks in developer scripts is still widespread,\nso lets extend the removal period by 2 years. These symlinks cost\nus near nothing.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "13af4836b3914b23946f6a8982934e2c828c183f",
      "tree": "8dbca8c4c76ceff32dc6de36b987ed5dc5ea8f59",
      "parents": [
        "f5149a49f994e5c469ac398af7cdeb8eb612d3a4"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Apr 02 13:23:22 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: improve default idle\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f5149a49f994e5c469ac398af7cdeb8eb612d3a4",
      "tree": "09a6213f31add52717d232f3a9ccf6f6cb16429b",
      "parents": [
        "1725037f7232c1518b9be1832f5823b7c576c35c"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Sun Mar 30 21:02:07 2008 -0500"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: support for new UV apic, fix\n\nYinghai Lu pointed out a bug in the previous patches,\nfix double-shift of apicid.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "1725037f7232c1518b9be1832f5823b7c576c35c",
      "tree": "0922330f0b87fe40bd0f0855147c512a191d424b",
      "parents": [
        "b447a468fcd130aa8951672b6115c673c274e888"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Mar 31 14:52:15 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: set_cyc2ns_scale() remove prev scale\n\nPeter Zijlstra pointed out that it\u0027s unused.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b447a468fcd130aa8951672b6115c673c274e888",
      "tree": "3824624df1191cb1e6abbf9f9dbeca3f9d8c17f8",
      "parents": [
        "a24eae88ad3767d0a4a940a10e4a9cec849b7778"
      ],
      "author": {
        "name": "Mike Travis",
        "email": "travis@sgi.com",
        "time": "Tue Mar 25 15:06:51 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:34 2008 +0200"
      },
      "message": "x86: clean up non-smp usage of cpu maps\n\nCleanup references to the early cpu maps for the non-SMP configuration\nand remove some functions called for SMP configurations only.\n\nCc: Andi Kleen \u003cak@suse.de\u003e\nCc: Christoph Lameter \u003cclameter@sgi.com\u003e\nSigned-off-by: Mike Travis \u003ctravis@sgi.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "a24eae88ad3767d0a4a940a10e4a9cec849b7778",
      "tree": "a6667303e449164bfa461e3a006c6fae1a4c7343",
      "parents": [
        "ac23d4ee3f84de33c16ed7e68f9adee2386e74fb"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Sun Mar 30 12:17:12 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: uv fix\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "ac23d4ee3f84de33c16ed7e68f9adee2386e74fb",
      "tree": "296346293480fb5d67a15d7552bf41bd0cadd4cf",
      "parents": [
        "570da318cf0e3053e62030253494c410a18d4be7"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Fri Mar 28 14:12:16 2008 -0500"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: support for new UV apic\n\nUV supports really big systems. So big, in fact, that the APICID register\ndoes not contain enough bits to contain an APICID that is unique across all\ncpus.\n\nThe UV BIOS supports 3 APICID modes:\n\n\t- legacy mode. This mode uses the old APIC mode where\n\t  APICID is in bits [31:24] of the APICID register.\n\n\t- x2apic mode. This mode is whitebox-compatible. APICIDs\n\t  are unique across all cpus. Standard x2apic APIC operations\n\t  (Intel-defined) can be used for IPIs. The node identifier\n\t  fits within the Intel-defined portion of the APICID register.\n\n\t- x2apic-uv mode. In this mode, the APICIDs on each node have\n\t  unique IDs, but IDs on different node are not unique. For example,\n\t  if each mode has 32 cpus, the APICIDs on each node might be\n\t  0 - 31. Every node has the same set of IDs.\n\t  The UV hub is used to route IPIs/interrupts to the correct node.\n\t  Traditional APIC operations WILL NOT WORK.\n\nIn x2apic-uv mode, the ACPI tables all contain a full unique ID (note:\nexact bit layout still changing but the following is close):\n\n\tnnnnnnnnnnlc0cch\n\t\tn \u003d unique node number\n\t\tl \u003d socket number on board\n\t\tc \u003d core\n\t\th \u003d hyperthread\n\nOnly the \"lc0cch\" bits are written to the APICID register. The remaining bits are\nsupplied by having the get_apic_id() function \"OR\" the extra bits into the value\nread from the APICID register. (Hmmm.. why not keep the ENTIRE APICID register\nin per-cpu data....)\n\nThe x2apic-uv mode is recognized by the MADT table containing:\n\t  oem_id \u003d \"SGI\"\n\t  oem_table_id \u003d \"UV-X\"\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "570da318cf0e3053e62030253494c410a18d4be7",
      "tree": "897b9cb24456eed4b15c1b9db62be5e58891171f",
      "parents": [
        "8400def8252f90ecd056657c0bac806afadd8511"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Apr 08 12:20:50 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: support for new UV apic, prepare\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "8400def8252f90ecd056657c0bac806afadd8511",
      "tree": "6ea86696639bd2abd605a9dbf4c3808b2eff32f2",
      "parents": [
        "952cf6d7ae52cc5423baa57e978e20e732a89ba6"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Fri Mar 28 14:12:14 2008 -0500"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: define the macros and tables for blade functions\n\nAdd UV macros for converting between cpu numbers, blade numbers\nand node numbers. Note that these are used ONLY within x86_64 UV\nmodules, and are not for general kernel use.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "952cf6d7ae52cc5423baa57e978e20e732a89ba6",
      "tree": "e0d6d076199c4b9e7cda10af4612d12f443a5102",
      "parents": [
        "0d3e865b2644e4a2250ab25c5475a0cd0d514b7e"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Fri Mar 28 14:12:13 2008 -0500"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: define the macros and tables for the basic UV infrastructure.\n\nDefine the macros and tables for the basic UV infrastructure.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "0d3e865b2644e4a2250ab25c5475a0cd0d514b7e",
      "tree": "725ffbcc180f5fe5a5a81ea048250aacd8beff8a",
      "parents": [
        "ac049c1db72963e19b29b63c42ab8759384eef20"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Fri Mar 28 14:12:11 2008 -0500"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: add UV specific header for MMR definitions\n\nDefinitions of UV MMRs.\nNote: this file is auto-generated by hardware design tools.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "ac049c1db72963e19b29b63c42ab8759384eef20",
      "tree": "00b04e515ca03323daa1c0f7ba3ccae185f2c6c5",
      "parents": [
        "a65d1d644c2b65bfb99e766e7160d764b8b2bfa4"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Fri Mar 28 14:12:09 2008 -0500"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: parsing for ACPI \"SAPIC\" table\n\nAdd kernel support for new ACPI \"sapic\" tables that contain 16-bit APICIDs.\nThis patch simply adds parsing of an optional SAPIC table if present.\nOtherwise, the traditional local APIC table is used.\n\nNote: the SAPIC table is not a new ACPI table - it exists on other architectures\nbut is not currently recognized by x86_64.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "a65d1d644c2b65bfb99e766e7160d764b8b2bfa4",
      "tree": "fe19c7b1d5fbb7089537d78383c2b89863c0377b",
      "parents": [
        "ae261868658773538ddda829c50224e5851c2342"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Fri Mar 28 14:12:08 2008 -0500"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: increase size of APICID\n\nIncrease the number of bits in an apicid from 8 to 32.\n\nBy default, MP_processor_info() gets the APICID from the\nmpc_config_processor structure. However, this structure limits\nthe size of APICID to 8 bits. This patch allows the caller of\nMP_processor_info() to optionally pass a larger APICID that will\nbe used instead of the one in the mpc_config_processor struct.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "ae261868658773538ddda829c50224e5851c2342",
      "tree": "c6176e3c2bffae7307f32900a723e49efb2d6246",
      "parents": [
        "05f2d12c3563dea8c81b301f9f3cf7919af23b13"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Fri Mar 28 14:12:06 2008 -0500"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: add functions to determine if platform is a UV platform\n\nAdd functions that can be used to determine if an x86_64\nsystem is a SGI \"UV\" system. UV systems come in 3 types and\nare identified by the OEM ID in the MADT.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "05f2d12c3563dea8c81b301f9f3cf7919af23b13",
      "tree": "d696f29159d311d8d1fde7f6bd1b01261ca713b9",
      "parents": [
        "a5c15d419d4b68535222b51f9054dd08d5e67470"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Fri Mar 28 14:12:02 2008 -0500"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: change GET_APIC_ID() from an inline function to an out-of-line function\n\nIntroduce a function to read the local APIC_ID.\n\nThis change is in preparation for additional changes to\nthe APICID functions that will come in a later patch.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "a5c15d419d4b68535222b51f9054dd08d5e67470",
      "tree": "ab6bebec8b83ec7c688a6f2c23979d10a4da3aa1",
      "parents": [
        "6b6891f9c545ccd45d6d8ddfd33ce27c22c271a7"
      ],
      "author": {
        "name": "gorcunov@gmail.com",
        "email": "gorcunov@gmail.com",
        "time": "Fri Mar 28 17:56:56 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: replace most VM86 flags with flags from processor-flags.h\n\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "6b6891f9c545ccd45d6d8ddfd33ce27c22c271a7",
      "tree": "3cfd4cfda9363eac5e9126978e3f2d6dd8b55d32",
      "parents": [
        "6093015db2bd9e70cf20cdd23be1a50733baafdd"
      ],
      "author": {
        "name": "gorcunov@gmail.com",
        "email": "gorcunov@gmail.com",
        "time": "Fri Mar 28 17:56:57 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: cleanup - rename VM_MASK to X86_VM_MASK\n\nThis patch renames VM_MASK to X86_VM_MASK (which\nin turn defined as alias to X86_EFLAGS_VM) to better\ndistinguish from virtual memory flags. We can\u0027t just\nuse X86_EFLAGS_VM instead because it is also used\nfor conditional compilation\n\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "6093015db2bd9e70cf20cdd23be1a50733baafdd",
      "tree": "8377b3c77464ba4b8f9fda3be25992c523fcb5e7",
      "parents": [
        "f7743fe676fadac8706e7cbd0176b46d7397996d"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Sun Mar 30 11:45:23 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: cleanup replace most vm86 flags with flags from processor-flags.h, fix\n\n- fix build error\n- fix CONFIG_HEADERS_CHECK error\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f7743fe676fadac8706e7cbd0176b46d7397996d",
      "tree": "93b64f4cbd95d31800d94e7478a2dc7a1af306ec",
      "parents": [
        "fb8e8375394e1156a5a1e7ba53504b141d2365a8"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@goop.org",
        "time": "Thu Mar 27 17:28:40 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: paravirt_ops: don\u0027t steal memory resources in paravirt_disable_iospace\n\nThe memory resource is also used for main memory, and we need it to\nallocate physical addresses for memory hotplug.  Knobbling io space is\nenough to get the job done anyway.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "fb8e8375394e1156a5a1e7ba53504b141d2365a8",
      "tree": "7ac145f029f2bd4e8438bf3a0b28bcc8d1d22614",
      "parents": [
        "e937fcf2fa0c1d21f9c0008ab600d46c240a984c"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@goop.org",
        "time": "Thu Mar 27 17:28:39 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: sparsemem: reduce i386 PAE section size\n\nA 1G section size makes memory hotplug too coarse in a virtual\nenvironment.  Retuce it by a factor of 2 to 512M.  I would have liked\nto make it smaller, but it runs out of reserved flags in the page flags.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nCc: KAMEZAWA Hiroyuki \u003ckamezawa.hiroyu@jp.fujitsu.com\u003e\nCc: Yasunori Goto \u003cy-goto@jp.fujitsu.com\u003e\nCc: Christoph Lameter \u003cclameter@sgi.com\u003e\nCc: Dave Hansen \u003cdave@linux.vnet.ibm.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e937fcf2fa0c1d21f9c0008ab600d46c240a984c",
      "tree": "11a2613794afc3e02f701924f5806d1c8628bcae",
      "parents": [
        "8be9ac850564a409c1238cd5f53776c340aea4dc"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Mar 28 12:33:52 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: mpparse: 64-bit fix\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "8be9ac850564a409c1238cd5f53776c340aea4dc",
      "tree": "1e72793c0909c3bc4c8df92be3bdd1808e0bec4c",
      "parents": [
        "ecaa6c9de759259c5ba517e5442e26452d49107e"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Thu Mar 27 14:06:04 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:33 2008 +0200"
      },
      "message": "x86: merge smp_32.h and smp_64.h into smp.h\n\nMerge what\u0027s left from smp_32.h and smp_64.h into smp.h\nBy now, they\u0027re basically extern definitions.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "ecaa6c9de759259c5ba517e5442e26452d49107e",
      "tree": "7971c80edde294404d78545a1409bfa16fc52658",
      "parents": [
        "a9c057c1d1b1080a01004ecac54308365e167b83"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Thu Mar 27 14:06:03 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: change naming of cpu_initialized_mask for xen\n\nxen does not use the global cpu_initialized mask, but rather,\na specific one. So we change its name so it won\u0027t conflict with the upcoming\nmovement of cpu_initialized_mask from smp_64.h to smp_32.h.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nCC: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "a9c057c1d1b1080a01004ecac54308365e167b83",
      "tree": "a14daf277587a231e6c4c08304abb29b1b365d49",
      "parents": [
        "24e8ecffa84dd560e0d4d6fcaeca6950805854e7"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Thu Mar 27 14:06:02 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: merge SMP definitions of smp.h\n\nwe merge everything that is inside CONFIG_SMP\nto smp.h. They differ a little bit, so we use\nCONFIG_X86_32_SMP and CONFIG_X86_64_SMP as markers.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "24e8ecffa84dd560e0d4d6fcaeca6950805854e7",
      "tree": "9cd365f9d987180a30c787586d8261742c7e659b",
      "parents": [
        "b23dab08fa37b302a8980e4cf925f2cb94288538"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Thu Mar 27 14:06:01 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: split safe_smp_processor_id\n\nThis implementation in x86_64 is clean and consistent, but we\nsacrifice it for the sake of being equal to i386 (since the other\nway around would be harder).\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b23dab08fa37b302a8980e4cf925f2cb94288538",
      "tree": "1fed61f73d3d1be733e5e2de33acc9cbd8a21c8a",
      "parents": [
        "c1fa6c977eb978e1d09867475ec59c9a5799127f"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Thu Mar 27 14:06:00 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: merge includes in smp.h\n\nmove all include directives from smp_{32,64}.h to smp.h.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "c1fa6c977eb978e1d09867475ec59c9a5799127f",
      "tree": "aa9fa8e76d728ac73f4ca0fa4a371beb60a15496",
      "parents": [
        "1b00084386878f25c2c591ad19cb625880d4089d"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Thu Mar 27 14:05:59 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: surround apic headers in apic definitions\n\nAlthough those constants are always defined in x86_64,\nand will have the effect of just including the headers\nin the very way we did before, I\u0027m doing this in a separate\npatch to be conservative and avoid surprises.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "1b00084386878f25c2c591ad19cb625880d4089d",
      "tree": "86dd602eb31a10d64a1b7e07fa6ea2f272d6c25b",
      "parents": [
        "2ba95bcbe68d692f549fb10809f15681a25ff6fb"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Thu Mar 27 14:05:58 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: merge hard/logical_smp_processor_id\n\nThe code is now the same between i386 and x86_64. We already\nknow what happens when it reaches this point: They go away\nfrom the arch-specific headers, and suddenly appears in the common\nheader.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "2ba95bcbe68d692f549fb10809f15681a25ff6fb",
      "tree": "e9d10de6620fff0bd3a2dd8477cc8c1afb840d45",
      "parents": [
        "fe874b3edff43f9a74d9903eb3710e5e0511faf1"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Thu Mar 27 14:05:57 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: provide bogus hard_smp_processor_id\n\nWe provide a bogus macro for x86_64 in case CONFIG_X86_LOCAL_APIC\nis not set. It will always be set for x86_64, so the effect\nis just to make the code equal to i386.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "fe874b3edff43f9a74d9903eb3710e5e0511faf1",
      "tree": "44198c73666a60e25233c888b438e27585aab264",
      "parents": [
        "fe176de0ffdc2dd300fbcece84434a32b482b5b1"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Thu Mar 27 14:05:56 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: surround hard_smp_processor_id in APIC_DEFINITION\n\nAPIC_DEFINITION is not defined in x86_64, so in practice, we keep\nour old code here. But as a nice side effect, the code is now\nequal to smp_32.h.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "fe176de0ffdc2dd300fbcece84434a32b482b5b1",
      "tree": "c8d2d53a0a63a9dc759782d186c8d5a765d08672",
      "parents": [
        "be8a5685e4cdb904e6542e741fcc3bae1becb8ee"
      ],
      "author": {
        "name": "Ben Castricum",
        "email": "lk08@bencastricum.nl",
        "time": "Thu Mar 27 20:52:35 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: microcode: show results on success too\n\nReport when microcode was successfully updated. It used to be there but\nnow with DEBUG unset it becomes very silent. Also some cosmetic fixes.\n\nSigned-off-by: Ben Castricum \u003clk08@bencastricum.nl\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "be8a5685e4cdb904e6542e741fcc3bae1becb8ee",
      "tree": "f619c2f1cdda9d780caec7e33c8b1de896469700",
      "parents": [
        "86cc0d916a9cc55b0b46a9b31e9379cd3c9e10dc"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:56:19 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: move generic_processor_info to apic_64.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "86cc0d916a9cc55b0b46a9b31e9379cd3c9e10dc",
      "tree": "fb85e125cef900d4bb6e919a1b5322566fa27cd3",
      "parents": [
        "3103623eed1a3ea4a36ee26725842a8038760648"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:56:12 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: move boot_cpu_physical_apicid to apic_64.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "3103623eed1a3ea4a36ee26725842a8038760648",
      "tree": "d4e8945cb716a078a8debce3c02ad1d20b5004dd",
      "parents": [
        "7b8cbd2c2f1bf9e3090d3c3fc09330ed1ca28d25"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:56:06 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: move disabled_cpus to smpboot.c (64bit)\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7b8cbd2c2f1bf9e3090d3c3fc09330ed1ca28d25",
      "tree": "019d3bb589ca67533fe772c2bae5fa7c03791ba9",
      "parents": [
        "1d8554326533568c7e9d5285600c3d0c027b45cc"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:55:59 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: move num_processors to smpboot.c (64 bit)\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "1d8554326533568c7e9d5285600c3d0c027b45cc",
      "tree": "f3f035b2141a227fb1680dff8735e12922155819",
      "parents": [
        "7abb3cca33fe220abaf680afcd247370749622ee"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:55:53 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: move phys_cpu_present_map to smpboot.c (64bit)\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7abb3cca33fe220abaf680afcd247370749622ee",
      "tree": "7a1a37f401000527d7849b9f217a7a43a3bad067",
      "parents": [
        "3f530709d907d93a4d6881e8190916028181a840"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Apr 08 12:20:07 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: move phys cpu present map to smpboot.c, 64-bit, prepare\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "3f530709d907d93a4d6881e8190916028181a840",
      "tree": "f57ff25d634c9333a3a5c0587490050cfba87fe5",
      "parents": [
        "468e85b9594ed3000a7076f1caf27aa0cf7799fc"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:55:47 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: move mp_lapic_addr to apic_64.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "468e85b9594ed3000a7076f1caf27aa0cf7799fc",
      "tree": "ddfd914f81c4967a2028b7ae931288e00251d25a",
      "parents": [
        "0e01c00c1fadd21356a6cf57d6680497256e1a01"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:55:41 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: don\u0027t use MP_processor_info for ACPI mode (64bit)\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "0e01c00c1fadd21356a6cf57d6680497256e1a01",
      "tree": "577b4b6566e44f1db54f1689aafbd03fbd91fe81",
      "parents": [
        "8ccab29ca8c441ae00d878d2f0000275f430f8a5"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:55:34 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: separate generic_processor_info into its own function (64bit)\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "8ccab29ca8c441ae00d878d2f0000275f430f8a5",
      "tree": "19b13344539e13809c4ae353f63c74509eed4b0e",
      "parents": [
        "86c9835b46605fb29a3c30c6cc344d9df49e54a3"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:55:28 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:32 2008 +0200"
      },
      "message": "x86: don\u0027t call MP_processor_info for disabled cpu (64bit)\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "86c9835b46605fb29a3c30c6cc344d9df49e54a3",
      "tree": "e3e12792263fb57b822412189f3ef9e7c1ea0faf",
      "parents": [
        "903dcb5a1bd0ef2b09d756f646e367cd12659b6f"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Mar 28 11:59:57 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: mpparse, move generic processor info to apic_32.c fix\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "903dcb5a1bd0ef2b09d756f646e367cd12659b6f",
      "tree": "393e4d0a10d183406e3d68a28045462cb611b45d",
      "parents": [
        "acff5a768935f7f39e4e3be03940d70c005ffe96"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:55:22 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: move generic_processor_info to apic_32.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "acff5a768935f7f39e4e3be03940d70c005ffe96",
      "tree": "7f19dcd80f8ebd9b76a8f5b99d6feb3a9171a7a2",
      "parents": [
        "fae9811b775655a02dcb51fa0b6423b546468bd1"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:55:16 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: move x86_bios_cpu_apicid to apic_32.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "fae9811b775655a02dcb51fa0b6423b546468bd1",
      "tree": "9c44b53b30dcfb7e8eca7b85486b030ac0f58ac2",
      "parents": [
        "837e0e7a7f574220c87c552cca9f425575418621"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Mar 28 12:22:10 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: mpparse, move boot cpu physical apicid to apic_32.c, fix\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "837e0e7a7f574220c87c552cca9f425575418621",
      "tree": "ce1f1a8441e243b57599605f18741e22b665b28f",
      "parents": [
        "0c254e38d294d3720588e2a1fd954d828073f1dc"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:55:10 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: move boot_cpu_physical_apicid to apic_32.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "0c254e38d294d3720588e2a1fd954d828073f1dc",
      "tree": "98afee4cb6361b01d1a0eebff876ac92e40cef64",
      "parents": [
        "059c9640b57cb8e70c60de141ec817b450431816"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:55:04 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: move def_to_bigsmp to setup_32.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "059c9640b57cb8e70c60de141ec817b450431816",
      "tree": "029694b4df21d4e4082e62502796932d91fd57b6",
      "parents": [
        "53c4c793b30bbf6e1a25cab61790b18f205dd365"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Mar 28 11:57:55 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: mpparse, move disabled cpus to smpboot.c, fix\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "53c4c793b30bbf6e1a25cab61790b18f205dd365",
      "tree": "d54ad93cdd45281864072daca01b964ed64eb329",
      "parents": [
        "2bb9e9d7c1b03454665cd99f7d73e67139cdf2e6"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:54:57 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: move disabled_cpus to smpboot.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "2bb9e9d7c1b03454665cd99f7d73e67139cdf2e6",
      "tree": "c5164abb42ab3f5ab671402caf05bec9fa225233",
      "parents": [
        "40014bace17ba393409fd8a4915a87e43687aac8"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:54:50 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: move num_processors to smpboot.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "40014bace17ba393409fd8a4915a87e43687aac8",
      "tree": "63a22b5f1997d15bb1ef67b30fe2e869ae5dcc11",
      "parents": [
        "8f6e2ca9f862cb3738ad83fb18c572d8a59c0849"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:54:44 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: move phys_cpu_present_map to smpboot.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "8f6e2ca9f862cb3738ad83fb18c572d8a59c0849",
      "tree": "1edee2bb3b2423f1537da0679fde45473a702356",
      "parents": [
        "e81b2c62d66068d210ddeacd77076068184d414a"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:54:38 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: move mp_lapic_addr to apic_32.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e81b2c62d66068d210ddeacd77076068184d414a",
      "tree": "6518b343a6d649a0778fb586960d654e5611a644",
      "parents": [
        "08bef9d337f26747b9520278872d20f15983fcda"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:54:31 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: move apic_ver array to apic_32.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "08bef9d337f26747b9520278872d20f15983fcda",
      "tree": "71e13b9bf3f52095e40449226dc9e0b2f363f230",
      "parents": [
        "c853c67690448415af2d204062028d1456f524de"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:54:20 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: don\u0027t use MP_processor_info for ACPI mode\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "c853c67690448415af2d204062028d1456f524de",
      "tree": "81a17ede04ea543a3458e05ff1b5be0ed06317ba",
      "parents": [
        "987dd2d4d465e80e00d6a0b16787a78aa75dd66a"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:54:13 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: separate generic_processor_info into its own function\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "987dd2d4d465e80e00d6a0b16787a78aa75dd66a",
      "tree": "b603532fd2011d4995d9399988b101c7721dfd80",
      "parents": [
        "2df297261903249f5ac2d3d14ededbda229397e2"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:54:06 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: don\u0027t call MP_processor_info for disabled cpu\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "2df297261903249f5ac2d3d14ededbda229397e2",
      "tree": "b8ec89f592f6441a21dc84e92afdda0c8245bc36",
      "parents": [
        "7219bebd72726c13c1eaaa3ade0e829e998fb3b1"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 27 23:53:54 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: move es7000_plat closer to its user\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7219bebd72726c13c1eaaa3ade0e829e998fb3b1",
      "tree": "248ea716477799a11a26fec0bafff71a2f7e910a",
      "parents": [
        "0e03eb86b51b21054aea01ada1d03e9c2265dd20"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@linux.intel.com",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:31 2008 +0200"
      },
      "message": "x86: add comments to describe the new api\u0027s in cacheflush.h\n\nThe new cacheflush.h API\u0027s didn\u0027t have any comments describing\nhow they\u0027re to be used yet and the conventions around these functions.\nThis patch adds comments to this effect; in order for that to be\na logical series, some prototypes had to move around.\n\nSigned-off-by: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    }
  ],
  "next": "0e03eb86b51b21054aea01ada1d03e9c2265dd20"
}
