)]}'
{
  "log": [
    {
      "commit": "95c1e9aefa5d3a2dd61304797cad96e8fdcd95ce",
      "tree": "d59a6477e21ab1d0850e85403d6211b7c576de70",
      "parents": [
        "98c9e27a56a2d9f9148992b0b9a9a36760ea4eb9"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Wed Oct 17 18:04:39 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:39 2007 +0200"
      },
      "message": "x86: visws extern inline to static inline\n\n\"extern inline\" will have different semantics with gcc 4.3.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nAcked-by: Andrey Panin \u003cpazke@donpac.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "98c9e27a56a2d9f9148992b0b9a9a36760ea4eb9",
      "tree": "1f454309248477977d6654ee57480ef18140dce6",
      "parents": [
        "6b556ffc4b8fc71445156bcdd02a16a364a36356"
      ],
      "author": {
        "name": "Mike Travis",
        "email": "travis@sgi.com",
        "time": "Wed Oct 17 18:04:39 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:37 2007 +0200"
      },
      "message": "x86: fix cpu_to_node references\n\nIn x86_64 and i386 architectures most arrays that are sized using\nNR_CPUS lay in local memory on node 0.  Not only will most (99%?) of the\nsystems not use all the slots in these arrays, particularly when NR_CPUS\nis increased to accommodate future very high cpu count systems, but a\nnumber of cache lines are passed unnecessarily on the system bus when\nthese arrays are referenced by cpus on other nodes.\n\nTypically, the values in these arrays are referenced by the cpu\naccessing it\u0027s own values, though when passing IPI interrupts, the cpu\ndoes access the data relevant to the targeted cpu/node.  Of course, if\nthe referencing cpu is not on node 0, then the reference will still\nrequire cross node exchanges of cache lines.  A common use of this is\nfor an interrupt service routine to pass the interrupt to other cpus\nlocal to that node.\n\nIdeally, all the elements in these arrays should be moved to the per_cpu\ndata area.  In some cases (such as x86_cpu_to_apicid) the array is\nreferenced before the per_cpu data areas are setup.  In this case, a\nstatic array is declared in the __initdata area and initialized by the\nbooting cpu (BSP).  The values are then moved to the per_cpu area after\nit is initialized and the original static array is freed with the rest\nof the __initdata.\n\nThis patch:\n\nFix four instances where cpu_to_node is referenced by array instead of\nvia the cpu_to_node macro.  This is preparation to moving it to the\nper_cpu data area.\n\nSigned-off-by: Mike Travis \u003ctravis@sgi.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nCc: Christoph Lameter \u003cclameter@sgi.com\u003e\nCc: \"Siddha, Suresh B\" \u003csuresh.b.siddha@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "6b556ffc4b8fc71445156bcdd02a16a364a36356",
      "tree": "52d5458eb694adca8b7a5958c8b7fc608b0e3180",
      "parents": [
        "d9a629430368549b2e46d79076a6174a1e3a2645"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 18:04:39 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:36 2007 +0200"
      },
      "message": "x86: cleanup 64bit unistd.h\n\nsys_iopl is long gone and there is no reason to declare\nsys_rt_sigaction here.\n\nRemove it all together and fix the whitespace mess as well.\nIt\u0027s worth the trouble: 25897 -\u003e 21337 bytes, the win is\nlarger than the memory of my first computer :)\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "d9a629430368549b2e46d79076a6174a1e3a2645",
      "tree": "2b345adda40fdba30b8d358299976c8adf828971",
      "parents": [
        "d1e084746b0e5806e6345ab31c5b370f8dee2b23"
      ],
      "author": {
        "name": "Stefan Richter",
        "email": "stefanr@s5r6.in-berlin.de",
        "time": "Wed Oct 17 18:04:39 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:35 2007 +0200"
      },
      "message": "x86: configure HPET_EMULATE_RTC automatically\n\nIt needs to be automatic. The HPET legacy interrupt mode disconnects\nthe RTC interrupt and connects the interrupt of the second HPET channel.\n\n[ tglx: arch/x86 adaptation and comment fixup]\n\nSigned-off-by: Stefan Richter \u003cstefanr@s5r6.in-berlin.de\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "d1e084746b0e5806e6345ab31c5b370f8dee2b23",
      "tree": "48147b4840ecf503825807367ac790365f1f9efc",
      "parents": [
        "909dd324fb57ad690c38c4e3d52337defa099ce8"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "jbeulich@novell.com",
        "time": "Wed Oct 17 18:04:39 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:33 2007 +0200"
      },
      "message": "i386: constify wd_ops\n\n.. as they\u0027re, with a single exception, never written to.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "909dd324fb57ad690c38c4e3d52337defa099ce8",
      "tree": "524f89e71d9c4d16fb62917436913a1b95713202",
      "parents": [
        "ffecad95eed621a82e8131b929cfcc3bb2a10d46"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Wed Oct 17 18:04:38 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:32 2007 +0200"
      },
      "message": "x86: clean up mce\u003d argument parsing slightly\n\nMove the \u003d into the __setup line.\nDocument the option in kernel-parameters.txt by adding a pointer\nto the x86-64 specific documentation.\n\n[ tglx: arch/x86 adaptation ]\n\nPointed out by Robert Day\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "ffecad95eed621a82e8131b929cfcc3bb2a10d46",
      "tree": "fab2602f49bba19dda8d88f8279d9e1d1bda7c6a",
      "parents": [
        "7e02cb941ddc129158c276648c10a69dca7d36d3"
      ],
      "author": {
        "name": "Satyam Sharma",
        "email": "satyam@infradead.org",
        "time": "Wed Oct 17 18:04:38 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:31 2007 +0200"
      },
      "message": "i386: fix argument signedness warnings\n\nThese build warnings:\n\nIn file included from include/asm/thread_info.h:16,\nfrom include/linux/thread_info.h:21,\nfrom include/linux/preempt.h:9,\nfrom include/linux/spinlock.h:49,\nfrom include/linux/vmalloc.h:4,\nfrom arch/i386/boot/compressed/misc.c:14:\ninclude/asm/processor.h: In function cpuid_count\ninclude/asm/processor.h:615: warning: pointer targets in passing argument 1 of native_cpuid differ in signedness\ninclude/asm/processor.h:615: warning: pointer targets in passing argument 2 of native_cpuid differ in signedness\ninclude/asm/processor.h:615: warning: pointer targets in passing argument 3 of native_cpuid differ in signedness\ninclude/asm/processor.h:615: warning: pointer targets in passing argument 4 of native_cpuid differ in signedness\n\ncome because the arguments have been specified as pointers to (signed) int\ntypes, not unsigned. So let\u0027s specify those as unsigned. Do some codingstyle\nhere and there while at it.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Satyam Sharma \u003csatyam@infradead.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "7e02cb941ddc129158c276648c10a69dca7d36d3",
      "tree": "79db7b7d1c607c15f67ae53248ccdf762a0aaa8e",
      "parents": [
        "3f4ed1511dc8c71073bb7d220ee62eedd8e8aeec"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Wed Oct 17 18:04:38 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:29 2007 +0200"
      },
      "message": "x86: rename .i assembler includes to .h\n\n.i is an ending used for preprocessed stuff.\n\nThis patch therefore renames assembler include files to .h and guards\nthe contents with an #ifdef __ASSEMBLY__.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "3f4ed1511dc8c71073bb7d220ee62eedd8e8aeec",
      "tree": "9df53f2c54adbc7d831f7b7c47ef3cc5bec8777e",
      "parents": [
        "d2ccc3fdde1a860b970109ad78865b7e44d3fc0c"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Wed Oct 17 18:04:38 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:28 2007 +0200"
      },
      "message": "x86: Add parenthesis to IRQ vector macros\n\nIt is not good taste to have macros with additions that do not have\nparenthesises around them.  This patch parethesizes the IRQ vector\nmacros for x86_64 arch.\n\nNote, this caused me a bit of heart-ache debugging lguest64.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "d2ccc3fdde1a860b970109ad78865b7e44d3fc0c",
      "tree": "1dd278864b09731527811f163e346ba8fc26ea32",
      "parents": [
        "92b2dc79c3bb3f08afae6c0feaeea593b9c83a76"
      ],
      "author": {
        "name": "Chuck Lever",
        "email": "chuck.lever@oracle.com",
        "time": "Wed Oct 17 18:04:38 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:27 2007 +0200"
      },
      "message": "x86: Eliminate result signage problem in asm-x86_64/bitops.h\n\nThe return type of __scanbit() doesn\u0027t match the return type of\nfind_{first,next}_bit().  Thus when you construct something like\nthis:\n\n   boolean ? __scanbit() : find_first_bit()\n\nyou get an unsigned long result if \"boolean\" is true, and a signed\nlong result if \"boolean\" is false.\n\nIn file included from /home/cel/src/linux/include/linux/mmzone.h:15,\n                 from /home/cel/src/linux/include/linux/gfp.h:4,\n                 from /home/cel/src/linux/include/linux/slab.h:14,\n                 from /home/cel/src/linux/include/linux/percpu.h:5,\n                 from\n/home/cel/src/linux/include/linux/rcupdate.h:41,\n                 from /home/cel/src/linux/include/linux/dcache.h:10,\n                 from /home/cel/src/linux/include/linux/fs.h:275,\n                 from /home/cel/src/linux/fs/nfs/sysctl.c:9:\n/home/cel/src/linux/include/linux/nodemask.h: In function\nâ__first_nodeâ:\n/home/cel/src/linux/include/linux/nodemask.h:229: warning: signed and\nunsigned type in conditional expression\n/home/cel/src/linux/include/linux/nodemask.h: In function\nâ__next_nodeâ:\n/home/cel/src/linux/include/linux/nodemask.h:235: warning: signed and\nunsigned type in conditional expression\n/home/cel/src/linux/include/linux/nodemask.h: In function\nâ__first_unset_nodeâ:\n/home/cel/src/linux/include/linux/nodemask.h:253: warning: signed and\nunsigned type in conditional expression\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Chuck Lever \u003cchuck.lever@oracle.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "92b2dc79c3bb3f08afae6c0feaeea593b9c83a76",
      "tree": "a4d38dc90e0abf5f0ea7d64afedc9d96ad5e4fd4",
      "parents": [
        "9efa98159c8b4fd7373d03af9fc06d43f47de0f5"
      ],
      "author": {
        "name": "Glauber de Oliveira Costa",
        "email": "gcosta@redhat.com",
        "time": "Wed Oct 17 18:04:38 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:25 2007 +0200"
      },
      "message": "x86: remove STR() macros\n\nThis patch removes the __STR() and STR() macros from x86_64 header files.\nThey seem to be legacy, and has no more users. Even if there were users,\nthey should use __stringify() instead.\n\nIn fact, there were one third place in which this macro was defined\n(ia32_binfmt.c), and used just below. In this file, usage was properly\nconverted to __stringify()\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Glauber de Oliveira Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "9efa98159c8b4fd7373d03af9fc06d43f47de0f5",
      "tree": "264d377c469f7657dbe47e0b3f80416091868ebc",
      "parents": [
        "61d08a9ea3d5fd680213aa7a15fcda69ce11987d"
      ],
      "author": {
        "name": "Mike Travis",
        "email": "travis@sgi.com",
        "time": "Wed Oct 17 18:04:38 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:24 2007 +0200"
      },
      "message": "x86: remove x86_cpu_to_log_apicid\n\nRemove the x86_cpu_to_log_apicid array.  It is set in\narch/x86_64/kernel/genapic_flat.c:flat_init_apic_ldr() and\narch/x86_64/kernel/smpboot.c:do_boot_cpu() but it is never\nreferenced.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Mike Travis \u003ctravis@sgi.com\u003e\nSigned-off-by: Christoph Lameter \u003cclameter@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "61d08a9ea3d5fd680213aa7a15fcda69ce11987d",
      "tree": "0ea4baa5fb8dca8f9ad2b9e8421b7e102620c25a",
      "parents": [
        "883001f98290ca40b32e2c1872f22600f8dfc968"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Wed Oct 17 18:04:38 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:23 2007 +0200"
      },
      "message": "i386: Remove strrchr assembler implementation\n\nThe constraints in the inline assembler implementation of i386\nstrrchr() were incorrect and break the build with recent gcc 4.3.\nSince there are only very few callers of strrchr() and none of them\nare performance relevant just remove the assembler implementation\nand use the C fallback instead.\n\n[ tglx: arch/x86 adaptation ]\n\nCc: rguenther@suse.de\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "883001f98290ca40b32e2c1872f22600f8dfc968",
      "tree": "c9ed5fc29873d17d012723134968c1ec3f0b40f4",
      "parents": [
        "5f1f935ca4e385444c07164cf43dfdfe5eeee006"
      ],
      "author": {
        "name": "Chris Snook",
        "email": "csnook@redhat.com",
        "time": "Wed Oct 17 18:04:38 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:21 2007 +0200"
      },
      "message": "x86: make atomic64_t work like atomic_t\n\nThe volatile keyword has already been removed from the declaration of atomic_t\non x86_64.  For consistency, remove it from atomic64_t as well.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Chris Snook \u003ccsnook@redhat.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCC: Andi Kleen \u003candi@firstfloor.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "5f1f935ca4e385444c07164cf43dfdfe5eeee006",
      "tree": "3693d9e1cee6b917a507bd96332c1464b96cdab1",
      "parents": [
        "4a40cb1ec68d021125e37a69a0be79dc16dd41b1"
      ],
      "author": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Wed Oct 17 18:04:38 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:20 2007 +0200"
      },
      "message": "i386: simplify smp_call_function_single() call sequence in msr-on-cpu\n\nsmp_call_function_single() now knows how to call the function on the\ncurrent cpu.\n\n[ tglx: arch/x86 adaptation ]\n\nCc: H. Peter Anvin \u003chpa@zytor.com\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "4a40cb1ec68d021125e37a69a0be79dc16dd41b1",
      "tree": "730da450ede84a33241f77716edb25fbb8352088",
      "parents": [
        "cddf7ff766ee53e24ff37f55a897efc90cb3526e"
      ],
      "author": {
        "name": "Avi Kivity",
        "email": "avi@qumranet.com",
        "time": "Wed Oct 17 18:04:38 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:19 2007 +0200"
      },
      "message": "i386: simplify smp_call_function_single() call sequence in cpuid\n\nsmp_call_function_single() now knows how to call the function on the\ncurrent cpu.\n\n[ tglx: arch/x86 adaptation ]\n\nCc: H. Peter Anvin \u003chpa@zytor.com\u003e\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "cddf7ff766ee53e24ff37f55a897efc90cb3526e",
      "tree": "3741fd328f0ade843c4caca04b61274d439c0457",
      "parents": [
        "a850cef77f148c2e305022a1ed86ca6cff5ee300"
      ],
      "author": {
        "name": "Mariusz Kozlowski",
        "email": "m.kozlowski@tuxland.pl",
        "time": "Wed Oct 17 18:04:38 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:18 2007 +0200"
      },
      "message": "x86: kmalloc + memset conversion to kzalloc\n\narch/x86_64/kernel/io_apic.c | 56080 -\u003e 56038 (-42 bytes)\n\nalso eliminate unnecessary local variable assignment.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Mariusz Kozlowski \u003cm.kozlowski@tuxland.pl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "a850cef77f148c2e305022a1ed86ca6cff5ee300",
      "tree": "4bae5d03aabdfa5f3a96a38c885cc943df8bb1b4",
      "parents": [
        "fb7ae26df0b1218b39049b659064d57b58616c94"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Oct 17 18:04:38 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:16 2007 +0200"
      },
      "message": "i386: no need to make enable_cpu_hotplug a variable\n\nAs long as there\u0027s no write access to this variable there\u0027s no reason to\nlet gcc check it at runtime.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "fb7ae26df0b1218b39049b659064d57b58616c94",
      "tree": "6e151ec0a9aee084327e7cbb0b87d041eb7d6963",
      "parents": [
        "c8f2518e390638abc8255616a40b4a28caa66a95"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Oct 17 18:04:37 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:15 2007 +0200"
      },
      "message": "i386: es7000 minor cleanups\n\nThis patch contains the following cleanups:\n- make some needlessly global functions static\n- #if 0 the unused es7000_stop_cpu()\n\nAK: actually removed es7000_stop_cpu\nAK: fixed a non ISO prototype too\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "c8f2518e390638abc8255616a40b4a28caa66a95",
      "tree": "f03852b378ddda8aa6576088548e99b0f73e6b27",
      "parents": [
        "6619a8fb594486363783cc4a8372e4d4ee4b913e"
      ],
      "author": {
        "name": "akpm@linux-foundation.org",
        "email": "akpm@linux-foundation.org",
        "time": "Wed Oct 17 18:04:37 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:14 2007 +0200"
      },
      "message": "i386: Remove local CPU logic in MTRR call to smp_call_function_single\n\nsmp_call_function_single handles the call to local CPU case correctly\nnow, no need to handle this in the caller.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "6619a8fb594486363783cc4a8372e4d4ee4b913e",
      "tree": "83130702b16dae3ccae5be54acd18993474ff757",
      "parents": [
        "9689ba8ad0dc27c0a2ce40eb4c0f8fb66551119c"
      ],
      "author": {
        "name": "H. Peter Anvin",
        "email": "hpa@zytor.com",
        "time": "Wed Oct 17 18:04:37 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:12 2007 +0200"
      },
      "message": "x86: Create clflush() inline, remove hardcoded wbinvd\n\nCreate an inline function for clflush(), with the proper arguments,\nand use it instead of hard-coding the instruction.\n\nThis also removes one instance of hard-coded wbinvd, based on a patch\nby Bauder de Oliveira Costa.\n\n[ tglx: arch/x86 adaptation ]\n\nCc: Andi Kleen \u003candi@firstfloor.org\u003e\nCc: Glauber de Oliveira Costa \u003cgcosta@redhat.com\u003e\nSigned-off-by: H. Peter Anvin \u003chpa@zytor.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "9689ba8ad0dc27c0a2ce40eb4c0f8fb66551119c",
      "tree": "3b59df3743d1ee2932201d41cbc0f96d7ade159b",
      "parents": [
        "ff7f36497e77a8d60f09065fc8b606a543214c3f"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "jbeulich@novell.com",
        "time": "Wed Oct 17 18:04:37 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:11 2007 +0200"
      },
      "message": "x86: constify stacktrace_ops\n\n.. as they\u0027re never written to.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "ff7f36497e77a8d60f09065fc8b606a543214c3f",
      "tree": "bdfcc75dcc5757a3ce9a3b0d193a8680464c6a06",
      "parents": [
        "121d7bf5a246d282ba91234d03a4edf9ccc9c940"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Wed Oct 17 18:04:37 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:10 2007 +0200"
      },
      "message": "x86: Some cleanups for pci gart code\n\n- Mark function static\n- Clarify license\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "121d7bf5a246d282ba91234d03a4edf9ccc9c940",
      "tree": "ea7c5e9da9b3a09e8cc482eab5039986056b841f",
      "parents": [
        "df5ddf620e101f6c7f968c71b327ded16a90ca03"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "jbeulich@novell.com",
        "time": "Wed Oct 17 18:04:37 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:08 2007 +0200"
      },
      "message": "x86: misc. constifications\n\nMiscellaneous x86 stuff that can live in .rodata.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "df5ddf620e101f6c7f968c71b327ded16a90ca03",
      "tree": "b6e3dd37845e9ae612cdc82f6b52843e4a607cc0",
      "parents": [
        "6a61f6a55708f5e50c4d78934199e7e9257e6aa2"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 18:04:36 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:07 2007 +0200"
      },
      "message": "x86: more struct irqaction initializer cleanups\n\nmore struct irqaction initializer cleanups.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "6a61f6a55708f5e50c4d78934199e7e9257e6aa2",
      "tree": "b834e5a3a4a73b6c6412afbb3068b4ee32fe936c",
      "parents": [
        "6d43be8ea8c92a41557dacde94ae73565cbc01f0"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 18:04:36 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:06 2007 +0200"
      },
      "message": "x86: clean up struct irqaction initializers\n\nclean up struct irqaction initializers to C99.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "6d43be8ea8c92a41557dacde94ae73565cbc01f0",
      "tree": "4bda443fa69fe2639ec4177c3fa1a6dee1ceea21",
      "parents": [
        "e295f75410eb19d2a9733508f7f5c093767592cd"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 18:04:36 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:04 2007 +0200"
      },
      "message": "x86: remove reminder of i386 irqstat per cpu conversion\n\nThe i386 irqstat per cpu conversion left an bogus export of the old\nirqstat array in the header file. Remove it.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e295f75410eb19d2a9733508f7f5c093767592cd",
      "tree": "a31b71068a8e1f890eb931fd9fb011f4cffca7a5",
      "parents": [
        "1e32b073f372f0fe903c4474fbd47c2ac61428c8"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Wed Oct 17 18:04:36 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:03 2007 +0200"
      },
      "message": "x86_64: Remove serialize_cpu() inline\n\n- It was redundant with sync_core()\n- It was unused\n- It was broken: no input arguments to cpuid; could fault randomly\n  depending on eax contents.\n\nNow it\u0027s gone.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "1e32b073f372f0fe903c4474fbd47c2ac61428c8",
      "tree": "fc1fabaad723439e893625190fdd6594173ddd41",
      "parents": [
        "761c4bf821b67334e2391ef968396069b91801b7"
      ],
      "author": {
        "name": "Satyam Sharma",
        "email": "satyam@infradead.org",
        "time": "Wed Oct 17 18:04:36 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:02 2007 +0200"
      },
      "message": "i386: misc cpuinit annotations\n\ncpuid_class_cpu_callback() is callback function of a CPU hotplug\nnotifier_block (that is already marked as __cpuinitdata). Therefore\nit can safely be marked as __cpuinit.\n\ncpuid_device_create() is only referenced from other functions that\nare __cpuinit or __init. So it can also be safely marked __cpuinit.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Satyam Sharma \u003csatyam@infradead.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "761c4bf821b67334e2391ef968396069b91801b7",
      "tree": "03728cbb6032fd2047b7ffe2834115154e2e1ef8",
      "parents": [
        "75e3808b67f88cdd8c531dda3e00deb3623a3dac"
      ],
      "author": {
        "name": "Satyam Sharma",
        "email": "satyam@infradead.org",
        "time": "Wed Oct 17 18:04:36 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:16:00 2007 +0200"
      },
      "message": "i386: Misc cpuinit annotations\n\nmsr_class_cpu_callback() can be marked __cpuinit, being the notifier\ncallback for a __cpuinitdata notifier_block. So can be marked\nmsr_device_create() too, called only from the newly-__cpuinit\nmsr_class_cpu_callback() or from __init-marked msr_init().\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Satyam Sharma \u003csatyam@infradead.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "75e3808b67f88cdd8c531dda3e00deb3623a3dac",
      "tree": "5eb3ee2b3f7b18ed4e77af4c7b52cc10ddcd528e",
      "parents": [
        "fb893e99080f1a01397fcf8afc480163826b23d4"
      ],
      "author": {
        "name": "Oliver Pinter",
        "email": "oliver.pntr@gmail.com",
        "time": "Wed Oct 17 18:04:36 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:59 2007 +0200"
      },
      "message": "x86: add cpu codenames for Kconfig.cpu\n\nadd cpu core name for arch/i386/Kconfig.cpu:Pentium 4 sections help\nadd Pentium D for arch/i386/Kconfig.cpu\nadd Pentium D for arch/x86_64/Kconfig\n\nAK: Clarified some of the descriptions\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Oliver Pinter \u003coliver.pntr@gmail.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nAcked-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "fb893e99080f1a01397fcf8afc480163826b23d4",
      "tree": "b9f876d9d71621b05991093f0c2413930f4874a9",
      "parents": [
        "59659f14b6e49b13eb4af870801af1511e33fafb"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Wed Oct 17 18:04:36 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:58 2007 +0200"
      },
      "message": "i386: Clean up duplicate includes in arch/i386/xen/\n\nThis patch cleans up duplicate includes in\n\tarch/i386/xen/\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCc: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "59659f14b6e49b13eb4af870801af1511e33fafb",
      "tree": "98112390cc7337118326af55d2b56a8d5841f84b",
      "parents": [
        "6704ab1cd42269e536a6735db740e57e2c04c3b4"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Oct 17 18:04:36 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:56 2007 +0200"
      },
      "message": "i386: make some variables static\n\nThis patch makes some needlessly global variables static.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "6704ab1cd42269e536a6735db740e57e2c04c3b4",
      "tree": "3d57069ffc1904c07fc8d79ee8dd73f07d6f945a",
      "parents": [
        "96d5535870e6a272dcadc300eb9af6ff6c33f6a9"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Wed Oct 17 18:04:36 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:55 2007 +0200"
      },
      "message": "x86: hide cond_syscall behind __KERNEL__\n\nThis brings x86_64 into line with all other architectures by only defining\ncond_syscall() when __KERNEL__ is defined.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "96d5535870e6a272dcadc300eb9af6ff6c33f6a9",
      "tree": "25a2028a91c6e1dae1e8ed09f657f2840aaa42a4",
      "parents": [
        "83e83d546cb1b6e3c566c97de97bd2397e22ab6c"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Oct 17 18:04:36 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:54 2007 +0200"
      },
      "message": "i386: make struct apic_probe static\n\nThis patch makes the needlessly global struct apic_probe static.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "83e83d546cb1b6e3c566c97de97bd2397e22ab6c",
      "tree": "e02af780c8bed3e9bad04168b13efc28be9db0cc",
      "parents": [
        "17d1486a69657a3de1482d1bd4882c3ce1d9cf1e"
      ],
      "author": {
        "name": "Yoann Padioleau",
        "email": "padator@wanadoo.fr",
        "time": "Wed Oct 17 18:04:35 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:52 2007 +0200"
      },
      "message": "x86: 0 -\u003e NULL, for arch/x86_64\n\nWhen comparing a pointer, it\u0027s clearer to compare it to NULL than to 0.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Yoann Padioleau \u003cpadator@wanadoo.fr\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCc: ak@suse.de\nCc: discuss@x86-64.org\nCc: akpm@linux-foundation.org\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "17d1486a69657a3de1482d1bd4882c3ce1d9cf1e",
      "tree": "336a4bfee7aa03f2f90450de2ef0443b98ab2c93",
      "parents": [
        "231b64bfee050b3b3fd91c629b653fecdfe7b7bf"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Wed Oct 17 18:04:35 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:51 2007 +0200"
      },
      "message": "i386: Clean up duplicate includes in arch/i386/kernel/\n\nThis patch cleans up duplicate includes in arch/i386/kernel/\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "231b64bfee050b3b3fd91c629b653fecdfe7b7bf",
      "tree": "0f2f458ee7700d110aeb3229dcdc0ab6158db5df",
      "parents": [
        "7b38493501b76e56f481925ed74ee5ca0f4c6183"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Wed Oct 17 18:04:35 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:50 2007 +0200"
      },
      "message": "x86: remove rogue default m in drivers/video/Kconfig\n\nRemove rogue default m in drivers/video/Kconfig\n\ndefault m is near always wrong, like here. For some reason ACPI\nlikes to reintroduce these and I like to immediately squash them again\nbefore they pollute too many .configs.\n\nCc: len.brown@intel.com\nCc: luming.yu@gmail.com\nAcked-by: Len Brown \u003clen.brown@intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "7b38493501b76e56f481925ed74ee5ca0f4c6183",
      "tree": "6ac83113f1c775d59bebe2c53da06076c3fd1ecf",
      "parents": [
        "f6855f7fb2e22c5675d292dd445ee3c1fc09ac18"
      ],
      "author": {
        "name": "Satyam Sharma",
        "email": "satyam@infradead.org",
        "time": "Wed Oct 17 18:04:35 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:49 2007 +0200"
      },
      "message": "x86: intel_cacheinfo misc section annotation fixes\n\ncache_shared_cpu_map_setup() and cache_remove_shared_cpu_map()\nare functions called from another function that is __cpuinit.  But the\n!CONFIG_SMP empty-body stubs of these functions are unconditionally\nmarked __init, which is actively wrong, and will lead to oops.  But we\nnever saw this oops, because they always managed to get inlined in their\ncallsites, by virtue of being empty-body stubs!  They should still be\n__cpuinit, of course.\n\nassocs[], levels[] and types[] are only referenced from function that is\n__cpuinit.  So these are candidates for being marked __cpuinitdata.\n\n[akpm@linux-foundation.org: build fix]\nSigned-off-by: Satyam Sharma \u003csatyam@infradead.org\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nCc: Venkatesh Pallipadi \u003cvenkatesh.pallipadi@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "f6855f7fb2e22c5675d292dd445ee3c1fc09ac18",
      "tree": "7f5a205879c7038c769218146d8c409134e96e47",
      "parents": [
        "8f8ae1a7d4e7e2628cd875d0811ca5cbff012bc2"
      ],
      "author": {
        "name": "Yinghai Lu",
        "email": "Yinghai.Lu@Sun.COM",
        "time": "Wed Oct 17 18:04:35 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:47 2007 +0200"
      },
      "message": "x86: use dev_to_node() to get node for device in dma_alloc_pages()\n\nuse dev_to_node() to get node for device in dma_alloc_pages().\n\nSigned-off-by: Yinghai Lu \u003cyinghai.lu@sun.com\u003e\nAcked-by: Christoph Lameter \u003cclameter@sgi.com\u003e\nCc: Christoph Lameter \u003cclameter@sgi.com\u003e\nCc: Andy Whitcroft \u003capw@shadowen.org\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "8f8ae1a7d4e7e2628cd875d0811ca5cbff012bc2",
      "tree": "5b07adfa9743882fa918f074630fc753571a9955",
      "parents": [
        "d588ba8c09aa2516a06512d8ba065a05f9620ee0"
      ],
      "author": {
        "name": "Michal Schmidt",
        "email": "mschmidt@redhat.com",
        "time": "Wed Oct 17 18:04:35 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:46 2007 +0200"
      },
      "message": "x86: pci use pci\u003dbfsort for HP DL385 G2 and DL585 G2\n\nHP ProLiant systems DL385 G2 and DL585 G2 need pci\u003dbfsort to enumerate PCI\ndevices in the expected order.\n\nMatt sayeth:\n\n  biosdevname is a userspace app I wrote to help solve this so we don\u0027t need\n  to patch the kernel for future systems.  It\u0027s not integrated into any\n  distributions properly yet, but is included in openSUSE 10.3 and Fedora 8\n  for people who want to download and install it there.  It acts as a udev\n  helper.\n\n  For the time being, patching the kernel is necessary.  I really hope\n  biosdevname eliminates that need in future distributions.\n\n  http://linux.dell.com/biosdevname/\n\nSigned-off-by: Michal Schmidt \u003cmschmidt@redhat.com\u003e\nCc: \u003cjohn.cagle@hp.com\u003e\nCc: Matt Domsch \u003cMatt_Domsch@dell.com\u003e\nCc: Andy Gospodarek \u003candy@greyhouse.net\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "d588ba8c09aa2516a06512d8ba065a05f9620ee0",
      "tree": "7a9f5f1435540e86577a26b6649a185ce0e3e6f5",
      "parents": [
        "84e0fdb1754d066dd0a8b257de7299f392d1e727"
      ],
      "author": {
        "name": "Muli Ben-Yehuda",
        "email": "muli@il.ibm.com",
        "time": "Wed Oct 17 18:04:35 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:45 2007 +0200"
      },
      "message": "x86: Calgary: fix disable busnum for CalIOC2\n\nThe old check we used based on dev-\u003ebus-\u003enumber is wrong for devices on\nCalIOC2.  Instead look whether we have an IOMMU table for that bus - if\nnot, translation is disabled.\n\nThanks to Murillo Fernandes Bernardes \u003cbernarde@br.ibm.com\u003e for\nspotting, suggesting a fix and testing.\n\nSigned-off-by: Muli Ben-Yehuda \u003cmuli@il.ibm.com\u003e\nAcked-by: Murillo Fernandes Bernardes \u003cbernarde@br.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "84e0fdb1754d066dd0a8b257de7299f392d1e727",
      "tree": "e1ce3339ba46cbe066e348222e9446cb5ad109f2",
      "parents": [
        "87cde760abfa019b5e368186f893cf673d227632"
      ],
      "author": {
        "name": "Huang, Ying",
        "email": "ying.huang@intel.com",
        "time": "Wed Oct 17 18:04:35 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:43 2007 +0200"
      },
      "message": "x86: NX bit handling in change_page_attr()\n\nThis patch fixes a bug of change_page_attr/change_page_attr_addr on\nIntel x86_64 CPUs.  After changing page attribute to be executable with\nthese functions, the page remains un-executable on Intel x86_64 CPU.\nBecause on Intel x86_64 CPU, only if the \"NX\" bits of all four level\npage tables are cleared, the corresponding page is executable (refer to\nsection 4.13.2 of Intel 64 and IA-32 Architectures Software Developer\u0027s\nManual).  So, the bug is fixed through clearing the \"NX\" bit of PMD when\nsplitting the huge PMD.\n\nSigned-off-by: Huang Ying \u003cying.huang@intel.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "87cde760abfa019b5e368186f893cf673d227632",
      "tree": "5c57a72597c51a5dd2b89c7a0d3f51b211876ec0",
      "parents": [
        "27eb0b288fb3b46350f3e6c2fad0b36937a4cc85"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "James.Bottomley@steeleye.com",
        "time": "Wed Oct 17 18:04:35 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:42 2007 +0200"
      },
      "message": "x86: voyager don\u0027t try to support uniprocessor builds\n\nA while ago Randy Dunlap and Adrian Bunk suggested we simply prevent UP\nvoyager building.  I resisted this on the grounds that the nagging was the\nonly thing that was going to cause me to look at this.  However, now I\nthink we should probably take this course.\n\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "27eb0b288fb3b46350f3e6c2fad0b36937a4cc85",
      "tree": "ccd2d7cc752036b1e3654ce6b984c885ab6a0629",
      "parents": [
        "509a80c49c512ac88bd67b981145f925a306111b"
      ],
      "author": {
        "name": "Prarit Bhargava",
        "email": "prarit@redhat.com",
        "time": "Wed Oct 17 18:04:34 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:41 2007 +0200"
      },
      "message": "x86: stop nmi softlockup warnings in show_mem()\n\nWhen dumping memory via sysrq-m it is possible to take a bogus NMI\nwatchdog or softlockup watchdog because the dump can take a long time on\nbig memory systems.\n\nOccasionally tickle the watchdog when doing the dump.\n\nSigned-off-by: Prarit Bhargava \u003cprarit@redhat.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n"
    },
    {
      "commit": "509a80c49c512ac88bd67b981145f925a306111b",
      "tree": "df922dea1aea98bc513845da55ec12a1a82bfbe0",
      "parents": [
        "1e3e19723ecd58149388f3eecbd3285825f64f3b"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Oct 17 18:04:34 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:39 2007 +0200"
      },
      "message": "x86: fix CONFIG_PAGEALLOC related boot hangs/OOMs\n\nif CONFIG_PAGEALLOC is enabled then X86_FEATURE_PSE is disabled and all\nthe kernel physical RAM pagetables are set up as 4K pages. This is\nneeded so that CONFIG_PAGEALLOC can do finegrained mapping and unmapping\nof pages.\n\nas a side-effect though, the total size of memory allocated as kernel\npagetables increases significantly. All these pagetables are allocated\nvia alloc_bootmem_low_pages(), straight out of the lowmem DMA pool. If\nthe system has enough RAM and a large kernel image then almost all of\nthe 16 MB lowmem DMA pool is allocated to the image and to pagetables -\nleaving no space for __GFP_DMA allocations.\n\nthis results in drivers failing and the bootup hanging:\n\n swapper invoked oom-killer: gfp_mask\u003d0x80d1, order\u003d0, oomkilladj\u003d0\n  [\u003c4015059f\u003e] out_of_memory+0x17f/0x1c0\n  [\u003c40151f3c\u003e] __alloc_pages+0x37c/0x3a0\n  [\u003c40168cd7\u003e] slob_new_page+0x37/0x50\n  [\u003c40168dff\u003e] slob_alloc+0x10f/0x190\n  [\u003c40169010\u003e] __kmalloc_node+0x80/0x90\n  [\u003c405a17e3\u003e] scsi_host_alloc+0x33/0x2c0\n  [\u003c405a1a82\u003e] scsi_register+0x12/0x60\n  [\u003c40d5889e\u003e] aha1542_detect+0x9e/0x940\n  [\u003c405c5ba5\u003e] ultrastor_detect+0x265/0x5f0\n  [\u003c401352f5\u003e] getnstimeofday+0x35/0xf0\n  [\u003c40d58751\u003e] init_this_scsi_driver+0x41/0xf0\n  [\u003c40d0b856\u003e] kernel_init+0x136/0x310\n  [\u003c40d58710\u003e] init_this_scsi_driver+0x0/0xf0\n  [\u003c40d0b720\u003e] kernel_init+0x0/0x310\n  [\u003c40105547\u003e] kernel_thread_helper+0x7/0x10\n  \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\nthe fix is to first allocate from above the DMA pool, and if that fails\n(for example due to it being a machine with less than 16 MB of RAM),\nallocate from the DMA pool as a fallback.\n\nWith this fix applied i was able to boot a PAGEALLOC\u003dy kernel that would\nhang before.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "1e3e19723ecd58149388f3eecbd3285825f64f3b",
      "tree": "5267cfd354e150412752daa360c548818f24e009",
      "parents": [
        "f97586b610dc87a6494236118321e56ffc13319c"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Oct 17 18:04:34 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:38 2007 +0200"
      },
      "message": "x86: prepare page allocator for high allocations on PAGEALLOC\u003dy\n\nTo preserve the DMA pool in CONFIG_DEBUG_PAGEALLOC\u003dy kernels, we\u0027ll\nallocate pagetables from above the 16MB DMA limit, so we\u0027ll have to set\nup boot pagetables to cover 16MB more RAM (worst-case).\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "f97586b610dc87a6494236118321e56ffc13319c",
      "tree": "377453bcec3641ecba47e6d26a30f66b05b47d44",
      "parents": [
        "3fb450a327fc098efe6c9f000d470abac354cfcc"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Oct 17 18:04:34 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:37 2007 +0200"
      },
      "message": "x86: do not crash on non-Geode PCs in TSC probe\n\nwith this fix Geode kernels can be booted (and QA-ed) on generic PCs.\n\notherwise it crashes and burns during early bootup:\n\nDetected 2160.212 MHz processor.\ngeneral protection fault: 0000 [#1]\nPREEMPT SMP\nModules linked in:\nCPU:    0\nEIP:    0060:[\u003cc09071f6\u003e]    Not tainted VLI\nEFLAGS: 00010002   (2.6.23-rc9 #90)\nEIP is at tsc_init+0xa6/0x150\neax: 00000001   ebx: c1dce000   ecx: 00001900   edx: 00000001\nesi: 00051000   edi: 00051000   ebp: c08fdfc4   esp: c08fdfa4\nds: 007b   es: 007b   fs: 00d8  gs: 0000  ss: 0068\nProcess swapper (pid: 0, ti\u003dc08fc000 task\u003dc082a180 task.ti\u003dc08fc000)\nStack: c076b870 00000870 000000d4 0000001d c0831e80 c1dce000 00051000 00051000\n       c08fdfcc c09053f8 c08fdff8 c09045ff 000001e2 c09040a0 00051000 00000020\n       0004e500 c0932140 00020800 00099800 c08ed000 01409007 00000000\nCall Trace:\n [\u003cc010517a\u003e] show_trace_log_lvl+0x1a/0x30\n [\u003cc0105246\u003e] show_stack_log_lvl+0xb6/0x100\n [\u003cc0105732\u003e] show_registers+0x212/0x3a0\n [\u003cc0105aa4\u003e] die+0x104/0x220\n [\u003cc0105f5f\u003e] do_general_protection+0x1ef/0x2b0\n [\u003cc06699f2\u003e] error_code+0x72/0x78\n [\u003cc09053f8\u003e] time_init+0x8/0x20\n [\u003cc09045ff\u003e] start_kernel+0x1af/0x320\n [\u003c00000000\u003e] 0x0\n \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\nCode: 31 d2 b8 00 00 09 3d f7 35 2c 70 9b c0 a3 04 95 8f c0 e8 ce 4e 99 ff b8 e0 45 93 c0 e8 94 b1 c5 ff e8 7f 3d 80 ff b9 00 19 00 00 \u003c0f\u003e 32 f6 c4 01 74 07 83 25 24 ce 82 c0 fd 8b 0d 20 ce 82 c0 b8\nEIP: [\u003cc09071f6\u003e] tsc_init+0xa6/0x150 SS:ESP 0068:c08fdfa4\nKernel panic - not syncing: Attempted to kill the idle task!\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "3fb450a327fc098efe6c9f000d470abac354cfcc",
      "tree": "5e8edbbc4b743a797253340bd96000049dbd12ff",
      "parents": [
        "2f62c94176af875f22ecd01887a550d5d48092fc"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Oct 17 18:04:34 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:35 2007 +0200"
      },
      "message": "x86: enable NMI watchdog on nosmp\n\nif nosmp has been passed as a boot option, but nmi_watchdog\u003d2 has also\nbeen enabled then keep minimal local APIC functionality around to make\nthe watchdog work.\n\nthis allowed me to debug a hard hang that would only occur with a nosmp\nbootup.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "2f62c94176af875f22ecd01887a550d5d48092fc",
      "tree": "a88a4a31dc1b5ea55d93835897624dca1c36eb77",
      "parents": [
        "f68fd5f480248ca49e20e30a8e2387bc54694580"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Wed Oct 17 18:04:34 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:34 2007 +0200"
      },
      "message": "x86_64: Fix compat emulation of PTRACE_GET/SET_THREAD_AREA\n\nSince the 64bit kernel has different indexes for this TLS segments\nthe address needs to be adjusted in the ptrace 32bit emulation.\n\n[ tglx: arch/x86 adaptation ]\n\nReported-by: Amnon Shiloh\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "f68fd5f480248ca49e20e30a8e2387bc54694580",
      "tree": "fa58630670da00abaf6b99e81153e0b4d021c5ee",
      "parents": [
        "c1217a75ea102d4e69321f210fab60bc47b9a48e"
      ],
      "author": {
        "name": "Fengguang Wu",
        "email": "wfg@mail.ustc.edu.cn",
        "time": "Wed Oct 17 18:04:34 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:33 2007 +0200"
      },
      "message": "x86: call free_init_pages() with irqs enabled in alternative_instructions()\n\nIn alternative_instructions(), call free_init_pages() with irqs enabled.\n\nIt fixes the warning message in smp_call_function*(), which should not be\ncalled with irqs disabled.\n\n[    0.310000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)\n[    0.310000] CPU: L2 Cache: 512K (64 bytes/line)\n[    0.310000] CPU 0/0 -\u003e Node 0\n[    0.310000] SMP alternatives: switching to UP code\n[    0.310000] Freeing SMP alternatives: 25k freed\n[    0.310000] WARNING: at arch/x86_64/kernel/smp.c:397 smp_call_function_mask()\n[    0.310000]\n[    0.310000] Call Trace:\n[    0.310000]  [\u003cffffffff8100dbde\u003e] dump_trace+0x3ee/0x4a0\n[    0.310000]  [\u003cffffffff8100dcd3\u003e] show_trace+0x43/0x70\n[    0.310000]  [\u003cffffffff8100dd15\u003e] dump_stack+0x15/0x20\n[    0.310000]  [\u003cffffffff8101cd44\u003e] smp_call_function_mask+0x94/0xa0\n[    0.310000]  [\u003cffffffff8101d0b2\u003e] smp_call_function+0x32/0x40\n[    0.310000]  [\u003cffffffff8104277f\u003e] on_each_cpu+0x1f/0x50\n[    0.310000]  [\u003cffffffff81026eac\u003e] global_flush_tlb+0x8c/0x110\n[    0.310000]  [\u003cffffffff81025c85\u003e] free_init_pages+0xe5/0xf0\n[    0.310000]  [\u003cffffffff81549b5e\u003e] alternative_instructions+0x7e/0x150\n[    0.310000]  [\u003cffffffff8154a2ea\u003e] check_bugs+0x1a/0x20\n[    0.310000]  [\u003cffffffff81540c4a\u003e] start_kernel+0x2da/0x380\n[    0.310000]  [\u003cffffffff81540132\u003e] _sinittext+0x132/0x140\n[    0.310000]\n[    0.320000] ACPI: Core revision 20070126\n[    0.560000] Using local APIC timer interrupts.\n[    0.590000] Detected 62.496 MHz APIC timer.\n[    0.590000] Brought up 1 CPUs\n\n[ tglx: arch/x86 adaptation ]\n\nCc: Laurent Vivier \u003cLaurent.Vivier@bull.net\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Fengguang Wu \u003cwfg@mail.ustc.edu.cn\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "c1217a75ea102d4e69321f210fab60bc47b9a48e",
      "tree": "fffa575916b27bac17dfb751300ed2e1f9107f0c",
      "parents": [
        "f891dd18c107d582c3ab98da5209c930e16baf78"
      ],
      "author": {
        "name": "Kirill Korotaev",
        "email": "dev@openvz.org",
        "time": "Wed Oct 17 18:04:33 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:31 2007 +0200"
      },
      "message": "x86: mark read_crX() asm code as volatile\n\nSome gcc versions (I checked at least 4.1.1 from RHEL5 \u0026 4.1.2 from gentoo)\ncan generate incorrect code with read_crX()/write_crX() functions mix up,\ndue to cached results of read_crX().\n\nThe small app for x8664 below compiled with -O2 demonstrates this\n(i686 does the same thing):\n"
    },
    {
      "commit": "f891dd18c107d582c3ab98da5209c930e16baf78",
      "tree": "3a90f43596ff5b362053715f969d6afdafd98b8e",
      "parents": [
        "1c5b5cfd290b6cb7c67020ef420e275f746a7236"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Wed Oct 17 18:04:33 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:30 2007 +0200"
      },
      "message": "x86: initialize 64bit registers for a.out executables\n\nPreviously the data from before the exec was kept in there. Zero\nthem instead.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "1c5b5cfd290b6cb7c67020ef420e275f746a7236",
      "tree": "952d52bb9ea667c068e3c809b71911ae6d2bec98",
      "parents": [
        "aa506dc7b12d03fbf8fd11aab752aed1aadd9c07"
      ],
      "author": {
        "name": "Andrey Mirkin",
        "email": "major@openvz.org",
        "time": "Wed Oct 17 18:04:33 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:29 2007 +0200"
      },
      "message": "x86: return correct error code from child_rip in x86_64 entry.S\n\nRight now register edi is just cleared before calling do_exit.\nThat is wrong because correct return value will be ignored.\nValue from rax should be copied to rdi instead of clearing edi.\n\nAK: changed to 32bit move because it\u0027s strictly an int\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Andrey Mirkin \u003cmajor@openvz.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "aa506dc7b12d03fbf8fd11aab752aed1aadd9c07",
      "tree": "a4f60e7fbbaf1782ceb958ef3e91c44a849336e1",
      "parents": [
        "d72b1b4f41b5159d2d0e54e54c794d500197572e"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "jbeulich@novell.com",
        "time": "Wed Oct 17 18:04:33 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:28 2007 +0200"
      },
      "message": "i386: avoid temporarily inconsistent pte-s\n\nOne more of these issues (which were considered fixed a few releases\nback): other than on x86-64, i386 allows set_fixmap() to replace\nalready present mappings. Consequently, on PAE, care must be taken to\nnot update the high half of a pte while the low half is still holding\nthe old value.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n\n arch/x86/mm/pgtable_32.c |    3 +--\n 1 file changed, 1 insertion(+), 2 deletions(-)\n"
    },
    {
      "commit": "d72b1b4f41b5159d2d0e54e54c794d500197572e",
      "tree": "eca58e1ee8e7fd7014b99a8c8a7bcf3c5b9038e1",
      "parents": [
        "25d1b5167780c7f245d9655d302f6a3d8bf61d19"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Wed Oct 17 18:04:33 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:26 2007 +0200"
      },
      "message": "i386: fix section mismatch warning in intel.c\n\nFix following section mismatch warning:\nWARNING: vmlinux.o(.text+0xc88c): Section mismatch: reference to .init.text:trap_init_f00f_bug (between \u0027init_intel\u0027 and \u0027cpuid4_cache_lookup\u0027)\n\ninit_intel are __cpuint where trap_init_f00f_bug is __init.\nFixed by declaring trap_init_f00f_bug __cpuinit.\n\nMoved the defintion of trap_init_f00f_bug to the sole user in init.c\nso the ugly prototype in intel.c could get killed.\n\nFrank van Maarseveen \u003cfrankvm@frankvm.com\u003e supplied the .config used\nto reproduce the warning.\n\n[ tglx: arch/x86 adaptation ]\n\nCc: Frank van Maarseveen \u003cfrankvm@frankvm.com\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "25d1b5167780c7f245d9655d302f6a3d8bf61d19",
      "tree": "4d14c984208b94a700958e0daa23b24c1ec44e5d",
      "parents": [
        "58d5fa7a6a6fc4754d295d0999b284edd67c8620"
      ],
      "author": {
        "name": "Satyam Sharma",
        "email": "satyam@infradead.org",
        "time": "Wed Oct 17 18:04:33 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:25 2007 +0200"
      },
      "message": "i386: Fix section mismatch\n\nFix bugzilla #8679\n\nWARNING: arch/i386/kernel/built-in.o(.data+0x2148): Section mismatch: reference\nto .init.text: (between \u0027thermal_throttle_cpu_notifier\u0027 and \u0027mtrr_mutex\u0027)\n\ncomes because struct notifier_block thermal_throttle_cpu_notifier in\narch/i386/kernel/cpu/mcheck/therm_throt.c goes in .data section but the\nnotifier callback function itself has been marked __cpuinit which becomes\n__init \u003d\u003d .init.text when HOTPLUG_CPU\u003dn.  The warning is bogus because the\ncallback will never be called out if HOTPLUG_CPU\u003dn in the first place (as\none can see from kernel/cpu.c, the cpu_chain itself is __cpuinitdata :-)\n\nSo, let\u0027s mark thermal_throttle_cpu_notifier as __cpuinitdata to fix\nthe section mismatch warning.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Satyam Sharma \u003csatyam@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "58d5fa7a6a6fc4754d295d0999b284edd67c8620",
      "tree": "19d1ff3dbb73503d3ed45a2c43cb9167e822ec68",
      "parents": [
        "801916c1b369b637ce799e6c71a94963ff63df79"
      ],
      "author": {
        "name": "Siddha, Suresh B",
        "email": "suresh.b.siddha@intel.com",
        "time": "Wed Oct 17 18:04:33 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:24 2007 +0200"
      },
      "message": "i386: fix 4 bit apicid assumption of mach-default\n\nFix get_apic_id() in mach-default, so that it uses 8 bits incase of\nxAPIC case and 4 bits for legacy APIC case.\n\nThis fixes the i386 kernel assumption that apic id is less than 16 for\nxAPIC platforms with 8 cpus or less and makes the kernel boot on such\nplatforms.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Suresh Siddha \u003csuresh.b.siddha@intel.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "801916c1b369b637ce799e6c71a94963ff63df79",
      "tree": "dad0d1c3a6a3c19040441423007528dc56f1e016",
      "parents": [
        "6442eea937ef797d4b66733f49c82e2fdc2aca6f"
      ],
      "author": {
        "name": "Andrew Hastings",
        "email": "abh@cray.com",
        "time": "Wed Oct 17 18:04:33 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:22 2007 +0200"
      },
      "message": "x86: fix off-by-one in find_next_zero_string\n\nFix an off-by-one error in find_next_zero_string which prevents\nallocating the last bit.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Andrew Hastings \u003cabh@cray.com\u003e on behalf of Cray Inc.\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "6442eea937ef797d4b66733f49c82e2fdc2aca6f",
      "tree": "95e73cf7eaa9e4c69475e1f9fc4b6359a4a86fa3",
      "parents": [
        "f79eb83b3af419c4e079c8312b3c70fb6391117a"
      ],
      "author": {
        "name": "Laurent Vivier",
        "email": "Laurent.Vivier@bull.net",
        "time": "Wed Oct 17 18:04:33 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:21 2007 +0200"
      },
      "message": "i386: export i386 smp_call_function_mask() to modules\n\nThis patch export i386 smp_call_function_mask() with EXPORT_SYMBOL().\n\nThis function is needed by KVM to call a function on a set of CPUs.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Laurent Vivier \u003cLaurent.Vivier@bull.net\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "f79eb83b3af419c4e079c8312b3c70fb6391117a",
      "tree": "3b4484a7191eaff65b600bda491a32ccc67aa31a",
      "parents": [
        "af7e6a7464249251efb2c4f67124e4d022985994"
      ],
      "author": {
        "name": "Roland McGrath",
        "email": "roland@redhat.com",
        "time": "Wed Oct 17 18:04:32 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:20 2007 +0200"
      },
      "message": "x86: Install unstripped copy of 64bit vdso to disk\n\nThis keeps an unstripped copy of the 64bit vDSO images built before they are\nstripped and embedded in the kernel.  The unstripped copies get installed\nin $(MODLIB)/vdso/ by \"make install\" (or you can explicitly use the\nsubtarget \"make vdso_install\").  These files can be useful when they\ncontain source-level debugging information.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Roland McGrath \u003croland@redhat.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "af7e6a7464249251efb2c4f67124e4d022985994",
      "tree": "e9065a1d8df5c0094d7a0eb258716f05910253ad",
      "parents": [
        "8957ecab029669f43512e53521e8b59ec6b07bdd"
      ],
      "author": {
        "name": "Roland McGrath",
        "email": "roland@redhat.com",
        "time": "Wed Oct 17 18:04:32 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:18 2007 +0200"
      },
      "message": "x86_64: install unstripped copies of compat vdso on disk\n\nThis keeps an unstripped copy of the vDSO images built before they are\nstripped and embedded in the kernel.  The unstripped copies get installed\nin $(MODLIB)/vdso/ by \"make install\" (or you can explicitly use the\nsubtarget \"make vdso_install\").  These files can be useful when they\ncontain source-level debugging information.\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Roland McGrath \u003croland@redhat.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "8957ecab029669f43512e53521e8b59ec6b07bdd",
      "tree": "75f906098dd0e9238e4e9d84ebfedc1f4097e1cf",
      "parents": [
        "afc54659b1023a5232a55b7b8919294c693ff8ab"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Oct 17 18:04:32 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:17 2007 +0200"
      },
      "message": "i386: setup_trampoline() must be __cpuinit\n\nWARNING: arch/i386/kernel/built-in.o(.text+0xf201): Section mismatch: reference to .init.data:trampoline_end (between \u0027setup_trampoline\u0027 and \u0027cpu_coregroup_map\u0027)\nWARNING: arch/i386/kernel/built-in.o(.text+0xf207): Section mismatch: reference to .init.data:trampoline_data (between \u0027setup_trampoline\u0027 and \u0027cpu_coregroup_map\u0027)\nWARNING: arch/i386/kernel/built-in.o(.text+0xf21a): Section mismatch: reference to .init.data:trampoline_data (between \u0027setup_trampoline\u0027 and \u0027cpu_coregroup_map\u0027)\n\nHarmless but annoying warnings present when building an i386 SMP kernel\nwith CONFIG_HOTPLUG_CPU\u003dn and gcc \u003c 4.0 .\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "afc54659b1023a5232a55b7b8919294c693ff8ab",
      "tree": "7300a0855db02409aec0716e97a1100af9903d53",
      "parents": [
        "0f8e45a288991ff24951b83fe83cf3eb011bbaed"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Wed Oct 17 18:04:32 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:16 2007 +0200"
      },
      "message": "x86: clean up apicid_to_node declaration\n\nUse the correct #define in the declaration of apicid_to_node[], to\nmatch the definition.\n\n[ tglx: arch/x86 adaptation ]\n\nCc: Andi Kleen \u003cak@suse.de\u003e\nCc: David Rientjes \u003crientjes@google.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "0f8e45a288991ff24951b83fe83cf3eb011bbaed",
      "tree": "a36942d402be31474e28d1363882be4bb9127d32",
      "parents": [
        "3dfbc88464934fb6924a388bc03961d44f387926"
      ],
      "author": {
        "name": "Stephane Eranian",
        "email": "eranian@hpl.hp.com",
        "time": "Wed Oct 17 18:04:32 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:14 2007 +0200"
      },
      "message": "i386: make Oprofile call shutdown() only once per session\n\nOprofile: call model-\u003eshutdown() only once to avoid calling release_ev*()\nmultiple times\n\n[ tglx: arch/x86 adaptation ]\n\nSigned-off-by: Stephane Eranian \u003ceranian@hpl.hp.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "3dfbc88464934fb6924a388bc03961d44f387926",
      "tree": "3ddb9a50bb2df909d6e629783bd41301541feceb",
      "parents": [
        "e6d5a11dad44b8ae18ca8fc4ecb72ccccfa0a2d2"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 18:04:32 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@inhelltoy.tec.linutronix.de",
        "time": "Wed Oct 17 20:15:13 2007 +0200"
      },
      "message": "x86: C1E late detection fix. Really switch off lapic timer\n\nDoh, I completely missed that devices marked DUMMY are not running\nthe set_mode function. So we force broadcasting, but we keep the\nlocal APIC timer running.\n\nLet the clock event layer mark the device _after_ switching it off.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e6d5a11dad44b8ae18ca8fc4ecb72ccccfa0a2d2",
      "tree": "7e3837c8f28e2e969a7b7d040b00676c90bf72c7",
      "parents": [
        "b6257a9036f06878a0f02354d5a07f155e1cfee0",
        "b9dca1e0fcb696716840a3bc8f20a6941b484dbf"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 09:11:18 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 09:11:18 2007 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched:\n  sched: fix new task startup crash\n  sched: fix !SYSFS build breakage\n  sched: fix improper load balance across sched domain\n  sched: more robust sd-sysctl entry freeing\n"
    },
    {
      "commit": "b6257a9036f06878a0f02354d5a07f155e1cfee0",
      "tree": "c0e12e3568199b748ebc7c1f9cf4005ae5da5f36",
      "parents": [
        "c548f08a4f7b89b93c805e0c4024b8302afa7121",
        "f5c0dde4c66421a3a2d7d6fa604a712c9b0744e5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 09:08:13 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 09:08:13 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.dk/data/git/linux-2.6-block\n\n* \u0027for-linus\u0027 of git://git.kernel.dk/data/git/linux-2.6-block:\n  [SCSI] Remove full sg table memset()\n  [SCSI] ide-scsi: remove usage of sg_last()\n  Fix loop terminating conditions in fill_sg().\n  [BLOCK] Clear sg entry before filling in blk_rq_map_sg()\n  IA64: iommu uses sg_next with an invalid sg element\n  cciss: disable DMA refetch on Smart Array P600\n  swiotlb: fix map_sg failure handling\n  SPARC64: fix iommu sg chaining\n  [SCSI] ide-scsi: use scsi_sg_count() instead of -\u003euse_sg\n"
    },
    {
      "commit": "c548f08a4f7b89b93c805e0c4024b8302afa7121",
      "tree": "5cf791db4912831469b70390aa58376f1c724386",
      "parents": [
        "347c53dca73fca317d57781f510f5ff4f6c0d0d7",
        "4acadb965c4aa587aac29a0a91203c4745d6fb4e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 09:05:55 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 09:05:55 2007 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (24 commits)\n  [POWERPC] Fix vmemmap warning in init_64.c\n  [POWERPC] Fix 64 bits vDSO DWARF info for CR register\n  [POWERPC] Add 1TB workaround for PA6T\n  [POWERPC] Enable NO_HZ and high res timers for pseries and ppc64 configs\n  [POWERPC] Quieten cache information at boot\n  [POWERPC] Quieten clockevent printk\n  [POWERPC] Enable SLUB in *_defconfig\n  [POWERPC] Fix 1TB segment detection\n  [POWERPC] Fix iSeries_hpte_insert prototype\n  [POWERPC] Fix copyright symbol\n  [POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and eHEA drivers\n  [POWERPC] ibmebus: Add device creation and bus probing based on of_device\n  [POWERPC] ibmebus: Remove bus match/probe/remove functions\n  [POWERPC] Move of_device allocation into of_device.[ch]\n  [POWERPC] mpc52xx: device tree changes for FEC and MDIO\n  [POWERPC] bestcomm: GenBD task support\n  [POWERPC] bestcomm: FEC task support\n  [POWERPC] bestcomm: ATA task support\n  [POWERPC] bestcomm: core bestcomm support for Freescale MPC5200\n  [POWERPC] mpc52xx: Update mpc52xx_psc structure with B revision changes\n  ...\n"
    },
    {
      "commit": "347c53dca73fca317d57781f510f5ff4f6c0d0d7",
      "tree": "cdc405ac049751da4d76085ce58750b6b2a22326",
      "parents": [
        "5c8e191e8437616a498a8e1cc0af3dd0d32bbff2",
        "7f015072348a14f16d548be557ee58c5c55df0aa"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 09:04:11 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 09:04:11 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://oss.sgi.com:8090/xfs/xfs-2.6\n\n* \u0027for-linus\u0027 of git://oss.sgi.com:8090/xfs/xfs-2.6: (59 commits)\n  [XFS] eagerly remove vmap mappings to avoid upsetting Xen\n  [XFS] simplify validata_fields\n  [XFS] no longer using io_vnode, as was remaining from 23 cherrypick\n  [XFS] Remove STATIC which was missing from prior manual merge\n  [XFS] Put back the QUEUE_ORDERED_NONE test in the barrier check.\n  [XFS] Turn off XBF_ASYNC flag before re-reading superblock.\n  [XFS] avoid race in sync_inodes() that can fail to write out all dirty data\n  [XFS] This fix prevents bulkstat from spinning in an infinite loop.\n  [XFS] simplify xfs_create/mknod/symlink prototype\n  [XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctl\n  [XFS] get_bulkall() could return incorrect inode state\n  [XFS] Kill unused IOMAP_EOF flag\n  [XFS] fix when DMAPI mount option processing happens\n  [XFS] ensure file size is logged on synchronous writes\n  [XFS] growlock should be a mutex\n  [XFS] replace some large xfs_log_priv.h macros by proper functions\n  [XFS] kill struct bhv_vfs\n  [XFS] move syncing related members from struct bhv_vfs to struct xfs_mount\n  [XFS] kill the vfs_flags member in struct bhv_vfs\n  [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs\n  ...\n"
    },
    {
      "commit": "5c8e191e8437616a498a8e1cc0af3dd0d32bbff2",
      "tree": "78ed04467e3bd034eaa9696cdf8d668ba7e16381",
      "parents": [
        "cbfee34520666862f8ff539e580c48958fbb7706",
        "3ea335100014785fd2518461705654b200e58d00"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 09:00:30 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 09:00:30 2007 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup\n\n* \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup:\n  Remove magic macros for screen_info structure members\n  [x86] remove uses of magic macros for boot_params access\n"
    },
    {
      "commit": "cbfee34520666862f8ff539e580c48958fbb7706",
      "tree": "ded5cafce333e908a0fbeda1f7c55eaf7c1fbaaa",
      "parents": [
        "b53767719b6cd8789392ea3e7e2eb7b8906898f0"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Tue Oct 16 23:31:38 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:07 2007 -0700"
      },
      "message": "security/ cleanups\n\nThis patch contains the following cleanups that are now possible:\n- remove the unused security_operations-\u003einode_xattr_getsuffix\n- remove the no longer used security_operations-\u003eunregister_security\n- remove some no longer required exit code\n- remove a bunch of no longer used exports\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nAcked-by: James Morris \u003cjmorris@namei.org\u003e\nCc: Chris Wright \u003cchrisw@sous-sol.org\u003e\nCc: Stephen Smalley \u003csds@tycho.nsa.gov\u003e\nCc: Serge Hallyn \u003cserue@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b53767719b6cd8789392ea3e7e2eb7b8906898f0",
      "tree": "a0279dc93c79b94d3865b0f19f6b7b353e20608c",
      "parents": [
        "57c521ce6125e15e99e56c902cb8da96bee7b36d"
      ],
      "author": {
        "name": "Serge E. Hallyn",
        "email": "serue@us.ibm.com",
        "time": "Tue Oct 16 23:31:36 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:07 2007 -0700"
      },
      "message": "Implement file posix capabilities\n\nImplement file posix capabilities.  This allows programs to be given a\nsubset of root\u0027s powers regardless of who runs them, without having to use\nsetuid and giving the binary all of root\u0027s powers.\n\nThis version works with Kaigai Kohei\u0027s userspace tools, found at\nhttp://www.kaigai.gr.jp/index.php.  For more information on how to use this\npatch, Chris Friedhoff has posted a nice page at\nhttp://www.friedhoff.org/fscaps.html.\n\nChangelog:\n\tNov 27:\n\tIncorporate fixes from Andrew Morton\n\t(security-introduce-file-caps-tweaks and\n\tsecurity-introduce-file-caps-warning-fix)\n\tFix Kconfig dependency.\n\tFix change signaling behavior when file caps are not compiled in.\n\n\tNov 13:\n\tIntegrate comments from Alexey: Remove CONFIG_ ifdef from\n\tcapability.h, and use %zd for printing a size_t.\n\n\tNov 13:\n\tFix endianness warnings by sparse as suggested by Alexey\n\tDobriyan.\n\n\tNov 09:\n\tAddress warnings of unused variables at cap_bprm_set_security\n\twhen file capabilities are disabled, and simultaneously clean\n\tup the code a little, by pulling the new code into a helper\n\tfunction.\n\n\tNov 08:\n\tFor pointers to required userspace tools and how to use\n\tthem, see http://www.friedhoff.org/fscaps.html.\n\n\tNov 07:\n\tFix the calculation of the highest bit checked in\n\tcheck_cap_sanity().\n\n\tNov 07:\n\tAllow file caps to be enabled without CONFIG_SECURITY, since\n\tcapabilities are the default.\n\tHook cap_task_setscheduler when !CONFIG_SECURITY.\n\tMove capable(TASK_KILL) to end of cap_task_kill to reduce\n\taudit messages.\n\n\tNov 05:\n\tAdd secondary calls in selinux/hooks.c to task_setioprio and\n\ttask_setscheduler so that selinux and capabilities with file\n\tcap support can be stacked.\n\n\tSep 05:\n\tAs Seth Arnold points out, uid checks are out of place\n\tfor capability code.\n\n\tSep 01:\n\tDefine task_setscheduler, task_setioprio, cap_task_kill, and\n\ttask_setnice to make sure a user cannot affect a process in which\n\tthey called a program with some fscaps.\n\n\tOne remaining question is the note under task_setscheduler: are we\n\tok with CAP_SYS_NICE being sufficient to confine a process to a\n\tcpuset?\n\n\tIt is a semantic change, as without fsccaps, attach_task doesn\u0027t\n\tallow CAP_SYS_NICE to override the uid equivalence check.  But since\n\tit uses security_task_setscheduler, which elsewhere is used where\n\tCAP_SYS_NICE can be used to override the uid equivalence check,\n\tfixing it might be tough.\n\n\t     task_setscheduler\n\t\t note: this also controls cpuset:attach_task.  Are we ok with\n\t\t     CAP_SYS_NICE being used to confine to a cpuset?\n\t     task_setioprio\n\t     task_setnice\n\t\t sys_setpriority uses this (through set_one_prio) for another\n\t\t process.  Need same checks as setrlimit\n\n\tAug 21:\n\tUpdated secureexec implementation to reflect the fact that\n\teuid and uid might be the same and nonzero, but the process\n\tmight still have elevated caps.\n\n\tAug 15:\n\tHandle endianness of xattrs.\n\tEnforce capability version match between kernel and disk.\n\tEnforce that no bits beyond the known max capability are\n\tset, else return -EPERM.\n\tWith this extra processing, it may be worth reconsidering\n\tdoing all the work at bprm_set_security rather than\n\td_instantiate.\n\n\tAug 10:\n\tAlways call getxattr at bprm_set_security, rather than\n\tcaching it at d_instantiate.\n\n[morgan@kernel.org: file-caps clean up for linux/capability.h]\n[bunk@kernel.org: unexport cap_inode_killpriv]\nSigned-off-by: Serge E. Hallyn \u003cserue@us.ibm.com\u003e\nCc: Stephen Smalley \u003csds@tycho.nsa.gov\u003e\nCc: James Morris \u003cjmorris@namei.org\u003e\nCc: Chris Wright \u003cchrisw@sous-sol.org\u003e\nCc: Andrew Morgan \u003cmorgan@kernel.org\u003e\nSigned-off-by: Andrew Morgan \u003cmorgan@kernel.org\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "57c521ce6125e15e99e56c902cb8da96bee7b36d",
      "tree": "d6337e711db2d3baf6dcff89cf2d2bc1dd12a62f",
      "parents": [
        "20510f2f4e2dabb0ff6c13901807627ec9452f98"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Tue Oct 16 23:31:35 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:07 2007 -0700"
      },
      "message": "ifdef struct task_struct::security\n\nFor those who don\u0027t care about CONFIG_SECURITY.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nCc: \"Serge E. Hallyn\" \u003cserge@hallyn.com\u003e\nCc: Casey Schaufler \u003ccasey@schaufler-ca.com\u003e\nCc: James Morris \u003cjmorris@namei.org\u003e\nCc: Stephen Smalley \u003csds@tycho.nsa.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "20510f2f4e2dabb0ff6c13901807627ec9452f98",
      "tree": "d64b9eeb90d577f7f9688a215c4c6c3c2405188a",
      "parents": [
        "5c3b447457789374cdb7b03afe2540d48c649a36"
      ],
      "author": {
        "name": "James Morris",
        "email": "jmorris@namei.org",
        "time": "Tue Oct 16 23:31:32 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:07 2007 -0700"
      },
      "message": "security: Convert LSM into a static interface\n\nConvert LSM into a static interface, as the ability to unload a security\nmodule is not required by in-tree users and potentially complicates the\noverall security architecture.\n\nNeedlessly exported LSM symbols have been unexported, to help reduce API\nabuse.\n\nParameters for the capability and root_plug modules are now specified\nat boot.\n\nThe SECURITY_FRAMEWORK_VERSION macro has also been removed.\n\nIn a nutshell, there is no safe way to unload an LSM.  The modular interface\nis thus unecessary and broken infrastructure.  It is used only by out-of-tree\nmodules, which are often binary-only, illegal, abusive of the API and\ndangerous, e.g.  silently re-vectoring SELinux.\n\n[akpm@linux-foundation.org: cleanups]\n[akpm@linux-foundation.org: USB Kconfig fix]\n[randy.dunlap@oracle.com: fix LSM kernel-doc]\nSigned-off-by: James Morris \u003cjmorris@namei.org\u003e\nAcked-by: Chris Wright \u003cchrisw@sous-sol.org\u003e\nCc: Stephen Smalley \u003csds@tycho.nsa.gov\u003e\nCc: \"Serge E. Hallyn\" \u003cserue@us.ibm.com\u003e\nAcked-by: Arjan van de Ven \u003carjan@infradead.org\u003e\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5c3b447457789374cdb7b03afe2540d48c649a36",
      "tree": "7f2bb2593a5e5b30facd27e4fb9489bdfaaf1d80",
      "parents": [
        "3f51bed3b7b691d873a84e0ba24aadd862bf6033"
      ],
      "author": {
        "name": "Rob Landley",
        "email": "rob@landley.net",
        "time": "Tue Oct 16 23:31:31 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:07 2007 -0700"
      },
      "message": "Add section IDs to Documentation/DocBook/filesystems.tmpl\n\nAdd recommended section IDs to Documentation/DocBook/filesystems.tmpl\n\nSigned-off-by: Rob Landley \u003crob@landley.net\u003e\nCc: \"Randy.Dunlap\" \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3f51bed3b7b691d873a84e0ba24aadd862bf6033",
      "tree": "5049bca7506fe6214c503308cc50081b268862ce",
      "parents": [
        "e54e54a94cde0c2409974a4222ef2eda2e5609c8"
      ],
      "author": {
        "name": "Rob Landley",
        "email": "rob@landley.net",
        "time": "Tue Oct 16 23:31:31 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:07 2007 -0700"
      },
      "message": "Fix \"make htmldocs\" build break.\n\nFix two htmldocs build breaks, introduced by moving include/linux/usb_gadget.h to\ninclude/linux/usb/gadget.h and combining resume.c and suspend.c into main.c in\ndrivers/base/power.\n\nSigned-off-by: Rob Landley \u003crob@landley.net\u003e\nCc: \"Randy.Dunlap\" \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e54e54a94cde0c2409974a4222ef2eda2e5609c8",
      "tree": "0d873e45f8c7c97aaf2955242295e53a306ae06d",
      "parents": [
        "541ceb359e3fb2714bf7a9fa3c134ce3e29f427a"
      ],
      "author": {
        "name": "Rob Landley",
        "email": "rob@landley.net",
        "time": "Tue Oct 16 23:31:30 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:07 2007 -0700"
      },
      "message": "Add Documentation/RCU/00-Index\n\nAdd Documentation/RCU/00-INDEX\n\nSigned-off-by: Rob Landley \u003crob@landley.net\u003e\nAcked-by: Paul E. McKenney \u003cpaulmck@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "541ceb359e3fb2714bf7a9fa3c134ce3e29f427a",
      "tree": "64f2b944f6177ea770801b78794193c342ac6898",
      "parents": [
        "8d63494f780a77f3edfe9b470d65b7f265ae8d5a"
      ],
      "author": {
        "name": "Rob Landley",
        "email": "rob@landley.net",
        "time": "Tue Oct 16 23:31:30 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:07 2007 -0700"
      },
      "message": "Add recommended section IDs to deviceiobook.tmpl\n\nAdd recommended section ID tags to deviceiobook.tmpl\n\nBecause otherwise the link #anchors in the html vary from build to build.\n\nSigned-off-by: Rob Landley \u003crob@landley.net\u003e\nCc: \"Randy.Dunlap\" \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8d63494f780a77f3edfe9b470d65b7f265ae8d5a",
      "tree": "9804470c7e12e769ea79c328f0d6f4a37dd3f8ec",
      "parents": [
        "f32143a2fedfa299d790ca96bff9b1d2e2d6996b"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Tue Oct 16 23:31:29 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:07 2007 -0700"
      },
      "message": "remap_file_pages: kernel-doc corrections\n\nFix kernel-doc for sys_remap_file_pages() and add info to the \u0027prot\u0027 NOTE.\nRename __prot parameter to prot.\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nAcked-by: Nick Piggin \u003cnickpiggin@yahoo.com.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f32143a2fedfa299d790ca96bff9b1d2e2d6996b",
      "tree": "351a003cb63efe43a6e53c20483f2caeeef5737e",
      "parents": [
        "24950898ffd161f2ea67c60f398146457bca8bf0"
      ],
      "author": {
        "name": "WANG Cong",
        "email": "xiyou.wangcong@gmail.com",
        "time": "Tue Oct 16 23:31:29 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:06 2007 -0700"
      },
      "message": "Documentation/vm/slabinfo.c: clean up this code\n\nThis patch does the following cleanups for Documentation/vm/slabinfo.c:\n\n\t- Fix two memory leaks;\n\t- Constify some char pointers;\n\t- Use snprintf instead of sprintf in case of buffer overflow;\n\t- Fix some indentations;\n\t- Other little improvements.\n\nAcked-by: Christoph Lameter \u003cclameter@sgi.com\u003e\nSigned-off-by: WANG Cong \u003cxiyou.wangcong@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "24950898ffd161f2ea67c60f398146457bca8bf0",
      "tree": "72cba3a2cc85bfc7c7b5c4eb22342fbd8b77e7c4",
      "parents": [
        "f4e875704d8ebf0323235e635e666432f097ae42"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Tue Oct 16 23:31:28 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:06 2007 -0700"
      },
      "message": "vm.txt: document min_free_pages as critical for correctness\n\nmin_free_pages is critical for correctness, document it as such.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f4e875704d8ebf0323235e635e666432f097ae42",
      "tree": "22cbf6c28d3f65ce85f5fc7f537c2b046bc2141e",
      "parents": [
        "d1482f40c975e883f209aab659ec75a0afd84075"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Tue Oct 16 23:31:28 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:06 2007 -0700"
      },
      "message": "kdump: documentation cleanups\n\nThis cleans up kdump documentation a bit. Plus I do not think we want\nto mention Linux trademark in _every_ file in documentation....\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "d1482f40c975e883f209aab659ec75a0afd84075",
      "tree": "b5104116cd40cdd2d06bd1ae555c9558efed6829",
      "parents": [
        "814073620a2eb520c8bb38e0038fd1c78011fe21"
      ],
      "author": {
        "name": "Matthew Wilcox",
        "email": "matthew@wil.cx",
        "time": "Tue Oct 16 23:31:27 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:06 2007 -0700"
      },
      "message": "Update DMA-mapping documentation\n\nA couple of updates haven\u0027t considered whether the documentation makes\nsense as a whole any more.  Three changes here:\n\n - Remove the reference to the \"DAC Addressing for Address Space Hungry\n   Devices\" section which was deleted by Jan Beulich.\n - Remove the comment about DMA_24BIT_MASK which became obsolete when\n   Tobias Klauser changed the code to actually use DMA_24BIT_MASK.\n - Remove the section \"64-bit DMA and DAC cycle support\" since it\u0027s\n   fully covered above, and contains a reference to the section deleted\n   by Jan.\n\nSigned-off-by: Matthew Wilcox \u003cwilly@linux.intel.com\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "814073620a2eb520c8bb38e0038fd1c78011fe21",
      "tree": "185485c7d096490fa21281171f9530acc0dfbf66",
      "parents": [
        "3d198a825ac589f7506886a37051805e73d132f5"
      ],
      "author": {
        "name": "Rob Landley",
        "email": "rob@landley.net",
        "time": "Tue Oct 16 23:31:26 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:06 2007 -0700"
      },
      "message": "Add Documentation/power/00-INDEX\n\nAdd Documentation/power/00-INDEX\n\nSigned-off-by: Rob Landley \u003crob@landley.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3d198a825ac589f7506886a37051805e73d132f5",
      "tree": "47d4b69d65f98475a6fd3d4fb2c93c8e1531ca80",
      "parents": [
        "2216886be6c8cc7dcbe635e0494f9cd52d3bb27f"
      ],
      "author": {
        "name": "Rob Landley",
        "email": "rob@landley.net",
        "time": "Tue Oct 16 23:31:26 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:06 2007 -0700"
      },
      "message": "Add entries to Documentation/powerpc\n\nAdd two missing entries to Documentation/powerpc/00-INDEX\n\nSigned-off-by: Rob Landley \u003crob@landley.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2216886be6c8cc7dcbe635e0494f9cd52d3bb27f",
      "tree": "fad21e4ae5eef595432d2d90496b8cf32f872f86",
      "parents": [
        "5ef43567c55c758c651f8339d01678f12d54ac2a"
      ],
      "author": {
        "name": "Rob Landley",
        "email": "rob@landley.net",
        "time": "Tue Oct 16 23:31:25 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:06 2007 -0700"
      },
      "message": "Add Documentation/{w1,w1/masters}/00-INDEX\n\nTwo 00-INDEX files under Documentation/w1\n\nSigned-off-by: Rob Landley \u003crob@landley.net\u003e\nAcked-by: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5ef43567c55c758c651f8339d01678f12d54ac2a",
      "tree": "d4682596cb2355bf085fb3f21ee89bd59b5716e6",
      "parents": [
        "f0ae5669be0ec8b93d6e6f56001c60c3113df694"
      ],
      "author": {
        "name": "Rob Landley",
        "email": "rob@landley.net",
        "time": "Tue Oct 16 23:31:25 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:06 2007 -0700"
      },
      "message": "Add missing entries to top level Documentation/00-INDEX\n\nAdd missing entries to Documentation/00-INDEX\n\nSigned-off-by: Rob Landley \u003crob@landley.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f0ae5669be0ec8b93d6e6f56001c60c3113df694",
      "tree": "1118f42df913f52684e75fc4cedcafb59c3ce0e3",
      "parents": [
        "ac984abe12208f07c3b4ef68e3186adbc4288b4d"
      ],
      "author": {
        "name": "Rob Landley",
        "email": "rob@landley.net",
        "time": "Tue Oct 16 23:31:24 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:06 2007 -0700"
      },
      "message": "Tweak Documentation/SM501.txt\n\nThe existing Documentation/SM501.txt gives no clue what the chip is or does,\nso copy the description from Kconfig help text.\n\nAcked-by: Ben Dooks \u003cben@simtec.co.uk\u003e\nSigned-off-by: Rob Landley \u003crob@landley.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ac984abe12208f07c3b4ef68e3186adbc4288b4d",
      "tree": "f58f7e2397139b51262fe687d8a47d73adb3277c",
      "parents": [
        "4fd45090d6aed83e3978689d8dc98ce16b9689dd"
      ],
      "author": {
        "name": "Bernhard Walle",
        "email": "bwalle@suse.de",
        "time": "Tue Oct 16 23:31:23 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:06 2007 -0700"
      },
      "message": "Add reset_devices to the recommended parameters\n\nThis patch adds the \"reset_devices\" option (that\u0027s used only by one device\ndriver for now) to the recommended list of command line parameters for kdump.\n\nMeaning (Documentation/kernel-parameters.txt):\n    reset_devices   [KNL] Force drivers to reset the underlying device\n                    during initialization.\n\nSigned-off-by: Bernhard Walle \u003cbwalle@suse.de\u003e\nCc: \"Randy.Dunlap\" \u003crdunlap@xenotime.net\u003e\nCc: Vivek Goyal \u003cvgoyal@in.ibm.com\u003e\nCc: \"Eric W. Biederman\" \u003cebiederm@xmission.com\u003e\nCc: Haren Myneni \u003chbabu@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4fd45090d6aed83e3978689d8dc98ce16b9689dd",
      "tree": "8b15fe952f10e832c17347e6efd939125ef3571d",
      "parents": [
        "f00b51654ec919620aec911b4c3fa4ef3952bb6d"
      ],
      "author": {
        "name": "Bernhard Walle",
        "email": "bwalle@suse.de",
        "time": "Tue Oct 16 23:31:22 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:06 2007 -0700"
      },
      "message": "Express new ELF32 mechanisms in documentation\n\nThis patch reflects the\nhttp://git.kernel.org/?p\u003dlinux/kernel/git/horms/kexec-tools-testing.git;a\u003dcommit;h\u003db9c3648e690ad0dad12389659673206213a09760\nchange in kexec-tools-testing also now in the kernel documentation.\n\nSigned-off-by: Bernhard Walle \u003cbwalle@suse.de\u003e\nCc: \"Randy.Dunlap\" \u003crdunlap@xenotime.net\u003e\nCc: Vivek Goyal \u003cvgoyal@in.ibm.com\u003e\nCc: \"Eric W. Biederman\" \u003cebiederm@xmission.com\u003e\nCc: Haren Myneni \u003chbabu@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f00b51654ec919620aec911b4c3fa4ef3952bb6d",
      "tree": "b7987d30e0cd7beaf9d7d9f114fe2c899563cb87",
      "parents": [
        "8bc9d4227f056f8ff435910b5582d0ec3243848e"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Tue Oct 16 23:31:22 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:06 2007 -0700"
      },
      "message": "Update help text for CONFIG_CRASH_DUMP\n\nFix typos in CONFIG_RELOCATABLE.  Use tab + 2 spaces for indentation on all\nlines.\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nCc: Bernhard Walle \u003cbwalle@suse.de\u003e\nCc: Vivek Goyal \u003cvgoyal@in.ibm.com\u003e\nCc: \"Eric W. Biederman\" \u003cebiederm@xmission.com\u003e\nCc: Haren Myneni \u003chbabu@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8bc9d4227f056f8ff435910b5582d0ec3243848e",
      "tree": "9ad52b5ded11e340bbd2bc6c01d0d1528c4039c0",
      "parents": [
        "98612acd7d98d7f0b5b85f9d1f9100c8ad8001f0"
      ],
      "author": {
        "name": "Bernhard Walle",
        "email": "bwalle@suse.de",
        "time": "Tue Oct 16 23:31:21 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:05 2007 -0700"
      },
      "message": "Express relocatability of kernel on x86_64 in documentation\n\nThis patch adapts the Documentation/kdump/kdump.txt file to express the fact\nthat the x86_64 kernel is now also relocatable.  This makes i386 and x86_64\nnow behave the same, simplifying the documentation.\n\nSigned-off-by: Bernhard Walle \u003cbwalle@suse.de\u003e\nCc: \"Randy.Dunlap\" \u003crdunlap@xenotime.net\u003e\nCc: Vivek Goyal \u003cvgoyal@in.ibm.com\u003e\nCc: \"Eric W. Biederman\" \u003cebiederm@xmission.com\u003e\nCc: Haren Myneni \u003chbabu@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "98612acd7d98d7f0b5b85f9d1f9100c8ad8001f0",
      "tree": "6387c11ed1a75e56fb4fcb44a2006f50aa8080cd",
      "parents": [
        "6b5b55f6c404fa730a09a8254eb19f5a038afcc2"
      ],
      "author": {
        "name": "Robert P. J. Day",
        "email": "rpjday@mindspring.com",
        "time": "Tue Oct 16 23:31:20 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:05 2007 -0700"
      },
      "message": "Documentation: delete unreferenced xterm-linux.xpm file\n\nSigned-off-by: Robert P. J. Day \u003crpjday@mindspring.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6b5b55f6c404fa730a09a8254eb19f5a038afcc2",
      "tree": "7d8398dbe550f13dcd2c6fb8116dc7393bfd2f2b",
      "parents": [
        "51448e2ad72c3cdb50e4118edc47fbcbcc1d03d3"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Tue Oct 16 23:31:20 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:05 2007 -0700"
      },
      "message": "kernel-doc: fix doc blocks and html\n\nJohannes Berg reports (Thanks!) that \u0026struct names are not highlighted in\nhtml output format when they are inside a DOC: block.\n\nDOC: blocks were not escaped thru xml_escape() like other kernel-doc\ncomments were.  Fixed that.\n\nHowever, that left a problem with \u003cp\u003e ($blankline_html) being processed\nthru xml_escape(), converting it to \u0026lt;p\u0026gt;, which isn\u0027t good for the\ngenerated html output (the \u003cp\u003e should remain unchanged), so this patch also\nintroduces the notion of \"local\" kernel-doc meta-characters\n(\u0027\\\\\\\\mnemonic:\u0027), which are converted to html just before writing the\nstream to its output file.\n\nPlease report any problems that you (anyone) see in \"highlighting\" in any\noutput mode (text, man, html, xml).\n\nAlso update copyright to include me.\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nCc: Johannes Berg \u003cjohannes@sipsolutions.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "51448e2ad72c3cdb50e4118edc47fbcbcc1d03d3",
      "tree": "1d1d1dcada0b6673c97c83e128bf9d94f815a42e",
      "parents": [
        "ea069f46fcef2458442e1289d01a5dcd57a75b0f"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Tue Oct 16 23:31:19 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:05 2007 -0700"
      },
      "message": "Add a 00-INDEX file to Documentation/telephony/\n\nAdd a 00-INDEX file to Documentation/telephony/\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nAcked-by: Rob Landley \u003crob@landley.net\u003e\nCc: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ea069f46fcef2458442e1289d01a5dcd57a75b0f",
      "tree": "29474fc86f1ce6ab862bb34416d0df012f5330f0",
      "parents": [
        "87d26cd88e4450e8e2b64a043ce63ceab792c8e3"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Tue Oct 16 23:31:19 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:05 2007 -0700"
      },
      "message": "Add a 00-INDEX file to Documentation/sysctl/\n\nAdd a 00-INDEX file to Documentation/sysctl/\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nCc: Rob Landley \u003crob@landley.net\u003e\nCc: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "87d26cd88e4450e8e2b64a043ce63ceab792c8e3",
      "tree": "a6d9b17f82b25be1d49126a8a5e14b060487e871",
      "parents": [
        "e11f9a17b0c037bb627628ce4b45897e0797c479"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Tue Oct 16 23:31:18 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:05 2007 -0700"
      },
      "message": "Add a 00-INDEX file to Documentation/mips/\n\nAdd a 00-INDEX file to Documentation/mips/\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nCc: Rob Landley \u003crob@landley.net\u003e\nCc: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e11f9a17b0c037bb627628ce4b45897e0797c479",
      "tree": "99ab7f7325876f4498e0d9f5773e89c535577fb0",
      "parents": [
        "1f27d87ba57cfeee6e58797011cb082d65b70815"
      ],
      "author": {
        "name": "David Rientjes",
        "email": "rientjes@google.com",
        "time": "Tue Oct 16 23:31:17 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:05 2007 -0700"
      },
      "message": "doc: move vm/00-INDEX to Documentation/vm\n\nLooks like the 00-INDEX file lost its parent directory in -rc6-mm1.\n\nSigned-off-by: David Rientjes \u003crientjes@google.com\u003e\nCc: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "1f27d87ba57cfeee6e58797011cb082d65b70815",
      "tree": "87c2aa04b3763d4de0a05d5b519bcef7d07db213",
      "parents": [
        "5d4b3559334ccd76a5c68c86e8bfce1d21b4badf"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Tue Oct 16 23:31:17 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:43:05 2007 -0700"
      },
      "message": "Add a missing 00-INDEX file for Documentation/vm/\n\nThis patch adds a 00-INDEX file to Documentation/vm/\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nAcked-by: Rob Landley \u003crob@landley.net\u003e\nCc: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    }
  ],
  "next": "5d4b3559334ccd76a5c68c86e8bfce1d21b4badf"
}
