)]}'
{
  "log": [
    {
      "commit": "cc6150321903ca4c3bc9d53b0cdafb05d77d64d0",
      "tree": "cfdb0ee512da7da82c15d4b1aae66d1f25640f31",
      "parents": [
        "67794292c8615b05f46419ba8d4fd99e7c9a5db9"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "andi@firstfloor.org",
        "time": "Wed Mar 12 03:53:28 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:30 2008 +0200"
      },
      "message": "x86: account overlapped mappings in max_pfn_mapped\n\nWhen end_pfn is not aligned to 2MB (or 1GB) then the kernel might\nmap more memory than end_pfn. Account this in max_pfn_mapped.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCc: andreas.herrmann3@amd.com\nCc: mingo@elte.hu\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "67794292c8615b05f46419ba8d4fd99e7c9a5db9",
      "tree": "8aacc17810552a9ecffa86b4a5f2cd8ec9a8f57f",
      "parents": [
        "7d1116a92d709c22e7db910724c9fcd2001b0499"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Fri Mar 21 21:27:10 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:30 2008 +0200"
      },
      "message": "x86: replace the now useless max_pfn_mapped define\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7d1116a92d709c22e7db910724c9fcd2001b0499",
      "tree": "364fe750182fd5b8e53f14c64aed490388f6c5e6",
      "parents": [
        "41bd4eac748f39d7f3ed770fae3e595a747172bd"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "andi@firstfloor.org",
        "time": "Wed Mar 12 03:53:27 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:30 2008 +0200"
      },
      "message": "x86: implement true end_pfn_mapped for 32bit\n\nEven on 32bit 2MB pages can map more memory than is in the true\nmax_low_pfn if end_pfn is not highmem and not aligned to 2MB.\nAdd a end_pfn_map similar to x86-64 that accounts for this\nfact. This is important for code that really needs to know about\nall mapping aliases.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCc: andreas.herrmann3@amd.com\nCc: mingo@elte.hu\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "41bd4eac748f39d7f3ed770fae3e595a747172bd",
      "tree": "ed048f50c93f3497dd52c0096a17d5a118547882",
      "parents": [
        "749c970ae9fa43b4fcf17ac53022a953007d58f4"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "andi@firstfloor.org",
        "time": "Tue Mar 11 02:23:21 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:29 2008 +0200"
      },
      "message": "x86: move early exception handlers into init.text\n\nCurrently they are in .text.head because the rest of head_64.S.\n.text.head is not removed as init data, but the early exception handlers\nshould be because they are not needed after early boot of the BP.\nSo move them over.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCc: mingo@elte.hu\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "749c970ae9fa43b4fcf17ac53022a953007d58f4",
      "tree": "ef636acfd6196a43bcd98f7af98e644ac2357af1",
      "parents": [
        "5524ea320d80e3ac6aeeec44216660831c76da08"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "andi@firstfloor.org",
        "time": "Tue Mar 11 02:23:22 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:29 2008 +0200"
      },
      "message": "x86: replace early exception setup macro recursion with loop\n\nThe early exception handlers are currently set up using a macro\nrecursion. There is only one user left. Replace the macro with a\nstandard loop in place.\n\nNoop patch, just a cleanup.\n\n[ tglx@linutronix.de: simplified ]\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCc: mingo@elte.hu\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "5524ea320d80e3ac6aeeec44216660831c76da08",
      "tree": "c4215dbc41cedac15838ff5110958fa7ed8e9a67",
      "parents": [
        "366932deb335f0b84a08463c5c912bd42ac3397a"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "andi@firstfloor.org",
        "time": "Tue Mar 11 02:23:20 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:29 2008 +0200"
      },
      "message": "x86: don\u0027t set up early exception handlers for external interrupts\n\nAll of early setup runs with interrupts disabled, so there is no\nneed to set up early exception handlers for vectors \u003e\u003d 32\n\nThis saves some minor text size.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCc: mingo@elte.hu\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "366932deb335f0b84a08463c5c912bd42ac3397a",
      "tree": "51ae6d76ed657227a48b4c35f665c330cfd429d9",
      "parents": [
        "fd3af53122e616c0ddba44a3da6d1c1877f72d29"
      ],
      "author": {
        "name": "gorcunov@gmail.com",
        "email": "gorcunov@gmail.com",
        "time": "Sun Mar 23 00:00:09 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:29 2008 +0200"
      },
      "message": "x86: relocate_kernel - use predefined macroses for page attributes\n\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "fd3af53122e616c0ddba44a3da6d1c1877f72d29",
      "tree": "34f1d9d653087ae76e528186c288dd5507f5afe0",
      "parents": [
        "a7bba17bf09e1c5bdbdd6c0ab0c7833baedf4653"
      ],
      "author": {
        "name": "gorcunov@gmail.com",
        "email": "gorcunov@gmail.com",
        "time": "Sun Mar 23 00:00:08 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:29 2008 +0200"
      },
      "message": "x86: relocate_kernel - use predefined macroses for processor state\n\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "a7bba17bf09e1c5bdbdd6c0ab0c7833baedf4653",
      "tree": "5a30a50dcb5ef2ae82c9390616611c2574bc00ea",
      "parents": [
        "4039ae538030d1c5fc70a9c4e168a758d35b8159"
      ],
      "author": {
        "name": "gorcunov@gmail.com",
        "email": "gorcunov@gmail.com",
        "time": "Sun Mar 23 00:00:07 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:29 2008 +0200"
      },
      "message": "x86: relocate_kernel - use PAGE_SIZE instead of numeric constant\n\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "4039ae538030d1c5fc70a9c4e168a758d35b8159",
      "tree": "e0337c119dd908a3cfba7f222c8c432ac3cd0e34",
      "parents": [
        "15a601eb9cdc2a9cc69d5fc745317805a85c064c"
      ],
      "author": {
        "name": "gorcunov@gmail.com",
        "email": "gorcunov@gmail.com",
        "time": "Sun Mar 23 00:00:06 2008 +0300"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:29 2008 +0200"
      },
      "message": "x86: relocate_kernel_32.S - clear register in more elegant way\n\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "15a601eb9cdc2a9cc69d5fc745317805a85c064c",
      "tree": "da93247e169e57a31917b934c8b200aab713658b",
      "parents": [
        "e5699a8231593d0e11e65ccf248549935304dab1"
      ],
      "author": {
        "name": "Mathieu Desnoyers",
        "email": "mathieu.desnoyers@polymtl.ca",
        "time": "Wed Mar 12 11:54:16 2008 -0400"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:29 2008 +0200"
      },
      "message": "x86: fix test_poke for vmalloced pages\n\n* Ingo Molnar (mingo@elte.hu) wrote:\n\u003e\n\u003e * Mathieu Desnoyers \u003cmathieu.desnoyers@polymtl.ca\u003e wrote:\n\u003e\n\u003e \u003e The shadow vmap for DEBUG_RODATA kernel text modification uses\n\u003e \u003e virt_to_page to get the pages from the pointer address.\n\u003e \u003e\n\u003e \u003e However, I think vmalloc_to_page would be required in case the page is\n\u003e \u003e used for modules.\n\u003e \u003e\n\u003e \u003e Since only the core kernel text is marked read-only, use\n\u003e \u003e kernel_text_address() to make sure we only shadow map the core kernel\n\u003e \u003e text, not modules.\n\u003e\n\u003e actually, i think we should mark module text readonly too.\n\u003e\n\nYes, but in the meantime, the x86 tree would need this patch to make\nkprobes work correctly on modules.\n\nI suspect that without this fix, with the enhanced hotplug and kprobes\npatch, kprobes will use text_poke to insert breakpoints in modules\n(vmalloced pages used), which will map the wrong pages and corrupt\nrandom kernel locations instead of updating the correct page.\n\nWork that would write protect the module pages should clearly be done,\nbut it can come in a later time. We have to make sure we interact\ncorrectly with the page allocation debugging, as an example.\n\nHere is the patch against x86.git 2.6.25-rc5 :\n\nThe shadow vmap for DEBUG_RODATA kernel text modification uses virt_to_page to\nget the pages from the pointer address.\n\nHowever, I think vmalloc_to_page would be required in case the page is used for\nmodules.\n\nSince only the core kernel text is marked read-only, use kernel_text_address()\nto make sure we only shadow map the core kernel text, not modules.\n\nSigned-off-by: Mathieu Desnoyers \u003cmathieu.desnoyers@polymtl.ca\u003e\nCC: akpm@linux-foundation.org\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e5699a8231593d0e11e65ccf248549935304dab1",
      "tree": "2b02941763e26430574d2556d08a8a5b3f046e95",
      "parents": [
        "43cdf5d6e0a75c1069adc8d126b97b792ff53142"
      ],
      "author": {
        "name": "Ravikiran G Thirumalai",
        "email": "kiran@scalex86.org",
        "time": "Mon Mar 24 14:48:36 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:29 2008 +0200"
      },
      "message": "x86: clean up vSMP detection\n\nvSMP detection: access pci config space early in boot to detect if the\nsystem is a vSMPowered box, and cache the result in a flag, so that\nis_vsmp_box() retrieves the value of the flag always.\n\nSigned-off-by: Ravikiran Thirumalai \u003ckiran@scalex86.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "43cdf5d6e0a75c1069adc8d126b97b792ff53142",
      "tree": "f2fed9cf7fc463946e6c268a79c1e1d9754be393",
      "parents": [
        "7fda20f146d5d217684ffbc37c6b6c5f82c2dffd"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "jirislaby@gmail.com",
        "time": "Sat Mar 22 18:50:22 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:29 2008 +0200"
      },
      "message": "x86: pgtable, document pde bits\n\nSome of pde bits weren\u0027t documented, add the short description to them.\n\nSigned-off-by: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nCc: H. Peter Anvin \u003chpa@zytor.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7fda20f146d5d217684ffbc37c6b6c5f82c2dffd",
      "tree": "ec72cbdbdc05c95b7be5922694fa069af12ff22b",
      "parents": [
        "d93c870bad38e8daaaf9f7e900a13431f24becbb"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Feb 29 10:29:38 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:29 2008 +0200"
      },
      "message": "x86: spinlock ops are always-inlined\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "d93c870bad38e8daaaf9f7e900a13431f24becbb",
      "tree": "9fa51e506bf6cddf362b25dfb2048941c8f24e1e",
      "parents": [
        "687c80540975709844699d9a96070e2cf3bad39d"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@goop.org",
        "time": "Mon Mar 24 16:43:21 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:29 2008 +0200"
      },
      "message": "x86: only enable interrupts when kernel state has been set up\n\nThe sysenter path tries to enable interrupts immediately.  Unfortunately\nthis doesn\u0027t work in a paravirt environment, because not enough kernel\nstate has been set up at that point (namely, pointing %fs to the kernel\npercpu data segment).  To fix this, defer ENABLE_INTERRUPTS until after\nthe kernel state has been set up.\n\nUnfortunately this means that we\u0027re running with interrupts disabled\nfor a while without calling the IRQ tracing code, but that can\u0027t be\ncalled without setting up %fs either.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "687c80540975709844699d9a96070e2cf3bad39d",
      "tree": "0188ab731c2852f29086d9552a975ea20504d807",
      "parents": [
        "8fdf765527920e30d8fd57da3a83d6bf56799114"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:04:03 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:29 2008 +0200"
      },
      "message": "include/asm-x86/xor_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "8fdf765527920e30d8fd57da3a83d6bf56799114",
      "tree": "54f1907fcd035281b5d8f7a047260b247366bb6c",
      "parents": [
        "d6ae390a0be73e6b777c6171e6b6f616462f555d"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:04:02 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:29 2008 +0200"
      },
      "message": "include/asm-x86/xor_32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "d6ae390a0be73e6b777c6171e6b6f616462f555d",
      "tree": "e574562c895d30fab675e02c810ec49faf76cc30",
      "parents": [
        "8948584eb282c4dc5c54f6f6ebbaf447a665c653"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:04:00 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:29 2008 +0200"
      },
      "message": "include/asm-x86/voyager.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "8948584eb282c4dc5c54f6f6ebbaf447a665c653",
      "tree": "b04dbf368ca1a9e54ded99992270985e978bb32f",
      "parents": [
        "9e8a935bcff6c8154eace12277e6a9d853ef790b"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:59 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/vmi.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "9e8a935bcff6c8154eace12277e6a9d853ef790b",
      "tree": "ba58258438a5abc698c75477f1480f07bd0dfb22",
      "parents": [
        "364fe5ef4725176324ec17f8dc3fd488d615b0de"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:58 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/vm86.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "364fe5ef4725176324ec17f8dc3fd488d615b0de",
      "tree": "757587d168fb9b100e2e03a2d2d7ca68b2c20226",
      "parents": [
        "ac1a7b0eaa1db04143ab6132c6ce4489afbb8a18"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:57 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/vga.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "ac1a7b0eaa1db04143ab6132c6ce4489afbb8a18",
      "tree": "8bef3fbb0f77e0b6db7bcb9601f4bdd8ac1a7967",
      "parents": [
        "a206ea11b665cfb5360d05367eea1e9cfd3f3c8b"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:56 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/vdso.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "a206ea11b665cfb5360d05367eea1e9cfd3f3c8b",
      "tree": "65b1d163d4c7411d7012ecad8bda252617573647",
      "parents": [
        "a31216194c84cfa72515db4f9365ce2c68ed5791"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:55 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/user_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "a31216194c84cfa72515db4f9365ce2c68ed5791",
      "tree": "f7bf185ab3ab588dfdd78bf6d5759fb2be526fbb",
      "parents": [
        "826700dc9b483d0d0de8ff4901043d54ed8b64f0"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:54 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/user32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "826700dc9b483d0d0de8ff4901043d54ed8b64f0",
      "tree": "8766ed6f7ca5fa1dee36c5e6f6e1cfa8c3778148",
      "parents": [
        "c489f4451965f4d355340ea1e60a5863c9ed2890"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:53 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/user_32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "c489f4451965f4d355340ea1e60a5863c9ed2890",
      "tree": "39bac9c2b733086e881b44ab1d45de4a1a0feedd",
      "parents": [
        "687fc16b65e96d72a680291670584090207cadf8"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:52 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/unistd_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "687fc16b65e96d72a680291670584090207cadf8",
      "tree": "cb1cef6bc25d3e73505ed2b3e120ee9113a7003c",
      "parents": [
        "6e714b37978bbd2c7a7eb89b4474b6c2133b7796"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:51 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/unistd_32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "6e714b37978bbd2c7a7eb89b4474b6c2133b7796",
      "tree": "b1d3480ce5bd80cbc3d08dcc4c79458818697c49",
      "parents": [
        "b896313e53344e79cc8bbc69f0a7d5c2b1735895"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:50 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/unaligned.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b896313e53344e79cc8bbc69f0a7d5c2b1735895",
      "tree": "64ac8f35229223121e5589abdae6980be76013c3",
      "parents": [
        "b1fcec7f2296c4b9126e1b85b52494ac8910d528"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:49 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/uaccess_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b1fcec7f2296c4b9126e1b85b52494ac8910d528",
      "tree": "48f04fd4a1fca4913dfdf804ad3d547b18e52fe4",
      "parents": [
        "2d86e637d15984e363e8c3f14c8f0470b4a10a3d"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:48 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/uaccess_32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "2d86e637d15984e363e8c3f14c8f0470b4a10a3d",
      "tree": "f5b69e910d89d1b51e109d319224898a95025852",
      "parents": [
        "5d7d03b81af05f3c291b5c6be621a2b53d187e09"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:47 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/tsc.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "5d7d03b81af05f3c291b5c6be621a2b53d187e09",
      "tree": "dd5b239a902a68302cdc48c8e6523cb0fae5bb54",
      "parents": [
        "94cf8de0a0aff39c7b7785af4fc938ecacb79b7c"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:46 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/topology.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "94cf8de0a0aff39c7b7785af4fc938ecacb79b7c",
      "tree": "a038bad29e80bc93748e5edc749527d2dc2a5fbe",
      "parents": [
        "b98fff30223799c5df444fef1ebcfcddf310f740"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:45 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/tlbflush.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b98fff30223799c5df444fef1ebcfcddf310f740",
      "tree": "f0723cc200e017dfdb0346f59dc41ad76bc63ca2",
      "parents": [
        "89917f28f3377fa7e38a51e9208e83b7b92542ee"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:43 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/thread_info_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "89917f28f3377fa7e38a51e9208e83b7b92542ee",
      "tree": "42ae02b9058bcafe3e930521af9a55cb7e42b847",
      "parents": [
        "7c4d4784db93496791b798e0abab1d056b192ad0"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:42 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/thread_info_32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7c4d4784db93496791b798e0abab1d056b192ad0",
      "tree": "136db407b6bb5791662ba14aae2757cd7f678d91",
      "parents": [
        "c5386c200f55940eeeb827df172edf2e0305f23b"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:40 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/tce.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "c5386c200f55940eeeb827df172edf2e0305f23b",
      "tree": "94bebabc9e5a4d89625a80ecad8c6550437f72d6",
      "parents": [
        "26b7fcc4bde28237a906597a809b149fb06713b0"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:39 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:28 2008 +0200"
      },
      "message": "include/asm-x86/system.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "26b7fcc4bde28237a906597a809b149fb06713b0",
      "tree": "dc500a327ff45c650a9858ad89d2cdd10bc8d00f",
      "parents": [
        "a4c2d7d9285500a9b229bb7ddc7abe0212a0dab0"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:38 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/sync_bitops.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "a4c2d7d9285500a9b229bb7ddc7abe0212a0dab0",
      "tree": "7ad4e6e695d6899ec42cb10a3dd05f1cc91375d6",
      "parents": [
        "1b17fce6078ab0672f6702097680b65124de5f05"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:37 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/swiotlb.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "1b17fce6078ab0672f6702097680b65124de5f05",
      "tree": "ca9c1bbd43bf960aebef84c615aefd1cd7c73ccb",
      "parents": [
        "cf030ebd40e37cb11d1efa6677890f40f21e16f4"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:36 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/suspend_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "cf030ebd40e37cb11d1efa6677890f40f21e16f4",
      "tree": "068e3f8fce2807c31b4cf97dd7096132ceaa5016",
      "parents": [
        "953b2f1ed6f2642e58e7c5b8c1385d132f1b5685"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:35 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/suspend_32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "953b2f1ed6f2642e58e7c5b8c1385d132f1b5685",
      "tree": "00ed406dbaae64594f7ffc1210747a7d94515df9",
      "parents": [
        "06b0f574eafdd26d325ce5ab3c38522d0cdd7b7c"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:34 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/string_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "06b0f574eafdd26d325ce5ab3c38522d0cdd7b7c",
      "tree": "65a688e5c5fe5fb95f7c6160ff732b58dc13b558",
      "parents": [
        "7f3a9508b5778034091e00e696dc17ca98b8a84c"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:33 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/string_32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7f3a9508b5778034091e00e696dc17ca98b8a84c",
      "tree": "33f94ecb52b06ac2efcb2a7785feb85aaa1baf1a",
      "parents": [
        "d3bf60a6e48c9a451cac345c0ad57552bb299992"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:32 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/srat.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "d3bf60a6e48c9a451cac345c0ad57552bb299992",
      "tree": "c1020e7c6a8f38e78e71e079dffa2f91bb1a6765",
      "parents": [
        "ceb7ce1052a9087bd4752424f253b883ec5e1cec"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:31 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/spinlock.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "ceb7ce1052a9087bd4752424f253b883ec5e1cec",
      "tree": "95bd8e4e76bf2f5443b384f3ac32e6d42047581e",
      "parents": [
        "2fec394adf9445ae6a21c5e67d9ad3f6f5b7c8d1"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:30 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/smp_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "2fec394adf9445ae6a21c5e67d9ad3f6f5b7c8d1",
      "tree": "36c6b425c199e7b51f3dfba33b9c32af6e1e1572",
      "parents": [
        "9551b12a51bab7058ad486ba96fd0c27fdafe922"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:29 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/smp_32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "9551b12a51bab7058ad486ba96fd0c27fdafe922",
      "tree": "67f3cc6f286af66387bd37677fd528255cd769b6",
      "parents": [
        "af1fec15de17086864fc3917e21a31e303ec0e91"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:28 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/signal.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "af1fec15de17086864fc3917e21a31e303ec0e91",
      "tree": "a8232923bd15fdfeb8e73812ef36610c7e949f78",
      "parents": [
        "895b7643d6d2d04761344e18a2473255f2551e9e"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:27 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/sigcontext.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "895b7643d6d2d04761344e18a2473255f2551e9e",
      "tree": "e9c51622f0e1fa77150ab241dd3e3e23107ff150",
      "parents": [
        "915cd5aa0adbe0f62b7a56d6eaf6908b47f80395"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:26 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/sigcontext32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "915cd5aa0adbe0f62b7a56d6eaf6908b47f80395",
      "tree": "07908dbcc2793a4d2bd9a6d842f95cf1ebb92a0b",
      "parents": [
        "6e5609a97acef44440f233ad435dd0ab563608f9"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:25 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/setup.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "6e5609a97acef44440f233ad435dd0ab563608f9",
      "tree": "90e8b46b6761c60b2ad43e38f558a17e614226e7",
      "parents": [
        "0f4fc8c1dca86b519fed50be0962c8def8d3d446"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:21 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/rwsem.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "0f4fc8c1dca86b519fed50be0962c8def8d3d446",
      "tree": "a4467ef1043ef18c91f887d84d78b83ae0e8f7a7",
      "parents": [
        "c6fd5d49ec578e1078331b81ca09008fb361a8ba"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:20 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/rio.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "c6fd5d49ec578e1078331b81ca09008fb361a8ba",
      "tree": "a5323230a791db5b7f94ec1e642c7ae76da16da3",
      "parents": [
        "78db4c6be439cd446c94181c73f5e06a89a5aaf3"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:19 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/resume-trace.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "78db4c6be439cd446c94181c73f5e06a89a5aaf3",
      "tree": "a1ad531c1815635d0766127b0857f774cd6c2262",
      "parents": [
        "72f74fa25a468f40781e452f1d2528395090d55f"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:18 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:27 2008 +0200"
      },
      "message": "include/asm-x86/reboot.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "72f74fa25a468f40781e452f1d2528395090d55f",
      "tree": "c7b61c02eaf124453d186887ce034f909f1981a7",
      "parents": [
        "708c5662975518eeea04de10cb11075d48636180"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:17 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/ptrace.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "708c5662975518eeea04de10cb11075d48636180",
      "tree": "44624b108968990652ee329fe1d5215f4324bf7c",
      "parents": [
        "cca2e6f87e3856953503aae2c0b8a1d5628796ef"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:16 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/proto.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "cca2e6f87e3856953503aae2c0b8a1d5628796ef",
      "tree": "5d621cac7813c00320a65d3d523c9abb8dcdff44",
      "parents": [
        "4943aa4ec25ccc7161f4f4fcdd0018a4c1f6d4e8"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:15 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/processor.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "4943aa4ec25ccc7161f4f4fcdd0018a4c1f6d4e8",
      "tree": "3dfdfc0c9a5815fff192fe49d5afb7ed27a171c6",
      "parents": [
        "2c5d516ca70641e26463e8d24344b515a2973c11"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:14 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/posix_types_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "2c5d516ca70641e26463e8d24344b515a2973c11",
      "tree": "16e6e30d98ff489c1703a128df5c138fcc3a5064",
      "parents": [
        "3cbaeafeb10e38bce6c8d4764a254260d5a564bd"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:13 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/posix_types_32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "3cbaeafeb10e38bce6c8d4764a254260d5a564bd",
      "tree": "5b991c427aad27f6b7f46c7d6a07512907b74be2",
      "parents": [
        "7f94401e439dc1137319c48dfec0285f681eb3ad"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:12 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/pgtable.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7f94401e439dc1137319c48dfec0285f681eb3ad",
      "tree": "e8f08824f51834889f42d34c889ce620268547a7",
      "parents": [
        "4b01fef89a10cedbae9857e76283616af3f177cd"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:11 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/pgtable_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "4b01fef89a10cedbae9857e76283616af3f177cd",
      "tree": "3b75b60a12240a4e4c0bb379fcc327379f7d1971",
      "parents": [
        "cf840147d48626d5d86d617cbc5b7cddc1bcae14"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:10 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/pgtable-3level.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "cf840147d48626d5d86d617cbc5b7cddc1bcae14",
      "tree": "f1f4082589633318fabc01eeae63f1bbc1d7e3e4",
      "parents": [
        "65e05d15edfdd6ecb4426894cf6e6b5ae97602e4"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:09 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/pgtable_32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "65e05d15edfdd6ecb4426894cf6e6b5ae97602e4",
      "tree": "7a136ccf800a8fbb4f02900ce962f270f0e382d5",
      "parents": [
        "bc9e3be20bab447519e864c4f9e09aae82ed0376"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:08 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/pgtable-2level.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "bc9e3be20bab447519e864c4f9e09aae82ed0376",
      "tree": "3a574941709fec6526a02ce3051da6755ad32895",
      "parents": [
        "46e1abc63e736644265e7ec2897f963a4ace5993"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:06 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/percpu.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "46e1abc63e736644265e7ec2897f963a4ace5993",
      "tree": "6fcb9b4b79e47528f2384ebb19eec4faed5139db",
      "parents": [
        "69bdb7bcc6b9494b1738c6f6dd3fe553c9c6978e"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:05 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/pda.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "69bdb7bcc6b9494b1738c6f6dd3fe553c9c6978e",
      "tree": "f9023c60dbbd267e72f8bbde62f293b7923a2e0b",
      "parents": [
        "565c6402db09b1d1b7623ebd629f3adf6b86feaa"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:04 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/pci.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "565c6402db09b1d1b7623ebd629f3adf6b86feaa",
      "tree": "5a03033216f3c14f9f184d41377835d077595cfc",
      "parents": [
        "3cb47d79e99ad7b3a02badd7f64fbb57a1b125b3"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:03 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/pci-direct.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "3cb47d79e99ad7b3a02badd7f64fbb57a1b125b3",
      "tree": "bdbbebcb2b50b272e93694358dd100de6451e397",
      "parents": [
        "5269354231c6e960941f6e1fd0737acc003d2353"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:02 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/pci_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "5269354231c6e960941f6e1fd0737acc003d2353",
      "tree": "a29e72cab0b1c48eb7d2096d7e736e4a51890e72",
      "parents": [
        "49cd740bb0b5796f34699a0f945b977f6ff34c64"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:01 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/parport.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "49cd740bb0b5796f34699a0f945b977f6ff34c64",
      "tree": "1fa590b7caa0fa284120e6ed846adb4093f875ba",
      "parents": [
        "fad599854e3997a3e93559e19759a26b18c906c6"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:03:00 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/paravirt.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "fad599854e3997a3e93559e19759a26b18c906c6",
      "tree": "c2c45a65f6969b7f55b18621a70ef5d65d083a62",
      "parents": [
        "b20a4615944a0c106fce2aecb7ea1dbc8eefc71b"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:59 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/param.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b20a4615944a0c106fce2aecb7ea1dbc8eefc71b",
      "tree": "06fceabe4c3786fe1e9c635a5c1c7127e1a1b3a1",
      "parents": [
        "095d1c4e61d77de4b33ea3b202aa6342f69d9891"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:58 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:26 2008 +0200"
      },
      "message": "include/asm-x86/page_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "095d1c4e61d77de4b33ea3b202aa6342f69d9891",
      "tree": "aa19b697d7385024e2b4878822cf79a71079fd04",
      "parents": [
        "5f4e4b7209deb3cd7cf16ebb7bf84917e4b6682a"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:57 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/page_32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "5f4e4b7209deb3cd7cf16ebb7bf84917e4b6682a",
      "tree": "c2e448409cf9144c26f01fc7357598fd91c15076",
      "parents": [
        "cb046eed76b7f74e619479f1aba17e74ce6f5159"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:56 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/numaq.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "cb046eed76b7f74e619479f1aba17e74ce6f5159",
      "tree": "2be9881f1cc7769d9f3c5e6b2e8bf816fd32bf1c",
      "parents": [
        "2c4e8830414de84cc969a1f9685f4c48b91ca6e7"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:55 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/numa_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "2c4e8830414de84cc969a1f9685f4c48b91ca6e7",
      "tree": "60d09c3a1f5f2b471cf3ae845a3e4d29e8bd20da",
      "parents": [
        "b2347fad517f61553e03135db60def2392d9c2bc"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:54 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/mutex_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b2347fad517f61553e03135db60def2392d9c2bc",
      "tree": "8a3dadd51ec75850f0c30d2b1972135a9a12c967",
      "parents": [
        "9969b4405469e12070c560ff27dbe587470fc945"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:53 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/mutex_32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "9969b4405469e12070c560ff27dbe587470fc945",
      "tree": "ed4035eac05cbfdd5a2e479f2f3536988a5cb63a",
      "parents": [
        "abb0ade013507c93a9a0b263bbb7b0327d7c38db"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:52 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/mtrr.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "abb0ade013507c93a9a0b263bbb7b0327d7c38db",
      "tree": "d07ac00fce2ad439100a7977401924670879d1bf",
      "parents": [
        "934902b474bdb235a273985ad4c61eb136afe11d"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:51 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/msr.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "934902b474bdb235a273985ad4c61eb136afe11d",
      "tree": "52a59dcfe955f48615ab4ef63a86d311327d14f7",
      "parents": [
        "30971e17ee484f72e081826a0bf3e489ef3b4c30"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:50 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/msidef.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "30971e17ee484f72e081826a0bf3e489ef3b4c30",
      "tree": "4b48bdf5eb1ede83ae3359816fbdd0697cb7c0cd",
      "parents": [
        "8f08403e61a86c3179642239184aff3a5f636be1"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:49 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/mpspec.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "8f08403e61a86c3179642239184aff3a5f636be1",
      "tree": "2950527700c20802d2d398e1fa7c0030d29deb31",
      "parents": [
        "60e9bfd1bd5be433e56b050e025d3d5c91c967a8"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:48 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/mpspec_def.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "60e9bfd1bd5be433e56b050e025d3d5c91c967a8",
      "tree": "29cd561319ae9523e46f7d840be2654c1ec5cf7a",
      "parents": [
        "7491d33d9ab042f3fdb9ec00054f69737dcd180f"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:47 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/mmzone_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7491d33d9ab042f3fdb9ec00054f69737dcd180f",
      "tree": "da7e583d89324e59d4235192191925ba7cca4593",
      "parents": [
        "f2334076890bbe3cddca2c053684653c614e9b48"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:46 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/mmzone_32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f2334076890bbe3cddca2c053684653c614e9b48",
      "tree": "7d59d704fe5c9c1f89e78ffb52d4b1afcaf44e13",
      "parents": [
        "710d0e9cce8bfcfa821c5929c1d4dbf30a660ce6"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:45 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/mmx.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "710d0e9cce8bfcfa821c5929c1d4dbf30a660ce6",
      "tree": "d063c51112980e17d9f57113bc6af98be21d3a24",
      "parents": [
        "c4fe760efde84e52168a81bf125f25ba2f118b51"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:44 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/mmu.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "c4fe760efde84e52168a81bf125f25ba2f118b51",
      "tree": "99a8b2a79d2ba28bc0dd799e485b05f8fdf8cdd9",
      "parents": [
        "55464da94a845e057ffb94a9fc7be1aa86ffcd89"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:43 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/mmu_context_64.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "55464da94a845e057ffb94a9fc7be1aa86ffcd89",
      "tree": "5a958b7f6aadb794d2b0f5058f493c910e0856a3",
      "parents": [
        "77d511ed744f7febcd2a3444f63e6c54ac32d0c3"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:42 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/mmu_context_32.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "77d511ed744f7febcd2a3444f63e6c54ac32d0c3",
      "tree": "f0ec2c3ba4951f4f87e0786f6225c5c9ffa16019",
      "parents": [
        "933a44155caeb4ff5b58fcf755e3381ae37e72d4"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:41 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:25 2008 +0200"
      },
      "message": "include/asm-x86/mca_dma.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "933a44155caeb4ff5b58fcf755e3381ae37e72d4",
      "tree": "a3ec42f7a1dc30c37c8272b612b05ed237ec75a6",
      "parents": [
        "69cde6512c3a0227878869f9ba8a02cdc72fc253"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:40 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:24 2008 +0200"
      },
      "message": "include/asm-x86/mc146818rtc.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "69cde6512c3a0227878869f9ba8a02cdc72fc253",
      "tree": "6a87c90b4182497b0296c6bdd00f3a9b36570918",
      "parents": [
        "fb444c7b25420d57ce5e31cab486f734705bd278"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:39 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:24 2008 +0200"
      },
      "message": "include/asm-x86/local.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "fb444c7b25420d57ce5e31cab486f734705bd278",
      "tree": "99e01991e539db83e2381a67a5b5616aa6225808",
      "parents": [
        "fd1ea0c25ae00e2ac55881af55c3206664dd59a8"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:37 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:24 2008 +0200"
      },
      "message": "include/asm-x86/lguest.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "fd1ea0c25ae00e2ac55881af55c3206664dd59a8",
      "tree": "9c2432b19f6bae014438fd24d2ae49539ea277bf",
      "parents": [
        "0c7825e64d377409deaaf73cd6311da9df310db3"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:36 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:24 2008 +0200"
      },
      "message": "include/asm-x86/lguest_hcall.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "0c7825e64d377409deaaf73cd6311da9df310db3",
      "tree": "e7f60bef2575451f1833530b8351c94ccaf61334",
      "parents": [
        "7d76b4d3767324fa44ac73032d6eeb428e46f004"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:35 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:24 2008 +0200"
      },
      "message": "include/asm-x86/kvm_x86_emulate.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7d76b4d3767324fa44ac73032d6eeb428e46f004",
      "tree": "2da2caf6b9b54e1307705436966524ffeb419e73",
      "parents": [
        "864dfa13bed444d2c6d76d584e81713405d60082"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:34 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:24 2008 +0200"
      },
      "message": "include/asm-x86/kvm_host.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "864dfa13bed444d2c6d76d584e81713405d60082",
      "tree": "cb4a6ba0b3954d68b8050d2a0e865d9154c23ecf",
      "parents": [
        "b69a3f9dc0bbdbf9278ac5bc8d4b6347c11a701b"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:33 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:24 2008 +0200"
      },
      "message": "include/asm-x86/kprobes.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b69a3f9dc0bbdbf9278ac5bc8d4b6347c11a701b",
      "tree": "2e08d628a31f93f7d35790ffc5bab86fa8d767ca",
      "parents": [
        "f461f1372cef1853534df2115f9ff5b7fbfc6958"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:32 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:24 2008 +0200"
      },
      "message": "include/asm-x86/kexec.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f461f1372cef1853534df2115f9ff5b7fbfc6958",
      "tree": "791f97862eb2302f48d25c7b16f496733729472e",
      "parents": [
        "cf7f7191cf20011e47243b594e433275a6db811b"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Mar 23 01:02:31 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Apr 17 17:41:24 2008 +0200"
      },
      "message": "include/asm-x86/kdebug.h: checkpatch cleanups - formatting only\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    }
  ],
  "next": "cf7f7191cf20011e47243b594e433275a6db811b"
}
