)]}'
{
  "log": [
    {
      "commit": "01aaea1afbcdb7c49fe4a567ebe3e295db9f720d",
      "tree": "21974b32aad2b004d2ac67bf5ee7d8812d0d30cd",
      "parents": [
        "459cce726730ca0ac93701e53aa1d0d055ce9e90"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "yhlu.kernel@gmail.com",
        "time": "Thu Mar 06 13:46:39 2008 -0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:58 2008 +0200"
      },
      "message": "x86: introduce initial apicid\n\nstore initial_apicid from early identify. it is could be different from\nphys_proc_id later.\n\nalso print it out in /proc/cpuinfo.\n\nSigned-off-by: Yinghai Lu \u003cyhlu.kernel@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "4e4eee0e0139811b36a07854dcfa9746bc8b16d3",
      "tree": "a9386a0816fe40cec4fae524759dc7cb93f46725",
      "parents": [
        "e587cadd8f47e202a30712e2906a65a0606d5865"
      ],
      "author": {
        "name": "Mathieu Desnoyers",
        "email": "mathieu.desnoyers@polymtl.ca",
        "time": "Sat Feb 02 15:42:20 2008 -0500"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:58 2008 +0200"
      },
      "message": "x86: enhance DEBUG_RODATA support for hotplug and kprobes\n\nStandardize DEBUG_RODATA, removing special cases for hotplug and kprobes.\n\nSigned-off-by: Mathieu Desnoyers \u003cmathieu.desnoyers@polymtl.ca\u003e\nCc: Andi Kleen \u003candi@firstfloor.org\u003e\nCc: pageexec@freemail.hu\nCc: akpm@linux-foundation.org\nCC: Andi Kleen \u003candi@firstfloor.org\u003e\nCC: pageexec@freemail.hu\nCC: H. Peter Anvin \u003chpa@zytor.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "e587cadd8f47e202a30712e2906a65a0606d5865",
      "tree": "9df9016b1cba513cc48472d335899ae5e216f8f1",
      "parents": [
        "77bf90ed66116a1fc0e2f0554ecac75a54290cc0"
      ],
      "author": {
        "name": "Mathieu Desnoyers",
        "email": "mathieu.desnoyers@polymtl.ca",
        "time": "Thu Mar 06 08:48:49 2008 -0500"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:58 2008 +0200"
      },
      "message": "x86: enhance DEBUG_RODATA support - alternatives\n\nFix a memcpy that should be a text_poke (in apply_alternatives).\n\nUse kernel_wp_save/kernel_wp_restore in text_poke to support DEBUG_RODATA\ncorrectly and so the CPU HOTPLUG special case can be removed.\n\nAdd text_poke_early, for alternatives and paravirt boot-time and module load\ntime patching.\n\nChangelog:\n\n- Fix text_set and text_poke alignment check (mixed up bitwise and and or)\n- Remove text_set\n- Export add_nops, so it can be used by others.\n- Document text_poke_early.\n- Remove clflush, since it breaks some VIA architectures and is not strictly\n  necessary.\n- Add kerneldoc to text_poke and text_poke_early.\n- Create a second vmap instead of using the WP bit to support Xen and VMI.\n- Move local_irq disable within text_poke and text_poke_early to be able to\n  be sleepable in these functions.\n\nSigned-off-by: Mathieu Desnoyers \u003cmathieu.desnoyers@polymtl.ca\u003e\nCC: Andi Kleen \u003candi@firstfloor.org\u003e\nCC: pageexec@freemail.hu\nCC: H. Peter Anvin \u003chpa@zytor.com\u003e\nCC: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "77bf90ed66116a1fc0e2f0554ecac75a54290cc0",
      "tree": "7b71df7149473be877dfa4488e7e5e154c2cd508",
      "parents": [
        "282bfe21cf0e2af9eac052c89bcc0a5ace80352f"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Mon Mar 03 11:37:23 2008 -0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:57 2008 +0200"
      },
      "message": "x86: replace remaining __FUNCTION__ occurances\n\n__FUNCTION__ is gcc-specific, use __func__\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "282bfe21cf0e2af9eac052c89bcc0a5ace80352f",
      "tree": "ba20a4b48ef1c31a973666e3f4457b9a3dc28ee1",
      "parents": [
        "a7062211865efb53cda253d6e33a106f0fe20ebe"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "yhlu.kernel@gmail.com",
        "time": "Thu Mar 06 01:13:34 2008 -0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:57 2008 +0200"
      },
      "message": "x86: show apicid for cpu in proc\n\nSigned-off-by: Yinghai Lu \u003cyhlu.kernel@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "a7062211865efb53cda253d6e33a106f0fe20ebe",
      "tree": "ad3384e1304ebe8de4e5caa2fee20fb843d8ff61",
      "parents": [
        "97b44ae6cd8117212d41bedc433b5571ee3b79d9"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "yhlu.kernel@gmail.com",
        "time": "Thu Mar 06 01:11:11 2008 -0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:57 2008 +0200"
      },
      "message": "x86: fix amd_detect_cmp\n\nfor system with apicid lifting, boot cpu apicid will be 4\n\ngot:\n\n  CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)\n  CPU: L2 Cache: 512K (64 bytes/line)\n  CPU 0/4 -\u003e Node 0\n  CPU: Physical Processor ID: 1\n  CPU: Processor Core ID: 0\n\nso try to offset apicid back before get phys_proc_id with bits shift.\nthen we can get correct socket ID\n\nalso remove remove cpu_data(0) reference.\n\nbecause cpu_data(0) only be ready after smp_prepare_cpus with the assignment\nfrom boot_cpu_data to current_cpu_data aka cpu_data(0).\n\nand check_bugs()\u003d\u003d\u003eidentify_cpu(\u0026boot_cpu_data) is quite before than\nsmp_prepare_cpus. So just use boot_cpu_id instead.\n\nSigned-off-by: Yinghai Lu \u003cyhlu.kernel@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "97b44ae6cd8117212d41bedc433b5571ee3b79d9",
      "tree": "4917db26064a59a44601fc600fb9d3befda50fd2",
      "parents": [
        "eee6dd15723639f9270e4c561a0c82e8e18bd587"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Mar 06 10:43:17 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:57 2008 +0200"
      },
      "message": "x86: add KERN_INFO to show_unhandled_signals printout\n\nBefore:\n   total: 0 errors, 1 warnings, 678 lines checked\nAfter:\n   total: 0 errors, 0 warnings, 678 lines checked\n\nNo code changed:\n\narch/x86/kernel/signal_32.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n   5333\t      0\t      4\t   5337\t   14d9\tsignal_32.o.before\n   5336\t      0\t      4\t   5340\t   14dc\tsignal_32.o.after\n\nmd5:\n   c279e98012a2808e90cfa2a7787e42a4  signal_32.o.before.asm\n   c279e98012a2808e90cfa2a7787e42a4  signal_32.o.after.asm\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "eee6dd15723639f9270e4c561a0c82e8e18bd587",
      "tree": "fd4218fd8a778e08165d0872a3e9c4f36484d2d3",
      "parents": [
        "7e907f48980d6668f99206ba0dded40dca2d086f"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Mar 06 10:39:07 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:57 2008 +0200"
      },
      "message": "x86: move extern declaration to vdso.h\n\nBefore:\n   total: 0 errors, 3 warnings, 685 lines checked\nAfter:\n   total: 0 errors, 1 warnings, 678 lines checked\n\nNo code changed:\n\narch/x86/kernel/signal_32.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n   5333\t      0\t      4\t   5337\t   14d9\tsignal_32.o.before\n   5333\t      0\t      4\t   5337\t   14d9\tsignal_32.o.after\n\nmd5:\n   c279e98012a2808e90cfa2a7787e42a4  signal_32.o.before.asm\n   c279e98012a2808e90cfa2a7787e42a4  signal_32.o.after.asm\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7e907f48980d6668f99206ba0dded40dca2d086f",
      "tree": "fca2bc443e034ad4abbc06f518a03e32a0f48b47",
      "parents": [
        "a7113170214b569d24e413326a56c4cc5cc1a152"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Mar 06 10:33:08 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:57 2008 +0200"
      },
      "message": "x86: clean up arch/x86/kernel/signal_32.c\n\nBefore:\n   total: 21 errors, 6 warnings, 665 lines checked\nAfter:\n   total: 0 errors, 3 warnings, 685 lines checked\n\nNo code changed:\n\narch/x86/kernel/signal_32.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n   5333\t      0\t      4\t   5337\t   14d9\tsignal_32.o.before\n   5333\t      0\t      4\t   5337\t   14d9\tsignal_32.o.after\n\nmd5:\n   c279e98012a2808e90cfa2a7787e42a4  signal_32.o.before.asm\n   c279e98012a2808e90cfa2a7787e42a4  signal_32.o.after.asm\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "a7113170214b569d24e413326a56c4cc5cc1a152",
      "tree": "a1821afae04f9fabc3c2ca7cfbca9a778ffdf71c",
      "parents": [
        "c1db29dbc761e9a464b417df7d4dbbae7df81f4c"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Mar 06 10:24:04 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:57 2008 +0200"
      },
      "message": "x86: remove DEBUG_SIG\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "c1db29dbc761e9a464b417df7d4dbbae7df81f4c",
      "tree": "9812c9aaf1808690df27832e90e4bb7ddd80dcff",
      "parents": [
        "16281a998d7340a5bee4078f6f9a26c47208eb86"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Tue Mar 04 16:47:00 2008 -0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:57 2008 +0200"
      },
      "message": "x86: arch/x86/kernel/cpu/feature_names.c - use angle brackets for include\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f668964ea1485c64cc9ab0721679fe9cd90cc406",
      "tree": "6065b6efed25830bc5bbab8420bf451a83f59849",
      "parents": [
        "ca9cda2f7b53da619fabde4c0c1bd5f61039bd5b"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Mar 05 15:37:32 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:57 2008 +0200"
      },
      "message": "x86: clean up i387.c\n\nminor coding style cleanups.\n\nBefore:\n   total: 0 errors, 3 warnings, 479 lines checked\nAfter:\n   total: 0 errors, 1 warnings, 483 lines checked\n\nNo code changed:\n\narch/x86/kernel/i387.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n   2379\t      4\t      8\t   2391\t    957\ti387.o.before\n   2379\t      4\t      8\t   2391\t    957\ti387.o.after\n\nmd5:\n   e1434553a3b4ff1f52ad97a68b1fad8a  i387.o.before.asm\n   e1434553a3b4ff1f52ad97a68b1fad8a  i387.o.after.asm\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e104383fbf26570968cbf060955f67cd5378300a",
      "tree": "044ab3ef8d030a92eb55d76bfd72d7688a2ae4b8",
      "parents": [
        "e90009bcc1137c51d677262417f16c00ad2ce9a9"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:13:14 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:57 2008 +0200"
      },
      "message": "x86: use cpu_relax instead of rep_nop\n\nThis is done for smpboot_32.c\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e90009bcc1137c51d677262417f16c00ad2ce9a9",
      "tree": "77aecc911a4ee119e2fffeca7ec60c13f5566f0c",
      "parents": [
        "91718e8d13c23bfe0aa6fa6b730c5c33ee9771bf"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:13:13 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:57 2008 +0200"
      },
      "message": "x86: use wait_for_init_deassert in x86_64\n\nwraps the busy loop for wait_for_init_deasserted() in a function,\nso smp_callin in x86_64 looks like more i386\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "91718e8d13c23bfe0aa6fa6b730c5c33ee9771bf",
      "tree": "6ed8d645bfdc0bdcf6b93e3ac9b618f879b3bf8b",
      "parents": [
        "da522b07293756b9cb4e2c570454f95b8e79e189"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:13:12 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:57 2008 +0200"
      },
      "message": "x86: unify setup_trampoline\n\nsetup_trampoline() looks very similar between architectures, and this\npatch unifies them. The i386 version allocates bootmem memory, while\nthe x86_64 version uses a fixed address.\n\nIn this patch, we initialize the global trampoline_base to the x86_64 version,\nand i386 allocation can later override it.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "da522b07293756b9cb4e2c570454f95b8e79e189",
      "tree": "7edfa113ca9430d62999184132b0c9a30c5d19b2",
      "parents": [
        "d507897b2f179a9b30ce2f91b768ed2ee84575bc"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:13:11 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:57 2008 +0200"
      },
      "message": "x86: adapt voyager\u0027s setup_trampoline\n\nmake setup_trampoline non-static. This way, it won\u0027t conflict\nwith the extern declaration in smp.h\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "d507897b2f179a9b30ce2f91b768ed2ee84575bc",
      "tree": "015cc30234e6987f9893e1c2795461e4867fa681",
      "parents": [
        "420688293927a590d092ec76ef97c2565ae21aff"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:13:10 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:57 2008 +0200"
      },
      "message": "x86: adapt voyager\u0027s trampoline_base\n\nChange voyager\u0027s trampoline base to unsigned char *\ninstead of u32. This way, it won\u0027t conflict with\nthe other architectures when including smp.h\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "420688293927a590d092ec76ef97c2565ae21aff",
      "tree": "03dfb10406094bb146cebe487cb9c2c7232feee8",
      "parents": [
        "89b08200ad8bc8fb860da218c4f3bcc292bf286c"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:13:09 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: move trampoline arrays extern definition to smp.h\n\nIn here, they can serve both architectures\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "89b08200ad8bc8fb860da218c4f3bcc292bf286c",
      "tree": "e298a805491494fef4083bd452fe5e9b712626d5",
      "parents": [
        "69c18c15d39c4622c6e2f97e5db4d8c9c43adaaa"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:13:08 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: make x86_64 accept the max_cpus parameter\n\nThe parameter passing parsing is done in the common smpboot.c\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "69c18c15d39c4622c6e2f97e5db4d8c9c43adaaa",
      "tree": "cf04add1e7b3544056eecb3b511bf4d6177120bc",
      "parents": [
        "e9a6cb96fafa4d4df2033ab6cf9c817f6f47e052"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:13:07 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: merge __cpu_disable and cpu_die\n\nThey are now equal, and are moved to a common file\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e9a6cb96fafa4d4df2033ab6cf9c817f6f47e052",
      "tree": "5c172cae5bc9314f093f28db995aaec28ab44747",
      "parents": [
        "045f9d22029e94d6609d46f8ee07c63f4693dfb3"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:13:06 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: do not clear cpu_online_map\n\nit was already cleared two lines above, and so, this removal\nis bogus\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "045f9d22029e94d6609d46f8ee07c63f4693dfb3",
      "tree": "2eea11b017c1614d5de9138d78436e1e3759bcdc",
      "parents": [
        "fc25da9ec6c910976b76c70f7604a838679f75b2"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:13:05 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: use remove_from_maps in cpu_disable\n\nit is already used in x86_64. In i386, it only\nremoves from cpu_online_map\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "fc25da9ec6c910976b76c70f7604a838679f75b2",
      "tree": "5bcf4c5fe59de6a27367c55948c7553938b43bc3",
      "parents": [
        "70708a18e834fd709a4f497bb419ec84d1eb3511"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:13:04 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: remove vector_lock around cpu_online_map\n\nThis lock does not protect cpu_online_map, so its\nlength can be shortened, and in some cases, removed.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "70708a18e834fd709a4f497bb419ec84d1eb3511",
      "tree": "d93d39ca9829f762f51406f9759d2dd54a88e112",
      "parents": [
        "768d95051bdaf60b4eb89b42c133b14627f478f2"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:13:03 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: move cpu_coregroup_map to common file\n\nit is equal between architectures\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "768d95051bdaf60b4eb89b42c133b14627f478f2",
      "tree": "805873c963721c6a52c3b0737118f6f18d2a02d8",
      "parents": [
        "1dbb4726faebe9e64a1e9cf40e3b39fffa065a65"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:13:02 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: move sibling functions to common file\n\nset_cpu_sibling_map() and remove_sibling_info() are\nequal between architectures, and are now moved to common\nfile\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "61d5989973cc52b0ef0f781e870dfe5da6d5023e",
      "tree": "26719f7d4814d36a6a9655f81a1a89f912b53e23",
      "parents": [
        "1452207689b3c0dd2ffed40735289a3a4a8c0c7c"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:13:00 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: make remove_siblinginfo non-static\n\nthis is done to match i386\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "1452207689b3c0dd2ffed40735289a3a4a8c0c7c",
      "tree": "098e5b305974127c864276e636ad174846bbcfed",
      "parents": [
        "a355352b97901d987f54ea7c7d7161eb51a3799c"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:59 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: make set_cpu_sibling_map nonstatic\n\nAnd move its extern definition to smp.h, the common header\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "a355352b97901d987f54ea7c7d7161eb51a3799c",
      "tree": "70ccde573fa07e8d2c38c113aef0718d9dc31fa6",
      "parents": [
        "5382e89670399f9db8a58b3c6f850fa4a94f6cca"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:58 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: move equal types to common file\n\nmove definitions that are now equal in type from\nsmpboot_{32,64}.c to smpboot.c\n\ncpu_callin_map is put temporarily in smp_64.h (already\nexists in smp_32.h), and will soon be merged.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "5382e89670399f9db8a58b3c6f850fa4a94f6cca",
      "tree": "8106996ab3c1d5c2e6880fc87c050ac884914a21",
      "parents": [
        "fe6762030ca3728d3e24b556676114a6a64a97be"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:57 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: adjust types in smpcommon_32.c\n\nso they can have the same type as x86_64\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "0941ecb55fbfd2d8bcc62dfd2fcaba1b35f2f196",
      "tree": "1e5ab463fc747dcc1cf56c22df7c3c5b745ac981",
      "parents": [
        "c048fdfe6178e082be918d4062c86d9764979112"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:55 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: get rid of smp_32.c and smp_64.c\n\nThis patch merges the copyright notices, and valuable\ncomments that were left back on smp_{32,64}.c. With that,\nfiles are empty, and are deleted\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "c048fdfe6178e082be918d4062c86d9764979112",
      "tree": "51814f6d4c259bd5a6c3eaa02c3fb5ff7f844228",
      "parents": [
        "8202350367ac11d571f6dd4c21c2027a4d235276"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:54 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: create tlb files\n\nthis patch creates tlb_32.c and tlb_64.c, with\ntlb-related functions that used to live in smp*.c files.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "8202350367ac11d571f6dd4c21c2027a4d235276",
      "tree": "2af8ec46d8191638c43b13ca16a8df2545db5064",
      "parents": [
        "f9e47a126be2eaabf04a1a5c71ca7b23a473d0d8"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:53 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: create ipi.c\n\nThis patch moves all ipi and apic related functions\nfrom smp_32.c to ipi.c\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f9e47a126be2eaabf04a1a5c71ca7b23a473d0d8",
      "tree": "5a16cf4ac06bb4031de1be5070281ef5f7847bf0",
      "parents": [
        "377d698426b8c685fb6d48fe89694fe4ce3aa1f8"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:52 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: create smp.c\n\nthis patch moves all the functions and data structures that look\nlike exactly the same from smp_{32,64}.c to smp.c\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "377d698426b8c685fb6d48fe89694fe4ce3aa1f8",
      "tree": "b7f14ee713660b01007385c00bfe85c12efd84c2",
      "parents": [
        "321183c145a37e6d31cc55e0f69a226f9006e621"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:51 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:56 2008 +0200"
      },
      "message": "x86: unify smp_send_stop\n\nfunction definition is moved to common header.\nx86_64 version is now called native_smp_send_stop\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "321183c145a37e6d31cc55e0f69a226f9006e621",
      "tree": "f230034dc40d34c5592185994d48ae9907ad87c8",
      "parents": [
        "3be5b49e8f1002bc562a2b4670093e4ebf27b4e9"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:50 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:55 2008 +0200"
      },
      "message": "x86: add reboot_force test to native_smp_send_stop\n\nThis can be safely added to i386. After that,\nfunctions look exactly the same for both arches\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "3be5b49e8f1002bc562a2b4670093e4ebf27b4e9",
      "tree": "a6ec2f5165c557dcd46ef926094897cf823a8bb9",
      "parents": [
        "3d3f487c58ef1ece714af280b29411960908149c"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:49 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:55 2008 +0200"
      },
      "message": "x86: make stop_this_cpu looks exactly equal in both arches\n\nwith the hlt_works change, it is possible to have i386\nand x86_64 stop_this_cpu() looking exactly the same. They\ncan, after that, be merged.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "2513926c286ca1d0d189c206966011bdd4080354",
      "tree": "f93f8788a4c972e40231aae88c15015c79d019d7",
      "parents": [
        "3a36d1e435af79ec3bc5ead871e5b22d5558ebf3"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:47 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:55 2008 +0200"
      },
      "message": "x86: change x86_64 smp_call_function_mask to look alike i386\n\nthe two versions (the inner version, and the outer version, that takes\nthe locks) of smp_call_function_mask are made into one. With the changes,\ni386 and x86_64 versions look exactly the same.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "3a36d1e435af79ec3bc5ead871e5b22d5558ebf3",
      "tree": "d7b07427b52a63fce0050cfad4462a113fb76a08",
      "parents": [
        "e32640a2cd530e1259a06e34a72b0cdb73738ce2"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:46 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:55 2008 +0200"
      },
      "message": "x86: provide __smp_call_function\n\nThis function is used in smp_send_stop(). It\u0027s like\nsmp_call_function_mask, but always go to all online cpus,\nand does not take any locks.\n\nIt is added to x86_64, but will soon be unified in a common file\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e32640a2cd530e1259a06e34a72b0cdb73738ce2",
      "tree": "56cbc749b47c287c6bbb2a1f92ece7b81977f8f6",
      "parents": [
        "3428f3d6caa3bc2adde050a2771a2821eb46f901"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:45 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:55 2008 +0200"
      },
      "message": "x86: create smpcommon.c\n\nThis patch creates smpcommon.c with functions that are\nequal between architectures. The i386-only init_gdt\nis ifdef\u0027d.\n\nNote that smpcommon.o figures twice in the Makefile:\nthis is because sub-architectures like voyager that does\nnot use the normal smp_$(BITS) files also have to access them\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "3428f3d6caa3bc2adde050a2771a2821eb46f901",
      "tree": "c979f745ef021db069606f4846594b5ce58c22e0",
      "parents": [
        "7930e53422d3d06ea873199f66c288806d37cc94"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:44 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:55 2008 +0200"
      },
      "message": "x86: remove irqs disabled warning.\n\nthere\u0027s already a warning in the topmost function\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7930e53422d3d06ea873199f66c288806d37cc94",
      "tree": "a65972e344707ec8047ab75a02908be98e67ba82",
      "parents": [
        "68a1c3f8cd893f5c3c1396fec5be7d8acac4fc93"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:43 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:54 2008 +0200"
      },
      "message": "x86: remove export for smp_call_function_mask.\n\nwith this removal, exports for both i386 and x86_64,\nregarding the \"smp_call_function\" series are now the same.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "68a1c3f8cd893f5c3c1396fec5be7d8acac4fc93",
      "tree": "9e68b2943f67912535b649a45a659ee1fc076aa2",
      "parents": [
        "7b1292e2371e3ae2ac69fbb899d539ddc7b53a27"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:42 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:53 2008 +0200"
      },
      "message": "x86: move prefill_possible_map to common file\n\nthis patches moves prefill_possible_map() to smpboot.c\nRight now it is x86_64-specific, but nothing intrinsically\nprevents it to be used by i386\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7b1292e2371e3ae2ac69fbb899d539ddc7b53a27",
      "tree": "e18c0668c0245f7096fe0a31771133ce96ea8af7",
      "parents": [
        "93b016f8f393c1f8c27e8c4df06ad1420fac65f5"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:41 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:53 2008 +0200"
      },
      "message": "x86: use disabled_cpus in i386\n\nthis patch allows a cpu to be marked as present but disabled in i386,\njust as x86_64 currently does.\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "c559764923dacef301116a248695856e6eb96e48",
      "tree": "6ab62d053e683aeb130025f260dfd4de86252bb3",
      "parents": [
        "7557da67208f6ed3a1073594b7597bf20c9eb63a"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:39 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:53 2008 +0200"
      },
      "message": "x86: unify smp_cpus_done\n\ndefinition is moved to common header. x86_64 version is now called\nnative_smp_cpus_done\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7557da67208f6ed3a1073594b7597bf20c9eb63a",
      "tree": "ee166a69da2df6588d78ba650579f163109f5f3d",
      "parents": [
        "1e3fac83da056f26bcb96e13967c157de55bf2ef"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:38 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:53 2008 +0200"
      },
      "message": "x86: unify smp_prepare_cpus\n\ndefinition is moved to common header. x86_64 version is now called\nnative_smp_prepare_cpus\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "1e3fac83da056f26bcb96e13967c157de55bf2ef",
      "tree": "4bdbac0e22ecf4a5e2d086ed61d514986546d637",
      "parents": [
        "71d195492a6e0b22135a7156af1b41c0f99a116b"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:37 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:53 2008 +0200"
      },
      "message": "x86: unify prepare_boot_cpu\n\ndefinition is moved to common header. x86_64 version is now called\nnative_prepare_boot_cpu\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "71d195492a6e0b22135a7156af1b41c0f99a116b",
      "tree": "8c6606c1dcdf6b225c90ece08fe44b60f85bc52c",
      "parents": [
        "64b1a21e0924dca7ea3b7cf4287fa719c8ba7fc5"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:36 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:53 2008 +0200"
      },
      "message": "x86: unify __cpu_up.\n\nfunction definition is moved to common header. x86_64 version\nis now called native_cpu_up\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "64b1a21e0924dca7ea3b7cf4287fa719c8ba7fc5",
      "tree": "189bd464e319f2980d3832978b06a757d1d55092",
      "parents": [
        "8678969e60d80527d96d2af0011e72c87c9c1fe5"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:35 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:53 2008 +0200"
      },
      "message": "x86: unify smp_call_function_mask\n\ndefinition is moved to common header, x86_64 function name\nnow is native_smp_call_function_mask\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "8678969e60d80527d96d2af0011e72c87c9c1fe5",
      "tree": "4be2bc2caabfb76dbb7a3b09a2774bcc52e9ff53",
      "parents": [
        "c76cb36846da6d5d6fb2951968869faa4fd1001d"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:34 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:53 2008 +0200"
      },
      "message": "x86: merge smp_send_reschedule\n\nfunction definition is moved to common header, x86_64 version is now called\nnative_smp_send_reschedule\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "c76cb36846da6d5d6fb2951968869faa4fd1001d",
      "tree": "4252ac5b35b83aed5ca4509a0d12afe9788014ce",
      "parents": [
        "16694024d6d6fa84dfcf5400b53afe1e75cebf0d"
      ],
      "author": {
        "name": "Glauber Costa",
        "email": "gcosta@redhat.com",
        "time": "Mon Mar 03 14:12:33 2008 -0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:53 2008 +0200"
      },
      "message": "x86: move smp_ops extern declaration to common header\n\nthe smp_ops symbol is temporarily defined in smp_64.c, but it will soon\nbe unified\n\nSigned-off-by: Glauber Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "ecd94c0809eb0ff50b628fa061c531a6fbf2fbbc",
      "tree": "4e687b38cb695a18470d2368c55ed69746cab8f4",
      "parents": [
        "2fde61fdb00c2337efc56cfbb05bde8a42864e65"
      ],
      "author": {
        "name": "Alexander van Heukelum",
        "email": "heukelum@mailshack.com",
        "time": "Tue Mar 04 20:12:28 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:52 2008 +0200"
      },
      "message": "x86: reserve end-of-conventional-memory to 1MB, 64-bit, use paravirt_enabled\n\nJeremy Fitzhardinge pointed out that looking at the boot_params\nstruct to determine if the system is running in a paravirtual\nenvironment is not reliable for the Xen case, currently. He also\npoints out that there already exists a function to determine if\nthe system is running in a paravirtual environment. So let\u0027s use\nthat instead. This gets rid of the preprocessor test too.\n\nSigned-off-by: Alexander van Heukelum \u003cheukelum@fastmail.fm\u003e\nAcked-by: H. Peter Anvin \u003chpa@zytor.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "2fde61fdb00c2337efc56cfbb05bde8a42864e65",
      "tree": "1bb0c42e59c9e045cc8621438581bde40aee6659",
      "parents": [
        "0d7a1819e97ef89be5bcbb4b724acb9f6c873c97"
      ],
      "author": {
        "name": "Alexander van Heukelum",
        "email": "heukelum@mailshack.com",
        "time": "Tue Mar 04 19:57:42 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:52 2008 +0200"
      },
      "message": "x86: reserve end-of-conventional-memory to 1MB, 32-bit, use paravirt_enabled\n\nJeremy Fitzhardinge pointed out that looking at the boot_params\nstruct to determine if the system is running in a paravirtual\nenvironment is not reliable for the Xen case, currently. He also\npoints out that there already exists a function to determine if\nthe system is running in a paravirtual environment. So let\u0027s use\nthat instead. This gets rid of the preprocessor test too.\n\nSigned-off-by: Alexander van Heukelum \u003cheukelum@fastmail.fm\u003e\nAcked-by: H. Peter Anvin \u003chpa@zytor.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "3c2047cd32b1a8c782d7efab72707e7daa251625",
      "tree": "79a3481d5f7b637626d0cf346dc1f1042d68c07f",
      "parents": [
        "9fc34113f6880b215cbea4e7017fc818700384c2"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Tue Mar 04 23:07:50 2008 +1100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:52 2008 +0200"
      },
      "message": "x86: if we cannot calibrate the TSC, we panic.\n\nThe current tsc_init() clears the TSC feature bit if the TSC khz\ncannot be calculated, causing us to panic in\narch/x86/kernel/cpu/bugs.c check_config().  We should simply mark it\nunstable.\n\nFrankly, someone should take an axe to this code.  mark_tsc_unstable()\nnot only marks it unstable, but sets tsc_enabled to 0, which seems\nredundant but is actually important here because means it won\u0027t be\nused by sched_clock() either.  Perhaps a tristate enum \"UNUSABLE,\nUNSTABLE, OK\" would be clearer, and separate mark_tsc_unstable() and\nmark_tsc_broken() functions?\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "9fc34113f6880b215cbea4e7017fc818700384c2",
      "tree": "588ae8053ae866cac9dc174b3bf403a7ebe44365",
      "parents": [
        "40869cd038a0ecb867a7227aba46806224e4d11d"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Mar 03 09:53:17 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:52 2008 +0200"
      },
      "message": "x86: debug pmd_bad()\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "ba748d221eb74b849453a94fdf0e1d0566b407d7",
      "tree": "e84fe10f02e839ea55ebe71b7a29ca98eb7844f4",
      "parents": [
        "320a6b2efceccb652befca0b1c9a92d6e4256ef6"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Mar 03 09:37:41 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:52 2008 +0200"
      },
      "message": "x86: warn about RAM pages in ioremap()\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "320a6b2efceccb652befca0b1c9a92d6e4256ef6",
      "tree": "aa8e2e2009d9ac63b5f36952c085db9a25197221",
      "parents": [
        "f6eb62b6924b99ec7da97fb6f554685a9ad6dce4"
      ],
      "author": {
        "name": "Alexander van Heukelum",
        "email": "heukelum@mailshack.com",
        "time": "Sat Mar 01 17:12:43 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:52 2008 +0200"
      },
      "message": "x86: reserve end-of-conventional-memory to 1MB, 64-bit\n\nThis patch is an add-on to the 64-bit ebda patch. It makes\nthe functions reserve_ebda_region (renamed from reserve_ebda)\nand copy_e820_map equal to the 32-bit versions of the previous\npatch.\n\nChanges:\n\nUse u64 and u32 for local variables in copy_e820_map.\n\nThe amount of conventional memory and the start of the EBDA are\ndetected by reading the BIOS data area directly. Paravirtual\nenvironments do not provide this area, so we bail out early\nin that case. They will just have to set up a correct memory\nmap to start with.\n\nAdd a safety net for zeroed out BIOS data area.\n\nSigned-off-by: Alexander van Heukelum \u003cheukelum@fastmail.fm\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f6eb62b6924b99ec7da97fb6f554685a9ad6dce4",
      "tree": "3e43007674559c87dc7aed36d684544903cf593c",
      "parents": [
        "dedd04be71cea3d5adb14c8f674e801911c89a2f"
      ],
      "author": {
        "name": "Alexander van Heukelum",
        "email": "heukelum@mailshack.com",
        "time": "Mon Feb 25 19:07:51 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:52 2008 +0200"
      },
      "message": "x86: reserve_early end-of-conventional-memory to 1MB, 64-bit\n\nExplicitly reserve_early the whole address range from the end of\nconventional memory as reported by the bios data area up to the\n1Mb mark. Regard the info retrieved from the BIOS data area with\na bit of paranoia, though, because some biosses forget to register\nthe EBDA correctly.\n\nSigned-off-by: Alexander van Heukelum \u003cheukelum@fastmail.fm\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "dedd04be71cea3d5adb14c8f674e801911c89a2f",
      "tree": "616250e345885a6f43dba0f407280d0304997ae3",
      "parents": [
        "823c248e7cc75b4f22da914b01f8e5433cff197e"
      ],
      "author": {
        "name": "Alexander van Heukelum",
        "email": "heukelum@mailshack.com",
        "time": "Sat Mar 01 17:09:12 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "x86: reserve end-of-conventional-memory to 1MB on 32-bit\n\nThis patch adds explicit detection of the EBDA and reservation\nof the rom and adapter address space 0xa0000-0x100000 to the\ni386 kernels. Before this patch, the EBDA size was hardcoded\nas 4Kb. Also, the reservation of the adapter range was done by\nmodifying the e820 map which is now not necessary any longer,\nand that code is removed from copy_e820_map.\n\nThe amount of conventional memory and the start of the EBDA are\ndetected by reading the BIOS data area directly. Paravirtual\nenvironments do not provide this area, so we bail out early\nin that case. They will just have to set up a correct memory\nmap to start with.\n\nSigned-off-by: Alexander van Heukelum \u003cheukelum@fastmail.fm\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "823c248e7cc75b4f22da914b01f8e5433cff197e",
      "tree": "e03abcf023961d183fd2f314a9800a568acdcd5e",
      "parents": [
        "81e103f1f1bb0d35000f0e99626bf7abf864b486"
      ],
      "author": {
        "name": "Roman Zippel",
        "email": "zippel@linux-m68k.org",
        "time": "Fri Feb 29 05:09:02 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "x86: fix recursive dependencies\n\nThe proper dependency check uncovered a few dependency problems,\nthe subarchitecture used a mixture of selects and depends on SMP\nand PCI dependency was messed up.\n\nSigned-off-by: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "81e103f1f1bb0d35000f0e99626bf7abf864b486",
      "tree": "24c630827ecd534f4bf0219e2d1b511d9dec147a",
      "parents": [
        "c9cf39ae64a6c86872e580f921afec64ab9770f8"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@xensource.com",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "xen: use iret instruction all the time\n\nChange iret implementation to not be dependent on direct-access vcpu\nstructure.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy@xensource.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "c9cf39ae64a6c86872e580f921afec64ab9770f8",
      "tree": "4f53b058c35253ac4ae601fee6cac3ec4b256967",
      "parents": [
        "e941f27a7a0f4ecac9ba8237b8a329bab4bd622f"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 29 13:26:56 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "x86: coding style fixes to x86/kernel/early_printk.c\n\nDepends on:\n[PATCH 2/3] x86: coding style fixes to arch/x86/kernel/early_printk.c\n\nRemove two:\nERROR: do not initialise statics to 0 or NULL\n\npaolo@paolo-desktop:/tmp/c$ size *\n   text    data     bss     dec     hex filename\n   1172     280      12    1464     5b8 early_printk.o.after\n   1172     280      12    1464     5b8 early_printk.o.before\n\nThis patch is changing the binary output:\n\npaolo@paolo-desktop:/tmp/c$ md5sum *\ndad9a9a881e0eeda62cc5645bd3d7cad  early_printk.o.after\nda32f5cd8f248970e4809e1005393e95  early_printk.o.before\n\nbecause the two variables moved to another section. No\nchange in functionality.\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e941f27a7a0f4ecac9ba8237b8a329bab4bd622f",
      "tree": "9f30ec5cc16bf12788fc6509f197c157f8dda6df",
      "parents": [
        "3f50dbc1aec96c4d66ffa1c564014f9f43fb9e11"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 29 13:25:30 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/kernel/early_printk.c\n\nBefore:\ntotal: 17 errors, 3 warnings, 254 lines checked\n\nAfter:\ntotal: 2 errors, 3 warnings, 254 lines checked\n\npaolo@paolo-desktop:/tmp/b$ md5sum *\nda32f5cd8f248970e4809e1005393e95  early_printk.o.after\nda32f5cd8f248970e4809e1005393e95  early_printk.o.before\n\npaolo@paolo-desktop:/tmp/b$ size *\n   text    data     bss     dec     hex filename\n   1172     280      12    1464     5b8 early_printk.o.after\n   1172     280      12    1464     5b8 early_printk.o.befor\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "3f50dbc1aec96c4d66ffa1c564014f9f43fb9e11",
      "tree": "07b5bfa4d9a6a0b5f6b3220a9f6eaf3914005199",
      "parents": [
        "bdd3cee2e4b7279457139058615ced6c2b41e7de"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 29 12:50:56 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/lib/usercopy_32.c\n\nBefore:\n total: 63 errors, 2 warnings, 878 lines checked\nAfter:\n total: 0 errors, 2 warnings, 878 lines checked\n\nCompile tested, no change in the binary output:\n\ntext    data     bss     dec     hex filename\n3231       0       0    3231     c9f usercopy_32.o.after\n3231       0       0    3231     c9f usercopy_32.o.before\n\nmd5sum:\n9f9a3eb43970359ae7cecfd1c9e7cf42  usercopy_32.o.after\n9f9a3eb43970359ae7cecfd1c9e7cf42  usercopy_32.o.before\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "bdd3cee2e4b7279457139058615ced6c2b41e7de",
      "tree": "33ded8c908163e54792cb91ba2eacc144c366abc",
      "parents": [
        "b089c12b25284a5e31ede7c98936a2b36a41e090"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Feb 28 14:10:49 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "x86: ioremap(), extend check to all RAM pages\n\nSuggested by Jan Beulich.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nAcked-by: Jan Beulich \u003cjbeulich@novell.com\u003e\n"
    },
    {
      "commit": "b089c12b25284a5e31ede7c98936a2b36a41e090",
      "tree": "3b96dda7b2264299a8fa568cf2878ffb60e3a7e9",
      "parents": [
        "e3100c82abd9aa643dc15828202aceeae3504e03"
      ],
      "author": {
        "name": "Hiroshi Shimamoto",
        "email": "h-shimamoto@ct.jp.nec.com",
        "time": "Wed Feb 27 13:16:30 2008 -0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "x86: X86_HT always enable on X86_64 SMP\n\nX86_HT is used for hyperthreading or multicore on 32-bit.\nThe X86_HT on 64-bit is different from 32-bit, it means hyperthreading only.\nAnd X86_HT is not used on 64-bit except from cpu/initel_cacheinfo.c.\n\nUnify X86_HT for hyperthreading or multicore.\nTurn X86_HT on when X86_64 and SMP are enabled.\n\nSigned-off-by: Hiroshi Shimamoto \u003ch-shimamoto@ct.jp.nec.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e3100c82abd9aa643dc15828202aceeae3504e03",
      "tree": "dc4e1b69224a9e795fa9058dcc97c6e77cb71d4d",
      "parents": [
        "b8c2d3dfbc117dff26058fbac316b8acfc2cb5f7"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Feb 27 20:57:40 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "x86: check physical address range in ioremap\n\nRoland Dreier reported in http://lkml.org/lkml/2008/2/27/194\n\n[ 8425.915139] BUG: unable to handle kernel paging request at ffffc20001a0a000\n[ 8425.919087] IP: [\u003cffffffff8021dacc\u003e] clflush_cache_range+0xc/0x25\n[ 8425.919087] PGD 1bf80e067 PUD 1bf80f067 PMD 1bb497067 PTE 80000047000ee17b\n\nThis is on a Intel machine with 36bit physical address space. The PTE\nentry references 47000ee000, which is outside of it.\n\nAdd a check for the physical address space and warn/printk about the\nstupid caller.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b8c2d3dfbc117dff26058fbac316b8acfc2cb5f7",
      "tree": "aa71137348df7b9f3bc9973095080e22f487278a",
      "parents": [
        "78a9909aab54123c7c471022389b36972e13b48e"
      ],
      "author": {
        "name": "Markus Armbruster",
        "email": "armbru@redhat.com",
        "time": "Wed Feb 27 14:56:35 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "xen: make hvc0 the preferred console in domU\n\nThis makes the Xen console just work.  Before, you had to ask for it\non the kernel command line with console\u003dhvc0\n\nSigned-off-by: Markus Armbruster \u003carmbru@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "11ae9dd48128790d3d2ece6bc916c001b4a1d147",
      "tree": "2ffb32072d717974413aa72cc1ac464fb1bb003f",
      "parents": [
        "b5964405fbc4fd4c57e0e1f86bc9f1b3dbfa040a"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@sw.ru",
        "time": "Tue Feb 26 13:23:32 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "x86: switch to proc_create()\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@sw.ru\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b5964405fbc4fd4c57e0e1f86bc9f1b3dbfa040a",
      "tree": "8cb6205cf11f150251e81cb95d59c010bd717ced",
      "parents": [
        "10cd5a1e5403d79a2d53425e6a4c8612e02ba973"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 26 11:15:50 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "x86: clean up traps_32.c\n\nBefore:\n   total: 86 errors, 29 warnings, 1248 lines checked\nAfter:\n   total: 0 errors, 17 warnings, 1281 lines checked\n\nNo code changed:\n\narch/x86/kernel/traps_32.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n   8711\t   2168\t     72\t  10951\t   2ac7\ttraps_32.o.before\n   8711\t   2168\t     72\t  10951\t   2ac7\ttraps_32.o.after\n\n(md5 sums differ because some stack offset positions changed.)\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "10cd5a1e5403d79a2d53425e6a4c8612e02ba973",
      "tree": "d8d868fb506ccd32af72675460ee4f506b432b48",
      "parents": [
        "d0e95ebdc5cf5fe6fa29f2e0a5c6a0fe5c5aa50f"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 26 08:52:39 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "x86: clean up cpu capabilities accesses, transmeta.c\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "d0e95ebdc5cf5fe6fa29f2e0a5c6a0fe5c5aa50f",
      "tree": "c07b4afb14fb557920bb6f2994e967c5fd6dab9e",
      "parents": [
        "1d007cd5aeea2c9283e01433dbce4c9f91dd7823"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 26 08:52:33 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "x86: clean up cpu capabilities in arch/x86/kernel/cpu/intel.c\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "1d007cd5aeea2c9283e01433dbce4c9f91dd7823",
      "tree": "a536df1fb3533d1b3dd1365505db76031d2176a3",
      "parents": [
        "4cbe668add030a35e0592a9bb292e0f2a1bcea88"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 26 08:52:27 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "x86: clean up cpu capabilities accesses, cyrix.c\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "4cbe668add030a35e0592a9bb292e0f2a1bcea88",
      "tree": "eeb3afb1b3f48aeea7d2d15bd5a714e62be83b78",
      "parents": [
        "e1a94a974c2aa3c0a7c1a915c805211fb6773de1"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 26 08:51:32 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "x86: clean up cpu capabilities accesses, common.c\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e1a94a974c2aa3c0a7c1a915c805211fb6773de1",
      "tree": "ca7f8ca86aa3b2e913c5facd1ede047b3dbb96c4",
      "parents": [
        "16282a8e25f1783f296e5116dcef810a8e68d1a0"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 26 08:51:22 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:51 2008 +0200"
      },
      "message": "x86: clean up cpu capabilities accesses, centaur.c\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "16282a8e25f1783f296e5116dcef810a8e68d1a0",
      "tree": "c0aacc91d7400ac30cadf1be44262e934d37327e",
      "parents": [
        "9716951efd98ada69c417adddc85d9bbe1d7835a"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 26 08:49:57 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: clean up cpu capabilities accesses, amd.c\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "9716951efd98ada69c417adddc85d9bbe1d7835a",
      "tree": "c80a774b3b3cfafadf644ec177f564c7c38d71be",
      "parents": [
        "0f8d2b926d15a68eac9c19edfdcb58a5d80b2960"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 26 08:54:01 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: clean up cpu capabilities accesses, generic\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "d32de19ca9076eeed1e9bfd678e550fbad437535",
      "tree": "16e20e1fa05c961b628ebc39b3c4fd96768602ed",
      "parents": [
        "4edbfa789b32bebf0b7fb71d5b2913a91ac4d0b1"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "Yinghai.Lu@Sun.COM",
        "time": "Mon Feb 25 23:20:01 2008 -0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: remove wrong setting about CONSTANT_TSC for intel cpu\n\nearly_init_intel() on 64-bit is introduced by\n\n  commit 2b16a2353814a513cdb5c5c739b76a19d7ea39ce\n  Author: Andi Kleen \u003cak@suse.de\u003e\n  Date:   Wed Jan 30 13:32:40 2008 +0100\n\n      x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection\n\nsets CONSTANT_TSC for intel cpus - but it is already set in init_intel().\n\ndon\u0027t need to set that two times in early_init_intel() and init_intel().\nthis patch removes the init_intel() one.\n\nSigned-off-by: Yinghai Lu \u003cyinghai.lu@sun.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "4edbfa789b32bebf0b7fb71d5b2913a91ac4d0b1",
      "tree": "ca04e31c9d425226e685628d70270bb7af7c55cb",
      "parents": [
        "f8fffa458368ed3d57385698f775880db629bd1a"
      ],
      "author": {
        "name": "Florian Fainelli",
        "email": "florian.fainelli@telecomint.eu",
        "time": "Mon Feb 25 11:44:07 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86, rdc321x: remove watchdog file\n\nremove the arch/x86/mach-rdc321x/wdt.c file.\n\nSigned-off-by: Florian Fainelli \u003cflorian.fainelli@telecomint.eu\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f8fffa458368ed3d57385698f775880db629bd1a",
      "tree": "845bce35fea17284414d973a0fd0ea199d0947a6",
      "parents": [
        "34048c9e927d5ae29c6ba802c826370de2a046d2"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "Yinghai.Lu@Sun.COM",
        "time": "Sun Feb 24 21:36:28 2008 -0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: apic_is_clustered_box for vsmp\n\nquad core 8 socket system will have apic id lifting.the apic id range could\nbe [4, 0x23]. and apic_is_clustered_box will think that need to three clusters\nand that is larger than 2. So it is treated as a clustered_box.\n\nand will get:\n\n   Marking TSC unstable due to TSCs unsynchronized\n\neven if the CPUs have X86_FEATURE_CONSTANT_TSC set.\n\nthis quick fix will check if the cpu is from AMD.\n\nbut vsmp still needs that checking...\n\nthis patch is fix to make sure that vsmp not to be passed.\n\nSigned-off-by: Yinghai Lu \u003cyinghai.lu@sun.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "34048c9e927d5ae29c6ba802c826370de2a046d2",
      "tree": "e2e2e955022b6d2ac497a9dcb976ba069f96c72b",
      "parents": [
        "db96598494f2a2ab9ab79999dd8fc365a906914b"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Sun Feb 24 11:58:13 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/kernel/cpu/common.c\n\nBefore:\n   total: 55 errors, 6 warnings, 727 lines checked\nAfter:\n   total: 0 errors, 3 warnings, 734 lines checked\n\nNo code changed:\n\narch/x86/kernel/cpu/common.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n   3500\t   4611\t     44\t   8155\t   1fdb\tcommon.o.before\n   3500\t   4611\t     44\t   8155\t   1fdb\tcommon.o.after\n\nmd5:\n   e37091f11fbeb682c0db152ac3022a38  common.o.before.asm\n   e37091f11fbeb682c0db152ac3022a38  common.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "db96598494f2a2ab9ab79999dd8fc365a906914b",
      "tree": "a7466ea98b5efee94f1d0cb7fac427516e707906",
      "parents": [
        "7ebed39ff7eec204850736a662828da0b942b8c0"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Sun Feb 24 11:57:22 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/power/cpu_32.c\n\nBefore:\n   total: 15 errors, 3 warnings, 133 lines checked\nAfter:\n   total: 0 errors, 0 warnings, 138 lines checked\n\nNo code changed:\n\narch/x86/power/cpu_32.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n    739\t      0\t     84\t    823\t    337\tcpu_32.o.before\n    739\t      0\t     84\t    823\t    337\tcpu_32.o.after\n\nmd5:\n   eb0726223a5e26b195e65f0ae2c0ec66  cpu_32.o.before.asm\n   eb0726223a5e26b195e65f0ae2c0ec66  cpu_32.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7ebed39ff7eec204850736a662828da0b942b8c0",
      "tree": "ecf90aa36d316e6914e9ed8b02e33d574912eb97",
      "parents": [
        "94a9fa41421625caedc328a2b0a0d5c78919a20f"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:11:59 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/xen/multicalls.c\n\nBefore:\n   total: 2 errors, 2 warnings, 138 lines checked\nAfter:\n   total: 0 errors, 2 warnings, 138 lines checked\n\nNo code changed:\n\narch/x86/xen/multicalls.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n    887\t   2832\t      0\t   3719\t    e87\tmulticalls.o.before\n    887\t   2832\t      0\t   3719\t    e87\tmulticalls.o.after\n\nmd5:\n   cf6d72d9db6dc5a3ebe01eec9f05e95f  multicalls.o.before.asm\n   cf6d72d9db6dc5a3ebe01eec9f05e95f  multicalls.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "94a9fa41421625caedc328a2b0a0d5c78919a20f",
      "tree": "390fddf9bcc2f80d760d0b59023216ef694ccbd7",
      "parents": [
        "0fb90297dc69b87333c0afae537b1bff847e0397"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:11:52 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/kernel/msr.c\n\nBefore:\n   total: 2 errors, 0 warnings, 231 lines checked\nAfter:\n   total: 0 errors, 0 warnings, 231 lines checked\n\nNo code changed:\n\narch/x86/kernel/msr.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n   1199\t     12\t      4\t   1215\t    4bf\tmsr.o.before\n   1199\t     12\t      4\t   1215\t    4bf\tmsr.o.after\n\nmd5:\n   604be0d07d829bc52a9346babd084bdc  msr.o.before.asm\n   604be0d07d829bc52a9346babd084bdc  msr.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "0fb90297dc69b87333c0afae537b1bff847e0397",
      "tree": "5f8bcff75a15b5534c5a9d3fdd2fd0afbcad01da",
      "parents": [
        "adf85265b455f096fa9caf4aea51f274cdaca3c6"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:11:34 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/oprofile/nmi_timer_int.c\n\nBefore:\n   total: 3 errors, 0 warnings, 69 lines checked\nAfter:\n   total: 0 errors, 0 warnings, 69 lines checked\n\nNo code changed:\n\narch/x86/oprofile/nmi_timer_int.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n    180\t     12\t      0\t    192\t     c0\tnmi_timer_int.o.before\n    180\t     12\t      0\t    192\t     c0\tnmi_timer_int.o.after\n\nmd5:\n   0433c31d758e81da574e01722a8036ea  nmi_timer_int.o.before.asm\n   0433c31d758e81da574e01722a8036ea  nmi_timer_int.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "adf85265b455f096fa9caf4aea51f274cdaca3c6",
      "tree": "8d95c1446173002b49c519ea4f092fa1f9d69c89",
      "parents": [
        "7030760ae5d29d637d1e962c70d1d9c58be3306f"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:11:23 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/kernel/cpu/cyrix.c\n\nBefore:\n   total: 46 errors, 10 warnings, 450 lines checked\nAfter:\n   total: 1 errors, 10 warnings, 449 lines checked\n\nNo code changed:\n\narch/x86/kernel/cpu/cyrix.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n   2048\t    908\t      4\t   2960\t    b90\tcyrix.o.before\n   2048\t    908\t      4\t   2960\t    b90\tcyrix.o.after\n\nmd5:\n   9add5e69dbd788f91ff24eea8462dad7  cyrix.o.before.asm\n   9add5e69dbd788f91ff24eea8462dad7  cyrix.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7030760ae5d29d637d1e962c70d1d9c58be3306f",
      "tree": "6b813f3a181d04b60cca09277605f22d4d4b8f1a",
      "parents": [
        "d677759e99b51f50a75b2adfabb25e9d656ee33c"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:11:12 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/boot/cpucheck.c\n\nBefore:\n   total: 30 errors, 0 warnings, 262 lines checked\nAfter:\n   total: 0 errors, 0 warnings, 262 lines checked\n\nNo code changed:\n\narch/x86/boot/cpucheck.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n    989\t      0\t     96\t   1085\t    43d\tcpucheck.o.before\n    989\t      0\t     96\t   1085\t    43d\tcpucheck.o.after\n\nmd5:\n   06634cfefb8438fa284ff903b4cafbce  cpucheck.o.before.asm\n   06634cfefb8438fa284ff903b4cafbce  cpucheck.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "d677759e99b51f50a75b2adfabb25e9d656ee33c",
      "tree": "42edf3cb35a345abe458fde29a47870bcb9029bd",
      "parents": [
        "4de816297d96a96b60007f3065a07f3937fd7c6e"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:11:07 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/kernel/cpu/mcheck/mce_32.c\n\nBefore:\n   total: 10 errors, 3 warnings, 90 lines checked\nAfter:\n   total: 0 errors, 3 warnings, 90 lines checked\n\nNo code changed:\n\narch/x86/kernel/cpu/mcheck/mce_32.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n    287\t     42\t     12\t    341\t    155\tmce_32.o.before\n    287\t     42\t     12\t    341\t    155\tmce_32.o.after\n\nmd5:\n   fede5ff8e6bc3f62e8e691ca6c45eb39  mce_32.o.before.asm\n   fede5ff8e6bc3f62e8e691ca6c45eb39  mce_32.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "4de816297d96a96b60007f3065a07f3937fd7c6e",
      "tree": "6784f7979d76e6f024028a013ce104473c925e1a",
      "parents": [
        "714a9ac2efe5e20fdccfcf91b27dbd384bd34685"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:10:57 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/kernel/cpu/mcheck/winchip.c\n\nBefore:\n   total: 4 errors, 0 warnings, 36 lines checked\nAfter:\n   total: 0 errors, 0 warnings, 36 lines checked\n\nNo code changed:\n\narch/x86/kernel/cpu/mcheck/winchip.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n    222\t      0\t      4\t    226\t     e2\twinchip.o.before\n    222\t      0\t      4\t    226\t     e2\twinchip.o.after\n\nmd5:\n   9caefa12256c5f7d71ef324f6d01a2d5  winchip.o.before.asm\n   9caefa12256c5f7d71ef324f6d01a2d5  winchip.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "714a9ac2efe5e20fdccfcf91b27dbd384bd34685",
      "tree": "91febce4bcef5a4a968d432e09d0e65accd0238b",
      "parents": [
        "83e714e82f3434a32c3f54f7223f78345d873218"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:10:49 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/kernel/cpu/mcheck/non-fatal.c\n\nBefore:\n   total: 5 errors, 5 warnings, 91 lines checked\nAfter:\n   total: 0 errors, 0 warnings, 94 lines checked\n\nNo code changed:\n\narch/x86/kernel/cpu/mcheck/non-fatal.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n    441\t     80\t      4\t    525\t    20d\tnon-fatal.o.before\n    441\t     80\t      4\t    525\t    20d\tnon-fatal.o.after\n\nmd5:\n   137bc114d2020ad331d5e76444a2c7d3  non-fatal.o.before.asm\n   137bc114d2020ad331d5e76444a2c7d3  non-fatal.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "83e714e82f3434a32c3f54f7223f78345d873218",
      "tree": "f10abe2bcbf9c665133b945123a4246160327255",
      "parents": [
        "fb87a298fb79357fa5b27e6916ae1c45bf94dac7"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:10:40 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/kernel/vm86_32.c\n\nBefore:\n   total: 64 errors, 18 warnings, 840 lines checked\nAfter:\n   total: 12 errors, 15 warnings, 844 lines checked\n\nNo code changed:\n\narch/x86/kernel/vm86_32.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n   4449\t     28\t    132\t   4609\t   1201\tvm86_32.o.before\n   4449\t     28\t    132\t   4609\t   1201\tvm86_32.o.after\n\nmd5:\n   e4e51ed7689d17f04148554a3c6d5bb6  vm86_32.o.before.asm\n   e4e51ed7689d17f04148554a3c6d5bb6  vm86_32.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "fb87a298fb79357fa5b27e6916ae1c45bf94dac7",
      "tree": "54c3a86f7563bd8bd186c4c285e71ed19c66f8e5",
      "parents": [
        "f97518271941fdb2dab07d7bd58bf9fa39ba3f65"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:10:33 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/kernel/cpu/amd.c\n\nBefore:\n   total: 42 errors, 26 warnings, 350 lines checked\nAfter:\n   total: 0 errors, 26 warnings, 352 lines checked\n\nNo code changed:\n\narch/x86/kernel/cpu/amd.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n   1936\t    328\t      0\t   2264\t    8d8\tamd.o.before\n   1936\t    328\t      0\t   2264\t    8d8\tamd.o.after\n\nmd5:\n   873430a88faaf31bb4bbfe3a2a691e45  amd.o.before.asm\n   873430a88faaf31bb4bbfe3a2a691e45  amd.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f97518271941fdb2dab07d7bd58bf9fa39ba3f65",
      "tree": "cec5535006d5f29ae0c5273cb221d2f0b856134f",
      "parents": [
        "93d8bd3d4f070014e1e73c0ac618ac33924a7b96"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:10:28 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:50 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/kernel/cpu/transmeta.c\n\nBefore:\n   total: 13 errors, 3 warnings, 105 lines checked\nAfter:\n   total: 0 errors, 3 warnings, 107 lines checked\n\nNo code changed:\n\narch/x86/kernel/cpu/transmeta.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n    713\t    324\t      0\t   1037\t    40d\ttransmeta.o.before\n    713\t    324\t      0\t   1037\t    40d\ttransmeta.o.after\n\nmd5:\n   19abe2cafac617e1e2aadc4aa4e9923b  transmeta.o.before.asm\n   19abe2cafac617e1e2aadc4aa4e9923b  transmeta.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "93d8bd3d4f070014e1e73c0ac618ac33924a7b96",
      "tree": "df63cc6dd70f0abec39a821f816f1fcb26ada998",
      "parents": [
        "e0f025704437dfd6cb5adc077f05709c31189edc"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:10:23 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:49 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/lib/memcpy_32.c\n\nBefore:\n   total: 2 errors, 0 warnings, 43 lines checked\nAfter:\n   total: 0 errors, 0 warnings, 43 lines checked\n\nNo code changed:\n\narch/x86/lib/memcpy_32.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n    164\t      0\t      0\t    164\t     a4\tmemcpy_32.o.before\n    164\t      0\t      0\t    164\t     a4\tmemcpy_32.o.after\n\nmd5:\n   d759f55621af27f51720b59c8ca96a4d  memcpy_32.o.before.asm\n   d759f55621af27f51720b59c8ca96a4d  memcpy_32.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e0f025704437dfd6cb5adc077f05709c31189edc",
      "tree": "092ce378d0ae1de341f502dd04aaf9bfb8126dab",
      "parents": [
        "0067cc996ee7a0dd282d8da5b64fa60aa2066bb2"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:10:16 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:49 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/kernel/cpu/mtrr/state.c\n\nBefore:\n   total: 6 errors, 5 warnings, 80 lines checked\nAfter:\n   total: 0 errors, 4 warnings, 82 lines checked\n\nNo code changed:\n\narch/x86/kernel/cpu/mtrr/state.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n    313\t      0\t      4\t    317\t    13d\tstate.o.before\n    313\t      0\t      4\t    317\t    13d\tstate.o.after\n\nmd5:\n   a0fbd61096205f9180f0bf45ed386d61  state.o.before.asm\n   a0fbd61096205f9180f0bf45ed386d61  state.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "0067cc996ee7a0dd282d8da5b64fa60aa2066bb2",
      "tree": "bb360924bd5f44f4fdac4dd8c3d0c27154cb5d85",
      "parents": [
        "f73920cd63d316008738427a0df2caab6cc88ad7"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:10:06 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:49 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/kernel/mca_32.c\n\nBefore:\n   total: 42 errors, 3 warnings, 469 lines checked\nAfter:\n   total: 0 errors, 3 warnings, 479 lines checked\n\nNo code changed:\n\narch/x86/kernel/mca_32.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n   1832\t    288\t      5\t   2125\t    84d\tmca_32.o.before\n   1832\t    288\t      5\t   2125\t    84d\tmca_32.o.after\n\nmd5:\n   c0e45e2b743ce26349eb07dc53e80b94  mca_32.o.before.asm\n   c0e45e2b743ce26349eb07dc53e80b94  mca_32.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f73920cd63d316008738427a0df2caab6cc88ad7",
      "tree": "862c29d92beaf490b257e28e253018457ca42e5e",
      "parents": [
        "d717ca84c02f4b60a85502c23bca5698801dfaae"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:09:56 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:49 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/lib/strstr_3\n\nBefore:\n   total: 3 errors, 0 warnings, 31 lines checked\nAfter:\n   total: 0 errors, 0 warnings, 31 lines checked\n\nNo code changed:\n\narch/x86/lib/strstr_32.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n     49\t      0\t      0\t     49\t     31\tstrstr_32.o.before\n     49\t      0\t      0\t     49\t     31\tstrstr_32.o.after\n\nmd5:\n   a224a7c4082e75a4f31f9d91dd34fe8e  strstr_32.o.before.asm\n   a224a7c4082e75a4f31f9d91dd34fe8e  strstr_32.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "d717ca84c02f4b60a85502c23bca5698801dfaae",
      "tree": "ce9864fd41f5b238937fabcb3e9d203ec2f50527",
      "parents": [
        "65eb6b4326daddd1cccd003bd4df3fd75b06f0e1"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:09:50 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:49 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/oprofile/init.c\n\nBefore:\n   total: 5 errors, 4 warnings, 48 lines checked\nAfter:\n   total: 0 errors, 4 warnings, 49 lines checked\n\nNo code changed:\n\narch/x86/oprofile/init.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n     42\t      0\t      0\t     42\t     2a\tinit.o.before\n     42\t      0\t      0\t     42\t     2a\tinit.o.after\n\nmd5:\n   74c94c315cfbf245aeba36eceac57e66  init.o.before.asm\n   74c94c315cfbf245aeba36eceac57e66  init.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "65eb6b4326daddd1cccd003bd4df3fd75b06f0e1",
      "tree": "d9f66b8c2f1d2acf10368257e8e8d41d9e3d8cb6",
      "parents": [
        "60e11746d97c099b305e25e587731148387d02eb"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:09:42 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:49 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/kernel/cpu/intel.c\n\nBefore:\n   total: 37 errors, 16 warnings, 366 lines checked\nAfter:\n   total: 0 errors, 15 warnings, 369 lines checked\n\nNo code changed:\n\narch/x86/kernel/cpu/intel.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n   1534\t    452\t      0\t   1986\t    7c2\tintel.o.before\n   1534\t    452\t      0\t   1986\t    7c2\tintel.o.after\n\nmd5:\n   1ca348a06de6eb354c4b6ea715a57db5  intel.o.before.asm\n   1ca348a06de6eb354c4b6ea715a57db5  intel.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "60e11746d97c099b305e25e587731148387d02eb",
      "tree": "1fc2af5f7241a511b62a6fbe5a54227c5a47cc7b",
      "parents": [
        "023196a3be708657d828bb139343bceb2c1c9649"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:09:34 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:49 2008 +0200"
      },
      "message": "x86: coding style fixes to arch/x86/kernel/summit_32.c\n\nBefore:\n   total: 20 errors, 17 warnings, 180 lines checked\nAfter:\n   total: 0 errors, 17 warnings, 183 lines checked\n\nNo code changed:\n\narch/x86/kernel/summit_32.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n    932\t    192\t      0\t   1124\t    464\tsummit_32.o.before\n    932\t    192\t      0\t   1124\t    464\tsummit_32.o.after\n\nmd5:\n   217aa5f002f217e56ef9d8e5c74b60e0  summit_32.o.before.asm\n   217aa5f002f217e56ef9d8e5c74b60e0  summit_32.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "023196a3be708657d828bb139343bceb2c1c9649",
      "tree": "a67c1c49bd57d95d3b36eb960be94f911b50077c",
      "parents": [
        "1e934dda0c77c8ad13fdda02074f2cfcea118a56"
      ],
      "author": {
        "name": "Paolo Ciarrocchi",
        "email": "paolo.ciarrocchi@gmail.com",
        "time": "Fri Feb 22 23:09:26 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:40:49 2008 +0200"
      },
      "message": "x86: coding style fix to arch/x86/boot/pm.c\n\nBefore:\n   total: 1 errors, 0 warnings, 178 lines checked\nAfter:\n   total: 0 errors, 0 warnings, 178 lines checked\n\nNo code changed:\n\narch/x86/boot/pm.o:\n\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n    351\t      0\t      6\t    357\t    165\tpm.o.before\n    351\t      0\t      6\t    357\t    165\tpm.o.after\n\nmd5:\n   81de3616bceb29691bf835bb62a84ff1  pm.o.before.asm\n   81de3616bceb29691bf835bb62a84ff1  pm.o.after.asm\n\nSigned-off-by: Paolo Ciarrocchi \u003cpaolo.ciarrocchi@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    }
  ],
  "next": "1e934dda0c77c8ad13fdda02074f2cfcea118a56"
}
