)]}'
{
  "log": [
    {
      "commit": "9d6a4d0823b3b8e29156f5e698b5a68687afad32",
      "tree": "b3a06b8392f8b451625ad64ad7d51b60456fb388",
      "parents": [
        "8f09cd20a24c5f13c571bc73ddcd47be0af3b70f"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "yhlu.kernel@gmail.com",
        "time": "Tue Aug 19 20:50:52 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Oct 16 16:52:58 2008 +0200"
      },
      "message": "x86: probe nr_irqs even only mptable is used\n\nfor !CONFIG_HAVE_SPARSE_IRQ\n\nfix:\n\n In file included from arch/x86/kernel/early-quirks.c:18:\n include/asm/io_apic.h: In function \u0027probe_nr_irqs\u0027:\n include/asm/io_apic.h:209: error: \u0027NR_IRQS\u0027 undeclared (first use in this function)\n include/asm/io_apic.h:209: error: (Each undeclared identifier is reported only once\n include/asm/io_apic.h:209: error: for each function it appears in.)\n\nv2: fix by Ingo\n\nSigned-off-by: Yinghai Lu \u003cyhlu.kernel@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "71f521bbaf375b685aeea20c6b0ed8600cd6edfe",
      "tree": "a18b8e8284ff7a68c341de8b1342866b9821ae7f",
      "parents": [
        "a84488c213a8cfc29200344a6fb6357d48c8ed85"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "yhlu.kernel@gmail.com",
        "time": "Tue Aug 19 20:50:03 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Oct 16 16:52:08 2008 +0200"
      },
      "message": "x86, irq: get nr_irqs from madt\n\nUntil now, NR_IRQS was derived from black magic defines that had to\nbe \"large enough\" to both accomodate NR_CPUS and MAX_NR_IO_APICs.\n\nThis resulted in a way too large irq_desc[] array on most x86 systems.\nEspecially with larger CPU masks, the size of irq_desc can spiral out\nof control quickly.\n\nSo be smarter about it and use precise allocation instead: determine the\ndefault maximum possible IRQ number from the ACPI MADT. Use a minimum limit\nof at least 32 IRQs for broken BIOSes.\n\nSigned-off-by: Yinghai Lu \u003cyhlu.kernel@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "11494547b1754c4f3bd7f707ab869e2adf54d52f",
      "tree": "795d7051a84aaf9938f5834074df4ac3809b0705",
      "parents": [
        "1b4ee4e4096d430c4c12516c1d30a6b0b4f9e9e4"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "yhlu.kernel@gmail.com",
        "time": "Thu Aug 21 01:01:19 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Aug 21 11:07:06 2008 +0200"
      },
      "message": "x86: fix apic version warning\n\nafter following patch,\n\ncommit 1b313f4a6d7bee7b2c034b3f1e203bc360a71cca\nAuthor: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nDate:   Mon Aug 18 20:45:57 2008 +0400\n\n    x86: apic - generic_processor_info\n\n    - use physid_set instead of phys_cpu and physids_or\n    - set phys_cpu_present_map bit AFTER check for allowed\n      number of processors\n    - add checking for APIC valid version in 64bit mode\n      (mostly not needed but added for merging purpose)\n    - add apic_version definition for 64bit mode which\n      is used now\n\nwe are getting warning for acpi path on 64 bit system.\n\nmake the 64-bit side fill in apic_version[] as well.\n\n[ mingo@elte.hu: build fix ]\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "77ef50a522717fa040636ee1017179ceba12ff62",
      "tree": "57b082ad5b314605d5d9dab50068737f324cae60",
      "parents": [
        "a656c8efb40a8700046df20da2195f8aa39ce38a"
      ],
      "author": {
        "name": "Vegard Nossum",
        "email": "vegard.nossum@gmail.com",
        "time": "Wed Jun 18 17:08:48 2008 +0200"
      },
      "committer": {
        "name": "Vegard Nossum",
        "email": "vegard.nossum@gmail.com",
        "time": "Tue Jul 22 21:31:34 2008 +0200"
      },
      "message": "x86: consolidate header guards\n\nThis patch is the result of an automatic script that consolidates the\nformat of all the headers in include/asm-x86/.\n\nThe format:\n\n1. No leading underscore. Names with leading underscores are reserved.\n2. Pathname components are separated by two underscores. So we can\n   distinguish between mm_types.h and mm/types.h.\n3. Everything except letters and numbers are turned into single\n   underscores.\n\nSigned-off-by: Vegard Nossum \u003cvegard.nossum@gmail.com\u003e\n"
    },
    {
      "commit": "e3ae0acf59244ecf5b023ec99cef4b6b29d649bc",
      "tree": "02a8bfdcab61677430ecfe04e9e44e1007c35f0e",
      "parents": [
        "4b62ac9a2b859f932afd5625362c927111b7dd9b",
        "e7eb8726d0e144f0925972c4ecee945e91a42753"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Jul 08 12:24:13 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Jul 08 12:24:13 2008 +0200"
      },
      "message": "Merge branch \u0027x86/uv\u0027 into x86/devel\n"
    },
    {
      "commit": "b6df1b8bc1250191cfee15627697111c1cbda53f",
      "tree": "b5991eafa0f5f4e155921bd10d4f44696c271b8d",
      "parents": [
        "d400524affeb84bdfc2b00cd561fbfb8c09dadd7"
      ],
      "author": {
        "name": "Jack Steiner",
        "email": "steiner@sgi.com",
        "time": "Thu Jun 19 21:51:05 2008 -0500"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Jul 08 12:23:28 2008 +0200"
      },
      "message": "x86: fix stack overflow for large values of MAX_APICS\n\nphysid_mask_of_physid() causes a huge stack (12k) to be created if the\nnumber of APICS is large. Replace physid_mask_of_physid() with a\nnew function that does not create large stacks. This is a problem only\non large x86_64 systems.\n\nthis paves the way to increase MAX_APICS.\n\nSigned-off-by: Jack Steiner \u003csteiner@sgi.com\u003e\nCc: linux-mm@kvack.org\nCc: mingo@elte.hu\nCc: tglx@linutronix.de\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "fcfa146e412023dd55f8855f240b2c2082dc1baa",
      "tree": "76cc7c6a9b9cd1f303f2cc4f4360d9f3ce2123a5",
      "parents": [
        "95a71a45c250177854f7c530810c88a8a19a443b"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "yhlu.kernel@gmail.com",
        "time": "Wed Jun 18 17:29:31 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Jul 08 10:39:07 2008 +0200"
      },
      "message": "x86: update mptable fix with no ioapic v2\n\nif the system doesn\u0027t have ioapic, we don\u0027t need to store entries for mptable\nupdate\n\nalso let mp_config_acpi_gsi not call func in mpparse\nso later could decouple mpparse with acpi more easily\n\nReported-by: Daniel Exner \u003cdex@dragonslave.de\u003e\nSigned-off-by: Yinghai Lu \u003cyhlu.kernel@gmail.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Daniel Exner \u003cdex@dragonslave.de\u003e\nCc: Len Brown \u003clenb@kernel.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "d867e5310bd3c560093d39669ef52ff7f1b5711a",
      "tree": "3be9c3a370de73eef951be4d6bd530064aa9fd3b",
      "parents": [
        "9a27f5c51629c3d3b7718dd4be3d2722b472fafe"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "yhlu.kernel@gmail.com",
        "time": "Sat Jun 14 01:26:41 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Jul 08 10:36:40 2008 +0200"
      },
      "message": "x86: keep MP_intsrc_info untouched if we do not update mptable\n\nDaniel Exner reported IO-APIC enumeration breakage in linux-next.\n\nAlexey Starikovskiy found out that it might be related to\ncommit 2944e16b25 \"x86: update mptable\".\n\nuse enable_update_mptable to decide if need check before add mp_irqs array.\n\nReported-by: Daniel Exner \u003cwebmaster@dragonslave.de\u003e\nSigned-off-by: Yinghai Lu \u003cyhlu.kernel@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "af1cf204ba2fd8135933a2e4df523fb1112dc0e2",
      "tree": "6c5aaebf5e299e5f6c2fbc38bc0f2c9635f27042",
      "parents": [
        "6780711e9817585f89b02b0556aac3564cbe1f45"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Sun May 25 21:16:06 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Jun 10 11:35:12 2008 +0200"
      },
      "message": "x86, mpparse: build fix\n\nfix:\n\n  LD      .tmp_vmlinux1\n  arch/x86/kernel/built-in.o: In function `setup_arch\u0027:\n  : undefined reference to `early_reserve_e820_mpc_new\u0027\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "d49c4288407b2ffa8cab270cb5bc6882abe969f6",
      "tree": "8ad69dcc6f70ab18a4dfdf8d39dc4dff96ae1fd9",
      "parents": [
        "e0da33646826b66ef933d47ea2fb7a693fd849bf"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "yhlu.kernel@gmail.com",
        "time": "Sun Jun 08 18:31:54 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Jun 10 11:34:42 2008 +0200"
      },
      "message": "x86: make generic arch support NUMAQ\n\n... so it could fall back to normal numa and we\u0027d reduce the impact of the\nNUMAQ subarch.\n\nNUMAQ depends on GENERICARCH\nalso decouple genericarch numa from acpi.\nalso make it fall back to bigsmp if apicid \u003e 8.\n\nSigned-off-by: Yinghai Lu \u003cyhlu.kernel@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e0da33646826b66ef933d47ea2fb7a693fd849bf",
      "tree": "398d86b96531e574c4710ea1538806b7e0ae0fef",
      "parents": [
        "c3ff01672a23fabb40d4b80ff25a845582fd07c2"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "yhlu.kernel@gmail.com",
        "time": "Sun Jun 08 18:29:22 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Jun 10 11:32:09 2008 +0200"
      },
      "message": "x86: introduce max_physical_apicid for bigsmp switching\n\na multi-socket test-system with 3 or 4 ioapics, when 4 dualcore cpus or\n2 quadcore cpus installed, needs to switch to bigsmp or physflat.\n\nCPU apic id is [4,11] instead of [0,7], and we need to check max apic\nid instead of cpu numbers.\n\nalso add check for 32 bit when acpi is not compiled in or acpi\u003doff.\n\nSigned-off-by: Yinghai Lu \u003cyhlu.kernel@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "ab530e1f781da4d704892daab2bdd568f473687d",
      "tree": "38fd2364225dd8ba8051c77df25457cdaa96833f",
      "parents": [
        "f19dc2f22a180dde3f9e611b76c73f5390c11ecd"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "yhlu.kernel@gmail.com",
        "time": "Tue Jun 03 10:25:54 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Jun 04 12:01:06 2008 +0200"
      },
      "message": "x86: early check if a system is numaq\n\nso we could fall back to one node numa.\n\nSigned-off-by: Yinghai Lu \u003cyhlu.kernel@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "835fc943f34139ed062f1ac194b52ed3b7123d88",
      "tree": "97f4bc6efe85e45d45fd09f183c42cc856077d06",
      "parents": [
        "c8c034ce79418d2143c00c4cf751cfa51701f788"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Jun 03 14:42:06 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Jun 03 14:44:42 2008 +0200"
      },
      "message": "x86: mp build fix\n\nfix:\n\n drivers/built-in.o: In function `acpi_pci_irq_enable\u0027:\n : undefined reference to `mp_config_acpi_gsi\u0027\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "2944e16b25e7fb8b5ee0dd9dc7197a0f9e523cfd",
      "tree": "0114128fdb9d2f54188a1684758e0217eadae1e5",
      "parents": [
        "e8c27ac9191ab9e6506ae5cbe70d87ac50f8e960"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "yhlu.kernel@gmail.com",
        "time": "Sun Jun 01 13:17:38 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Jun 03 13:26:27 2008 +0200"
      },
      "message": "x86: update mptable\n\nmake mptable to be consistent with acpi routing, so we could:\n\n1. kexec kernel with acpi\u003doff\n2. work around BIOSes where acpi routing is working, but mptable is\n   not right, so can use kernel/kexec to start other OSes that don\u0027t have\n   good acpi support.\n\ncommand line: update_mptable\n\nSigned-off-by: Yinghai Lu \u003cyhlu.kernel@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "ce6444d39fdea29dcf145d2d95fe9cdc850aa53c",
      "tree": "7a619f08b73cd516d9c8e5195e23881642c57cfb",
      "parents": [
        "bab4b27c00c4880737c18bb91138b1a7dd94164c"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Mon May 19 19:47:09 2008 +0400"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Sun May 25 12:01:25 2008 +0200"
      },
      "message": "x86: mp_bus_id_to_pci_bus is not needed\n\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": "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": "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": "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": "30971e17ee484f72e081826a0bf3e489ef3b4c30",
      "tree": "4b48bdf5eb1ede83ae3359816fbdd0697cb7c0cd",
      "parents": [
        "8f08403e61a86c3179642239184aff3a5f636be1"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:49 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/mpspec.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "037cab07e9515149fecc2274775807f06ea6b036",
      "tree": "ce551b4846fa55f8e60cd62d3c0004e856e838dd",
      "parents": [
        "e129cb490e842753b43af7aae136935fc0928dc8"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Tue Mar 11 22:55:48 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:59 2008 +0200"
      },
      "message": "x86: move mp_bus_id_to_node to numa.c\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e129cb490e842753b43af7aae136935fc0928dc8",
      "tree": "aa5c03fe44d3e05481842ca71c80090746b40ef5",
      "parents": [
        "c0a282c251181aa423d4831719613b8286b5b839"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Tue Mar 11 22:55:42 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:59 2008 +0200"
      },
      "message": "x86: move mp_bus_id_to_local to numa.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "c0a282c251181aa423d4831719613b8286b5b839",
      "tree": "8083d4d0e0b28a1640c5d640cc69e5e33596e0a1",
      "parents": [
        "9e0a2de2684372f16130b753efdbf226a997efb0"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 20 14:55:02 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:59 2008 +0200"
      },
      "message": "x86: make mp_bus_id_to_type optional\n\n[ mingo@elte.hu: fix boot regression. ]\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "a6333c3ccbdc0ae001cff6ee1d3633942ef763f4",
      "tree": "fc775b3a0a74bd32534082a64ca53aaae406a346",
      "parents": [
        "8643f9d02a7bb9db74634b4c062d8e70ce7c59b9"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Thu Mar 20 14:54:09 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:58 2008 +0200"
      },
      "message": "x86: add mp_bus_not_pci bitmap to mpparse_32.c\n\nSigned-off: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "8643f9d02a7bb9db74634b4c062d8e70ce7c59b9",
      "tree": "f7d31205f8a9ea6e1c9551cbc0d160072c33f112",
      "parents": [
        "6079d2d5d11122eb52721f0f3c828952a490e6c1"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "Yinghai.Lu@Sun.COM",
        "time": "Tue Feb 19 03:21:06 2008 -0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:58 2008 +0200"
      },
      "message": "x86: get boot_cpu_id as early for k8_scan_nodes\n\nWhen acpi\u003doff or there is no SRAT defined, apicid_to_node is got from K8\nNorthbridge PCI configuration space in k8_scan_nodes() in\narch/x86_64/mm/k8toplogy.c.\n\nThe problem is that it assumes bsp apic id is 0 at that point.\n\nFor four socket system with Quad core cpus installed, all cpus apic id\nis offset by 4, and bsp apic id is 4.\n\nFor eight socket system with dual core cpus installed, all cpus apic id\nis offset by 2, and bsp apic id is 2.\n\nWe need get boot_cpu_id --- bsp apic id, before k8_scan_nodes by called.\n\nSo create early_acpi_boot_init and early_get_smp_config for get boot_cpu_id.\n\nSigned-off-by: Yinghai Lu \u003cyhlu.kernel@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "6079d2d5d11122eb52721f0f3c828952a490e6c1",
      "tree": "7882df91e3953cf0d6097548c35c90fb43a2e045",
      "parents": [
        "5d570cbbf25a62e9c077f5b351fb142dbfc67288"
      ],
      "author": {
        "name": "Alexey Starikovskiy",
        "email": "astarikovskiy@suse.de",
        "time": "Tue Mar 11 19:45:48 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:58 2008 +0200"
      },
      "message": "x86: move quad_local_to_mp_bus_id to numa.c\n\nSigned-off-by: Alexey Starikovskiy \u003castarikovskiy@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "ae9d983be1eefac4b5efad69a188e7ac89a75797",
      "tree": "ecdf7ad736e1fe98dff2277649b573135d1381fd",
      "parents": [
        "c2805aa1d8ae51c7582d2ccbd736afa545cf5cc4"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Jan 30 13:30:36 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Jan 30 13:30:36 2008 +0100"
      },
      "message": "x86: cleanup smp.h variants\n\nBring the smp.h variants into sync to prepare merging and\nparavirt support.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "c2805aa1d8ae51c7582d2ccbd736afa545cf5cc4",
      "tree": "90ecc8370d0118300646f357a8e8d34a06df448a",
      "parents": [
        "64883ab0e3386d72112a9091d886352a7b4b8bf6"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Jan 30 13:30:35 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Jan 30 13:30:35 2008 +0100"
      },
      "message": "x86: merge mpspec variants\n\nThe delta is now minimal. Merge them\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "96a388de5dc53a8b234b3fd41f3ae2cedc9ffd42",
      "tree": "d947a467aa2da3140279617bc4b9b101640d7bf4",
      "parents": [
        "27bd0c955648646abf2a353a8371d28c37bcd982"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Thu Oct 11 11:20:03 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Thu Oct 11 11:20:03 2007 +0200"
      },
      "message": "i386/x86_64: move headers to include/asm-x86\n\nMove the headers to include/asm-x86 and fixup the\nheader install make rules\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    }
  ]
}
