)]}'
{
  "log": [
    {
      "commit": "77ef50a522717fa040636ee1017179ceba12ff62",
      "tree": "57b082ad5b314605d5d9dab50068737f324cae60",
      "parents": [
        "a656c8efb40a8700046df20da2195f8aa39ce38a"
      ],
      "author": {
        "name": "Vegard Nossum",
        "email": "vegard.nossum@gmail.com",
        "time": "Wed Jun 18 17:08:48 2008 +0200"
      },
      "committer": {
        "name": "Vegard Nossum",
        "email": "vegard.nossum@gmail.com",
        "time": "Tue Jul 22 21:31:34 2008 +0200"
      },
      "message": "x86: consolidate header guards\n\nThis patch is the result of an automatic script that consolidates the\nformat of all the headers in include/asm-x86/.\n\nThe format:\n\n1. No leading underscore. Names with leading underscores are reserved.\n2. Pathname components are separated by two underscores. So we can\n   distinguish between mm_types.h and mm/types.h.\n3. Everything except letters and numbers are turned into single\n   underscores.\n\nSigned-off-by: Vegard Nossum \u003cvegard.nossum@gmail.com\u003e\n"
    },
    {
      "commit": "6a52e4b1cddd90fbfde8fb67021657936ee74b07",
      "tree": "c876e1fafe89169f373f6b04739242b5d646fcf7",
      "parents": [
        "71415c6a0877d5944d5dc3060f3b03513746158d"
      ],
      "author": {
        "name": "Jeremy Fitzhardinge",
        "email": "jeremy@goop.org",
        "time": "Sat Jul 12 02:22:00 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Jul 16 11:08:27 2008 +0200"
      },
      "message": "x86_64: further cleanup of 32-bit compat syscall mechanisms\n\nAMD only supports \"syscall\" from 32-bit compat usermode.\nIntel and Centaur(?) only support \"sysenter\" from 32-bit compat usermode.\n\nSet the X86 feature bits accordingly, and set up the vdso in\naccordance with those bits.  On the offchance we run on in a 64-bit\nenvironment which supports neither syscall nor sysenter from 32-bit\nmode, then fall back to the int $0x80 vdso.\n\nSigned-off-by: Jeremy Fitzhardinge \u003cjeremy.fitzhardinge@citrix.com\u003e\nSigned-off-by: H. Peter Anvin \u003chpa@zytor.com\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": "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": "6c3652efcafa6a6d795093362cb4290c84994b5c",
      "tree": "1587379f45a7145a64c3103b40e12b01c46ea559",
      "parents": [
        "0249c9c1e7505c2b020bcc6deaf1e0415de9943e"
      ],
      "author": {
        "name": "Roland McGrath",
        "email": "roland@redhat.com",
        "time": "Wed Jan 30 13:30:42 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Jan 30 13:30:42 2008 +0100"
      },
      "message": "x86 vDSO: i386 vdso32\n\nThis makes the i386 kernel use the new vDSO build in arch/x86/vdso/vdso32/\nto replace the old one from arch/x86/kernel/.\n\nSigned-off-by: Roland McGrath \u003croland@redhat.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "7f3646aa16f496201e045183402c6614fa27b0c7",
      "tree": "afbee61e10ce854f683e27b0fdd0097fc9200f75",
      "parents": [
        "5b93049337301d6fbd3cf55db99b34e6b0dbd3a3"
      ],
      "author": {
        "name": "Roland McGrath",
        "email": "roland@redhat.com",
        "time": "Wed Jan 30 13:30:41 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Jan 30 13:30:41 2008 +0100"
      },
      "message": "x86 vDSO: use vdso-syms.lds\n\nThis patch changes the kernel\u0027s references to addresses in the vDSO image\nto be based on the symbols defined by vdso-syms.lds instead of the old\nvdso-syms.o symbols.  This is all wrapped up in a macro defined by the new\nasm-x86/vdso.h header; that\u0027s the only place in the kernel source that has\nto know the details of the scheme for getting vDSO symbol values.\n\nSigned-off-by: Roland McGrath \u003croland@redhat.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    }
  ]
}
